diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2011-10-15 01:04:06 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2011-10-15 01:04:06 +0800 |
commit | de74d72a9e477f5eb3ca6457bf741b95dbdc9240 (patch) | |
tree | 0d3116eff577684461003e0b70c453ffb7278c69 /textproc | |
parent | 0b72f106b064926d0b5b8e9a42fe787446ff2085 (diff) | |
download | freebsd-ports-gnome-de74d72a9e477f5eb3ca6457bf741b95dbdc9240.tar.gz freebsd-ports-gnome-de74d72a9e477f5eb3ca6457bf741b95dbdc9240.tar.zst freebsd-ports-gnome-de74d72a9e477f5eb3ca6457bf741b95dbdc9240.zip |
Add ats-contrib-parcomb 0.2.5, parser combinators for ATS language.
PR: ports/161577
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/ats-contrib-parcomb/Makefile | 20 | ||||
-rw-r--r-- | textproc/ats-contrib-parcomb/pkg-descr | 4 |
3 files changed, 25 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4e3af0df87c4..1a691b32a5d7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -29,6 +29,7 @@ SUBDIR += aspell-without-dicten SUBDIR += ast-aspell SUBDIR += atom + SUBDIR += ats-contrib-parcomb SUBDIR += augeas SUBDIR += az-aspell SUBDIR += bar diff --git a/textproc/ats-contrib-parcomb/Makefile b/textproc/ats-contrib-parcomb/Makefile new file mode 100644 index 000000000000..78fa5db05f33 --- /dev/null +++ b/textproc/ats-contrib-parcomb/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: ats-contrib-parcomb +# Date created: 2011-10-11 +# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= parcomb +PORTVERSION= ${ATS_VER} +CATEGORIES= textproc +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= jyyou@cs.nctu.edu.tw +COMMENT= Parser combinators for ATS language + +ATS_CTRB= parcomb + +.include "${.CURDIR}/../../lang/ats/bsd.ats.mk" +.include <bsd.port.mk> diff --git a/textproc/ats-contrib-parcomb/pkg-descr b/textproc/ats-contrib-parcomb/pkg-descr new file mode 100644 index 000000000000..a5534d07199b --- /dev/null +++ b/textproc/ats-contrib-parcomb/pkg-descr @@ -0,0 +1,4 @@ +This contributed library provides +parser combinators for ATS language. + +WWW: http://www.ats-lang.org/ |