From ebert@daidalos.informatik.unibw-muenchen.de  Fri Oct 25 06:44:11 2002
Return-Path: <ebert@daidalos.informatik.unibw-muenchen.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 132C337B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Oct 2002 06:44:11 -0700 (PDT)
Received: from gatesrv.RZ.UniBw-Muenchen.de (unknown [137.193.11.27])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 24A2243E3B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Oct 2002 06:44:09 -0700 (PDT)
	(envelope-from ebert@daidalos.informatik.unibw-muenchen.de)
Received: from daidalos.informatik.unibw-muenchen.de (daidalos.Informatik.UniBw-Muenchen.de [137.193.60.31])
	by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g9PDd6J13427;
	Fri, 25 Oct 2002 15:39:06 +0200 (MEST)
Received: by daidalos.informatik.unibw-muenchen.de (Postfix, from userid 1001)
	id 589663FB1; Fri, 25 Oct 2002 15:39:04 +0200 (CEST)
Message-Id: <20021025133904.589663FB1@daidalos.informatik.unibw-muenchen.de>
Date: Fri, 25 Oct 2002 15:39:04 +0200 (CEST)
From: Michael Ebert <ebert@informatik.unibw-muenchen.de>
Reply-To: Michael Ebert <ebert@informatik.unibw-muenchen.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Subject: New port: relview an interactive tool for manipulation of relations
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44462
>Category:       ports
>Synopsis:       New port: relview an interactive tool for manipulation of relations
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    obraun
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 25 06:50:01 PDT 2002
>Closed-Date:    Fri Oct 25 15:33:52 PDT 2002
>Last-Modified:  Fri Oct 25 15:33:52 PDT 2002
>Originator:     Michael Ebert
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD daidalos.informatik.unibw-muenchen.de 4.7-STABLE FreeBSD 4.7-STABLE #1: Tue Oct 22 18:56:15 CEST 2002 ebert@daidalos.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/DAIDALOS i386

>Description:
The RelView-System is an interactive tool for computer-supported
manipulation of relations represented as Boolean matrices or directed
graphs, especially for prototyping relational specifications and
programs. It is developed at the Department of Computer Science and
Applied Mathematics of Christian-Albrechts-University of Kiel.

WWW: http://www.informatik.uni-kiel.de/~progsys/relview.shtml

>How-To-Repeat:

>Fix:
# 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:
#
#	linux-relview
#	linux-relview/Makefile
#	linux-relview/distinfo
#	linux-relview/pkg-comment
#	linux-relview/pkg-descr
#	linux-relview/pkg-plist
#
echo c - linux-relview
mkdir -p linux-relview > /dev/null 2>&1
echo x - linux-relview/Makefile
sed 's/^X//' >linux-relview/Makefile << 'END-of-linux-relview/Makefile'
X# New ports collection makefile for:		relview
X# Date created:					October 24 2002
X# Whom:						Michael Ebert <ebert@informatik.unibw-muenchen.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	relview
XPORTVERSION=	7.0.2
XCATEGORIES=	math linux
XMASTER_SITES=	ftp://ftp.informatik.uni-kiel.de/pub/kiel/relview/RELVIEW_7.0/LINUX/
XPKGNAMEPREFIX=	linux-
XEXTRACT_SUFX=	.gz
X
XMAINTAINER=	ebert@informatik.unibw-muenchen.de
X
XRUN_DEPENDS=	${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk
X
XUSE_LINUX=	yes
XONLY_FOR_ARCHS=	i386
X
XNO_WRKSUBDIR=	yes
XEXTRACT_AFTER_ARGS=	> ${DISTNAME}
X
XNO_BUILD=	yes
X
XPLIST_SUB=	VERSION=${PORTVERSION}
X
X# Linux binary should not be stripped by INSTALL_PROGRAM
X# because as a side effect it brands the binary as FreeBSD.
XSTRIP=	# empty
X
Xdo-install:
X	brandelf -t Linux ${WRKDIR}/${DISTNAME}
X	${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin
X	${LN} -fhs ${PREFIX}/bin/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
X
X.include <bsd.port.mk>
END-of-linux-relview/Makefile
echo x - linux-relview/distinfo
sed 's/^X//' >linux-relview/distinfo << 'END-of-linux-relview/distinfo'
XMD5 (relview-7.0.2.gz) = a2acd89c12546f12a8f337d1237e5688
END-of-linux-relview/distinfo
echo x - linux-relview/pkg-comment
sed 's/^X//' >linux-relview/pkg-comment << 'END-of-linux-relview/pkg-comment'
XAn interactive tool for manipulation of relations
END-of-linux-relview/pkg-comment
echo x - linux-relview/pkg-descr
sed 's/^X//' >linux-relview/pkg-descr << 'END-of-linux-relview/pkg-descr'
XThe RelView-System is an interactive tool for computer-supported
Xmanipulation of relations represented as Boolean matrices or directed
Xgraphs, especially for prototyping relational specifications and
Xprograms. It is developed at the Department of Computer Science and
XApplied Mathematics of Christian-Albrechts-University of Kiel.
X
XWWW: http://www.informatik.uni-kiel.de/~progsys/relview.shtml
X
X- Michael Ebert
Xebert@informatik.unibw-muenchen.de
END-of-linux-relview/pkg-descr
echo x - linux-relview/pkg-plist
sed 's/^X//' >linux-relview/pkg-plist << 'END-of-linux-relview/pkg-plist'
Xbin/relview
Xbin/relview-%%VERSION%%
END-of-linux-relview/pkg-plist
exit




>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->obraun 
Responsible-Changed-By: obraun 
Responsible-Changed-When: Fri Oct 25 08:59:23 PDT 2002 
Responsible-Changed-Why:  
I'll handle this! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44462 
State-Changed-From-To: open->closed 
State-Changed-By: obraun 
State-Changed-When: Fri Oct 25 15:33:33 PDT 2002 
State-Changed-Why:  
New port added, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44462 
>Unformatted:
