Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (ec78a7a99b13fd0ca96198f0cad7b482b22b63ad)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (ec78a7a99b13fd0ca96198f0cad7b482b22b63ad)
  • Date: Sat, 17 Nov 2007 09:43:40 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 3 +++
perl-cpan/config-general/BUILD | 2 ++
perl-cpan/config-general/DEPENDS | 1 +
perl-cpan/config-general/DETAILS | 21 +++++++++++++++++++++
perl-cpan/config-general/HISTORY | 3 +++
5 files changed, 30 insertions(+)

New commits:
commit ec78a7a99b13fd0ca96198f0cad7b482b22b63ad
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

config-general: Added new spell. Needed for gscan2pdf update.

diff --git a/ChangeLog b/ChangeLog
index 366cd7d..44df0dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-11-17 George Sherwood <george AT beernabeer.com>
+ * perl-cpan/config-general: new spell, needed for gscan2pdf
+
2007-11-17 Vlad Glagolev <stealth AT sourcemage.org>
* python-devel/flup: new spell, assortment of WSGI servers

diff --git a/perl-cpan/config-general/BUILD b/perl-cpan/config-general/BUILD
new file mode 100755
index 0000000..05cd652
--- /dev/null
+++ b/perl-cpan/config-general/BUILD
@@ -0,0 +1,2 @@
+ perl Makefile.PL &&
+ make
diff --git a/perl-cpan/config-general/DEPENDS
b/perl-cpan/config-general/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/config-general/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/config-general/DETAILS
b/perl-cpan/config-general/DETAILS
new file mode 100755
index 0000000..9184b13
--- /dev/null
+++ b/perl-cpan/config-general/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=config-general
+ VERSION=2.36
+ SOURCE=Config-General-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Config-General-$VERSION
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/T/TL/TLINDEN/$SOURCE
+
SOURCE_HASH=sha512:8961eda29dfad45ecf3cc1021ff083293a7c02c6c43963b96f70b7db67a5e4f53c5afbb72b9e29c2163fced58dd5178492dfe7bc9c7341c5eb0c3b95b2582e3e
+ WEB_SITE="http://search.cpan.org/search?dist=Config-General";
+ ENTERED=20071117
+ KEYWORDS="perl"
+ SHORT="module for reading apache-style configuration files"
+cat << EOF
+This module opens a config file and parses it's contents for you. The
+new method requires one parameter which needs to be a filename. The
+method getall returns a hash which contains all options and it's
+associated values of your config file.
+
+The format of config files supported by Config::General is inspired by
+the well known apache config format, in fact, this module is 100%
+compatible to apache configs, but you can also just use simple
+name/value pairs in your config files.
+EOF
diff --git a/perl-cpan/config-general/HISTORY
b/perl-cpan/config-general/HISTORY
new file mode 100644
index 0000000..097ae2e
--- /dev/null
+++ b/perl-cpan/config-general/HISTORY
@@ -0,0 +1,3 @@
+2007-11-17 George Sherwood <george AT beernabeer.com>
+ * DETAILS, DEPENDS, BUILD: Spell created.
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (ec78a7a99b13fd0ca96198f0cad7b482b22b63ad), George Sherwood, 11/17/2007

Archive powered by MHonArc 2.6.24.

Top of Page