From nobody@FreeBSD.org  Tue Feb  2 19:40:27 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 00F4A1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  2 Feb 2010 19:40:27 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id E5A2E8FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  2 Feb 2010 19:40:26 +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 o12JeQQ9063814
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 2 Feb 2010 19:40:26 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o12JeQcf063813;
	Tue, 2 Feb 2010 19:40:26 GMT
	(envelope-from nobody)
Message-Id: <201002021940.o12JeQcf063813@www.freebsd.org>
Date: Tue, 2 Feb 2010 19:40:26 GMT
From: Toni Gundogdu <legatvs@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [new port] multimedia/quvi
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         143499
>Category:       ports
>Synopsis:       [new port] multimedia/quvi
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 02 19:50:00 UTC 2010
>Closed-Date:    Wed Feb 03 00:28:47 UTC 2010
>Last-Modified:  Wed Feb  3 00:30:07 UTC 2010
>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@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	quvi
XPORTVERSION=	0.1.0
XCATEGORIES=	multimedia devel
XMASTER_SITES=	GOOGLE_CODE
X
XMAINTAINER=	legatvs@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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Feb 2 20:03:21 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143499 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Feb 3 00:28:46 UTC 2010 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143499 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143499: commit references a PR
Date: Wed,  3 Feb 2010 00:29:10 +0000 (UTC)

 miwi        2010-02-03 00:28:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia           Makefile 
   Added files:
     multimedia/quvi      Makefile distinfo pkg-descr pkg-plist 
     multimedia/quvi/files patch-Makefile.in 
   Log:
   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/
   
   PR:             ports/143499
   Submitted by:   Toni Gundogdu <legatvs at gmail.com>
   
   Revision  Changes    Path
   1.355     +1 -0      ports/multimedia/Makefile
   1.1       +38 -0     ports/multimedia/quvi/Makefile (new)
   1.1       +3 -0      ports/multimedia/quvi/distinfo (new)
   1.1       +11 -0     ports/multimedia/quvi/files/patch-Makefile.in (new)
   1.1       +11 -0     ports/multimedia/quvi/pkg-descr (new)
   1.1       +8 -0      ports/multimedia/quvi/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
