Port details |
- unix2tcp Connection forwarder that converts Unix sockets into TCP sockets
- 0.8.3 net
=2 0.8.3Version of this port present on the latest quarterly branch. - Maintainer: portmaster@bsdforge.com
 - Port Added: 2003-02-12 09:31:41
- Last Update: 2022-12-30 03:39:55
- Commit Hash: cbc931f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://codeberg.org/portmaster/unix2tcp/
- Description:
- Aims:
- To listen on a local UNIX socket and tunnel any incoming connections and
traffic to a (remote) IP address/port
What it does:
- Tunnels all traffic between a (remote) address/port and a local UNIX socket
- Does NOT use fork() (single process model)
- Does use O_NONBLOCK , should be no case of blocking
What it doesn't do (yet):
- Doesn't limit number of concurrent connections
¦ ¦ ¦ ¦ 
- 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/unix2tcp/ && make install clean
- To add the package, run one of these commands:
- pkg install net/unix2tcp
- pkg install unix2tcp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: unix2tcp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1672363236
SHA256 (unix2tcp-0.8.3.tar.gz) = e6b3b02857d6315eb417737c0c68a08f0f149c153f23e4a477c895e3f578802e
SHA512 (unix2tcp-0.8.3.tar.gz) = 413e6a81457f9758f2c0a87e61ff7f4cd34db08266017f2f75360a20354bccf5edad294181c97ca051a2f5c209ecf88e2f053d1eb234cb38e8f2ed5e3a0b9f61
SIZE (unix2tcp-0.8.3.tar.gz) = 32000
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 unix2tcp-0.8.3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_unix2tcp
- 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 |
0.8.3 30 Dec 2022 03:39:55
    |
Li-Wen Hsu (lwhsu)  Author: Chris Hutchinson |
net/unix2tcp: Update to 0.8.3
Changelog:
* Move source to public repo to encourage further (develop|improve)ment
* Provide a working WWW
* Fixes (adds) missing prototypes
PR: 268618 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8.2 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 ) |
0.8.2 04 May 2022 15:42:00
    |
Koichiro Iwao (meta)  |
Assign multiple ports to submitter
PR: 263732 263733 263734 263735 263736 263737 263738 |
0.8.2 02 May 2022 11:06:43
    |
Rene Ladan (rene)  |
grimreaper: return mich's ports to the pool after safekeeping his ports bit. |
0.8.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.8.2 02 Mar 2015 23:42:00
  |
bapt  |
Remove Author from pkg-descr and white space fixes |
0.8.2 22 Nov 2014 14:43:24
  |
antoine  |
Cleanup plist |
0.8.2 10 Jul 2014 12:13:12
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
0.8.2 25 Feb 2014 08:37:21
  |
ehaupt  |
Support staging |
0.8.2 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.8.2 24 Oct 2011 09:11:38
 |
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.8.2 24 Oct 2011 04:17:38
 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.8.2 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.8.2 05 Aug 2010 10:32:04
 |
olgeni  |
Spelling and whitespace fixes. |
0.8.2 10 Apr 2007 10:18:52
 |
mich  |
- add MASTER_SITE |
0.8.2 22 Jan 2006 21:24:05
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.8.2 24 Jun 2004 14:49:42
 |
mich  |
Update to -> 1.8.2
- bugfixing
- syslog reporting added
- code clean-up |
0.8.1 18 Mar 2004 09:56:10
 |
mich  |
- SIZEify.
Submitted by: trevor |
0.8.1 22 Dec 2003 15:38:55
 |
mich  |
o Update to 0.8.1
o Use %%DOCSDIR%% |
0.7.2 07 May 2003 11:37:57
 |
mich  |
Change maintainer email to my @FreeBSD.org address
Approved by: roberto(mentor) |
0.7.2 07 Mar 2003 02:54:37
 |
ade  |
Remove pkg-comment where COMMENT is already defined in the Makefile
Approved by: portmgr (implicitly) |
0.7.2 12 Feb 2003 09:31:07
 |
edwin  |
New port: net/unix2tcp
A connection forwarder that converts Unix sockets into TCP
sockets. Compiles on both 4.x and -CURRENT
PR: ports/47667
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> |