Skip to Content.
Sympa Menu

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

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 (337d9d934c93e642684b1a62e3e2dd818ded99bf)
  • Date: Tue, 1 Feb 2011 06:19:13 -0600

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

ChangeLog | 10 ++++++++++
perl-cpan/filehandle-unget/DEPENDS | 2 ++
perl-cpan/filehandle-unget/DETAILS | 18 ++++++++++++++++++
perl-cpan/filehandle-unget/HISTORY | 2 ++
perl-cpan/mail-mbox-messageparser/DEPENDS | 2 ++
perl-cpan/mail-mbox-messageparser/DETAILS | 17 +++++++++++++++++
perl-cpan/mail-mbox-messageparser/HISTORY | 2 ++
perl-cpan/mail-mboxparser/DEPENDS | 4 ++++
perl-cpan/mail-mboxparser/DETAILS | 17 +++++++++++++++++
perl-cpan/mail-mboxparser/HISTORY | 2 ++
perl-cpan/scalar-list-utils/DEPENDS | 1 +
perl-cpan/scalar-list-utils/DETAILS | 18 ++++++++++++++++++
perl-cpan/scalar-list-utils/HISTORY | 2 ++
13 files changed, 97 insertions(+)

New commits:
commit 337d9d934c93e642684b1a62e3e2dd818ded99bf
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mail-mboxparser: module for working with UNIX-flavoured mailboxes

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

mail-mbox-messageparser: new spell, fast and simple mbox folder reader

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

filehandle-unget: new spell, FileHandle which supports ungetting of
multiple bytes

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

scalar-list-utils: new spell, replacement for the builtin distribution

diff --git a/ChangeLog b/ChangeLog
index 2d85a09..c178326 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-02-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * perl-cpan/scalar-list-utils: new spell, replacement for the builtin
+ distribution
+ * perl-cpan/filehandle-unget: new spell, FileHandle which supports
+ ungetting of multiple bytes
+ * perl-cpan/mail-mbox-messageparser: new spell, fast and simple mbox
+ folder reader
+ * perl-cpan/mail-mboxparser: module for working with UNIX-flavoured
+ mailboxes
+
2011-01-31 Ladislav Hagara <hgr AT vabo.cz>
* utils/quvi: new spell, flash video download link parser

