Date: Sat, 8 May 2010 15:11:18 GMT From: Toni Gundogdu <legatvs@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/146397: [maintainer update] multimedia/quvi to 0.2.0 Message-ID: <201005081511.o48FBIMM056942@www.freebsd.org> Resent-Message-ID: <201005081520.o48FK5dh052982@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005081511.o48FBIMM056942>