[csw-devel] SF.net SVN: gar:[19059] csw/mgar/pkg/cpan/XML-Parser/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Aug 22 15:23:19 CEST 2012


Revision: 19059
          http://gar.svn.sourceforge.net/gar/?rev=19059&view=rev
Author:   dmichelsen
Date:     2012-08-22 13:23:18 +0000 (Wed, 22 Aug 2012)
Log Message:
-----------
cpan/XML-Parser/trunk: Update to 2.41 and sanitize package name

Modified Paths:
--------------
    csw/mgar/pkg/cpan/XML-Parser/trunk/Makefile
    csw/mgar/pkg/cpan/XML-Parser/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/cpan/XML-Parser/trunk/files/COPYING

Modified: csw/mgar/pkg/cpan/XML-Parser/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/XML-Parser/trunk/Makefile	2012-08-22 13:23:00 UTC (rev 19058)
+++ csw/mgar/pkg/cpan/XML-Parser/trunk/Makefile	2012-08-22 13:23:18 UTC (rev 19059)
@@ -1,29 +1,23 @@
 NAME = XML-Parser
-VERSION = 2.36
+VERSION = 2.41
 CATEGORIES = cpan
 GARTYPE = v2
-AUTHOR = MSERGEANT
+AUTHOR = TODDR
 
-DESCRIPTION = A module for parsing XML documents
+DESCRIPTION = A perl module for parsing XML documents
 define BLURB
-  This module provides ways to parse XML documents. It is built on top of
-  XML::Parser::Expat, which is a lower level interface to James Clarks expat
-  library. Each call to one of the parsing methods creates a new instance of
-  XML::Parser::Expat which is then used to parse the document. Expat options
-  may be provided when the XML::Parser object is created. These options are
-  then passed on to the Expat object on each parse call. They can also be
-  given as extra arguments to the parse methods, in which case they override
-  options given at XML::Parser creation time.
 endef
 
-DISTFILES = COPYING
+CATALOG_RELEASE = unstable
 
-PACKAGES = CSWpmxmlparser
-CATALOGNAME = pm_xmlparser
+LICENSE_TEXT = This module is licensed under the perl license
 
-RUNTIME_DEP_PKGS = CSWexpat
+PACKAGES += CSWpm-xml-parser
+CATALOGNAME_CSWpm-xml-parser = pm_xml_parser
+SPKG_DESC_CSWpm-xml-parser = A perl module for parsing XML documents
+RUNTIME_DEP_PKGS_CSWpm-xml-parser += CSWpm-libwww-perl
+RUNTIME_DEP_PKGS_CSWpm-xml-parser += CSWlibexpat1
+OBSOLETED_BY_CSWpm-xml-parser += CSWpmxmlparser
+CATALOGNAME_CSWpmxmlparser = pm_xmlparser_stub
 
-CONFIGURE_ARGS  = EXPATINCPATH=$(includedir)
-CONFIGURE_ARGS += EXPATLIBPATH=$(libdir)
-
 include gar/category.mk

Modified: csw/mgar/pkg/cpan/XML-Parser/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/XML-Parser/trunk/checksums	2012-08-22 13:23:00 UTC (rev 19058)
+++ csw/mgar/pkg/cpan/XML-Parser/trunk/checksums	2012-08-22 13:23:18 UTC (rev 19059)
@@ -1,2 +1 @@
-a6b84b59a404d69e75ad416993ad9724  COPYING
-1b868962b658bd87e1563ecd56498ded  XML-Parser-2.36.tar.gz
+c320d2ffa459e6cdc6f9f59c1185855e  XML-Parser-2.41.tar.gz

Deleted: csw/mgar/pkg/cpan/XML-Parser/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/XML-Parser/trunk/files/COPYING	2012-08-22 13:23:00 UTC (rev 19058)
+++ csw/mgar/pkg/cpan/XML-Parser/trunk/files/COPYING	2012-08-22 13:23:18 UTC (rev 19059)
@@ -1,4 +0,0 @@
-Copyright (c) 1998-2000 Larry Wall and Clark Cooper.
-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