cvs commit: ports/databases Makefile ports/databases/sqlclient
Makefile distinfo pkg-descr pkg-plist
Dirk Meyer
dinoex at FreeBSD.org
Tue Oct 31 06:10:11 UTC 2006
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)
More information about the cvs-ports
mailing list