[csw-devel] SF.net SVN: gar:[9095] csw/mgar/pkg/cpan
bensons at users.sourceforge.net
bensons at users.sourceforge.net
Thu Mar 11 17:56:32 CET 2010
Revision: 9095
http://gar.svn.sourceforge.net/gar/?rev=9095&view=rev
Author: bensons
Date: 2010-03-11 16:56:29 +0000 (Thu, 11 Mar 2010)
Log Message:
-----------
DBD-DB2: initial GAR recipe
Added Paths:
-----------
csw/mgar/pkg/cpan/DBD-DB2/
csw/mgar/pkg/cpan/DBD-DB2/branches/
csw/mgar/pkg/cpan/DBD-DB2/tags/
csw/mgar/pkg/cpan/DBD-DB2/trunk/
csw/mgar/pkg/cpan/DBD-DB2/trunk/Makefile
csw/mgar/pkg/cpan/DBD-DB2/trunk/checksums
csw/mgar/pkg/cpan/DBD-DB2/trunk/files/
Property changes on: csw/mgar/pkg/cpan/DBD-DB2/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/cpan/DBD-DB2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/DBD-DB2/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/cpan/DBD-DB2/trunk/Makefile 2010-03-11 16:56:29 UTC (rev 9095)
@@ -0,0 +1,24 @@
+GARNAME = DBD-DB2
+GARVERSION = 1.78
+CATEGORIES = cpan
+AUTHOR = IBMTORDB2
+
+DESCRIPTION = DataBase Driver for DB2 UDB
+define BLURB
+ DBD::DB2 is a Perl5 module which when used in conjunction with DBI
+ allows Perl5 to communicate with IBM's DB2 Universal Database.
+ In the generic sense, most of the functionality provided by any of the
+ available DBDs is accessed indirectly through the DBI.
+endef
+
+CATALOGNAME = pm_dbddb2
+PACKAGES = CSWpmdbddb2
+
+DB2_HOME = /opt/IBM/db2/V9
+EXTRA_LIB = $(DB2_HOME)/lib32
+LICENSE = LICENSE
+
+include gar/category.mk
+
+CONFIGURE_ENV += DB2_HOME=$(DB2_HOME)
+CONFIGURE_ENV += DB2LIB=$(DB2_HOME)/lib32
Added: csw/mgar/pkg/cpan/DBD-DB2/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/DBD-DB2/trunk/checksums (rev 0)
+++ csw/mgar/pkg/cpan/DBD-DB2/trunk/checksums 2010-03-11 16:56:29 UTC (rev 9095)
@@ -0,0 +1 @@
+ef30eb14d00edcbdcc11587a4dba8a7c DBD-DB2-1.78.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