diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-11-08 20:29:59 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-11-08 20:29:59 +0000 |
commit | 433b2bc04669fbed6bc78cb51ae85781b3e097c6 (patch) | |
tree | 7fb32a1cd4a3db125c5ef83a426210d0b608ee67 /net | |
parent | 339b7c955f0dbfecf24e9d090e91eb39fea849a1 (diff) | |
download | pkgsrc-433b2bc04669fbed6bc78cb51ae85781b3e097c6.tar.gz |
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.
Diffstat (limited to 'net')
-rw-r--r-- | net/umph/DESCR | 4 | ||||
-rw-r--r-- | net/umph/Makefile | 25 | ||||
-rw-r--r-- | net/umph/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
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 |