diff --git a/perl-cpan/filehandle-unget/DEPENDS
b/perl-cpan/filehandle-unget/DEPENDS
new file mode 100755
index 0000000..e77a9d1
--- /dev/null
+++ b/perl-cpan/filehandle-unget/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends scalar-list-utils
diff --git a/perl-cpan/filehandle-unget/DETAILS
b/perl-cpan/filehandle-unget/DETAILS
new file mode 100755
index 0000000..39bfac3
--- /dev/null
+++ b/perl-cpan/filehandle-unget/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=filehandle-unget
+ VERSION=0.1623
+ SOURCE=FileHandle-Unget-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/FileHandle-Unget-$VERSION"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DC/DCOPPIT/$SOURCE
+
SOURCE_HASH=sha512:fa1554226a6fac5cba8d4f1b359d820990550700328907b8f606e69e9eed99d04e6899fc2048befb168227e374c3a4690180691b96e5beab36ee3dfa249480ae
+ LICENSE[0]=GPL
+ LICENSE[1]=ART
+ WEB_SITE=http://search.cpan.org/~dcoppit/FileHandle-Unget/
+ ENTERED=20110201
+ KEYWORDS="perl"
+ SHORT="FileHandle which supports ungetting of multiple bytes"
+cat << EOF
+FileHandle::Unget is a drop-in replacement for FileHandle which allows more
than
+one byte to be placed back on the input. It supports an ungetc(ORD) which
can be
+called more than once in a row, and an ungets(SCALAR) which places a string
of
+bytes back on the input.
+EOF
diff --git a/perl-cpan/filehandle-unget/HISTORY
b/perl-cpan/filehandle-unget/HISTORY
new file mode 100644
index 0000000..4ed2105
--- /dev/null
+++ b/perl-cpan/filehandle-unget/HISTORY
@@ -0,0 +1,2 @@
+2011-02-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created
diff --git a/perl-cpan/mail-mbox-messageparser/DEPENDS
b/perl-cpan/mail-mbox-messageparser/DEPENDS
new file mode 100755
index 0000000..41c9813
--- /dev/null
+++ b/perl-cpan/mail-mbox-messageparser/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends filehandle-unget
diff --git a/perl-cpan/mail-mbox-messageparser/DETAILS
b/perl-cpan/mail-mbox-messageparser/DETAILS
new file mode 100755
index 0000000..5ac786c
--- /dev/null
+++ b/perl-cpan/mail-mbox-messageparser/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=mail-mbox-messageparser
+ VERSION=1.5002
+ SOURCE=Mail-Mbox-MessageParser-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/Mail-Mbox-MessageParser-$VERSION"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DC/DCOPPIT/$SOURCE
+
SOURCE_HASH=sha512:d36fec04875dd9c22db4a58e63f4af73325b98a7ff3fbfa0ba56f4d15fd8fb50f7fb00d93c05c15eb1b9bfd299835af07c7492589fa76290f1a127a455711f08
+ LICENSE[0]=GPL
+ LICENSE[1]=ART
+ WEB_SITE=http://search.cpan.org/~dcoppit/Mail-Mbox-MessageParser/
+ ENTERED=20110201
+ KEYWORDS="perl"
+ SHORT="fast and simple mbox folder reader"
+cat << EOF
+Mail::Mbox::MessageParser is a feature-poor but very fast mbox parser. It
uses
+the best of two strategies for parsing a mailbox: either using cached folder
+information or highly optimized Perl.
+EOF
diff --git a/perl-cpan/mail-mbox-messageparser/HISTORY
b/perl-cpan/mail-mbox-messageparser/HISTORY
new file mode 100644
index 0000000..4ed2105
--- /dev/null
+++ b/perl-cpan/mail-mbox-messageparser/HISTORY
@@ -0,0 +1,2 @@
+2011-02-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created
diff --git a/perl-cpan/mail-mboxparser/DEPENDS
b/perl-cpan/mail-mboxparser/DEPENDS
new file mode 100755
index 0000000..e783154
--- /dev/null
+++ b/perl-cpan/mail-mboxparser/DEPENDS
@@ -0,0 +1,4 @@
+depends perl &&
+depends mime-tools &&
+
+suggest_depends mail-mbox-messageparser "" "" "for significantly faster
parsing"
diff --git a/perl-cpan/mail-mboxparser/DETAILS
b/perl-cpan/mail-mboxparser/DETAILS
new file mode 100755
index 0000000..f34b614
--- /dev/null
+++ b/perl-cpan/mail-mboxparser/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=mail-mboxparser
+ VERSION=0.55
+ SOURCE=Mail-MboxParser-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/Mail-MboxParser-$VERSION"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/V/VP/VPARSEVAL/$SOURCE
+
SOURCE_HASH=sha512:6f3a2d596d0f6d98eaf5556eeaefebe1864af9f14f99dc16f349695edc93cbd8bc721c7c3af498c396db936bdff28b42c8b44f12584b67cd7df425004f908e7c
+ LICENSE[0]=GPL
+ LICENSE[1]=ART
+ WEB_SITE=http://search.cpan.org/~vparseval/Mail-MboxParser/
+ ENTERED=20110201
+ KEYWORDS="perl"
+ SHORT="module for working with UNIX-flavoured mailboxes"
+cat << EOF
+Its purpose is to _easily_ extract messages from a mailbox with _simple_
access
+to header fields, body and MIME-parts. It is particularly easy to deal with
any
+kind of attached files. See the supplied store_att.pl script for an example.
+EOF
diff --git a/perl-cpan/mail-mboxparser/HISTORY
b/perl-cpan/mail-mboxparser/HISTORY
new file mode 100644
index 0000000..4ed2105
--- /dev/null
+++ b/perl-cpan/mail-mboxparser/HISTORY
@@ -0,0 +1,2 @@
+2011-02-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created
diff --git a/perl-cpan/scalar-list-utils/DEPENDS
b/perl-cpan/scalar-list-utils/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /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 0000000..843d485
--- /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 0000000..4ed2105
--- /dev/null
+++ b/perl-cpan/scalar-list-utils/HISTORY
@@ -0,0 +1,2 @@
+2011-02-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (337d9d934c93e642684b1a62e3e2dd818ded99bf), Vlad Glagolev, 02/01/2011

Archive powered by MHonArc 2.6.24.

Top of Page