Bug 28934 - treecc -- New Port.
Summary: treecc -- New Port.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-13 06:10 UTC by Michael Johnson
Modified: 2001-08-17 19:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2001-07-13 06:10:00 UTC
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	lang/treecc/
#	lang/treecc/pkg-plist
#	lang/treecc/pkg-descr
#	lang/treecc/pkg-comment
#	lang/treecc/distinfo
#	lang/treecc/Makefile
#
echo c - lang/treecc/
mkdir -p lang/treecc/ > /dev/null 2>&1
echo x - lang/treecc/pkg-plist
sed 's/^X//' >lang/treecc/pkg-plist << 'END-of-lang/treecc/pkg-plist'
Xbin/treecc
Xinfo/treecc.info
Xinfo/treecc.info-1
Xinfo/treecc.info-2
Xshare/treecc/cpp_skel.cc
Xshare/treecc/cpp_skel.h
Xshare/treecc/c_skel.c
Xshare/treecc/c_skel.h
X@dirrm share/treecc
END-of-lang/treecc/pkg-plist
echo x - lang/treecc/pkg-descr
sed 's/^X//' >lang/treecc/pkg-descr << 'END-of-lang/treecc/pkg-descr'
XThe treecc program is designed to assist in the development of 
Xcompilers and other language-based tools. 
X
XWWW: http://www.southern-storm.com.au/treecc.html
END-of-lang/treecc/pkg-descr
echo x - lang/treecc/pkg-comment
sed 's/^X//' >lang/treecc/pkg-comment << 'END-of-lang/treecc/pkg-comment'
XTreecc program is designed to assist in the development of compilers 
END-of-lang/treecc/pkg-comment
echo x - lang/treecc/distinfo
sed 's/^X//' >lang/treecc/distinfo << 'END-of-lang/treecc/distinfo'
XMD5 (treecc-0.0.1.tar.gz) = 12810122b23c079f2eca50b447ed8cff
END-of-lang/treecc/distinfo
echo x - lang/treecc/Makefile
sed 's/^X//' >lang/treecc/Makefile << 'END-of-lang/treecc/Makefile'
X# Ports collection makefile for:  treecc
X# Date created:			  Wed Jul 11 00:45:15 EDT 2001
X# Whom:				  Michael Johnson <ahze@ahze.net>
X#
X#
X
XPORTNAME=	treecc
XPORTVERSION=	0.0.1
XCATEGORIES=	lang
XMASTER_SITES=	http://www.southern-storm.com.au/download/
X
XMAINTAINER=	ahze@ahze.net
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XMAN1=		treecc.1
X
X.include <bsd.port.mk>
END-of-lang/treecc/Makefile
exit
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2001-08-17 19:04:55 UTC
State Changed
From-To: open->closed

committed, thanks