---
name: pmk
version: 0.10.4
origin: devel/pmk
comment: Pre Make Kit, a sane replacement for autoconf
arch: freebsd:9:x86:64
www: http://pmk.sourceforge.net/
maintainer: araujo@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 438656
desc: "What is pmk:\n\nThe meaning of pmk is \"Pre Make Kit\", a dependency configuring
  tool.\nIt aims to be considered as an alternative to GNU autoconf.\n\nGoals:\n \n*)
  Avoid the use of scripts in packages that can hide trojans.\n*) Try to keep the
  needed dependencies near from zero (actually we're\n   at zero).\n*) Make it easy
  to use for users and developers.\n*) Provide the package in a free and usable license
  for everybody (BSD).\n*) Limit the changes in sources for a transition from autoconf.\n\nWWW:
  http://pmk.sourceforge.net/\n"
categories: [devel]
files:
  /usr/local/bin/pmk: 51055579e4f954fa77fa5317d6e0625e8ea8caa9d64fa6c2a7c42cbf06b3b248
  /usr/local/bin/pmkinstall: 074051642ce53942fa75a69479ce91586b799423eb1cc6114552e25037721bab
  /usr/local/bin/pmkpc: 54fc40f3ce4326e2ae6ff9a462ce6f8c09e30bb676e7a2ee381b05a12c4f8e5a
  /usr/local/bin/pmkscan: 3bcf1bc83c5d507d4e230fe2993d6eb455a8e77d87662aca488ca113a19bdcac
  /usr/local/bin/pmksetup: 2172f7fb9c40c3e756d6be932ff82dc15839911ff232dfc3b52fd85dc071aa11
  /usr/local/man/man1/pmk.1.gz: 2daea4e049b28f6abf0fb5d8dc9891401e93581ff7cb3a24a84bd8d3a96cb0f2
  /usr/local/man/man1/pmkinstall.1.gz: 52c39318bb1e335d051aa47ba219f61ef68a652872bade1401115ad2a5cc7be1
  /usr/local/man/man1/pmkpc.1.gz: edd424e30d99d739f4444ea77c7c8ffb38b70e0116eefc504167ffd466bc2d8e
  /usr/local/man/man1/pmkscan.1.gz: 2f5c9c8b63bf731371124db186090589242a7d68b154e6d9a5af8efb80ca0eb5
  /usr/local/man/man5/pmk.conf.5.gz: 8e6ffdbe11cc4c60f145c5e480d46a16f64da8168ddedbd0632d9f7ad62b07bb
  /usr/local/man/man5/pmkfile.5.gz: 80b5309fc8e95013ba0513e29a4bb8404b2408f8ebbf0b13e71e5eceb1ade71f
  /usr/local/man/man5/pmksyntax.5.gz: b3133605bcf7f6014bd02c2b219d5d0c16587dfe0a135a36a8c8e6397d787176
  /usr/local/man/man5/scanfile.5.gz: 27beaea8c9682a35cfef8b006458367f2d33cb36de7743f2156321c5760953fe
  /usr/local/man/man8/pmksetup.8.gz: 6beb2e0b79ad22fc75b9da4985712099c7efd2285e432e216aa578dc018113fb
  /usr/local/share/pmkcfgtool.dat: a14929e67584fe5b4ea62c6380daf19edc47063d4ed622014c64d4cd9e00ab73
  /usr/local/share/pmkcomp.dat: 195e42350f6dd3cd873bdaa1783489a515fe28bb6e26a940a239471d3046e696
  /usr/local/share/pmkcpu.dat: 0068c7046632a04257a79cf6f4427731fadb0d811f20aaf9945a8baf7df6f9e4
  /usr/local/share/pmkscan.dat: 921a5cd6094c9b2010936df11d3250057ce325b7ec77b220a5607303ca4b5e81
scripts:
  pre-deinstall: |
    if cmp -s /usr/local/etc/pmk/pmk.conf /usr/local/etc/pmk/pmk.conf.dist; then rm -f /usr/local/etc/pmk/pmk.conf; fi
    rm -f /usr/local/etc/pmk/pmk.conf.dist
  install: "# $FreeBSD#\n\nif [ \"$2\" != \"POST-INSTALL\" ]; then\n\texit 0\nfi\n
    \npmkconf=/usr/local/etc/pmk/pmk.conf\n \nif [ -f $pmkconf ]; then\n\tmv -f ${pmkconf}
    ${pmkconf}.bak\n\t/usr/local/bin/pmksetup\n\tmv -f ${pmkconf} ${pmkconf}.dist\n\tmv
    -f ${pmkconf}.bak ${pmkconf}    \nelse\n\t/usr/local/bin/pmksetup\n\tcp -fp ${pmkconf}
    ${pmkconf}.dist\nfi\n \nexit 0\n"
