Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  1 Jun 2002 22:23:24 +0200 (CEST)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38804: New port: devel/HaXml (Haskell XML lib and tools)
Message-ID:  <20020601202324.38C801AB04@unsane.de>

next in thread | raw e-mail | index | archive | help

>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 <obraun@informatik.unibw-muenchen.de>
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020601202324.38C801AB04>