From 42db0ac935e6212680103c299fea419008882194 Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Fri, 3 Aug 2012 03:12:14 +0000 Subject: - Update to 1.23.3 - Use the new options framework Obtained from: FreeBSD Haskell --- textproc/hs-HaXml/Makefile | 8 +++----- textproc/hs-HaXml/distinfo | 4 ++-- textproc/hs-HaXml/pkg-descr | 7 +++---- 3 files changed, 8 insertions(+), 11 deletions(-) (limited to 'textproc/hs-HaXml') 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 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/ -- cgit v1.2.3