diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-03-02 13:00:26 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-03-02 13:00:26 +0000 |
commit | d447fc4b3b502d308684e2207f459baf18723a3e (patch) | |
tree | 0e43aae24f004a4d4215fe187dc89df36de78654 /multimedia/cclive | |
parent | f661ea2b970ee6c325585c54dafc49cf194f9ab3 (diff) | |
download | ports-d447fc4b3b502d308684e2207f459baf18723a3e.tar.gz ports-d447fc4b3b502d308684e2207f459baf18723a3e.zip |
Notes
Diffstat (limited to 'multimedia/cclive')
-rw-r--r-- | multimedia/cclive/Makefile | 9 | ||||
-rw-r--r-- | multimedia/cclive/distinfo | 4 | ||||
-rw-r--r-- | multimedia/cclive/pkg-descr | 12 |
3 files changed, 13 insertions, 12 deletions
diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile index 0b9768dcf912..1ab346e640fc 100644 --- a/multimedia/cclive/Makefile +++ b/multimedia/cclive/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= cclive -PORTVERSION= 0.7.11 -PORTREVISION= 4 +PORTVERSION= 0.7.16 CATEGORIES= multimedia net -MASTER_SITES= SF/${PORTNAME}/0.7 \ +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R} \ GOOGLE_CODE MAINTAINER= jlaffaye@FreeBSD.org @@ -18,10 +17,10 @@ LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ libpcre.so:${PORTSDIR}/devel/pcre \ libquvi.so:${PORTSDIR}/multimedia/libquvi -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-boost=${LOCALBASE} USES= pkgconfig USE_XZ= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-boost=${LOCALBASE} PLIST_FILES= bin/ccl \ bin/cclive \ diff --git a/multimedia/cclive/distinfo b/multimedia/cclive/distinfo index cabf2eb8a950..51c65b24cf84 100644 --- a/multimedia/cclive/distinfo +++ b/multimedia/cclive/distinfo @@ -1,2 +1,2 @@ -SHA256 (cclive-0.7.11.tar.xz) = 566a79de272e894d2b00179ea8e5365fa19fa1b4982ebd0c17c3d148e2971ef0 -SIZE (cclive-0.7.11.tar.xz) = 264684 +SHA256 (cclive-0.7.16.tar.xz) = 586a120faddcfa16f5bb058b5c901f1659336c6fc85a0d3f1538882a44ee10e1 +SIZE (cclive-0.7.16.tar.xz) = 287472 diff --git a/multimedia/cclive/pkg-descr b/multimedia/cclive/pkg-descr index bd46b63e1861..c44ccaf4389f 100644 --- a/multimedia/cclive/pkg-descr +++ b/multimedia/cclive/pkg-descr @@ -1,9 +1,11 @@ -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. +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. It works closely with +the quvi project to workaround the Flash technology that is being utilized +by different media hosts to deliver the content. -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 +While being primarily a video download tool, it can also be used alongside +with some video players, e.g. mplayer, for viewing streamed videos instead of the Adobe flash player. WWW: http://cclive.sourceforge.net/ |