View | Details | Raw Unified | Return to bug 138270
Collapse All | Expand All

(-)cclive/Makefile (-24 / +6 lines)
Lines 6-22 Link Here
6
#
6
#
7
7
8
PORTNAME=	cclive
8
PORTNAME=	cclive
9
PORTVERSION=	0.4.7
9
PORTVERSION=	0.5.0
10
CATEGORIES=	multimedia net
10
CATEGORIES=	multimedia net
11
MASTER_SITES=	GOOGLE_CODE
11
MASTER_SITES=	GOOGLE_CODE
12
12
13
MAINTAINER=	legatvs@gmail.com
13
MAINTAINER=	legatvs@gmail.com
14
COMMENT=	Lightweight command line video extraction utility
14
COMMENT=	Lightweight command line video extraction tool
15
15
16
LIB_DEPENDS=	curl.5:${PORTSDIR}/ftp/curl
16
LIB_DEPENDS=	curl.5:${PORTSDIR}/ftp/curl \
17
17
		pcre.0:${PORTSDIR}/devel/pcre
18
OPTIONS=	PERL "With Perl interpreter" off \
19
		SIGWINCH "With resizing progressbar" on
20
18
21
MAN1=		cclive.1
19
MAN1=		cclive.1
22
20
Lines 27-48 Link Here
27
USE_GCC=	4.2+
25
USE_GCC=	4.2+
28
MAKE_JOBS_SAFE=	yes
26
MAKE_JOBS_SAFE=	yes
29
USE_GNOME=	pkgconfig
27
USE_GNOME=	pkgconfig
28
USE_ICONV=	yes
30
29
31
.include <bsd.port.pre.mk>
30
.include <bsd.port.mk>
32
33
.if defined(WITH_PERL)
34
CONFIGURE_ARGS+=--with-perl
35
USE_PERL5=	5.8.2+
36
BUILD_DEPENDS+=	p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser
37
RUN_DEPENDS+=	p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser
38
.else
39
CONFIGURE_ARGS+=--without-perl
40
.endif
41
42
.if defined(WITH_SIGWINCH)
43
CONFIGURE_ARGS+=--enable-sigwinch
44
.else
45
CONFIGURE_ARGS+=--disable-sigwinch
46
.endif
47
48
.include <bsd.port.post.mk>
(-)cclive/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cclive-0.4.7.tar.bz2) = ea7ea8143471690d8972bf9caf21660b
1
MD5 (cclive-0.5.0.tar.bz2) = 081c631f7ed64f31e5802f294d2f60f9
2
SHA256 (cclive-0.4.7.tar.bz2) = 3d693e565931725659cac084a7a1fb9c06678dd1f8502cf0f6b4c53146ef4199
2
SHA256 (cclive-0.5.0.tar.bz2) = 09598335fa6b0915e16ef2d408e34f70ab9db962a37c01f417911f52adc20450
3
SIZE (cclive-0.4.7.tar.bz2) = 142981
3
SIZE (cclive-0.5.0.tar.bz2) = 164096
(-)cclive/pkg-descr (-5 / +8 lines)
Lines 1-6 Link Here
1
cclive is a command line video extraction utility similar to clive but
1
cclive is a lightweight command line video extraction tool for Youtube and
2
with lower requirements. Its features are few and essential. cclive
2
other similar video websites. It is a rewrite of the clive software in C++
3
supports Youtube, GoogleVideo, Break, Liveleak, Sevenload, EvisorTV and
3
with lower system footprint and fewer dependencies.
4
Dailymotion.
5
4
6
WWW: http://code.google.com/p/cclive/
5
cclive is primarily a "video download tool" but it can also be used along side
6
with video player software, like "mplayer", for viewing streamed videos instead
7
of the Adobe flash player.
8
9
WWW: http://cclive.googlecode.com/

Return to bug 138270