aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorjacula <jacula@FreeBSD.org>2010-05-26 19:18:46 +0800
committerjacula <jacula@FreeBSD.org>2010-05-26 19:18:46 +0800
commit057242ae8605ee049ff1c57d3a6b3294073fefae (patch)
treebeb282ac1c03be5b7baeb3fc2211145249c2fe3c /math
parentf9ace4ffbf1b8d04f4aab099f0c78de0f7efa813 (diff)
downloadfreebsd-ports-gnome-057242ae8605ee049ff1c57d3a6b3294073fefae.tar.gz
freebsd-ports-gnome-057242ae8605ee049ff1c57d3a6b3294073fefae.tar.zst
freebsd-ports-gnome-057242ae8605ee049ff1c57d3a6b3294073fefae.zip
- Pass maintainership to haskell@FreeBSD.org:
audio/hs-ALUT, audio/hs-OpenAL, benchmarks/hs-criterion converters/hs-json, devel/hs-DeepArrow, devel/hs-FileManip devel/hs-MemoTrie, devel/hs-MissingH, devel/hs-MonadCatchIO-mtl devel/hs-ObjectName, devel/hs-QuickCheck, devel/hs-StateVar devel/hs-Tensor, devel/hs-TypeCompose, devel/hs-arrows devel/hs-checkers, devel/hs-convertible, devel/hs-datetime devel/hs-deepseq, devel/hs-fgl, devel/hs-ghc-mtl, devel/hs-ghc-paths devel/hs-ghc-paths-docs, devel/hs-haskeline devel/hs-haskell-src-exts, devel/hs-hint, devel/hs-hoogle devel/hs-hslogger, devel/hs-mmap, devel/hs-mueval, devel/hs-reactive devel/hs-readline, devel/hs-safe, devel/hs-show, devel/hs-smallcheck devel/hs-split, devel/hs-testpack, devel/hs-transformers devel/hs-unamb, devel/hs-uniplate, devel/hs-unix-compat devel/hs-utility-ht, devel/hs-uuagc, devel/hs-uulib devel/hs-uvector, devel/hs-uvector-algorithms, graphics/hs-HGL lang/hs-brainfuck, lang/hs-unlambda, mail/hs-mime, math/hs-Agda math/hs-Agda-executable, math/hs-category-extras, math/hs-erf math/hs-mwc-random, math/hs-probability, math/hs-statistics math/hs-vector-space, print/hs-hscolour, print/hs-hscolour-docs science/hs-bio, textproc/hs-Diff, textproc/hs-feed textproc/hs-tagsoup, textproc/hs-texmath, textproc/hs-xml www/hs-HTTP, www/hs-cgi, www/hs-fastcgi, www/hs-http-server www/hs-oeis, www/hs-scgi, www/hs-url, x11-toolkits/hs-GLURaw x11-toolkits/hs-OpenGLRaw Approved by: pgj (mentor)
Diffstat (limited to 'math')
-rw-r--r--math/hs-Agda-executable/Makefile2
-rw-r--r--math/hs-Agda/Makefile2
-rw-r--r--math/hs-category-extras/Makefile2
-rw-r--r--math/hs-erf/Makefile2
-rw-r--r--math/hs-mwc-random/Makefile2
-rw-r--r--math/hs-probability/Makefile2
-rw-r--r--math/hs-statistics/Makefile2
-rw-r--r--math/hs-vector-space/Makefile2
8 files changed, 8 insertions, 8 deletions
diff --git a/math/hs-Agda-executable/Makefile b/math/hs-Agda-executable/Makefile
index 673255fbdbda..2c0b6e2bc86b 100644
--- a/math/hs-Agda-executable/Makefile
+++ b/math/hs-Agda-executable/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 2.2.6
PORTREVISION= 1
CATEGORIES= math haskell
-MAINTAINER= jacula@gmail.com
+MAINTAINER= haskell@FreeBSD.org
COMMENT= Command-line program for type-checking and compiling Agda programs
CABAL_SETUP= Setup.hs
diff --git a/math/hs-Agda/Makefile b/math/hs-Agda/Makefile
index 8e9c5747ad19..623710d0bc14 100644
--- a/math/hs-Agda/Makefile
+++ b/math/hs-Agda/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 2.2.6
PORTREVISION= 1
CATEGORIES= math haskell
-MAINTAINER= jacula@gmail.com
+MAINTAINER= haskell@FreeBSD.org
COMMENT= A functional programming language and proof assistant
CABAL_SETUP= Setup.hs
diff --git a/math/hs-category-extras/Makefile b/math/hs-category-extras/Makefile
index 95f6f97b6c27..35e5da6ffea4 100644
--- a/math/hs-category-extras/Makefile
+++ b/math/hs-category-extras/Makefile
@@ -9,7 +9,7 @@ PORTNAME= category-extras
PORTVERSION= 0.53.5
CATEGORIES= math haskell
-MAINTAINER= jacula@gmail.com
+MAINTAINER= haskell@FreeBSD.org
COMMENT= Various Haskell modules and constructs inspired by category theory
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
diff --git a/math/hs-erf/Makefile b/math/hs-erf/Makefile
index 8f200b4e250f..823cfa62c927 100644
--- a/math/hs-erf/Makefile
+++ b/math/hs-erf/Makefile
@@ -9,7 +9,7 @@ PORTNAME= erf
PORTVERSION= 1.0.0.0
CATEGORIES= math haskell
-MAINTAINER= jacula@gmail.com
+MAINTAINER= haskell@FreeBSD.org
COMMENT= The error function, erf, and friends for Haskell
CABAL_SETUP= Setup.hs
diff --git a/math/hs-mwc-random/Makefile b/math/hs-mwc-random/Makefile
index b2e764ff56ad..18b1a8f0ddb9 100644
--- a/math/hs-mwc-random/Makefile
+++ b/math/hs-mwc-random/Makefile
@@ -9,7 +9,7 @@ PORTNAME= mwc-random
PORTVERSION= 0.4.1.1
CATEGORIES= math haskell
-MAINTAINER= jacula@gmail.com
+MAINTAINER= haskell@FreeBSD.org
COMMENT= Fast, high quality pseudo random number generation in Haskell
USE_HACKAGE= uvector>=0.1.0.4
diff --git a/math/hs-probability/Makefile b/math/hs-probability/Makefile
index a4ef5035c025..25d842afe000 100644
--- a/math/hs-probability/Makefile
+++ b/math/hs-probability/Makefile
@@ -9,7 +9,7 @@ PORTNAME= probability
PORTVERSION= 0.2.2
CATEGORIES= math haskell
-MAINTAINER= jacula@gmail.com
+MAINTAINER= haskell@FreeBSD.org
COMMENT= Probabilistic Functional Programming in Haskell
USE_HACKAGE= transformers>=0.0.1
diff --git a/math/hs-statistics/Makefile b/math/hs-statistics/Makefile
index 190d26982f3b..7e260df9f246 100644
--- a/math/hs-statistics/Makefile
+++ b/math/hs-statistics/Makefile
@@ -9,7 +9,7 @@ PORTNAME= statistics
PORTVERSION= 0.4.1
CATEGORIES= math haskell
-MAINTAINER= jacula@gmail.com
+MAINTAINER= haskell@FreeBSD.org
COMMENT= A Haskell library of statistical types, data, and functions
USE_HACKAGE= erf mwc-random uvector>=0.1.0.4 uvector-algorithms>=0.2
diff --git a/math/hs-vector-space/Makefile b/math/hs-vector-space/Makefile
index 659aa63454cf..732905f28e43 100644
--- a/math/hs-vector-space/Makefile
+++ b/math/hs-vector-space/Makefile
@@ -9,7 +9,7 @@ PORTNAME= vector-space
PORTVERSION= 0.5.7
CATEGORIES= math haskell
-MAINTAINER= jacula@gmail.com
+MAINTAINER= haskell@FreeBSD.org
COMMENT= Vector & affine spaces, linear maps, and derivatives in Haskell
USE_HACKAGE= MemoTrie>=0.4.2