pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/nicovideo-dl Import nicovideo-dl-0.0.20110122 as n...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2912c2757ada
branches: trunk
changeset: 585888:2912c2757ada
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sun Feb 27 20:08:33 2011 +0000
description:
Import nicovideo-dl-0.0.20110122 as net/nicovideo-dl
nicovideo-dl is a small command-line program to download videos
from www.nicovideo.jp. It is implemented by Python. It is
platform-independent and should work on Unix/Windows/Mac.
diffstat:
net/nicovideo-dl/DESCR | 3 +++
net/nicovideo-dl/Makefile | 26 ++++++++++++++++++++++++++
net/nicovideo-dl/PLIST | 2 ++
net/nicovideo-dl/distinfo | 5 +++++
4 files changed, 36 insertions(+), 0 deletions(-)
diffs (52 lines):
diff -r 7d534a9a52f3 -r 2912c2757ada net/nicovideo-dl/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nicovideo-dl/DESCR Sun Feb 27 20:08:33 2011 +0000
@@ -0,0 +1,3 @@
+nicovideo-dl is a small command-line program to download videos
+from www.nicovideo.jp. It is implemented by Python. It is
+platform-independent and should work on Unix/Windows/Mac.
diff -r 7d534a9a52f3 -r 2912c2757ada net/nicovideo-dl/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nicovideo-dl/Makefile Sun Feb 27 20:08:33 2011 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/02/27 20:08:33 ryoon Exp $
+#
+
+DISTNAME= nicovideo-dl-0.0.20110122
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=nicovideo-dl/50675/}
+
+MAINTAINER= ryoon%NetBSD.org@localhost
+HOMEPAGE= http://sourceforge.jp/projects/nicovideo-dl/
+COMMENT= Download videos from www.nicovideo.jp
+LICENSE= mit
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+NO_BUILD= yes
+
+INSTALLATION_DIRS= bin
+
+REPLACE_PYTHON+= nicovideo-dl
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/nicovideo-dl ${DESTDIR}${PREFIX}/bin
+
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7d534a9a52f3 -r 2912c2757ada net/nicovideo-dl/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nicovideo-dl/PLIST Sun Feb 27 20:08:33 2011 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/27 20:08:33 ryoon Exp $
+bin/nicovideo-dl
diff -r 7d534a9a52f3 -r 2912c2757ada net/nicovideo-dl/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nicovideo-dl/distinfo Sun Feb 27 20:08:33 2011 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/02/27 20:08:33 ryoon Exp $
+
+SHA1 (nicovideo-dl-0.0.20110122.tar.gz) = 08f4417346290a84f1eae239c47179676d9fffa0
+RMD160 (nicovideo-dl-0.0.20110122.tar.gz) = b94a19f76043f349c803cb50df9956acc5ea6677
+Size (nicovideo-dl-0.0.20110122.tar.gz) = 5787 bytes
Home |
Main Index |
Thread Index |
Old Index