Path to this page:
./
devel/cxref,
C Cross Referencing & Documenting tool
Branch: CURRENT,
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:[
pkgtools/cwrappers]
Master sites:
Filesize: 406 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2011-10-14) Updated to version: cxref-1.6d
- (2008-11-06) Updated to version: cxref-1.6b
- (2006-03-03) Updated to version: cxref-1.6a
- (2005-10-05) Package added to pkgsrc.se, version cxref-1.5g (created)
CVS history: (Expand)
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-08 11:24:52 by Amitai Schleier | Files touched by this commit (1) | |
Log message:
Move "INSTALL" to "INSTALL.txt" so the "install" \
targets run as expected
on macOS with case-insensitive filesystem, fixing install of cxref.1.
While here, set LICENSE, update MASTER_SITES and HOMEPAGE, and remove
unrecognized configure option "--with-cxref-cpp".
|
2017-01-04 13:46:06 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Ensure the local yywrap is used. Fixes build with newer flex.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2011-10-14 00:11:26 by David A. Holland | Files touched by this commit (2) |
Log message:
Patch the lexer to ignore _Pragma().
|
2011-10-13 23:30:00 by David A. Holland | Files touched by this commit (2) |
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
|