pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/rtorrent rTorrent is a console-based BitTorrent cl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60d4ebbb3a2d
branches:  trunk
changeset: 497249:60d4ebbb3a2d
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 22 22:28:08 2005 +0000

description:
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:

 net/rtorrent/DESCR    |   3 +++
 net/rtorrent/Makefile |  24 ++++++++++++++++++++++++
 net/rtorrent/PLIST    |   5 +++++
 net/rtorrent/distinfo |   5 +++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 3ac531a9b702 -r 60d4ebbb3a2d net/rtorrent/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/rtorrent/DESCR        Fri Jul 22 22:28:08 2005 +0000
@@ -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 -r 3ac531a9b702 -r 60d4ebbb3a2d net/rtorrent/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/rtorrent/Makefile     Fri Jul 22 22:28:08 2005 +0000
@@ -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@localhost
+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 -r 3ac531a9b702 -r 60d4ebbb3a2d net/rtorrent/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/rtorrent/PLIST        Fri Jul 22 22:28:08 2005 +0000
@@ -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 -r 3ac531a9b702 -r 60d4ebbb3a2d net/rtorrent/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/rtorrent/distinfo     Fri Jul 22 22:28:08 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index