From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 8 15:20:05 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 77A1C1065673 for ; Sat, 8 May 2010 15:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5691F8FC20 for ; Sat, 8 May 2010 15:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o48FK5pe052983 for ; Sat, 8 May 2010 15:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o48FK5dh052982; Sat, 8 May 2010 15:20:05 GMT (envelope-from gnats) Resent-Date: Sat, 8 May 2010 15:20:05 GMT Resent-Message-Id: <201005081520.o48FK5dh052982@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Toni Gundogdu Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6386B106566C for ; Sat, 8 May 2010 15:11:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 53CB38FC12 for ; Sat, 8 May 2010 15:11:18 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o48FBIsn056943 for ; Sat, 8 May 2010 15:11:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o48FBIMM056942; Sat, 8 May 2010 15:11:18 GMT (envelope-from nobody) Message-Id: <201005081511.o48FBIMM056942@www.freebsd.org> Date: Sat, 8 May 2010 15:11:18 GMT From: Toni Gundogdu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/146397: [maintainer update] multimedia/quvi to 0.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 May 2010 15:20:05 -0000 >Number: 146397 >Category: ports >Synopsis: [maintainer update] multimedia/quvi to 0.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 08 15:20:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Toni Gundogdu >Release: FreeBSD 8.0-RELEASE-p2 i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: Subject: [PATCH] update to 0.2.0 --- Makefile | 16 +++++++++++----- distinfo | 6 +++--- pkg-descr | 13 +++++-------- pkg-plist | 32 ++++++++++++++++++++++++++++++-- 4 files changed, 49 insertions(+), 18 deletions(-) diff --git a/Makefile b/Makefile index fcc2935..d15de45 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # PORTNAME= quvi -PORTVERSION= 0.1.4 +PORTVERSION= 0.2.0 CATEGORIES= multimedia devel MASTER_SITES= GOOGLE_CODE @@ -17,10 +17,6 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ pcre.0:${PORTSDIR}/devel/pcre USE_LDCONFIG= yes -SHLIB_VER= 1 - -MAKE_ENV= SHLIB_VER="${SHLIB_VER}" -PLIST_SUB= SHLIB_VER="${SHLIB_VER}" MAN1= quvi.1 @@ -28,6 +24,8 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= pkgconfig USE_ICONV= yes +USE_LUA= 5.1+ +WANT_LUA_VER= 5.1 CONFIGURE_ENV+= CPPFLAGS='${CPPFLAGS} -I${WRKSRC}/include \ -I${LOCALBASE}/include' @@ -38,6 +36,14 @@ OPTIONS= SMUT "Enable adult website support" off .if defined(WITH_SMUT) CONFIGURE_ARGS+=--enable-smut +.else +CONFIGURE_ARGS+=--disable-smut +.endif + +.if !defined(NOPORTDOCS) +CONFIGURE_ARGS+=--with-doc +.else +CONFIGURE_ARGS+=--without-doc .endif post-patch: diff --git a/distinfo b/distinfo index c381e2c..50c6846 100644 --- a/distinfo +++ b/distinfo @@ -1,3 +1,3 @@ -MD5 (quvi-0.1.4.tar.bz2) = 976c07dcf3cab275c93f7b5bc3424b02 -SHA256 (quvi-0.1.4.tar.bz2) = 573d5eb90a83a663e7e5d17104b22689573f88be8fef158b2f3633c20f158337 -SIZE (quvi-0.1.4.tar.bz2) = 332177 +MD5 (quvi-0.2.0.tar.bz2) = 3f5c4060d147d2825634e5ea5c19a4e5 +SHA256 (quvi-0.2.0.tar.bz2) = 97111e806ecd605187c1d9fbb799eb7b71b808cd3c1a04659832e8b5149be73f +SIZE (quvi-0.2.0.tar.bz2) = 339779 diff --git a/pkg-descr b/pkg-descr index a45580e..1dfdc2a 100644 --- a/pkg-descr +++ b/pkg-descr @@ -1,11 +1,8 @@ -quvi is a command line tool for parsing video download links. -It supports Youtube and other similar video websites. +quvi is a command line tool for parsing Adobe flash video download links +that will run on all major platforms. It is not, nor intended to become, +an universal flash video link parsing tool. -libquvi is a library for parsing video download links with -C API. It is written in C and intended to be a cross-platform -library. - -This project started as a cclive spin-off after receiving -a request for a cclive library. +libquvi is a cross-platform library for parsing Adobe flash video download +links with C API. It supports Youtube and other similar video websites. WWW: http://quvi.googlecode.com/ diff --git a/pkg-plist b/pkg-plist index d5f821c..644c33e 100644 --- a/pkg-plist +++ b/pkg-plist @@ -1,8 +1,36 @@ bin/quvi include/quvi/quvi.h -@dirrm include/quvi lib/libquvi.a lib/libquvi.la lib/libquvi.so -lib/libquvi.so.%%SHLIB_VER%% +lib/libquvi.so.2 libdata/pkgconfig/libquvi.pc +%%PORTDOCS%%%%DOCSDIR%%/HowtoContributeCode +%%PORTDOCS%%%%DOCSDIR%%/HowtoGetDevelopmentCode +%%PORTDOCS%%%%DOCSDIR%%/HowtoHelp +%%PORTDOCS%%%%DOCSDIR%%/HowtoSubmitPatches +%%DATADIR%%/lua/README +%%DATADIR%%/lua/website/README +%%DATADIR%%/lua/website/break.lua +%%DATADIR%%/lua/website/buzzhumor.lua +%%DATADIR%%/lua/website/cctv.lua +%%DATADIR%%/lua/website/clipfish.lua +%%DATADIR%%/lua/website/dailymotion.lua +%%DATADIR%%/lua/website/evisor.lua +%%DATADIR%%/lua/website/funnyhub.lua +%%DATADIR%%/lua/website/golem.lua +%%DATADIR%%/lua/website/google.lua +%%DATADIR%%/lua/website/liveleak.lua +%%DATADIR%%/lua/website/myubo.lua +%%DATADIR%%/lua/website/sevenload.lua +%%DATADIR%%/lua/website/spiegel.lua +%%DATADIR%%/lua/website/tube8.lua +%%DATADIR%%/lua/website/vimeo.lua +%%DATADIR%%/lua/website/xvideos.lua +%%DATADIR%%/lua/website/youjizz.lua +%%DATADIR%%/lua/website/youtube.lua +@dirrm %%DATADIR%%/lua/website +@dirrm %%DATADIR%%/lua +@dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm include/quvi -- 1.7.1 >Release-Note: >Audit-Trail: >Unformatted: