aboutsummaryrefslogtreecommitdiffstats
path: root/databases/sqlclient
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.5.3dinoex2011-10-122-3/+3
|
* - update to 1.5.2dinoex2011-09-202-3/+3
|
* - update GNUSTEP_DEVEL to 1.22.0dinoex2011-04-161-0/+1
|
* - update to 1.5.1dinoex2011-04-103-10/+21
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Bump PORTREVISION for ports linking to default libmysqlclient.ale2011-03-191-1/+1
|
* LICENSE LGPL21dinoex2010-06-051-1/+1
|
* LICENSE GPLv2dinoex2010-06-041-0/+2
|
* - drop USE_GNUSTEP_PREFIXdinoex2010-05-302-42/+41
|
* - cleanup ADDITIONAL_LIB_DIRSdinoex2009-07-051-1/+0
|
* - fix buildwith custom LOCALBASEdinoex2009-06-051-1/+1
| | | | Reported by: QAT
* - add LICENSE:dinoex2009-01-171-0/+2
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - update for gnustep-make-2.0.0dinoex2007-05-251-0/+1
|
* - add category gnustepdinoex2007-02-011-1/+1
| | | | | PR: 103931 Approved by: pav
* - update to 1.3.0dinoex2007-01-293-5/+7
|
* - update to use new bsd.gnustep.mkdinoex2007-01-131-11/+2
| | | | Approved by: gurkan@linuks.mine.nu
* This library is a lightweight database abstraction layer designed to makedinoex2006-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).