From owner-svn-ports-all@FreeBSD.ORG Wed Apr 9 00:27:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23B4D365; Wed, 9 Apr 2014 00:27:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EAA301C27; Wed, 9 Apr 2014 00:27:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s390RCiK020775; Wed, 9 Apr 2014 00:27:12 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s390RCgx020767; Wed, 9 Apr 2014 00:27:12 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201404090027.s390RCgx020767@svn.freebsd.org> From: Nicola Vitale Date: Wed, 9 Apr 2014 00:27:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350652 - in head/www: . py-pafy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 00:27:13 -0000 Author: nivit Date: Wed Apr 9 00:27:11 2014 New Revision: 350652 URL: http://svnweb.freebsd.org/changeset/ports/350652 QAT: https://qat.redports.org/buildarchive/r350652/ Log: Python API for Youtube. Download videos and retrieve metadata from YouTube. WWW: http://np1.github.io/pafy Added: head/www/py-pafy/ head/www/py-pafy/Makefile (contents, props changed) head/www/py-pafy/distinfo (contents, props changed) head/www/py-pafy/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Apr 9 00:26:00 2014 (r350651) +++ head/www/Makefile Wed Apr 9 00:27:11 2014 (r350652) @@ -1571,6 +1571,7 @@ SUBDIR += py-mt SUBDIR += py-nevow SUBDIR += py-openssl-proxy + SUBDIR += py-pafy SUBDIR += py-paste SUBDIR += py-pastedeploy SUBDIR += py-pastescript Added: head/www/py-pafy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-pafy/Makefile Wed Apr 9 00:27:11 2014 (r350652) @@ -0,0 +1,24 @@ +# Created by: Nicola Vitale +# $FreeBSD$ + +PORTNAME= pafy +PORTVERSION= 0.3.41 +#PORTREVISION= 0 +CATEGORIES= www +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Pafy-${PORTVERSION} + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Python API for YouTube + +LICENSE= GPLv3 + +# This port installs the following files in shared dirs +# PLIST_FILES= bin/ytdl +PYDISTUTILS_AUTOPLIST= yes + +USE_PYDISTUTILS= yes +USE_PYTHON= yes + +.include Added: head/www/py-pafy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-pafy/distinfo Wed Apr 9 00:27:11 2014 (r350652) @@ -0,0 +1,2 @@ +SHA256 (Pafy-0.3.41.tar.gz) = 83922255612df3241fe3b2b22afeccdfa7986a787548dbb5b086a0586be4522b +SIZE (Pafy-0.3.41.tar.gz) = 15792 Added: head/www/py-pafy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-pafy/pkg-descr Wed Apr 9 00:27:11 2014 (r350652) @@ -0,0 +1,3 @@ +Python API for Youtube. Download videos and retrieve metadata from YouTube. + +WWW: http://np1.github.io/pafy