summaryrefslogtreecommitdiff
path: root/textproc/hugs-HaXml
diff options
context:
space:
mode:
authorjmmv <jmmv>2007-03-07 12:51:16 +0000
committerjmmv <jmmv>2007-03-07 12:51:16 +0000
commit801b947071b9344b14c38cf8099d0d95c9c0a546 (patch)
tree99d04d56f07982296cbc73b2248f89b33e742561 /textproc/hugs-HaXml
parent302d60fde12fc03232511c8ebd4733fc28bc6cd4 (diff)
downloadpkgsrc-801b947071b9344b14c38cf8099d0d95c9c0a546.tar.gz
Update the hugs additional modules (hugs-HUnit, hugs-unix and hugs-HaXml)
to the versions corresponding to the 2006-09 release. This should have been done when the main hugs package was updated to this version back in October of past year.
Diffstat (limited to 'textproc/hugs-HaXml')
-rw-r--r--textproc/hugs-HaXml/Makefile4
-rw-r--r--textproc/hugs-HaXml/PLIST36
-rw-r--r--textproc/hugs-HaXml/distinfo8
3 files changed, 41 insertions, 7 deletions
diff --git a/textproc/hugs-HaXml/Makefile b/textproc/hugs-HaXml/Makefile
index cb60c8a4652..e2d41070b3d 100644
--- a/textproc/hugs-HaXml/Makefile
+++ b/textproc/hugs-HaXml/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/08/04 14:42:15 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2007/03/07 12:51:17 jmmv Exp $
#
-DISTNAME= HaXml-1.15.20060515
+DISTNAME= HaXml-1.17.20060921
CATEGORIES= textproc
MAINTAINER= jmmv@NetBSD.org
diff --git a/textproc/hugs-HaXml/PLIST b/textproc/hugs-HaXml/PLIST
index 74a0b878b3a..aec61230926 100644
--- a/textproc/hugs-HaXml/PLIST
+++ b/textproc/hugs-HaXml/PLIST
@@ -1,8 +1,17 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/04 14:42:15 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/03/07 12:51:17 jmmv Exp $
+bin/Canonicalise
+bin/CanonicaliseLazy
+bin/DtdToHaskell
+bin/MkOneOf
+bin/Validate
+bin/Xtract
+bin/XtractLazy
lib/hugs/packages/HaXml/Text/ParserCombinators/HuttonMeijer.hs
lib/hugs/packages/HaXml/Text/ParserCombinators/HuttonMeijerWallace.hs
lib/hugs/packages/HaXml/Text/ParserCombinators/Poly.hs
+lib/hugs/packages/HaXml/Text/ParserCombinators/PolyLazy.hs
lib/hugs/packages/HaXml/Text/ParserCombinators/PolyState.hs
+lib/hugs/packages/HaXml/Text/ParserCombinators/PolyStateLazy.hs
lib/hugs/packages/HaXml/Text/ParserCombinators/TextParser.hs
lib/hugs/packages/HaXml/Text/XML/HaXml.hs
lib/hugs/packages/HaXml/Text/XML/HaXml/Combinators.hs
@@ -12,13 +21,16 @@ lib/hugs/packages/HaXml/Text/XML/HaXml/DtdToHaskell/TypeDef.hs
lib/hugs/packages/HaXml/Text/XML/HaXml/Escape.hs
lib/hugs/packages/HaXml/Text/XML/HaXml/Html/Generate.hs
lib/hugs/packages/HaXml/Text/XML/HaXml/Html/Parse.hs
+lib/hugs/packages/HaXml/Text/XML/HaXml/Html/ParseLazy.hs
lib/hugs/packages/HaXml/Text/XML/HaXml/Html/Pretty.hs
lib/hugs/packages/HaXml/Text/XML/HaXml/Lex.hs
lib/hugs/packages/HaXml/Text/XML/HaXml/OneOfN.hs
lib/hugs/packages/HaXml/Text/XML/HaXml/Parse.hs
+lib/hugs/packages/HaXml/Text/XML/HaXml/ParseLazy.hs
lib/hugs/packages/HaXml/Text/XML/HaXml/Posn.hs
lib/hugs/packages/HaXml/Text/XML/HaXml/Pretty.hs
lib/hugs/packages/HaXml/Text/XML/HaXml/SAX.hs
+lib/hugs/packages/HaXml/Text/XML/HaXml/ShowXmlLazy.hs
lib/hugs/packages/HaXml/Text/XML/HaXml/TypeMapping.hs
lib/hugs/packages/HaXml/Text/XML/HaXml/Types.hs
lib/hugs/packages/HaXml/Text/XML/HaXml/Validate.hs
@@ -29,6 +41,28 @@ lib/hugs/packages/HaXml/Text/XML/HaXml/Xtract/Combinators.hs
lib/hugs/packages/HaXml/Text/XML/HaXml/Xtract/Lex.hs
lib/hugs/packages/HaXml/Text/XML/HaXml/Xtract/Parse.hs
lib/hugs/packages/HaXml/packages/HaXml/package.conf
+lib/hugs/programs/Canonicalise/Main.hs
+lib/hugs/programs/Canonicalise/Paths_HaXml.hs
+lib/hugs/programs/CanonicaliseLazy/Main.hs
+lib/hugs/programs/CanonicaliseLazy/Paths_HaXml.hs
+lib/hugs/programs/DtdToHaskell/Main.hs
+lib/hugs/programs/DtdToHaskell/Paths_HaXml.hs
+lib/hugs/programs/MkOneOf/Main.hs
+lib/hugs/programs/MkOneOf/Paths_HaXml.hs
+lib/hugs/programs/Validate/Main.hs
+lib/hugs/programs/Validate/Paths_HaXml.hs
+lib/hugs/programs/Xtract/Main.hs
+lib/hugs/programs/Xtract/Paths_HaXml.hs
+lib/hugs/programs/XtractLazy/Main.hs
+lib/hugs/programs/XtractLazy/Paths_HaXml.hs
+@dirrm lib/hugs/programs/XtractLazy
+@dirrm lib/hugs/programs/Xtract
+@dirrm lib/hugs/programs/Validate
+@dirrm lib/hugs/programs/MkOneOf
+@dirrm lib/hugs/programs/DtdToHaskell
+@dirrm lib/hugs/programs/CanonicaliseLazy
+@dirrm lib/hugs/programs/Canonicalise
+@dirrm lib/hugs/programs
@dirrm lib/hugs/packages/HaXml/packages/HaXml
@dirrm lib/hugs/packages/HaXml/packages
@dirrm lib/hugs/packages/HaXml/Text/XML/HaXml/Xtract
diff --git a/textproc/hugs-HaXml/distinfo b/textproc/hugs-HaXml/distinfo
index a68d5895fda..cdd17520316 100644
--- a/textproc/hugs-HaXml/distinfo
+++ b/textproc/hugs-HaXml/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/08/04 14:42:15 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2007/03/07 12:51:17 jmmv Exp $
-SHA1 (HaXml-1.15.20060515.tar.gz) = 571810dabd496bc9e4a0c15d231820db2aed8025
-RMD160 (HaXml-1.15.20060515.tar.gz) = ce46d819388d69f4a03bf396d0d60ffd9e9affaa
-Size (HaXml-1.15.20060515.tar.gz) = 76573 bytes
+SHA1 (HaXml-1.17.20060921.tar.gz) = af7a028a26f8f44ec624a5ea5b55f96ccb8a9e84
+RMD160 (HaXml-1.17.20060921.tar.gz) = 94b09cb589c8c88e1e6905d00145a8748b5a4683
+Size (HaXml-1.17.20060921.tar.gz) = 83080 bytes