diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-11 15:27:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-11 15:27:42 +0000 |
commit | dea27d0930ae09bb049a79fe800ebd9d7d396b61 (patch) | |
tree | 22eef0ebb27f29d3d23ce316a6ce144af2f4bf35 /net-p2p/unworkable | |
parent | 41618ec3445ba0a851bac989ffa26b6678f7625a (diff) |
Notes
Diffstat (limited to 'net-p2p/unworkable')
-rw-r--r-- | net-p2p/unworkable/Makefile | 32 | ||||
-rw-r--r-- | net-p2p/unworkable/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/unworkable/pkg-descr | 14 |
3 files changed, 49 insertions, 0 deletions
diff --git a/net-p2p/unworkable/Makefile b/net-p2p/unworkable/Makefile new file mode 100644 index 000000000000..75e2cc25a63b --- /dev/null +++ b/net-p2p/unworkable/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: unworkable +# Date created: 06 Oct 2008 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= unworkable +PORTVERSION= 0.51 +CATEGORIES= net-p2p +MASTER_SITES= http://p2presearch.com/unworkable/dist/ + +MAINTAINER= wenheping@gmail.com +COMMENT= A Free BitTorrent Implementation + +LIB_DEPENDS= event:${PORTSDIR}/devel/libevent +# crypto:${PORTDIR}/security/openssl + +USE_SCONS= yes +USE_OPENSSL= yes +SCONS_BUILDENV= ${SCONS_ENV} +WRKSRC= ${WRKDIR}/${PORTNAME} +PLIST_FILES= bin/unworkable + +MAN1= unworkable.1 + +.include <bsd.port.pre.mk> +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/unworkable ${LOCALBASE}/bin + ${INSTALL_MAN} ${WRKSRC}/unworkable.1 ${LOCALBASE}/man/man1/ + +.include <bsd.port.post.mk> diff --git a/net-p2p/unworkable/distinfo b/net-p2p/unworkable/distinfo new file mode 100644 index 000000000000..3b58536b2acc --- /dev/null +++ b/net-p2p/unworkable/distinfo @@ -0,0 +1,3 @@ +MD5 (unworkable-0.51.tar.gz) = 9a8156f1f2a08a954f3e5d18d67a27ee +SHA256 (unworkable-0.51.tar.gz) = 4f5f96daf1d40ebc64fe8b736da77c67d9f22f25b5c90fc235d6d00c3a74df4e +SIZE (unworkable-0.51.tar.gz) = 71020 diff --git a/net-p2p/unworkable/pkg-descr b/net-p2p/unworkable/pkg-descr new file mode 100644 index 000000000000..392383e64afe --- /dev/null +++ b/net-p2p/unworkable/pkg-descr @@ -0,0 +1,14 @@ +Unworkable is a BSD-licensed BitTorrent implementation +for UNIX written from-scratch in C. It uses libevent +for scalable asynchronous networking and the mmap() +system call for local data access. Some of the goals of +the project include (in no particular order) high code +quality, efficiency, simplicity and security. + +Unworkable is still in an early stage of development, +and is far behind most other BitTorrent implementations. +However, it is usable for some basic things and the +source code is quite minimal(4,000 lines of C compared +to rTorrent's 40,000+ of C++). + +WWW: http://p2presearch.com/unworkable/ |