From 433b2bc04669fbed6bc78cb51ae85781b3e097c6 Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 8 Nov 2011 20:29:59 +0000 Subject: Import p5-umph-0.2.0 as net/umph from wip/umph umph is a command line tool for parsing video links from Youtube feeds, such as playlists, favorites and uploads. The parsed video links are printed to the standard output each separated with a newline. --- net/umph/DESCR | 4 ++++ net/umph/Makefile | 25 +++++++++++++++++++++++++ net/umph/distinfo | 5 +++++ 3 files changed, 34 insertions(+) create mode 100644 net/umph/DESCR create mode 100644 net/umph/Makefile create mode 100644 net/umph/distinfo (limited to 'net') diff --git a/net/umph/DESCR b/net/umph/DESCR new file mode 100644 index 00000000000..0f45b38dfa5 --- /dev/null +++ b/net/umph/DESCR @@ -0,0 +1,4 @@ +umph is a command line tool for parsing video links from Youtube +feeds, such as playlists, favorites and uploads. The parsed video +links are printed to the standard output each separated with a +newline. diff --git a/net/umph/Makefile b/net/umph/Makefile new file mode 100644 index 00000000000..3ae6876cadf --- /dev/null +++ b/net/umph/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/11/08 20:29:59 ryoon Exp $ +# + +DISTNAME= umph-0.2.0 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net +MASTER_SITES= http://umph.googlecode.com/files/ + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://code.google.com/p/umph/ +COMMENT= Command line tool for parsing video links from Youtube feeds +LICENSE= gnu-gpl-v3 + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Getopt-ArgvFile>=1.11:../../devel/p5-Getopt-ArgvFile +DEPENDS+= p5-XML-DOM>=1.44:../../textproc/p5-XML-DOM +DEPENDS+= p5-version>=0.77:../../devel/p5-version +DEPENDS+= p5-Umph-Prompt>=0.1.0:../../wip/p5-Umph-Prompt + +PERL5_PACKLIST= auto/umph/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/umph/distinfo b/net/umph/distinfo new file mode 100644 index 00000000000..80ebbbbf585 --- /dev/null +++ b/net/umph/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/11/08 20:29:59 ryoon Exp $ + +SHA1 (umph-0.2.0.tar.gz) = c13bdc8508a608b5bffd20ce6bf986aa78cb5e30 +RMD160 (umph-0.2.0.tar.gz) = 554532b16707820da75d831c67e81f6b471aa65d +Size (umph-0.2.0.tar.gz) = 19825 bytes -- cgit v1.2.3