---
name: cntlm
version: 0.92.3
origin: www/cntlm
comment: NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy
arch: freebsd:9:x86:64
www: http://cntlm.sourceforge.net/
maintainer: nemysis@gmx.ch
prefix: /usr/local
licenselogic: single
licenses: [GPLv2]
flatsize: 124200
desc: |
  Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy. It takes the address of your
  proxy or proxies (host1..N and port1..N) and opens a listening socket,
  forwarding each request to the parent proxy (moving in a circular list if the
  active parent stops working). Along the way, a connection to the parent is
  created anew and authenticated or, if available, previously cached connection
  is reused to achieve higher efficiency and faster responses. When the chain is
  set up, cntlm should be used as a proxy in your applications. Cntlm also
  integrates transparent TCP/IP port forwarding (tunneling) through the parent
  (incl. authentication).

  WWW: http://cntlm.sourceforge.net/
categories: [www]
files:
  /usr/local/bin/cntlm: 9373a00ac9aa4640008fd9d4d6935a73ae984e327d77891a7d70b260fc3622d7
  /usr/local/etc/cntlm.conf.sample: 46de7b67f240b2ff28293be7657c25abc66695976de712815c49743df054a883
  /usr/local/etc/rc.d/cntlm: 95be1ff010d586ce9078770d2ca357572419820ab316d6b8d4b6cf96c543dc8c
  /usr/local/man/man1/cntlm.1.gz: 9c0e7e0daecfd1655d52f5981f8e28a69be030569ee057b4b02a9556684bd4af
  /usr/local/share/licenses/cntlm-0.92.3/GPLv2: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
  /usr/local/share/licenses/cntlm-0.92.3/LICENSE: 7e1394d03c5f275a402fe721ff1d1349449ea8602b52af954c76463afcdb6ef7
  /usr/local/share/licenses/cntlm-0.92.3/catalog.mk: 04bc3f9729b8a0d33c4faf688c16ad87e628036f218b792322c2531a3ad9f550
directories:
  /usr/local/share/licenses/cntlm-0.92.3/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    if [ ! -f /usr/local/etc/cntlm.conf ]; then cp -p /usr/local/etc/cntlm.conf.sample /usr/local/etc/cntlm.conf; fi
    cd /usr/local
    cd /usr/local
  pre-deinstall: |
    if cmp -s /usr/local/etc/cntlm.conf.sample /usr/local/etc/cntlm.conf; then rm -f /usr/local/etc/cntlm.conf; fi
    cd /usr/local
    cd /usr/local
  post-deinstall: |
    cd /usr/local
    cd /usr/local
