pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/youtube-dl Initial import of youtube-dl-20070824:
details: https://anonhg.NetBSD.org/pkgsrc/rev/fda0b47a018c
branches: trunk
changeset: 532970:fda0b47a018c
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Sep 05 21:14:30 2007 +0000
description:
Initial import of youtube-dl-20070824:
youtube-dl is a small command-line program written in Python to
download videos from YouTube.com.
diffstat:
net/youtube-dl/DESCR | 2 ++
net/youtube-dl/Makefile | 34 ++++++++++++++++++++++++++++++++++
net/youtube-dl/PLIST | 2 ++
net/youtube-dl/distinfo | 5 +++++
4 files changed, 43 insertions(+), 0 deletions(-)
diffs (59 lines):
diff -r 2559cb751789 -r fda0b47a018c net/youtube-dl/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/youtube-dl/DESCR Wed Sep 05 21:14:30 2007 +0000
@@ -0,0 +1,2 @@
+youtube-dl is a small command-line program written in Python to
+download videos from YouTube.com.
diff -r 2559cb751789 -r fda0b47a018c net/youtube-dl/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/youtube-dl/Makefile Wed Sep 05 21:14:30 2007 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/09/05 21:14:30 wiz Exp $
+#
+
+DISTNAME= youtube-dl
+PKGNAME= youtube-dl-20070824
+CATEGORIES= net
+MASTER_SITES= http://www.arrakis.es/~rggi3/youtube-dl/
+EXTRACT_SUFX= # none
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.arrakis.es/~rggi3/youtube-dl/
+COMMENT= Download videos from youtube.com
+
+DIST_SUBDIR= ${PKGNAME_NOREV}
+
+USE_LANGUAGES= # none
+PYTHON_VERSIONS_ACCEPTED= 24
+WRKSRC= ${WRKDIR}
+
+INSTALLATION_DIRS= bin
+
+SUBST_CLASSES+= path
+SUBST_MESSAGE.path= Fixing paths.
+SUBST_STAGE.path= pre-build
+SUBST_FILES.path= youtube-dl
+SUBST_SED.path= -e 's,/usr/bin/env python,${PYTHONBIN},g'
+
+do-build:
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/youtube-dl ${PREFIX}/bin
+
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2559cb751789 -r fda0b47a018c net/youtube-dl/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/youtube-dl/PLIST Wed Sep 05 21:14:30 2007 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/05 21:14:30 wiz Exp $
+bin/youtube-dl
diff -r 2559cb751789 -r fda0b47a018c net/youtube-dl/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/youtube-dl/distinfo Wed Sep 05 21:14:30 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/09/05 21:14:30 wiz Exp $
+
+SHA1 (youtube-dl-20070824/youtube-dl) = 967c3cb3979eea08cbc23646e3dcc5899d365375
+RMD160 (youtube-dl-20070824/youtube-dl) = dcb716cfa30225be094601c7304909853491efac
+Size (youtube-dl-20070824/youtube-dl) = 15203 bytes
Home |
Main Index |
Thread Index |
Old Index