1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Update to 0.5.0

- Update pkg-desc

PR:		138270
Submitted by:	Toni Gundogdu <legatvs@gmail.com> (maintainer)
This commit is contained in:
Martin Wilke 2009-08-28 23:29:35 +00:00
parent 47198320fc
commit 12656da068
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240475
3 changed files with 18 additions and 27 deletions

View File

@ -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,12 @@ GNU_CONFIGURE= yes
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
.if ${OSVERSION} < 700000
IGNORE= does not compiel
.endif
.include <bsd.port.post.mk>

View File

@ -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

View File

@ -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/