[csw-devel] SF.net SVN: gar:[9181] csw/mgar/pkg/cpan/BerkeleyDB/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Mar 15 09:38:28 CET 2010
Revision: 9181
http://gar.svn.sourceforge.net/gar/?rev=9181&view=rev
Author: dmichelsen
Date: 2010-03-15 08:38:28 +0000 (Mon, 15 Mar 2010)
Log Message:
-----------
cpan/BerkeleyDB: Update to 0.42 and add license
Modified Paths:
--------------
csw/mgar/pkg/cpan/BerkeleyDB/trunk/Makefile
csw/mgar/pkg/cpan/BerkeleyDB/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/cpan/BerkeleyDB/trunk/files/COPYING
Modified: csw/mgar/pkg/cpan/BerkeleyDB/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/BerkeleyDB/trunk/Makefile 2010-03-15 08:22:50 UTC (rev 9180)
+++ csw/mgar/pkg/cpan/BerkeleyDB/trunk/Makefile 2010-03-15 08:38:28 UTC (rev 9181)
@@ -1,5 +1,5 @@
GARNAME = BerkeleyDB
-GARVERSION = 0.41
+GARVERSION = 0.42
CATEGORIES = cpan
AUTHOR = PMQS
@@ -8,6 +8,8 @@
Includes BerkeleyDB, BerkeleyDB::Btree, BerkeleyDB::Hash
endef
+DISTFILES = COPYING
+
PACKAGES = CSWpmberkeleydb
CATALOGNAME = pm_berkeleydb
Modified: csw/mgar/pkg/cpan/BerkeleyDB/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/BerkeleyDB/trunk/checksums 2010-03-15 08:22:50 UTC (rev 9180)
+++ csw/mgar/pkg/cpan/BerkeleyDB/trunk/checksums 2010-03-15 08:38:28 UTC (rev 9181)
@@ -1,2 +1,3 @@
-5941c90783a55ca4280c2963bbe1ac83 BerkeleyDB-0.41.tar.gz
+4b9c1f6e62b6ef40e6bdc673a3a30a32 BerkeleyDB-0.42.tar.gz
+bf78b3346925446f99c2a7f081322109 COPYING
2061f2f285714a1b6a014c5254e69b92 CSWpmberkeleydb.config.in.diff
Added: csw/mgar/pkg/cpan/BerkeleyDB/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/BerkeleyDB/trunk/files/COPYING (rev 0)
+++ csw/mgar/pkg/cpan/BerkeleyDB/trunk/files/COPYING 2010-03-15 08:38:28 UTC (rev 9181)
@@ -0,0 +1,23 @@
+Copyright (c) 1997-2004 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.
+
+Although B<BerkeleyDB> is covered by the Perl license, the library it
+makes use of, namely Berkeley DB, is not. Berkeley DB has its own
+copyright and its own license. Please take the time to read it.
+
+Here are few words taken from the Berkeley DB FAQ (at
+F<http://www.oracle.com/technology/products/berkeley-db/db/index.html>) regarding the license:
+
+ Do I have to license DB to use it in Perl scripts?
+
+ No. The Berkeley DB license requires that software that uses
+ Berkeley DB be freely redistributable. In the case of Perl, that
+ software is Perl, and not your scripts. Any Perl scripts that you
+ write are your property, including scripts that make use of Berkeley
+ DB. Neither the Perl license nor the Berkeley DB license
+ place any restriction on what you may do with them.
+
+If you are in any doubt about the license situation, contact either the
+Berkeley DB authors or the author of BerkeleyDB.
+
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