---
name: unuran
version: 1.8.1
origin: math/unuran
comment: Universal Non-Uniform RANdom number generators
arch: freebsd:9:x86:64
www: http://statmath.wu-wien.ac.at/unuran/
maintainer: bf@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv2]
flatsize: 4882749
desc: |
  UNU.RAN (Universal Non-Uniform RAndom Number generator) is a collection of
  algorithms for generating non-uniform pseudorandom variates as a library of C
  functions designed and implemented by the ARVAG (Automatic Random VAriate
  Generation) project group in Vienna, and released under the GNU Public License
  (GPL). It is especially designed for situations where:

  - a non-standard distribution or a truncated distribution is needed;
  - experiments with different types of distributions are made;
  - random variates for variance reduction techniques are used; or
  - fast generators of predictable quality are necessary.

  UNU.RAN provides generators that are superior in many aspects to those found in
  quite a number of other libraries; however, due to its more sophisticated
  programming interface, it might not be as easy to use.

  It uses an object-oriented interface in which distributions and generators are
  treated as independent objects, so that different methods for generating
  non-uniform random variates may be chosen according to various criteria, such
  as speed, quality, and variance reduction. It is flexible enough to permit
  sampling from non-standard distributions, such as distributions that arise in
  a model and can only be computed in complicated subroutines.

  WWW: http://statmath.wu-wien.ac.at/unuran/
deps:
  rngstreams: {origin: math/rngstreams, version: 1.0.1}
categories: [math]
files:
  /usr/local/include/unuran.h: ed4f721b3804a5ff0e11955b576113794b8b2ba72c6cce9323add54b5019eb64
  /usr/local/include/unuran_tests.h: 720c8d4087527908c060d9a3558b455ffa7fdbf260cd623085467a981145ed4d
  /usr/local/include/unuran_urng_gsl.h: 10cb618e065db4f2d696cf787e1f0483d769480289031224736daf8943f7b625
  /usr/local/include/unuran_urng_prng.h: e94b5dd9b00f433b3ab4d15e23e20ee6cc8674d8eeb17db7982bc011902bb174
  /usr/local/include/unuran_urng_rngstreams.h: e515d8419945b0a91892bdfb92628243aea9f6dd44302fd88994af3940f731c2
  /usr/local/info/unuran.info: a4931469ba94967a0e2b462d16a02d47b2dd0e19dcd75abcc096b4a1df76462c
  /usr/local/lib/libunuran.a: 9cb0358f05713b7e64979904005e2411064d8fc3369aaa7b45998756f3fea41c
  /usr/local/lib/libunuran.la: aecb27ce97ad8ce0882d9fb50d7ecd1e0465337a7421e21cb39a42481af0de91
  /usr/local/lib/libunuran.so: '-'
  /usr/local/lib/libunuran.so.15: 8429a8fcc92b5cfbc75e8d7b636b5690f0f5f1aa0d31ad634c031f86d7c27f02
  /usr/local/share/doc/unuran/unuran.pdf: 2d1fad000bf12833b56bdfecc372b1a0a5f88be8face5c5838390fe8c24c77aa
  /usr/local/share/doc/unuran/unuran.txt: e02dc3c5838c4798f10a7f1fa0eb0f22fbe60a998005c097097fa62996e81e72
  /usr/local/share/licenses/unuran-1.8.1/GPLv2: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
  /usr/local/share/licenses/unuran-1.8.1/LICENSE: 7e1394d03c5f275a402fe721ff1d1349449ea8602b52af954c76463afcdb6ef7
  /usr/local/share/licenses/unuran-1.8.1/catalog.mk: c1012a8b583e4def67efa272af7b851f08809f186729b0c5b129ca1014085c35
directories:
  /usr/local/share/licenses/unuran-1.8.1/: n
  /usr/local/share/licenses/: y
  /usr/local/share/doc/unuran/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
    file=/usr/local/info/unuran.info
    install-info --quiet /usr/local/info/unuran.info ${file%25/*}/dir
    cd /usr/local
  pre-deinstall: |
    /sbin/ldconfig -R
    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/unuran.info
    install-info --quiet --delete /usr/local/info/unuran.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
