datapipe: remove
authormiwarin <miwarin@gmail.com>
Thu, 24 May 2018 15:34:08 +0000 (00:34 +0900)
committermiwarin <miwarin@gmail.com>
Thu, 24 May 2018 15:34:08 +0000 (00:34 +0900)
MASTER_SITE not found

Makefile
datapipe/DESCR [deleted file]
datapipe/Makefile [deleted file]
datapipe/PLIST [deleted file]
datapipe/distinfo [deleted file]

index 3686bcb7a17812fa354bf86e1814eccb2438b415..c57e502ed841f35c4b1b7092eae08b304aded69c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -497,7 +497,6 @@ SUBDIR+=    darkcoin
 SUBDIR+=       dart-git
 SUBDIR+=       dasht
 SUBDIR+=       datamash
-SUBDIR+=       datapipe
 SUBDIR+=       dates
 SUBDIR+=       davical-git
 SUBDIR+=       dazz_db
diff --git a/datapipe/DESCR b/datapipe/DESCR
deleted file mode 100644 (file)
index 9d94e40..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-datapipe.c is a simple program that allows a listening TCP/IP port to be
-constructed on the machine it is running on.  Any connections to that port
-will then be forwarded to the specified remote host and remote port.  This
-program can be useful for allowing your Distributed.net clients
-communicate to the outside world by running it on a gateway machine that
-has access to both the inside firewall and the outside realworld.
diff --git a/datapipe/Makefile b/datapipe/Makefile
deleted file mode 100644 (file)
index 5a0b92e..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2013/03/21 17:34:50 shattered Exp $
-#
-
-DISTNAME=      datapipe-1.0
-CATEGORIES=    net
-MASTER_SITES=  ftp://ftp.distributed.net/dcti/unsupported/
-
-MAINTAINER=    prudhvi-krishna-bsd@surapaneni.in
-HOMEPAGE=      ftp://ftp.distributed.net/dcti/unsupported/
-COMMENT=       Bind a local port and connect it to a remote socket
-
-INSTALLATION_DIRS=     bin
-
-do-build:
-       ${CC} -o ${WRKSRC}/datapipe ${WRKSRC}/datapipe.c
-
-do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/datapipe ${DESTDIR}${PREFIX}/bin
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/datapipe/PLIST b/datapipe/PLIST
deleted file mode 100644 (file)
index ffba907..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/16 02:20:43 prudhvikrishna Exp $
-bin/datapipe
diff --git a/datapipe/distinfo b/datapipe/distinfo
deleted file mode 100644 (file)
index c859015..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/07/16 02:20:43 prudhvikrishna Exp $
-
-SHA1 (datapipe-1.0.tar.gz) = d07c34ef1f7f52f582718d35af971e3400e4ebab
-RMD160 (datapipe-1.0.tar.gz) = 584c2de1bdfd88edccf4347d697a421929eb999c
-Size (datapipe-1.0.tar.gz) = 3129 bytes