diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-14 06:57:43 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-14 06:57:43 +0000 |
commit | 224db0e21d1b6a439e6b4077d34bf01d899cc796 (patch) | |
tree | c745f2147e541bd6c45584eeeb994c84b810395e /devel/treecc | |
parent | 87f16e843ab8d2a0b5628d8678a9a24db3f83f06 (diff) | |
download | pkgsrc-224db0e21d1b6a439e6b4077d34bf01d899cc796.tar.gz |
Update devel/treecc to 0.3.0.
Changes:
0.3.0 (13 March 2004)
* Allow for parallel "make -jN" building (kloczek@pld.org.pl).
* Fix the info directory (kloczek@pld.org.pl, qboosh@pld-linux.org).
* Update the treecc.spec file (Russell Stuart).
0.2.8 (3 January 2004)
* Add the "base_type" option (Gopal V).
* Don't put trailing commas on enums because strict ANSI C
does not allow trailing commas (Miroslaw Dobrzanski-Neumann).
0.2.6 (17 July 2003)
* Add the "gc_allocator" option, so that node allocation can be
done using "libgc" if the programmer chooses to do so.
* Fix some non-ANSI variable declarations.
0.2.4 (29 March 2003)
* Fixes to treecc.spec.in for RPM generation (Stephen Compall).
* Add support for namespaces in C++ (Jeyasankar Kottalam).
* Change "new.h" to "new" to comply with C++ standards
(Jeyasankar Kottalam).
* Fix the return type of YYNODESTATE::dealloc (Jeyasankar Kottalam).
Diffstat (limited to 'devel/treecc')
-rw-r--r-- | devel/treecc/Makefile | 4 | ||||
-rw-r--r-- | devel/treecc/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/treecc/Makefile b/devel/treecc/Makefile index 267e2b04398..7728662b919 100644 --- a/devel/treecc/Makefile +++ b/devel/treecc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2004/03/11 07:33:13 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2004/05/14 06:57:43 xtraeme Exp $ # -DISTNAME= treecc-0.2.6 +DISTNAME= treecc-0.3.0 CATEGORIES= devel MASTER_SITES= http://www.southern-storm.com.au/download/ diff --git a/devel/treecc/distinfo b/devel/treecc/distinfo index f7f1f88f728..f6983712eba 100644 --- a/devel/treecc/distinfo +++ b/devel/treecc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/01/12 17:10:10 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2004/05/14 06:57:43 xtraeme Exp $ -SHA1 (treecc-0.2.6.tar.gz) = 081f6af4e501b4da0174d2cfdb54b4902f8bc239 -Size (treecc-0.2.6.tar.gz) = 276832 bytes +SHA1 (treecc-0.3.0.tar.gz) = 6e16cfaac00159e84234ea237b69ab2598202a71 +Size (treecc-0.3.0.tar.gz) = 277663 bytes |