Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2003 18:35:19 +0100 (CET)
From:      Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        obraun@FreeBSD.org
Subject:   ports/47644: new port: devel/hs-alex, a Lex-like package for generating Haskell scanners
Message-ID:  <200301291735.h0THZJhC018051@menelaos.informatik.rwth-aachen.de>

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

>Number:         47644
>Category:       ports
>Synopsis:       new port: devel/hs-alex, a Lex-like package for generating Haskell scanners
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 29 09:40:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Jan 23 16:45:31 CET 2003 root@menelaos.informatik.rwth-aachen.de:/usr/src/sys/compile/MENELAOS i386


>Description:
Alex is a Lex-like package for generating Haskell scanners.
>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:
#
#	hs-alex
#	hs-alex/Makefile
#	hs-alex/distinfo
#	hs-alex/pkg-comment
#	hs-alex/pkg-plist
#	hs-alex/pkg-descr
#
echo c - hs-alex
mkdir -p hs-alex > /dev/null 2>&1
echo x - hs-alex/Makefile
sed 's/^X//' >hs-alex/Makefile << 'END-of-hs-alex/Makefile'
X# New ports collection makefile for:	alex
X# Date created:				29 January 2003
X# Whom:					Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
X#
X# $FreeBSD$
X
XPORTNAME=	alex
XPORTVERSION=	1.1
XCATEGORIES=	devel haskell
XMASTER_SITES=	http://www.syntaxpolice.org/~ijones/alex/
XDISTNAME=	${PORTNAME}
XDIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
X
XPKGNAMEPREFIX=	hs-
X
XMAINTAINER=	ports@freebsd.org
X
XBUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc
X
XUSE_GMAKE=	yes
X
XWRKSRC=	${WRKDIR}/${DISTNAME}
XBUILD_WRKSRC=	${WRKSRC}/src
XMAKEFILE=	makefile
XALL_TARGET=	alex
X
Xdo-install:
X	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/alex ${PREFIX}/bin
X	${MKDIR} ${EXAMPLESDIR}
X.for i in Alex.hs ctx.x lit.lx pp.x tiny.y xscan.x Tokens.x examples.x makefile state.x tkns.hs
X	${INSTALL_DATA} ${WRKSRC}/examples/$i ${EXAMPLESDIR}
X.endfor
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/doc/alex.ps ${WRKSRC}/doc/alex.pdf ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-hs-alex/Makefile
echo x - hs-alex/distinfo
sed 's/^X//' >hs-alex/distinfo << 'END-of-hs-alex/distinfo'
XMD5 (alex-1.1/alex.tar.gz) = 3b109767f6fb0aaafed9170f99109aa5
END-of-hs-alex/distinfo
echo x - hs-alex/pkg-comment
sed 's/^X//' >hs-alex/pkg-comment << 'END-of-hs-alex/pkg-comment'
XAlex is a Lex-like package for generating Haskell scanners
END-of-hs-alex/pkg-comment
echo x - hs-alex/pkg-plist
sed 's/^X//' >hs-alex/pkg-plist << 'END-of-hs-alex/pkg-plist'
Xbin/alex
Xshare/doc/alex/alex.ps
Xshare/doc/alex/alex.pdf
X@dirrm share/doc/alex
Xshare/examples/alex/Alex.hs
Xshare/examples/alex/Tokens.x
Xshare/examples/alex/ctx.x
Xshare/examples/alex/examples.x
Xshare/examples/alex/lit.lx
Xshare/examples/alex/makefile
Xshare/examples/alex/pp.x
Xshare/examples/alex/state.x
Xshare/examples/alex/tiny.y
Xshare/examples/alex/tkns.hs
Xshare/examples/alex/xscan.x
X@dirrm share/examples/alex
END-of-hs-alex/pkg-plist
echo x - hs-alex/pkg-descr
sed 's/^X//' >hs-alex/pkg-descr << 'END-of-hs-alex/pkg-descr'
XAlex is a Lex-like package for generating Haskell scanners
Xby Chris Dornan.
X
XWWW: http://www.syntaxpolice.org/~ijones/alex/
END-of-hs-alex/pkg-descr
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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