From drs@rucus.ru.ac.za  Mon Mar 31 03:55:05 2003
Return-Path: <drs@rucus.ru.ac.za>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3F3B237B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 31 Mar 2003 03:55:05 -0800 (PST)
Received: from server.rucus.ru.ac.za (server.rucus.ru.ac.za [146.231.115.1])
	by mx1.FreeBSD.org (Postfix) with SMTP id 6B92B43F93
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 31 Mar 2003 03:55:02 -0800 (PST)
	(envelope-from drs@rucus.ru.ac.za)
Received: (qmail 40383 invoked from network); 31 Mar 2003 11:54:59 -0000
Received: from bashir.scw.ru.ac.za (146.231.118.18)
  by server.rucus.ru.ac.za with SMTP; 31 Mar 2003 11:54:59 -0000
Received: (qmail 88183 invoked by uid 1001); 31 Mar 2003 11:55:13 -0000
Message-Id: <20030331115513.88182.qmail@bashir.scw.ru.ac.za>
Date: 31 Mar 2003 11:55:13 -0000
From: David "Siebrger" <drs@rucus.ru.ac.za>
Reply-To: David "Siebrger" <drs@rucus.ru.ac.za>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: math/libmath++
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         50476
>Category:       ports
>Synopsis:       New port: math/libmath++
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 31 04:00:25 PST 2003
>Closed-Date:    Sun Nov 16 05:33:40 PST 2003
>Last-Modified:  Sun Nov 16 05:33:40 PST 2003
>Originator:     David Siebrger
>Release:        FreeBSD 4.8-RC i386
>Organization:
Rhodes University Computer Users Society
>Environment:
System: FreeBSD bashir.scw.ru.ac.za 4.8-RC FreeBSD 4.8-RC #26: Sat Mar 15 16:04:13 SAST 2003 drs@bashir.dsl.ru.ac.za:/usr/obj/usr/src/sys/BASHIR i386
>Description:
A math library for symbolic and numeric calculus applications

This is required by a new port, games/monopd, which I'm about to submit.
>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:
#
#	libmath++
#	libmath++/Makefile
#	libmath++/pkg-descr
#	libmath++/pkg-plist
#	libmath++/distinfo
#
echo c - libmath++
mkdir -p libmath++ > /dev/null 2>&1
echo x - libmath++/Makefile
sed 's/^X//' >libmath++/Makefile << 'END-of-libmath++/Makefile'
X# New ports collection makefile for:   libmath++
X# Date created:        30 March 2003
X# Whom:                David Siebrger <drs@rucus.ru.ac.za>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libmath++
XPORTVERSION=	0.0.3
XCATEGORIES=	math
XMASTER_SITES=	http://www.surakware.net/pub/unstable/releases/libmath++/
X
XMAINTAINER=	drs@rucus.ru.ac.za
XCOMMENT=	A math library for symbolic and numeric calculus applications
X
XGNU_CONFIGURE=	yes
XINSTALLS_SHLIB=	yes
X
X.include <bsd.port.mk>
END-of-libmath++/Makefile
echo x - libmath++/pkg-descr
sed 's/^X//' >libmath++/pkg-descr << 'END-of-libmath++/pkg-descr'
Xlibmath++ is a template based math library, written in C++, for
Xsymbolic and numeric calculus applications.
X
XImplemented Features
X
X    * expression conversion from string to tree and vise versa
X    * symbolic derivatives
X    * expression simplification (non-generic) and calculation
X    * easily exensible interface using visitors
X
XPlanned Features
X
X    * generic expression simplification
X    * symbolic integration
X    * expression expansion
X    * everything else needed for complete function analysis
X
XWWW: http://www.surakware.net/projects/libmath++/
END-of-libmath++/pkg-descr
echo x - libmath++/pkg-plist
sed 's/^X//' >libmath++/pkg-plist << 'END-of-libmath++/pkg-plist'
Xinclude/math++/calculator.h
Xinclude/math++/calculator.tcc
Xinclude/math++/derive.h
Xinclude/math++/derive.tcc
Xinclude/math++/error.h
Xinclude/math++/expander.h
Xinclude/math++/expander.tcc
Xinclude/math++/library.h
Xinclude/math++/library.tcc
Xinclude/math++/matcher.h
Xinclude/math++/matcher.tcc
Xinclude/math++/nodes.h
Xinclude/math++/nodes.tcc
Xinclude/math++/printer.h
Xinclude/math++/printer.tcc
Xinclude/math++/reader.h
Xinclude/math++/reader.tcc
Xinclude/math++/simplifier.h
Xinclude/math++/simplifier.tcc
Xinclude/math++/utils.h
Xinclude/math++/utils.tcc
Xinclude/math++/visitor.h
Xlib/libmath++.a
Xlib/libmath++.la
Xlib/libmath++.so
Xlib/libmath++.so.0
X@dirrm include/math++
END-of-libmath++/pkg-plist
echo x - libmath++/distinfo
sed 's/^X//' >libmath++/distinfo << 'END-of-libmath++/distinfo'
XMD5 (libmath++-0.0.3.tar.gz) = f7d1bd1059b9620e5e9c8e2204430d3c
END-of-libmath++/distinfo
exit
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: arved 
State-Changed-When: Sat May 17 16:26:58 PDT 2003 
State-Changed-Why:  
Unfortunately the MASTER_SITE is not reachable.  
The copy on the mopd site has a different checksum. 
Can you try to mirror the distfile somewhere else? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50476 
State-Changed-From-To: feedback->open 
State-Changed-By: edwin 
State-Changed-When: Sun Sep 28 06:02:32 PDT 2003 
State-Changed-Why:  
file is fetchable. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50476 

From: Mark Linimon <linimon@lonesome.com>
To: freebsd-gnats-submit@FreeBSD.org, drs@rucus.ru.ac.za
Cc:  
Subject: Re: ports/50476: New port: math/libmath++
Date: Mon, 10 Nov 2003 03:31:32 +0000

 Is the submitter by any chance still interested in this port?  By
 now this is one of the older "new ports" PRs in GNATS.
 

From: David =?iso-8859-1?Q?Sieb=F6rger?= <drs@rucus.ru.ac.za>
To: Mark Linimon <linimon@lonesome.com>,
	freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/50476: New port: math/libmath++
Date: Wed, 12 Nov 2003 00:02:56 +0200

 At  5:31 AM on Monday 10 November 2003, Mark Linimon wrote:
 > Is the submitter by any chance still interested in this port?  By
 > now this is one of the older "new ports" PRs in GNATS.
 
 If it's sat this long in GNATS without being committed, there's
 probably not much point.
 
 
 -- 
 David Siebrger
 drs@rucus.ru.ac.za
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sun Nov 16 05:33:26 PST 2003 
State-Changed-Why:  
Closed at submitter's request. 

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