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

(-)Makefile (-15 / +11 lines)
Lines 6-40 Link Here
6
#
6
#
7
7
8
PORTNAME=	cclive
8
PORTNAME=	cclive
9
PORTVERSION=	0.6.5
9
PORTVERSION=	0.7.2
10
PORTREVISION=	1
11
CATEGORIES=	multimedia net
10
CATEGORIES=	multimedia net
12
MASTER_SITES=	GOOGLE_CODE
11
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION:R} \
12
		GOOGLE_CODE
13
13
14
MAINTAINER=	kimelto@gmail.com
14
MAINTAINER=	kimelto@gmail.com
15
COMMENT=	Lightweight command line video extraction tool
15
COMMENT=	Lightweight command line video extraction tool
16
16
17
LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl \
17
LIB_DEPENDS=	boost_system.4:${PORTSDIR}/devel/boost-libs \
18
		curl.6:${PORTSDIR}/ftp/curl \
18
		pcre.0:${PORTSDIR}/devel/pcre \
19
		pcre.0:${PORTSDIR}/devel/pcre \
19
		quvi.3:${PORTSDIR}/multimedia/quvi
20
		quvi.3:${PORTSDIR}/multimedia/quvi
20
21
21
MAN1=		cclive.1
22
MAN1=		cclive.1
22
23
PLIST_FILES=	bin/cclive
23
PLIST_FILES=	bin/cclive
24
24
25
USE_BZIP2=	yes
26
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
27
USE_GMAKE=	yes
28
USE_GCC=	4.2+
29
MAKE_JOBS_SAFE=	yes
26
MAKE_JOBS_SAFE=	yes
30
USE_GNOME=	pkgconfig
27
MANCOMPRESSED=	yes
28
USE_CMAKE=	yes
29
USE_GCC=	4.2+
31
30
32
LICENSE=	GPLv3
31
LICENSE=	GPLv3
33
32
34
.include <bsd.port.pre.mk>
33
post-patch:
35
34
	@${REINPLACE_CMD} -e '/install / s|share/||' ${WRKSRC}/man1/CMakeLists.txt
36
.if ${OSVERSION} < 700000
37
IGNORE=		does not compile
38
.endif
39
35
40
.include <bsd.port.post.mk>
36
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (cclive-0.6.5.tar.bz2) = 9ae9b49a4f6a80cb849dc3a2a01e4e6ed132b4ab3593dd0f99905c0c9dda0b32
1
SHA256 (cclive-0.7.2.tar.gz) = 69156f416f3253147965153e815ff3bd7c2cf6de539963d9a3f3c674d486180e
2
SIZE (cclive-0.6.5.tar.bz2) = 154136
2
SIZE (cclive-0.7.2.tar.gz) = 62265
(-)pkg-descr (-1 / +2 lines)
Lines 6-9 Link Here
6
with video player software, like "mplayer", for viewing streamed videos instead
6
with video player software, like "mplayer", for viewing streamed videos instead
7
of the Adobe flash player.
7
of the Adobe flash player.
8
8
9
WWW: http://cclive.googlecode.com/
9
WWW: http://cclive.sourceforge.net/
10
     http://cclive.googlecode.com/

Return to bug 154634