[csw-devel] SF.net SVN: gar:[18657] csw/mgar/pkg/cpan/DBD-DB2/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Jul 6 12:08:19 CEST 2012


Revision: 18657
          http://gar.svn.sourceforge.net/gar/?rev=18657&view=rev
Author:   dmichelsen
Date:     2012-07-06 10:08:19 +0000 (Fri, 06 Jul 2012)
Log Message:
-----------
cpan/DBD-DB2/trunk: Initial commit

Modified Paths:
--------------
    csw/mgar/pkg/cpan/DBD-DB2/trunk/Makefile
    csw/mgar/pkg/cpan/DBD-DB2/trunk/checksums

Modified: csw/mgar/pkg/cpan/DBD-DB2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/DBD-DB2/trunk/Makefile	2012-07-06 08:21:53 UTC (rev 18656)
+++ csw/mgar/pkg/cpan/DBD-DB2/trunk/Makefile	2012-07-06 10:08:19 UTC (rev 18657)
@@ -1,25 +1,42 @@
 NAME = DBD-DB2
-VERSION = 1.78
+VERSION = 1.84
 CATEGORIES = cpan
 GARTYPE = v2
 AUTHOR = IBMTORDB2
 
-DESCRIPTION = DataBase Driver for DB2 UDB
+DESCRIPTION = DB2 Driver for DBI
 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
+CATALOG_RELEASE = unstable
 
-DB2_HOME    = /opt/IBM/db2/V9
-EXTRA_LIB   = $(DB2_HOME)/lib32
-LICENSE     = LICENSE
+# libdb2.so.1 requires libm.so.2 only available on Solaris 10
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
 
+LICENSE = LICENSE
+
+PACKAGES += CSWpm-dbd-db2
+SPKG_DESC_CSWpm-dbd-db2 = DB2 Driver for DBI
+
+# These are just docs
+CHECKPKG_OVERRIDES_CSWpm-dbd-db2 += file-with-bad-content|/usr/local|root/opt/csw/share/man/man3/DBD::DB2.3perl
+CHECKPKG_OVERRIDES_CSWpm-dbd-db2 += file-with-bad-content|/usr/local|root/opt/csw/lib/perl/csw/DBD/DB2.pod
+
+# This is the default install location of the client
+CHECKPKG_OVERRIDES_CSWpm-dbd-db2 += bad-rpath-entry|/opt/IBM/db2/V8.1/lib|opt/csw/lib/perl/csw/auto/DBD/DB2/Constants/Constants.so
+CHECKPKG_OVERRIDES_CSWpm-dbd-db2 += bad-rpath-entry|/opt/IBM/db2/V8.1/lib|opt/csw/lib/perl/csw/auto/DBD/DB2/DB2.so
+
+# The library is installed manually and not shipped via OpenCSW
+CHECKPKG_OVERRIDES_CSWpm-dbd-db2 += soname-not-found|libdb2.so.1|is|needed|by|opt/csw/lib/perl/csw/auto/DBD/DB2/DB2.so
+
+NOISALIST = 1
+
+DB2_HOME = /opt/IBM/db2/V8.1
+DB2_LIB = $(DB2_HOME)/lib
+
+EXTRA_LIB += $(DB2_LIB)
+
+EXTRA_CONFIGURE_ENV += DB2_HOME=$(DB2_HOME)
+EXTRA_CONFIGURE_ENV += DB2LIB=$(DB2_LIB)
+
 include gar/category.mk
-
-CONFIGURE_ENV += DB2_HOME=$(DB2_HOME)
-CONFIGURE_ENV += DB2LIB=$(DB2_HOME)/lib32

Modified: csw/mgar/pkg/cpan/DBD-DB2/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/DBD-DB2/trunk/checksums	2012-07-06 08:21:53 UTC (rev 18656)
+++ csw/mgar/pkg/cpan/DBD-DB2/trunk/checksums	2012-07-06 10:08:19 UTC (rev 18657)
@@ -1 +1 @@
-ef30eb14d00edcbdcc11587a4dba8a7c  DBD-DB2-1.78.tar.gz
+620ab82718509023152e2f0d1707aa7b  DBD-DB2-1.84.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