SF.net SVN: gar:[22592] csw/mgar/pkg/cpan/MARC-XML/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Nov 27 17:53:47 CET 2013
Revision: 22592
http://gar.svn.sourceforge.net/gar/?rev=22592&view=rev
Author: dmichelsen
Date: 2013-11-27 16:53:47 +0000 (Wed, 27 Nov 2013)
Log Message:
-----------
cpan/MARC-XML/trunk: Update to 1.0.1
Modified Paths:
--------------
csw/mgar/pkg/cpan/MARC-XML/trunk/Makefile
csw/mgar/pkg/cpan/MARC-XML/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/cpan/MARC-XML/trunk/files/0001-Only-one-author-allowed.patch
Removed Paths:
-------------
csw/mgar/pkg/cpan/MARC-XML/trunk/files/COPYING
Modified: csw/mgar/pkg/cpan/MARC-XML/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/MARC-XML/trunk/Makefile 2013-11-27 15:56:43 UTC (rev 22591)
+++ csw/mgar/pkg/cpan/MARC-XML/trunk/Makefile 2013-11-27 16:53:47 UTC (rev 22592)
@@ -1,20 +1,28 @@
NAME = MARC-XML
-VERSION = 0.92
+VERSION = 1.0.1
CATEGORIES = cpan
GARTYPE = v2
AUTHOR = GMCHARLT
-DESCRIPTION = Work with MARC data encoded as XML
+DESCRIPTION = MAchine Readable Catalog / XML Extension
define BLURB
endef
-DISTFILES = COPYING
+# This is due to our old version of MakeMaker
+PATCHFILES += 0001-Only-one-author-allowed.patch
-PACKAGES = CSWpmmarcxml
-CATALOGNAME = pm_marcxml
+CATALOG_RELEASE = unstable
-DEP_PKGS = CSWpmmarccharset CSWpmmarcrecord CSWpmxmlsax
+BUILD_DEP_PKGS += CSWpm-marc-charset
+BUILD_DEP_PKGS += CSWpm-marc-record
-ARCHALL = 1
+PACKAGES += CSWpm-marc-xml
+CATALOGNAME_CSWpm-marc-xml = pm_marc_xml
+SPKG_DESC_CSWpm-marc-xml = MAchine Readable Catalog / XML Extension
+ARCHALL_CSWpm-marc-xml = 1
+RUNTIME_DEP_PKGS_CSWpm-marc-xml += CSWpm-marc-charset
+RUNTIME_DEP_PKGS_CSWpm-marc-xml += CSWpm-marc-record
+OBSOLETED_BY_CSWpm-marc-xml += CSWpmmarcxml
+CATALOGNAME_CSWpmmarcxml = pm_marcxml_stub
include gar/category.mk
Modified: csw/mgar/pkg/cpan/MARC-XML/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/MARC-XML/trunk/checksums 2013-11-27 15:56:43 UTC (rev 22591)
+++ csw/mgar/pkg/cpan/MARC-XML/trunk/checksums 2013-11-27 16:53:47 UTC (rev 22592)
@@ -1,2 +1 @@
-f647061f5afdce09982ce176bc376743 COPYING
-cc5cb78d22c79deb54242ea13693880a MARC-XML-0.92.tar.gz
+5eb8f773badcee8fad2e49e96dfbe703 MARC-XML-1.0.1.tar.gz
Added: csw/mgar/pkg/cpan/MARC-XML/trunk/files/0001-Only-one-author-allowed.patch
===================================================================
--- csw/mgar/pkg/cpan/MARC-XML/trunk/files/0001-Only-one-author-allowed.patch (rev 0)
+++ csw/mgar/pkg/cpan/MARC-XML/trunk/files/0001-Only-one-author-allowed.patch 2013-11-27 16:53:47 UTC (rev 22592)
@@ -0,0 +1,28 @@
+From 27826b9ed58043480c54686a0cf5507939faf4f0 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Wed, 27 Nov 2013 16:35:17 +0100
+Subject: [PATCH] Only one author allowed
+
+---
+ Makefile.PL | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index d903911..8c1b228 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -8,10 +8,8 @@ WriteMakefile(
+ 'DISTNAME' => 'MARC-XML',
+ 'VERSION_FROM' => 'lib/MARC/File/XML.pm',
+ 'PMLIBDIRS' => [ qw( lib/ ) ],
+- 'AUTHOR' => [
++ 'AUTHOR' =>
+ 'Ed Summers <ehs at pobox.com>',
+- 'Galen Charlton <gmcharlt at gmail.com>',
+- ],
+ 'LICENSE' => 'perl',
+ 'PREREQ_PM' => {
+ 'XML::LibXML' => 1.66,
+--
+1.8.4.1
+
Deleted: csw/mgar/pkg/cpan/MARC-XML/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/MARC-XML/trunk/files/COPYING 2013-11-27 15:56:43 UTC (rev 22591)
+++ csw/mgar/pkg/cpan/MARC-XML/trunk/files/COPYING 2013-11-27 16:53:47 UTC (rev 22592)
@@ -1,4 +0,0 @@
-Copyright (C) 2003-2009 Ed Summers <ehs at pobox.net> and contributors
-
-This library 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