ports/143499: [new port] multimedia/quvi

Toni Gundogdu legatvs at gmail.com
Tue Feb 2 19:50:01 UTC 2010


>Number:         143499
>Category:       ports
>Synopsis:       [new port] multimedia/quvi
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 02 19:50:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Toni Gundogdu
>Release:        FreeBSD 8.0-RELEASE-p2
>Organization:
>Environment:
>Description:
quvi is a command line tool for parsing video download links.
It supports Youtube and other similar video websites.

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.

WWW: http://quvi.googlecode.com/

--

The next multimedia/cclive update (-> 0.6.0) will depend
on this port. Thanks, guys.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	quvi/
#	quvi/distinfo
#	quvi/Makefile
#	quvi/pkg-descr
#	quvi/pkg-plist
#	quvi/files
#	quvi/files/patch-Makefile.in
#
echo c - quvi/
mkdir -p quvi/ > /dev/null 2>&1
echo x - quvi/distinfo
sed 's/^X//' >quvi/distinfo << '4c711fde1a6bad41477fa35103169ec3'
XMD5 (quvi-0.1.0.tar.bz2) = 8516966eb96ea84b8f983ce790e69fbc
XSHA256 (quvi-0.1.0.tar.bz2) = 744fb6edcfb53d92ee60409fc0052b67815361a170e0b14e4c56382b15cd848d
XSIZE (quvi-0.1.0.tar.bz2) = 318360
4c711fde1a6bad41477fa35103169ec3
echo x - quvi/Makefile
sed 's/^X//' >quvi/Makefile << '1972955b6874ef4722b35f50503129f0'
X# New ports collection makefile for:	quvi
X# Date created:		2 February 2010
X# Whom:			Toni Gundogdu <legatvs at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	quvi
XPORTVERSION=	0.1.0
XCATEGORIES=	multimedia devel
XMASTER_SITES=	GOOGLE_CODE
X
XMAINTAINER=	legatvs at gmail.com
XCOMMENT=	Query video library for Youtube like websites
X
XLIB_DEPENDS=	curl.5:${PORTSDIR}/ftp/curl \
X		pcre.0:${PORTSDIR}/devel/pcre
X
XUSE_LDCONFIG=	yes
XSHLIB_VER=	0
X
XMAKE_ENV=	SHLIB_VER="${SHLIB_VER}"
XPLIST_SUB=	SHLIB_VER="${SHLIB_VER}"
X
XUSE_BZIP2=	yes
XGNU_CONFIGURE=	yes
XUSE_GNOME=	pkgconfig
XUSE_ICONV=	yes
X
XOPTIONS=	SMUT "Enable adult website support" off
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_SMUT)
XCONFIGURE_ARGS+=--enable-smut
X.endif
X
X.include <bsd.port.post.mk>
1972955b6874ef4722b35f50503129f0
echo x - quvi/pkg-descr
sed 's/^X//' >quvi/pkg-descr << '1021ffa7f2586c921ea7eee893bd17dc'
Xquvi is a command line tool for parsing video download links.
XIt supports Youtube and other similar video websites.
X
Xlibquvi is a library for parsing video download links with
XC API. It is written in C and intended to be a cross-platform
Xlibrary.
X
XThis project started as a cclive spin-off after receiving
Xa request for a cclive library.
X
XWWW: http://quvi.googlecode.com/
1021ffa7f2586c921ea7eee893bd17dc
echo x - quvi/pkg-plist
sed 's/^X//' >quvi/pkg-plist << '0d4e7ccec90a4f191f7326b6a31f21e3'
Xbin/quvi
Xinclude/quvi/quvi.h
X at dirrm include/quvi
Xlib/libquvi.a
Xlib/libquvi.la
Xlib/libquvi.so
Xlib/libquvi.so.%%SHLIB_VER%%
Xlibdata/pkgconfig/libquvi.pc
0d4e7ccec90a4f191f7326b6a31f21e3
echo c - quvi/files
mkdir -p quvi/files > /dev/null 2>&1
echo x - quvi/files/patch-Makefile.in
sed 's/^X//' >quvi/files/patch-Makefile.in << 'c8c73eb7e131251a61a6d10fda787982'
X--- Makefile.in.orig
X+++ Makefile.in
X@@ -277,7 +277,7 @@ docs/howto/HowtoHelp \
X docs/howto/HowtoAddSupport \
X docs/howto/HowtoSubmitPatches
X 
X-pkgconfigdir = $(libdir)/pkgconfig
X+pkgconfigdir = $(prefix)/libdata/pkgconfig
X pkgconfig_DATA = libquvi.pc
X SUBDIRS = include lib src examples tests
X all: config.h
c8c73eb7e131251a61a6d10fda787982
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list