[Lunar-commits] r15658 - in moonbase/branches/submissions/new: . libpqxx

stumbles stumbles at lunar-linux.org
Fri Jul 8 15:56:19 UTC 2005


Author: stumbles
Date: 2005-07-08 15:56:17 +0000 (Fri, 08 Jul 2005)
New Revision: 15658

Added:
   moonbase/branches/submissions/new/libpqxx/
   moonbase/branches/submissions/new/libpqxx/BUILD
   moonbase/branches/submissions/new/libpqxx/DEPENDS
   moonbase/branches/submissions/new/libpqxx/DETAILS
Log:


Added: moonbase/branches/submissions/new/libpqxx/BUILD
===================================================================
--- moonbase/branches/submissions/new/libpqxx/BUILD	2005-07-08 15:40:46 UTC (rev 15657)
+++ moonbase/branches/submissions/new/libpqxx/BUILD	2005-07-08 15:56:17 UTC (rev 15658)
@@ -0,0 +1,16 @@
+(
+
+  
+  ./configure  --sysconfdir=/etc        \
+               --prefix=/usr            \
+               --mandir=/usr/share/man  \
+	       --localstatedir=/var     \
+               --enable-shared          \
+               --disable-static         \
+	       $OPTS                    &&
+
+
+  default_make
+
+) > $C_FIFO 2>&1
+


Property changes on: moonbase/branches/submissions/new/libpqxx/BUILD
___________________________________________________________________
Name: svn:executable
   + *

Added: moonbase/branches/submissions/new/libpqxx/DEPENDS
===================================================================
--- moonbase/branches/submissions/new/libpqxx/DEPENDS	2005-07-08 15:40:46 UTC (rev 15657)
+++ moonbase/branches/submissions/new/libpqxx/DEPENDS	2005-07-08 15:56:17 UTC (rev 15658)
@@ -0,0 +1 @@
+depends  postgresql
\ No newline at end of file


Property changes on: moonbase/branches/submissions/new/libpqxx/DEPENDS
___________________________________________________________________
Name: svn:executable
   + *

Added: moonbase/branches/submissions/new/libpqxx/DETAILS
===================================================================
--- moonbase/branches/submissions/new/libpqxx/DETAILS	2005-07-08 15:40:46 UTC (rev 15657)
+++ moonbase/branches/submissions/new/libpqxx/DETAILS	2005-07-08 15:56:17 UTC (rev 15658)
@@ -0,0 +1,14 @@
+          MODULE=libpqxx
+         VERSION=2.5.3
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=ftp://gborg.postgresql.org/pub/libpqxx/stable/
+      SOURCE_VFY=sha1:23cec9349eb52d918d2f518296d0baa704d16cde
+        WEB_SITE=http://gborg.postgresql.org/project/libpqxx/projdisplay.php
+         ENTERED=20050424
+         UPDATED=20050424
+           SHORT="C++ client API for PostgreSQL"
+cat << EOF
+C++ client API for PostgreSQL. The standard front-end (in the sense of "language binding") for writing C++ programs that use PostgreSQL. Supersedes older libpq++ interface. Requires an up-to-date C++ compiler, like gcc 2.95 or better.
+
+This project is released under the Berkeley/BSD license.
+EOF


Property changes on: moonbase/branches/submissions/new/libpqxx/DETAILS
___________________________________________________________________
Name: svn:executable
   + *



More information about the Lunar-commits mailing list