aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2011-07-24 11:05:21 +0800
committerbf <bf@FreeBSD.org>2011-07-24 11:05:21 +0800
commit5ab87d1085e182bfbd6679990a3974606e307aa7 (patch)
treedfe77bd19c771efbe2f759c02715facd1abc9165
parent1671189c4b683d7e3de22dc9b62d3576ca67d21f (diff)
downloadfreebsd-ports-graphics-5ab87d1085e182bfbd6679990a3974606e307aa7.tar.gz
freebsd-ports-graphics-5ab87d1085e182bfbd6679990a3974606e307aa7.tar.zst
freebsd-ports-graphics-5ab87d1085e182bfbd6679990a3974606e307aa7.zip
take in some orphans
-rw-r--r--math/arpack++/Makefile2
-rw-r--r--math/blitz++/Makefile2
-rw-r--r--math/itl/Makefile2
-rw-r--r--math/mtl/Makefile2
-rw-r--r--math/mumps/Makefile2
-rw-r--r--math/petsc/Makefile2
-rw-r--r--math/superlu_mt/Makefile2
-rw-r--r--math/taucs/Makefile2
-rw-r--r--net-p2p/gnunet/Makefile2
9 files changed, 9 insertions, 9 deletions
diff --git a/math/arpack++/Makefile b/math/arpack++/Makefile
index 256c22815ed..bc67167beb3 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 684cc17e408..c8792b0e820 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 c8a09d15953..42076c700d6 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 4fa386ee4ef..4198ce3d2b2 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 ec7175223c4..0e1b313b64f 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 186da917c7d..ef024397f83 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 f7236bafd22..306b04748c0 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 3b341977222..dcf5170f9b7 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 b9b24a11234..07eb2a2681a 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 \