---
name: pks
version: 0.9.6.20040312
origin: security/pks
comment: PGP Public Key Server
arch: freebsd:9:x86:64
www: http://www.mit.edu/people/marc/pks/
maintainer: gtodd@bellanet.org
prefix: /usr/local
licenselogic: single
flatsize: 417192
desc: "This program implements a standard PGP Key Server, which can be assumed \nto
  be in addition to the public key server at MIT.\n\nWWW:\thttp://www.mit.edu/people/marc/pks/\n"
deps:
  db41: {origin: databases/db41, version: 4.1.25_4}
categories: [www, security]
files:
  /usr/local/bin/pgpsplit: 8e80d044764d79180f35e54d73e753de6471900db1fcb659a0c4e4a552d22212
  /usr/local/bin/pks-mail.sh: 62310804b4e72cae493850dd10df3d33e2559a08b361a992f870ba15e1a96ed6
  /usr/local/bin/pks-queue-run.sh: 82e2a5a0b512d0dcb0b469355de513132738b6f0c146c17e263a6d7b580e37f1
  /usr/local/bin/pksclient: ef3ed00b5c5e2cbfd26cbe7a5560b18dcfe69f65ae972171be719c6db14f32e8
  /usr/local/bin/pksdctl: 28e5452935c141d91f876edf766dbb3d5a05fd31abe4818ef922202b23ffc785
  /usr/local/etc/pksd.conf.sample: f3ea49eb1427c6067c3145a9307a082d7a81613ae3b138fcb0a3922f435f5ce3
  /usr/local/etc/rc.d/pksd: ef4658521cd88ae7dfee2acc5cb72dcef9ddcba2bbaa313e59ea0fe0f242d439
  /usr/local/man/man5/pksd.conf.5.gz: 4095e33636bca2918025145033ee7b360497b0e2c14b14fc4da49f0f424b0708
  /usr/local/man/man8/pgpsplit.8.gz: 5f37218e192b8ba5d31be6db43ba92eb62fd4f179e14dd27a405556d12890ed5
  /usr/local/man/man8/pks-intro.8.gz: 206cbdde6fd01cd86d02376f4c5c346ecdbc0fab9af378236ef9d2caccbc02fb
  /usr/local/man/man8/pks-mail.sh.8.gz: 5f37218e192b8ba5d31be6db43ba92eb62fd4f179e14dd27a405556d12890ed5
  /usr/local/man/man8/pks-queue-run.sh.8.gz: 5f37218e192b8ba5d31be6db43ba92eb62fd4f179e14dd27a405556d12890ed5
  /usr/local/man/man8/pksclient.8.gz: 195021a80b6c623d83e85e7f9088a0cdd8404cee92792746b760fce2e07aa260
  /usr/local/man/man8/pksd.8.gz: 0280fbf07a078f5eaef95a2ea2f94fd7691b8970a75cfc38b06f06ce8eed2331
  /usr/local/man/man8/pksdctl.8.gz: 8b62e01f5f78056f984fcd22e0429eac9f3f602670521708bb2967c2401d636c
  /usr/local/sbin/pksd: ff6cdc0228a13cf54cc5921466c6ac5a0db54ee99fabaf888a30a02de76e1e18
  /usr/local/share/doc/pks/mail_intro: e2d06977bb2a57179729e0690915d996445c0f66556c19d1849b479c623a6f50
  /usr/local/share/doc/pks/pks_help.cz: 1596310ce94d71b00224e6f17b9f60c72648bb613a973a319709050352789296
  /usr/local/share/doc/pks/pks_help.de: 99d9be77129eb4fc7b1f52a1860b96fbe96da22415e941a2f20b561619baed13
  /usr/local/share/doc/pks/pks_help.en: 62b255cee0b0da1d16ef02ed096c3081e46f77ced19befbfadf3f758f36357a2
  /usr/local/share/doc/pks/pks_help.es: b853803a3cc839c3183b8083b1aba54cfa69578a0345151786842e2ad3327008
  /usr/local/share/doc/pks/pks_help.fr: 7e0a5d03a7e335738c4740e24875a7aa8bb346b759798eb24df08f614ecdd267
  /usr/local/share/doc/pks/pks_help.ja: fec52e5a2e77c12e1df5dae2fb7046bb9fcd50e6a736e2bbb38ff7f11b85c49d
  /usr/local/share/examples/pks/pksd.conf: f3ea49eb1427c6067c3145a9307a082d7a81613ae3b138fcb0a3922f435f5ce3
  /usr/local/share/pks/mail_intro: e2d06977bb2a57179729e0690915d996445c0f66556c19d1849b479c623a6f50
  /usr/local/share/pks/pks-commands.html: 8d15665bcec89a6e6b2037208e19f91d47817293e553b057b506b9a207b06433
  /usr/local/share/pks/pks-commands.php: 40d770867f9ef27d802a5bf5df76009217e59bf3adb98fa9bc4ec6b608949e4d
directories:
  /usr/local/share/pks/: n
  /usr/local/share/examples/pks/: n
  /usr/local/share/doc/pks/: n
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
  install: "#!/bin/sh\n#\n# $FreeBSD: ports/security/pks/pkg-install,v 1.3 2012/11/17
    06:01:16 svnexp Exp $\n\nPKGNAME=$1\nSTAGE=$2\n\ncase ${STAGE} in\nPRE-INSTALL)\n\t;;\nPOST-INSTALL)\n\tDBDIR=/var/pks/db\n\tMAILDIR=/var/pks/incoming\n\n\tmkdir
    -p ${DBDIR} ${MAILDIR}\n\t;;\n*)\n\techo \"Unexpected argument: ${STAGE}\"\n\texit
    1\n\t;;\nesac\nexit 0\n"
  deinstall: "#!/bin/sh\n#\n# $FreeBSD: ports/security/pks/files/pkg-deinstall.in,v
    1.2 2012/11/17 06:01:16 svnexp Exp $\n\nPKGNAME=$1\nSTAGE=$2\n\ncase ${STAGE}
    in\nDEINSTALL)\n\t;;\nPOST-DEINSTALL)\n\tcat << EOF\n===========================================================================\nIf
    you won't be using ${PKGNAME} any longer, you may want to remove the\nfollowing
    directories and files:\n\n        /usr/local/etc/pksd.conf\n\t/var/pks\n===========================================================================\nEOF\n\t;;\n*)\n\techo
    \"Unexpected argument: ${STAGE}\"\n\texit 1\n\t;;\nesac\nexit 0\n"
message: "\n\n\t##################################\n\n\t  To enable adding keys via
  the\n\t  web interface please edit the\n\t  configuration file at:\n\n\t   /usr/local/etc/pksd.conf\n\n\t##################################\n"
