Path to this page:
./
devel/cxref,
C Cross Referencing & Documenting tool
Branch: pkgsrc-2011Q3,
Version: 1.6d,
Package name: cxref-1.6d,
Maintainer: pkgsrc-usersCxref is 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.
Required to build:[
devel/gmake]
Master sites:
SHA1: b984d85da7b7fa39794932e6fe85a0657f6240bb
RMD160: 3760f2f074ec26b6702efbd38f24f0bb231488e0
Filesize: 406 KB
Version history: (Expand)
- (2011-10-15) Updated to version: cxref-1.6d
- (2011-10-04) Package added to pkgsrc.se, version cxref-1.6b (created)
CVS history: (Expand)
2011-10-15 10:28:21 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #3556 - requested by dholland
devel/cxref: build fix
Revisions pulled up:
- devel/cxref/Makefile 1.14
- devel/cxref/distinfo 1.8-1.9
- devel/cxref/patches/patch-src_parse_l 1.1
---
Module Name: pkgsrc
Committed By: dholland
Date: Thu Oct 13 21:30:00 UTC 2011
Modified Files:
pkgsrc/devel/cxref: Makefile distinfo
Log message:
Update to 1.6d.
Version 1.6d of cxref released : Mon Oct 3 14:00:00 2011
--------------------------------------------------------
Bug fixes
Updated for latest version of autoconf.
Allow structure initialisers to have multiple components (e.g. a.b=1).
Remove gcc warning messages.
Change Makefile for better comptibility with FreeBSD.
Version 1.6c of cxref released : Mon May 31 10:00:00 2010
---------------------------------------------------------
Bug fixes
Handle the gcc __builtin_offsetof() and offsetof() functions.
Check that the lex/yacc programs actually exist at configure time.
Handle ASM statements with named identifiers in them.
Parsing changes
Removed the char_varying type.
Document changes
Update web page links
---
Module Name: pkgsrc
Committed By: dholland
Date: Thu Oct 13 22:11:26 UTC 2011
Modified Files:
pkgsrc/devel/cxref: distinfo
Added Files:
pkgsrc/devel/cxref/patches: patch-src_parse_l
Log message:
Patch the lexer to ignore _Pragma().
|