Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (8ef21ce9537f03827c92607413fd59a7b40defa0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (8ef21ce9537f03827c92607413fd59a7b40defa0)
  • Date: Tue, 9 Sep 2008 00:35:02 -0500

GIT changes to master grimoire by Andraž Levstik <ruskie AT codemages.net>:

ChangeLog | 3 +++
ruby-raa/podcatcher/DEPENDS | 1 +
ruby-raa/podcatcher/DETAILS | 17 +++++++++++++++++
ruby-raa/podcatcher/HISTORY | 3 +++
ruby-raa/podcatcher/INSTALL | 3 +++
5 files changed, 27 insertions(+)

New commits:
commit 8ef21ce9537f03827c92607413fd59a7b40defa0
Author: Andraž Levstik <ruskie AT codemages.net>
Commit: Andraž Levstik <ruskie AT codemages.net>

podcatcher: new spell, a cmd line podcast grabber

diff --git a/ChangeLog b/ChangeLog
index 856307a..ed36ec0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-09-09 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * ruby-raa/podcatcher: new spell, podcast graber
+
2008-09-08 Vlad Glagolev <stealth AT sourcemage.org>
* utils/micron: new spell -- simple, small and secure cron daemon

diff --git a/ruby-raa/podcatcher/DEPENDS b/ruby-raa/podcatcher/DEPENDS
new file mode 100755
index 0000000..6006202
--- /dev/null
+++ b/ruby-raa/podcatcher/DEPENDS
@@ -0,0 +1 @@
+depends ruby
diff --git a/ruby-raa/podcatcher/DETAILS b/ruby-raa/podcatcher/DETAILS
new file mode 100755
index 0000000..b23b5e9
--- /dev/null
+++ b/ruby-raa/podcatcher/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=podcatcher
+ VERSION=3.1.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://rubyforge.org/frs/download.php/41480/${SOURCE}
+
SOURCE_HASH=sha512:415ed19826d5f4f6bb5827a8688aecc61e23bac9e8b3b507f7e1b0500c538e62fa85db14b23dda0eb2fb5782056c0a4fc6fe750f6b9d2f2cfa618e82827ba2f0
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE="http://podcatcher.rubyforge.org/";
+ LICENSE[0]=GPL
+ ENTERED=20080909
+ SHORT="A podcast client for the command line"
+cat << EOF
+Armangil's podcatcher is a podcast client for the command line. It provides
+several download strategies (new shows only, back-catalog allowed, etc),
+offers cache management, supports BitTorrent, and generates playlists for
+media player applications. It is written in Ruby, and runs on Linux, Windows,
+Mac OS X and many other operating systems.
+EOF
diff --git a/ruby-raa/podcatcher/HISTORY b/ruby-raa/podcatcher/HISTORY
new file mode 100644
index 0000000..f636fb8
--- /dev/null
+++ b/ruby-raa/podcatcher/HISTORY
@@ -0,0 +1,3 @@
+2008-09-09 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/ruby-raa/podcatcher/INSTALL b/ruby-raa/podcatcher/INSTALL
new file mode 100755
index 0000000..d1cb6a4
--- /dev/null
+++ b/ruby-raa/podcatcher/INSTALL
@@ -0,0 +1,3 @@
+cp -v bin/podcatcher $INSTALL_ROOT/usr/bin &&
+mkdir -vp $INSTALL_ROOT/usr/share/doc/podcatcher/ &&
+cp -rv {demo,README.txt} $INSTALL_ROOT/usr/share/doc/podcatcher/



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (8ef21ce9537f03827c92607413fd59a7b40defa0), Andraž Levstik, 09/09/2008

Archive powered by MHonArc 2.6.24.

Top of Page