Skip to Content.
Sympa Menu

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

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 (66b3f258debd34a50c7303c3a43432d10fbd4b77)
  • Date: Sat, 1 Dec 2007 17:37:44 -0600

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

ChangeLog |
1
dev/null
|binary
gnome2-apps/gcstar/DEPENDS |
34 +++++++---
gnome2-apps/gcstar/HISTORY |
7 ++
gnome2-apps/gcstar/gcstar-1.3.0.tar.gz.sig |
0
perl-cpan/datetime-format-strptime/BUILD |
1
perl-cpan/datetime-format-strptime/DEPENDS |
1
perl-cpan/datetime-format-strptime/DETAILS |
15 ++++
perl-cpan/datetime-format-strptime/DateTime-Format-Strptime-1.0702.tgz.sig
|binary
perl-cpan/datetime-format-strptime/HISTORY |
3
perl-cpan/mp3-info/DETAILS |
6 -
perl-cpan/mp3-info/HISTORY |
4 +
perl-cpan/mp3-info/MP3-Info-1.23.tar.gz.sig
|binary
13 files changed, 59 insertions(+), 13 deletions(-)

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

gcstar: added missing depends and optional depends

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

datetime-format-strptime: new spell

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

mp3-info: updated to 1.23

diff --git a/ChangeLog b/ChangeLog
index 49a2da4..87ef4c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2007-12-01 Robin Cook <rcook AT wyrms.net>
* perl-cpan: added spell perl-gtk2-spell
* perl-cpan: added spell time-piece
+ * perl-cpan: added datetime-format-strptime

2007-12-01 Elisamuel Resto <ryuji AT sourcemage.org>
* ftp/createtorrent: new spell, light BitTorrent file creator
diff --git a/gnome2-apps/gcstar/DEPENDS b/gnome2-apps/gcstar/DEPENDS
index 2dbb8c6..609eab3 100755
--- a/gnome2-apps/gcstar/DEPENDS
+++ b/gnome2-apps/gcstar/DEPENDS
@@ -1,13 +1,27 @@
-depends perl-gtk2 &&
-depends lwp &&
-depends xml-simple &&
-depends xml-libxml &&
+depends perl &&
+depends perl-gtk2 &&
+depends lwp &&
+depends html-parser &&
+depends xml-simple &&
+depends xml-libxml &&
+depends perl-libnet &&
+depends xml-parser-expat &&
+depends uri &&

-if [ $TELLICO_IMPORT = 'y' ]; then
- depends archive-zip
+if [ "$TELLICO_IMPORT" == "y" ]; then
+ depends archive-zip
fi &&

