diff options
author | jtb <jtb> | 2001-04-14 21:43:38 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-14 21:43:38 +0000 |
commit | 0aad48d5657e884bbe2e14a05136a3c6673735b2 (patch) | |
tree | 17fca57b4a5d95e28deb838b9d6abd7a2f8436d5 /math | |
parent | 1bb60bb6427e4128f8d7df839fcf6494815acf82 (diff) | |
download | pkgsrc-0aad48d5657e884bbe2e14a05136a3c6673735b2.tar.gz |
Change MAINTAINER section to packages@netbsd.org
Diffstat (limited to 'math')
-rw-r--r-- | math/admesh/Makefile | 4 | ||||
-rw-r--r-- | math/aribas/Makefile | 4 | ||||
-rw-r--r-- | math/blas/Makefile | 4 | ||||
-rw-r--r-- | math/calc/Makefile | 4 | ||||
-rw-r--r-- | math/dcdflib.c/Makefile | 4 | ||||
-rw-r--r-- | math/dfftpack/Makefile | 4 | ||||
-rw-r--r-- | math/eispack/Makefile | 4 | ||||
-rw-r--r-- | math/fftpack/Makefile | 4 | ||||
-rw-r--r-- | math/lapack/Makefile | 4 | ||||
-rw-r--r-- | math/mcsim/Makefile | 4 | ||||
-rw-r--r-- | math/meschach/Makefile | 4 | ||||
-rw-r--r-- | math/metis/Makefile | 4 | ||||
-rw-r--r-- | math/minpack/Makefile | 4 | ||||
-rw-r--r-- | math/ntl/Makefile | 4 | ||||
-rw-r--r-- | math/odepack/Makefile | 4 | ||||
-rw-r--r-- | math/otter/Makefile | 4 | ||||
-rw-r--r-- | math/p5-BigInteger/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Interpolate/Makefile | 4 | ||||
-rw-r--r-- | math/p5-MatrixReal/Makefile | 4 | ||||
-rw-r--r-- | math/pari/Makefile | 4 | ||||
-rw-r--r-- | math/py-Scientific/Makefile | 4 | ||||
-rw-r--r-- | math/quadpack/Makefile | 4 | ||||
-rw-r--r-- | math/randlib/Makefile | 4 | ||||
-rw-r--r-- | math/rlab/Makefile | 4 | ||||
-rw-r--r-- | math/slatec/Makefile | 4 | ||||
-rw-r--r-- | math/superlu/Makefile | 4 | ||||
-rw-r--r-- | math/tela/Makefile | 4 | ||||
-rw-r--r-- | math/tochnog/Makefile | 4 | ||||
-rw-r--r-- | math/udunits/Makefile | 4 |
29 files changed, 58 insertions, 58 deletions
diff --git a/math/admesh/Makefile b/math/admesh/Makefile index f5b62e299ed..3f97bb48578 100644 --- a/math/admesh/Makefile +++ b/math/admesh/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 18:22:13 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:50 jtb Exp $ DISTNAME= admesh-0.95 CATEGORIES= math MASTER_SITES= http://www.varlog.com/products/admesh/files/ -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.varlog.com/products/admesh/ COMMENT= Program for processing triangulated solid meshes diff --git a/math/aribas/Makefile b/math/aribas/Makefile index 4885806ff03..e645b11a2b2 100644 --- a/math/aribas/Makefile +++ b/math/aribas/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 18:22:14 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/14 21:43:50 jtb Exp $ DISTNAME= aribas-1.20 CATEGORIES= math MASTER_SITES= ftp://ftp.mathematik.uni-muenchen.de/pub/forster/aribas/ -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.mathematik.uni-muenchen.de/~forster/sw/aribas.html COMMENT= Multi-precision floating point and big integer arithmetic calculator diff --git a/math/blas/Makefile b/math/blas/Makefile index 2630d81ac62..c19f69a1398 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 18:22:15 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/04/14 21:43:50 jtb Exp $ # DISTNAME= blas @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.netlib.org/blas/ \ ftp://www.hensa.ac.uk/mirrors/netlib/blas/ EXTRACT_SUFX= .tgz -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org COMMENT= Basic Linear Algebra Subprograms (Fortran) WRKSRC= ${WRKDIR} diff --git a/math/calc/Makefile b/math/calc/Makefile index 4b43a130315..288e279ee69 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 18:22:15 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/14 21:43:50 jtb Exp $ DISTNAME= calc-2.02f CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=calc/} -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/calc/calc.html COMMENT= Advanced Calculator for GNU Emacs diff --git a/math/dcdflib.c/Makefile b/math/dcdflib.c/Makefile index cd43207ddef..df1bc77ebbf 100644 --- a/math/dcdflib.c/Makefile +++ b/math/dcdflib.c/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2001/04/12 23:59:32 jtb Exp $ +# $NetBSD: Makefile,v 1.5 2001/04/14 21:43:51 jtb Exp $ DISTNAME= dcdflib.c-1.1 PKGNAME= dcdflib.c-1.1nb1 CATEGORIES= math MASTER_SITES= ftp://odin.mdacc.tmc.edu/pub/source/ -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://odin.mdacc.tmc.edu/anonftp/page_2.html COMMENT= Library of C Routines for Cumulative Distribution Functions diff --git a/math/dfftpack/Makefile b/math/dfftpack/Makefile index dd425eb0e58..e1a197fd0da 100644 --- a/math/dfftpack/Makefile +++ b/math/dfftpack/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 18:22:18 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/04/14 21:43:51 jtb Exp $ DISTNAME= dfftpack-20001209 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org COMMENT= Double precision version of FFTPACK NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 40238f333b7..614070d0958 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 18:22:19 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/04/14 21:43:51 jtb Exp $ DISTNAME= eispack-20001130 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org COMMENT= Fortran routines for the solution of eigenvalue problems NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile index c0879d3a498..af7bec5c272 100644 --- a/math/fftpack/Makefile +++ b/math/fftpack/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2001/02/17 18:22:20 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/14 21:43:52 jtb Exp $ DISTNAME= fftpack-20001130 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org COMMENT= Single precision Fortran FFT subroutines NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL diff --git a/math/lapack/Makefile b/math/lapack/Makefile index b3cc6fe301d..905dc7db69f 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 18:22:26 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:52 jtb Exp $ DISTNAME= lapack-20010201 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.netlib.org/lapack/index.html COMMENT= Linear Algebra PACKage diff --git a/math/mcsim/Makefile b/math/mcsim/Makefile index 17689b24645..45ee115459c 100644 --- a/math/mcsim/Makefile +++ b/math/mcsim/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2001/02/25 22:14:19 jtb Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/14 21:43:52 jtb Exp $ DISTNAME= mcsim-4.2.0 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=mcsim/} -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org COMMENT= Monte Carlo Simulation software WRKSRC= ${WRKDIR}/mcsim diff --git a/math/meschach/Makefile b/math/meschach/Makefile index eccc6b58407..7fc74bf98e2 100644 --- a/math/meschach/Makefile +++ b/math/meschach/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/03/31 18:18:58 jtb Exp $ +# $NetBSD: Makefile,v 1.6 2001/04/14 21:43:53 jtb Exp $ # # XXX The tests run during configuration should not be compiled # with optimization as they determine machine parameters and @@ -9,7 +9,7 @@ PKGNAME= meschach-1.2b CATEGORIES= math MASTER_SITES= http://www.math.uiowa.edu/~dstewart/meschach/ -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.math.uiowa.edu/~dstewart/meschach/ COMMENT= Library of C Routines for Matrix Computations diff --git a/math/metis/Makefile b/math/metis/Makefile index 98687800e00..04a5a13694c 100644 --- a/math/metis/Makefile +++ b/math/metis/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 18:22:29 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:53 jtb Exp $ DISTNAME= metis-4.0 CATEGORIES= math MASTER_SITES= http://www-users.cs.umn.edu/~karypis/metis/metis/files/ -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-users.cs.umn.edu/~karypis/metis/ COMMENT= Unstructured graph partitioning and sparse matrix ordering system diff --git a/math/minpack/Makefile b/math/minpack/Makefile index a27431d2efe..8fedd5a563c 100644 --- a/math/minpack/Makefile +++ b/math/minpack/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 18:22:30 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/14 21:43:53 jtb Exp $ DISTNAME= minpack-20001130 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org COMMENT= FORTRAN 77 library for the solution of nonlinear equations NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL diff --git a/math/ntl/Makefile b/math/ntl/Makefile index 82c94a59d20..c963962dc1e 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2001/04/13 00:45:04 jtb Exp $ +# $NetBSD: Makefile,v 1.5 2001/04/14 21:43:53 jtb Exp $ DISTNAME= ntl-5.0c CATEGORIES= math devel MASTER_SITES= http://www.shoup.net/ntl/ -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.shoup.net/ntl/ COMMENT= C++ library for doing number theory diff --git a/math/odepack/Makefile b/math/odepack/Makefile index e6cee6068ca..88ecda9ceb4 100644 --- a/math/odepack/Makefile +++ b/math/odepack/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2001/02/17 18:22:32 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/04/14 21:43:54 jtb Exp $ DISTNAME= odepack-20001130 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org COMMENT= Systematized Collection of ODE Solvers NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL diff --git a/math/otter/Makefile b/math/otter/Makefile index 6e285d831e3..7e8ad69e8d9 100644 --- a/math/otter/Makefile +++ b/math/otter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/03/31 18:10:47 jtb Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/14 21:43:54 jtb Exp $ # # XXX Otter doesn't respect CFLAGS because -O2 optimization causes # the program to malfunction (-O is fine). @@ -7,7 +7,7 @@ DISTNAME= otter-3.0.6 CATEGORIES= math MASTER_SITES= ftp://info.mcs.anl.gov/pub/Otter/ -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.mcs.anl.gov/AR/otter/ COMMENT= Automated Deduction System diff --git a/math/p5-BigInteger/Makefile b/math/p5-BigInteger/Makefile index 65328956601..7e64040bdad 100644 --- a/math/p5-BigInteger/Makefile +++ b/math/p5-BigInteger/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 18:22:34 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:54 jtb Exp $ DISTNAME= Math-BigInteger-1.0 PKGNAME= p5-BigInteger-1.0 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org COMMENT= Arbitrary length integer extension module for Perl USE_PERL5= #defined diff --git a/math/p5-Interpolate/Makefile b/math/p5-Interpolate/Makefile index f3bd08bdafd..1707cbc564d 100644 --- a/math/p5-Interpolate/Makefile +++ b/math/p5-Interpolate/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 18:22:35 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:54 jtb Exp $ DISTNAME= Math-Interpolate-1.05 PKGNAME= p5-Interpolate-1.05 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org COMMENT= Perl module for interpolating data USE_PERL5= #defined diff --git a/math/p5-MatrixReal/Makefile b/math/p5-MatrixReal/Makefile index ce77693fc35..f6072d6313d 100644 --- a/math/p5-MatrixReal/Makefile +++ b/math/p5-MatrixReal/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 18:22:35 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:55 jtb Exp $ DISTNAME= Math-MatrixReal-1.3a5 PKGNAME= p5-MatrixReal-1.3a5 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org COMMENT= Perl module for performing operations on real matrices USE_PERL5= #defined diff --git a/math/pari/Makefile b/math/pari/Makefile index 3024c2ba980..6af24e3162e 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2001/03/27 03:20:06 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:55 jtb Exp $ DISTNAME= pari-2.1.0 CATEGORIES= math MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/ \ http://www.gn-50uma.de/ftp/pari-2.1/ -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.parigp-home.de COMMENT= PARI-GP is a software package for computer-aided number theory diff --git a/math/py-Scientific/Makefile b/math/py-Scientific/Makefile index ae52d5ee859..34bbda54bdd 100644 --- a/math/py-Scientific/Makefile +++ b/math/py-Scientific/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/04/08 22:53:14 jtb Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/14 21:43:55 jtb Exp $ DISTNAME= ScientificPython-2.2 PKGNAME= py-Scientific-2.2 @@ -6,7 +6,7 @@ CATEGORIES= math MASTER_SITES= http://starship.python.net/crew/hinsen/ \ http://dirac.cnrs-orleans.fr/programs/ -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://starship.python.net/crew/hinsen/scientific.html COMMENT= Python modules for scientific computing diff --git a/math/quadpack/Makefile b/math/quadpack/Makefile index a6b85f550fd..0a58fe1997d 100644 --- a/math/quadpack/Makefile +++ b/math/quadpack/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 18:22:39 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/04/14 21:43:56 jtb Exp $ DISTNAME= quadpack-20001130 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org COMMENT= Fortran subroutines for the solution of definite univariate integrals NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL diff --git a/math/randlib/Makefile b/math/randlib/Makefile index 4a02496dd50..f6a9bcab956 100644 --- a/math/randlib/Makefile +++ b/math/randlib/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 18:22:40 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/14 21:43:56 jtb Exp $ DISTNAME= randlib.c-1.3 PKGNAME= randlib-1.3 CATEGORIES= math MASTER_SITES= ftp://odin.mdacc.tmc.edu/pub/source/ -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://odin.mdacc.tmc.edu/anonftp/page_2.html COMMENT= Library of C Routines for Random Number Generation diff --git a/math/rlab/Makefile b/math/rlab/Makefile index 3a6e5f748e5..d998b697862 100644 --- a/math/rlab/Makefile +++ b/math/rlab/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2001/03/27 03:20:06 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2001/04/14 21:43:56 jtb Exp $ DISTNAME= rlab-2.1.05 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rlab/} -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://rlab.sourceforge.net/ COMMENT= Matrix oriented, interactive programming environment diff --git a/math/slatec/Makefile b/math/slatec/Makefile index 2996f18dc60..8bcde3e5eab 100644 --- a/math/slatec/Makefile +++ b/math/slatec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/17 18:22:43 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/04/14 21:43:56 jtb Exp $ DISTNAME= slatec_src PKGNAME= slatec-4.1 @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.netlib.org/slatec/ \ ftp://ftp.zib.de/netlib/slatec/ EXTRACT_SUFX= .tgz -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org COMMENT= Library of mathematical and statistical Fortran 77 subroutines WRKSRC= ${WRKDIR}/src diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 9a12fb1b0bf..eece8ed61f3 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 18:22:44 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:57 jtb Exp $ DISTNAME= superlu_2.0 PKGNAME= superlu-2.0 CATEGORIES= math MASTER_SITES= http://www.nersc.gov/~xiaoye/SuperLU/ -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.nersc.gov/~xiaoye/SuperLU/ COMMENT= ANSI C routine library for the solution of sparse linear systems diff --git a/math/tela/Makefile b/math/tela/Makefile index adc2f139185..aea400922ff 100644 --- a/math/tela/Makefile +++ b/math/tela/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2001/04/09 04:09:48 jtb Exp $ +# $NetBSD: Makefile,v 1.6 2001/04/14 21:43:57 jtb Exp $ DISTNAME= tela-1.31 CATEGORIES= math MASTER_SITES= ftp://ftp.funet.fi/pub/sci/math/tela/ \ ftp://sumppu.fmi.fi/pub/tela/ -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.geo.fmi.fi/prog/tela_00.html COMMENT= Tensor Language - a programming language for scientific computing diff --git a/math/tochnog/Makefile b/math/tochnog/Makefile index f5865254c8b..3a47964e926 100644 --- a/math/tochnog/Makefile +++ b/math/tochnog/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2001/02/17 18:22:44 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/04/14 21:43:57 jtb Exp $ DISTNAME= tochnog-20010210 CATEGORIES= math MASTER_SITES= ftp://tochnog.sourceforge.net/pub/tochnog/ DISTFILES= tn.tar.gz tnu.ps.gz tnp.ps.gz -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://tochnog.sourceforge.net COMMENT= Finite Element Analysis Program diff --git a/math/udunits/Makefile b/math/udunits/Makefile index b691b329e0d..8f4e0a485d0 100644 --- a/math/udunits/Makefile +++ b/math/udunits/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 18:22:45 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:57 jtb Exp $ DISTNAME= udunits PKGNAME= udunits-1.11.7 @@ -6,7 +6,7 @@ CATEGORIES= math devel MASTER_SITES= http://www.unidata.ucar.edu/packages/udunits/ EXTRACT_SUFX= .tar.Z -MAINTAINER= jtb@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.unidata.ucar.edu/packages/udunits/ COMMENT= Library and program for manipulating units of physical quantities |