aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pear-DB_Table
Commit message (Collapse)AuthorAgeFilesLines
* Convert miwi's ports to new Options frameworkbapt2012-12-171-13/+10
| | | | | | | While here fix some consistency in PEAR options name bumped revision of net/icpld and net/ipsumdump because IPV6 is now on Approved by: miwi (maintainer)
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Update to 1.5.6miwi2008-12-282-4/+4
|
* - Update to 1.5.5miwi2008-06-212-4/+4
| | | | | PR: 124790 Submitted by: Wen heping <wenheping@gmail.com>
* - Update to 1.5.3miwi2008-06-192-8/+17
| | | | | PR: 124352 Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
* - Update to 1.5.2miwi2008-05-162-4/+4
| | | | | PR: 123695 Submitted by: Wen heping <wenheping@gmail.com>
* - Update to 1.5.1miwi2008-04-032-6/+41
| | | | | PR: 122250 Submitted by: Wen heping <wenheping@gmail.com>
* - Update to 1.5.0miwi2007-12-192-5/+5
| | | | - Set PORTEPOCH (1.5.0r2 -> 1.5.0)
* - Update to 1.5.0 RC2miwi2007-04-292-5/+6
| | | | - Take maintainership
* - Update to 1.4.0miwi2006-11-132-5/+9
| | | | | PR: ports/105386 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
* Reset maintainership of ports assigned to antonio@php.net after numerouslinimon2006-09-231-1/+1
| | | | | | maintainer-timeouts and no response to email. We hope to see him back. Hat: portmgr
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-2/+0
|
* - Update to 1.2.1pav2006-01-122-3/+4
| | | | | PR: ports/91635 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* Remove pear ports obsolated by devel/pear and switchale2005-12-101-1/+1
| | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net
* - Update to 1.0.1pav2005-05-312-3/+3
| | | | | PR: ports/81657 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* New port: databases/pear-DB_Table PEAR object-oriented interface to a ↵pav2005-03-153-0/+52
database table PEAR::DB_Table builds on PEAR DB to abstract datatypes and automate table creation, data validation, insert, update, delete, and select; combines these with PEAR::HTML_QuickForm to automatically generate input forms that match the table column definitions. PR: ports/78588 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>