[csw-devel] SF.net SVN: gar:[10954] csw/mgar/pkg/cpan
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Mon Sep 13 15:54:13 CEST 2010
Revision: 10954
http://gar.svn.sourceforge.net/gar/?rev=10954&view=rev
Author: bonivart
Date: 2010-09-13 13:54:12 +0000 (Mon, 13 Sep 2010)
Log Message:
-----------
pm_dbfile: initial commit
Added Paths:
-----------
csw/mgar/pkg/cpan/DB_File/
csw/mgar/pkg/cpan/DB_File/branches/
csw/mgar/pkg/cpan/DB_File/tags/
csw/mgar/pkg/cpan/DB_File/trunk/
csw/mgar/pkg/cpan/DB_File/trunk/Makefile
csw/mgar/pkg/cpan/DB_File/trunk/checksums
csw/mgar/pkg/cpan/DB_File/trunk/files/
csw/mgar/pkg/cpan/DB_File/trunk/files/0001-add-bdb48-include-dir.patch
csw/mgar/pkg/cpan/DB_File/trunk/files/COPYING
Property changes on: csw/mgar/pkg/cpan/DB_File/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/DB_File/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/DB_File/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/cpan/DB_File/trunk/Makefile 2010-09-13 13:54:12 UTC (rev 10954)
@@ -0,0 +1,20 @@
+GARNAME = DB_File
+GARVERSION = 1.820
+CATEGORIES = cpan
+AUTHOR = PMQS
+
+DESCRIPTION = Perl5 access to Berkeley DB version 1.x
+define BLURB
+ Perl5 access to Berkeley DB version 1.x
+endef
+
+DISTFILES += COPYING
+
+PACKAGES = CSWpmdbfile
+CATALOGNAME = pm_dbfile
+
+PATCHFILES += 0001-add-bdb48-include-dir.patch
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
Added: csw/mgar/pkg/cpan/DB_File/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/DB_File/trunk/checksums (rev 0)
+++ csw/mgar/pkg/cpan/DB_File/trunk/checksums 2010-09-13 13:54:12 UTC (rev 10954)
@@ -0,0 +1 @@
+28979bee29d8075b0dffab02fe29df6e DB_File-1.820.tar.gz
Added: csw/mgar/pkg/cpan/DB_File/trunk/files/0001-add-bdb48-include-dir.patch
===================================================================
--- csw/mgar/pkg/cpan/DB_File/trunk/files/0001-add-bdb48-include-dir.patch (rev 0)
+++ csw/mgar/pkg/cpan/DB_File/trunk/files/0001-add-bdb48-include-dir.patch 2010-09-13 13:54:12 UTC (rev 10954)
@@ -0,0 +1,25 @@
+From 6d697175848d0c15f2d451307a24df68babd13af Mon Sep 17 00:00:00 2001
+From: Peter Bonivart <bonivart at opencsw.org>
+Date: Mon, 13 Sep 2010 15:16:37 +0200
+Subject: [PATCH] add-bdb48-include-dir
+
+---
+ Makefile.PL | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index a586a04..6cb8fbd 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -44,7 +44,7 @@ my $WALL = '' ;
+ WriteMakefile(
+ NAME => 'DB_File',
+ LIBS => ["-L${LIB_DIR} $LIBS"],
+- INC => "-I$INC_DIR",
++ INC => "-I$INC_DIR -I/opt/csw/bdb48/include",
+ VERSION_FROM => 'DB_File.pm',
+ XS_VERSION => eval MM->parse_version('DB_File.pm'),
+ XSPROTOARG => '-noprototypes',
+--
+1.7.1
+
Added: csw/mgar/pkg/cpan/DB_File/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/DB_File/trunk/files/COPYING (rev 0)
+++ csw/mgar/pkg/cpan/DB_File/trunk/files/COPYING 2010-09-13 13:54:12 UTC (rev 10954)
@@ -0,0 +1,3 @@
+ Copyright (c) 1995-2009 Paul Marquess. All rights reserved. This
+ program is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
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