diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-12-06 08:20:23 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-12-06 08:20:23 +0000 |
commit | 2332dc0ae24729605f634af5effda1b75b90780d (patch) | |
tree | c1663fda97e777b108068f890a5301c929f4dba9 /multimedia/podcastdl | |
parent | c6300511949cd5c7da0381e31e2f0bdf1dee7fbf (diff) | |
download | ports-2332dc0ae24729605f634af5effda1b75b90780d.tar.gz ports-2332dc0ae24729605f634af5effda1b75b90780d.zip |
Notes
Diffstat (limited to 'multimedia/podcastdl')
-rw-r--r-- | multimedia/podcastdl/Makefile | 5 | ||||
-rw-r--r-- | multimedia/podcastdl/pkg-descr | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/multimedia/podcastdl/Makefile b/multimedia/podcastdl/Makefile index 044e59825435..3cec1400d513 100644 --- a/multimedia/podcastdl/Makefile +++ b/multimedia/podcastdl/Makefile @@ -4,10 +4,11 @@ PORTNAME= podcastdl PORTVERSION= 0.3.0 CATEGORIES= multimedia -MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ http://files.bebik.net/podcastdl/ +MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ \ + http://files.bebik.net/podcastdl/ MAINTAINER= rodrigo@bebik.net -COMMENT= A simple podcast client write in plain C for the comman line +COMMENT= Simple command line podcast client written in plain C LICENSE= BSD diff --git a/multimedia/podcastdl/pkg-descr b/multimedia/podcastdl/pkg-descr index 559589864c97..0c85cadbacf8 100644 --- a/multimedia/podcastdl/pkg-descr +++ b/multimedia/podcastdl/pkg-descr @@ -1,4 +1,4 @@ -Podcastdl, is a simple podcast downloader application written in plain C and -designed to work in console or from the crontab +Podcastdl is a simple podcast download application written in plain C and +designed to work in the console or from the crontab. WWW: http://www.bebik.net/doku.php?id=software:podcastdl |