---
name: netpgp
version: 20101107
origin: security/netpgp
comment: PGP signing, verification, encryption, and decryption program
arch: freebsd:9:x86:64
www: http://www.NetBSD.org/
maintainer: bapt@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [BSD]
flatsize: 819629
desc: |
  The netpgp command can digitally sign files and verify that the
  signatures attached to files were signed by a given user identifier.
  netpgp can also encrypt files using the public or private keys of
  users and, in the same manner, decrypt files which were encrypted.

  The netpgp utility can also be used to generate a new key-pair for a
  user.  This key is in two parts, the public key (which can be used by
  other people) and a private key.

  In addition to these primary uses, the third way of using netpgp is to
  maintain keyrings.  Keyrings are collections of public keys belonging
  to other users.  By using other means of identification, it is
  possible to establish the bona fides of other users.  Once trust has
  been established, the public key of the other user will be signed.
  The other user's public key can be added to our keyring.  The other
  user will add our public key to their keyring.

  WWW: http://www.NetBSD.org/
categories: [security]
files:
  /usr/local/bin/netpgp: cb0bb1cf0da3f71b2d167427c98f0da43e5cc677739835aad58550c5010c7f6c
  /usr/local/bin/netpgpkeys: 96081f3548d15d30ba9e48321c652857bd0579ff15345bd4709caca636da7361
  /usr/local/bin/netpgpverify: 3de1558213b18c5b609930f2ae0cdd551e2df8f25e87a37b51945448e3507a37
  /usr/local/include/netpgp.h: 6baabfb5cc95dc660e58cff3bb9b8dfe5ac5ddf751887edbb860394a2930e015
  /usr/local/lib/libmj.a: 602c936ce2711049c9f5eb210ea42b89ff1e7765e315f19f243f6de28b9d326f
  /usr/local/lib/libmj.la: a5a9c59e49c2ff3965725a367c3f834e3782e2944bd597c357c7992fdabce94c
  /usr/local/lib/libmj.so: '-'
  /usr/local/lib/libmj.so.0: 31babb9d504779929dff03d74ee93184692f6147d692aa028827005b8ea5fda0
  /usr/local/lib/libnetpgp.a: 6601da0241cb254d4819b5855fb53c0e050719cddf31631640c126d157f61fb6
  /usr/local/lib/libnetpgp.la: 1b696e24f9a4c925848db0debf7210f8854079ac54011aa7bb1927f49832fc69
  /usr/local/lib/libnetpgp.so: '-'
  /usr/local/lib/libnetpgp.so.0: 1b989a6691e59c2f76430e903857dccbbf6bf312bbf05d33858bfafc0b2b9286
  /usr/local/man/man1/netpgp.1.gz: ca466fd4cac90f3936bb28e3c05663e50e7433d818b8bd1d0972c4be2a29e5c6
  /usr/local/man/man1/netpgpkeys.1.gz: f688827503174c1aaf79e54e7c83a3c011fd43803220b4e0a6414c4022fa79e5
  /usr/local/man/man1/netpgpverify.1.gz: 0672b25af166e76d290bebb0dcf274d26cad9821f07ede0c43a5d58deb963801
  /usr/local/man/man3/libmj.3.gz: 7388d1c600e813d1e639e9b34c3dc469ea45859b5a4b5e715b7cd68be98fc868
  /usr/local/man/man3/libnetpgp.3.gz: 8d5333fe56ea350e93a9bc749414338dbdbd57fc8aa6b122315b51dc5fe0c171
  /usr/local/share/licenses/netpgp-20101107/BSD: 85e7a53b5e2d3e350e2d084fed2f94b7f63005f8e1168740e1e84aa9fa5d48ce
  /usr/local/share/licenses/netpgp-20101107/LICENSE: d9cce0db43502eb1bd8fbef7e960cfaa43b5647186f7f7379923b336209fd77b
  /usr/local/share/licenses/netpgp-20101107/catalog.mk: 794cc26e5df47ae9fe7978298f63be469e6e2b8a27b4d7931399e224b91d68c3
directories:
  /usr/local/share/licenses/netpgp-20101107/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
  post-deinstall: |
    cd /usr/local
