From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 26 13:40:34 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADD7516A529 for ; Tue, 26 Sep 2006 13:40:34 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1322743D45 for ; Tue, 26 Sep 2006 13:40:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8QDeW0o050526 for ; Tue, 26 Sep 2006 13:40:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8QDeWFo050463; Tue, 26 Sep 2006 13:40:32 GMT (envelope-from gnats) Resent-Date: Tue, 26 Sep 2006 13:40:32 GMT Resent-Message-Id: <200609261340.k8QDeWFo050463@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, Gürkan Sengün Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 702A916A403 for ; Tue, 26 Sep 2006 13:37:03 +0000 (UTC) (envelope-from tar@florida.ethz.ch) Received: from florida.ethz.ch (florida.ethz.ch [195.176.48.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0950543D46 for ; Tue, 26 Sep 2006 13:37:02 +0000 (GMT) (envelope-from tar@florida.ethz.ch) Received: from florida.ethz.ch (localhost [127.0.0.1]) by florida.ethz.ch (8.13.6/8.13.6) with ESMTP id k8QDXsPA041644 for ; Tue, 26 Sep 2006 15:33:54 +0200 (CEST) (envelope-from tar@florida.ethz.ch) Received: (from root@localhost) by florida.ethz.ch (8.13.6/8.13.6/Submit) id k8QDXrSD041643; Tue, 26 Sep 2006 15:33:53 +0200 (CEST) (envelope-from tar) Message-Id: <200609261333.k8QDXrSD041643@florida.ethz.ch> Date: Tue, 26 Sep 2006 15:33:53 +0200 (CEST) From: Gürkan Sengün To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/103677: new port: science/paje - Generic visualization tool for GNUstep X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gürkan Sengün List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Sep 2006 13:40:34 -0000 >Number: 103677 >Category: ports >Synopsis: new port: science/paje - Generic visualization tool for GNUstep >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: Tue Sep 26 13:40:27 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gürkan Sengün >Release: FreeBSD 6.1-RELEASE sparc64 >Organization: http://www.linuks.mine.nu >Environment: System: FreeBSD florida.ethz.ch 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 15:56:53 UTC 2006 root@s-dallas.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC sparc64 >Description: Paje is a graphical tool that displays traces produced during the execution of multithreaded programs. Other programs can also generate traces for this tool. >How-To-Repeat: >Fix: --- paje.shar begins here --- # 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: # # paje # paje/Makefile # paje/distinfo # paje/pkg-descr # paje/pkg-plist # echo c - paje mkdir -p paje > /dev/null 2>&1 echo x - paje/Makefile sed 's/^X//' >paje/Makefile << 'END-of-paje/Makefile' X# New ports collection makefile for: paje X# Date created: 26 Sep 2006 X# Whom: gurkan@linuks.mine.nu X# X# $FreeBSD$ X# X XPORTNAME= paje XPORTVERSION= 1.4.0 XCATEGORIES= science XMASTER_SITES= http://download.fr2.forge.objectweb.org/ \ X http://download.forge.objectweb.org/paje/ \ X http://download.zh.forge.objectweb.org/paje/ \ X http://florida.ethz.ch/ports/distfiles/ XDISTNAME= Paje_${PORTVERSION} X XMAINTAINER= gurkan@linuks.mine.nu XCOMMENT= Generic visualization tool for GNUstep (Gantt chart and more) X XWRKSRC= ${WRKDIR}/${DISTNAME} XUSE_GMAKE= yes XUSE_GNUSTEP= yes XUSE_GNUSTEP_PREFIX= yes XUSE_GNUSTEP_BACK= yes XUSE_GNUSTEP_BUILD= yes XUSE_GNUSTEP_INSTALL= yes XMAKEFILE= GNUmakefile X Xpost-patch: X @${REINPLACE_CMD} -e 's|#include "DrawView.h"|#include "DrawView.h"\n#include |g' ${WRKSRC}/SpaceTimeViewer/DrawView+Drawing.m X X.include END-of-paje/Makefile echo x - paje/distinfo sed 's/^X//' >paje/distinfo << 'END-of-paje/distinfo' XMD5 (Paje_1.4.0.tar.gz) = dbf899cb78d23ebb5b2e575a4a0fe52a XSHA256 (Paje_1.4.0.tar.gz) = b97863762c1057721575a26eea2968d88adffb5a2c75f783da7c6011cc5a78d5 XSIZE (Paje_1.4.0.tar.gz) = 791267 END-of-paje/distinfo echo x - paje/pkg-descr sed 's/^X//' >paje/pkg-descr << 'END-of-paje/pkg-descr' XPaje is a graphical tool that displays traces produced during the Xexecution of multithreaded programs. Other programs can also generate Xtraces for this tool. X XKey Features X * Supports multi threaded programs X - each thread of the analysed program can be individually displayed, X or multiple threads can be combined, to reduce screen space usage. X * Interactivity X - each entity represented on the screen can be interrogated for X more information, X - related entities are highlighted as mouse cursor passes over X some representation X XWWW: http://www-id.imag.fr/Logiciels/paje/ END-of-paje/pkg-descr echo x - paje/pkg-plist sed 's/^X//' >paje/pkg-plist << 'END-of-paje/pkg-plist' END-of-paje/pkg-plist exit --- paje.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: