Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2014 00:27:12 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350652 - in head/www: . py-pafy
Message-ID:  <201404090027.s390RCgx020767@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <nivit@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404090027.s390RCgx020767>