diff options
author | ryoon <ryoon> | 2012-12-08 17:09:37 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-12-08 17:09:37 +0000 |
commit | ddb8fc623d00adfd25a630d8edfcef12604e8649 (patch) | |
tree | 01363255ff8d9aabdcbf861dbb39bba49aab4e60 /net | |
parent | dd8835f25d3b989e3e156d0f69cde30eaa066c48 (diff) | |
download | pkgsrc-ddb8fc623d00adfd25a630d8edfcef12604e8649.tar.gz |
Import podcastdl-0.3.0 as net/podcastdl.
Podcastdl is a CLI podcast client intended to be used to download
podcasted files using a cron like tool.
Diffstat (limited to 'net')
-rw-r--r-- | net/podcastdl/DESCR | 2 | ||||
-rw-r--r-- | net/podcastdl/Makefile | 19 | ||||
-rw-r--r-- | net/podcastdl/PLIST | 2 | ||||
-rw-r--r-- | net/podcastdl/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/net/podcastdl/DESCR b/net/podcastdl/DESCR new file mode 100644 index 00000000000..1b5603c6c3e --- /dev/null +++ b/net/podcastdl/DESCR @@ -0,0 +1,2 @@ +Podcastdl is a CLI podcast client intended to be used to download +podcasted files using a cron like tool. diff --git a/net/podcastdl/Makefile b/net/podcastdl/Makefile new file mode 100644 index 00000000000..96ede2b905e --- /dev/null +++ b/net/podcastdl/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2012/12/08 17:09:37 ryoon Exp $ +# + +DISTNAME= podcastdl-0.3.0 +CATEGORIES= net +MASTER_SITES= http://files.bebik.net/podcastdl/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://www.bebik.net/doku.php?id=software:podcastdl +COMMENT= Podcastdl is a CLI podcast client +LICENSE= isc + +USE_CMAKE= yes + +USE_LANGUAGES= c c++ + +.include "../../www/libmrss/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/podcastdl/PLIST b/net/podcastdl/PLIST new file mode 100644 index 00000000000..ce5ce7f6ee2 --- /dev/null +++ b/net/podcastdl/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/12/08 17:09:37 ryoon Exp $ +bin/podcastdl diff --git a/net/podcastdl/distinfo b/net/podcastdl/distinfo new file mode 100644 index 00000000000..277bc9600ee --- /dev/null +++ b/net/podcastdl/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/12/08 17:09:37 ryoon Exp $ + +SHA1 (podcastdl-0.3.0.tgz) = 09cc6ac495943e5dc3e717d712ad8020b8a2e12b +RMD160 (podcastdl-0.3.0.tgz) = 912862019ac47c1e20699a1a92b5a5862019f6e1 +Size (podcastdl-0.3.0.tgz) = 5482 bytes |