---
name: bsdproxy
version: 0.04
origin: net/bsdproxy
comment: A TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API
arch: freebsd:10:x86:64
www: http://daveb.net/bsdproxy/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 23429
desc: "bsdproxy is a generic, event-driven proxy designed specifically for the\nBSD
  platform.  It uses the kqueue()/kevent() system calls to determine\nwhen to relay
  data from one side of the connection to the other.  It also\nuses GLib (http://www.gtk.org)
  data structures and memory management \nfunctions to optimize steady-state performance
  (minimize unnecessary \nmemory allocation/deallocation).  \n\nbsdproxy has been
  used to proxy HTTP, HTTPS, telnet, and mysql without\nany problems.  It should be
  able to serve as a transparent proxy for \nanything over a TCP/IP connection.\n\nAuthor:\t\tDave
  Bailey <dave@daveb.net>\nWWW: \thttp://daveb.net/bsdproxy/\n"
deps:
  glib12: {origin: devel/glib12, version: 1.2.10_13}
categories:
- net
shlibs_required:
- libglib-12.so.3
