From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 6 09:30:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCCDE106566B for ; Fri, 6 Jan 2012 09:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A3D118FC15 for ; Fri, 6 Jan 2012 09:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q069UBZB059433 for ; Fri, 6 Jan 2012 09:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q069UBim059430; Fri, 6 Jan 2012 09:30:11 GMT (envelope-from gnats) Resent-Date: Fri, 6 Jan 2012 09:30:11 GMT Resent-Message-Id: <201201060930.q069UBim059430@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vladimir Gorelov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D16D106566B for ; Fri, 6 Jan 2012 09:22:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2D3498FC13 for ; Fri, 6 Jan 2012 09:22:29 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q069MS2w091909 for ; Fri, 6 Jan 2012 09:22:28 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q069MSh2091829; Fri, 6 Jan 2012 09:22:28 GMT (envelope-from nobody) Message-Id: <201201060922.q069MSh2091829@red.freebsd.org> Date: Fri, 6 Jan 2012 09:22:28 GMT From: Vladimir Gorelov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/163861: new port: devel/art A Resource Tracer (A resource tracing, debugging and profiling tool) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2012 09:30:11 -0000 >Number: 163861 >Category: ports >Synopsis: new port: devel/art A Resource Tracer (A resource tracing, debugging and profiling tool) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 06 09:30:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Vladimir Gorelov >Release: RELENG_8_2 >Organization: >Environment: >Description: 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 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 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: