From owner-cvs-ports@FreeBSD.ORG Wed Feb 3 00:28:58 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 306BD106568F; Wed, 3 Feb 2010 00:28:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 206D78FC2B; Wed, 3 Feb 2010 00:28:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o130SvNJ043843; Wed, 3 Feb 2010 00:28:57 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o130Svpb043842; Wed, 3 Feb 2010 00:28:57 GMT (envelope-from miwi) Message-Id: <201002030028.o130Svpb043842@repoman.freebsd.org> From: Martin Wilke Date: Wed, 3 Feb 2010 00:28:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia Makefile ports/multimedia/quvi Makefile distinfo pkg-descr pkg-plist ports/multimedia/quvi/files patch-Makefile.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2010 00:28:58 -0000 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 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)