Date: Tue, 31 Oct 2006 06:10:09 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/sqlclient Makefile distinfo pkg-descr pkg-plist Message-ID: <200610310610.k9V6A9WV002536@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dinoex 2006-10-31 06:10:09 UTC
FreeBSD ports repository
Modified files:
databases Makefile
Added files:
databases/sqlclient Makefile distinfo pkg-descr pkg-plist
Log:
This library is a lightweight database abstraction layer designed to make
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).
Revision Changes Path
1.552 +1 -0 ports/databases/Makefile
1.1 +45 -0 ports/databases/sqlclient/Makefile (new)
1.1 +3 -0 ports/databases/sqlclient/distinfo (new)
1.1 +7 -0 ports/databases/sqlclient/pkg-descr (new)
1.1 +41 -0 ports/databases/sqlclient/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610310610.k9V6A9WV002536>
