From nobody@FreeBSD.org  Tue Oct 31 20:54:05 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DC4C616A403
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 31 Oct 2006 20:54:05 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4CBAB43D5D
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 31 Oct 2006 20:54:05 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k9VKs51L043072
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 31 Oct 2006 20:54:05 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k9VKs4jZ043067;
	Tue, 31 Oct 2006 20:54:04 GMT
	(envelope-from nobody)
Message-Id: <200610312054.k9VKs4jZ043067@www.freebsd.org>
Date: Tue, 31 Oct 2006 20:54:04 GMT
From: Morten Slot Kristensen<ontherenth@gmal.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] math/matrices: Matrix calculator
X-Send-Pr-Version: www-3.0

>Number:         104983
>Category:       ports
>Synopsis:       [NEW PORT] math/matrices: Matrix calculator
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    alepulver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 31 21:00:35 GMT 2006
>Closed-Date:    Wed Nov 01 20:27:15 GMT 2006
>Last-Modified:  Wed Nov  1 20:30:22 GMT 2006
>Originator:     Morten Slot Kristensen
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
FreeBSD localhost 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat Oct  7 23:19:56 CEST 2006     morten@localhost:/usr/src/sys/i386/compile/KERNEL-071006  i386

>Description:
This is a program which can calculate with several martices.
It can multiplicate (by matrix or number), add, substract, invert,
transpose and get the determinant of matrices. And these calculations
can be done on matrices of any order.

It has two interfaces: GTK GUI and console-interface.

WWW: http://mplus.dk/matrices/

>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:
#
#   matrices/
#   matrices/Makefile
#   matrices/distinfo
#   matrices/pkg-descr
#
echo c - matrices/
mkdir -p matrices/ > /dev/null 2>&1
echo x - matrices/Makefile
sed 's/^X//' >matrices/Makefile << 'END-of-matrices/Makefile'
X# New ports collection makefile for:   matrices
X# Date created:        Oct. 29 - 2006
X# Whom:                Morten Slot Kristensen
X#
X# $FreeBSD$
X#
X
XPORTNAME=  matrices
XPORTVERSION=   1.0
XCATEGORIES=    math
XMASTER_SITES=  http://mplus.dk/${PORTNAME}/
X
XMAINTAINER=    ontherenth@gmail.com
XCOMMENT=   Matrix calculator (with both GUI & console-interface)
X
XGNU_CONFIGURE= yes
XPLIST_FILES=   bin/${PORTNAME}
XUSE_GNOME= glib20 gtk20
X
XMAN1=  ${PORTNAME}.1
X
X.include <bsd.port.mk>
END-of-matrices/Makefile
echo x - matrices/distinfo
sed 's/^X//' >matrices/distinfo << 'END-of-matrices/distinfo'
XMD5 (matrices-1.0.tar.gz) = fc13e41f4b25da6ffb9b4a185a0d93cc
XSHA256 (matrices-1.0.tar.gz) = c32d22e469d0ae1d356b4e65eb4cb862916e74503d1d1de8b07d07848cc641d9
XSIZE (matrices-1.0.tar.gz) = 69915
END-of-matrices/distinfo
echo x - matrices/pkg-descr
sed 's/^X//' >matrices/pkg-descr << 'END-of-matrices/pkg-descr'
XThis is a program which can calculate with several martices.
XIt can multiplicate (by matrix or number), add, substract, invert,
Xtranspose and get the determinant of matrices. And these calculations
Xcan be done on matrices of any order.
X
XIt has two interfaces: GTK GUI and console-interface.
X
XMorten Slot Kristensen <ontherenth@gmail.com>
X
XWWW: http://mplus.dk/matrices/
END-of-matrices/pkg-descr
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->alepulver 
Responsible-Changed-By: alepulver 
Responsible-Changed-When: Tue Oct 31 22:39:53 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104983 
State-Changed-From-To: open->closed 
State-Changed-By: alepulver 
State-Changed-When: Wed Nov 1 20:27:02 UTC 2006 
State-Changed-Why:  
New port added, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104983: commit references a PR
Date: Wed,  1 Nov 2006 20:29:21 +0000 (UTC)

 alepulver    2006-11-01 20:26:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math                 Makefile 
   Added files:
     math/matrices        Makefile distinfo pkg-descr 
   Log:
   This is a program which can calculate with several martices.
   It can multiplicate (by matrix or number), add, substract, invert,
   transpose and get the determinant of matrices. And these calculations
   can be done on matrices of any order.
   
   It has two interfaces: GTK GUI and console-interface.
   
   Morten Slot Kristensen <ontherenth@gmail.com>
   
   WWW: http://mplus.dk/matrices/
   
   PR:             ports/104983
   Submitted by:   Morten Slot Kristensen
   
   Revision  Changes    Path
   1.431     +1 -0      ports/math/Makefile
   1.1       +28 -0     ports/math/matrices/Makefile (new)
   1.1       +3 -0      ports/math/matrices/distinfo (new)
   1.1       +10 -0     ports/math/matrices/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
