aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Add p5-Class-DBI-Loader-Relationship 1.2, easier relationshipErwin Lansing2004-04-086-0/+88
| | | | | | | | | | | | | | | | | | | | specification in CDBI::L. This module acts as a mix-in, adding the relationship method to Class::DBI::Loader. Since Class::DBI::Loader knows how to map between table names and class names, there ought to be no need to replicate the names. In addition, it is common (but not universal) to want reverse relationships defined for has-many relationships, and for has-a relationships to be defined for the linkages surrounding a many-to-many table. WWW: http://search.cpan.org/dist/Class-DBI-Loader-Relationship/ PR: ports/65176 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=106499
* Update to 2.50 from 2.40. Spell the name of the package properly inMikhail Teterin2004-04-083-5/+5
| | | | | | | synopsis. Add tcl84 as the category. Notes: svn path=/head/; revision=106494
* Upgrade to 1.6.2.Thierry Thomas2004-04-072-3/+3
| | | | | | | Approved by: mat (implicit). Notes: svn path=/head/; revision=106458
* - tar -> ${TAR} (since we have now a bsdtar ;)Clement Laforet2004-04-071-2/+2
| | | | Notes: svn path=/head/; revision=106396
* Fix build with firebird support. FreeBSD doesn't have nor does it needJoe Marcus Clarke2004-04-072-0/+22
| | | | | | | | | | libdl. PR: 65269 Submitted by: Michael Edenfield <kutulu@kutulu.org> Notes: svn path=/head/; revision=106363
* Link shared module with libintl to avoid this error:Jun Kuriyama2004-04-062-1/+11
| | | | | | | /usr/libexec/ld-elf.so.1: /usr/local/lib/libnmz.so.6: Undefined symbol "libintl_gettext" Notes: svn path=/head/; revision=106308
* upgrade to 1.0.18Ying-Chieh Liao2004-04-0610-32/+44
| | | | Notes: svn path=/head/; revision=106298
* Update to version 1.0.47.Dmitry Sivachenko2004-04-0616-116/+74
| | | | Notes: svn path=/head/; revision=106296
* add support for db42Ying-Chieh Liao2004-04-061-2/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=106291
* - Chase zope-2.7 update (change of dependency file)Pav Lucistnik2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106273
* After some hesitation and nudging from Kris make the following changes:Mikhail Teterin2004-04-053-31/+41
| | | | | | | | | | | . make compile with and default to Tcl-8.4 (8.3 is still possible) (this necessitated PORTREVISION bump :\) . don't link in -lgcc -- should've used gcc_pic anyway, but this is not really needed at all, it seems; . don't require a particular version of mysqlclient library. Notes: svn path=/head/; revision=106240
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-0512-11/+12
| | | | Notes: svn path=/head/; revision=106175
* Add p5-Class-DBI-AsForm 2.2, produce HTML form elements for databaseErwin Lansing2004-04-046-0/+102
| | | | | | | | | | | | | | | | | | | columns. This module helps to generate HTML forms for creating new database rows or editing existing rows. It maps column names in a database table to HTML form elements which fit the schema. Large text fields are turned into textareas, and fields with a has-a relationship to other Class::DBI tables are turned into select drop-downs populated with objects from the joined class. WWW: http://search.cpan.org/dist/Class-DBI-AsForm/ PR: ports/65147 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=106154
* Add p5-Class-DBI-Plugin-Type 0.02, determine type information forErwin Lansing2004-04-045-0/+52
| | | | | | | | | | | | | | | columns. This module allows Class::DBI-based classes to query their columns for data type information in a database-independent manner. WWW: http://search.cpan.org/dist/Class-DBI-Plugin-Type/ PR: ports/65147 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=106151
* Add p5-Class-DBI-Plugin-RetrieveAll 1, more complex retrieve_all() forErwin Lansing2004-04-045-0/+52
| | | | | | | | | | | | | | | Class::DBI. This is a simple plugin to a Class::DBI subclass which provides a 'retrieve_all_sorted_by' method. WWW: http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/ PR: ports/65146 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=106139
* Make port compatible with perl 5.00503Sergey Skvortsov2004-04-041-1/+7
| | | | | | | | PR: 65136 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=106126
* malloc.h -> stdlib.hMichael Nottebrock2004-04-041-0/+11
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=106094
* Ding-dong, this is your friendly happy face talking. Please to beAde Lovett2004-04-031-1/+1
| | | | | | | | | | reading the 20040314 entry in /usr/ports/CHANGES regarding importing of ports into the tree that require the use of GNU autotools. Thanks awfully Notes: svn path=/head/; revision=106016
* - Fix segfault due to a NULL pointer in strcmp function.Kirill Ponomarev2004-04-031-4/+13
| | | | | | | | PR: ports/65101 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> Notes: svn path=/head/; revision=106008
* Add p5-POE-Component-EasyDBI 0.02, pOE Component for simplified DBIMathieu Arnold2004-04-024-0/+55
| | | | | | | | | | usage. PR: ports/62182 Submitted by: Zach Thompson <lin-chi@lastamericanempire.com> Notes: svn path=/head/; revision=105962
* Remove category pkg/COMMENT files in favour of a COMMENT variable in theKris Kennaway2004-04-022-1/+2
| | | | | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651 Notes: svn path=/head/; revision=105948
* Fix syntax error in NOPORTDOCS caseKris Kennaway2004-04-021-0/+1
| | | | | | | Noticed by: Frank Knobbe <frank@knobbe.us> Notes: svn path=/head/; revision=105943
* - Update to 1.0.2b-alphaKirill Ponomarev2004-04-0118-246/+68
| | | | | | | | PR: ports/65010 Submitted by: maintainer Notes: svn path=/head/; revision=105847
* - Update to 0.18.2Pav Lucistnik2004-03-313-27/+23
| | | | | | | | PR: ports/64653 Submitted by: gioria (maintainer) Notes: svn path=/head/; revision=105777
* SIZEify (maintainer timeout)Trevor Johnson2004-03-3187-0/+93
| | | | Notes: svn path=/head/; revision=105747
* - Use USE_ICONV knobKirill Ponomarev2004-03-308-15/+10
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* Add p5-POE-Component-LaDBI 1.2.0,Sergey Skvortsov2004-03-306-0/+82
| | | | | | | | perl extension for asynchronous non-blocking DBI calls in POE. Notes: svn path=/head/; revision=105711
* Add 2 patches for 5.005.Mathieu Arnold2004-03-303-1/+23
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=105699
* Add a note about changes in latest release of PostgreSQL.Sergey A. Osokin2004-03-3011-0/+55
| | | | | | | | Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 64933 Notes: svn path=/head/; revision=105689
* This is Sybtcl -- a dynamicly loadable TCL extension, which providesMikhail Teterin2004-03-3010-0/+308
| | | | | | | | | | | your interpreter with connectivity to a Sybase server. Althghough it was written to work with Sybase's own client libraries (not available for FreeBSD), this port patches it enough to make it work with FreeTDS. WWW: http://sybtcl.sourceforge.net/ Notes: svn path=/head/; revision=105655
* Update to version 0.99.Dmitry Sivachenko2004-03-293-3/+4
| | | | Notes: svn path=/head/; revision=105597
* Update to 3.17.Sergey A. Osokin2004-03-282-3/+3
| | | | Notes: svn path=/head/; revision=105556
* Update to 2.95.Sergey A. Osokin2004-03-284-18/+26
| | | | | | | Move pkg's doc file to Makefile. Notes: svn path=/head/; revision=105554
* Revert 1.5, which was committed prematurely.Kris Kennaway2004-03-281-2/+2
| | | | Notes: svn path=/head/; revision=105483
* Fix build error.Norikatsu Shigemura2004-03-282-44/+44
| | | | | | | | Pointy hat to: myself Approved by: Gerhard Haering <gh@ghaering.de> (maintainer/implicitly) Notes: svn path=/head/; revision=105482
* Update to memcached 1.1.10 from the duplicate net/memcached port.Kris Kennaway2004-03-289-143/+20
| | | | Notes: svn path=/head/; revision=105473
* Revert 1.6 and 1.5, which were committed prematurelyKris Kennaway2004-03-281-2/+2
| | | | Notes: svn path=/head/; revision=105472
* Back out r1.33, which was committed prematurelyKris Kennaway2004-03-282-2/+2
| | | | Notes: svn path=/head/; revision=105461
* Update to 2.8.13.Norikatsu Shigemura2004-03-274-4/+6
| | | | | | | Approved by: Gerhard Haering <gh@ghaering.de> (maintainer) Notes: svn path=/head/; revision=105452
* - Update to version 2.5.6Thierry Thomas2004-03-2714-710/+492
| | | | | | | | | | | | | | | | | | | | | | Release notes are at http://www.phpmyadmin.net/home_page/relnotes.php?rel=0 This release fixes the vulnerability described in: http://marc.theaimsgroup.com/?l=bugtraq&m=107582619125932&w=2 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0129 - Take maintainership - No more support for php3 PR: ports/64568 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: mat (mentor) Notes: svn path=/head/; revision=105411
* Unbreak build on perl 5.00503Sergey Skvortsov2004-03-261-0/+28
| | | | | | | Pointed by: kris Notes: svn path=/head/; revision=105342
* - Update to version 0.7.1Kirill Ponomarev2004-03-263-22/+11
| | | | | | | | PR: ports/64759 Submitted by: Ports Fury Notes: svn path=/head/; revision=105332
* Drop maintainershipNeil Blakey-Milner2004-03-251-1/+1
| | | | Notes: svn path=/head/; revision=105253
* Untangle the QT database plugin ports.Michael Nottebrock2004-03-2519-68/+208
| | | | | | | PR: ports/64393 Notes: svn path=/head/; revision=105236
* - Update to version 1.8.7Kirill Ponomarev2004-03-252-3/+3
| | | | | | | | PR: ports/64675 Submitted by: maintainer Notes: svn path=/head/; revision=105196
* - Fix default optionsKirill Ponomarev2004-03-251-2/+1
| | | | | | | | PR: ports/64674 Submitted by: maintainer Notes: svn path=/head/; revision=105195
* Convert all but one port that uses libtool14 to use libtool15, in readinessAde Lovett2004-03-241-1/+1
| | | | | | | for the destruction of devel/libtool14 Notes: svn path=/head/; revision=105149
* - Update to 0.016Vanilla I. Shu2004-03-244-24/+58
| | | | | | | | PR: ports/64614 Submitted by: maintainer Notes: svn path=/head/; revision=105141
* PR: ports/64606SADA Kenji2004-03-245-0/+30
| | | | | | | Fix build breakage due to ade's autotools changes. Notes: svn path=/head/; revision=105128
* Updated to 0.43Sergey Skvortsov2004-03-243-2/+39
| | | | Notes: svn path=/head/; revision=105110