svn commit: r362717 - in head: lang/haskell-mode.el lang/hla lang/ifc lang/metaocaml lang/mpd lang/neko lang/nwcc lang/ocaml-mode.el lang/ocs lang/onyx lang/oorexx lang/otcl lang/qscheme lang/ratfo...
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 23 17:30:56 UTC 2014
Author: bapt
Date: Wed Jul 23 17:30:45 2014
New Revision: 362717
URL: http://svnweb.freebsd.org/changeset/ports/362717
QAT: https://qat.redports.org/buildarchive/r362717/
Log:
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
Modified:
head/lang/haskell-mode.el/Makefile
head/lang/hla/Makefile
head/lang/ifc/Makefile
head/lang/metaocaml/Makefile
head/lang/mpd/Makefile
head/lang/neko/Makefile
head/lang/nwcc/Makefile
head/lang/ocaml-mode.el/Makefile
head/lang/ocs/Makefile
head/lang/onyx/Makefile
head/lang/oorexx/Makefile
head/lang/otcl/Makefile
head/lang/qscheme/Makefile
head/lang/ratfor/Makefile
head/lang/runawk/Makefile
head/lang/squeak/Makefile
head/lang/tuareg-mode.el/Makefile
head/lang/xds-c/Makefile
head/lang/xds/Makefile
head/mail/postfix27/Makefile
head/mail/postfix28/Makefile
head/mail/postfix29/Makefile
head/math/PDL/Makefile
head/math/atlas-devel/Makefile
head/math/bihar/Makefile
head/math/blacs/Makefile
head/math/blocksolve95/Makefile
head/math/dcdflib/Makefile
head/math/gotoblas/Makefile
head/math/isabelle/Makefile
head/math/itl/Makefile
head/math/javaview/Makefile
head/math/jsmath-fonts-sprite/Makefile
head/math/jsmath/Makefile
head/math/kash3/Makefile
head/math/lapack95/Makefile
head/math/matrix/Makefile
head/math/maxima/Makefile
head/math/mprime/Makefile
head/math/petsc/Makefile
head/math/pure-mpfr/Makefile
head/math/pure-rational/Makefile
head/math/py-basemap/Makefile
head/math/rpcalc/Makefile
head/math/scalapack/Makefile
head/math/sdpa-gmp/Makefile
head/math/sdpa/Makefile
head/math/sdpara/Makefile
head/math/sedumi/Makefile
head/math/superlu/Makefile
head/math/ump/Makefile
Modified: head/lang/haskell-mode.el/Makefile
==============================================================================
--- head/lang/haskell-mode.el/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/haskell-mode.el/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -5,7 +5,7 @@ PORTNAME= haskell-mode
PORTVERSION= 2.9.1
CATEGORIES= lang elisp
-MAINTAINER= umq at ueo.co.jp
+MAINTAINER= ports at FreeBSD.org
COMMENT= Emacs lisp mode for editing haskell programs
LICENSE= GPLv3
Modified: head/lang/hla/Makefile
==============================================================================
--- head/lang/hla/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/hla/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -15,7 +15,7 @@ DISTFILES= ${PORTNAME}src${EXTRACT_SUFX}
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${PORTNAME}src${EXTRACT_SUFX}
-MAINTAINER= gahr at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= High Level Assembly
USES= bison zip:infozip
Modified: head/lang/ifc/Makefile
==============================================================================
--- head/lang/ifc/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/ifc/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -7,7 +7,7 @@ CATEGORIES= lang linux devel
MASTER_SITES=
DISTNAME= l_fc_pc_${PORTVERSION:C/p.+$//}
-MAINTAINER= maho at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Intel's Fortran compiler, set up to produce native FreeBSD binaries
PATCHLEVEL= ${PORTVERSION:C/(.+p)(.+)$/pe\2/}
Modified: head/lang/metaocaml/Makefile
==============================================================================
--- head/lang/metaocaml/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/metaocaml/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -8,7 +8,7 @@ CATEGORIES= lang
MASTER_SITES= http://www.metaocaml.org/dist/old/
DISTNAME= MetaOCaml_309_alpha_030
-MAINTAINER= mainland at apeiron.net
+MAINTAINER= ports at FreeBSD.org
COMMENT= The MetaOCaml compiler and programming environment
ONLY_FOR_ARCHS= i386 amd64 # feel free to test on other archs and send a PR
Modified: head/lang/mpd/Makefile
==============================================================================
--- head/lang/mpd/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/mpd/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.cs.arizona.edu/
DISTNAME= ${PORTNAME}.${PORTVERSION}
EXTRACT_SUFX= .tgz
-MAINTAINER= kaiw27 at gmail.com
+MAINTAINER= ports at FreeBSD.org
COMMENT= Concurrent programming language
ONLY_FOR_ARCHS= i386
Modified: head/lang/neko/Makefile
==============================================================================
--- head/lang/neko/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/neko/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -7,7 +7,7 @@ PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://nekovm.org/_media/
-MAINTAINER= ozawa at ongs.co.jp
+MAINTAINER= ports at FreeBSD.org
COMMENT= The Neko Programming Language
LIB_DEPENDS= libgc-threaded.so:${PORTSDIR}/devel/boehm-gc-threaded
Modified: head/lang/nwcc/Makefile
==============================================================================
--- head/lang/nwcc/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/nwcc/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -8,7 +8,7 @@ CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}
-MAINTAINER= obrien at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Nils Weller's C compiler for Unix systems
ONLY_FOR_ARCHS= i386 amd64
Modified: head/lang/ocaml-mode.el/Makefile
==============================================================================
--- head/lang/ocaml-mode.el/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/ocaml-mode.el/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -10,7 +10,7 @@ MASTER_SITES= http://wwwfun.kurims.kyoto
MASTER_SITE_SUBDIR= jkoshy
DISTNAME= ocaml-mode-3.01
-MAINTAINER= michael.grunewald at laposte.net
+MAINTAINER= ports at FreeBSD.org
COMMENT= EMACS mode for editing OCaml programs
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
Modified: head/lang/ocs/Makefile
==============================================================================
--- head/lang/ocs/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/ocs/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -8,7 +8,7 @@ CATEGORIES= lang
MASTER_SITES= http://user.cs.tu-berlin.de/~opal/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-MAINTAINER= bkoenig at cs.tu-berlin.de
+MAINTAINER= ports at FreeBSD.org
COMMENT= The OPAL Compilation System
BROKEN= Fails to build
Modified: head/lang/onyx/Makefile
==============================================================================
--- head/lang/onyx/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/onyx/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -7,7 +7,7 @@ PORTREVISION= 3
CATEGORIES= lang
MASTER_SITES= http://www.canonware.com/download/onyx/
-MAINTAINER= jasone at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Embeddable stack-based threaded interpreted language
BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook
Modified: head/lang/oorexx/Makefile
==============================================================================
--- head/lang/oorexx/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/oorexx/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -6,7 +6,7 @@ PORTVERSION= 3.0.0
CATEGORIES= lang
MASTER_SITES= http://www.matem.unam.mx/~micho/download/
-MAINTAINER= micho at matem.unam.mx
+MAINTAINER= ports at FreeBSD.org
COMMENT= Powerful typeless object-oriented scripting language
CONFLICTS= rexx-imc-[0-9]* rexx-regina-[0-9]*
Modified: head/lang/otcl/Makefile
==============================================================================
--- head/lang/otcl/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/otcl/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -7,7 +7,7 @@ DISTVERSIONPREFIX= src-
CATEGORIES= lang tcl tk
MASTER_SITES= SF/${PORTNAME}-tclcl/OTcl/${PORTVERSION}
-MAINTAINER= 5u623l20 at gmail.com
+MAINTAINER= ports at FreeBSD.org
COMMENT= MIT Object Tcl
BROKEN= Fails to configure
Modified: head/lang/qscheme/Makefile
==============================================================================
--- head/lang/qscheme/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/qscheme/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -7,7 +7,7 @@ PORTREVISION= 6
CATEGORIES= lang scheme
MASTER_SITES= http://www.sof.ch/dan/qscheme/files/
-MAINTAINER= erik at bz.bzflag.bz
+MAINTAINER= ports at FreeBSD.org
COMMENT= Small and fast Scheme interpreter
BUILD_DEPENDS= ${LOCALBASE}/lib/libavcall.a:${PORTSDIR}/devel/ffcall\
Modified: head/lang/ratfor/Makefile
==============================================================================
--- head/lang/ratfor/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/ratfor/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -11,7 +11,7 @@ MASTER_SITES= ftp://sepftp.stanford.edu/
MASTER_SITE_SUBDIR= obrien
DISTFILES= ratfor.shar.2 local.ratfor77.shar
-MAINTAINER= obrien at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Ratfor -- the Rational FORTRAN compiler
NO_WRKSUBDIR= yes
Modified: head/lang/runawk/Makefile
==============================================================================
--- head/lang/runawk/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/runawk/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -6,7 +6,7 @@ PORTVERSION= 1.5.0
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-MAINTAINER= sahil at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Wrapper for AWK interpreter that implements a modules system
BUILD_DEPENDS= mk-configure>=0.21.0:${PORTSDIR}/devel/mk-configure
Modified: head/lang/squeak/Makefile
==============================================================================
--- head/lang/squeak/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/squeak/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -15,7 +15,7 @@ DISTFILES= Squeak-${VM_VERSION}-src${EX
EXTRACT_ONLY= Squeak-${VM_VERSION}-src${EXTRACT_SUFX}
##################################################
-MAINTAINER= mutoh at openedu.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Full Smalltalk 80 with portability to UNIX, Mac, and Windows
LICENSE= APACHE20 MIT
Modified: head/lang/tuareg-mode.el/Makefile
==============================================================================
--- head/lang/tuareg-mode.el/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/tuareg-mode.el/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -7,7 +7,7 @@ PORTEPOCH= 1
CATEGORIES= lang elisp
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/882/
-MAINTAINER= michael.grunewald at laposte.net
+MAINTAINER= ports at FreeBSD.org
COMMENT= Emacs major mode for editing Caml code
USE_EMACS= yes
Modified: head/lang/xds-c/Makefile
==============================================================================
--- head/lang/xds-c/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/xds-c/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.excelsior-usa.c
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//}-enduser-linux
EXTRACT_SUFX= .tgz
-MAINTAINER= coumarin at gmail.com
+MAINTAINER= ports at FreeBSD.org
COMMENT= Excelsior Oberon-2/Modula-2 to C compiler, set up to produce native FreeBSD binaries
RESTRICTED= Excelsior forbids any redistribution
Modified: head/lang/xds/Makefile
==============================================================================
--- head/lang/xds/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/lang/xds/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.excelsior-usa.c
DISTNAME= ${PORTNAME}-x86-${PORTVERSION:S/.//}-enduser-linux
EXTRACT_SUFX= .tgz
-MAINTAINER= coumarin at gmail.com
+MAINTAINER= ports at FreeBSD.org
COMMENT= Excelsior Oberon-2/Modula-2 compiler, set up to produce native FreeBSD binaries
RESTRICTED= Excelsior forbids any redistribution
Modified: head/mail/postfix27/Makefile
==============================================================================
--- head/mail/postfix27/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/mail/postfix27/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= . old related/postfi
PKGNAMESUFFIX= 27
DIST_SUBDIR= ${PORTNAME}
-MAINTAINER= sahil at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Secure alternative to widely-used Sendmail
LICENSE= IPL10
Modified: head/mail/postfix28/Makefile
==============================================================================
--- head/mail/postfix28/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/mail/postfix28/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= . old related/postfi
PKGNAMESUFFIX= 28
DIST_SUBDIR= ${PORTNAME}
-MAINTAINER= sahil at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Secure alternative to widely-used Sendmail
LICENSE= IPL10
Modified: head/mail/postfix29/Makefile
==============================================================================
--- head/mail/postfix29/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/mail/postfix29/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= . old related/postfi
PKGNAMESUFFIX= 29
DIST_SUBDIR= ${PORTNAME}
-MAINTAINER= sahil at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Secure alternative to widely-used Sendmail
LICENSE= IPL10
Modified: head/math/PDL/Makefile
==============================================================================
--- head/math/PDL/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/PDL/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -9,7 +9,7 @@ MASTER_SITES= CPAN/${PORTNAME}:cpan \
SF/pdl/PDL/${PORTVERSION}:sf
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:cpan,sf
-MAINTAINER= perl at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Perl Data Language
BUILD_DEPENDS= p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header \
Modified: head/math/atlas-devel/Makefile
==============================================================================
--- head/math/atlas-devel/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/atlas-devel/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -9,7 +9,7 @@ MASTER_SITES= SF/math-${PORTNAME}/Develo
PKGNAMESUFFIX= -devel
DISTNAME= ${PORTNAME}${PORTVERSION}
-MAINTAINER= bf at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Development version of math/atlas
IGNORE = : dependent ports have been altered to link with math/atlas -- please\
Modified: head/math/bihar/Makefile
==============================================================================
--- head/math/bihar/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/bihar/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -33,7 +33,7 @@ DISTFILES+= fft.doc
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= #empty
-MAINTAINER= bf at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Biharmonic equation in rectangular geometry and polar coordinates
LIB_DEPENDS= liblinpack.so:${PORTSDIR}/math/linpack
Modified: head/math/blacs/Makefile
==============================================================================
--- head/math/blacs/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/blacs/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -15,7 +15,7 @@ DISTFILES+= blacs_install.ps f77blacsqre
DIST_SUBDIR= blacs
EXTRACT_ONLY= mpiblacs.tgz blacstester.tgz mpiblacs-patch03.tgz
-MAINTAINER= maho at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= The BLACS (Basic Linear Algebra Communication Subprograms)
PKGMESSAGE= ${WRKDIR}/pkg-message
Modified: head/math/blocksolve95/Makefile
==============================================================================
--- head/math/blocksolve95/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/blocksolve95/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -11,7 +11,7 @@ DISTNAME= BlockSolve95
EXTRACT_SUFX= .tar.Z
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
-MAINTAINER= bf at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Software for the efficient solution of large, sparse linear systems
BUILD_DEPENDS= ${MPIDIR}/lib/libmpich.a:${PORTSDIR}/net/mpich2
Modified: head/math/dcdflib/Makefile
==============================================================================
--- head/math/dcdflib/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/dcdflib/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -7,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= ftp://odin.mda.uth.tmc.edu/pub/source/
-MAINTAINER= tobez at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Library of C Routines for Cumulative Distribution Functions
WRKSRC= ${WRKDIR}/dcdflib.c/src
Modified: head/math/gotoblas/Makefile
==============================================================================
--- head/math/gotoblas/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/gotoblas/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -13,7 +13,7 @@ DISTFILES= GotoBLAS2-${GOTOBLAS2VER}_bsd
large.tgz:lapack_tmg timing.tgz:lapack_tmg
EXTRACT_ONLY= ${GOTOBLAS2_SRCFILE}
-MAINTAINER= maho at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Fast implementation of Basic Linear Algebra Subprograms
LICENSE= BSD
Modified: head/math/isabelle/Makefile
==============================================================================
--- head/math/isabelle/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/isabelle/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -30,8 +30,8 @@ HOL_HOL4_DESC= Build optional heap: HOL
EMACS_PKG_DESC= Build with Emacs Packages
USES= perl5
+MAKE_JOBS_UNSAFE= yes
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
@@ -160,16 +160,16 @@ post-build:
post-install:
${WRKSRC}/bin/isabelle install \
- -d ${PREFIX}/share/isabelle \
- -p ${PREFIX}/bin
+ -d ${STAGEDIR}${PREFIX}/share/isabelle \
+ -p ${STAGEDIR}${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${DOCFILES}
- ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${DOCSDIR}
.endfor
(cd ${WRKSRC}; \
- ${FIND} -d browser_info -type d -exec ${MKDIR} ${DOCSDIR}/{} \; ; \
- ${FIND} -d browser_info -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;)
+ ${FIND} -d browser_info -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/{} \; ; \
+ ${FIND} -d browser_info -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/{} \;)
.endif
.include <bsd.port.post.mk>
Modified: head/math/itl/Makefile
==============================================================================
--- head/math/itl/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/itl/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -7,7 +7,7 @@ CATEGORIES= math devel
MASTER_SITES= http://www.osl.iu.edu/download/research/itl/
DISTNAME= ${PORTNAME}-4.0.0-1
-MAINTAINER= bf at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Iterative Template Library (based on MTL)
BUILD_DEPENDS= ${LOCALBASE}/include/mtl/mtl.h:${PORTSDIR}/math/mtl \
Modified: head/math/javaview/Makefile
==============================================================================
--- head/math/javaview/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/javaview/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.javaview.de/dow
DISTFILES= javaview.zip jv_models.zip jv_tutor.zip
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
-MAINTAINER= nivit at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= 3D viewer and a mathematical visualization software
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
Modified: head/math/jsmath-fonts-sprite/Makefile
==============================================================================
--- head/math/jsmath-fonts-sprite/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/jsmath-fonts-sprite/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -7,7 +7,7 @@ CATEGORIES= math www
MASTER_SITES= http://www.math.union.edu/~dpvc/jsMath/download/ \
http://nivi.interfree.it/distfiles/${PORTNAME}/
-MAINTAINER= nivit at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Sprite fonts pack for jsMath
USES= zip
Modified: head/math/jsmath/Makefile
==============================================================================
--- head/math/jsmath/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/jsmath/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -6,7 +6,7 @@ DISTVERSION= 3.6e
CATEGORIES= math www
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${DISTVERSION}
-MAINTAINER= nivit at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= JavaScript tool for including mathematics in web pages
USES= zip
Modified: head/math/kash3/Makefile
==============================================================================
--- head/math/kash3/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/kash3/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.math.tu-berlin.d
http://nivi.interfree.it/distfiles/${PORTNAME}/
DISTFILES= ${PORTNAME:tu}-${ELFTYPE}-i686-${PORTVERSION:S|.|-|g}.tar.bz2
-MAINTAINER= nivit at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Computer algebra system for computing in algebraic number fields
RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl
Modified: head/math/lapack95/Makefile
==============================================================================
--- head/math/lapack95/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/lapack95/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= lapack95
-MAINTAINER= maho at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= LAPACK95, Fortran90/95 wrapper for LAPACK
USES= fortran
Modified: head/math/matrix/Makefile
==============================================================================
--- head/math/matrix/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/matrix/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -7,7 +7,7 @@ CATEGORIES= math devel
MASTER_SITES= http://www.chelcom.ru/~anton/projects/files/
DISTNAME= matrix-${PORTVERSION}
-MAINTAINER= anton at chelcom.ru
+MAINTAINER= ports at FreeBSD.org
COMMENT= C++ library to manipulate matrices and vectors
WRKSRC= ${WRKDIR}/matrix
Modified: head/math/maxima/Makefile
==============================================================================
--- head/math/maxima/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/maxima/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -6,7 +6,7 @@ PORTVERSION= 5.31.3
CATEGORIES= math lisp tk
MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source
-MAINTAINER= bf at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Symbolic mathematics program
LICENSE= GPLv2
Modified: head/math/mprime/Makefile
==============================================================================
--- head/math/mprime/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/mprime/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -7,7 +7,7 @@ CATEGORIES= math benchmarks net
MASTER_SITES= ftp://mersenne.org/gimps/
DISTNAME= sprime${PORTVERSION:S/^0.0.//:S/.//}-freebsd
-MAINTAINER= nivit at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= mersenne.org distributed Great Internet Mersenne Prime Search
ONLY_FOR_ARCHS= i386
Modified: head/math/petsc/Makefile
==============================================================================
--- head/math/petsc/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/petsc/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -8,7 +8,7 @@ PORTEPOCH= 1
CATEGORIES= math parallel
MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/petsc/release-snapshots/
-MAINTAINER= bf at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Portable, Extensible Toolkit for Scientific computation
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
Modified: head/math/pure-mpfr/Makefile
==============================================================================
--- head/math/pure-mpfr/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/pure-mpfr/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -8,7 +8,7 @@ CATEGORIES= math
MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/
DIST_SUBDIR= pure
-MAINTAINER= lichray at gmail.com
+MAINTAINER= ports at FreeBSD.org
COMMENT= Multiprecision floats for Pure
LICENSE= GPLv3 LGPL3
Modified: head/math/pure-rational/Makefile
==============================================================================
--- head/math/pure-rational/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/pure-rational/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -8,7 +8,7 @@ CATEGORIES= math
MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/
DIST_SUBDIR= pure
-MAINTAINER= lichray at gmail.com
+MAINTAINER= ports at FreeBSD.org
COMMENT= Rational number library for the Pure language
LICENSE= GPLv3
Modified: head/math/py-basemap/Makefile
==============================================================================
--- head/math/py-basemap/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/py-basemap/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -8,7 +8,7 @@ CATEGORIES= math python
MASTER_SITES= SF/matplotlib/matplotlib-toolkits/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= mainland at apeiron.net
+MAINTAINER= ports at FreeBSD.org
COMMENT= Plots data on map projections (with continental and political boundaries)
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/matplotlib/:${PORTSDIR}/math/py-matplotlib
Modified: head/math/rpcalc/Makefile
==============================================================================
--- head/math/rpcalc/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/rpcalc/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -7,7 +7,7 @@ PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= BERLIOS
-MAINTAINER= edwin at mavetju.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Simple RPN calculator
RUN_DEPENDS= ${PYTHON_SITELIBDIR}//PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui
Modified: head/math/scalapack/Makefile
==============================================================================
--- head/math/scalapack/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/scalapack/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -15,7 +15,7 @@ DISTFILES+= scalapack_install.ps scalapa
DIST_SUBDIR= scalapack
EXTRACT_ONLY= scalapack-${PORTVERSION}.tgz manpages.tgz
-MAINTAINER= maho at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= The ScaLAPACK Scalable LAPACK library
BUILD_DEPENDS= f2c:${PORTSDIR}/lang/f2c
Modified: head/math/sdpa-gmp/Makefile
==============================================================================
--- head/math/sdpa-gmp/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/sdpa-gmp/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -10,7 +10,7 @@ DISTFILES= ${SRCFILE} ${MANUALFILE}
DIST_SUBDIR= sdpa
EXTRACT_ONLY= ${SRCFILE}
-MAINTAINER= maho at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Multi precision arithmetic version of math/sdpa
NO_STAGE= yes
Modified: head/math/sdpa/Makefile
==============================================================================
--- head/math/sdpa/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/sdpa/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -9,7 +9,7 @@ MASTER_SITES= http://sdpa.indsys.chuo-u.
DISTNAME= ${PORTNAME}.${PORTVERSION}.src-${SRCDATE}
DIST_SUBDIR= sdpa
-MAINTAINER= maho at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Very efficient SDP (semidefinite programming) solver
USES= fortran gmake
Modified: head/math/sdpara/Makefile
==============================================================================
--- head/math/sdpara/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/sdpara/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -10,7 +10,7 @@ DISTFILES= ${SRCFILE}#${MANUALFILE}
DIST_SUBDIR= sdpa
EXTRACT_ONLY= ${SRCFILE}
-MAINTAINER= maho at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= SDPARA parallel version of SDPA (math/sdpa)
LIB_DEPENDS= libscalapack.so:${PORTSDIR}/math/scalapack \
Modified: head/math/sedumi/Makefile
==============================================================================
--- head/math/sedumi/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/sedumi/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUB
# http://sedumi.mcmaster.ca/
DISTNAME= SeDuMi_1_1R3
-MAINTAINER= maho at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= SeDuMi is an semidefinite programming solver on Matlab
RUN_DEPENDS= octave:${PORTSDIR}/math/octave
Modified: head/math/superlu/Makefile
==============================================================================
--- head/math/superlu/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/superlu/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -14,7 +14,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} su
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= maho at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Library of routines for performing sparse factorization
USES= fortran
Modified: head/math/ump/Makefile
==============================================================================
--- head/math/ump/Makefile Wed Jul 23 17:23:16 2014 (r362716)
+++ head/math/ump/Makefile Wed Jul 23 17:30:45 2014 (r362717)
@@ -8,7 +8,7 @@ CATEGORIES= math
MASTER_SITES= SF/u-m-p/u-m-p/${PORTVERSION}
PKGNAMESUFFIX= -math
-MAINTAINER= nivit at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Graphical, easy to use math program
CONFLICTS= ump-1.[0-9]*
More information about the svn-ports-all
mailing list