Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (4b1284e2e0b6633eeb79a913c27296ee92251a46)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (4b1284e2e0b6633eeb79a913c27296ee92251a46)
  • Date: Wed, 25 Apr 2007 05:57:48 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 4 ++++
perl-cpan/config-tiny/BUILD | 1 +
perl-cpan/config-tiny/DEPENDS | 1 +
perl-cpan/config-tiny/DETAILS | 17 +++++++++++++++++
perl-cpan/config-tiny/HISTORY | 2 ++
5 files changed, 25 insertions(+)

New commits:
commit f451943702273030e763f1fa7ad267d10de8c3a4
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

perl-cpan/config-tiny: new spell, Config::Tiny - Read/Write .ini style
files with as little code as possible

diff --git a/ChangeLog b/ChangeLog
index 30bea62..9e96023 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-25 Pol Vinogradov <vin.public AT gmail.com>
+ * perl-cpan/config-tiny: new spell, Config::Tiny - Read/Write .ini
style
+ files with as little code as possible
+
2007-04-25 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* libs/c-ares: new spell, asynchronous DNS resolver library,
can be used by curl, bzflag, aria2, tor and others
diff --git a/perl-cpan/config-tiny/BUILD b/perl-cpan/config-tiny/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/config-tiny/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/config-tiny/DEPENDS b/perl-cpan/config-tiny/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/config-tiny/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/config-tiny/DETAILS b/perl-cpan/config-tiny/DETAILS
new file mode 100755
index 0000000..f988341
--- /dev/null
+++ b/perl-cpan/config-tiny/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=config-tiny
+ VERSION=2.10
+ SOURCE="Config-Tiny-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/A/AD/ADAMK/${SOURCE}
+
SOURCE_HASH=sha512:96b483cfe6644abd59c38776ecf5eebe2bff6245d7bfc9316d822975bdee12478d923828dee48e2d5e31491200fe0367d5fcb3a8f0ef207b4591eae35adf5477
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Config-Tiny-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~/Config-Tiny/";
+ LICENSE[0]=ART
+ ENTERED=20070425
+ SHORT="Config::Tiny - Read/Write .ini style files with as little
code as possible"
+cat << EOF
+Config::Tiny is a perl class to read and write .ini style configuration files
+with as little code as possible, reducing load time and memory overhead. Most
+of the time it is accepted that Perl applications use a lot of memory and
+modules. The ::Tiny family of modules is specifically intended to provide
+an ultralight alternative to the standard modules.
+EOF
diff --git a/perl-cpan/config-tiny/HISTORY b/perl-cpan/config-tiny/HISTORY
new file mode 100644
index 0000000..7496361
--- /dev/null
+++ b/perl-cpan/config-tiny/HISTORY
@@ -0,0 +1,2 @@
+2007-04-25 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS, BUILD, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (4b1284e2e0b6633eeb79a913c27296ee92251a46), Pol Vinogradov, 04/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page