pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/treecc Initial import of treecc-0.2.6, packaged ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8335607b4307
branches:  trunk
changeset: 466166:8335607b4307
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Jan 12 17:10:10 2004 +0000

description:
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:

 devel/treecc/DESCR    |   4 ++++
 devel/treecc/Makefile |  18 ++++++++++++++++++
 devel/treecc/PLIST    |   3 +++
 devel/treecc/distinfo |   4 ++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 88e1f3ff9720 -r 8335607b4307 devel/treecc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/treecc/DESCR        Mon Jan 12 17:10:10 2004 +0000
@@ -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 -r 88e1f3ff9720 -r 8335607b4307 devel/treecc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/treecc/Makefile     Mon Jan 12 17:10:10 2004 +0000
@@ -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@localhost
+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 -r 88e1f3ff9720 -r 8335607b4307 devel/treecc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/treecc/PLIST        Mon Jan 12 17:10:10 2004 +0000
@@ -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 -r 88e1f3ff9720 -r 8335607b4307 devel/treecc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/treecc/distinfo     Mon Jan 12 17:10:10 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index