add treecc

Treecc program is designed to assist in the development of compilers

PR:		28934
Submitted by:	Michael Johnson <ahze@ahze.net>
This commit is contained in:
Ying-Chieh Liao 2001-08-17 18:04:42 +00:00
parent cc02a4b33c
commit ccfe1c5429
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46390
6 changed files with 37 additions and 0 deletions

View file

@ -168,6 +168,7 @@
SUBDIR += tclplugin
SUBDIR += tcltutor
SUBDIR += tinycobol
SUBDIR += treecc
SUBDIR += wamcc
SUBDIR += yabasic
SUBDIR += yap

19
lang/treecc/Makefile Normal file
View file

@ -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>

1
lang/treecc/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (treecc-0.0.1.tar.gz) = 12810122b23c079f2eca50b447ed8cff

1
lang/treecc/pkg-comment Normal file
View file

@ -0,0 +1 @@
Treecc program is designed to assist in the development of compilers

4
lang/treecc/pkg-descr Normal file
View file

@ -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

11
lang/treecc/pkg-plist Normal file
View file

@ -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