From e23033075ee83d6d8f1f300c7882f48a06f0a38c Mon Sep 17 00:00:00 2001 From: ryoon Date: Sat, 8 Dec 2012 17:09:37 +0000 Subject: 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. --- net/podcastdl/DESCR | 2 ++ net/podcastdl/Makefile | 19 +++++++++++++++++++ net/podcastdl/PLIST | 2 ++ net/podcastdl/distinfo | 5 +++++ 4 files changed, 28 insertions(+) create mode 100644 net/podcastdl/DESCR create mode 100644 net/podcastdl/Makefile create mode 100644 net/podcastdl/PLIST create mode 100644 net/podcastdl/distinfo (limited to 'net') 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 -- cgit v1.2.3