Bug 146431 - [NEW PORT]devel/api-sanity-autotest
Summary: [NEW PORT]devel/api-sanity-autotest
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-09 11:30 UTC by bf
Modified: 2010-05-10 03:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.90 KB, text/plain)
2010-05-09 11:30 UTC, bf
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2010-05-09 11:30:02 UTC

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-05-09 14:26:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2010-05-10 03:23:54 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-05-10 03:24:12 UTC
miwi        2010-05-10 02:23:59 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/api-sanity-autotest Makefile distinfo pkg-descr 
  Log:
  API Sanity Autotest is a test generator for shared C/C++ libraries. It can
  quickly generate simple ("sanity" or "shallow"-quality) tests for functions from
  the library API, using the signatures and data type definitions from the library
  header files. The tests can detect critical errors in simple use cases, and can
  be improved with highly reusable specialized types. API Sanity Autotest can
  execute generated tests and detect all kinds of emitted signals, early program
  exits, program hanging and specified requirement failures. API Sanity Autotest
  also supports tests in the Template2Code format, and has a random test
  generation mode and other useful features.
  
  WWW: http://ispras.linux-foundation.org/index.php/API_Sanity_Autotest
  
  PR:             ports/146431
  Submitted by:   bf <bf1783 at gmail.com>
  
  Revision  Changes    Path
  1.3919    +1 -0      ports/devel/Makefile
  1.1       +44 -0     ports/devel/api-sanity-autotest/Makefile (new)
  1.1       +3 -0      ports/devel/api-sanity-autotest/distinfo (new)
  1.1       +11 -0     ports/devel/api-sanity-autotest/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"