Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (82e046d690915dfe563d811ba8c11971486d5897)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (82e046d690915dfe563d811ba8c11971486d5897)
  • Date: Wed, 6 May 2015 04:48:26 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

perl-cpan/xml-parser-expat/DETAILS | 36
+++++++++++++++++-------------------
perl-cpan/xml-parser-expat/HISTORY | 5 +++--
2 files changed, 20 insertions(+), 21 deletions(-)

New commits:
commit 82e046d690915dfe563d811ba8c11971486d5897
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xml-parser-expat: => 2.44

commit b62600937f924d0c2cc9cacc39432a0289037086
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "xml-parser-expat: => 2.42_01"

This reverts commit 14e34f6f0f4a3138aaaab516b268abbcf0c21959.

Reason: we do not force development versions/branches.

diff --git a/perl-cpan/xml-parser-expat/DETAILS
b/perl-cpan/xml-parser-expat/DETAILS
index 83a5b5c..d46c9a7 100755
--- a/perl-cpan/xml-parser-expat/DETAILS
+++ b/perl-cpan/xml-parser-expat/DETAILS
@@ -1,24 +1,22 @@
SPELL=xml-parser-expat
- VERSION=2.42_01
-
SOURCE_HASH=sha512:cd351a9c3e857fc1e8e742924d10b83917da5ce5e3f1c7168a6447c0bd27b2a878f301e3bfa927eb4a977b71e93c7d7bd4536e7837000f7b45ce6a31ae7d9390
- SOURCE=XML-Parser-$VERSION.tar.gz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/XML-Parser-$VERSION"
- SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/T/TO/TODDR/$SOURCE
+ SPELLX=XML-Parser
+ VERSION=2.44
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/T/TO/TODDR/${SOURCE}
+
SOURCE_HASH=sha512:4790d20d89478880b18255679727e5b2fb2860bb4de67d5032c805fd44c9f90697a240a612aba51255325192253aa578b346d658b29f631a4e92ad96e7d65b61
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
LICENSE=ART
- WEB_SITE=http://search.cpan.org/~toddr/XML-Parser/
+ WEB_SITE=http://search.cpan.org/~dist/XML-Parser/
ENTERED=20020314
- KEYWORDS="parser perl"
- SHORT="Flexible fast parser with plug-in styles"
+ KEYWORDS="parser perl xml"
+ SHORT="flexible fast parser with plug-in styles"
cat << EOF
-This module provides ways to parse XML documents. It is
-built on top of the XML::Parser::Expat manpage, which is a
-lower level interface to James Clark's 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 doc�
-ument. 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.
+This module provides ways to parse XML documents. It is built on top of the
+XML::Parser::Expat manpage, which is a lower level interface to James Clark's
+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.
EOF
diff --git a/perl-cpan/xml-parser-expat/HISTORY
b/perl-cpan/xml-parser-expat/HISTORY
index 698d3e2..7bb7723 100644
--- a/perl-cpan/xml-parser-expat/HISTORY
+++ b/perl-cpan/xml-parser-expat/HISTORY
@@ -1,5 +1,6 @@
-2013-12-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.42_01
+2015-05-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.44; use SPELLX; updated website,
+ descriptions, keywords

2012-05-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.41; renewed source url



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (82e046d690915dfe563d811ba8c11971486d5897), Vlad Glagolev, 05/06/2015

Archive powered by MHonArc 2.6.24.

Top of Page