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

(-)cclive/Makefile (-5 / +6 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	cclive
8
PORTNAME=	cclive
9
PORTVERSION=	0.3.2
9
PORTVERSION=	0.4.2
10
CATEGORIES=	multimedia net
10
CATEGORIES=	multimedia net
11
MASTER_SITES=	GOOGLE_CODE
11
MASTER_SITES=	GOOGLE_CODE
12
12
Lines 15-22 Link Here
15
15
16
LIB_DEPENDS=	curl.5:${PORTSDIR}/ftp/curl
16
LIB_DEPENDS=	curl.5:${PORTSDIR}/ftp/curl
17
17
18
OPTIONS=	TITLE 	 "Enable video title parsing (req. Perl)" off \
18
OPTIONS=	PERL "Embed Perl interpreter" off \
19
		SIGWINCH "Enable SIGWINCH handling; resize progressbar" on
19
		SIGWINCH "Handle SIGWINCH" on
20
20
21
MAN1=		cclive.1
21
MAN1=		cclive.1
22
22
Lines 24-42 Link Here
24
24
25
USE_BZIP2=	yes
25
USE_BZIP2=	yes
26
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
27
USE_GCC=	4.2+
27
MAKE_JOBS_SAFE=	yes
28
MAKE_JOBS_SAFE=	yes
28
USE_GNOME=	pkgconfig
29
USE_GNOME=	pkgconfig
29
30
30
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
31
32
32
.if defined(WITH_TITLE)
33
.if defined(WITH_PERL)
33
CONFIGURE_ARGS+=--with-perl
34
CONFIGURE_ARGS+=--with-perl
34
USE_PERL5=	5.8.2+
35
USE_PERL5=	5.8.2+
35
RUN_DEPENDS+=	p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser
36
RUN_DEPENDS+=	p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser
36
.endif
37
.endif
37
38
38
.if defined(WITH_SIGWINCH)
39
.if defined(WITH_SIGWINCH)
39
CONFIGURE_ARGS+=	--with-sigwinch
40
CONFIGURE_ARGS+=	--enable-sigwinch
40
.endif
41
.endif
41
42
42
.include <bsd.port.post.mk>
43
.include <bsd.port.post.mk>
(-)cclive/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cclive-0.3.2.tar.bz2) = 1136b0550c19aa58f47d053e4939ed58
1
MD5 (cclive-0.4.2.tar.bz2) = da38b5699641ec4e8029c7675a78ab03
2
SHA256 (cclive-0.3.2.tar.bz2) = 33f73200b61ae0da31d1c1634c09bbe1c4ff4ee5312208e3ff26091d1e28ba65
2
SHA256 (cclive-0.4.2.tar.bz2) = d502a8661d5f86dc310044f9f1baff9fb1bfabd68ff1a074c293ebd6b8a924ba
3
SIZE (cclive-0.3.2.tar.bz2) = 122248
3
SIZE (cclive-0.4.2.tar.bz2) = 134002

Return to bug 134384