aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-02-13 14:13:00 +0800
committerpgj <pgj@FreeBSD.org>2012-02-13 14:13:00 +0800
commit3550fce7586caf4e5dde6bd067dde8cfc043e302 (patch)
tree54b1fdba1d88e4992697410f0ac1c5dd92d63c86 /textproc
parent56cd5cf3c330f0de68aab485b4338ab8001d8135 (diff)
downloadfreebsd-ports-gnome-3550fce7586caf4e5dde6bd067dde8cfc043e302.tar.gz
freebsd-ports-gnome-3550fce7586caf4e5dde6bd067dde8cfc043e302.tar.zst
freebsd-ports-gnome-3550fce7586caf4e5dde6bd067dde8cfc043e302.zip
- Remove textproc/hs-attoparsec-text: The package has been deprecated. Now
the attoparsec includes all functionality from this library. Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/hs-attoparsec-text/Makefile20
-rw-r--r--textproc/hs-attoparsec-text/distinfo2
-rw-r--r--textproc/hs-attoparsec-text/pkg-descr7
4 files changed, 0 insertions, 30 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index a098865e0e70..7540f16fef3c 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -237,7 +237,6 @@
SUBDIR += hs-HaXml
SUBDIR += hs-attoparsec
SUBDIR += hs-attoparsec-enumerator
- SUBDIR += hs-attoparsec-text
SUBDIR += hs-blaze-html
SUBDIR += hs-bytestring-csv
SUBDIR += hs-case-insensitive
diff --git a/textproc/hs-attoparsec-text/Makefile b/textproc/hs-attoparsec-text/Makefile
deleted file mode 100644
index b61c881de59c..000000000000
--- a/textproc/hs-attoparsec-text/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: hs-attoparsec-text
-# Date created: March 13, 2011
-# Whom: haskell@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= attoparsec-text
-PORTVERSION= 0.8.5.1
-CATEGORIES= textproc haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Fast combinator parsing for texts
-
-LICENSE= BSD
-
-USE_CABAL= attoparsec>=0.7 text>=0.10
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/textproc/hs-attoparsec-text/distinfo b/textproc/hs-attoparsec-text/distinfo
deleted file mode 100644
index bc2bfe3cb8a8..000000000000
--- a/textproc/hs-attoparsec-text/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cabal/attoparsec-text-0.8.5.1.tar.gz) = 1fc43122266653776bb157b9c6ffd7419651672f4b78e5cda61b0a2771fcc0c6
-SIZE (cabal/attoparsec-text-0.8.5.1.tar.gz) = 16729
diff --git a/textproc/hs-attoparsec-text/pkg-descr b/textproc/hs-attoparsec-text/pkg-descr
deleted file mode 100644
index 96dcf9511b5a..000000000000
--- a/textproc/hs-attoparsec-text/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-A fast parser combinator library, aimed particularly at dealing efficiently
-with network protocols and complicated text/binary file formats.
-
-This library is basically a translation of the original attoparsec library
-to use text instead of bytestrings.
-
-WWW: http://patch-tag.com/r/felipe/attoparsec-text/home