diff options
author | jacula <jacula@FreeBSD.org> | 2010-05-26 19:18:46 +0800 |
---|---|---|
committer | jacula <jacula@FreeBSD.org> | 2010-05-26 19:18:46 +0800 |
commit | 057242ae8605ee049ff1c57d3a6b3294073fefae (patch) | |
tree | beb282ac1c03be5b7baeb3fc2211145249c2fe3c /audio | |
parent | f9ace4ffbf1b8d04f4aab099f0c78de0f7efa813 (diff) | |
download | freebsd-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 'audio')
-rw-r--r-- | audio/hs-ALUT/Makefile | 2 | ||||
-rw-r--r-- | audio/hs-OpenAL/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/hs-ALUT/Makefile b/audio/hs-ALUT/Makefile index 0edf1d3cef1a..a8f9bc7fa6f5 100644 --- a/audio/hs-ALUT/Makefile +++ b/audio/hs-ALUT/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.2.0.0 PORTREVISION= 1 CATEGORIES= audio haskell -MAINTAINER= jacula@gmail.com +MAINTAINER= haskell@FreeBSD.org COMMENT= A Haskell binding for the OpenAL Utility Toolkit CABAL_SETUP= Setup.hs diff --git a/audio/hs-OpenAL/Makefile b/audio/hs-OpenAL/Makefile index 5ed544333262..5ab0f67bab1c 100644 --- a/audio/hs-OpenAL/Makefile +++ b/audio/hs-OpenAL/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.4.0.0 PORTREVISION= 1 CATEGORIES= audio haskell -MAINTAINER= jacula@gmail.com +MAINTAINER= haskell@FreeBSD.org COMMENT= A Haskell binding to the OpenAL cross-platform 3D audio API CABAL_SETUP= Setup.hs |