aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-MDB2
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.5.0b5Martin Wilke2014-05-183-4/+4
| | | | | | | | | | - Pet portlint PR: 189765 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=354405
* Stage support for non-IGNORED pear classesAntoine Brodin2013-11-251-1/+0
| | | | | | | | Tested by: poudriere Approved by: portmgr (bapt) Notes: svn path=/head/; revision=334871
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Convert headerMartin Wilke2013-02-042-30/+6
| | | | | | | - Update to 2.5.0b4 Notes: svn path=/head/; revision=311543
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-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 Notes: svn path=/head/; revision=289563
* - Update to 2.5.0 B3Martin Wilke2011-02-152-4/+3
| | | | | | | Reviewed/Tested by: decke, beat Notes: svn path=/head/; revision=269197
* - Update to 2.5.0b2Martin Wilke2009-05-102-4/+4
| | | | Notes: svn path=/head/; revision=233592
* - Update to 2.4.1Martin Wilke2007-06-202-15/+18
| | | | Notes: svn path=/head/; revision=193949
* - Update to 2.4.0Martin Wilke2007-04-272-5/+5
| | | | | | | | | - Grab Maintainership Approved by: rafan@ (old maintainer \o/) Notes: svn path=/head/; revision=191008
* - Update to 2.3.0Rong-En Fan2007-02-083-62/+27
| | | | | | | | | All database dependent bits are moved to separated pacakges. Some of them are going to be imported in a few minutes. - Take maintainership Notes: svn path=/head/; revision=184548
* Reset maintainership of ports assigned to antonio@php.net after numerousMark Linimon2006-09-231-1/+1
| | | | | | | | | maintainer-timeouts and no response to email. We hope to see him back. Hat: portmgr Notes: svn path=/head/; revision=173626
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-091-1/+1
| | | | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net Notes: svn path=/head/; revision=150745
* - Update to 2.0.0.b3.Florent Thoumie2005-04-202-31/+26
| | | | | | | | PR: ports/79319 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> Notes: svn path=/head/; revision=133753
* New port: databases/pear-MDB2 PEAR database abstraction layerEdwin Groothuis2004-11-273-0/+90
PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction layers. Note that the API will be adapted to better fit with the new php5 only PDO before the first stable release. It provides a common API for all support RDBMS. The main difference to most other DB abstraction packages is that MDB2 goes much further to ensure portability. Currently supported RDBMS: MySQL PostGreSQL Oracle Frontbase Querysim Interbase/Firebird MSSQL SQLite Other soon to follow. PR: ports/74408 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net> Notes: svn path=/head/; revision=122556