---
name: prng
version: 3.0.2
origin: math/prng
comment: Portable, high-performance ANSI-C pseudorandom number generators
arch: freebsd:9:x86:64
www: http://statistik.wu-wien.ac.at/software/prng/index.html
maintainer: bf@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv2]
flatsize: 682807
desc: |
  PRNG is a collection of portable, high-performance ANSI-C implementations of
  pseudorandom number generators such as linear congruential, inversive
  congruential, and explicit inversive congruential random number generators (LCG,
  ICG and EICG, respectively) created by Otmar Lendl and Josef Leydold.

  WWW: http://statistik.wu-wien.ac.at/software/prng/index.html
categories: [math]
files:
  /usr/local/include/prng.h: 7c423648beae1eb15a4216b126094b30bcd6684152ac9a9c98714efd2a4bd7d1
  /usr/local/info/prng.info: 2b6c95a6ce78dd4304bed72341e916c4eb5df32687aa2d0311449c3411cf7c68
  /usr/local/lib/libprng.a: f24c5d2881549f54f21fae09bc9c59a079cfd449da4ad03ca086e4c8b73e43c9
  /usr/local/share/doc/prng/prng.dvi: b4e9538e4f1bf0ade1d27bb98649abd9d32f869f108c8533f55101171074a6f3
  /usr/local/share/doc/prng/prng.pdf: 8dfc294d0f988c5dc861c83e3b4bccaf84bea6d434a577479d664cd647da9c9d
  /usr/local/share/doc/prng/prng.ps: b8e882896b0284b72e4382a13daccaa8d75e462301f8a2d823a4f4ee8be7ceed
  /usr/local/share/doc/prng/prng.txt: 62d61c0b1baa308c02d7b46dbb9c1af4e3f44cf4410d2f7374c378eb1dc896d8
  /usr/local/share/examples/prng/Makefile: 5b78f96321ec2c2b4e3509e0b15997b9d4b500524de57276456129ffef019152
  /usr/local/share/examples/prng/pairs.c: d8a56f6126c4b1cafd464a306dad530053e4b64fee3c3c119479c11f0662d9a9
  /usr/local/share/examples/prng/tuples.c: 6c237f3de3242b4dc9447a00005cebd7271bcc623f81b67f47d68dbefb9e3563
  /usr/local/share/licenses/prng-3.0.2/GPLv2: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
  /usr/local/share/licenses/prng-3.0.2/LICENSE: 7e1394d03c5f275a402fe721ff1d1349449ea8602b52af954c76463afcdb6ef7
  /usr/local/share/licenses/prng-3.0.2/catalog.mk: 55a356d2307406d0b313d099558183d39a92ca20112a0de5b0c8356b1298d68c
directories:
  /usr/local/share/licenses/prng-3.0.2/: n
  /usr/local/share/licenses/: y
  /usr/local/share/examples/prng/: n
  /usr/local/share/doc/prng/: n
scripts:
  post-install: |
    cd /usr/local
    file=/usr/local/info/prng.info
    install-info --quiet /usr/local/info/prng.info ${file%25/*}/dir
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
    if [ -f /usr/local/info/dir ]; then if sed -e '1,/Menu:/d' /usr/local/info/dir | grep -q '^[*] '; then true; else rm /usr/local/info/dir; fi; fi
    cd /usr/local
  post-deinstall: |
    cd /usr/local
    file=/usr/local/info/prng.info
    install-info --quiet --delete /usr/local/info/prng.info ${file%25/*}/dir
    if [ $(info -d ${file%25/*}  --output - 2>/dev/null | grep -c '^*') -eq 1 ]; then
      rm -f ${file%25/*}/dir
    fi
    cd /usr/local
