# 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: # # danamics # danamics/files # danamics/files/danamics.sh # danamics/Makefile # danamics/distinfo # danamics/pkg-descr # echo c - danamics mkdir -p danamics > /dev/null 2>&1 echo c - danamics/files mkdir -p danamics/files > /dev/null 2>&1 echo x - danamics/files/danamics.sh sed 's/^X//' >danamics/files/danamics.sh << 'END-of-danamics/files/danamics.sh' X#!/bin/sh Xcd %%PREFIX%%/danamics Xexec javavm -classpath DaNAMiCS.jar:swing.jar:$CLASSPATH DaNAMiCS.DFrame END-of-danamics/files/danamics.sh echo x - danamics/Makefile sed 's/^X//' >danamics/Makefile << 'END-of-danamics/Makefile' X# New ports collection makefile for: danamics X# Date created: 18 March 2003 X# Whom: mwest@uct.ac.za X# X# $FreeBSD: $ X# X XPORTNAME= danamics XPORTVERSION= 1.1 XCATEGORIES= net java XMASTER_SITES= ftp://ftp.cs.uct.ac.za/pub/FreeBSD/distfiles-local/ X XMAINTAINER= mwest@uct.ac.za XCOMMENT= Petri Net editor for correctness and performance analysis X XUSE_JAVA= 1.1+ XNO_BUILD= yes X XWRKSRC= ${WRKDIR}/DaNAMiCS X X.include X XPLIST= ${WRKDIR}/plist X XSORT?= /usr/bin/sort X Xdo-install: X ${MKDIR} ${PREFIX}/danamics X ${CP} -R ${WRKSRC}/* ${PREFIX}/danamics X X cd ${PREFIX}; ${FIND} danamics -type f \ X | ${SORT} >${PLIST} X cd ${PREFIX}; ${FIND} danamics -type d \ X | ${SORT} -r | ${SED} -e 's|^|@dirrm |' >>${PLIST} X X ${SED} \ X -e s,%%PREFIX%%,${PREFIX},g \ X < ${FILESDIR}/danamics.sh > ${PREFIX}/bin/danamics; \ X ${CHMOD} a+x ${PREFIX}/bin/danamics X X ${ECHO} bin/danamics >>${PLIST} X X.include END-of-danamics/Makefile echo x - danamics/distinfo sed 's/^X//' >danamics/distinfo << 'END-of-danamics/distinfo' XMD5 (danamics-1.1.tar.gz) = bf6926431280e313325f232808ecdada END-of-danamics/distinfo echo x - danamics/pkg-descr sed 's/^X//' >danamics/pkg-descr << 'END-of-danamics/pkg-descr' XThe DaNAMiCS project is to build a Petri Net editor that allows for Xboth correctness and performance analysis. The performance analysis Xwill be performed by Steady State anaylsis and by simulation. X XDaNAMiCS will also include support for Inhibitor Arcs. This will Xallow for priorities to be modelled and will increase the modelling Xpower of Petri Nets to that of Turing Machines. DaNAMiCS will also Xenable the user to model with Coloured Tokens, which greatly reduce Xthe complexity of the resultant nets. X XWWW: http://www.cs.uct.ac.za/Research/DNA/DaNAMiCS/ X X-- Xmwest@uct.ac.za END-of-danamics/pkg-descr exit