Date: Fri, 28 Aug 2009 14:13:43 GMT From: Toni Gundogdu <legatvs@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/138270: [maintainer update] multimedia/cclive to 0.5.0 Message-ID: <200908281413.n7SEDhgm029783@www.freebsd.org> Resent-Message-ID: <200908281420.n7SEK1Ee035799@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138270 >Category: ports >Synopsis: [maintainer update] multimedia/cclive to 0.5.0 >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: Fri Aug 28 14:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Toni Gundogdu >Release: FreeBSD 7.2-RELEASE-p3 i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/multimedia/cclive/Makefile cclive/Makefile --- /usr/ports/multimedia/cclive/Makefile 2009-08-06 02:13:33.000000000 +0300 +++ cclive/Makefile 2009-08-28 16:43:09.000000000 +0300 @@ -6,17 +6,15 @@ # PORTNAME= cclive -PORTVERSION= 0.4.7 +PORTVERSION= 0.5.0 CATEGORIES= multimedia net MASTER_SITES= GOOGLE_CODE MAINTAINER= legatvs@gmail.com -COMMENT= Lightweight command line video extraction utility +COMMENT= Lightweight command line video extraction tool -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl - -OPTIONS= PERL "With Perl interpreter" off \ - SIGWINCH "With resizing progressbar" on +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ + pcre.0:${PORTSDIR}/devel/pcre MAN1= cclive.1 @@ -27,22 +25,6 @@ USE_GCC= 4.2+ MAKE_JOBS_SAFE= yes USE_GNOME= pkgconfig +USE_ICONV= yes -.include <bsd.port.pre.mk> - -.if defined(WITH_PERL) -CONFIGURE_ARGS+=--with-perl -USE_PERL5= 5.8.2+ -BUILD_DEPENDS+= p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser -RUN_DEPENDS+= p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser -.else -CONFIGURE_ARGS+=--without-perl -.endif - -.if defined(WITH_SIGWINCH) -CONFIGURE_ARGS+=--enable-sigwinch -.else -CONFIGURE_ARGS+=--disable-sigwinch -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff -ruN /usr/ports/multimedia/cclive/distinfo cclive/distinfo --- /usr/ports/multimedia/cclive/distinfo 2009-08-06 02:13:33.000000000 +0300 +++ cclive/distinfo 2009-08-28 16:38:43.000000000 +0300 @@ -1,3 +1,3 @@ -MD5 (cclive-0.4.7.tar.bz2) = ea7ea8143471690d8972bf9caf21660b -SHA256 (cclive-0.4.7.tar.bz2) = 3d693e565931725659cac084a7a1fb9c06678dd1f8502cf0f6b4c53146ef4199 -SIZE (cclive-0.4.7.tar.bz2) = 142981 +MD5 (cclive-0.5.0.tar.bz2) = 081c631f7ed64f31e5802f294d2f60f9 +SHA256 (cclive-0.5.0.tar.bz2) = 09598335fa6b0915e16ef2d408e34f70ab9db962a37c01f417911f52adc20450 +SIZE (cclive-0.5.0.tar.bz2) = 164096 diff -ruN /usr/ports/multimedia/cclive/pkg-descr cclive/pkg-descr --- /usr/ports/multimedia/cclive/pkg-descr 2009-02-20 22:02:42.000000000 +0200 +++ cclive/pkg-descr 2009-08-28 16:47:50.000000000 +0300 @@ -1,6 +1,9 @@ -cclive is a command line video extraction utility similar to clive but -with lower requirements. Its features are few and essential. cclive -supports Youtube, GoogleVideo, Break, Liveleak, Sevenload, EvisorTV and -Dailymotion. +cclive is a lightweight command line video extraction tool for Youtube and +other similar video websites. It is a rewrite of the clive software in C++ +with lower system footprint and fewer dependencies. -WWW: http://code.google.com/p/cclive/ +cclive is primarily a "video download tool" but it can also be used along side +with video player software, like "mplayer", for viewing streamed videos instead +of the Adobe flash player. + +WWW: http://cclive.googlecode.com/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908281413.n7SEDhgm029783>