Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (73f3655337005ec09a6a7fd7c352d4821fefac48)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (73f3655337005ec09a6a7fd7c352d4821fefac48)
  • Date: Thu, 19 Apr 2007 22:16:55 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

perl-cpan/extutils-cbuilder/BUILD | 2 +
perl-cpan/extutils-cbuilder/DEPENDS | 1
perl-cpan/extutils-cbuilder/DETAILS | 18
++++++++++
perl-cpan/extutils-cbuilder/ExtUtils-CBuilder-0.18.tar.gz.sig |binary
perl-cpan/extutils-cbuilder/HISTORY | 5 ++
perl-cpan/sdl-sdlpl/DETAILS | 2 -
perl-cpan/sdl-sdlpl/HISTORY | 3 +
7 files changed, 30 insertions(+), 1 deletion(-)

New commits:
commit 73f3655337005ec09a6a7fd7c352d4821fefac48
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

extutils-builder: new perl-cpan spell

commit a954b216630364e21e8d4fdb1882703d28b3ce57
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

sdl-sdlpl: corrected SOURCE_URL

diff --git a/perl-cpan/extutils-cbuilder/BUILD
b/perl-cpan/extutils-cbuilder/BUILD
new file mode 100755
index 0000000..ec5d6ff
--- /dev/null
+++ b/perl-cpan/extutils-cbuilder/BUILD
@@ -0,0 +1,2 @@
+ perl Makefile.PL &&
+ make
diff --git a/perl-cpan/extutils-cbuilder/DEPENDS
b/perl-cpan/extutils-cbuilder/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/extutils-cbuilder/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/extutils-cbuilder/DETAILS
b/perl-cpan/extutils-cbuilder/DETAILS
new file mode 100755
index 0000000..79941de
--- /dev/null
+++ b/perl-cpan/extutils-cbuilder/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=extutils-cbuilder
+ VERSION=0.18
+ SOURCE=ExtUtils-CBuilder-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/ExtUtils-CBuilder-${VERSION}
+
SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/${SOURCE}
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE=ART
+ WEB_SITE="http://search.cpan.org/search?module=ExtUtils::CBuilder";
+ ENTERED=20070419
+ KEYWORDS="C perl"
+ SHORT="Compile and link C code for Perl modules"
+cat << EOF
+This module can build the C portions of Perl modules by invoking the
appropriate
+compilers and linkers in a cross-platform manner. It was motivated by the
+Module::Build project, but may be useful for other purposes as well.
However, it
+is not intended as a general cross-platform interface to all your C building
+needs. That would have been a much more ambitious goal!
+EOF
diff --git a/perl-cpan/extutils-cbuilder/ExtUtils-CBuilder-0.18.tar.gz.sig
b/perl-cpan/extutils-cbuilder/ExtUtils-CBuilder-0.18.tar.gz.sig
new file mode 100644
index 0000000..42760b5
Binary files /dev/null and
b/perl-cpan/extutils-cbuilder/ExtUtils-CBuilder-0.18.tar.gz.sig differ
diff --git a/perl-cpan/extutils-cbuilder/HISTORY
b/perl-cpan/extutils-cbuilder/HISTORY
new file mode 100644
index 0000000..22ff3d2
--- /dev/null
+++ b/perl-cpan/extutils-cbuilder/HISTORY
@@ -0,0 +1,5 @@
+2007-04-19 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.18
+
+2007-04-19 Robin Cook <rcook AT wyrms.net>
+ * Initial Spell: DETAILS HISTORY
diff --git a/perl-cpan/sdl-sdlpl/DETAILS b/perl-cpan/sdl-sdlpl/DETAILS
index 1a4414e..2b846d6 100755
--- a/perl-cpan/sdl-sdlpl/DETAILS
+++ b/perl-cpan/sdl-sdlpl/DETAILS
@@ -3,7 +3,7 @@
VERSION=1.20.0
SOURCE=SDL_perl-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/SDL_perl-$VERSION
- SOURCE_URL[0]=http://sdlperl.org/downloads/$SOURCE
+ SOURCE_URL[0]=http://zarb.org/~gc/t/${SOURCE}

SOURCE_HASH=sha512:7a5f01ab68f1caa8e63107a41032fe9403a947fc56cd518c7fa276b91dfbedee0e1314dc8f389238565a8a9bf7dc4ddb0947091d3a6a3fbc9b496438b14b3c40
WEB_SITE="http://search.cpan.org/search?module=SDL";
ENTERED=20020209
diff --git a/perl-cpan/sdl-sdlpl/HISTORY b/perl-cpan/sdl-sdlpl/HISTORY
index 83942b1..8eb47d2 100644
--- a/perl-cpan/sdl-sdlpl/HISTORY
+++ b/perl-cpan/sdl-sdlpl/HISTORY
@@ -1,3 +1,6 @@
+2007-04-19 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: corrected SOURCE_URL as old one no longer valid
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.





Archive powered by MHonArc 2.6.24.

Top of Page