import unworkable

unworkable is an asynchronous, single-thread BitTorrent implementation
written in C using libevent and mmap().  Goals of the project include
efficiency, simplicity and high code quality.

from niallo@ and ok simon@
This commit is contained in:
okan 2007-11-26 20:37:09 +00:00
parent 78caaa879c
commit fdbb586c00
4 changed files with 42 additions and 0 deletions

31
net/unworkable/Makefile Normal file
View File

@ -0,0 +1,31 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/26 20:37:09 okan Exp $
COMMENT= simple BitTorrent implementation
DISTNAME= unworkable-20071120
CATEGORIES= net
HOMEPAGE= http://niallohiggins.com/unworkable
MAINTAINER= Niall O Higgins <niallo@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://niallohiggins.com/unworkable/dist/
WRKDIST= ${WRKDIR}/unworkable
WANTLIB= c crypto event
NO_REGRESS= Yes
MAKE_FILE= BSDmakefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unworkable ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/unworkable.cat1 ${PREFIX}/man/man1/unworkable.0
.include <bsd.port.mk>

5
net/unworkable/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (unworkable-20071120.tar.gz) = JOIuYC4vOn+ak0BgYI42Jg==
RMD160 (unworkable-20071120.tar.gz) = TAHveWQVuOQXLAwqm4eyspUsOyY=
SHA1 (unworkable-20071120.tar.gz) = 2wbcZI3jvySOTtFp1uhE8qTPJuU=
SHA256 (unworkable-20071120.tar.gz) = N5Xxl5dgoqBqRQJ475pzINA6+h42rYLtp/hGrlvDD4c=
SIZE (unworkable-20071120.tar.gz) = 174191

3
net/unworkable/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
unworkable is an asynchronous, single-thread BitTorrent implementation
written in C using libevent and mmap(). Goals of the project include
efficiency, simplicity and high code quality.

3
net/unworkable/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/26 20:37:09 okan Exp $
bin/unworkable
man/man1/unworkable.0