From owner-cvs-ports@FreeBSD.ORG Mon Feb 12 11:57:39 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C8BA16A402; Mon, 12 Feb 2007 11:57:39 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EB0EF13C474; Mon, 12 Feb 2007 11:57:38 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1CBvV2G076842; Mon, 12 Feb 2007 11:57:31 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1CBvVO6076841; Mon, 12 Feb 2007 11:57:31 GMT (envelope-from nivit) Message-Id: <200702121157.l1CBvVO6076841@repoman.freebsd.org> From: Nicola Vitale Date: Mon, 12 Feb 2007 11:57:30 +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/clive Makefile distinfo pkg-descr pkg-plist 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: Mon, 12 Feb 2007 11:57:39 -0000 nivit 2007-02-12 11:57:30 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/clive Makefile distinfo pkg-descr pkg-plist Log: clive is a command line program that extracts videos from YouTube and Google Video websites. It supports embedded video extraction, and can be used with ffmpeg to re-encode the extracted videos to different video formats (avi, mpeg, flv). WWW: https://gna.org/projects/clive Approved by: alexbl (mentor, implicit) Revision Changes Path 1.209 +1 -0 ports/multimedia/Makefile 1.1 +49 -0 ports/multimedia/clive/Makefile (new) 1.1 +3 -0 ports/multimedia/clive/distinfo (new) 1.1 +6 -0 ports/multimedia/clive/pkg-descr (new) 1.1 +21 -0 ports/multimedia/clive/pkg-plist (new)