summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-02-01 15:06:23 +0300
committerVlad Glagolev2011-02-01 15:06:23 +0300
commit7c5b6bed6fbe74e8ea5f1c6ed7eda3863b7d680f (patch)
treefff27a3628b6c4a1c0ba2ae915e98f42082742d2
parent29e2db0650b9be0cc62c87b8b058cc82adb51846 (diff)
scalar-list-utils: new spell, replacement for the builtin distribution
-rw-r--r--ChangeLog4
-rwxr-xr-xperl-cpan/scalar-list-utils/DEPENDS1
-rwxr-xr-xperl-cpan/scalar-list-utils/DETAILS18
-rw-r--r--perl-cpan/scalar-list-utils/HISTORY2
4 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d85a09a77..3dfd00062c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-01 Vlad Glagolev <stealth@sourcemage.org>
+ * perl-cpan/scalar-list-utils: new spell, replacement for the builtin
+ distribution
+
2011-01-31 Ladislav Hagara <hgr@vabo.cz>
* utils/quvi: new spell, flash video download link parser
diff --git a/perl-cpan/scalar-list-utils/DEPENDS b/perl-cpan/scalar-list-utils/DEPENDS
new file mode 100755
index 0000000000..6826bc7952
--- /dev/null
+++ b/perl-cpan/scalar-list-utils/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/scalar-list-utils/DETAILS b/perl-cpan/scalar-list-utils/DETAILS
new file mode 100755
index 0000000000..843d48521e
--- /dev/null
+++ b/perl-cpan/scalar-list-utils/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=scalar-list-utils
+ VERSION=1.23
+ SOURCE=Scalar-List-Utils-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/Scalar-List-Utils-$VERSION"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/G/GB/GBARR/$SOURCE
+ SOURCE_HASH=sha512:96b872e2e576632f7b5ade6d408fdea9283618fdbb47d927b00cc46e99247efa83de6f1137590519d3f3953877a38ec89a3e16cfaa94b698dcd611b07fed3b9a
+ LICENSE[0]=GPL
+ LICENSE[1]=ART
+ WEB_SITE=http://search.cpan.org/~gbarr/Scalar-List-Utils/
+ ENTERED=20110201
+ KEYWORDS="perl"
+ SHORT="replacement for the builtin distribution"
+cat << EOF
+This package contains a selection of subroutines that people have expressed
+would be nice to have in the perl core, but the usage would not really be high
+enough to warrant the use of a keyword, and the size so small such that being
+individual extensions would be wasteful.
+EOF
diff --git a/perl-cpan/scalar-list-utils/HISTORY b/perl-cpan/scalar-list-utils/HISTORY
new file mode 100644
index 0000000000..4ed2105ec4
--- /dev/null
+++ b/perl-cpan/scalar-list-utils/HISTORY
@@ -0,0 +1,2 @@
+2011-02-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS, DEPENDS: spell created