From owner-freebsd-ports Sat Jun 1 13:30:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2353637B406 for ; Sat, 1 Jun 2002 13:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g51KU2q53821; Sat, 1 Jun 2002 13:30:02 -0700 (PDT) (envelope-from gnats) Received: from unsane.de (p508054C8.dip.t-dialin.net [80.128.84.200]) by hub.freebsd.org (Postfix) with ESMTP id C64E737B40A for ; Sat, 1 Jun 2002 13:23:34 -0700 (PDT) Received: from localhost (localhost.unsane.de [127.0.0.1]) by unsane.de (Postfix) with ESMTP id 560E61AB0C for ; Sat, 1 Jun 2002 22:23:26 +0200 (CEST) Received: by unsane.de (Postfix, from userid 1001) id 38C801AB04; Sat, 1 Jun 2002 22:23:24 +0200 (CEST) Message-Id: <20020601202324.38C801AB04@unsane.de> Date: Sat, 1 Jun 2002 22:23:24 +0200 (CEST) From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38804: New port: devel/HaXml (Haskell XML lib and tools) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38804 >Category: ports >Synopsis: New port: devel/HaXml (Haskell XML lib and tools) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 01 13:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.6-RC i386 >Organization: >Environment: System: FreeBSD galore.unsane.de 4.6-RC FreeBSD 4.6-RC #1: Sun May 19 18:16:38 CEST 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386 >Description: 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. WWW: http://www.cs.york.ac.uk/fp/HaXml/ Regards, Olli >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # HaXml # HaXml/Makefile # HaXml/distinfo # HaXml/pkg-comment # HaXml/pkg-descr # HaXml/pkg-plist # echo c - HaXml mkdir -p HaXml > /dev/null 2>&1 echo x - HaXml/Makefile sed 's/^X//' >HaXml/Makefile << 'END-of-HaXml/Makefile' X# New ports collection makefile for: HaXml X# Date created: 01 June 2002 X# Whom: Oliver Braun X# X# $FreeBSD$ X XPORTNAME= HaXml XPORTVERSION= 1.05 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/ X XMAINTAINER= obraun@informatik.unibw-muenchen.de X XBUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98 X XUSE_GMAKE= yes X Xdo-install: X @(cd ${WRKSRC} && ${CP} Canonicalise DrIFT DtdToHaskell Xtract ${PREFIX}/bin) X -@mkdir ${PREFIX}/lib/HaXml X @(cd ${WRKSRC}/lib && ${CP} * ${PREFIX}/lib/HaXml) X.if !defined(NOPORTDOCS) X @${RM} -rf ${WRKSRC}/docs/CVS X @(cd ${WRKSRC} && ${CP} -R docs ${PREFIX}/share/doc/HaXml) X.endif X X.include END-of-HaXml/Makefile echo x - HaXml/distinfo sed 's/^X//' >HaXml/distinfo << 'END-of-HaXml/distinfo' XMD5 (HaXml-1.05.tar.gz) = 0b9e3ecb0dd257682822c2ddc57fa0de END-of-HaXml/distinfo echo x - HaXml/pkg-comment sed 's/^X//' >HaXml/pkg-comment << 'END-of-HaXml/pkg-comment' XA collection of utilities for using Haskell and XML together END-of-HaXml/pkg-comment echo x - HaXml/pkg-descr sed 's/^X//' >HaXml/pkg-descr << 'END-of-HaXml/pkg-descr' XHaXml is a collection of utilities for using Haskell and XML together. It Xincludes a parser for XML, a separate error-correcting parser for HTML, and Xpretty-printers for XML and HTML. X XWWW: http://www.cs.york.ac.uk/fp/HaXml/ X X-- Oliver Braun Xobraun@informatik.unibw-muenchen.de END-of-HaXml/pkg-descr echo x - HaXml/pkg-plist sed 's/^X//' >HaXml/pkg-plist << 'END-of-HaXml/pkg-plist' Xbin/Canonicalise Xbin/DrIFT Xbin/DtdToHaskell Xbin/Xtract Xlib/HaXml/ExitFailure.hs Xlib/HaXml/Haskell2Xml.hi Xlib/HaXml/Haskell2Xml.hs Xlib/HaXml/Haskell2Xml.o Xlib/HaXml/ParseSTLib.hi Xlib/HaXml/ParseSTLib.hs Xlib/HaXml/ParseSTLib.o Xlib/HaXml/Pretty.hi Xlib/HaXml/Pretty.lhs Xlib/HaXml/Pretty.o Xlib/HaXml/SymTab.hs Xlib/HaXml/Xml2Haskell.hi Xlib/HaXml/Xml2Haskell.hs Xlib/HaXml/Xml2Haskell.o Xlib/HaXml/XmlCombinators.hi Xlib/HaXml/XmlCombinators.hs Xlib/HaXml/XmlCombinators.o Xlib/HaXml/XmlHtmlGen.hi Xlib/HaXml/XmlHtmlGen.hs Xlib/HaXml/XmlHtmlGen.o Xlib/HaXml/XmlHtmlPP.hs Xlib/HaXml/XmlHtmlParse.hi Xlib/HaXml/XmlHtmlParse.hs Xlib/HaXml/XmlHtmlParse.o Xlib/HaXml/XmlLex.hi Xlib/HaXml/XmlLex.hs Xlib/HaXml/XmlLex.o Xlib/HaXml/XmlLib.hi Xlib/HaXml/XmlLib.hs Xlib/HaXml/XmlLib.o Xlib/HaXml/XmlPP.hi Xlib/HaXml/XmlPP.hs Xlib/HaXml/XmlPP.o Xlib/HaXml/XmlParse.hi Xlib/HaXml/XmlParse.hs Xlib/HaXml/XmlParse.o Xlib/HaXml/XmlTypes.hi Xlib/HaXml/XmlTypes.hs Xlib/HaXml/XmlTypes.o X%%PORTDOCS%%share/doc/HaXml/HaXml.ps.gz X%%PORTDOCS%%share/doc/HaXml/Haskell2Xml.html X%%PORTDOCS%%share/doc/HaXml/Xml2Haskell.html X%%PORTDOCS%%share/doc/HaXml/XmlLib.html X%%PORTDOCS%%share/doc/HaXml/Xtract.html X%%PORTDOCS%%share/doc/HaXml/brubeck.gif X%%PORTDOCS%%share/doc/HaXml/icfp99.dvi X%%PORTDOCS%%share/doc/HaXml/icfp99.html X%%PORTDOCS%%share/doc/HaXml/icfp99.ps.gz X%%PORTDOCS%%share/doc/HaXml/index.html X@dirrm lib/HaXml X%%PORTDOCS%%@dirrm share/doc/HaXml END-of-HaXml/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message