Port details |
- datapipe Bind a local port and connect it to a remote socket
- 1.0_1 net =6 1.0_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-07-20 14:22:37
- Commit Hash: 6a378e5
- People watching this port, also watch:: python, openssl, wget, ucspi-tcp, p5-libwww
- License: not specified in port
- Description:
- 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.
Additionally, if you live behind a SOCKS firewall, you can compile this
code with SOCKS support for your system and use it to act as a
"SOCKS translator" for your Distributed.net clients. In this case,
datapipe doesn't even need to be run on a gateway machine.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/datapipe/ && make install clean
- To add the package, run one of these commands:
- pkg install net/datapipe
- pkg install datapipe
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: datapipe
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (datapipe-1.0.tar.gz) = 8bb5e5669228ce546914ce419c0d24a795ed56924639f2a7dd9d09b0f142fc19
SIZE (datapipe-1.0.tar.gz) = 3129
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for datapipe-1.0_1:
NOFORK=off: Do not fork and background
REUSEADDR=on: Reuse the listening socket address
===> Use 'make config' to modify these settings
- Options name:
- net_datapipe
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0_1 17 Aug 2014 08:25:51 |
eadler |
Return some ports I maintain to the pool. |
1.0_1 28 Sep 2013 07:08:21 |
eadler |
- convert to staging |
1.0_1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.0_1 16 Jul 2013 21:59:48 |
eadler |
Remove now excess verbiage.
Reviewed by: bapt |
1.0_1 08 Mar 2013 20:23:39 |
eadler |
Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.
Reviewed by: drogoh (on irc) |
1.0_1 03 Oct 2012 22:19:14 |
eadler |
I should never commit when I'm half asleep. |
1.0_1 03 Oct 2012 18:08:47 |
eadler |
Covert to OptionsNG
Trim the header |
1.0_1 25 Feb 2012 14:42:06 |
eadler |
Take maintainership
Approved by: maintainer (implicit) |
1.0_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.0_1 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
1.0_1 01 Jul 2005 17:13:34 |
roam |
Add two OPTIONS - use SO_REUSEADDR and avoid backgrounding.
Fix a couple of compiler warnings.
Do not bind the outgoing address to the listener address [1].
PR: 70205 [1]
Submitted by: Helge Oldach <datapipeaug04@oldach.net> |
1.0 11 Feb 2004 12:27:20 |
roam |
Grab maintainership of this port.
While I'm here, add SIZE to distinfo, just for kicks. |
1.0 11 Feb 2004 03:03:05 |
linimon |
dbaker@FreeBSD.org has been inactive in the ports community for over
a year now, so return his ports to the unmaintained pool in the hopes
that someone will adopt them and give them a good home.
While here, pacify portlint on all of them.
Discussed with: various members of portmgr@, at various times over
the last few months. |
1.0 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.0 06 Nov 2003 04:34:47 |
linimon |
Changes perror() calls to syslog calls; also sends more verbose
connection information to syslog. PR: ports/55118 (maintainer
timeout). |
1.0 07 Mar 2003 06:08:06 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
08 Oct 2000 07:19:09 |
asami |
Convert category net to new layout. |