aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-17 18:04:42 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-17 18:04:42 +0000
commitccfe1c5429c93acff1fe7abd21561662ac26b8c4 (patch)
tree6785d976b13806c2324607469bb062b79aef8b5d /lang
parentcc02a4b33ce2ab5d0911157909bffcd1a03166d5 (diff)
downloadports-ccfe1c5429c93acff1fe7abd21561662ac26b8c4.tar.gz
ports-ccfe1c5429c93acff1fe7abd21561662ac26b8c4.zip
add treecc
Treecc program is designed to assist in the development of compilers PR: 28934 Submitted by: Michael Johnson <ahze@ahze.net>
Notes
Notes: svn path=/head/; revision=46390
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/treecc/Makefile19
-rw-r--r--lang/treecc/distinfo1
-rw-r--r--lang/treecc/pkg-comment1
-rw-r--r--lang/treecc/pkg-descr4
-rw-r--r--lang/treecc/pkg-plist11
6 files changed, 37 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index c16bc59db5da..eda5f74b176f 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -168,6 +168,7 @@
SUBDIR += tclplugin
SUBDIR += tcltutor
SUBDIR += tinycobol
+ SUBDIR += treecc
SUBDIR += wamcc
SUBDIR += yabasic
SUBDIR += yap
diff --git a/lang/treecc/Makefile b/lang/treecc/Makefile
new file mode 100644
index 000000000000..7fcdb3bcd003
--- /dev/null
+++ b/lang/treecc/Makefile
@@ -0,0 +1,19 @@
+# Ports collection makefile for: treecc
+# Date created: Wed Jul 11 00:45:15 EDT 2001
+# Whom: Michael Johnson <ahze@ahze.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= treecc
+PORTVERSION= 0.0.1
+CATEGORIES= lang
+MASTER_SITES= http://www.southern-storm.com.au/download/
+
+MAINTAINER= ahze@ahze.net
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+MAN1= treecc.1
+
+.include <bsd.port.mk>
diff --git a/lang/treecc/distinfo b/lang/treecc/distinfo
new file mode 100644
index 000000000000..75dc1c4f921a
--- /dev/null
+++ b/lang/treecc/distinfo
@@ -0,0 +1 @@
+MD5 (treecc-0.0.1.tar.gz) = 12810122b23c079f2eca50b447ed8cff
diff --git a/lang/treecc/pkg-comment b/lang/treecc/pkg-comment
new file mode 100644
index 000000000000..00f59fba445a
--- /dev/null
+++ b/lang/treecc/pkg-comment
@@ -0,0 +1 @@
+Treecc program is designed to assist in the development of compilers
diff --git a/lang/treecc/pkg-descr b/lang/treecc/pkg-descr
new file mode 100644
index 000000000000..8dd53ecbb6d0
--- /dev/null
+++ b/lang/treecc/pkg-descr
@@ -0,0 +1,4 @@
+The treecc program is designed to assist in the development of
+compilers and other language-based tools.
+
+WWW: http://www.southern-storm.com.au/treecc.html
diff --git a/lang/treecc/pkg-plist b/lang/treecc/pkg-plist
new file mode 100644
index 000000000000..ef3fdb9ae84d
--- /dev/null
+++ b/lang/treecc/pkg-plist
@@ -0,0 +1,11 @@
+bin/treecc
+@unexec install-info --delete %D/info/treecc.info %D/info/dir
+info/treecc.info
+info/treecc.info-1
+info/treecc.info-2
+@exec install-info %D/info/treecc.info %D/info/dir
+share/treecc/cpp_skel.cc
+share/treecc/cpp_skel.h
+share/treecc/c_skel.c
+share/treecc/c_skel.h
+@dirrm share/treecc