---
name: atf
version: 0.16_1
origin: devel/atf
comment: Automated Testing Framework
arch: freebsd:9:x86:64
www: http://code.google.com/p/kyua/wiki/ATF
maintainer: namor@hemio.de
prefix: /usr/local
licenselogic: single
licenses:
- BSD
flatsize: 4899968
desc: |
  The Automated Testing Framework (ATF) is a collection of libraries and
  utilities designed to ease unattended application testing in the hands of
  developers and end users of a specific piece of software.

  As regards developers, ATF provides the necessary means to easily create
  test suites composed of multiple test programs, which in turn are a
  collection of test cases.  It also attempts to simplify the debugging of
  problems when these test cases detect an error by providing as much
  information as possible about the failure.

  As regards users, it simplifies the process of running the test suites and,
  in special, encourages end users to run them often: they do not need to
  have source trees around nor any other development tools installed to be
  able to certify that a given piece of software works on their machine as
  advertised.

  Note that ATF is included in the base system since FreeBSD 10, so this
  port does not need to be installed on FreeBSD 10.

  WWW: http://code.google.com/p/kyua/wiki/ATF
categories:
- devel
shlibs_required:
- libatf-c++.so.0
- libatf-c.so.0
shlibs_provided:
- libatf-c.so.0
- libatf-c++.so.0
options: {TOOLS: on}
