aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2005-11-11 01:18:01 +0000
committerMark Linimon <linimon@FreeBSD.org>2005-11-11 01:18:01 +0000
commit34da9bdf573136c2c1df38368a52ffccd661cf79 (patch)
treea377528db4adfec04e601af6921b10c25874b351 /math
parent23d07b2cdbaf3bc562f98790c3ce2cb017afc527 (diff)
downloadports-34da9bdf573136c2c1df38368a52ffccd661cf79.tar.gz
ports-34da9bdf573136c2c1df38368a52ffccd661cf79.zip
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime.
Notes
Notes: svn path=/head/; revision=147872
Diffstat (limited to 'math')
-rw-r--r--math/ruby-algebra/Makefile2
-rw-r--r--math/ruby-bitset/Makefile2
-rw-r--r--math/ruby-bitvector/Makefile2
-rw-r--r--math/ruby-gmp/Makefile2
-rw-r--r--math/ruby-gnuplot/Makefile2
-rw-r--r--math/ruby-gsl/Makefile2
-rw-r--r--math/ruby-narray/Makefile2
-rw-r--r--math/ruby-netcdf/Makefile2
8 files changed, 8 insertions, 8 deletions
diff --git a/math/ruby-algebra/Makefile b/math/ruby-algebra/Makefile
index 77c9eab4e2f7..a57964d3d495 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/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
-MAINTAINER= knu@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A Ruby library for mathematical (algebraic) computations
USE_RUBY= yes
diff --git a/math/ruby-bitset/Makefile b/math/ruby-bitset/Makefile
index c522a7ed2974..b8a72d456673 100644
--- a/math/ruby-bitset/Makefile
+++ b/math/ruby-bitset/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.moonwolf.com/ruby/archive/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
-MAINTAINER= knu@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A bit set library for Ruby
USE_RUBY= yes
diff --git a/math/ruby-bitvector/Makefile b/math/ruby-bitvector/Makefile
index 38f4ba456ce9..9da93d0249e3 100644
--- a/math/ruby-bitvector/Makefile
+++ b/math/ruby-bitvector/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= contrib
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
-MAINTAINER= knu@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Efficient Ruby bit vector extension
USE_RUBY= yes
diff --git a/math/ruby-gmp/Makefile b/math/ruby-gmp/Makefile
index 9f6a475754da..c4bf27ed994f 100644
--- a/math/ruby-gmp/Makefile
+++ b/math/ruby-gmp/Makefile
@@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= lib${PORTNAME}-ruby_${PORTVERSION}
DIST_SUBDIR= ruby
-MAINTAINER= knu@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Ruby bindings to GNU Multiprecision Library
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
diff --git a/math/ruby-gnuplot/Makefile b/math/ruby-gnuplot/Makefile
index d8e357adb54a..5a65b284f9a2 100644
--- a/math/ruby-gnuplot/Makefile
+++ b/math/ruby-gnuplot/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= r${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
-MAINTAINER= knu@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A pipe-based interface to the gnuplot package for Ruby
RUN_DEPENDS= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile
index 66e621648139..9b4282d7dc39 100644
--- a/math/ruby-gsl/Makefile
+++ b/math/ruby-gsl/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= rb-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
-MAINTAINER= knu@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A Ruby extension library for GSL (GNU Scientific Library)
LIB_DEPENDS= gsl.7:${.CURDIR}/../gsl
diff --git a/math/ruby-narray/Makefile b/math/ruby-narray/Makefile
index dd9d26090202..d483c800eb55 100644
--- a/math/ruby-narray/Makefile
+++ b/math/ruby-narray/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.ir.isas.ac.jp/~masa/ruby/dist/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
-MAINTAINER= knu@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Numerical N-dimensional array library for Ruby
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
diff --git a/math/ruby-netcdf/Makefile b/math/ruby-netcdf/Makefile
index 22eb0cdaf295..d5aa15c96486 100644
--- a/math/ruby-netcdf/Makefile
+++ b/math/ruby-netcdf/Makefile
@@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
-MAINTAINER= knu@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A Ruby interface to the NetCDF scientific IO library
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray