diff options
author | adam <adam@pkgsrc.org> | 2005-07-22 22:28:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-07-22 22:28:08 +0000 |
commit | fb3bb2d328786b297b5d5ffb8a4be6025af0790c (patch) | |
tree | 1859b4fd26495d7ee3ac7c29a9fbbbd8e137b08a /net | |
parent | 015cfdf1534f326c5145eafa4a0d4fb35b295a47 (diff) | |
download | pkgsrc-fb3bb2d328786b297b5d5ffb8a4be6025af0790c.tar.gz |
rTorrent is a console-based BitTorrent client. It aims to be a fully-featured
and efficient client with the ability to run in the background using screen.
It supports fast-resume and session management.
Diffstat (limited to 'net')
-rw-r--r-- | net/rtorrent/DESCR | 3 | ||||
-rw-r--r-- | net/rtorrent/Makefile | 24 | ||||
-rw-r--r-- | net/rtorrent/PLIST | 5 | ||||
-rw-r--r-- | net/rtorrent/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/net/rtorrent/DESCR b/net/rtorrent/DESCR new file mode 100644 index 00000000000..24d317bcd6e --- /dev/null +++ b/net/rtorrent/DESCR @@ -0,0 +1,3 @@ +rTorrent is a console-based BitTorrent client. It aims to be a fully-featured +and efficient client with the ability to run in the background using screen. +It supports fast-resume and session management. diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile new file mode 100644 index 00000000000..96da488095d --- /dev/null +++ b/net/rtorrent/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/07/22 22:28:08 adam Exp $ + +DISTNAME= rtorrent-0.3.0 +CATEGORIES= net +MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ + +MAINTAINER= imil@gcu.info +HOMEPAGE= http://libtorrent.rakshasa.no/ +COMMENT= Ncurses based torrent client with support for sessions + +USE_LIBTOOL= yes +USE_NCURSES= yes +USE_TOOLS+= gmake +GNU_CONFIGURE= yes + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rtorrent + ${INSTALL_DATA} ${WRKSRC}/doc/rtorrent.rc \ + ${PREFIX}/share/examples/rtorrent + +.include "../../devel/ncurses/buildlink3.mk" +.include "../../net/libtorrent/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/rtorrent/PLIST b/net/rtorrent/PLIST new file mode 100644 index 00000000000..045f0956c29 --- /dev/null +++ b/net/rtorrent/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/22 22:28:08 adam Exp $ +bin/rtorrent +man/man1/rtorrent.1 +share/examples/rtorrent/rtorrent.rc +@dirrm share/examples/rtorrent diff --git a/net/rtorrent/distinfo b/net/rtorrent/distinfo new file mode 100644 index 00000000000..fdbf271f6c4 --- /dev/null +++ b/net/rtorrent/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/07/22 22:28:08 adam Exp $ + +SHA1 (rtorrent-0.3.0.tar.gz) = f9872d0112918f16d386e97149fb09e509a08af0 +RMD160 (rtorrent-0.3.0.tar.gz) = a26936d013b795ec8606c407fe02c8cf02e997ce +Size (rtorrent-0.3.0.tar.gz) = 194518 bytes |