umph is a command line tool for parsing Youtube playlists. It was written to be used with cclive but other tools may use it also. WWW: http://umph.googlecode.com/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->sylvio I'll take it.
Please, Can you fix this error? http://people.freebsd.org/~sylvio/umph-0.1.0.log Thanks, Sylvio Cesar
State Changed From-To: open->feedback - Waiting fix.
What exactly is the problem here?
2010/4/7 Toni Gundogdu <legatvs@gmail.com>: > The following reply was made to PR ports/145089; it has been noted by GNA= TS. > > From: Toni Gundogdu <legatvs@gmail.com> > To: bug-followup@FreeBSD.org, legatvs@gmail.com > Cc: > Subject: Re: ports/145089: [new port] multimedia/umph > Date: Wed, 7 Apr 2010 10:07:46 +0300 > > =A0What exactly is the problem here? > You can see error in link: http://people.freebsd.org/~sylvio/umph-0.1.0.log Problem with plist. Regards, Sylvio Cesar
>> The following reply was made to PR ports/145089; it has been noted by GNATS. [...] > Problem with plist. Updated shar follows. Changes: * bumped to 0.1.1 * added pkg-plist with missing entries Thanks. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # umph/ # umph/distinfo # umph/Makefile # umph/pkg-descr # umph/pkg-plist # echo c - umph/ mkdir -p umph/ > /dev/null 2>&1 echo x - umph/distinfo sed 's/^X//' >umph/distinfo << '3bd203ef6d57eacfb1ac363c399c70e9' XMD5 (umph-0.1.1.tar.bz2) = 4464cebb3979d7a3e93088d4656f3533 XSHA256 (umph-0.1.1.tar.bz2) = 3e8f3481d1484104fcc6a019f67a6e89fa6253b2fcbf5c5080459c01f0f9ccdc XSIZE (umph-0.1.1.tar.bz2) = 14562 3bd203ef6d57eacfb1ac363c399c70e9 echo x - umph/Makefile sed 's/^X//' >umph/Makefile << 'edcd0af654d748f033ddf5257f0740cf' X# New ports collection makefile for: quvi X# Date created: 27 March 2010 X# Whom: Toni Gundogdu <legatvs@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= umph XPORTVERSION= 0.1.1 XCATEGORIES= multimedia XMASTER_SITES= GOOGLE_CODE X XMAINTAINER= legatvs@gmail.com XCOMMENT= Youtube video playlist parser for cclive and alike tools X XRUN_DEPENDS= p5-XML-DOM>=1.44:${PORTSDIR}/textproc/p5-XML-DOM \ X p5-Getopt-ArgvFile>=1.11:${PORTSDIR}/devel/p5-Getopt-ArgvFile X XMAN1= umph.1 X XPERL_CONFIGURE= yes XUSE_BZIP2= yes X X.include <bsd.port.mk> edcd0af654d748f033ddf5257f0740cf echo x - umph/pkg-descr sed 's/^X//' >umph/pkg-descr << '39074fa06b28006f6f3af22d547d61be' Xumph is a command line tool for parsing Youtube playlists. It prints Xplaylist video links, each separated with a newline, to the standard Xoutput stream, while everything else gets printed to the standard Xerror stream. umph can be run with a simple interactive prompt to Xselect the printed video links. X XWWW: http://umph.googlecode.com/ 39074fa06b28006f6f3af22d547d61be echo x - umph/pkg-plist sed 's/^X//' >umph/pkg-plist << '126bc5734665743e79623e87f82be7ae' Xbin/umph X%%SITE_PERL%%/%%PERL_ARCH%%/auto/umph/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/umph 126bc5734665743e79623e87f82be7ae exit
sylvio 2010-04-08 00:08:20 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/umph Makefile distinfo pkg-descr pkg-plist Log: - a command line tool for parsing Youtube playlists. It was written to be used with cclive but other tools may use it also. WWW: http://umph.googlecode.com/ PR: ports/145089 Submitted by: Toni Gundogdu <legatvs@gmail.com> Approved by: itetcu (mentor, implicit) Revision Changes Path 1.367 +1 -0 ports/multimedia/Makefile 1.1 +24 -0 ports/multimedia/umph/Makefile (new) 1.1 +3 -0 ports/multimedia/umph/distinfo (new) 1.1 +7 -0 ports/multimedia/umph/pkg-descr (new) 1.1 +3 -0 ports/multimedia/umph/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed New port added, with minor changes. Thanks!