pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

datapipe: remove



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Fri May 25 00:34:08 2018 +0900
Changeset:	33632d15ab36448701d365b5548a508b711d13cd

Modified Files:
	Makefile
Removed Files:
	datapipe/DESCR
	datapipe/Makefile
	datapipe/PLIST
	datapipe/distinfo

Log Message:
datapipe: remove

MASTER_SITE not found

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=33632d15ab36448701d365b5548a508b711d13cd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile          |  1 -
 datapipe/DESCR    |  6 ------
 datapipe/Makefile | 20 --------------------
 datapipe/PLIST    |  2 --
 datapipe/distinfo |  5 -----
 5 files changed, 34 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 3686bcb7a1..c57e502ed8 100644
--- 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
index 9d94e40068..0000000000
--- a/datapipe/DESCR
+++ /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
index 5a0b92efa8..0000000000
--- a/datapipe/Makefile
+++ /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@localhost
-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
index ffba9073f0..0000000000
--- a/datapipe/PLIST
+++ /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
index c859015706..0000000000
--- a/datapipe/distinfo
+++ /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


Home | Main Index | Thread Index | Old Index