Bug 163861 - new port: devel/art A Resource Tracer (A resource tracing, debugging and profiling tool)
Summary: new port: devel/art A Resource Tracer (A resource tracing, debugging and prof...
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: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-06 09:30 UTC by Vladimir Gorelov
Modified: 2012-03-17 16:11 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Gorelov 2012-01-06 09:30:11 UTC
Here is new port: devel/art

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	art
#	art/Makefile
#	art/pkg-descr
#	art/pkg-plist
#	art/distinfo
#
echo c - art
mkdir -p art > /dev/null 2>&1
echo x - art/Makefile
sed 's/^X//' >art/Makefile << '52f1ad149be5cfe82c685f5f309d21e6'
X# New ports collection makefile for: art
X# Date created:        05 December 2012
X# Whom:                skylark
X#
X# $FreeBSD$
X#
X
XPORTNAME=	art
XPORTVERSION=	0.9.00
XCATEGORIES=	devel
XMASTER_SITES=	http://skylark.tsu.ru/art/0.9/download/src/
X
XMAINAINER=	ports@FreeBSD.org
XCOMMENT=	A resource tracing, debugging and profiling tool
X
XLICENSE=	GPLv3
X
XLIB_DEPENDS=	xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26
X
XUSE_GMAKE=	yes
XMAKE_JOBS_SAFE=	yes
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/artlibgen/src/artlibgen ${PREFIX}/bin
X	@${INSTALL_PROGRAM} ${WRKSRC}/artrepgen/artrepgen ${PREFIX}/bin
X	@${MKDIR} ${DOCSDIR}
X.for docs in posix-gcc-mt-file-lint.xml posix-gcc-mt-netw-lint.xml \
X    posix-gcc-mt-file-special.xml
X	@${INSTALL_DATA} ${WRKSRC}/artlibgen/templates/${docs} ${DOCSDIR}
X.endfor
X
X.if defined(MAINTAINER_MODE)
Xfull-regression-test: build
X	cd ${WRKSRC}; ${GMAKE} test
X.endif
X
X.include <bsd.port.mk>
52f1ad149be5cfe82c685f5f309d21e6
echo x - art/pkg-descr
sed 's/^X//' >art/pkg-descr << 'db108e27c052356286949dfb1dd1073f'
XCrossplatform method to trace software errors in runtime during resource
Xmanipulation is shown. A scheme for describing abstract resources and their
Xfunctions in XML is presented. Due to separation it's possible to describe
Xvast classes of resources without changing the analyzer core.
XDetected errors often have an influence on security, safety, robustness and
Xresource optimal usage.
X
XKeywords: software, instrumenting, resources, debugging, tracing.
X
XWWW: http://skylark.tsu.ru/art/index-en.html
db108e27c052356286949dfb1dd1073f
echo x - art/pkg-plist
sed 's/^X//' >art/pkg-plist << 'cdd4362d540b85867ec3b22ae48763d7'
Xbin/artlibgen
Xbin/artrepgen
Xshare/doc/art/posix-gcc-mt-file-special.xml
Xshare/doc/art/posix-gcc-mt-file-lint.xml
Xshare/doc/art/posix-gcc-mt-netw-lint.xml
X@dirrm share/doc/art/
cdd4362d540b85867ec3b22ae48763d7
echo x - art/distinfo
sed 's/^X//' >art/distinfo << '578422bb9931b402b7f6cb1fef3b451c'
XSHA256 (art-0.9.00.tar.gz) = 44228cd211afe5ab7f1347c67913e1b3df13250877eeada92ae4e57b90dd102b
XSIZE (art-0.9.00.tar.gz) = 36737
578422bb9931b402b7f6cb1fef3b451c
exit
Comment 1 Alex Kozlov freebsd_committer freebsd_triage 2012-03-11 16:59:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-03-17 16:07:53 UTC
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"
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2012-03-17 16:11:45 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!