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>
This commit is contained in:
Li-Wen Hsu 2011-10-14 17:04:06 +00:00
parent 706e46ef9a
commit ac16e03cca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283529
3 changed files with 25 additions and 0 deletions

View file

@ -29,6 +29,7 @@
SUBDIR += aspell-without-dicten
SUBDIR += ast-aspell
SUBDIR += atom
SUBDIR += ats-contrib-parcomb
SUBDIR += augeas
SUBDIR += az-aspell
SUBDIR += bar

View file

@ -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>

View file

@ -0,0 +1,4 @@
This contributed library provides
parser combinators for ATS language.
WWW: http://www.ats-lang.org/