aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pear-DBA
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | databases)
* - Convert to PEAR_AUTOINSTALLmiwi2013-03-151-9/+3
| | | | - Trim header
* 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.1.1miwi2007-04-272-5/+5
| | | | - Take maintainership
* 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
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Remove pear ports obsolated by devel/pear and switchale2005-12-101-2/+2
| | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net
* PEAR::DBA is a wrapper for the php DBA functions. It includes a file-basedpav2005-03-123-0/+31
emulator and provides a uniform, object-based interface for the Berkeley-style database systems. PR: ports/78600 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>