Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2014 13:00:27 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346761 - head/multimedia/cclive
Message-ID:  <201403021300.s22D0RmK071438@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sun Mar  2 13:00:26 2014
New Revision: 346761
URL: http://svnweb.freebsd.org/changeset/ports/346761
QAT: https://qat.redports.org/buildarchive/r346761/

Log:
  - Update to version 0.7.16
  - Cleanup Makefile a bit and improve port description
  
  Approved by:	maintainer

Modified:
  head/multimedia/cclive/Makefile
  head/multimedia/cclive/distinfo
  head/multimedia/cclive/pkg-descr

Modified: head/multimedia/cclive/Makefile
==============================================================================
--- head/multimedia/cclive/Makefile	Sun Mar  2 12:39:36 2014	(r346760)
+++ head/multimedia/cclive/Makefile	Sun Mar  2 13:00:26 2014	(r346761)
@@ -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:${PORTSD
 		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 \

Modified: head/multimedia/cclive/distinfo
==============================================================================
--- head/multimedia/cclive/distinfo	Sun Mar  2 12:39:36 2014	(r346760)
+++ head/multimedia/cclive/distinfo	Sun Mar  2 13:00:26 2014	(r346761)
@@ -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

Modified: head/multimedia/cclive/pkg-descr
==============================================================================
--- head/multimedia/cclive/pkg-descr	Sun Mar  2 12:39:36 2014	(r346760)
+++ head/multimedia/cclive/pkg-descr	Sun Mar  2 13:00:26 2014	(r346761)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403021300.s22D0RmK071438>