Date: Wed, 24 Jun 2009 17:13:47 GMT From: Toni Gundogdu <legatvs@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/136009: [maintainer update] multimedia/clive to 2.2.1 Message-ID: <200906241713.n5OHDlfX082759@www.freebsd.org> Resent-Message-ID: <200906241720.n5OHK1xc014665@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136009 >Category: ports >Synopsis: [maintainer update] multimedia/clive to 2.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 24 17:20:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Toni Gundogdu >Release: FreeBSD 7.2-RELEASE-p2 >Organization: >Environment: >Description: I'm sending a shar instead of a patch this time. It seemed more appropriate due to a large number of changes since 2.1.14. Please note that 2.2.0 update was submitted about a week ago: http://www.freebsd.org/cgi/query-pr.cgi?pr=135582 I've tried to reach Nicola, who took the PR/135582, for about a week now but so far I haven't received anything back. As far as I'm concerned the PR/135582 can be closed and replaced with this one. Thanks. >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # clive/ # clive/Makefile # clive/distinfo # clive/pkg-descr # clive/pkg-plist # echo c - clive/ mkdir -p clive/ > /dev/null 2>&1 echo x - clive/Makefile sed 's/^X//' >clive/Makefile << 'cc5085c8349382b87078b8029b0fc997' X# New ports collection makefile for: clive X# Date created: 2007-02-11 X# Whom: Nicola Vitale <nivit@FreeBSD.org> X# X# $FreeBSD: ports/multimedia/clive/Makefile,v 1.39 2009/05/25 21:16:34 nivit Exp $ X# X XPORTNAME= clive XPORTVERSION= 2.2.1 XCATEGORIES= multimedia XMASTER_SITES= GOOGLE_CODE X XMAINTAINER= legatvs@gmail.com XCOMMENT= Command line video extraction tool for YouTube and others X XRUN_DEPENDS= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA \ X p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser \ X p5-WWW-Curl>=4.05:${PORTSDIR}/www/p5-WWW-Curl \ X p5-Class-Singleton>=1.4:${PORTSDIR}/devel/p5-Class-Singleton \ X p5-Getopt-ArgvFile>=1.11:${PORTSDIR}/devel/p5-Getopt-ArgvFile X X# deskutils/ljclive, multimedia/clive1 (same executable/manpage/distfile name) XCONFLICTS= clive-[0-1]* ljclive-[0-9]* X XOPTIONS= CACHE "With video page cache" off \ X SIGWINCH "With resizable progressbar" on X XMAN1= clive.1 X XPERL_CONFIGURE= yes XUSE_BZIP2= yes X X.include <bsd.port.pre.mk> X X.if defined(WITH_CACHE) XRUN_DEPENDS+= p5-BerkeleyDB>=0.36:${PORTSDIR}/databases/p5-BerkeleyDB X.endif X X.if defined(WITH_SIGWINCH) XRUN_DEPENDS+= p5-Term-ReadKey>=2.30:${PORTSDIR}/devel/p5-Term-ReadKey X.endif X X.include <bsd.port.post.mk> cc5085c8349382b87078b8029b0fc997 echo x - clive/distinfo sed 's/^X//' >clive/distinfo << 'ac4847909efbd75e87584f75a0fb7df4' XMD5 (clive-2.2.1.tar.bz2) = cee2823a40c7f46cf7436f82be6d06c8 XSHA256 (clive-2.2.1.tar.bz2) = 903ae1629f67fddb5ae698e11b4e37ec7837bbc142f10eef922b5246f1b27f1d XSIZE (clive-2.2.1.tar.bz2) = 39479 ac4847909efbd75e87584f75a0fb7df4 echo x - clive/pkg-descr sed 's/^X//' >clive/pkg-descr << '7f895c2db8da5659ee2cdc30b750fbce' Xclive is a command line utility for extracting videos from Youtube and other Xvideo-sharing websites. It was written to bypass the Adobe Flash requirement Xto view the hosted videos. X XWWW: http://code.google.com/p/clive/ 7f895c2db8da5659ee2cdc30b750fbce echo x - clive/pkg-plist sed 's/^X//' >clive/pkg-plist << '2d88744a334526f6339b9dcd24b135db' Xbin/clive X%%SITE_PERL%%/clive/Host/Vimeo.pm X%%SITE_PERL%%/clive/Host/Redtube.pm X%%SITE_PERL%%/clive/Host/Evisor.pm X%%SITE_PERL%%/clive/Host/Liveleak.pm X%%SITE_PERL%%/clive/Host/Dailymotion.pm X%%SITE_PERL%%/clive/Host/Sevenload.pm X%%SITE_PERL%%/clive/Host/Cctv.pm X%%SITE_PERL%%/clive/Host/Youtube.pm X%%SITE_PERL%%/clive/Host/Break.pm X%%SITE_PERL%%/clive/Host/Google.pm X%%SITE_PERL%%/clive/Progress/Bar.pm X%%SITE_PERL%%/clive/Exec.pm X%%SITE_PERL%%/clive/Util.pm X%%SITE_PERL%%/clive/App.pm X%%SITE_PERL%%/clive/Cache.pm X%%SITE_PERL%%/clive/HostFactory.pm X%%SITE_PERL%%/clive/Video.pm X%%SITE_PERL%%/clive/Config.pm X%%SITE_PERL%%/clive/Curl.pm X%%SITE_PERL%%/clive/Log.pm X%%SITE_PERL%%/clive/Error.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/clive/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/clive X@dirrmtry %%SITE_PERL%%/clive/Host X@dirrmtry %%SITE_PERL%%/clive/Progress X@dirrmtry %%SITE_PERL%%/clive 2d88744a334526f6339b9dcd24b135db exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906241713.n5OHDlfX082759>