New commits:
commit 6c66d985ef9c04e0f47c41f245328ff1b80a854a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
new perl-cpan build system + some small version bumps
diff --git a/ChangeLog b/ChangeLog
index c5760bd..30dd693 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * FUNCTIONS: added default function for building the perlish spells
+ * perl-cpan/FUNCTIONS: use this function from root
+
2008-01-06 Vlad Glagolev <stealth AT sourcemage.org>
* perl-cpan/MAINTAINER: add myself as maintainer
* perl-cpan/perl: moved to devel
diff --git a/perl-cpan/FUNCTIONS b/perl-cpan/FUNCTIONS
index ba9c498..07182e6 100755
--- a/perl-cpan/FUNCTIONS
+++ b/perl-cpan/FUNCTIONS
@@ -1,4 +1,6 @@
-function default_build_perl () {
- perl Makefile.PL INSTALLDIRS=vendor $PERL_OPTS &&
- make
-}
+#-------------------------------------------------------------------------
+## Section-default build script.
+#-------------------------------------------------------------------------
+function default_build() {
+ default_build_perl
+}
diff --git a/perl-cpan/PERL_BUILD b/perl-cpan/PERL_BUILD
deleted file mode 100755
index c48c1cf..0000000
--- a/perl-cpan/PERL_BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-perl Makefile.PL INSTALLDIRS=vendor $PERL_OPTS &&
-make
diff --git a/perl-cpan/acme-bleach/BUILD b/perl-cpan/acme-bleach/BUILD
deleted file mode 100755
index 3e88f8f..0000000
--- a/perl-cpan/acme-bleach/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-perl Makefile.PL &&
-make
diff --git a/perl-cpan/acme-bleach/DETAILS b/perl-cpan/acme-bleach/DETAILS
index a8b23f9..0839015 100755
--- a/perl-cpan/acme-bleach/DETAILS
+++ b/perl-cpan/acme-bleach/DETAILS
@@ -5,18 +5,18 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/Acme-Bleach-$VERSION
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DC/DCONWAY/$SOURCE
SOURCE_HASH=sha512:d620fa7033f1b4f6a767726fc3ef83d5d40a85a39032f9715538f3b82e5becd76fba2d001dffc8f0c8cc8fdb02ac34dc4cfcb65521042261639a8a021151229d
LICENSE=ART
- WEB_SITE="http://search.cpan.org/author/DCONWAY/$SPELL-$VERSION/"
+ WEB_SITE=http://search.cpan.org/~dconway/Acme-Bleach/
ENTERED=20050219
KEYWORDS="perl"
SHORT="For really clean programs"
cat << EOF
+Tired of all those unsightly printable characters in your perl source?
+Worry no more with Acme::Bleach, the only perl module guaranteed to have
+your sources sparkling whitespace in no time at all!
-Tired of all those unsightly printable characters in your perl source? Worry
no more with Acme::Bleach, the only perl module guaranteed to have your
sources sparkling whitespace in no time at all!
-
-Acme::DWIM replaces all those boring operators with the "Do What I Mean"
operator (...) pronounced "yadda yadda yadda".
+Acme::DWIM replaces all those boring operators with the "Do What I Mean"
+operator (...) pronounced "yadda yadda yadda".
Includes Acme::Bleach, Acme::DWIM and Acme::Morse.
-
Damian Conway has a lot to answer for.
-
EOF
diff --git a/perl-cpan/acme-bleach/HISTORY b/perl-cpan/acme-bleach/HISTORY
index e4f2c09..29dd0e1 100644
--- a/perl-cpan/acme-bleach/HISTORY
+++ b/perl-cpan/acme-bleach/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up
+ * BUILD: useless
+
2007-05-11 Colin "Phoul" Childs <phoul AT sourcemage.org>
* DETAILS: SOURCE_URL now uses $PERL_CPAN_URL
@@ -28,4 +32,3 @@
2002-10-20 Chris Brien <christopher_brien AT hotmail.com>
* ALL files: Initial version
-
diff --git a/perl-cpan/algorithm-annotate/BUILD
b/perl-cpan/algorithm-annotate/BUILD
deleted file mode 100755
index e79fe43..0000000
--- a/perl-cpan/algorithm-annotate/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
diff --git a/perl-cpan/algorithm-annotate/DEPENDS
b/perl-cpan/algorithm-annotate/DEPENDS
index 7fb1ab4..bc45f59 100755
--- a/perl-cpan/algorithm-annotate/DEPENDS
+++ b/perl-cpan/algorithm-annotate/DEPENDS
@@ -1 +1 @@
-depends algorithm-diff
+depends algorithm-diff
diff --git a/perl-cpan/algorithm-annotate/DETAILS
b/perl-cpan/algorithm-annotate/DETAILS
index 4f6219e..86d9887 100755
--- a/perl-cpan/algorithm-annotate/DETAILS
+++ b/perl-cpan/algorithm-annotate/DETAILS
@@ -4,7 +4,7 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Algorithm-Annotate-$VERSION
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/C/CL/CLKAO//$SOURCE
SOURCE_HASH=sha512:ee828f91876713db6dbcb3ca97dfee57350f1487f3583ecc1874a6a86eeb13d1bb35ee57dad67a8bd8b050417763ff4efef9db49e7061e355972f7a8aa6d000d
- WEB_SITE="http://search.cpan.org/search?module=Algorithm::Annotate"
+ WEB_SITE=http://search.cpan.org/~clkao/Algorithm-Annotate/
LICENSE[0]=ART
ENTERED=20050416
KEYWORDS="perl"
diff --git a/perl-cpan/algorithm-annotate/HISTORY
b/perl-cpan/algorithm-annotate/HISTORY
index 8c4fcc8..96e3276 100644
--- a/perl-cpan/algorithm-annotate/HISTORY
+++ b/perl-cpan/algorithm-annotate/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up
+ * BUILD: useless
+
2007-05-11 Colin "Phoul" Childs <phoul AT sourcemage.org>
* DETAILS: SOURCE_URL now uses $PERL_CPAN_URL
@@ -19,4 +23,3 @@
2005-04-16 Arwed v. Merkatz <v.merkatz AT gmx.net>
* BUILD, DEPENDS, DETAILS, HISTORY: created this spell
-
diff --git a/perl-cpan/algorithm-diff/BUILD b/perl-cpan/algorithm-diff/BUILD
deleted file mode 100755
index 1e3fe31..0000000
--- a/perl-cpan/algorithm-diff/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
- perl Makefile.PL &&
- make
diff --git a/perl-cpan/algorithm-diff/DEPENDS
b/perl-cpan/algorithm-diff/DEPENDS
index 1dd0168..6826bc7 100755
--- a/perl-cpan/algorithm-diff/DEPENDS
+++ b/perl-cpan/algorithm-diff/DEPENDS
@@ -1 +1 @@
-depends perl
+depends perl
diff --git a/perl-cpan/algorithm-diff/DETAILS
b/perl-cpan/algorithm-diff/DETAILS
index 0a906db..c5b2735 100755
--- a/perl-cpan/algorithm-diff/DETAILS
+++ b/perl-cpan/algorithm-diff/DETAILS
@@ -5,10 +5,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/Algorithm-Diff-$VERSION
SOURCE_HASH=sha512:00860f458d1dc09dab2d0c829c02401e5100e63a301c349981d39e910bf12b63fbc88cf99dcd0d3790187119623d5dc790dcebbc785a65e091730bb20ec175cb
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/T/TY/TYEMQ/$SOURCE
LICENSE=ART
- WEB_SITE=http://search.cpan.org/search?dist=Algorithm-Diff
+ WEB_SITE=http://search.cpan.org/~tyemq/Algorithm-Diff/
ENTERED=20020731
KEYWORDS="perl"
- SHORT="Algorithm::Diff - Compute intelligent differences between
two files or lists"
+ SHORT="Compute intelligent differences between two files or lists"
cat << EOF
This is a module for computing the difference between two files, two
strings, or
any other two lists of things. It uses an intelligent algorithm similar to
(or
diff --git a/perl-cpan/algorithm-diff/HISTORY
b/perl-cpan/algorithm-diff/HISTORY
index 64a9003..8a85d8d 100644
--- a/perl-cpan/algorithm-diff/HISTORY
+++ b/perl-cpan/algorithm-diff/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up
+ * BUILD: useless
+
2007-05-11 Colin "Phoul" Childs <phoul AT sourcemage.org>
* DETAILS: SOURCE_URL now uses $PERL_SOURCE_URL
@@ -34,4 +38,3 @@
2002-07-31 Sergey Lipnevich <sergey AT sourcemage.org>
* All files: Spell created.
-
diff --git a/perl-cpan/anyevent/BUILD b/perl-cpan/anyevent/BUILD
deleted file mode 100755
index e79fe43..0000000
--- a/perl-cpan/anyevent/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
diff --git a/perl-cpan/anyevent/CONFIGURE b/perl-cpan/anyevent/CONFIGURE
index c79814a..5115f4c 100755
--- a/perl-cpan/anyevent/CONFIGURE
+++ b/perl-cpan/anyevent/CONFIGURE
@@ -1,4 +1,3 @@
-config_query_list EVENT_PROVIDER
\
- "Which spell do you want to provide event loop
support?" \
- "event"
\
- "perl-glib"
+config_query_list EVENT_PROVIDER \
+ "Which spell do you want to provide event loop support?" \
+ "event" "perl-glib"
diff --git a/perl-cpan/anyevent/DETAILS b/perl-cpan/anyevent/DETAILS
index 4537f60..d9f3186 100755
--- a/perl-cpan/anyevent/DETAILS
+++ b/perl-cpan/anyevent/DETAILS
@@ -1,12 +1,11 @@
SPELL=anyevent
- VERSION=2.54
-
SOURCE_HASH=sha512:b76787c20d4e6152ad81129bf65a4c86fbb495dbe531d5c95f1ee3b2216c6a523bc25736947af41799e93f8168ba0be8bd3594ed588c3e29afa5eba036f13e28
+ VERSION=2.8
SOURCE=AnyEvent-$VERSION.tar.gz
+
SOURCE_HASH=sha512:847f689611749404c563a8c3087127da00219fc45b71bc5e01db3813f85eb5131005aff8c78656007e3e9be6460208f0e7c804f09316510bc5518ad1733ae032
SOURCE_DIRECTORY=$BUILD_DIRECTORY/AnyEvent-$VERSION
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/M/ML/MLEHMANN/$SOURCE
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
LICENSE=PERL
- WEB_SITE="http://search.cpan.org/search?module=AnyEvent"
+ WEB_SITE=http://search.cpan.org/~mlehmann/AnyEvent/
ENTERED=20060716
KEYWORDS="perl"
SHORT="Provide framework for multiple event loops"
diff --git a/perl-cpan/anyevent/HISTORY b/perl-cpan/anyevent/HISTORY
index b3afad7..15cb27e 100644
--- a/perl-cpan/anyevent/HISTORY
+++ b/perl-cpan/anyevent/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, updated to 2.8
+ * BUILD: useless
+
2007-07-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.54
@@ -10,4 +14,3 @@
2006-07-17 Flavien Bridault <vlaaad AT sourcemage.org>
* BUILD, CONFIGURE, DEPENDS, DETAILS, HISTORY: created spell
-
diff --git a/perl-cpan/appconfig/BUILD b/perl-cpan/appconfig/BUILD
deleted file mode 100755
index 11e5523..0000000
--- a/perl-cpan/appconfig/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
- perl Makefile.PL &&
- make
diff --git a/perl-cpan/appconfig/DETAILS b/perl-cpan/appconfig/DETAILS
index c598f84..fdbfd4c 100755
--- a/perl-cpan/appconfig/DETAILS
+++ b/perl-cpan/appconfig/DETAILS
@@ -1,15 +1,14 @@
SPELL=appconfig
- VERSION=1.64
+ VERSION=1.66
SOURCE=AppConfig-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/AppConfig-$VERSION
- SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/A/AD/ADAMK/$SOURCE
-
SOURCE_HASH=sha512:fbcd455947845ff764210e10e91e299e995da3cd7e6781b119b130f56b12b0bac6232665f28383770ad258709a66a2a168fe9e50526863ae771561c4d8562f01
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/A/AB/ABW/$SOURCE
+
SOURCE_HASH=sha512:dbb82ab785f1ff203e362e226e17586e7eab00d47be5581dd1085dddd2294dc36f110c322e95dfbaa9e24d1196273d6767079055b138a76ae1e65b40bd861f80
LICENSE=ART
- WEB_SITE=http://search.cpan.org/search?dist=AppConfig
+ WEB_SITE=http://search.cpan.org/~abw/AppConfig/
ENTERED=20020522
- UPDATED=20050219
KEYWORDS="perl"
- SHORT="Perl module for reading configuration files and parsing
command line arguments"
+ SHORT="Perl module for reading configuration files"
cat << EOF
AppConfig is a bundle of Perl5 modules for reading configuration files
and parsing command line arguments. This is a descendant of, and
diff --git a/perl-cpan/appconfig/HISTORY b/perl-cpan/appconfig/HISTORY
index bb45d92..54c2f43 100644
--- a/perl-cpan/appconfig/HISTORY
+++ b/perl-cpan/appconfig/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, removed UPDATED, updated to 1.66
+ * BUILD: useless
+
2007-05-11 Colin "Phoul" Childs <phoul AT sourcemage.org>
* DETAILS:Upgraded to 1.64
* DETAILS: SOURCE_URL change to $PERL_CPAN_URL
@@ -37,4 +41,3 @@
2002-05-22 Sergey Lipnevich <sergey AT sourcemage.org>
* All files: Spell created.
-
diff --git a/perl-cpan/archive-tar/BUILD b/perl-cpan/archive-tar/BUILD
deleted file mode 100755
index 3e88f8f..0000000
--- a/perl-cpan/archive-tar/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-perl Makefile.PL &&
-make
diff --git a/perl-cpan/archive-tar/CONFLICTS b/perl-cpan/archive-tar/CONFLICTS
deleted file mode 100755
index 9cda8d7..0000000
--- a/perl-cpan/archive-tar/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts Archive-Tar y
diff --git a/perl-cpan/archive-tar/DETAILS b/perl-cpan/archive-tar/DETAILS
index fb707ad..c99ab74 100755
--- a/perl-cpan/archive-tar/DETAILS
+++ b/perl-cpan/archive-tar/DETAILS
@@ -1,21 +1,19 @@
SPELL=archive-tar
- VERSION=1.32
-
SOURCE_HASH=sha512:4a59f1158da1e58c6b1173b1fcccb435de2c11a733b314d333ab3d64a663f0711040ff1b03c81b2d9dc15a76333668f15c9c52e2a411293c58ae0a79f7db36b4
+ VERSION=1.38
SOURCE=Archive-Tar-$VERSION.tar.gz
+
SOURCE_HASH=sha512:e2d8378b04a60ceac45c9f0d188749ad8f1e7c23bd20df78a0d9f641d10d2b8c908444c5ee9b3bb6d3a3c4c6438cf5908337c0e44d35d4079a33a64d7014d72d
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Archive-Tar-$VERSION
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/K/KA/KANE/$SOURCE
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?module=Archive::Tar"
+ WEB_SITE=http://search.cpan.org/~kane/Archive-Tar/
ENTERED=20020312
KEYWORDS="perl"
SHORT="Read, write and manipulate tar files"
cat << EOF
-
Archive::Tar provides an object oriented mechanism for
handling tar files. It provides class methods for quick
and easy files handling while also allowing for the cre?
ation of tar file objects for custom manipulation. If you
have the Compress::Zlib module installed, Archive::Tar
will also support compressed or gzipped tar files.
-
EOF
diff --git a/perl-cpan/archive-tar/HISTORY b/perl-cpan/archive-tar/HISTORY
index 80a9d63..3bcd5ac 100644
--- a/perl-cpan/archive-tar/HISTORY
+++ b/perl-cpan/archive-tar/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, updated to 1.38
+ * BUILD, CONFLICTS: useless
+
2007-07-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.32
fixes bug #13908
@@ -49,4 +53,3 @@
2002-03-13 Lyon Lemmens <redlemon AT knoware.nl>
* All files: Initial version
-
diff --git a/perl-cpan/archive-zip/BUILD b/perl-cpan/archive-zip/BUILD
deleted file mode 100755
index ec5d6ff..0000000
--- a/perl-cpan/archive-zip/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
- perl Makefile.PL &&
- make
diff --git a/perl-cpan/archive-zip/DEPENDS b/perl-cpan/archive-zip/DEPENDS
index f2a8575..dfa7f61 100755
--- a/perl-cpan/archive-zip/DEPENDS
+++ b/perl-cpan/archive-zip/DEPENDS
@@ -1,2 +1,2 @@
-depends perl &&
+depends perl &&
depends compress-zlib
diff --git a/perl-cpan/archive-zip/DETAILS b/perl-cpan/archive-zip/DETAILS
index e41159d..43d94cb 100755
--- a/perl-cpan/archive-zip/DETAILS
+++ b/perl-cpan/archive-zip/DETAILS
@@ -1,16 +1,15 @@
SPELL=archive-zip
- VERSION=1.20
-
SOURCE_HASH=sha512:60235824eda63b62d9f9abfa9dc9c32688191bb1fdbd5503ae1506c995f77e3760dd63874f3a28d1cb1149683d195014ae346fa179aed157ab0733e8d0e991a1
+ VERSION=1.23
SOURCE=Archive-Zip-$VERSION.tar.gz
+
SOURCE_HASH=sha512:f8e08942994099c95c5e13e78b606b755fcd39ad6f6fe4d9f6d496bfe2eb95cd80b549ea2def8a26fe4c0150f6ae589047a5f4adc072f7ca50ff10d77424050c
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Archive-Zip-$VERSION
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/A/AD/ADAMK/$SOURCE
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?dist=Archive-Zip"
+ WEB_SITE=http://search.cpan.org/~adamk/Archive-Zip/
ENTERED=20020428
KEYWORDS="archive perl"
SHORT="A module to manipulate Zip archive files."
cat << EOF
-
The Archive::Zip module allows a Perl program to create,
manipulate, read, and write Zip archive files.
@@ -24,5 +23,4 @@ have their dates, comments, or other attributes queried or
modified. Their data can be compressed or uncompressed as
needed. Members can be created from members in existing
Zip files, or from existing directories, files, or strings.
-
EOF
diff --git a/perl-cpan/archive-zip/HISTORY b/perl-cpan/archive-zip/HISTORY
index 56c37bf..0f4ff17 100644
--- a/perl-cpan/archive-zip/HISTORY
+++ b/perl-cpan/archive-zip/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, updated to 1.23
+ * BUILD: useless
+
2007-07-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.20
fixes bug #13909
@@ -47,4 +51,3 @@
2002-04-28 ^GiuAnZ^ <djcomputer AT gmx.net>
* ALL: Initial version
-
diff --git a/perl-cpan/audio-flac-header/BUILD
b/perl-cpan/audio-flac-header/BUILD
deleted file mode 100755
index 2de29cd..0000000
--- a/perl-cpan/audio-flac-header/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/audio-flac-header/DEPENDS
b/perl-cpan/audio-flac-header/DEPENDS
old mode 100644
new mode 100755
index c1a1bc6..6826bc7
--- a/perl-cpan/audio-flac-header/DEPENDS
+++ b/perl-cpan/audio-flac-header/DEPENDS
@@ -1 +1 @@
-depends perl
+depends perl
diff --git a/perl-cpan/audio-flac-header/DETAILS
b/perl-cpan/audio-flac-header/DETAILS
index 457284c..a0a3113 100755
--- a/perl-cpan/audio-flac-header/DETAILS
+++ b/perl-cpan/audio-flac-header/DETAILS
@@ -1,10 +1,10 @@
SPELL=audio-flac-header
- VERSION=1.7
- SOURCE="Audio-FLAC-Header-${VERSION}.tar.gz"
- SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DA/DANIEL/${SOURCE}
-
SOURCE_HASH=sha512:28aee85138be44cd0de470bcc96639705d67139f8640965e64b057189193a4d0294446601b1fc23d7ad826197cd709b78edc56456d221b71f9d602dc6cdb1fca
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Audio-FLAC-Header-${VERSION}"
- WEB_SITE="http://search.cpan.org/~DANIEL/Audio-FLAC-Header/"
+ VERSION=1.9
+ SOURCE=Audio-FLAC-Header-$VERSION.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DA/DANIEL/$SOURCE
+
SOURCE_HASH=sha512:938e46a6013df6fc82bf2b596613087c29cf7a4ec7271ce19eee2c72600be73ff33050e7f659f35df4de48376089bf79bf25ec8f7dac3c3fddacc20f87fbb561
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Audio-FLAC-Header-$VERSION
+ WEB_SITE=http://search.cpan.org/~daniel/Audio-FLAC-Header/
LICENSE[0]=ART
ENTERED=20070527
SHORT="Access to FLAC audio metadata"
diff --git a/perl-cpan/audio-flac-header/HISTORY
b/perl-cpan/audio-flac-header/HISTORY
index 3e94382..19fa34a 100644
--- a/perl-cpan/audio-flac-header/HISTORY
+++ b/perl-cpan/audio-flac-header/HISTORY
@@ -1,3 +1,6 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned updated to 1.9
+ * BUILD: useless
+
2007-05-27 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS, DEPENDS, BUILD, HISTORY: created spell
-
diff --git a/perl-cpan/authen-pam/BUILD b/perl-cpan/authen-pam/BUILD
deleted file mode 100755
index 5d62a9a..0000000
--- a/perl-cpan/authen-pam/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
- perl Makefile.PL &&
- make
diff --git a/perl-cpan/authen-pam/DEPENDS b/perl-cpan/authen-pam/DEPENDS
index 4dad37b..1350e7b 100755
--- a/perl-cpan/authen-pam/DEPENDS
+++ b/perl-cpan/authen-pam/DEPENDS
@@ -1,2 +1,2 @@
-depends perl &&
-depends linux-pam
+depends perl &&
+depends linux-pam
diff --git a/perl-cpan/authen-pam/DETAILS b/perl-cpan/authen-pam/DETAILS
index 37e1a7f..b02a121 100755
--- a/perl-cpan/authen-pam/DETAILS
+++ b/perl-cpan/authen-pam/DETAILS
@@ -1,21 +1,18 @@
SPELL=authen-pam
- VERSION=0.15
+ VERSION=0.16
SOURCE=Authen-PAM-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Authen-PAM-$VERSION
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/N/NI/NIKIP/$SOURCE
-
SOURCE_HASH=sha512:b759ceb7825d7576dc35305eab5afc743602c47c20a6aca2c4eb91e479d4df9aabd6f806c7a88ad81f836cceb64d6015fcebd39973673e25b238581ecdde7e5f
+
SOURCE_HASH=sha512:2419698193697cb8c9ac3a1527a25abefffd9f15f4b492006081b2c8e7fe9e01e00f33e8fed6a07611b725b38ed92d9feb51b8ba61e4c23313cc5ff9ea1c05fd
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?module=Authen::PAM"
+ WEB_SITE=http://search.cpan.org/~nikip/Authen-PAM/
ENTERED=20020911
- UPDATED=20050220
KEYWORDS="pam perl"
SHORT="Interface to PAM library"
cat << EOF
-
The Authen::PAM module provides a Perl interface to the PAM library.
The only difference with the standard PAM interface is that instead of
passing a pam_conv struct which has an additional context parameter
appdata_ptr, you must only give an address to a conversation function
written in Perl (see below)
-
EOF
diff --git a/perl-cpan/authen-pam/HISTORY b/perl-cpan/authen-pam/HISTORY
index f14b56c..7f32483 100644
--- a/perl-cpan/authen-pam/HISTORY
+++ b/perl-cpan/authen-pam/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, removed UPDATED, updated to 0.16
+ * BUILD: useless
+
2007-05-11 Colin "Phoul" Childs <phoul AT sourcemage.org>
* DETAILS: Changed SOURCE_URL to include $PERL_CPAN_URL
@@ -37,4 +41,3 @@
2002-09-11 Lyon Lemmens <redlemon AT knoware.nl>
* ALL files: Initial version
-
diff --git a/perl-cpan/authen-sasl/BUILD b/perl-cpan/authen-sasl/BUILD
deleted file mode 100755
index 182d8c3..0000000
--- a/perl-cpan/authen-sasl/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
- perl Makefile.PL &&
- make
diff --git a/perl-cpan/authen-sasl/DEPENDS b/perl-cpan/authen-sasl/DEPENDS
index 60bd2e7..09d609a 100755
--- a/perl-cpan/authen-sasl/DEPENDS
+++ b/perl-cpan/authen-sasl/DEPENDS
@@ -1,3 +1,3 @@
depends perl &&
-optional_depends md5 '' '' 'Needed for md5 support' &&
-optional_depends digest-hmac '' '' 'Needed for md5 support'
+optional_depends md5 "" "" "Needed for md5 support" &&
+optional_depends digest-hmac "" "" "Needed for md5 support"
diff --git a/perl-cpan/authen-sasl/DETAILS b/perl-cpan/authen-sasl/DETAILS
index 7f88509..09a52f1 100755
--- a/perl-cpan/authen-sasl/DETAILS
+++ b/perl-cpan/authen-sasl/DETAILS
@@ -5,13 +5,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/Authen-SASL-$VERSION
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/G/GB/GBARR/$SOURCE
SOURCE_HASH=sha512:14b6c83edc7880e278475ad618dd71c55e157c93577a26763a327625af4876de191355c74d53b752955da6b988498ec5ea8de56ddf6d7bcaa21bb6a141853ba0
- WEB_SITE="http://search.cpan.org/search?module=Bit::Vector"
+ WEB_SITE=http://search.cpan.org/~stbey/Bit-Vector/
LICENSE=ART
ENTERED=20021009
- UPDATED=20050224
KEYWORDS="perl"
SHORT="Bit vector, set of int and 'big int' math library"
cat << EOF
-
Bit::Vector is an efficient bit vector, set of integer and
'big int' math library.
-
EOF
diff --git a/perl-cpan/bit-vector/HISTORY b/perl-cpan/bit-vector/HISTORY
index 9dbf1bf..818d135 100644
--- a/perl-cpan/bit-vector/HISTORY
+++ b/perl-cpan/bit-vector/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, removed UPDATED
+ * BUILD: useless
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.
@@ -5,4 +9,3 @@
* DETAILS: version 0.08_02
* BUILD, DEPENDS: added
spell created
-
diff --git a/perl-cpan/class-methodmaker/BUILD
b/perl-cpan/class-methodmaker/BUILD
deleted file mode 100755
index 3e88f8f..0000000
--- a/perl-cpan/class-methodmaker/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-perl Makefile.PL &&
-make
diff --git a/perl-cpan/class-methodmaker/DETAILS
b/perl-cpan/class-methodmaker/DETAILS
index 0e20040..14a78d2 100755
--- a/perl-cpan/class-methodmaker/DETAILS
+++ b/perl-cpan/class-methodmaker/DETAILS
@@ -1,17 +1,15 @@
SPELL=class-methodmaker
- VERSION=2.08
+ VERSION=2.10
SOURCE=Class-MethodMaker-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Class-MethodMaker-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/F/FL/FLUFFY/$SOURCE
-
SOURCE_HASH=sha512:a4181535d19f22eb992894be8cbdb0043c05e4728dbdd2ae944b5727e4dda8099fccfd13a583efc8001f3cae3de1b232eba4467f4f05429ba17d7733e5c72b4a
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/S/SC/SCHWIGON/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:fe603e86bd3791be8ba01ef299d854ccb31e93022400f7c0a99b38569d8e54ac267e04118df60825138db9fe176028c9069a5b78a05543f29394880382aacbc4
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?module=Class::MethodMaker"
+ WEB_SITE=http://search.cpan.org/~schwigon/Class-MethodMaker/
ENTERED=20020403
- UPDATED=20050220
KEYWORDS="perl"
SHORT="Create generic class methods"
cat << EOF
-
This module solves the problem of having to write a bazil�
lion get/set methods that are all the same. The argument
to 'use' is a hash whose keys are the names of types of
@@ -20,5 +18,4 @@ tell method maker what methods to make. (More precisely,
the keys are the names of MethodMaker methods (methods
that write methods) and the values are the arguments to
those methods.
-
EOF
diff --git a/perl-cpan/class-methodmaker/HISTORY
b/perl-cpan/class-methodmaker/HISTORY
index 575e698..aa2b816 100644
--- a/perl-cpan/class-methodmaker/HISTORY
+++ b/perl-cpan/class-methodmaker/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, removed UPDATED, updated to 2.10
+ * BUILD: useless
+
2007-10-15 Remko van der Vossen <wich AT sourcemage.org>
* DETAILS: Version bumped to 2.0.8
diff --git a/perl-cpan/date-format/BUILD b/perl-cpan/date-format/BUILD
deleted file mode 100755
index 2de29cd..0000000
--- a/perl-cpan/date-format/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/date-format/HISTORY b/perl-cpan/date-format/HISTORY
index 9707253..0b40c6d 100644
--- a/perl-cpan/date-format/HISTORY
+++ b/perl-cpan/date-format/HISTORY
@@ -1,2 +1,5 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: useless
+
2007-02-03 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS, DEPENDS, BUILD, HISTORY: created spell
diff --git a/perl-cpan/date-manip/BUILD b/perl-cpan/date-manip/BUILD
deleted file mode 100755
index ec5d6ff..0000000
--- a/perl-cpan/date-manip/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
- perl Makefile.PL &&
- make
diff --git a/perl-cpan/date-manip/DEPENDS b/perl-cpan/date-manip/DEPENDS
index 1dd0168..6826bc7 100755
--- a/perl-cpan/date-manip/DEPENDS
+++ b/perl-cpan/date-manip/DEPENDS
@@ -1 +1 @@
-depends perl
+depends perl
diff --git a/perl-cpan/date-manip/DETAILS b/perl-cpan/date-manip/DETAILS
index f836048..88bea95 100755
--- a/perl-cpan/date-manip/DETAILS
+++ b/perl-cpan/date-manip/DETAILS
@@ -1,16 +1,15 @@
SPELL=date-manip
- VERSION=5.44
-
SOURCE_HASH=sha512:947ec77850108c02c3511650e4724684b00a1ad23f55bced98e54a654e614d860b67ee308aa70dcd636a16154c7320d65a0e4d5cf769f0a8175beb03d29e8730
- SOURCE=DateManip-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/DateManip-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/S/SB/SBECK/$SOURCE
+ VERSION=5.48
+ SOURCE=Date-Manip-$VERSION.tar.gz
+
SOURCE_HASH=sha512:4af89c7e42633f0f21dac764b1feb272f7548080c0df63bb9c3d4d786738bbb864bca185bf9f708bcbfc0370bed080381af85396adfd5f054219bdf36c18fdfc
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Date-Manip-$VERSION
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/S/SB/SBECK/$SOURCE
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?module=Date::Manip"
+ WEB_SITE=http://search.cpan.org/~sbeck/Date-Manip/
ENTERED=20011108
KEYWORDS="perl"
SHORT="For easy parsing and manipulating dates"
cat << EOF
-
A perl 5 module which allows you to easily parse and manipulate dates
(several different foreign languages are supported and more can be added
easily, international date formats are also supported). A date
@@ -19,5 +18,4 @@ or to find a date a certain amount of time from a given
date.
Calculations can also be done using a special business mode where
weekends and holidays are ignored.
-
EOF
diff --git a/perl-cpan/date-manip/HISTORY b/perl-cpan/date-manip/HISTORY
index e669243..740f2be 100644
--- a/perl-cpan/date-manip/HISTORY
+++ b/perl-cpan/date-manip/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, updated to 5.48
+ * BUILD: useless
+
2007-06-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.44
@@ -35,4 +39,3 @@
2002-03-15 Lyon Lemmens <redlemon AT knoware.nl>
* HISTORY: New history
* DETAILS: Restored maintainer
-
diff --git a/perl-cpan/datetime-format-strptime/BUILD
b/perl-cpan/datetime-format-strptime/BUILD
deleted file mode 100755
index 2de29cd..0000000
--- a/perl-cpan/datetime-format-strptime/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/datetime-format-strptime/HISTORY
b/perl-cpan/datetime-format-strptime/HISTORY
index 7e8f088..2248e25 100644
--- a/perl-cpan/datetime-format-strptime/HISTORY
+++ b/perl-cpan/datetime-format-strptime/HISTORY
@@ -1,3 +1,6 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: useless
+
2007-12-01 Robin Cook <rcook AT wyrms.net>
* BUILD, DEPENDS, DETAILS, HISTORY: created spell
diff --git a/perl-cpan/perl-gtk2-mozembed/BUILD
b/perl-cpan/perl-gtk2-mozembed/BUILD
index dcb683f..8ff1729 100755
--- a/perl-cpan/perl-gtk2-mozembed/BUILD
+++ b/perl-cpan/perl-gtk2-mozembed/BUILD
@@ -1,4 +1,4 @@
-perl Makefile.PL INSTALLDIRS=vendor $PERL_OPTS &&
+perl Makefile.PL &&
if test "$(get_spell_provider $SPELL GECKO)" = seamonkey; then
# remove the b from MINOR VERSION as that breaks the version check macro
sedit 's/0b/0/' build/gtkmozembed2perl-version.h
diff --git a/perl-cpan/perl-gtk2-mozembed/HISTORY
b/perl-cpan/perl-gtk2-mozembed/HISTORY
index 9abf0a3..1c1eadf 100644
--- a/perl-cpan/perl-gtk2-mozembed/HISTORY
+++ b/perl-cpan/perl-gtk2-mozembed/HISTORY
@@ -1,3 +1,6 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: cleaned up
+
2006-08-30 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* PRE_BUILD: added xulrunner support
@@ -13,4 +16,3 @@
2005-12-01 Flavien Bridault <disk AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, HISTORY: created spell
-
diff --git a/perl-cpan/perl-gtk2-simple-list/BUILD
b/perl-cpan/perl-gtk2-simple-list/BUILD
deleted file mode 100755
index 2de29cd..0000000
--- a/perl-cpan/perl-gtk2-simple-list/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/perl-gtk2-simple-list/HISTORY
b/perl-cpan/perl-gtk2-simple-list/HISTORY
index 5ecbf30..15198de 100644
--- a/perl-cpan/perl-gtk2-simple-list/HISTORY
+++ b/perl-cpan/perl-gtk2-simple-list/HISTORY
@@ -1,3 +1,6 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: useless
+
2007-08-25 George Sherwood <george AT beernabeer.com>
* BUILD, DEPENDS, DETAILS, HISTORY: created spell
SOURCE_HASH=sha512:ca9f985b6204bfc67cbe90c00a8b1417d5b4416338a65afb5c31a9656dd21be1247b78d188d7731aeb8dea24077e25bfc0a03ff644670dd2e300c4fc07ea5684
LICENSE[0]=UNKNOWN
KEYWORDS="perl"
- BUILD_API=1
SHORT="Perl module offering a Command-Line User Interface"
cat << EOF
-Term::Clui offers a high-level user interface to give the user of
command-line applications a consistent "look and feel". Its metaphor for the
computer is as a human-like conversation-partner, and as each
question/response is completed it is summarised onto one line, and remains on
screen, so that the history of the session gradually accumulates on the
screen and is available for review, or for cut/paste. This user interface can
therefore be intermixed with standard applications which write to STDOUT or
STDERR, such as make, pgp, rcs etc.
+Term::Clui offers a high-level user interface to give the user of
command-line
+applications a consistent "look and feel". Its metaphor for the computer is
as
+a human-like conversation-partner, and as each question/response is completed
+it is summarised onto one line, and remains on screen, so that the history of
+the session gradually accumulates on the screen and is available for review,
+or for cut/paste. This user interface can therefore be intermixed with
standard
+applications which write to STDOUT or STDERR, such as make, pgp, rcs etc.
-For the user, &choose uses arrow keys (or hjkl) and Return or q; also
SpaceBar for multiple choices. &confirm expects y, Y, n or N. In general,
ctrl-L redraws the (currently active bit of the) screen. &edit and &view use
the default EDITOR and PAGER if possible.
+For the user, &choose uses arrow keys (or hjkl) and Return or q; also
SpaceBar
+for multiple choices. &confirm expects y, Y, n or N. In general, ctrl-L
redraws
+the (currently active bit of the) screen. &edit and &view use the default
+EDITOR and PAGER if possible.
-It's fast, simple, and has few external dependencies. It doesn't use curses
(which is a whole-of-screen interface); it uses a small subset of vt100
sequences (up down left right normal and reverse) which are very portable.
+It's fast, simple, and has few external dependencies. It doesn't use curses
+(which is a whole-of-screen interface); it uses a small subset of vt100
+sequences (up down left right normal and reverse) which are very portable.
EOF
diff --git a/perl-cpan/term-clui/HISTORY b/perl-cpan/term-clui/HISTORY
index 204b243..91fc2aa 100644
--- a/perl-cpan/term-clui/HISTORY
+++ b/perl-cpan/term-clui/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: useless
+ * DETAILS: removed BUILD_API
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
@@ -12,4 +16,3 @@
2004-08-25 David C. Haley <dhaley AT hot.rr.com>
* DEPENDS, DETAILS, HISTORY: Spell Created
-
diff --git a/perl-cpan/term-progressbar/BUILD
b/perl-cpan/term-progressbar/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/term-progressbar/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/term-progressbar/HISTORY
b/perl-cpan/term-progressbar/HISTORY
index 9a3a29d..1623084 100644
--- a/perl-cpan/term-progressbar/HISTORY
+++ b/perl-cpan/term-progressbar/HISTORY
@@ -1,3 +1,6 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: useless
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/perl-cpan/term-readkey/BUILD b/perl-cpan/term-readkey/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/term-readkey/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/term-readkey/HISTORY b/perl-cpan/term-readkey/HISTORY
index 17dd9ef..682199e 100644
--- a/perl-cpan/term-readkey/HISTORY
+++ b/perl-cpan/term-readkey/HISTORY
@@ -1,3 +1,6 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: useless
+
2007-06-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: 2.30
diff --git a/perl-cpan/term-readline-gnu/BUILD
b/perl-cpan/term-readline-gnu/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/term-readline-gnu/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/term-readline-gnu/HISTORY
b/perl-cpan/term-readline-gnu/HISTORY
index cd058cc..eec684d 100644
--- a/perl-cpan/term-readline-gnu/HISTORY
+++ b/perl-cpan/term-readline-gnu/HISTORY
@@ -1,3 +1,6 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: useless
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed MAINTAINER.
diff --git a/perl-cpan/term-readline-perl/BUILD
b/perl-cpan/term-readline-perl/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/term-readline-perl/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/term-readline-perl/DEPENDS
b/perl-cpan/term-readline-perl/DEPENDS
index 9784761..6826bc7 100755
--- a/perl-cpan/term-readline-perl/DEPENDS
+++ b/perl-cpan/term-readline-perl/DEPENDS
@@ -1 +1 @@
-depends perl
\ No newline at end of file
+depends perl
diff --git a/perl-cpan/term-readline-perl/DETAILS
b/perl-cpan/term-readline-perl/DETAILS
index d0b9873..b216211 100755
--- a/perl-cpan/term-readline-perl/DETAILS
+++ b/perl-cpan/term-readline-perl/DETAILS
@@ -1,18 +1,14 @@
- BUILD_API=2
SPELL=term-readline-perl
- VERSION=1.0203
+ VERSION=1.0302
SOURCE=Term-ReadLine-Perl-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Term-ReadLine-Perl-$VERSION
SOURCE_URL[0]=http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/$SOURCE
-
SOURCE_HASH=sha512:ecbb6b50bfac7375d99540ad55a9d5c76f45f97dc6a9bd04554108b4bb13c5e4dcecec1455bdd6034efa2732607a05e2ee63e38a9d0a3d72cf9c042705202374
+
SOURCE_HASH=sha512:1c0c4e00612c95c816cefd4cc40286055789f64b6ec0520fe49f72b7cbe4444f62f8b44be855e406a82c866207a5daaaec5424d9176cd023f1f4bfe836e1abe5
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?module=Term::ReadLine::Perl"
+ WEB_SITE=http://search.cpan.org/~ILYAZ/Term-ReadLine-Perl/
ENTERED=20020312
- UPDATED=20020424
- KEYWORDS="perl"
+ KEYWORDS="perl"
SHORT="GNU Readline history and completion in Perl"
cat << EOF
-
GNU Readline history and completion in Perl
-
EOF
diff --git a/perl-cpan/term-readline-perl/HISTORY
b/perl-cpan/term-readline-perl/HISTORY
index adb506f..0b2f474 100644
--- a/perl-cpan/term-readline-perl/HISTORY
+++ b/perl-cpan/term-readline-perl/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, removed UPDATED, updated to 1.0302
+ * BUILD: useless
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed MAINTAINER.
diff --git a/perl-cpan/term-shell/BUILD b/perl-cpan/term-shell/BUILD
deleted file mode 100755
index 2de29cd..0000000
--- a/perl-cpan/term-shell/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/term-shell/HISTORY b/perl-cpan/term-shell/HISTORY
index 70a9186..2bf8c66 100644
--- a/perl-cpan/term-shell/HISTORY
+++ b/perl-cpan/term-shell/HISTORY
@@ -1,2 +1,5 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: useless
+
2007-04-26 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS, DEPENDS, BUILD, HISTORY: created spell
diff --git a/perl-cpan/term-size/BUILD b/perl-cpan/term-size/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/term-size/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/term-size/HISTORY b/perl-cpan/term-size/HISTORY
index 9a3d827..168ea71 100644
--- a/perl-cpan/term-size/HISTORY
+++ b/perl-cpan/term-size/HISTORY
@@ -1,3 +1,6 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: useless
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
SOURCE_HASH=sha512:88bd5fe4a1e8ac05b7da5f75411f3e2cb17fb756ca926ace7f46d047ba7a7f22e54462efb61c2f0bf651d2c63d6fe74bffa8b7bcf49aa59847135a43b5cde759
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?module=Unicode::String"
+ WEB_SITE=http://search.cpan.org/~gaas/Unicode-String/
ENTERED=20020403
KEYWORDS="unicode perl"
SHORT="String manipulation for Unicode strings"
cat << EOF
-
A Unicode::String object represents a sequence of Unicode
characters. The Unicode Standard is a fixed-width, uni�
form encoding scheme for written characters and text.
@@ -19,5 +18,4 @@ characters, and symbols identically, which means that they
can be used in any mixture and with equal facility. Uni�
code is modeled on the ASCII character set, but uses a
16-bit encoding to support full multilingual text.
-
EOF
diff --git a/perl-cpan/unicode-string/HISTORY
b/perl-cpan/unicode-string/HISTORY
index 8a783fc..2433369 100644
--- a/perl-cpan/unicode-string/HISTORY
+++ b/perl-cpan/unicode-string/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up
+ * BUILD: useless
+
2006-12-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.09
@@ -30,4 +34,3 @@
2002-04-03 Lyon Lemmens <redlemon AT knoware.nl>
* All files: Initial version
-
diff --git a/perl-cpan/universal-require/BUILD
b/perl-cpan/universal-require/BUILD
deleted file mode 100755
index 2de29cd..0000000
--- a/perl-cpan/universal-require/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/universal-require/HISTORY
b/perl-cpan/universal-require/HISTORY
index f61d52f..4e47a16 100644
--- a/perl-cpan/universal-require/HISTORY
+++ b/perl-cpan/universal-require/HISTORY
@@ -1,2 +1,5 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: useless
+
2007-03-15 David Kowis <dkowis AT shlrm.org>
* DETAILS, DEPENDS, BUILD, HISTORY: created spell
diff --git a/perl-cpan/unix-syslog/BUILD b/perl-cpan/unix-syslog/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/unix-syslog/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/unix-syslog/HISTORY b/perl-cpan/unix-syslog/HISTORY
index 8d75d95..97eea23 100644
--- a/perl-cpan/unix-syslog/HISTORY
+++ b/perl-cpan/unix-syslog/HISTORY
@@ -1,3 +1,6 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: useless
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
2005-04-16 Arwed v. Merkatz <v.merkatz AT gmx.net>
* BUILD, DEPENDS, DETAILS, HISTORY: created this spell
-
diff --git a/perl-cpan/want/BUILD b/perl-cpan/want/BUILD
deleted file mode 100755
index 2de29cd..0000000
--- a/perl-cpan/want/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/want/DEPENDS b/perl-cpan/want/DEPENDS
index c1a1bc6..6826bc7 100755
--- a/perl-cpan/want/DEPENDS
+++ b/perl-cpan/want/DEPENDS
@@ -1 +1 @@
-depends perl
+depends perl
diff --git a/perl-cpan/want/DETAILS b/perl-cpan/want/DETAILS
index 5b6de85..6c2eb08 100755
--- a/perl-cpan/want/DETAILS
+++ b/perl-cpan/want/DETAILS
@@ -1,13 +1,15 @@
SPELL=want
- VERSION=0.12
- SOURCE="Want-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/R/RO/ROBIN/${SOURCE}
-
SOURCE_HASH=sha512:07ee921727663613ba68d89bf6ee47821153929ca1af0c632d48d2da5e5c0aa5ca66dc5c3ed4cbb24151a0988909679928721d7a47d69ab321f1aa2c00c5ead9
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Want-${VERSION}"
- WEB_SITE="http://search.cpan.org/~robin/Want-0.12/"
+ VERSION=0.16
+ SOURCE=Want-$VERSION.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/R/RO/ROBIN/$SOURCE
+
SOURCE_HASH=sha512:2dd4bb29a8a6052c145fcdae79f518f2145e0d2f9e42744b3e389139c0186b24cc173830c5f8024e56087a1d755489d1a5ec6e2555474d3654626a8ba532e4d2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Want-$VERSION
+ WEB_SITE=http://search.cpan.org/~robin/Want/
LICENSE[0]=ART
ENTERED=20070315
SHORT="A generalisation of wantarray"
cat << EOF
-
+This module generalises the mechanism of the wantarray function, allowing
+a function to determine in some detail how its return value is going
+to be immediately used.
EOF
diff --git a/perl-cpan/want/HISTORY b/perl-cpan/want/HISTORY
index f61d52f..d965244 100644
--- a/perl-cpan/want/HISTORY
+++ b/perl-cpan/want/HISTORY
@@ -1,2 +1,6 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, updated to 0.16
+ * BUILD: useless
+
2007-03-15 David Kowis <dkowis AT shlrm.org>
* DETAILS, DEPENDS, BUILD, HISTORY: created spell
diff --git a/perl-cpan/weakref/BUILD b/perl-cpan/weakref/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/weakref/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/weakref/DEPENDS b/perl-cpan/weakref/DEPENDS
index 1dd0168..6826bc7 100755
--- a/perl-cpan/weakref/DEPENDS
+++ b/perl-cpan/weakref/DEPENDS
@@ -1 +1 @@
-depends perl
+depends perl
diff --git a/perl-cpan/weakref/DETAILS b/perl-cpan/weakref/DETAILS
index 068d9f9..701afc4 100755
--- a/perl-cpan/weakref/DETAILS
+++ b/perl-cpan/weakref/DETAILS
@@ -1,14 +1,13 @@
- BUILD_API=2
SPELL=weakref
VERSION=0.01
SOURCE=WeakRef-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/WeakRef-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/LUKKA/$SOURCE
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/LUKKA/$SOURCE
SOURCE_HASH=sha512:5167cc624a41ec0a92219be0d2788ad404a61c192f980df67afe3e6259004e7f97e1c0e4d756582b7e1ec6f82346fb85be4806ecd093825442946841b8922599
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?dist=weakref"
+ WEB_SITE=http://search.cpan.org/~lukka/WeakRef/
ENTERED=20020405
- KEYWORDS="perl"
+ KEYWORDS="perl"
SHORT="an API to the Perl weak references"
cat << EOF
A patch to Perl 5.005_55 by the author implements a core
diff --git a/perl-cpan/weakref/HISTORY b/perl-cpan/weakref/HISTORY
index 781a570..452adb4 100644
--- a/perl-cpan/weakref/HISTORY
+++ b/perl-cpan/weakref/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up
+ * BUILD: useless
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
@@ -23,4 +27,3 @@
2002-04-05 Giovanni Lopedote <djcomputer AT gmx.net>
* All files: Initial version
-
diff --git a/perl-cpan/www-gmail/BUILD b/perl-cpan/www-gmail/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/www-gmail/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/www-gmail/DEPENDS b/perl-cpan/www-gmail/DEPENDS
deleted file mode 100755
index 6826bc7..0000000
--- a/perl-cpan/www-gmail/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends perl
diff --git a/perl-cpan/www-gmail/DETAILS b/perl-cpan/www-gmail/DETAILS
deleted file mode 100755
index 3d822e2..0000000
--- a/perl-cpan/www-gmail/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- BUILD_API=2
- SPELL=www-gmail
- VERSION=0.01
- SOURCE=WWW-GMail-$VERSION.tar.gz
- BUILD_API=2
- SOURCE_DIRECTORY=$BUILD_DIRECTORY/WWW-GMail-$VERSION
-
SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/X/XA/XANTUS/$SOURCE
-
SOURCE_HASH=sha512:c2f948dbfe8848c4bc667789fceda0177fbcf84246d5d6ac5272e08af364572b770aeab3c52088dd74d53bdf0ed7aab1f28109a16ee6cddaefa0d0ad4ed9f27c
- LICENSE=ART
- WEB_SITE=http://search.cpan.org/~xantus/www-gmail-0.01/GMail.pm
- ENTERED=20040913
- KEYWORDS="mail perl"
- SHORT="Perl extension for accessing Google Mail (gmail)"
-cat <<EOF
-This module access Gmail
-EOF
diff --git a/perl-cpan/www-gmail/HISTORY b/perl-cpan/www-gmail/HISTORY
deleted file mode 100644
index 7a6a611..0000000
--- a/perl-cpan/www-gmail/HISTORY
+++ /dev/null
@@ -1,16 +0,0 @@
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-09-23 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * CONFLICTS: removed, deprecated uppercase spell is gone
-
-2005-05-07 Rafael George <george.rafael AT gmail.com>
- * DETAILS: build api 2, lowercased spell
- * CONFLICTS: added
-
-2004-09-13 Rafael George <rgeorge AT yatusabes.com>
- * Created Spell
-
diff --git a/perl-cpan/wxperl/BUILD b/perl-cpan/wxperl/BUILD
index 79655d7..fc8f9bf 100755
--- a/perl-cpan/wxperl/BUILD
+++ b/perl-cpan/wxperl/BUILD
@@ -1,5 +1,4 @@
# STC is in contrib/ of wxWidgets... not there per default
-perl Makefile.PL --disable-stc &&
-make
-# Test is generally a good idea, but it pops up random X11 windows here...
-#make test
+OPTS="--disable-stc" &&
+
+default_build_perl
diff --git a/perl-cpan/wxperl/DETAILS b/perl-cpan/wxperl/DETAILS
index 8b365f5..e50f7b2 100755
--- a/perl-cpan/wxperl/DETAILS
+++ b/perl-cpan/wxperl/DETAILS
@@ -3,10 +3,10 @@
VERSION=0.80
SOURCE=$SNAME-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
- SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/M/MB/MBARBON/$SOURCE
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/M/MB/MBARBON/$SOURCE
SOURCE_HASH=sha512:e325fc7d78cb1bffa631de49e4cf00678ef2f325be8863b04c50c21ef713266fc9c0c3da4d067222901e66b22318ffa78f5c7b186005e460659574d67182d52c
LICENSE=ART
- WEB_SITE="http://wxperl.sourceforge.net"
+ WEB_SITE=http://wxperl.sourceforge.net/
ENTERED=20071111
KEYWORDS="perl wx"
SHORT="Perl module for WxWidgets"
diff --git a/perl-cpan/wxperl/HISTORY b/perl-cpan/wxperl/HISTORY
index 02d12dd..c5404f1 100644
--- a/perl-cpan/wxperl/HISTORY
+++ b/perl-cpan/wxperl/HISTORY
@@ -1,2 +1,5 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, BUILD: cleaned up
+
2007-11-11 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS, BUILD, DEPENDS, HISTORY: created spell
diff --git a/perl-cpan/x-osd/BUILD b/perl-cpan/x-osd/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/x-osd/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/x-osd/DEPENDS b/perl-cpan/x-osd/DEPENDS
index 5cf0d38..deb13a3 100755
--- a/perl-cpan/x-osd/DEPENDS
+++ b/perl-cpan/x-osd/DEPENDS
@@ -1,2 +1,2 @@
-depends perl &&
+depends perl &&
depends xosd
diff --git a/perl-cpan/x-osd/DETAILS b/perl-cpan/x-osd/DETAILS
index 6ec8475..63a5a86 100755
--- a/perl-cpan/x-osd/DETAILS
+++ b/perl-cpan/x-osd/DETAILS
@@ -1,14 +1,13 @@
- BUILD_API=2
SPELL=x-osd
VERSION=0.7
SOURCE=X-Osd-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/X-Osd-$VERSION
- SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/G/GO/GOZER/$SOURCE
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/G/GO/GOZER/$SOURCE
SOURCE_HASH=sha512:34d4bdf17300d24048d1567cb1b585b49e844ad0f7ed1ea8f016e5636f0c67647fcf44dec25114f0ad4a07023828888e7cdac762675fdec3c91c21ee6d3ce5e8
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?dist=x-osd"
+ WEB_SITE=http://search.cpan.org/~gozer/X-Osd/
ENTERED=20020405
- KEYWORDS="perl"
+ KEYWORDS="perl"
SHORT="Perl interface to xosd"
cat << EOF
This module provides a Perl interface to the xosd library.
diff --git a/perl-cpan/x-osd/HISTORY b/perl-cpan/x-osd/HISTORY
index fb60572..9c731e7 100644
--- a/perl-cpan/x-osd/HISTORY
+++ b/perl-cpan/x-osd/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, removed BUILD_API
+ * BUILD: useless
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
@@ -19,4 +23,3 @@
2003-12-03 David Braaten <xiticix47 AT hotmail.com>
* All files: Initial version
-
diff --git a/perl-cpan/xml-autowriter/BUILD b/perl-cpan/xml-autowriter/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/xml-autowriter/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/xml-autowriter/DETAILS
b/perl-cpan/xml-autowriter/DETAILS
index 7812972..1c5ad7a 100755
--- a/perl-cpan/xml-autowriter/DETAILS
+++ b/perl-cpan/xml-autowriter/DETAILS
@@ -1,14 +1,13 @@
- BUILD_API=2
SPELL=xml-autowriter
- VERSION=0.38
+ VERSION=0.39
SOURCE=XML-AutoWriter-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-AutoWriter-$VERSION
-
SOURCE_HASH=sha512:915402d2d28977cf4ab51018686c23047365895c5f7b47430ac1888c555ff6744e6dacce93365c441a0d955227e77650d09bdb565dff78760989a6d7855d75ba
- SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RB/RBS/$SOURCE
+
SOURCE_HASH=sha512:58b1c9dfbc4e2d893dc4934e6778c77ffc495397d60470dad2c55994b077cb16ae34d0f25f6afd9e0474b5a02fb8dd0789f1760c2f71657ce13ffc5aeb587af0
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/R/RB/RBS/$SOURCE
LICENSE=GPL
- WEB_SITE=http://search.cpan.org/search?dist=xml-autowriter
+ WEB_SITE=http://search.cpan.org/~rbs/XML-AutoWriter/
ENTERED=20020731
- KEYWORDS="xml perl"
+ KEYWORDS="xml perl"
SHORT="DOCTYPE-driven valid XML output"
cat << EOF
This module uses the DTD contained in an XML::Doctype to enable compile- and
diff --git a/perl-cpan/xml-autowriter/HISTORY
b/perl-cpan/xml-autowriter/HISTORY
index a8c27f3..d73fd17 100644
--- a/perl-cpan/xml-autowriter/HISTORY
+++ b/perl-cpan/xml-autowriter/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, removed BUILD_API, updated to 0.39
+ * BUILD: useless
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
@@ -28,4 +32,3 @@
2002-07-31 Sergey Lipnevich <sergey AT sourcemage.org>
* All files: Spell created.
-
diff --git a/perl-cpan/xml-dom/BUILD b/perl-cpan/xml-dom/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/xml-dom/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/xml-dom/DEPENDS b/perl-cpan/xml-dom/DEPENDS
index f68e714..f1adf79 100755
--- a/perl-cpan/xml-dom/DEPENDS
+++ b/perl-cpan/xml-dom/DEPENDS
@@ -1,5 +1,5 @@
-depends perl &&
-depends lwp &&
-depends xml-parser-expat &&
-depends xml-regexp &&
-depends libxml-perl
+depends perl &&
+depends lwp &&
+depends xml-parser-expat &&
+depends xml-regexp &&
+depends libxml-perl
diff --git a/perl-cpan/xml-dom/DETAILS b/perl-cpan/xml-dom/DETAILS
index 40e6c93..88f1adc 100755
--- a/perl-cpan/xml-dom/DETAILS
+++ b/perl-cpan/xml-dom/DETAILS
@@ -1,15 +1,13 @@
- BUILD_API=2
SPELL=xml-dom
- VERSION=1.43
+ VERSION=1.44
SOURCE=XML-DOM-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-DOM-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/T/TJ/TJMATHER/$SOURCE
-
SOURCE_HASH=sha512:43187b6864737c70784969892899d2a0a4ad17fba172f7ca21c2d35a4824e997b5b5d827c6b7ab9e14f906573688ef1eb348f940828cc257097d9e6eca095463
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/T/TJ/TJMATHER/$SOURCE
+
SOURCE_HASH=sha512:fa4e4534971683281a3b7adf0a322fa98569bf3fc4f18c7a1e2c1bd13a2c44d3d3b985038c006ecc61c755580992c9085d6dce1551e7425db77aadafaadf4437
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?dist=xml-dom"
+ WEB_SITE=http://search.cpan.org/~tjmather/XML-DOM/
ENTERED=20020405
- UPDATED=20020424
- KEYWORDS="xml perl"
+ KEYWORDS="xml perl"
SHORT="Perl module for building DOM Level 1 compliant document
structures"
cat << EOF
This is a Perl extension to XML::Parser. It adds a new
diff --git a/perl-cpan/xml-dom/HISTORY b/perl-cpan/xml-dom/HISTORY
index 5ac85fd..cbf95dc 100644
--- a/perl-cpan/xml-dom/HISTORY
+++ b/perl-cpan/xml-dom/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, removed BUILD_API&&UPDATED, updated to 1.44
+ * BUILD: useless
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed MAINTAINER.
@@ -35,4 +39,3 @@
2002-04-05 Giovanni Lopedote <djcomputer AT gmx.net>
* All files: Initial version
-
diff --git a/perl-cpan/xml-dumper/BUILD b/perl-cpan/xml-dumper/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/xml-dumper/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/xml-dumper/DEPENDS b/perl-cpan/xml-dumper/DEPENDS
index 3440337..3e6fbeb 100755
--- a/perl-cpan/xml-dumper/DEPENDS
+++ b/perl-cpan/xml-dumper/DEPENDS
@@ -1,2 +1,2 @@
-depends perl &&
-depends xml-parser-expat
+depends perl &&
+depends xml-parser-expat
diff --git a/perl-cpan/xml-dumper/DETAILS b/perl-cpan/xml-dumper/DETAILS
index 6575cbd..a6297ad 100755
--- a/perl-cpan/xml-dumper/DETAILS
+++ b/perl-cpan/xml-dumper/DETAILS
@@ -1,14 +1,13 @@
- BUILD_API=2
SPELL=xml-dumper
- VERSION=0.67
+ VERSION=0.81
SOURCE=XML-Dumper-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-Dumper-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/M/MI/MIKEWONG/$SOURCE
-
SOURCE_HASH=sha512:68aedefbc5001955fe8fff407bbf0989ace5d88079991bde90b4ba8babc39f98de7bd57665fae7ddd67274f09fe605d94f775640b2dee651223cdc5def6b0097
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/M/MI/MIKEWONG/$SOURCE
+
SOURCE_HASH=sha512:757fe45bcfb607135e5db3fbbb821b50ad9eecd6e8773965fea4cb57dd5060b01fa7ee7819f1b094e29a5f536589d76c1cdf30b0f63ec29ce99ad1dd3559363a
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?dist=xml-dumper"
+ WEB_SITE=http://search.cpan.org/~mikewong/XML-Dumper/
ENTERED=20020404
- KEYWORDS="xml perl"
+ KEYWORDS="xml perl"
SHORT="Perl module for dumping Perl objects from/to XML"
cat << EOF
XML::Dumper dumps Perl data to a structured XML format.
diff --git a/perl-cpan/xml-dumper/HISTORY b/perl-cpan/xml-dumper/HISTORY
index d41d6a3..b3d69d5 100644
--- a/perl-cpan/xml-dumper/HISTORY
+++ b/perl-cpan/xml-dumper/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, updated to 0.81, removed BUILD_API
+ * BUILD: useless
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
@@ -29,4 +33,3 @@
2002-04-05 Giovanni Lopedote <djcomputer AT gmx.net>
* All files: Initial version
-
diff --git a/perl-cpan/xml-encoding/BUILD b/perl-cpan/xml-encoding/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/xml-encoding/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/xml-encoding/DEPENDS b/perl-cpan/xml-encoding/DEPENDS
index 1dd0168..6826bc7 100755
--- a/perl-cpan/xml-encoding/DEPENDS
+++ b/perl-cpan/xml-encoding/DEPENDS
@@ -1 +1 @@
-depends perl
+depends perl
diff --git a/perl-cpan/xml-encoding/DETAILS b/perl-cpan/xml-encoding/DETAILS
index cd6bcb1..bed3843 100755
--- a/perl-cpan/xml-encoding/DETAILS
+++ b/perl-cpan/xml-encoding/DETAILS
@@ -1,14 +1,13 @@
- BUILD_API=2
SPELL=xml-encoding
- VERSION=1.01
+ VERSION=2.01
SOURCE=XML-Encoding-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-Encoding-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/C/CO/COOPERCL/$SOURCE
-
SOURCE_HASH=sha512:83c43ce6a07a07432ff6683c82b3f0abf26348bd3e88c3756fadf2fc531ea104d9f71aec4e0b1df262831b0b55de2c9a06595370e737fd26a5e775ae8ced0ab5
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/S/SH/SHAY/$SOURCE
+
SOURCE_HASH=sha512:e969a42d465bb8139f86bc45f1fafd9c1b3e232a348f2a7ecc6983cb3f2ba3888a8dc0240e6132372e336962fbcf126fa1f87a6cd27ca73730378c04767acf04
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?dist=xml-encoding"
+ WEB_SITE=http://search.cpan.org/~shay/XML-Encoding/
ENTERED=20020405
- KEYWORDS="xml perl"
+ KEYWORDS="xml perl"
SHORT="A perl module for parsing XML encoding maps"
cat << EOF
This module, built as a subclass of XML::Parser, parses
diff --git a/perl-cpan/xml-encoding/HISTORY b/perl-cpan/xml-encoding/HISTORY
index 781a570..bb6f049 100644
--- a/perl-cpan/xml-encoding/HISTORY
+++ b/perl-cpan/xml-encoding/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, removed BUILD_API, updated to 2.01
+ * BUILD: useless
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
@@ -23,4 +27,3 @@
2002-04-05 Giovanni Lopedote <djcomputer AT gmx.net>
* All files: Initial version
-
diff --git a/perl-cpan/xml-grove/BUILD b/perl-cpan/xml-grove/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/xml-grove/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/xml-grove/DEPENDS b/perl-cpan/xml-grove/DEPENDS
index bd468c4..b321170 100755
--- a/perl-cpan/xml-grove/DEPENDS
+++ b/perl-cpan/xml-grove/DEPENDS
@@ -1,3 +1,3 @@
-depends perl &&
-depends libxml-perl &&
-depends xml-parser-expat
+depends perl &&
+depends libxml-perl &&
+depends xml-parser-expat
diff --git a/perl-cpan/xml-grove/DETAILS b/perl-cpan/xml-grove/DETAILS
index 958e709..6512295 100755
--- a/perl-cpan/xml-grove/DETAILS
+++ b/perl-cpan/xml-grove/DETAILS
@@ -1,14 +1,13 @@
- BUILD_API=2
SPELL=xml-grove
VERSION=0.46alpha
SOURCE=XML-Grove-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-Grove-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/KMACLEOD/$SOURCE
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/KMACLEOD/$SOURCE
SOURCE_HASH=sha512:c49f9714721a2291d417849a2f9c6b994f856dc333393954b64f0bd0015c6a9bef8ebfa6bc360f001f496c57f60b793d286e42da3b50c494561d4d4066005d75
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?dist=xml-grove"
+ WEB_SITE=http://search.cpan.org/~kmacleod/XML-Grove/
ENTERED=20020405
- KEYWORDS="sgml html xml perl"
+ KEYWORDS="sgml html xml perl"
SHORT="providing simple access to the parsed XML, HTML, or SGML
instances"
cat << EOF
XML::Grove provides simple access to the information set
diff --git a/perl-cpan/xml-grove/HISTORY b/perl-cpan/xml-grove/HISTORY
index 4ef669d..c33d303 100644
--- a/perl-cpan/xml-grove/HISTORY
+++ b/perl-cpan/xml-grove/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up
+ * BUILD: useless
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
@@ -26,4 +30,3 @@
2002-04-05 Giovanni Lopedote <djcomputer AT gmx.net>
* All files: Initial version
-
diff --git a/perl-cpan/xml-libxml-common/BUILD
b/perl-cpan/xml-libxml-common/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/xml-libxml-common/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/xml-libxml-common/DEPENDS
b/perl-cpan/xml-libxml-common/DEPENDS
index 34f8915..cab2632 100755
--- a/perl-cpan/xml-libxml-common/DEPENDS
+++ b/perl-cpan/xml-libxml-common/DEPENDS
@@ -1,3 +1,3 @@
+depends perl &&
depends libxml2 &&
-depends perl &&
depends xml-sax
diff --git a/perl-cpan/xml-libxml-common/DETAILS
b/perl-cpan/xml-libxml-common/DETAILS
index 5f95126..f32f08d 100755
--- a/perl-cpan/xml-libxml-common/DETAILS
+++ b/perl-cpan/xml-libxml-common/DETAILS
@@ -1,19 +1,16 @@
- BUILD_API=2
SPELL=xml-libxml-common
VERSION=0.13
SOURCE=XML-LibXML-Common-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-LibXML-Common-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/P/PH/PHISH/$SOURCE
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/P/PH/PHISH/$SOURCE
SOURCE_HASH=sha512:3329a338bcda7f4103e34837bd99ae304dc0e4e4e398565f3758c5af940507b84743b82612eade45d668205a58eeaf274cd144ed8fd06412537b5f18621690de
- LICENSE=
- WEB_SITE=http://axkit.org/
+ LICENSE=ART
+ WEB_SITE=http://search.cpan.org/~phish/XML-LibXML-Common/
ENTERED=20020722
- KEYWORDS="perl"
+ KEYWORDS="perl"
SHORT="Common functions for XML-LibXML and XML-GDOME"
cat << EOF
-
XML::LibXML and XML::GDOME share some of the same functionality. This
package should bundle some shared constansts and functions, so both
modules may coexist within the same scripts.
-
EOF
diff --git a/perl-cpan/xml-libxml-common/HISTORY
b/perl-cpan/xml-libxml-common/HISTORY
index 62c1261..121bc55 100644
--- a/perl-cpan/xml-libxml-common/HISTORY
+++ b/perl-cpan/xml-libxml-common/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, removed BUILD_API
+ * BUILD: useless
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
@@ -28,4 +32,3 @@
2003-09-08 Lyon Lemmens <llemmens AT sourcemage.org>
* All files: initial version: 0.13
-
diff --git a/perl-cpan/xml-libxml/BUILD b/perl-cpan/xml-libxml/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/xml-libxml/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/xml-libxml/DEPENDS b/perl-cpan/xml-libxml/DEPENDS
index d265023..944cd48 100755
--- a/perl-cpan/xml-libxml/DEPENDS
+++ b/perl-cpan/xml-libxml/DEPENDS
@@ -1,4 +1,4 @@
depends libxml2 &&
-depends perl &&
+depends perl &&
depends xml-sax &&
depends xml-libxml-common
diff --git a/perl-cpan/xml-libxml/DETAILS b/perl-cpan/xml-libxml/DETAILS
index 6b867af..1aace9a 100755
--- a/perl-cpan/xml-libxml/DETAILS
+++ b/perl-cpan/xml-libxml/DETAILS
@@ -1,11 +1,11 @@
SPELL=xml-libxml
- VERSION=1.63
+ VERSION=1.65
SOURCE=XML-LibXML-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-LibXML-$VERSION
- SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/$SOURCE
-
SOURCE_HASH=sha512:da3a5965a0add0adb2d221e83fc4bc7aed0ac304a4a8592a7cfda346e4ea173fe5ad65cf149ab8dceecbe76aaf6ec3b488b249f4a600d5b083f3a63ce549eb46
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/P/PA/PAJAS/$SOURCE
+
SOURCE_HASH=sha512:d006788e833baec46101a07c7dae2130cfdce669954022a5075222c77eec3f8395a09397410f0af35bd8f127166213a1aed26c8fcde97d957076c2ff9f5e60e3
LICENSE[0]=ART
- WEB_SITE=http://search.cpan.org/search?module=XML::LibXML
+ WEB_SITE=http://search.cpan.org/~pajas/XML-LibXML/
ENTERED=20020722
KEYWORDS="gnome xml perl"
SHORT="DOM Level 2 API as an interface to the Gnome libxml2"
diff --git a/perl-cpan/xml-libxml/HISTORY b/perl-cpan/xml-libxml/HISTORY
index 3cde14e..51b55ce 100644
--- a/perl-cpan/xml-libxml/HISTORY
+++ b/perl-cpan/xml-libxml/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, updated to 1.65
+ * BUILD, INSTALL: useless
+
2007-09-21 Eric Sandall <sandalle AT sourcemage.org>
* INSTALL: Fails to install with multiple make jobs
2002-07-22 Sergey Lipnevich <sergey AT sourcemage.org>
* All files: Spell created.
-
diff --git a/perl-cpan/xml-namespacesupport/BUILD
b/perl-cpan/xml-namespacesupport/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/xml-namespacesupport/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/xml-namespacesupport/DETAILS
b/perl-cpan/xml-namespacesupport/DETAILS
index 0efc15f..b5bb511 100755
--- a/perl-cpan/xml-namespacesupport/DETAILS
+++ b/perl-cpan/xml-namespacesupport/DETAILS
@@ -2,13 +2,13 @@
VERSION=1.09
SOURCE=XML-NamespaceSupport-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-NamespaceSupport-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RB/RBERJON/$SOURCE
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/R/RB/RBERJON/$SOURCE
SOURCE_HASH=sha512:96765b3c53a8d63e6a55c2c5afed315b80b8049ab445d4e07b90dc9c9fdd8e859fd13058232a46fbda6a5800c759860f7e15d43fc293df0d415692816e5627b8
- LICENSE=
- WEB_SITE=http://search.cpan.org/search?dist=xml-namespacesupport
+ LICENSE=ART
+ WEB_SITE=http://search.cpan.org/~rberjon/XML-NamespaceSupport/
ENTERED=20020722
- KEYWORDS="perl"
- SHORT="XML::NamespaceSupport - a simple generic namespace support
class"
+ KEYWORDS="perl"
+ SHORT="simple generic namespace support class"
cat << EOF
This module offers a simple to process namespaced XML names (unames) from
within any application that may need them. It also helps maintain a prefix to
diff --git a/perl-cpan/xml-namespacesupport/HISTORY
b/perl-cpan/xml-namespacesupport/HISTORY
index 5fd0a7e..554c76d 100644
--- a/perl-cpan/xml-namespacesupport/HISTORY
+++ b/perl-cpan/xml-namespacesupport/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up
+ * BUILD: useless
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
@@ -31,4 +35,3 @@
2002-07-22 Sergey Lipnevich <sergey AT sourcemage.org>
* All filed: Spell created.
-
diff --git a/perl-cpan/xml-parser-expat/BUILD
b/perl-cpan/xml-parser-expat/BUILD
deleted file mode 100755
index ec5d6ff..0000000
--- a/perl-cpan/xml-parser-expat/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
- perl Makefile.PL &&
- make
diff --git a/perl-cpan/xml-parser-expat/DEPENDS
b/perl-cpan/xml-parser-expat/DEPENDS
index b0a0532..3941b05 100755
--- a/perl-cpan/xml-parser-expat/DEPENDS
+++ b/perl-cpan/xml-parser-expat/DEPENDS
@@ -1,2 +1,2 @@
-depends perl &&
+depends perl &&
depends expat
diff --git a/perl-cpan/xml-parser-expat/DETAILS
b/perl-cpan/xml-parser-expat/DETAILS
index 7113f24..af7dd0f 100755
--- a/perl-cpan/xml-parser-expat/DETAILS
+++ b/perl-cpan/xml-parser-expat/DETAILS
@@ -1,17 +1,15 @@
SPELL=xml-parser-expat
- VERSION=2.34
+ VERSION=2.36
SOURCE=XML-Parser-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-Parser-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/M/MS/MSERGEANT/$SOURCE
-
SOURCE_HASH=sha512:58ad1feb0b693d012a2e7ebecafce87c02b469ab7feaeb4034721bc8d056a902f508df2a4902203c3fd1df2fb565bcca412f1c73c895824fbbc9d00f374e42bd
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/M/MS/MSERGEANT/$SOURCE
+
SOURCE_HASH=sha512:aadc1d5dcfddf7ad79f5cf05a9b8368d78418cea70b6550011d3ce099ab4eb8333b03ab478eb0faae361b27718e9c4e46f6eca16f68241f2a5c6096af6564110
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?module=XML::Parser::Expat"
+ WEB_SITE=http://search.cpan.org/~msergeant/XML-Parser/
ENTERED=20020314
- UPDATED=20020403
KEYWORDS="parser perl"
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
@@ -23,5 +21,4 @@ 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 d9dc643..dc35e10 100644
--- a/perl-cpan/xml-parser-expat/HISTORY
+++ b/perl-cpan/xml-parser-expat/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, updated to 2.36
+ * BUILD: useless
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2 and MAINTAINER.
@@ -32,8 +36,8 @@
* DETAILS: Update to 2.31
2002-03-23 Lyon Lemmens <redlemon AT knoware.nl>
- * DETAILS: CPAN module was renamed to XML::Parser::Expat to make
place for the AxKit distribution. So I did the same with the spell name
+ * DETAILS: CPAN module was renamed to XML::Parser::Expat to make place
+ for the AxKit distribution. So I did the same with the spell name
2002-03-15 Lyon Lemmens <redlemon AT knoware.nl>
* All files: Initial version as XML-Parser
-
diff --git a/perl-cpan/xml-regexp/BUILD b/perl-cpan/xml-regexp/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/xml-regexp/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/xml-regexp/DETAILS b/perl-cpan/xml-regexp/DETAILS
index 653830d..2f8d4bd 100755
--- a/perl-cpan/xml-regexp/DETAILS
+++ b/perl-cpan/xml-regexp/DETAILS
@@ -1,20 +1,17 @@
- BUILD_API=2
SPELL=xml-regexp
VERSION=0.03
SOURCE=XML-RegExp-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-RegExp-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/T/TJ/TJMATHER/$SOURCE
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/T/TJ/TJMATHER/$SOURCE
SOURCE_HASH=sha512:ff3ff94c65cca81fdb0d9e7bab5b5f5c7e65a0674a55466171a3844b6756d391385bc84445072fbf18b7bc667c92775ca3cbc3f23b363651c27578ab8243ceda
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?module=XML::RegExp"
+ WEB_SITE=http://search.cpan.org/~tjmather/XML-RegExp/
ENTERED=20020408
- KEYWORDS="xml perl"
+ KEYWORDS="xml perl"
SHORT="Regular expressions for XML tokens"
cat << EOF
-
This package contains regular expressions for the follow�
ing XML tokens: BaseChar, Ideographic, Letter, Digit,
Extender, CombiningChar, NameChar, EntityRef, CharRef,
Reference, Name, NmToken, and AttValue.
-
EOF
diff --git a/perl-cpan/xml-regexp/HISTORY b/perl-cpan/xml-regexp/HISTORY
index 37c4d8a..62a22e9 100644
--- a/perl-cpan/xml-regexp/HISTORY
+++ b/perl-cpan/xml-regexp/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, removed BUILD_API
+ * BUILD: useless
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
@@ -23,4 +27,3 @@
2002-04-08 Lyon Lemmens <redlemon AT knoware.nl>
* All files: Initial version
-
diff --git a/perl-cpan/xml-rss/BUILD b/perl-cpan/xml-rss/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/xml-rss/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/xml-rss/DEPENDS b/perl-cpan/xml-rss/DEPENDS
index 1dd0168..6826bc7 100755
--- a/perl-cpan/xml-rss/DEPENDS
+++ b/perl-cpan/xml-rss/DEPENDS
@@ -1 +1 @@
-depends perl
+depends perl
diff --git a/perl-cpan/xml-rss/DETAILS b/perl-cpan/xml-rss/DETAILS
index 1822a26..dc41383 100755
--- a/perl-cpan/xml-rss/DETAILS
+++ b/perl-cpan/xml-rss/DETAILS
@@ -1,22 +1,19 @@
- BUILD_API=2
SPELL=xml-rss
- VERSION=1.02
+ VERSION=1.31
SOURCE=XML-RSS-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-RSS-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/K/KE/KELLAN/$SOURCE
-
SOURCE_HASH=sha512:fc34d09c081b5851662434e3c3ce1d79e36f515d1dd842a8a15dd849f302332419680280d55451f43b0baa761ce0cd2a7d8b7024cdbfb21fce193e77652bff42
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/A/AB/ABH/$SOURCE
+
SOURCE_HASH=sha512:58bc7fa347d84759983160b933c56462355afbb7290577f3cb458612b852fde327c9e8377c746590fbdf296a125f32c1b35aa1f0d73cc66f434c93a03e4d85d6
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?dist=xml-rss"
+ WEB_SITE=http://search.cpan.org/~abh/XML-RSS/
ENTERED=20021204
- KEYWORDS="rss perl"
+ KEYWORDS="rss perl"
SHORT="creates and updates RSS files"
cat << EOF
-
This module provides a basic framework for creating and maintaining RDF
Site Summary (RSS) files. This distribution also contains many examples
that allow you to generate HTML from an RSS, convert between 0.9, 0.91,
and 1.0 version, and other nifty things. This might be helpful if you
want to include news feeds on your Web site from sources like Slashot
and Freshmeat or if you want to syndicate your own content.
-
EOF
diff --git a/perl-cpan/xml-rss/HISTORY b/perl-cpan/xml-rss/HISTORY
index 4b1fdda..ccc228c 100644
--- a/perl-cpan/xml-rss/HISTORY
+++ b/perl-cpan/xml-rss/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, removed BUILD_API, updated to 1.31
+ * BUILD: useless
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
2002-07-22 Sergey Lipnevich <sergey AT sourcemage.org>
* All files: Spell created.
-
diff --git a/perl-cpan/xml-simple/BUILD b/perl-cpan/xml-simple/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/xml-simple/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/xml-simple/DEPENDS b/perl-cpan/xml-simple/DEPENDS
index 6777028..7e4e5dd 100755
--- a/perl-cpan/xml-simple/DEPENDS
+++ b/perl-cpan/xml-simple/DEPENDS
@@ -1,2 +1,2 @@
-depends perl &&
-depends xml-sax-expat
+depends perl &&
+depends xml-sax-expat
diff --git a/perl-cpan/xml-simple/DETAILS b/perl-cpan/xml-simple/DETAILS
index c947c73..d9cd387 100755
--- a/perl-cpan/xml-simple/DETAILS
+++ b/perl-cpan/xml-simple/DETAILS
@@ -3,17 +3,15 @@
SOURCE_HASH=sha512:4b70846049ea57c166d9dc097b4aa63381a2035d0e8733eab81a1df9dbab96e6a5bd2d0c4121bb0f88bba740f1137501345148b968bf1855fe795dcf9ddbbd5e
SOURCE=XML-Simple-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-Simple-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/G/GR/GRANTM/$SOURCE
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/G/GR/GRANTM/$SOURCE
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?module=XML::Simple"
+ WEB_SITE=http://search.cpan.org/~grantm/XML-Simple/
ENTERED=20030122
- KEYWORDS="xml perl"
- SHORT="XML::Simple - Easy API to maintain XML (esp config files)"
+ KEYWORDS="xml perl"
+ SHORT="Easy API to maintain XML (esp config files)"
cat << EOF
-
The XML::Simple module provides a simple API layer on top of an
underlying XML parsing module (either XML::Parser or one of the
SAX2 parser modules). Two functions are exported: "XMLin()" and
"XMLout()".
-
EOF
diff --git a/perl-cpan/xml-simple/HISTORY b/perl-cpan/xml-simple/HISTORY
index bee309a..bc6e3ca 100644
--- a/perl-cpan/xml-simple/HISTORY
+++ b/perl-cpan/xml-simple/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up
+ * BUILD: useless
+
2007-11-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.18
@@ -50,4 +54,3 @@
2003-01-22 Lyon Lemmens <llemmens AT sourcemage.org>
* All files: Initial version
-
diff --git a/perl-cpan/xml-stream/BUILD b/perl-cpan/xml-stream/BUILD
deleted file mode 100755
index 2c6f78b..0000000
--- a/perl-cpan/xml-stream/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
diff --git a/perl-cpan/xml-stream/DEPENDS b/perl-cpan/xml-stream/DEPENDS
index c8ab453..dd23c0f 100755
--- a/perl-cpan/xml-stream/DEPENDS
+++ b/perl-cpan/xml-stream/DEPENDS
@@ -1,2 +1,2 @@
-depends perl &&
+depends perl &&
depends unicode-string
diff --git a/perl-cpan/xml-stream/DETAILS b/perl-cpan/xml-stream/DETAILS
index 1d6e793..adad01f 100755
--- a/perl-cpan/xml-stream/DETAILS
+++ b/perl-cpan/xml-stream/DETAILS
@@ -1,20 +1,18 @@
SPELL=xml-stream
- VERSION=1.17
+ VERSION=1.22
SOURCE=XML-Stream-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-Stream-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RE/REATMON/$SOURCE
-
SOURCE_HASH=sha512:9b9923ad838f8ca037542f079fc5343e4e76aa27277f51765a66051d576381d4a2542f075d4dcf0a722718d883586e8772180840bdc9926477f2fd337051081d
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/R/RE/REATMON/$SOURCE
+
SOURCE_HASH=sha512:67dcfa07d46911bb8ad1aa75e749b3f8a0485031721ab60bc9865fbe3494517928f1e00335eab325bc495ba78aa557836bc4a4569b1e71c507fed342bb2e0114
LICENSE=LGPL
- WEB_SITE="http://search.cpan.org/search?module=XML::Stream"
+ WEB_SITE=http://search.cpan.org/~reatmon/XML-Stream/
ENTERED=20020403
KEYWORDS="perl"
SHORT="XML::Stream"
cat << EOF
-
This module provides the user with methods to connect to
a remote server, send a stream of XML to the server, and
receive/parse an XML stream from the server. It is
primarily based work for the Etherx XML router developed
by the Jabber Development Team.
-
EOF
diff --git a/perl-cpan/xml-stream/HISTORY b/perl-cpan/xml-stream/HISTORY
index a6bad9c..fe8af87 100644
--- a/perl-cpan/xml-stream/HISTORY
+++ b/perl-cpan/xml-stream/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, updated to 1.22
+ * BUILD: useless
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
2002-04-05 Giovanni Lopedote <djcomputer AT gmx.net>
* All files: Initial version
-
diff --git a/perl-cpan/xml-writer/BUILD b/perl-cpan/xml-writer/BUILD
deleted file mode 100755
index 2bbeb22..0000000
--- a/perl-cpan/xml-writer/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
- perl Makefile.PL prefix=$INSTALL_ROOT &&
- make
diff --git a/perl-cpan/xml-writer/DETAILS b/perl-cpan/xml-writer/DETAILS
index 3678430..0c66406 100755
--- a/perl-cpan/xml-writer/DETAILS
+++ b/perl-cpan/xml-writer/DETAILS
@@ -5,7 +5,7 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-Writer-$VERSION
WEB_SITE=http://xml-writer-perl.berlios.de/
SOURCE_URL[0]=http://download.berlios.de/xml-writer-perl/$SOURCE
- SOURCE_URL[1]=http://search.cpan.org/CPAN/authors/id/J/JO/JOSEPHW/$SOURCE
+ SOURCE_URL[1]=$PERL_CPAN_URL/authors/id/J/JO/JOSEPHW/$SOURCE
ENTERED=20020314
LICENSE[0]=ART
KEYWORDS="xml perl"
diff --git a/perl-cpan/xml-writer/HISTORY b/perl-cpan/xml-writer/HISTORY
index 6dce62f..5931c37 100644
--- a/perl-cpan/xml-writer/HISTORY
+++ b/perl-cpan/xml-writer/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up
+ * BUILD: useless
+
2007-06-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.603
@@ -38,4 +42,3 @@
2002-03-15 Lyon Lemmens <redlemon AT knoware.nl>
* All files: Initial version
-
diff --git a/perl-cpan/xml-xpath/BUILD b/perl-cpan/xml-xpath/BUILD
deleted file mode 100755
index 261428e..0000000
--- a/perl-cpan/xml-xpath/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/PERL_BUILD
\ No newline at end of file
diff --git a/perl-cpan/xml-xpath/DETAILS b/perl-cpan/xml-xpath/DETAILS
index 8bae456..1e48d41 100755
--- a/perl-cpan/xml-xpath/DETAILS
+++ b/perl-cpan/xml-xpath/DETAILS
@@ -1,21 +1,18 @@
- BUILD_API=2
SPELL=xml-xpath
VERSION=1.13
SOURCE=XML-XPath-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-XPath-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/M/MS/MSERGEANT/$SOURCE
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/M/MS/MSERGEANT/$SOURCE
SOURCE_HASH=sha512:c5af746f36562803e42c5afb63b533b59ecaa263977c5ef4bf6488b7597cae334bb3b0c644acdfbb453e87a22ba9a785df3f81b95faec89d974704d6f04f6503
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?module=XML::XPath"
+ WEB_SITE=http://search.cpan.org/~msergeant/XML-XPath/
ENTERED=20030304
- KEYWORDS="perl"
- SHORT="XML::XPath - a set of modules for parsing and evaluating
XPath statements"
+ KEYWORDS="perl"
+ SHORT="set of modules for parsing and evaluating XPath statements"
cat << EOF
-
This module aims to comply exactly to the XPath specification
at http://www.w3.org/TR/xpath and yet allow extensions to be
added in the form of functions. Modules such as XSLT and
XPointer may need to do this as they support functionality
beyond XPath.
-
EOF
diff --git a/perl-cpan/xml-xpath/HISTORY b/perl-cpan/xml-xpath/HISTORY
index a0e30fe..c7f09c7 100644
--- a/perl-cpan/xml-xpath/HISTORY
+++ b/perl-cpan/xml-xpath/HISTORY
@@ -1,3 +1,7 @@
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up
+ * BUILD: useless
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
2005-04-16 Arwed v. Merkatz <v.merkatz AT gmx.net>
* BUILD, DEPENDS, DETAILS, HISTORY: created this spell
-
diff --git a/perl-cpan/yaml/PREPARE b/perl-cpan/yaml/PREPARE
index ca41bda..70f9a92 100755
--- a/perl-cpan/yaml/PREPARE
+++ b/perl-cpan/yaml/PREPARE
@@ -1,7 +1,7 @@
-if spell_ok yaml;then
- if [[ `installed_version yaml` < 0.60 ]];then
- if ! query "this version of yaml breaks compatability. continue?" n;then
- return 1
- fi
- fi
+if spell_ok $SPELL; then
+ if [[ `installed_version yaml` < 0.60 ]]; then
+ if ! query "this version of yaml breaks compatability. continue?" n; then
+ return 1
+ fi
+ fi
fi
[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6c66d985ef9c04e0f47c41f245328ff1b80a854a),
Vlad Glagolev, 01/07/2008