aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-HaXml
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-08-03 03:12:14 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-08-03 03:12:14 +0000
commit42db0ac935e6212680103c299fea419008882194 (patch)
treef8a6644bd815a2cfb677d361b310391775428820 /textproc/hs-HaXml
parent5cdcc09e3077b6135b6ddd67ee678b09131ab223 (diff)
downloadports-42db0ac935e6212680103c299fea419008882194.tar.gz
ports-42db0ac935e6212680103c299fea419008882194.zip
Notes
Diffstat (limited to 'textproc/hs-HaXml')
-rw-r--r--textproc/hs-HaXml/Makefile8
-rw-r--r--textproc/hs-HaXml/distinfo4
-rw-r--r--textproc/hs-HaXml/pkg-descr7
3 files changed, 8 insertions, 11 deletions
diff --git a/textproc/hs-HaXml/Makefile b/textproc/hs-HaXml/Makefile
index fc0d8f8cc88c..ea3e03c592ab 100644
--- a/textproc/hs-HaXml/Makefile
+++ b/textproc/hs-HaXml/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= HaXml
-PORTVERSION= 1.22.5
-PORTREVISION= 1
+PORTVERSION= 1.23.3
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
@@ -18,9 +17,8 @@ FILE_LICENSE= COPYRIGHT
CABAL_SETUP= Setup.hs
USE_CABAL= polyparse>=1.5 random
-EXECUTABLE= Canonicalise CanonicaliseLazy \
- DtdToHaskell MkOneOf Validate \
- XsdToHaskell Xtract
+EXECUTABLE= Canonicalise CanonicaliseLazy DtdToHaskell FpMLToHaskell \
+ MkOneOf Validate XsdToHaskell Xtract
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/textproc/hs-HaXml/distinfo b/textproc/hs-HaXml/distinfo
index 629e41660cfb..a3522caffe99 100644
--- a/textproc/hs-HaXml/distinfo
+++ b/textproc/hs-HaXml/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/HaXml-1.22.5.tar.gz) = 7fcd9c93a00dc8f5e16a06b6a84f46ae103c933e21206859252d2acf238a75b2
-SIZE (cabal/HaXml-1.22.5.tar.gz) = 133836
+SHA256 (cabal/HaXml-1.23.3.tar.gz) = 0fe925a45f78ca87e197c8ac98976b0dd9737f56d2f9ac415b298287b6dce3be
+SIZE (cabal/HaXml-1.23.3.tar.gz) = 146596
diff --git a/textproc/hs-HaXml/pkg-descr b/textproc/hs-HaXml/pkg-descr
index 706847f35887..e3dc887ec5a4 100644
--- a/textproc/hs-HaXml/pkg-descr
+++ b/textproc/hs-HaXml/pkg-descr
@@ -1,5 +1,4 @@
-HaXml is a collection of utilities for using Haskell and XML together. It
-includes a parser for XML, a separate error-correcting parser for HTML, and
-pretty-printers for XML and HTML.
+Haskell utilities for parsing, filtering, transforming and generating XML
+documents.
-WWW: http://www.haskell.org/HaXml/
+WWW: http://www.cs.york.ac.uk/fp/HaXml/