From owner-freebsd-ports Thu Mar 29 0:20:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60DB937B720 for ; Thu, 29 Mar 2001 00:20:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T8KAl70640; Thu, 29 Mar 2001 00:20:10 -0800 (PST) (envelope-from gnats) Received: from belle.rnoc.urc.ac.ru (belle.rnoc.urc.ac.ru [193.233.85.10]) by hub.freebsd.org (Postfix) with ESMTP id 73BCD37B722 for ; Thu, 29 Mar 2001 00:12:56 -0800 (PST) (envelope-from anton@belle.rnoc.urc.ac.ru) Received: (from anton@localhost) by belle.rnoc.urc.ac.ru (8.11.1/8.11.1) id f2T8AV231740; Thu, 29 Mar 2001 14:10:31 +0600 (YEKST) (envelope-from anton) Message-Id: <200103290810.f2T8AV231740@belle.rnoc.urc.ac.ru> Date: Thu, 29 Mar 2001 14:10:31 +0600 (YEKST) From: anton@urcac.ru Reply-To: anton@urc.ac.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26198: New port: math/matrix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26198 >Category: ports >Synopsis: New port: math/matrix >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 29 00:20:10 PST 2001 >Closed-Date: >Last-Modified: >Originator: Anton Voronin >Release: FreeBSD 4.2-STABLE i386 >Organization: Southern Ural State University, Chelyabinsk, Russia >Environment: >Description: C++ library that lets to manipulate matrices and vectors using the base class MATRIX and derived class VECTOR. WWW: http://rnoc.urc.ac.ru/~anton/projects/matrix/Matrix.html >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: # # matrix # matrix/Makefile # matrix/distinfo # matrix/pkg-comment # matrix/pkg-descr # matrix/pkg-plist # echo c - matrix mkdir -p matrix > /dev/null 2>&1 echo x - matrix/Makefile sed 's/^X//' >matrix/Makefile << 'END-of-matrix/Makefile' X# New ports collection makefile for: matrix X# Date created: 27 March 2001 X# Whom: anton X# X# $FreeBSD$ X# X XPORTNAME= matrix XPORTVERSION= 1.0 XCATEGORIES= math devel XMASTER_SITES= http://rnoc.urc.ac.ru/~anton/projects/files/ XDISTNAME= matrix-${PORTVERSION} X XMAINTAINER= anton@urc.ac.ru X XWRKSRC= ${WRKDIR}/matrix X XUSE_ZIP= YES XLIBVERSION= 1 XPLIST_SUB= LIBVERSION=${LIBVERSION} X X.include END-of-matrix/Makefile echo x - matrix/distinfo sed 's/^X//' >matrix/distinfo << 'END-of-matrix/distinfo' XMD5 (matrix-1.0.zip) = 37e4d1a468a22d2529180d269bcd094d END-of-matrix/distinfo echo x - matrix/pkg-comment sed 's/^X//' >matrix/pkg-comment << 'END-of-matrix/pkg-comment' XC++ library to manipulate matrices and vectors END-of-matrix/pkg-comment echo x - matrix/pkg-descr sed 's/^X//' >matrix/pkg-descr << 'END-of-matrix/pkg-descr' XC++ library that lets to manipulate matrices and vectors using the base Xclass MATRIX and derived class VECTOR. X XWWW: http://rnoc.urc.ac.ru/~anton/projects/matrix/Matrix.html END-of-matrix/pkg-descr echo x - matrix/pkg-plist sed 's/^X//' >matrix/pkg-plist << 'END-of-matrix/pkg-plist' Xinclude/matrix.h Xlib/libmatrix.a Xlib/libmatrix.so Xlib/libmatrix.so.%%LIBVERSION%% Xshare/doc/matrix/Matrix.html X@dirrm share/doc/matrix X@unexec /sbin/ldconfig -R END-of-matrix/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message