aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlclient
Commit message (Collapse)AuthorAgeFilesLines
* - cleanup ADDITIONAL_LIB_DIRSDirk Meyer2009-07-051-1/+0
| | | | Notes: svn path=/head/; revision=237172
* - fix buildwith custom LOCALBASEDirk Meyer2009-06-041-1/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=235171
* - add LICENSE:Dirk Meyer2009-01-161-0/+2
| | | | Notes: svn path=/head/; revision=226270
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - update for gnustep-make-2.0.0Dirk Meyer2007-05-251-0/+1
| | | | Notes: svn path=/head/; revision=191718
* - add category gnustepDirk Meyer2007-01-311-1/+1
| | | | | | | | PR: 103931 Approved by: pav Notes: svn path=/head/; revision=183799
* - update to 1.3.0Dirk Meyer2007-01-293-5/+7
| | | | Notes: svn path=/head/; revision=183629
* - update to use new bsd.gnustep.mkDirk Meyer2007-01-131-11/+2
| | | | | | | Approved by: gurkan@linuks.mine.nu Notes: svn path=/head/; revision=182275
* This library is a lightweight database abstraction layer designed to makeDirk Meyer2006-10-314-0/+96
it simple to write high performance applications using SQL databases from Objective-C. The library consists of a semi-abstract superclass doing much of the work and allowing extremely simple database specific bundles to be written to talk to particular database servers. It comes with backend bundles for Postgres, MySQL, and SQLite (plus an untested Oracle bundle). Notes: svn path=/head/; revision=175695