pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/dtorrent Import dtorrent-3.3.2 as net/dtorrent.
details: https://anonhg.NetBSD.org/pkgsrc/rev/24cf25e44a32
branches: trunk
changeset: 575946:24cf25e44a32
user: obache <obache%pkgsrc.org@localhost>
date: Wed May 26 13:24:43 2010 +0000
description:
Import dtorrent-3.3.2 as net/dtorrent.
Based on packaged by Jeff Woodall and provided via PR#43254.
Enhanced CTorrent is a BitTorrent console client written in C/C++. Like
ctorrent, which it is based on, high performance with minimal system
resources and dependencies is a priority. Enhanced CTorrent adds additional
features like dynamic adjustments and fixes several bugs in the original
ctorrent client (obsolete and marked EOL in pkgsrc repository).
More info at: http://www.rahul.net/dholmes/ctorrent/
diffstat:
net/dtorrent/DESCR | 7 +++++++
net/dtorrent/MESSAGE | 7 +++++++
net/dtorrent/Makefile | 31 +++++++++++++++++++++++++++++++
net/dtorrent/PLIST | 3 +++
net/dtorrent/distinfo | 5 +++++
5 files changed, 53 insertions(+), 0 deletions(-)
diffs (73 lines):
diff -r 1a2f6424b18d -r 24cf25e44a32 net/dtorrent/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/dtorrent/DESCR Wed May 26 13:24:43 2010 +0000
@@ -0,0 +1,7 @@
+Enhanced CTorrent is a BitTorrent console client written in C/C++. Like
+ctorrent, which it is based on, high performance with minimal system
+resources and dependencies is a priority. Enhanced CTorrent adds additional
+features like dynamic adjustments and fixes several bugs in the original
+ctorrent client (obsolete and marked EOL in pkgsrc repository).
+
+More info at: http://www.rahul.net/dholmes/ctorrent/
diff -r 1a2f6424b18d -r 24cf25e44a32 net/dtorrent/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/dtorrent/MESSAGE Wed May 26 13:24:43 2010 +0000
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2010/05/26 13:24:43 obache Exp $
+
+For general usage type 'ctorrent -h'. For full documentation see
+${PREFIX}/share/doc/ctorrent/UserGuide. Additional info and support
+at http://dtorrent.sourceforge.net/
+===========================================================================
diff -r 1a2f6424b18d -r 24cf25e44a32 net/dtorrent/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/dtorrent/Makefile Wed May 26 13:24:43 2010 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/05/26 13:24:43 obache Exp $
+#
+
+DISTNAME= ctorrent-dnh3.3.2
+PKGNAME= dtorrent-3.3.2
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dtorrent/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://dtorrent.sourceforge.net/
+COMMENT= Enhanced CTorrent, a BitTorrent console client written in C/C++
+LICENSE= gnu-gpl-v2
+
+CONFLICTS= ctorrent-[0-9]*
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c c++
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS+= --with-ssl=${SSLBASE}
+
+DOCDIR= share/doc/ctorrent
+
+INSTALLATION_DIRS= ${DOCDIR}
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/UserGuide ${DESTDIR}${PREFIX}/${DOCDIR}
+
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1a2f6424b18d -r 24cf25e44a32 net/dtorrent/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/dtorrent/PLIST Wed May 26 13:24:43 2010 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/26 13:24:43 obache Exp $
+bin/ctorrent
+share/doc/ctorrent/UserGuide
diff -r 1a2f6424b18d -r 24cf25e44a32 net/dtorrent/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/dtorrent/distinfo Wed May 26 13:24:43 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/05/26 13:24:43 obache Exp $
+
+SHA1 (ctorrent-dnh3.3.2.tar.gz) = d4e221f0292268f80e2430ce9d451dd64cf1ffaa
+RMD160 (ctorrent-dnh3.3.2.tar.gz) = 5db2613109fc7e55e7ccdf0d2da12e352c99b385
+Size (ctorrent-dnh3.3.2.tar.gz) = 219053 bytes
Home |
Main Index |
Thread Index |
Old Index