---
name: pgp
version: 2.6.3i_1
origin: security/pgp
comment: PGP International version - Public-Key encryption for the masses
arch: freebsd:9:x86:64
www: http://www.pgpi.org/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 558556
desc: |
  PGP (Pretty Good Privacy) is a public key encryption pack-
  age to protect E-mail and data files.  It lets you  commu-
  nicate  securely  with  people  you've  never met, with no
  secure channels needed for prior exchange of  keys.   It's
  well featured and fast, with sophisticated key management,
  digital signatures, data compression, and  good  ergonomic
  design.

  WWW: http://www.pgpi.org/
categories: [security]
files:
  /usr/local/bin/pgp: fb284c98ab40ca31bc1b4fdc48d64d85a8025c2ef0b1ebc7943bc559a14f4cde
  /usr/local/man/man1/pgp.1.gz: 08aa07ecf1477f1601babfca486dd2f27d87798ef47d0602a5e4e84fa3509a2a
  /usr/local/man/man1/pgp2.1.gz: 08aa07ecf1477f1601babfca486dd2f27d87798ef47d0602a5e4e84fa3509a2a
  /usr/local/share/pgp/config.txt-dist: 6ac28637a2855792fa0cbd96fa64b7ef4883280936f047b8cc8846697ba43171
  /usr/local/share/pgp/language.txt-dist: 6e239a38578ce814dd5ddc035be58ac6d47e16051d4827ed1d363555bbd6e08a
  /usr/local/share/pgp/pgp.hlp: ba5669d640ea5c2d95690d19e6774ce1a1ec22e1ace0daacf1727778a4d79559
  /usr/local/share/pgp/pgpdoc1.txt: bf3e9b5c93844c2e0f5211a16b76009eb9ac5d172c348745748ee13c66226eca
  /usr/local/share/pgp/pgpdoc2.txt: 70c21932fab3ef308d9a1526a605602fa51dc9f4193289a75e7c21fc4ccab93c
directories:
  /usr/local/share/pgp/: n
scripts:
  post-install: |
    [ ! -f /usr/local/share/pgp/language.txt ] && cp /usr/local/share/pgp/language.txt-dist /usr/local/share/pgp/language.txt
    [ ! -f /usr/local/share/pgp/config.txt ] && cp /usr/local/share/pgp/config.txt-dist /usr/local/share/pgp/config.txt
  pre-deinstall: |
    if cmp -s /usr/local/share/pgp/language.txt /usr/local/share/pgp/language.txt-dist; then rm -f /usr/local/share/pgp/language.txt; fi
    if cmp -s /usr/local/share/pgp/config.txt /usr/local/share/pgp/config.txt-dist; then rm -f /usr/local/share/pgp/config.txt; fi
