Index: head/multimedia/umph/Makefile =================================================================== --- head/multimedia/umph/Makefile (revision 381861) +++ head/multimedia/umph/Makefile (revision 381862) @@ -1,25 +1,26 @@ # Created by: Toni Gundogdu # $FreeBSD$ PORTNAME= umph PORTVERSION= 0.2.5 PORTREVISION= 1 CATEGORIES= multimedia -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= GOOGLE_CODE \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= YouTube video playlist parser for cclive and alike tools LICENSE= GPLv3 BUILD_DEPENDS= p5-Getopt-ArgvFile>=1.11:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ p5-Umph-Prompt>=0:${PORTSDIR}/multimedia/p5-Umph-Prompt \ p5-XML-DOM>=1.44:${PORTSDIR}/textproc/p5-XML-DOM RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 PLIST_FILES= bin/umph man/man1/umph.1.gz .include Index: head/multimedia/umph/pkg-descr =================================================================== --- head/multimedia/umph/pkg-descr (revision 381861) +++ head/multimedia/umph/pkg-descr (revision 381862) @@ -1,7 +1,8 @@ umph is a command line tool for parsing Youtube playlists. It prints playlist video links, each separated with a newline, to the standard output stream, while everything else gets printed to the standard error stream. umph can be run with a simple interactive prompt to select the printed video links. WWW: http://code.google.com/p/umph/ +WWW: http://repo.or.cz/w/umph.git