diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-29 16:29:19 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-29 16:29:19 +0000 |
commit | d2101f2dd8dca97c1d1fa5dc408255ef1a114800 (patch) | |
tree | 21fd0e382e1d083542888e2bae8694d8f035c84e /math | |
parent | bc8b7ad6280d68ac02d185af048e8df9f78ed21e (diff) | |
download | ports-d2101f2dd8dca97c1d1fa5dc408255ef1a114800.tar.gz ports-d2101f2dd8dca97c1d1fa5dc408255ef1a114800.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/cln/Makefile | 2 | ||||
-rw-r--r-- | math/elmer-umfpack/Makefile | 2 | ||||
-rw-r--r-- | math/gdcalc/Makefile | 2 | ||||
-rw-r--r-- | math/ruby-algebra/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index 552f8886bd96..27fbb18d85a9 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.ginac.de/CLN/ \ http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \ ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ -MAINTAINER= araujo@bsdmail.org +MAINTAINER= araujo@FreeBSD.org COMMENT= Class Library for Numbers LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 diff --git a/math/elmer-umfpack/Makefile b/math/elmer-umfpack/Makefile index 1b4a51ab3e11..95e61283773c 100644 --- a/math/elmer-umfpack/Makefile +++ b/math/elmer-umfpack/Makefile @@ -13,7 +13,7 @@ CATEGORIES= math MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/src/ PKGNAMEPREFIX= elmer- -MAINTAINER= araujo@bsdmail.org +MAINTAINER= araujo@FreeBSD.org COMMENT= UMFPACK library used by ELMER FEM package WANT_FORTRAN=yes #dummy but future use diff --git a/math/gdcalc/Makefile b/math/gdcalc/Makefile index 23d96b22229c..b39652e62a7b 100644 --- a/math/gdcalc/Makefile +++ b/math/gdcalc/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://bhepple.freeshell.org/dcalc/unix/ -MAINTAINER= araujo@bsdmail.org +MAINTAINER= araujo@FreeBSD.org COMMENT= Gnome-based scientific calculator RUN_DEPENDS= ${LOCALBASE}/bin/gunits:${PORTSDIR}/math/units diff --git a/math/ruby-algebra/Makefile b/math/ruby-algebra/Makefile index 8dbd58a04c81..8de8e5d267f7 100644 --- a/math/ruby-algebra/Makefile +++ b/math/ruby-algebra/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://blade.nagaokaut.ac.jp/~sinara/ruby/math/algebra/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= araujo@bsdmail.org +MAINTAINER= araujo@FreeBSD.org COMMENT= A Ruby library for mathematical (algebraic) computations USE_RUBY= yes |