SUBDIR+= dart-git
SUBDIR+= dasht
SUBDIR+= datamash
-SUBDIR+= datapipe
SUBDIR+= dates
SUBDIR+= davical-git
SUBDIR+= dazz_db
+++ /dev/null
-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.
+++ /dev/null
-# $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"
+++ /dev/null
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/16 02:20:43 prudhvikrishna Exp $
-bin/datapipe
+++ /dev/null
-$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