pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc Update devel/treecc to 0.3.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f293ab1d580
branches:  trunk
changeset: 475311:8f293ab1d580
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri May 14 06:57:43 2004 +0000

description:
Update devel/treecc to 0.3.0.

Changes:

0.3.0 (13 March 2004)

        * Allow for parallel "make -jN" building (kloczek%pld.org.pl@localhost).
        * Fix the info directory (kloczek%pld.org.pl@localhost, qboosh%pld-linux.org@localhost).
        * 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:

 devel/treecc/Makefile |  4 ++--
 devel/treecc/distinfo |  6 +++---
 doc/CHANGES           |  3 ++-
 doc/TODO              |  1 -
 4 files changed, 7 insertions(+), 7 deletions(-)

diffs (49 lines):

diff -r 87b8f2b73509 -r 8f293ab1d580 devel/treecc/Makefile
--- a/devel/treecc/Makefile     Fri May 14 01:51:07 2004 +0000
+++ b/devel/treecc/Makefile     Fri May 14 06:57:43 2004 +0000
@@ -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 -r 87b8f2b73509 -r 8f293ab1d580 devel/treecc/distinfo
--- a/devel/treecc/distinfo     Fri May 14 01:51:07 2004 +0000
+++ b/devel/treecc/distinfo     Fri May 14 06:57:43 2004 +0000
@@ -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
diff -r 87b8f2b73509 -r 8f293ab1d580 doc/CHANGES
--- a/doc/CHANGES       Fri May 14 01:51:07 2004 +0000
+++ b/doc/CHANGES       Fri May 14 06:57:43 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5928 2004/05/13 22:06:03 minskim Exp $
+$NetBSD: CHANGES,v 1.5929 2004/05/14 06:57:43 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -2518,3 +2518,4 @@
        Updated pine to 4.60 [adam 2004-05-13]
        Updated tcl-tclX to 8.3.5 [minskim 2004-05-13]
        Updated tk-tclX to 8.3.5 [minskim 2004-05-13]
+       Updated treecc to 0.3.0 [xtraeme 2004-05-14]
diff -r 87b8f2b73509 -r 8f293ab1d580 doc/TODO
--- a/doc/TODO  Fri May 14 01:51:07 2004 +0000
+++ b/doc/TODO  Fri May 14 06:57:43 2004 +0000
@@ -369,7 +369,6 @@
        o tkman-2.2
        o tmda-1.0.2
        o top-3.5b12.10
-       o treecc-0.2.8
        o tripwire-2.3.1 [see also pkg/22362]
        o txt2html-2.20 [wennmach]
        o txt2html-2.23



Home | Main Index | Thread Index | Old Index