Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c0da3c66f60838fed3d3ec6cffe13542d8f0fbdc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c0da3c66f60838fed3d3ec6cffe13542d8f0fbdc)
  • Date: Tue, 15 Apr 2014 12:15:14 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
perl-cpan/parse-debcontrol/DEPENDS | 1 +
perl-cpan/parse-debcontrol/DETAILS | 26 ++++++++++++++++++++++++++
perl-cpan/parse-debcontrol/HISTORY | 2 ++
4 files changed, 32 insertions(+)

New commits:
commit c0da3c66f60838fed3d3ec6cffe13542d8f0fbdc
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

parse-debcontrol: new spell, Easy OO parsing of debian control-like files

diff --git a/ChangeLog b/ChangeLog
index 020cd18..bb978e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-04-15 Ismael Luceno <ismael AT sourcemage.org>
+ * perl-cpan/parse-debcontrol: new spell, Easy OO parsing of debian
control-like files
+
2014-04-12 Treeve Jelbert <treeve AT sourcemage.org>
* gnu.gpg: add key AE05B3E9: "Patrick Alken <alken AT colorado.edu>"

diff --git a/perl-cpan/parse-debcontrol/DEPENDS
b/perl-cpan/parse-debcontrol/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/parse-debcontrol/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/parse-debcontrol/DETAILS
b/perl-cpan/parse-debcontrol/DETAILS
new file mode 100755
index 0000000..f44a164
--- /dev/null
+++ b/perl-cpan/parse-debcontrol/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=parse-debcontrol
+ SPELLX=Parse-DebControl
+ VERSION=2.005
+ SOURCE="$SPELLX-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/J/JA/JAYBONCI/$SOURCE
+
SOURCE_HASH=sha512:1a496bf8ea7ca3a2f7068a916fa3c2256f828195525d1519c1bd170737864775b7486d669ee635965b3512ee34da232401fa75efd3569dc142896eab71484f41
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE="http://search.cpan.org/dist/$SPELLX/lib/${SPELLX/-//}.pm";
+ LICENSE[0]="Artistic"
+ ENTERED=20140415
+ KEYWORDS=""
+ SHORT="Easy OO parsing of debian control-like files"
+cat << EOF
+Parse::DebControl is an easy OO way to parse debian control files and other
+colon separated key-value pairs. It's specifically designed to handle the
+format used in Debian control files, template files, and the cache files
+used by dpkg.
+
+For basic format information see:
+http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-controlsyntax
+
+This module does not actually do any intelligence with the file content
+(because there are a lot of files in this format), but merely handles the
+format. It can handle simple control files, or files hundreds of lines long
+efficiently and easily.
+EOF
diff --git a/perl-cpan/parse-debcontrol/HISTORY
b/perl-cpan/parse-debcontrol/HISTORY
new file mode 100644
index 0000000..feaa31e
--- /dev/null
+++ b/perl-cpan/parse-debcontrol/HISTORY
@@ -0,0 +1,2 @@
+2014-04-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c0da3c66f60838fed3d3ec6cffe13542d8f0fbdc), Ismael Luceno, 04/15/2014

Archive powered by MHonArc 2.6.24.

Top of Page