diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-12 17:10:10 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-12 17:10:10 +0000 |
commit | 8c2ad96e75bbfab9b65083a44755e2e974ff1273 (patch) | |
tree | 0630649653bb659d978b2322c3584254d2c94559 /devel/treecc | |
parent | 3685c7774b8f8f6ee9f52fbd62101063bb77affc (diff) | |
download | pkgsrc-8c2ad96e75bbfab9b65083a44755e2e974ff1273.tar.gz |
Initial import of treecc-0.2.6, packaged by pancake via pkgsrc-wip.
Treecc is a aspect-oriented programming tool that we wrote to assist in the
development of DotGNU Portable.NET's compiler, "cscc". It complements flex
and bison by providing support for abstract syntax tree creation and
manipulation.
Diffstat (limited to 'devel/treecc')
-rw-r--r-- | devel/treecc/DESCR | 4 | ||||
-rw-r--r-- | devel/treecc/Makefile | 18 | ||||
-rw-r--r-- | devel/treecc/PLIST | 3 | ||||
-rw-r--r-- | devel/treecc/distinfo | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/treecc/DESCR b/devel/treecc/DESCR new file mode 100644 index 00000000000..296621f40d1 --- /dev/null +++ b/devel/treecc/DESCR @@ -0,0 +1,4 @@ +Treecc is a aspect-oriented programming tool that we wrote to assist in the +development of DotGNU Portable.NET's compiler, "cscc". It complements flex +and bison by providing support for abstract syntax tree creation and +manipulation. diff --git a/devel/treecc/Makefile b/devel/treecc/Makefile new file mode 100644 index 00000000000..a3ccafb35d5 --- /dev/null +++ b/devel/treecc/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/12 17:10:10 xtraeme Exp $ +# + +DISTNAME= treecc-0.2.6 +CATEGORIES= devel +MASTER_SITES= http://www.southern-storm.com.au/download/ + +MAINTAINER= pancake@phreaker.net +HOMEPAGE= http://www.gnu.org/projects/dotgnu/ +COMMENT= DotGNU Portable.NET aspect-oriented programming tool + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_BUILDLINK2= yes + +INFO_FILES= treecc.info + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/treecc/PLIST b/devel/treecc/PLIST new file mode 100644 index 00000000000..169b5af3fe8 --- /dev/null +++ b/devel/treecc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/12 17:10:10 xtraeme Exp $ +bin/treecc +man/man1/treecc.1 diff --git a/devel/treecc/distinfo b/devel/treecc/distinfo new file mode 100644 index 00000000000..f7f1f88f728 --- /dev/null +++ b/devel/treecc/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/01/12 17:10:10 xtraeme Exp $ + +SHA1 (treecc-0.2.6.tar.gz) = 081f6af4e501b4da0174d2cfdb54b4902f8bc239 +Size (treecc-0.2.6.tar.gz) = 276832 bytes |