Date: Wed, 15 Sep 2010 13:27:01 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/soci Makefile distinfo pkg-descr pkg-plist ports/databases/soci/files pkg-message.in Message-ID: <201009151327.o8FDR13V091285@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bapt 2010-09-15 13:27:01 UTC
FreeBSD ports repository
Modified files:
databases Makefile
Added files:
databases/soci Makefile distinfo pkg-descr pkg-plist
databases/soci/files pkg-message.in
Log:
SOCI is a database access library for C++ that makes the illusion of embedding
SQL queries in the regular C++ code, staying entirely within the Standard C++.
The idea is to provide C++ programmers a way to access SQL databases in the most
natural and intuitive way. If you find existing libraries too difficult for your
needs or just distracting, SOCI can be a good alternative.
WWW: http://soci.sourceforge.net/
PR: ports/150527
Submitted by: Julien Laffaye <kimelto at gmail.com>
Revision Changes Path
1.902 +1 -0 ports/databases/Makefile
1.1 +60 -0 ports/databases/soci/Makefile (new)
1.1 +3 -0 ports/databases/soci/distinfo (new)
1.1 +2 -0 ports/databases/soci/files/pkg-message.in (new)
1.1 +7 -0 ports/databases/soci/pkg-descr (new)
1.1 +53 -0 ports/databases/soci/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009151327.o8FDR13V091285>
