Port details |
- pbnc Simple userspace TCP port bouncer
- 1.0_1 net =3 1.0_1Version of this port present on the latest quarterly branch.
- Maintainer: hrs@FreeBSD.org
- Port Added: 2004-04-03 21:26:36
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: xrdp, xorg-docs, monit, pure-ftpd, nagios-certexp-plugin
- License: BSDunclear
- WWW:
- http://freshmeat.net/projects/pbnc/
- Description:
- pbnc runs in userland and acts as a simple TCP port forwarder.
It has a single-threaded design (uses select(), does not
fork). It can handle multiple targets with an unlimited number
of clients (at least in theory), and supports simple IP-based
access control. Since pbnc works on network level, it does not
care about the application protocol. It can tunnel FTP
(control connection), SSH, HTTP and all other protocols using
TCP communication. Application-level SSL/TLS encryption is
also no problem.
See also: https://duncanthrax.net/pbnc/
- ¦ ¦ ¦ ¦
- 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/pbnc/ && make install clean
- To add the package, run one of these commands:
- pkg install net/pbnc
- pkg install pbnc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pbnc
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pbnc.tar.gz) = 5deeb63507b444c5367ab9f0041e0be4a8a2d1a735bf8a9425fe1bc3875ba4b5
SIZE (pbnc.tar.gz) = 6018
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- p5-Net-Netmask>=0 : net-mgmt/p5-Net-Netmask
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pbnc-1.0_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_pbnc
- USES:
- perl5
- 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 |
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) |
1.0_1 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 ) |
1.0_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0_1 29 Oct 2018 08:24:29 |
meta |
Expand _LICENSE_PERMS_DEFAULT
same as done in r464200.
Reported by: mat@
Approved by: mentors (implicit) |
1.0_1 23 Oct 2018 13:48:05 |
meta |
net/pbnc: Fix license information
License of this software is declared as 'BSD' in pbnc.readme.
But it is not clear which versions of the BSD license (2, 3 or 4 clause)
it is. No further file in the source archive contains license information.
Committed with minor changes like done in r462831.
PR: 222546
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (original version)
Approved by: mentors (implicit)
Differential Revision: https://reviews.freebsd.org/D17662 |
1.0_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.0_1 28 Aug 2015 13:39:57 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS
Approved by: portmgr blanket |
1.0_1 08 Jun 2014 19:51:28 |
olgeni |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt) |
1.0_1 17 Oct 2013 06:30:13 |
hrs |
Add STAGEDIR support. |
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 Sep 2013 06:30:31 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
1.0_1 04 May 2013 08:49:36 |
hrs |
- Trim old-style header.
- Add LICENSE.
- Use OPTIONS_DEFINE. |
1.0_1 30 Jun 2012 14:39:14 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
1.0_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.0_1 30 Sep 2007 05:59:59 |
hrs |
- Fix perl dependency.
- Clean up complicated target definitions. |
1.0 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
1.0 03 Apr 2004 21:12:03 |
krion |
Add pbnc 1.0, simple userspace TCP port bouncer.
PR: ports/ports/65125
Submitted by: hrs |