diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-07-24 03:05:21 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-07-24 03:05:21 +0000 |
commit | 57f8ecd37c6b6458978fb50b0e0dc2c9a05239a5 (patch) | |
tree | 7d3f2333771a217382d04e8dd3e8e109ed73e359 | |
parent | e42dc6a02fc8b59df230749c77ca289a50b96858 (diff) | |
download | ports-57f8ecd37c6b6458978fb50b0e0dc2c9a05239a5.tar.gz ports-57f8ecd37c6b6458978fb50b0e0dc2c9a05239a5.zip |
Notes
-rw-r--r-- | math/arpack++/Makefile | 2 | ||||
-rw-r--r-- | math/blitz++/Makefile | 2 | ||||
-rw-r--r-- | math/itl/Makefile | 2 | ||||
-rw-r--r-- | math/mtl/Makefile | 2 | ||||
-rw-r--r-- | math/mumps/Makefile | 2 | ||||
-rw-r--r-- | math/petsc/Makefile | 2 | ||||
-rw-r--r-- | math/superlu_mt/Makefile | 2 | ||||
-rw-r--r-- | math/taucs/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gnunet/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/math/arpack++/Makefile b/math/arpack++/Makefile index 256c22815ede..bc67167beb3d 100644 --- a/math/arpack++/Makefile +++ b/math/arpack++/Makefile @@ -18,7 +18,7 @@ PATCH_SITES= http://reuter.mit.edu/blue/software/ \ PATCHFILES= arpack++1.2.patch.diff PATCH_DIST_STRIP= -p1 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= ARPACK++ is an object-oriented version of the ARPACK package RUN_DEPENDS= ${LOCALBASE}/lib/libsuperlu.a:${PORTSDIR}/math/superlu diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile index 684cc17e408f..c8792b0e820c 100644 --- a/math/blitz++/Makefile +++ b/math/blitz++/Makefile @@ -13,7 +13,7 @@ CATEGORIES= math MASTER_SITES= SF/blitz/blitz/Blitz%2B%2B%20${PORTVERSION} DISTNAME= blitz-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= A C++ class library for scientific computing .ifndef NOPORTDOCS diff --git a/math/itl/Makefile b/math/itl/Makefile index c8a09d159536..42076c700d65 100644 --- a/math/itl/Makefile +++ b/math/itl/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math devel MASTER_SITES= http://www.osl.iu.edu/download/research/itl/ DISTNAME= ${PORTNAME}-4.0.0-1 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= Iterative Template Library (based on MTL) BUILD_DEPENDS= ${LOCALBASE}/include/mtl/mtl.h:${PORTSDIR}/math/mtl \ diff --git a/math/mtl/Makefile b/math/mtl/Makefile index 4fa386ee4efb..4198ce3d2b2c 100644 --- a/math/mtl/Makefile +++ b/math/mtl/Makefile @@ -12,7 +12,7 @@ CATEGORIES= math devel MASTER_SITES= http://www.osl.iu.edu/download/research/mtl/ DISTNAME= ${PORTNAME}-2.1.2-22 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= The Matrix Template Library GNU_CONFIGURE= yes diff --git a/math/mumps/Makefile b/math/mumps/Makefile index ec7175223c4a..0e1b313b64fc 100644 --- a/math/mumps/Makefile +++ b/math/mumps/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://mumps.enseeiht.fr/ \ http://www.enseeiht.fr/irit/apo/MUMPS/ DISTNAME= MUMPS_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= MUltifrontal Massively Parallel sparse direct Solver #----------------------------------------------------------------------- diff --git a/math/petsc/Makefile b/math/petsc/Makefile index 186da917c7d9..ef024397f83d 100644 --- a/math/petsc/Makefile +++ b/math/petsc/Makefile @@ -12,7 +12,7 @@ PORTEPOCH= 1 CATEGORIES= math parallel MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/petsc/release-snapshots/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= Portable, Extensible Toolkit for Scientific computation RUN_DEPENDS= ksh:${PORTSDIR}/shells/pdksh \ diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index f7236bafd22b..306b04748c0e 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -18,7 +18,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} simax97.ps.gz:doc DIST_SUBDIR= superlu2 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= Routines for performing multithreaded sparse factorization USE_FORTRAN= yes diff --git a/math/taucs/Makefile b/math/taucs/Makefile index 3b341977222e..dcf5170f9b76 100644 --- a/math/taucs/Makefile +++ b/math/taucs/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.tau.ac.il/~stoledo/taucs/${PORTVERSION}/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= C library of sparse linear solvers USE_FORTRAN= yes diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index b9b24a112346..07eb2a2681a2 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= GNU \ http://gnunet.org/download/ DISTNAME= GNUnet-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= An anonymous, distributed, reputation-based network LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ |