From owner-cvs-all@FreeBSD.ORG Wed Sep 15 13:27:01 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAFEC1065696; Wed, 15 Sep 2010 13:27:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB2D38FC0C; Wed, 15 Sep 2010 13:27:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8FDR1bE091286; Wed, 15 Sep 2010 13:27:01 GMT (envelope-from bapt@repoman.freebsd.org) Received: (from bapt@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8FDR13V091285; Wed, 15 Sep 2010 13:27:01 GMT (envelope-from bapt) Message-Id: <201009151327.o8FDR13V091285@repoman.freebsd.org> From: Baptiste Daroussin Date: Wed, 15 Sep 2010 13:27:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases Makefile ports/databases/soci Makefile distinfo pkg-descr pkg-plist ports/databases/soci/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2010 13:27:01 -0000 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 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)