summaryrefslogtreecommitdiff
path: root/devel/treecc
AgeCommit message (Collapse)AuthorFilesLines
2006-06-17Fixed pkglint warning.rillig1-2/+2
2006-06-09USE_TOOLS+=lexminskim1-2/+2
2006-03-31* Move info file entries into the PLIST.jlam2-3/+4
* Honor PKGINFODIR and EMACS_INFOPREFIX.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-4/+2
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-06-13Update to 0.3.6. Doing this during the freeze to close the PR pkg/30513jmmv2-6/+6
submitted by pancake at phreaker.net. Ok'ed by wiz@. Changes since 0.3.0: 0.3.6 (16 January 2005) * Fix a problem with treecc.spec (Russell Stuart). 0.3.4 (30 October 2004) * Clean up Debian packaging rules (Russell Stuart). * Man page formatting (Peter Lund). 0.3.2 (8 August 2004) * Fixes for parallel builds (Gopal V).
2005-05-23Removed trailing white-space.rillig1-3/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-05-14Update devel/treecc to 0.3.0.xtraeme2-5/+5
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).
2004-03-11This package needs to use makeinfo to generate .info files.jlam1-1/+2
2004-02-27bl3ifyxtraeme1-2/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-12Initial import of treecc-0.2.6, packaged by pancake via pkgsrc-wip.xtraeme4-0/+29
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.