Date: Thu, 29 Mar 2001 14:10:31 +0600 (YEKST) From: anton@urcac.ru To: FreeBSD-gnats-submit@freebsd.org Subject: ports/26198: New port: math/matrix Message-ID: <200103290810.f2T8AV231740@belle.rnoc.urc.ac.ru>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103290810.f2T8AV231740>