Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (e4c2efa1414be01a726465bce929a5511beeaa93)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (e4c2efa1414be01a726465bce929a5511beeaa93)
  • Date: Wed, 2 Jul 2008 20:12:30 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

ChangeLog | 1 +
perl-cpan/email-send/DEPENDS | 7 ++++---
perl-cpan/email-send/HISTORY | 3 +++
perl-cpan/module-pluggable/BUILD | 1 +
perl-cpan/module-pluggable/DEPENDS | 1 +
perl-cpan/module-pluggable/DETAILS | 20 ++++++++++++++++++++
perl-cpan/module-pluggable/HISTORY | 3 +++
7 files changed, 33 insertions(+), 3 deletions(-)

New commits:
commit e4c2efa1414be01a726465bce929a5511beeaa93
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

email-send: missing dependency

commit 201733c50ddcd654c681bb4c4b5465881bea6a5e
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

module-pluggable: DOES IT EVER END?

diff --git a/ChangeLog b/ChangeLog
index 3dbb6b5..0c707e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2008-07-02 David Kowis <dkowis AT shlrm.org>
* perl-cpan/encode-detect: new spell, Used by bugzilla for upgrading
:(
+ * perl-cpan/module-pluggable: new spell, needed by email-send for
bugzilla

2008-07-02 George Sherwood <gsherwood AT sourcemage.org>
* editors/medit: new spell. Bug #14551
diff --git a/perl-cpan/email-send/DEPENDS b/perl-cpan/email-send/DEPENDS
index 43f535f..c07ed57 100755
--- a/perl-cpan/email-send/DEPENDS
+++ b/perl-cpan/email-send/DEPENDS
@@ -1,4 +1,5 @@
-depends perl &&
-depends return-value &&
-depends email-simple &&
+depends perl &&
+depends module-pluggable &&
+depends return-value &&
+depends email-simple &&
depends email-address
diff --git a/perl-cpan/email-send/HISTORY b/perl-cpan/email-send/HISTORY
index ef7bcb3..05e4198 100644
--- a/perl-cpan/email-send/HISTORY
+++ b/perl-cpan/email-send/HISTORY
@@ -1,3 +1,6 @@
+2008-07-02 David Kowis <dkowis AT shlrm.org>
+ * DEPENDS: added a missing dependency
+
2008-07-01 David Kowis <dkowis AT shlrm.org>
* DETAILS: quill => EPIC FAIL

diff --git a/perl-cpan/module-pluggable/BUILD
b/perl-cpan/module-pluggable/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/module-pluggable/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/module-pluggable/DEPENDS
b/perl-cpan/module-pluggable/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/module-pluggable/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/module-pluggable/DETAILS
b/perl-cpan/module-pluggable/DETAILS
new file mode 100755
index 0000000..f21253a
--- /dev/null
+++ b/perl-cpan/module-pluggable/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=module-pluggable
+ VERSION=3.8
+ SOURCE="Module-Pluggable-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.cpan.org/authors/id/S/SI/SIMONW/${SOURCE}
+
SOURCE_HASH=sha512:57edf9986cd7f587ee89b81b69b7952affea6e4d92275d3dfb6fda22ade438f904ea0afee2813e3548ed4888100372c16f5783881d431c6f2e1da291eacb0aaa
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Module-Pluggable-${VERSION}"
+
WEB_SITE="http://search.cpan.org/search?query=Module-Pluggable&mode=all";
+ LICENSE[0]=ART
+ ENTERED=20080702
+ SHORT="Module::Pluggable - automatically give your module the
ability to have plugins"
+cat << EOF
+Provides a simple but, hopefully, extensible way of having 'plugins' for your
+odule. Obviously this isn't going to be the be all and end all of solutions
+but it works for me.
+
+Essentially all it does is export a method into your namespace that looks
+through a search path for .pm files and turn those into class names.
+
+Optionally it instantiates those classes for you.
+EOF
diff --git a/perl-cpan/module-pluggable/HISTORY
b/perl-cpan/module-pluggable/HISTORY
new file mode 100644
index 0000000..85868d4
--- /dev/null
+++ b/perl-cpan/module-pluggable/HISTORY
@@ -0,0 +1,3 @@
+2008-07-02 David Kowis <dkowis AT shlrm.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by David Kowis (e4c2efa1414be01a726465bce929a5511beeaa93), David Kowis, 07/02/2008

Archive powered by MHonArc 2.6.24.

Top of Page