summaryrefslogtreecommitdiff
path: root/devel/cxref
AgeCommit message (Collapse)AuthorFilesLines
2006-07-10Don't re-generate the HTML documentation unnecessarily. Patch providedrillig3-4/+31
by Gilles Dauphin in PR 33962.
2006-06-09USE_TOOLS+=lex yaccminskim1-1/+2
2006-03-08Using USE_TOOLS instead of USE_GNU_TOOLS fixes PR 33032.rillig1-2/+2
2006-03-07Remove an obsolete patch (hi drochner!).minskim1-12/+0
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-02update to 1.6adrochner2-7/+7
changes: -Removed the -html20 and -html32 options, the -html output is now version 4.01 -Removed the -latex209 and -latex2e options, the -latex output is version 2e -HTML option generates a cxref stylesheet and uses it -fixes/cleanup -Parsing improvements: support some more language features
2005-02-23Add RMD160 digests.agc1-1/+2
2004-09-07- Update cxref to 1.5g - fixes build on 2.0_BETAadrianp3-7/+13
- ok'ed wiz@ Changes include bug fixes and optimisation, for full details see: http://www.gedanken.demon.co.uk/cxref/#version-status
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-4/+4
2002-06-04Use in-source cpp instead of gcc to fix pkg/16511.yyamano1-1/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-02-05added patch-sum, modified patch-aa for pkglintwiz2-1/+4
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-08-24Import of cxref-1.5ahwr6-0/+44
Cxref is s a program that will produce documentation (in LaTeX, HTML, RTF or SGML) including cross-references from C program source code. It has been designed to work with ANSI C, incorporating K&R, and most popular GNU extensions. The documentation for the program is produced from comments in the code that are appropriately formatted. The cross referencing comes from the code itself and requires no extra work.