pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/yougrabber Import yougrabber from pkgsrc-wip. Pac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3720832edd36
branches:  trunk
changeset: 524282:3720832edd36
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Jan 22 18:52:25 2007 +0000

description:
Import yougrabber from pkgsrc-wip.  Packaged by Sergey Svishchev.

YouGrabber is a lightweight, multi-threaded (NPTL based) command
line YouTube.com video downloader with proxy (HTTP, SOCKS 4 and 5)
support, made from scratch in ANSI C using the libcURL API.

diffstat:

 net/yougrabber/DESCR    |   3 +++
 net/yougrabber/Makefile |  22 ++++++++++++++++++++++
 net/yougrabber/PLIST    |   2 ++
 net/yougrabber/distinfo |   5 +++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 5c488d9dbfb3 -r 3720832edd36 net/yougrabber/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/yougrabber/DESCR      Mon Jan 22 18:52:25 2007 +0000
@@ -0,0 +1,3 @@
+YouGrabber is a lightweight, multi-threaded (NPTL based) command
+line YouTube.com video downloader with proxy (HTTP, SOCKS 4 and 5)
+support, made from scratch in ANSI C using the libcURL API.
diff -r 5c488d9dbfb3 -r 3720832edd36 net/yougrabber/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/yougrabber/Makefile   Mon Jan 22 18:52:25 2007 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/01/22 18:52:25 minskim Exp $
+#
+
+DISTNAME=              YouGrabber-0.20
+CATEGORIES=            net multimedia
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=yougrabber/}
+
+MAINTAINER=            shattered%users.sourceforge.net@localhost
+HOMEPAGE=              http://yougrabber.sourceforge.net/
+COMMENT=               YouTube downloader
+
+BUILD_TARGET=          yg
+USE_NCURSES=           yes # color
+
+INSTALLATION_DIRS=     bin
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/yg ${PREFIX}/bin
+
+.include "../../www/curl/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5c488d9dbfb3 -r 3720832edd36 net/yougrabber/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/yougrabber/PLIST      Mon Jan 22 18:52:25 2007 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/22 18:52:25 minskim Exp $
+bin/yg
diff -r 5c488d9dbfb3 -r 3720832edd36 net/yougrabber/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/yougrabber/distinfo   Mon Jan 22 18:52:25 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/01/22 18:52:25 minskim Exp $
+
+SHA1 (YouGrabber-0.20.tar.gz) = 7f6d27553ef4e6cf59bbae800f2f58ab19bfde7e
+RMD160 (YouGrabber-0.20.tar.gz) = 1b7dea00208e16a264161b4c8bf8b50025507936
+Size (YouGrabber-0.20.tar.gz) = 14309 bytes



Home | Main Index | Thread Index | Old Index