Successor of net/umph
This commit is contained in:
parent
964ebc11af
commit
edd0482051
3 changed files with 34 additions and 0 deletions
4
net/p5-umph/DESCR
Normal file
4
net/p5-umph/DESCR
Normal file
|
@ -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.
|
25
net/p5-umph/Makefile
Normal file
25
net/p5-umph/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1.1.1 2011/11/08 23:52:25 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:../../net/p5-Umph-Prompt
|
||||||
|
|
||||||
|
PERL5_PACKLIST= auto/umph/.packlist
|
||||||
|
USE_LANGUAGES= # none
|
||||||
|
|
||||||
|
.include "../../lang/perl5/module.mk"
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
5
net/p5-umph/distinfo
Normal file
5
net/p5-umph/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
$NetBSD: distinfo,v 1.1.1.1 2011/11/08 23:52:25 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
|
Loading…
Reference in a new issue