| Summary: | new port: devel/art A Resource Tracer (A resource tracing, debugging and profiling tool) | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Vladimir Gorelov <virtual.lark> |
| Component: | Individual Port(s) | Assignee: | Alex Kozlov <ak> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Vladimir Gorelov
2012-01-06 09:30:11 UTC
Responsible Changed From-To: freebsd-ports-bugs->ak I'll take it. ak 2012-03-17 16:07:42 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/art Makefile distinfo pkg-descr pkg-plist
Log:
Crossplatform method to trace software errors in runtime during resource
manipulation is shown. A scheme for describing abstract resources and their
functions in XML is presented. Due to separation it's possible to describe
vast classes of resources without changing the analyzer core.
Detected errors often have an influence on security, safety, robustness and
resource optimal usage.
PR: ports/163861
Submitted by: Vladimir Gorelov <virtual.lark@gmail.com>
Approved by: eadler (mentor)
Feature safe: yes
Revision Changes Path
1.4900 +1 -0 ports/devel/Makefile
1.1 +40 -0 ports/devel/art/Makefile (new)
1.1 +2 -0 ports/devel/art/distinfo (new)
1.1 +8 -0 ports/devel/art/pkg-descr (new)
1.1 +6 -0 ports/devel/art/pkg-plist (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"
State Changed From-To: open->closed New port added, with minor changes. Thanks! |