Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (cb2484dc47b5f13405282acadf0d4162b48863ba)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (cb2484dc47b5f13405282acadf0d4162b48863ba)
  • Date: Sat, 21 Jul 2012 02:06:39 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 3 +++
perl-cpan/config-param/BUILD | 1 +
perl-cpan/config-param/DEPENDS | 1 +
perl-cpan/config-param/DETAILS | 23 +++++++++++++++++++++++
perl-cpan/config-param/HISTORY | 3 +++
5 files changed, 31 insertions(+)

New commits:
commit cb2484dc47b5f13405282acadf0d4162b48863ba
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

config-param: now also announced in Changelog

commit c011e57a30c82581568f2d05b6ff4c8d086fd6ee
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

config-param: added

diff --git a/ChangeLog b/ChangeLog
index 4c0ff80..0c2de9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-07-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * perl-cpan/config-param: new spell, cmdline program configuration
+
2012-07-19 Ladislav Hagara <hgr AT vabo.cz>
* x11/xteddy: new spell, cuddly teddy bear for your X

diff --git a/perl-cpan/config-param/BUILD b/perl-cpan/config-param/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/config-param/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/config-param/DEPENDS b/perl-cpan/config-param/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/config-param/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/config-param/DETAILS b/perl-cpan/config-param/DETAILS
new file mode 100755
index 0000000..b9056e5
--- /dev/null
+++ b/perl-cpan/config-param/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=config-param
+ VERSION=3.000003
+ SOURCE="Config-Param-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/T/TH/THORGIS/${SOURCE}
+
SOURCE_HASH=sha512:537437a6ca67070028c3feb164ef28e8a7de90fc03f2c6b9918ff745330e6438d67cdbca48de65469459205fda0c185aeaacf2b3ece8a5d73120d8586d03b1b2
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Config-Param-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~thorgis/Config-Param/";
+ LICENSE[0]=ART
+ ENTERED=20120721
+ SHORT="all you want to do with parameters for your program (or
someone else's)"
+cat << EOF
+The basic task is to take some description of offered parameters and return
+a hash ref with values for these parameters, influenced by the command line
+and/or configuration files. The simple loop from many years ago now is about
+the most comprehensive solution for a program's param space that I am aware
+of, while still supporting the one-shot usage via a single function call
+and a flat description of parameters.
+
+It handles command line parameters (somewhat flexible regarding the number of
+"-", but insisting on the equal sign in --name=value), defining and handling
+standard parameters for generating helpful usage messages and parses as well
+as generates configuration files.
+EOF
diff --git a/perl-cpan/config-param/HISTORY b/perl-cpan/config-param/HISTORY
new file mode 100644
index 0000000..6069280
--- /dev/null
+++ b/perl-cpan/config-param/HISTORY
@@ -0,0 +1,3 @@
+2012-07-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (cb2484dc47b5f13405282acadf0d4162b48863ba), Thomas Orgis, 07/21/2012

Archive powered by MHonArc 2.6.24.

Top of Page