diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-17 18:04:42 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-17 18:04:42 +0000 |
commit | ccfe1c5429c93acff1fe7abd21561662ac26b8c4 (patch) | |
tree | 6785d976b13806c2324607469bb062b79aef8b5d /lang/treecc | |
parent | cc02a4b33ce2ab5d0911157909bffcd1a03166d5 (diff) |
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/treecc')
-rw-r--r-- | lang/treecc/Makefile | 19 | ||||
-rw-r--r-- | lang/treecc/distinfo | 1 | ||||
-rw-r--r-- | lang/treecc/pkg-comment | 1 | ||||
-rw-r--r-- | lang/treecc/pkg-descr | 4 | ||||
-rw-r--r-- | lang/treecc/pkg-plist | 11 |
5 files changed, 36 insertions, 0 deletions
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 |