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:
parent
706e46ef9a
commit
ac16e03cca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283529
@ -29,6 +29,7 @@
|
||||
SUBDIR += aspell-without-dicten
|
||||
SUBDIR += ast-aspell
|
||||
SUBDIR += atom
|
||||
SUBDIR += ats-contrib-parcomb
|
||||
SUBDIR += augeas
|
||||
SUBDIR += az-aspell
|
||||
SUBDIR += bar
|
||||
|
20
textproc/ats-contrib-parcomb/Makefile
Normal file
20
textproc/ats-contrib-parcomb/Makefile
Normal 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>
|
4
textproc/ats-contrib-parcomb/pkg-descr
Normal file
4
textproc/ats-contrib-parcomb/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This contributed library provides
|
||||
parser combinators for ATS language.
|
||||
|
||||
WWW: http://www.ats-lang.org/
|
Loading…
Reference in New Issue
Block a user