From owner-svn-ports-all@FreeBSD.ORG Sun Mar 2 13:00:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06FCA106; Sun, 2 Mar 2014 13:00:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD5801F91; Sun, 2 Mar 2014 13:00:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s22D0Rnt071441; Sun, 2 Mar 2014 13:00:27 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s22D0RmK071438; Sun, 2 Mar 2014 13:00:27 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201403021300.s22D0RmK071438@svn.freebsd.org> From: Alexey Dokuchaev Date: Sun, 2 Mar 2014 13:00:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346761 - head/multimedia/cclive X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 13:00:28 -0000 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/