diff options
author | obache <obache@pkgsrc.org> | 2010-05-26 13:24:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-26 13:24:43 +0000 |
commit | 749005b45b013e8fb2764aa2bc689ede862b64b1 (patch) | |
tree | f078df6684189ba6ae59fccbe67ba222941eeac3 /net | |
parent | ed613d027f3fc43ea6e11fd1850bd87c98ab1f36 (diff) | |
download | pkgsrc-749005b45b013e8fb2764aa2bc689ede862b64b1.tar.gz |
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 (limited to 'net')
-rw-r--r-- | net/dtorrent/DESCR | 7 | ||||
-rw-r--r-- | net/dtorrent/MESSAGE | 7 | ||||
-rw-r--r-- | net/dtorrent/Makefile | 31 | ||||
-rw-r--r-- | net/dtorrent/PLIST | 3 | ||||
-rw-r--r-- | net/dtorrent/distinfo | 5 |
5 files changed, 53 insertions, 0 deletions
diff --git a/net/dtorrent/DESCR b/net/dtorrent/DESCR new file mode 100644 index 00000000000..e6e83867d97 --- /dev/null +++ b/net/dtorrent/DESCR @@ -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 --git a/net/dtorrent/MESSAGE b/net/dtorrent/MESSAGE new file mode 100644 index 00000000000..bc3eb8eabc9 --- /dev/null +++ b/net/dtorrent/MESSAGE @@ -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 --git a/net/dtorrent/Makefile b/net/dtorrent/Makefile new file mode 100644 index 00000000000..e9ed3d4893d --- /dev/null +++ b/net/dtorrent/Makefile @@ -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 +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 --git a/net/dtorrent/PLIST b/net/dtorrent/PLIST new file mode 100644 index 00000000000..f815397a703 --- /dev/null +++ b/net/dtorrent/PLIST @@ -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 --git a/net/dtorrent/distinfo b/net/dtorrent/distinfo new file mode 100644 index 00000000000..cc3f24897c1 --- /dev/null +++ b/net/dtorrent/distinfo @@ -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 |