aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/unworkable
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2017-04-30 15:47:51 +0000
committerLarry Rosenman <ler@FreeBSD.org>2017-04-30 15:47:51 +0000
commit68401688132997e52b1b9405b5aaa1e5ad6a48b3 (patch)
treeb3b50e2c634467d93b8a02100f23093ca0cbeb86 /net-p2p/unworkable
parentbd251adcb6a393657c39b0696f200ee64bacb408 (diff)
Notes
Diffstat (limited to 'net-p2p/unworkable')
-rw-r--r--net-p2p/unworkable/Makefile35
-rw-r--r--net-p2p/unworkable/distinfo2
-rw-r--r--net-p2p/unworkable/pkg-descr14
3 files changed, 0 insertions, 51 deletions
diff --git a/net-p2p/unworkable/Makefile b/net-p2p/unworkable/Makefile
deleted file mode 100644
index 8c3645d320be..000000000000
--- a/net-p2p/unworkable/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: Wen Heping <wenheping@gmail.com>
-# $FreeBSD$
-
-PORTNAME= unworkable
-PORTVERSION= 0.53
-PORTREVISION= 3
-CATEGORIES= net-p2p
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Free BitTorrent Implementation
-
-LICENSE= MIT
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-LIB_DEPENDS= libevent.so:devel/libevent
-
-USES= scons ssl
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-PLIST_FILES= bin/unworkable man/man1/unworkable.1.gz
-
-post-extract:
- @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
- ${WRKSRC}/SConstruct
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/unworkable ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/unworkable.1 ${STAGEDIR}${MANPREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/net-p2p/unworkable/distinfo b/net-p2p/unworkable/distinfo
deleted file mode 100644
index 663bfdd5dbb5..000000000000
--- a/net-p2p/unworkable/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (unworkable-0.53.tar.gz) = 80640df2319c128c2bf35f2279fb099985bd8c269808e97b5b0d420f38af6a34
-SIZE (unworkable-0.53.tar.gz) = 72053
diff --git a/net-p2p/unworkable/pkg-descr b/net-p2p/unworkable/pkg-descr
deleted file mode 100644
index 500e94621669..000000000000
--- a/net-p2p/unworkable/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-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: https://code.google.com/p/unworkable/