summaryrefslogtreecommitdiff
path: root/multimedia/podcatcher
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2006-09-05 03:50:02 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2006-09-05 03:50:02 +0000
commitc022284af4a5729629c438d8ca094638683b3ef9 (patch)
tree80c4d79e6e02c54ca35cf8474dd84b857a888514 /multimedia/podcatcher
parent- Update to 6.4.2 (diff)
add podcatcher 1.3.5
Podcast client for the command line
Notes
Notes: svn path=/head/; revision=172261
Diffstat (limited to 'multimedia/podcatcher')
-rw-r--r--multimedia/podcatcher/Makefile27
-rw-r--r--multimedia/podcatcher/distinfo3
-rw-r--r--multimedia/podcatcher/pkg-descr10
3 files changed, 40 insertions, 0 deletions
diff --git a/multimedia/podcatcher/Makefile b/multimedia/podcatcher/Makefile
new file mode 100644
index 000000000000..ba63d8351899
--- /dev/null
+++ b/multimedia/podcatcher/Makefile
@@ -0,0 +1,27 @@
+# ex:ts=8
+# Ports collection makefile for: podcatcher
+# Date created: Sep 5, 2006
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= podcatcher
+PORTVERSION= 1.3.5
+CATEGORIES= multimedia ruby
+MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ijliao@FreeBSD.org
+COMMENT= Podcast client for the command line
+
+USE_RUBY= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}
+NO_BUILD= yes
+
+PLIST_FILES= bin/podcatcher
+
+do-install:
+ @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/multimedia/podcatcher/distinfo b/multimedia/podcatcher/distinfo
new file mode 100644
index 000000000000..4d865a87af54
--- /dev/null
+++ b/multimedia/podcatcher/distinfo
@@ -0,0 +1,3 @@
+MD5 (podcatcher-1.3.5.tar.gz) = 5c3385e67da410e00bd89b879f2c408d
+SHA256 (podcatcher-1.3.5.tar.gz) = 471d1ca5862400be78c8c8d9de30969af992dde544f6c9c230a746de52d7591e
+SIZE (podcatcher-1.3.5.tar.gz) = 13198
diff --git a/multimedia/podcatcher/pkg-descr b/multimedia/podcatcher/pkg-descr
new file mode 100644
index 000000000000..948e954041fe
--- /dev/null
+++ b/multimedia/podcatcher/pkg-descr
@@ -0,0 +1,10 @@
+Armangil's podcatcher is a podcast client for the command line. It provides
+several download strategies (new shows only, back-catalog allowed, etc),
+supports BitTorrent, offers cache management, and generates playlists for MP3
+player applications.
+
+This application accepts one or more feeds (RSS or Atom) or subscription lists
+(OPML or iTunes PCAST) as argument, in the form of URLs or filenames.
+Alternatively, it tries to read one such document from the standard input.
+
+WWW: http://podcatcher.rubyforge.org/