---
name: tcpxd
version: 1.4_2
origin: net/tcpxd
comment: General purpose TCP/IP relay
arch: freebsd:9:x86:64
www: http://quozl.us.netrek.org/tcpxd/
maintainer: olgeni@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv2]
flatsize: 38086
desc: "tcpxd is a general purpose TCP/IP relay program designed \nto be simple to
  get going, requiring only three parameters; \nthe port to listen on, the host to
  forward to, and the port \non that host to connect to.\n\nWWW: http://quozl.us.netrek.org/tcpxd/\n"
categories: [net-mgmt, net]
files:
  /usr/local/etc/tcpxd.conf.dist: 33dba7d9d17dc229a8f75bb3c5b918df948d73bfcd585bef9cd4281cf1343fd5
  /usr/local/sbin/tcpxd: 32e3df60fe481d60395e48503b865369b499e2d82b035e09880bc5b690171568
  /usr/local/share/licenses/tcpxd-1.4_2/GPLv2: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670
  /usr/local/share/licenses/tcpxd-1.4_2/LICENSE: 7e1394d03c5f275a402fe721ff1d1349449ea8602b52af954c76463afcdb6ef7
  /usr/local/share/licenses/tcpxd-1.4_2/catalog.mk: a0bad3c234b480133e80e6d3c4abe7357e0d245e533acc792ec3b589997b2efc
directories:
  /usr/local/share/licenses/tcpxd-1.4_2/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    [ -f /usr/local/etc/tcpxd.conf ] || cp /usr/local/etc/tcpxd.conf.dist /usr/local/etc/tcpxd.conf
    cd /usr/local
  pre-deinstall: |
    if cmp -s /usr/local/etc/tcpxd.conf /usr/local/etc/tcpxd.conf.dist; then rm -f /usr/local/etc/tcpxd.conf; fi
    cd /usr/local
  post-deinstall: |
    cd /usr/local
