Skip to Content.
Sympa Menu

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

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 (a72e724878a4a9ce761588416ea523c68a06e705)
  • Date: Wed, 18 Jul 2012 16:04:34 -0500

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

ChangeLog | 1 +
perl-cpan/module-starter/DEPENDS | 3 ++-
perl-cpan/path-class/BUILD | 1 +
perl-cpan/path-class/DEPENDS | 1 +
perl-cpan/path-class/DETAILS | 25 +++++++++++++++++++++++++
perl-cpan/path-class/HISTORY | 3 +++
6 files changed, 33 insertions(+), 1 deletion(-)

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

path-class: new spell
module-starter: actually depends on the above

diff --git a/ChangeLog b/ChangeLog
index c6003f7..6062399 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2012-07-18 Thomas Orgis <sobukus AT sourcemage.org>
* perl-cpan/module-starter: new spell, helper to start Perl modules
+ * perl-cpan/path-class: new spell, wrapper over File::Spec

2012-07-15 Sukneet Basuta <sukneet AT sourcemage.org>
* net/howl: spell deprecated
diff --git a/perl-cpan/module-starter/DEPENDS
b/perl-cpan/module-starter/DEPENDS
index c1a1bc6..353cc62 100755
--- a/perl-cpan/module-starter/DEPENDS
+++ b/perl-cpan/module-starter/DEPENDS
@@ -1 +1,2 @@
-depends perl
+depends perl &&
+depends path-class
diff --git a/perl-cpan/path-class/BUILD b/perl-cpan/path-class/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/path-class/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/path-class/DEPENDS b/perl-cpan/path-class/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/path-class/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/path-class/DETAILS b/perl-cpan/path-class/DETAILS
new file mode 100755
index 0000000..1cccaa9
--- /dev/null
+++ b/perl-cpan/path-class/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=path-class
+ VERSION=0.26
+ SOURCE="Path-Class-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/K/KW/KWILLIAMS/${SOURCE}
+
SOURCE_HASH=sha512:fb84d7f9702fee872c0177b1490c66ebf4a0bdfdbf0ee84465eed1eb9698c86432139fa7a5ee1d2836a65e9c6349aea7ce8d2af127ea0ed7b8c51f831088350d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Path-Class-$VERSION"
+ WEB_SITE="http://search.cpan.org/~kwilliams/Path-Class/";
+ LICENSE[0]=ART
+ ENTERED=20120718
+ SHORT="Cross-platform path specification manipulation"
+cat << EOF
+Path::Class is a module for manipulation of file and directory specifications
+(strings describing their locations, like '/home/ken/foo.txt' or
+'C:\Windows\Foo.txt') in a cross-platform manner. It supports pretty much
+every platform Perl runs on, including Unix, Windows, Mac, VMS, Epoc, Cygwin,
+OS/2, and NetWare.
+
+The well-known module File::Spec also provides this service, but it's sort
+of awkward to use well, so people sometimes avoid it, or use it in a way
+that won't actually work properly on platforms significantly different than
+the ones they've tested their code on.
+
+In fact, Path::Class uses File::Spec internally, wrapping all the unsightly
+details so you can concentrate on your application code.
+EOF
diff --git a/perl-cpan/path-class/HISTORY b/perl-cpan/path-class/HISTORY
new file mode 100644
index 0000000..b14ddbf
--- /dev/null
+++ b/perl-cpan/path-class/HISTORY
@@ -0,0 +1,3 @@
+2012-07-18 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+



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

Archive powered by MHonArc 2.6.24.

Top of Page