mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Update to 3.0.1
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
ccfe210c86
commit
036e6e86b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298172
@ -5,8 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= alex
|
||||
PORTVERSION= 2.3.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.0.1
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
@ -14,6 +13,8 @@ COMMENT= Alex is a tool for generating lexical analysers in Haskell
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_CABAL= QuickCheck>=2
|
||||
|
||||
XMLDOCS= doc/alex:html
|
||||
USE_AUTOTOOLS= autoconf:env
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cabal/alex-2.3.5.tar.gz) = 2ea6d30b98881c0fd57bfafae024050cd98dc5b0140d64a6d722c64a098ed253
|
||||
SIZE (cabal/alex-2.3.5.tar.gz) = 79147
|
||||
SHA256 (cabal/alex-3.0.1.tar.gz) = 727235cee46396537c2b53b4a0fae0ec25cffb9e982ce899816e92fcfe4cfaf0
|
||||
SIZE (cabal/alex-3.0.1.tar.gz) = 100057
|
||||
|
@ -1,5 +1,3 @@
|
||||
Alex is a tool for generating lexical analysers in Haskell, given a description
|
||||
of the tokens to be recognised in the form of regular expressions. It is similar
|
||||
to the tool lex or flex for C/C++ by Chris Dornan and Simon Marlow.
|
||||
Alex is a tool for generating lexical analysers in Haskell.
|
||||
|
||||
WWW: http://www.haskell.org/alex/
|
||||
WWW: http://www.haskell.org/alex/
|
||||
|
Loading…
Reference in New Issue
Block a user