aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2011-10-14 17:04:06 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2011-10-14 17:04:06 +0000
commitac16e03cca4904870392db6e72527ad518480d22 (patch)
tree25304e0ab6dd7e94e828953f37a9052bf752c9dc
parent706e46ef9ad870941afcc8568e2dd4414ad1b8ce (diff)
downloadports-ac16e03cca4904870392db6e72527ad518480d22.tar.gz
ports-ac16e03cca4904870392db6e72527ad518480d22.zip
Notes
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/ats-contrib-parcomb/Makefile20
-rw-r--r--textproc/ats-contrib-parcomb/pkg-descr4
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/