---
name: quickcheck++
version: 0.0.3
origin: devel/quickcheck++
comment: A tool for testing C++ programs automatically, inspired by QuickCheck
arch: freebsd:9:x86:64
www: http://software.legiasoft.com/quickcheck/
maintainer: tota@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv3]
flatsize: 116837
desc: "QuickCheck++ is a tool for testing C++ programs automatically,\ninspired by
  QuickCheck, a similar library for Haskell programs.\n\nIn QuickCheck++, the application
  programmer provides a specification\nof parts of its code in the form of properties
  which this code must\nsatisfy. Then, the QuickCheck++ utilities can check that these\nproperties
  holds in a large number of randomly generated test cases.\n\nSpecifications, i.e.
  properties, are written in C++ by deriving\nfrom the quickcheck::Property class.
  This class contains members\nnot only to express the specification but also to observe
  the\ndistribution of test data and to write custom test data generators.\n\nThe
  framework also allows the specification of fixed test data, as\ncan be done with
  more traditional unit testing frameworks.\n\nWWW:\thttp://software.legiasoft.com/quickcheck/\n"
categories: [devel]
options: {DOXYGEN: off}
files:
  /usr/local/include/quickcheck/Property.hh: 361735e18771e5a8816cabc821e0316a8644d6c9b81a0d758f56d584a19a813d
  /usr/local/include/quickcheck/generate.hh: 2bb4c07b04c8aeda174955a89cc5d7eecee17a461048bac27c40faaa4f6c7d75
  /usr/local/include/quickcheck/ostream.hh: 9f7686af7dd79a175e990201d15dd82b8302714102f25f95adfae2dcc41e8351
  /usr/local/include/quickcheck/quickcheck.hh: 585758f3db672ffac6983077e07d3dcaee1345f5f1088f85a34563870f44d450
  /usr/local/share/doc/quickcheck++/COPYRIGHT: 4bcffa0adba0e38d813939e66756d2e71757fd9801789e17da035dc883edad01
  /usr/local/share/doc/quickcheck++/README: 05884a375c38df61406b6ebae3b6df202ffa5125760868f87c4f5e6770205cd1
  /usr/local/share/examples/quickcheck++/examples.cc: c8313dac9e41f43d05fb83f17e3f92d7c15559a0c0380ae0ad48f058298a77ee
  /usr/local/share/licenses/quickcheck++-0.0.3/GPLv3: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7
  /usr/local/share/licenses/quickcheck++-0.0.3/LICENSE: feb018c22cc4001bbeccc04db5569c5aeaec18f1ebbee51a52d56c251418e243
  /usr/local/share/licenses/quickcheck++-0.0.3/catalog.mk: 09f03b11835d215cd0246f0839192aa2f6e4d1437ba6789e5cffa1b93366dc19
directories:
  /usr/local/share/licenses/quickcheck++-0.0.3/: n
  /usr/local/share/licenses/: y
  /usr/local/share/examples/quickcheck++/: n
  /usr/local/share/doc/quickcheck++/: n
  /usr/local/include/quickcheck/: n
scripts:
  post-install: |
    cd /usr/local
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
    cd /usr/local
  post-deinstall: |
    cd /usr/local
    cd /usr/local
