diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-18 02:04:42 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-18 02:04:42 +0800 |
commit | c6771fdcdc5bd422e36ac061b7c736c477176676 (patch) | |
tree | a28d6bce713f15ade71acff510568927e2d45d33 /lang | |
parent | da7771b14adc2c4413ca33be86a709f8ae32e7da (diff) | |
download | freebsd-ports-graphics-c6771fdcdc5bd422e36ac061b7c736c477176676.tar.gz freebsd-ports-graphics-c6771fdcdc5bd422e36ac061b7c736c477176676.tar.zst freebsd-ports-graphics-c6771fdcdc5bd422e36ac061b7c736c477176676.zip |
add treecc
Treecc program is designed to assist in the development of compilers
PR: 28934
Submitted by: Michael Johnson <ahze@ahze.net>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-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 |
6 files changed, 37 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index c16bc59db5d..eda5f74b176 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 00000000000..7fcdb3bcd00 --- /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 00000000000..75dc1c4f921 --- /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 00000000000..00f59fba445 --- /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 00000000000..8dd53ecbb6d --- /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 00000000000..ef3fdb9ae84 --- /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 |