NOTICE: This package has been removed from pkgsrc

./wip/datapipe, Bind a local port and connect it to a remote socket

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0, Package name: datapipe-1.0, Maintainer: prudhvi-krishna-bsd

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: d07c34ef1f7f52f582718d35af971e3400e4ebab
RMD160: 584c2de1bdfd88edccf4347d697a421929eb999c
Filesize: 3.056 KB

Version history: (Expand)


CVS history: (Expand)


   2013-03-21 18:34:50 by Sergey Svishchev | Files touched by this commit (4)
Log message:
Unbreak packaging.
   2012-09-28 23:24:30 by Aleksej Saushev | Files touched by this commit (99)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-09-28 22:50:51 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Fix staged installation support.
   2009-07-16 04:20:44 by Prudhvi Krishna Surapaneni | Files touched by this commit (4) | Imported package
Log message:
Initial import wip/datapipe

Bind a local port and connect it to a remote socket