[csw-devel] SF.net SVN: gar:[10713] csw/mgar/pkg

idogan23 at users.sourceforge.net idogan23 at users.sourceforge.net
Mon Aug 9 13:40:18 CEST 2010


Revision: 10713
          http://gar.svn.sourceforge.net/gar/?rev=10713&view=rev
Author:   idogan23
Date:     2010-08-09 11:40:18 +0000 (Mon, 09 Aug 2010)

Log Message:
-----------
opendbx: initial commit

Added Paths:
-----------
    csw/mgar/pkg/opendbx/
    csw/mgar/pkg/opendbx/branches/
    csw/mgar/pkg/opendbx/tags/
    csw/mgar/pkg/opendbx/trunk/
    csw/mgar/pkg/opendbx/trunk/Makefile
    csw/mgar/pkg/opendbx/trunk/checksums
    csw/mgar/pkg/opendbx/trunk/files/


Property changes on: csw/mgar/pkg/opendbx/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/opendbx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/opendbx/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/opendbx/trunk/Makefile	2010-08-09 11:40:18 UTC (rev 10713)
@@ -0,0 +1,66 @@
+GARNAME = opendbx
+GARVERSION = 1.4.5
+CATEGORIES = lib
+
+DESCRIPTION = A C library for accessing databases with a single API
+define BLURB
+  OpenDBX is an extremely lightweight but extensible C library for
+  accessing databases with a single API. It provides a clean and simple
+  interface across all supported databases that leads to an elegant
+  code design automatically. Currently MySQL, PostgreSQL, SQLite
+  (v2 & 3), MSSQL and Sybase are supported and backends for more native
+  database APIs can be written easily. If you want your application to
+  support different databases with little effort, this is definitively
+  the right thing for you!
+endef
+
+MASTER_SITES = http://www.linuxnetworks.de/opendbx/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+PACKAGES = CSWopendbx CSWopendbxdevel
+CATALOGNAME_CSWopendbx = opendbx
+CATALOGNAME_CSWopendbxdevel = opendbx_devel
+
+SPKG_DESC_CSWopendbx = $(DESCRIPTION)
+SPKG_DESC_CSWopendbxdevel = $(DESCRIPTION) development package
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then 
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES = 
+
+GARCOMPILER = GCC4
+BUILD64 = 1
+#EXTRA_BUILD_ISAS_i386 = pentium_pro
+#EXTRA_BUILD_ISAS_sparc = sparcv8plus
+EXTRA_LIB = /opt/csw/mysql5/lib/mysql
+EXTRA_INC = /opt/csw/mysql5/include/mysql
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --disable-utils
+CONFIGURE_ARGS += --with-backends=mysql
+
+PKGFILES_CSWopendbxdevel = $(PKGFILES_DEVEL)
+PKGFILES_CSWopendbx = $(PKGFILES_RT)
+
+#CONFIGURE_ARGS += --with-backends=oracle
+#EXTRA_LIB = /opt/csw/instantclient_10_2
+#EXTRA_INC = /opt/csw/instantclient_10_2/sdk/include
+#RUNTIME_DEP_PKGS_CSWopendbx += CSWorainstclient102
+#CHECKPKG_OVERRIDES_CSWopendbx += bad-rpath-entry|/opt/csw/instantclient_10_2|opt/csw/lib/libopendbx.so.1.2.0
+#CHECKPKG_OVERRIDES_CSWopendbx += bad-rpath-entry|/opt/csw/instantclient_10_2/$ISALIST|opt/csw/lib/libopendbx.so.1.2.0
+#CHECKPKG_OVERRIDES_CSWopendbx += bad-rpath-entry|/opt/csw/instantclient_10_2|opt/csw/lib/libopendbxplus.so.1.0.0
+#CHECKPKG_OVERRIDES_CSWopendbx += bad-rpath-entry|/opt/csw/instantclient_10_2/$ISALIST|opt/csw/lib/libopendbxplus.so.1.0.0
+#CHECKPKG_OVERRIDES_CSWopendbx += bad-rpath-entry|/opt/csw/instantclient_10_2|opt/csw/lib/opendbx/liboraclebackend.so.1.2.0
+#CHECKPKG_OVERRIDES_CSWopendbx += bad-rpath-entry|/opt/csw/instantclient_10_2/$ISALIST|opt/csw/lib/opendbx/liboraclebackend.so.1.2.0
+
+CHECKPKG_OVERRIDES_CSWopendbxdevel += surplus-dependency|CSWopendbx
+
+RUNTIME_DEP_PKGS_CSWopendbx += CSWgcc4corert
+RUNTIME_DEP_PKGS_CSWopendbx += CSWgcc4g++rt
+RUNTIME_DEP_PKGS_CSWopendbx += CSWggettextrt
+RUNTIME_DEP_PKGS_CSWopendbxdevel += CSWopendbx
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/opendbx/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/opendbx/trunk/checksums
===================================================================
--- csw/mgar/pkg/opendbx/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/opendbx/trunk/checksums	2010-08-09 11:40:18 UTC (rev 10713)
@@ -0,0 +1 @@
+8347e9583d83c5186dea14f992c19dec  opendbx-1.4.5.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list