Bug 150527 - [NEW PORT] devel/soci: The C++ Database Access Library
Summary: [NEW PORT] devel/soci: The C++ Database Access Library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-13 12:50 UTC by Julien Laffaye
Modified: 2010-09-15 14:30 UTC (History)
0 users

See Also:


Attachments
soci-3.0.0.shar (4.72 KB, text/plain)
2010-09-13 12:50 UTC, Julien Laffaye
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Laffaye 2010-09-13 12:50:01 UTC
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/

Generated with FreeBSD Port Tools 0.99
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2010-09-15 14:08:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bapt

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-15 14:27:10 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Baptiste Daroussin freebsd_committer freebsd_triage 2010-09-15 14:27:22 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!