Port details |
- bsdproxy TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API
- 0.04_1 net
=2 0.04_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses obsolete glib12
This port expired on: 2018-12-20
- 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: 2001-11-02 11:08:43
- Last Update: 2018-12-21 13:19:03
- SVN Revision: 487992
- People watching this port, also watch:: w3m, openssl, python, zip, checkpassword
- License: not specified in port
- WWW:
- http://daveb.net/bsdproxy/
- Description:
- bsdproxy is a generic, event-driven proxy designed specifically for the
BSD platform. It uses the kqueue()/kevent() system calls to determine
when to relay data from one side of the connection to the other. It also
uses GLib (http://www.gtk.org) data structures and memory management
functions to optimize steady-state performance (minimize unnecessary
memory allocation/deallocation).
bsdproxy has been used to proxy HTTP, HTTPS, telnet, and mysql without
any problems. It should be able to serve as a transparent proxy for
anything over a TCP/IP connection.
WWW: http://daveb.net/bsdproxy/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: bsdproxy
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (bsdproxy-0.04.tar.gz) = 00f1e6bf966bf944af27e466c1f0bc3858958f3e605dab9f1663ef6590ff2ab7
SIZE (bsdproxy-0.04.tar.gz) = 87273
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libglib.so : devel/glib12
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for bsdproxy-0.04_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- gnome
- 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.04_1 21 Dec 2018 13:19:03 |
rene |
Remove expired ports:
2018-12-19 net/py-libstorj: Broken for more than 6 months
2018-12-20 net/xferstats: Uses obsolete glib12
2018-12-20 net/wmlj: Uses obsolete glib12
2018-12-20 net/ipsorc: Uses obsolete glib12
2018-12-20 net/bsdproxy: Uses obsolete glib12
2018-12-20 net/gini: Uses obsolete glib12
2018-12-21 net/netatalk: Outdated branch of netatalk; use net/netatalk3 instead
2018-12-20 net/nocatsplash: Uses obsolete glib12
2018-12-20 net/jags: Uses obsolete glib12
2018-12-19 net/scribe: Broken for more than 6 months
2018-12-20 net/libnetdude: Uses obsolete glib12
2018-12-20 net/nepim: Uses obsolete glib12
2018-12-20 emulators/generator: Uses obsolete glib12
2018-12-19 emulators/py-nova: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
0.04_1 12 Oct 2018 09:19:05 |
antoine |
Deprecate most glib12 consumers
With hat: portmgr |
0.04_1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.04_1 02 Mar 2015 23:36:36 |
bapt |
Remove Author from pkg-descr and white space fixes |
0.04_1 13 Sep 2014 15:11:28 |
tijl |
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0 |
0.04 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.04 09 May 2014 23:50:36 |
amdmi3 |
- Support staging |
0.04 22 Sep 2013 18:05:05 |
bapt |
Fix NO_STAGE attribution |
0.04 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.04 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
0.04 27 Feb 2012 20:32:31 |
glarkin |
- Reassign to the heap
Requested by: roam (on ports-developers@) |
0.04 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.04 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.04 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.04 08 Jun 2008 20:59:35 |
roam |
Update to bsdproxy-0.04.
Actually honor NOPORTDOCS and DOCSDIR.
Use the correct GNU configure target. |
0.03_1 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
0.03 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.03 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
0.03 01 Nov 2004 17:09:55 |
roam |
A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,
like, MONTHS ago!
Submitted by: Brian Poole <raj@cerias.purdue.edu> |
0.03 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.03 14 Dec 2003 12:28:25 |
roam |
Update website URL's in pkg-descr. |
0.03 08 Jul 2003 06:05:08 |
roam |
Fix the master site.
Prompted by: fenner's scripts |
0.03 19 Feb 2003 16:07:30 |
roam |
Remove pkg-comment files in my ports. |
02 Nov 2001 14:08:43 |
roam |
Add bsdproxy 0.03, a TCP proxy using the kevent(2)/kqueue(2) API. |