mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
Update to version 2.0.4
This commit is contained in:
parent
53f768e355
commit
b1fff02aff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383513
@ -2,9 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cfg
|
||||
PORTVERSION= 2.0.1
|
||||
PORTVERSION= 2.0.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://cdn.bitbucket.org/mmottl/cfg/downloads/
|
||||
PKGNAMEPREFIX= ocaml-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -16,6 +15,10 @@ BUILD_DEPENDS= menhir:${PORTSDIR}/devel/menhir
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= mmottl
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
|
||||
USE_OCAML= yes
|
||||
USE_OCAML_FINDLIB=yes
|
||||
USE_OCAMLFIND_PLIST=yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cfg-2.0.1.tar.gz) = 55ef3d99914891eaeee5db542eb709c59b07720ccc7f67927e04c811f537283f
|
||||
SIZE (cfg-2.0.1.tar.gz) = 57253
|
||||
SHA256 (mmottl-cfg-2.0.4-v2.0.4_GH0.tar.gz) = 13778fd8a827a3c9491e092a9daea073ef7f59c043a23bdcdc05b85253405595
|
||||
SIZE (mmottl-cfg-2.0.4-v2.0.4_GH0.tar.gz) = 61660
|
||||
|
@ -1,4 +1,5 @@
|
||||
This OCaml-library consists of a set of modules which implement functions
|
||||
for manipulating context-free grammars (CFGs) in a purely functional way.
|
||||
This OCaml-library consists of a set of modules which implement functions for
|
||||
analyzing and manipulating context-free grammars (CFGs) in a purely functional
|
||||
way.
|
||||
|
||||
WWW: https://bitbucket.org/mmottl/cfg
|
||||
WWW: http://mmottl.github.io/cfg/
|
||||
|
Loading…
Reference in New Issue
Block a user