aboutsummaryrefslogtreecommitdiff
path: root/databases/soci
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Update to 3.1.0Julien Laffaye2013-02-097-31/+151
| | | | | | | | PR: ports/175735 Submitted by: avg Notes: svn path=/head/; revision=311992
* Convert jlaffayes's ports to new options frameworkBaptiste Daroussin2013-01-061-11/+7
| | | | | | | Approved by: jlaffaye Notes: svn path=/head/; revision=310017
* Update my e-mail to my FreeBSD one.Julien Laffaye2011-06-081-1/+1
| | | | | | | | | While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE} Approved by: bapt (mentor) Notes: svn path=/head/; revision=275235
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-0/+1
| | | | Notes: svn path=/head/; revision=271309
* Remove duplicated category 'databases' to quiet a complaint on pointyhat.Mark Linimon2010-09-231-1/+1
| | | | | | | | | (Apparently the original PR had 'devel databases'.) Hat: portmgr Notes: svn path=/head/; revision=261697
* SOCI is a database access library for C++ that makes the illusion of embeddingBaptiste Daroussin2010-09-155-0/+125
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> Notes: svn path=/head/; revision=261213