diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-02-27 20:08:33 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-02-27 20:08:33 +0000 |
commit | eefeefa89a80c580c0fc9a1fdabcc87d52eaee9f (patch) | |
tree | 203320a7b4192beac0071ad54135127a3f657df0 /net | |
parent | 986a4d4c901c50274197a6e6d4cea940db09b6e6 (diff) | |
download | pkgsrc-eefeefa89a80c580c0fc9a1fdabcc87d52eaee9f.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')
-rw-r--r-- | net/nicovideo-dl/DESCR | 3 | ||||
-rw-r--r-- | net/nicovideo-dl/Makefile | 26 | ||||
-rw-r--r-- | net/nicovideo-dl/PLIST | 2 | ||||
-rw-r--r-- | net/nicovideo-dl/distinfo | 5 |
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 |