summaryrefslogtreecommitdiff
path: root/net/nicovideo-dl
diff options
context:
space:
mode:
authorryoon <ryoon>2011-02-27 20:08:33 +0000
committerryoon <ryoon>2011-02-27 20:08:33 +0000
commita6dea7ee5efbb5bfb0593572d176fbd8eccd017e (patch)
tree203320a7b4192beac0071ad54135127a3f657df0 /net/nicovideo-dl
parent87aaa0e078e1ef23b3c24399e947e6f6ecde2a2e (diff)
downloadpkgsrc-a6dea7ee5efbb5bfb0593572d176fbd8eccd017e.tar.gz
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 (limited to 'net/nicovideo-dl')
-rw-r--r--net/nicovideo-dl/DESCR3
-rw-r--r--net/nicovideo-dl/Makefile26
-rw-r--r--net/nicovideo-dl/PLIST2
-rw-r--r--net/nicovideo-dl/distinfo5
4 files changed, 36 insertions, 0 deletions
diff --git a/net/nicovideo-dl/DESCR b/net/nicovideo-dl/DESCR
new file mode 100644
index 00000000000..8371871ff64
--- /dev/null
+++ b/net/nicovideo-dl/DESCR
@@ -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 --git a/net/nicovideo-dl/Makefile b/net/nicovideo-dl/Makefile
new file mode 100644
index 00000000000..be7123fcc02
--- /dev/null
+++ b/net/nicovideo-dl/Makefile
@@ -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
+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 --git a/net/nicovideo-dl/PLIST b/net/nicovideo-dl/PLIST
new file mode 100644
index 00000000000..92e49164002
--- /dev/null
+++ b/net/nicovideo-dl/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/27 20:08:33 ryoon Exp $
+bin/nicovideo-dl
diff --git a/net/nicovideo-dl/distinfo b/net/nicovideo-dl/distinfo
new file mode 100644
index 00000000000..0cb0d1fc2d7
--- /dev/null
+++ b/net/nicovideo-dl/distinfo
@@ -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