add newmat

A C++ matrix library
This commit is contained in:
Ying-Chieh Liao 2001-12-06 15:48:26 +00:00
parent 6336e87254
commit a9920b0635
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51145
6 changed files with 55 additions and 0 deletions

View file

@ -54,6 +54,7 @@
SUBDIR += naturalmath
SUBDIR += nauty
SUBDIR += netcdf
SUBDIR += newmat
SUBDIR += ngraph
SUBDIR += ntl
SUBDIR += octave

31
math/newmat/Makefile Normal file
View file

@ -0,0 +1,31 @@
# ex:ts=8
# New ports collection makefile for: newmat
# Date created: Dec 6, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= newmat
PORTVERSION= 1.0
CATEGORIES= math
MASTER_SITES= ftp://webnz.com/robert/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= ports@FreeBSD.org
NO_WRKSUBDIR= yes
USE_GMAKE= yes
MAKEFILE= nm_gnu.mak
ALL_TARGET= everything
post-patch:
@${PERL} -pi -e "s,^CXX,#CXX,g ; \
s,^CXXFLAGS,#CXXFLAGS,g" ${WRKSRC}/${MAKEFILE}
do-install:
@${MKDIR} ${PREFIX}/include/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/${PORTNAME}
${INSTALL_PROGRAM} ${WRKSRC}/libnewmat.a ${PREFIX}/lib
.include <bsd.port.mk>

1
math/newmat/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (newmat10.tar.gz) = 6aad1fd21c28f5a92c51992b8012255b

1
math/newmat/pkg-comment Normal file
View file

@ -0,0 +1 @@
A C++ matrix library

6
math/newmat/pkg-descr Normal file
View file

@ -0,0 +1,6 @@
The package is intended for scientists and engineers who need to manipulate
a variety of types of matrices using standard matrix operations. Emphasis is
on the kind of operations needed in statistical calculations such as least
squares, linear equation solve and eigenvalues.
WWW: http://webnz.com/robert/cpp_lib.htm#newmat10

15
math/newmat/pkg-plist Normal file
View file

@ -0,0 +1,15 @@
include/newmat/boolean.h
include/newmat/controlw.h
include/newmat/include.h
include/newmat/myexcept.h
include/newmat/newmat.h
include/newmat/newmatap.h
include/newmat/newmatio.h
include/newmat/newmatnl.h
include/newmat/newmatrc.h
include/newmat/newmatrm.h
include/newmat/precisio.h
include/newmat/solution.h
include/newmat/tmt.h
@dirrm include/newmat
lib/libnewmat.a