diff options
author | Giuseppe Pilichi <jacula@FreeBSD.org> | 2010-05-26 11:18:46 +0000 |
---|---|---|
committer | Giuseppe Pilichi <jacula@FreeBSD.org> | 2010-05-26 11:18:46 +0000 |
commit | e951cb6d0734dcbbc08c5fdfafbc67e8389de545 (patch) | |
tree | 09f42476e1e0bfaa3cb1415c718d1e99c8ff11b8 /textproc | |
parent | 03231299235c95b71449e0efda9552b963778ba5 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hs-Diff/Makefile | 2 | ||||
-rw-r--r-- | textproc/hs-feed/Makefile | 2 | ||||
-rw-r--r-- | textproc/hs-tagsoup/Makefile | 2 | ||||
-rw-r--r-- | textproc/hs-texmath/Makefile | 2 | ||||
-rw-r--r-- | textproc/hs-xml/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/textproc/hs-Diff/Makefile b/textproc/hs-Diff/Makefile index 6cedcb101162..c77c6b581773 100644 --- a/textproc/hs-Diff/Makefile +++ b/textproc/hs-Diff/Makefile @@ -9,7 +9,7 @@ PORTNAME= Diff PORTVERSION= 0.1.2 CATEGORIES= textproc haskell -MAINTAINER= jacula@gmail.com +MAINTAINER= haskell@FreeBSD.org COMMENT= O(ND) diff algorithm in haskell .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/textproc/hs-feed/Makefile b/textproc/hs-feed/Makefile index 43be9e731147..245e8d9927bd 100644 --- a/textproc/hs-feed/Makefile +++ b/textproc/hs-feed/Makefile @@ -9,7 +9,7 @@ PORTNAME= feed PORTVERSION= 0.3.7 CATEGORIES= textproc haskell -MAINTAINER= jacula@gmail.com +MAINTAINER= haskell@FreeBSD.org COMMENT= Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds in Haskell CABAL_SETUP= Setup.hs diff --git a/textproc/hs-tagsoup/Makefile b/textproc/hs-tagsoup/Makefile index 771d2712eb51..df35371ba053 100644 --- a/textproc/hs-tagsoup/Makefile +++ b/textproc/hs-tagsoup/Makefile @@ -9,7 +9,7 @@ PORTNAME= tagsoup PORTVERSION= 0.8 CATEGORIES= textproc haskell -MAINTAINER= jacula@gmail.com +MAINTAINER= haskell@FreeBSD.org COMMENT= A Haskell library for extracting information from HTML documents CABAL_SETUP= Setup.hs diff --git a/textproc/hs-texmath/Makefile b/textproc/hs-texmath/Makefile index 0cbad2d893e9..34005fbd7b20 100644 --- a/textproc/hs-texmath/Makefile +++ b/textproc/hs-texmath/Makefile @@ -9,7 +9,7 @@ PORTNAME= texmath PORTVERSION= 0.1.1 CATEGORIES= textproc haskell -MAINTAINER= jacula@gmail.com +MAINTAINER= haskell@FreeBSD.org COMMENT= Conversion of LaTeX math formulas to MathML for Haskell CABAL_SETUP= Setup.hs diff --git a/textproc/hs-xml/Makefile b/textproc/hs-xml/Makefile index 0d62c9c9acba..77c606efbb26 100644 --- a/textproc/hs-xml/Makefile +++ b/textproc/hs-xml/Makefile @@ -9,7 +9,7 @@ PORTNAME= xml PORTVERSION= 1.3.5 CATEGORIES= textproc haskell -MAINTAINER= jacula@gmail.com +MAINTAINER= haskell@FreeBSD.org COMMENT= A simple XML library for Haskell CABAL_SETUP= Setup.hs |