-if [ $TARGZ_SUPPORT = 'y' ]; then
- depends archive-tar &&
- depends compress-zlib
-fi
+if [ "$TARGZ_SUPPORT" == "y" ]; then
+ depends archive-tar &&
+ depends compress-zlib
+fi &&
+
+optional_depends datetime-format-strptime "" "" "For Utils" &&
+optional_depends time-piece "" "" "For Utils" &&
+optional_depends perl-gtk2-spell "" "" "For GraphicsComponets" &&
+optional_depends mp3-info "" "" "For ExtractMusics" &&
+optional_depends mp3-tag "" "" "For ExtractMusics" &&
+optional_depends ogg-vorbis-header-pureperl "" "" "For ExtractMusics" &&
+optional_depends mime-base64 "" "" "For Mail" &&
+optional_depends digest-md5 "" "" "For Utils"
diff --git a/gnome2-apps/gcstar/HISTORY b/gnome2-apps/gcstar/HISTORY
index cdb37cb..6f72f5d 100644
--- a/gnome2-apps/gcstar/HISTORY
+++ b/gnome2-apps/gcstar/HISTORY
@@ -1,3 +1,10 @@
+2007-12-01 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: added depends of perl, html-parser, perl-libnet, uri, and
+ xml-parser-expat
+ added optional depends of time-piece, perl-gtk2-spell, mp3-info,
+ mp3-tag, ogg-vorbis-header-pureperl, digest-md5, mime-base64, and
+ datetime-format-strptime
+
2007-11-22 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* DETAILS: updating spell to 1.3.0, temporary use SOURCHE_HASH
instead of SOURCE_GPG
* DEPENDS: Adding xml-libxml (is now needed)
diff --git a/gnome2-apps/gcstar/gcstar-1.3.0.tar.gz.sig
b/gnome2-apps/gcstar/gcstar-1.3.0.tar.gz.sig
deleted file mode 100644
index 6916498..0000000
Binary files a/gnome2-apps/gcstar/gcstar-1.3.0.tar.gz.sig and /dev/null differ
diff --git a/perl-cpan/datetime-format-strptime/BUILD
b/perl-cpan/datetime-format-strptime/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/datetime-format-strptime/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/datetime-format-strptime/DEPENDS
b/perl-cpan/datetime-format-strptime/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/datetime-format-strptime/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/datetime-format-strptime/DETAILS
b/perl-cpan/datetime-format-strptime/DETAILS
new file mode 100755
index 0000000..806eb7c
--- /dev/null
+++ b/perl-cpan/datetime-format-strptime/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=datetime-format-strptime
+ VERSION=1.0702
+ SNAME=DateTime-Format-Strptime
+ SOURCE=$SNAME-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/R/RI/RICKM/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE=GPL
+ WEB_SITE="http://www.cpan.org";
+ ENTERED=20071201
+ KEYWORDS="perl"
+ SHORT="Parse and format strp and strf time patterns"
+cat << EOF
+Parse and format strp and strf time patterns
+EOF
diff --git
a/perl-cpan/datetime-format-strptime/DateTime-Format-Strptime-1.0702.tgz.sig
b/perl-cpan/datetime-format-strptime/DateTime-Format-Strptime-1.0702.tgz.sig
new file mode 100644
index 0000000..bb806eb
Binary files /dev/null and
b/perl-cpan/datetime-format-strptime/DateTime-Format-Strptime-1.0702.tgz.sig
differ
diff --git a/perl-cpan/datetime-format-strptime/HISTORY
b/perl-cpan/datetime-format-strptime/HISTORY
new file mode 100644
index 0000000..7e8f088
--- /dev/null
+++ b/perl-cpan/datetime-format-strptime/HISTORY
@@ -0,0 +1,3 @@
+2007-12-01 Robin Cook <rcook AT wyrms.net>
+ * BUILD, DEPENDS, DETAILS, HISTORY: created spell
+
diff --git a/perl-cpan/mp3-info/DETAILS b/perl-cpan/mp3-info/DETAILS
index 9b3a7dd..a15cfc2 100755
--- a/perl-cpan/mp3-info/DETAILS
+++ b/perl-cpan/mp3-info/DETAILS
@@ -1,9 +1,9 @@
SPELL=mp3-info
- VERSION=1.02
+ VERSION=1.23
SOURCE=MP3-Info-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/MP3-Info-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/CNANDOR/$SOURCE
-
SOURCE_HASH=sha512:1d3b5a41a932e0e386d274677c5ab90ba00e60056a9e6f59caa41d28d47eae72993fe75fa2f234336f75ce6cf087b1bbdc988381f2433a54e42edbec6e8c9b59
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/D/DA/DANIEL/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE=ART
WEB_SITE="http://search.cpan.org/search?dist=MP3-Info";
ENTERED=20020519
diff --git a/perl-cpan/mp3-info/HISTORY b/perl-cpan/mp3-info/HISTORY
index f5e9dcb..ead7de0 100644
--- a/perl-cpan/mp3-info/HISTORY
+++ b/perl-cpan/mp3-info/HISTORY
@@ -1,3 +1,7 @@
+2007-12-01 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 1.23
+ update SOURCE_URL to new sponser-maintainer
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/perl-cpan/mp3-info/MP3-Info-1.23.tar.gz.sig
b/perl-cpan/mp3-info/MP3-Info-1.23.tar.gz.sig
new file mode 100644
index 0000000..5cd45d9
Binary files /dev/null and b/perl-cpan/mp3-info/MP3-Info-1.23.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (66b3f258debd34a50c7303c3a43432d10fbd4b77), Robin Cook, 12/01/2007

Archive powered by MHonArc 2.6.24.

Top of Page