---
name: ssltunnel-client
version: 1.18_1
origin: net/ssltunnel-client
comment: PPP over SSL virtual private networking (client part)
arch: freebsd:9:x86:64
www: http://www.hsc.fr/ressources/outils/ssltunnel/
maintainer: crees@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [BSD]
flatsize: 71131
desc: |
  ssltunnel is a client/server software to establish PPP links over
  SSL/TLS sessions. Client and server are mutually authenticated using
  X509 certificates, PPP packets are encrypted/decrypted realtime on
  each side. The client has the ability to initiate the connection
  through an HTTP/HTTPS relay, even if an authentification is needed.

  This is the client part.

  WWW: http://www.hsc.fr/ressources/outils/ssltunnel/
deps:
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories: [net]
files:
  /usr/local/bin/pppclient: 2cf7c019b13be3114c043a82df8ffedbdf412de30f98b97d96e7a893695d678b
  /usr/local/etc/ssltunnel/client.conf.sample: c0c3904034c8ecc38e06de8570f4b3b60a48f2c6eea8aa4deb94537091ee62af
  /usr/local/man/man1/pppclient.1.gz: ea4e6e376272c614414ed6c7054a21cf5dfe1de4fd7376c221801b8e9bb4bb28
  /usr/local/man/man5/ssltunnelrc.5.gz: f031f451c26a3db8b0cef1cef5385e94c9bdda62133b6789ab8bcf6fce82a413
  /usr/local/share/doc/ssltunnel/client.LISEZ-MOI: f832c2438b26a78659468c95654c7bd4a76bc6c794db209d32be98abc9773cbe
  /usr/local/share/doc/ssltunnel/client.README: 69bf51023ea4500f6a0519129e439115b7a65932081c6733c2ad8f450f3b4ab0
  /usr/local/share/licenses/ssltunnel-client-1.18_1/BSD: 85e7a53b5e2d3e350e2d084fed2f94b7f63005f8e1168740e1e84aa9fa5d48ce
  /usr/local/share/licenses/ssltunnel-client-1.18_1/LICENSE: d9cce0db43502eb1bd8fbef7e960cfaa43b5647186f7f7379923b336209fd77b
  /usr/local/share/licenses/ssltunnel-client-1.18_1/catalog.mk: 4a20cba37b0bc8cc58899853c8e68c40adbf51f384d352ab66aea0365ad7bc5d
directories:
  /usr/local/share/licenses/ssltunnel-client-1.18_1/: n
  /usr/local/share/licenses/: y
  /usr/local/share/doc/ssltunnel/: n
  /usr/local/etc/ssltunnel/: y
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    if cmp -s /usr/local/etc/ssltunnel/client.conf /usr/local/etc/ssltunnel/client.conf.sample; then rm -f /usr/local/etc/ssltunnel/client.conf; fi
    cd /usr/local
  post-deinstall: |
    cd /usr/local
