diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-06 07:56:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-06 07:56:53 +0000 |
commit | c6300511949cd5c7da0381e31e2f0bdf1dee7fbf (patch) | |
tree | 4b3693876930d913453d1f10742c96c5f5628b30 /multimedia | |
parent | c4b81560252e74aa784a56b5cb9bcc01ea7a9fc8 (diff) | |
download | ports-c6300511949cd5c7da0381e31e2f0bdf1dee7fbf.tar.gz ports-c6300511949cd5c7da0381e31e2f0bdf1dee7fbf.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/podcastdl/Makefile | 21 | ||||
-rw-r--r-- | multimedia/podcastdl/distinfo | 2 | ||||
-rw-r--r-- | multimedia/podcastdl/pkg-descr | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index ea5145660fb0..c61d1b4afda1 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -256,6 +256,7 @@ SUBDIR += photofilmstrip SUBDIR += pitivi SUBDIR += playd + SUBDIR += podcastdl SUBDIR += podcatcher SUBDIR += poe SUBDIR += ppm2fli diff --git a/multimedia/podcastdl/Makefile b/multimedia/podcastdl/Makefile new file mode 100644 index 000000000000..044e59825435 --- /dev/null +++ b/multimedia/podcastdl/Makefile @@ -0,0 +1,21 @@ +# Created by: Rodrigo OSORIO <rodrigo@bebik.net> +# $FreeBSD$ + +PORTNAME= podcastdl +PORTVERSION= 0.3.0 +CATEGORIES= multimedia +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 + +LICENSE= BSD + +LIB_DEPENDS= mrss:${PORTSDIR}/textproc/libmrss + +USE_CMAKE= yes +MAKE_JOBS_SAFE= yes + +PLIST_FILES= bin/podcastdl + +.include <bsd.port.mk> diff --git a/multimedia/podcastdl/distinfo b/multimedia/podcastdl/distinfo new file mode 100644 index 000000000000..7810c9c75b0c --- /dev/null +++ b/multimedia/podcastdl/distinfo @@ -0,0 +1,2 @@ +SHA256 (podcastdl-0.3.0.tar.gz) = 1e8473ebbfab47f0bc015874cd14f72c881402c1b47cef82ccc7c7adcd857e60 +SIZE (podcastdl-0.3.0.tar.gz) = 5482 diff --git a/multimedia/podcastdl/pkg-descr b/multimedia/podcastdl/pkg-descr new file mode 100644 index 000000000000..559589864c97 --- /dev/null +++ b/multimedia/podcastdl/pkg-descr @@ -0,0 +1,4 @@ +Podcastdl, is a simple podcast downloader application written in plain C and +designed to work in console or from the crontab + +WWW: http://www.bebik.net/doku.php?id=software:podcastdl |