notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
cxref C program cross-referencing and documentation tool
1.6e_1 devel on this many watch lists=8 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.6eVersion of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2024-01-12 20:13:44
Commit Hash: faf808d
People watching this port, also watch:: netcat, sudo, zip
License: GPLv2
WWW:
https://www.gedanken.org.uk/software/cxref/
Description:
A program that takes as input a series of C source files and produces a LaTeX or HTML document containing a cross reference of the files/functions/variables in the program, including documentation taken from suitably formatted source code comments. The documentation is stored in the C source file in specially formatted comments, making it simple to maintain. The cross referencing includes lists of functions called, callers of each function, usage of global variables, header file inclusion, macro definitions and type definitions. Works for ANSI C, including a few gcc extensions.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (30 items)
Collapse this list.
  1. /usr/local/share/licenses/cxref-1.6e_1/catalog.mk
  2. /usr/local/share/licenses/cxref-1.6e_1/LICENSE
  3. /usr/local/share/licenses/cxref-1.6e_1/GPLv2
  4. bin/cxref
  5. bin/cxref-cc
  6. @comment bin/cxref-cpp
  7. @comment bin/cxref-cpp-configure
  8. bin/cxref-query
  9. share/cxref/README
  10. share/cxref/README.xrgr
  11. share/cxref/cflow.el
  12. share/cxref/cxref.el
  13. @comment share/cxref/cxref-cpp.defines
  14. share/cxref/cxref_includes.pl
  15. share/cxref/daVinvi_function.pl
  16. share/cxref/daVinvi_include.pl
  17. share/cxref/fixheader.pl
  18. share/cxref/includes2cxref.pl
  19. share/cxref/knr2ansi.pl
  20. share/cxref/make_depend.pl
  21. share/cxref/tree.pl
  22. share/cxref/xrefgraph.py
  23. share/cxref/xrgr.pl
  24. @comment share/man/man1/cxref-cpp-configure.1.gz
  25. @comment share/man/man1/cxref-cpp.1.gz
  26. share/man/man1/cxref-query.1.gz
  27. share/man/man1/cxref.1.gz
  28. @owner
  29. @group
  30. @mode
Collapse this list.
Dependency lines:
  • cxref>0:devel/cxref
To install the port:
cd /usr/ports/devel/cxref/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/cxref
  • pkg install cxref
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: cxref
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (cxref-1.6e.tgz) = 21492210f9e1030e4e697f0d84f31ac57a0844e64c8fb28432001c44663242f2 SIZE (cxref-1.6e.tgz) = 381883

Packages (timestamps in pop-ups are UTC):
cxref
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.6e_11.6e_11.6e1.6e_11.6e_1-1.6e-
FreeBSD:13:quarterly1.6e1.6e1.6e1.6e1.6e1.6e1.6e1.6e
FreeBSD:14:latest1.6e_11.6e_11.6e1.6e_11.6e_11.6e-1.6e
FreeBSD:14:quarterly1.6e1.6e-1.6e1.6e1.6e1.6e1.6e
FreeBSD:15:latest1.6e_11.6e_1n/a1.6e_1n/a1.6e_11.6e_11.6e_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for cxref-1.6e_1: CPP=off: with bundled cpp ===> Use 'make config' to modify these settings
Options name:
devel_cxref
USES:
gmake shebangfix tar:tgz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://fossies.org/linux/misc/
  2. http://www.gedanken.org.uk/software/cxref/download/
Collapse this list.

Number of commits found: 38

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.6e_1
12 Jan 2024 20:13:44
commit hash: faf808d6ecc2407e7dfa3ca59cdc7cbdcd9936f0commit hash: faf808d6ecc2407e7dfa3ca59cdc7cbdcd9936f0commit hash: faf808d6ecc2407e7dfa3ca59cdc7cbdcd9936f0commit hash: faf808d6ecc2407e7dfa3ca59cdc7cbdcd9936f0 files touched by this commit
Dirk Meyer (dinoex) search for other commits by this committer
devel/cxref: new option CPP

use ${PREFIX}/share/man
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.6e
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.6e
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.6e
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.6e
22 Mar 2021 10:17:44
Revision:568947Original commit files touched by this commit
danfe search for other commits by this committer
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line.
1.6e
27 Oct 2014 10:10:59
Revision:371544Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.6e
28 Jul 2014 16:28:03
Revision:363197Original commit files touched by this commit
adamw search for other commits by this committer
Rename devel/ patch-xy patches to reflect the files they modify.
1.6e
07 Feb 2014 13:02:44
Revision:343226Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.6e
- Stage support

PR:		186414
Submitted by:	ports fury
1.6d
15 Dec 2013 20:21:21
Revision:336579Original commit files touched by this commit
antoine search for other commits by this committer
Finish stage support
1.6d
15 Nov 2013 22:14:45
Revision:333941Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
USE_GMAKE->USES=gmake
Use shebangfix
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
1.6d
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
1.6d
16 Jan 2013 08:19:29
Revision:310484Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 1.6d.
- Trim header.
- Set MAKE_JOBS_SAFE.
- Add LICENSE.

PR:		ports/174188
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
1.6c
24 Oct 2011 03:33:20
Original commit files touched by this commit
stas search for other commits by this committer
- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
1.6c
11 Aug 2011 19:20:17
Original commit files touched by this commit Sanity Test Failure
kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
1.6c
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.6c
18 Aug 2010 01:02:32
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 1.6c.
1.6b
23 Jul 2007 09:36:52
Original commit files touched by this commit
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
1.6b
20 Mar 2007 07:46:29
Original commit files touched by this commit
stas search for other commits by this committer
- Update to 1.6b.
1.6a_1
22 Jul 2006 10:32:51
Original commit files touched by this commit
miwi search for other commits by this committer
- Pass maintainership to submitter
- Bumped portrevisionix plist
- Install supplementary scripts and emacs files
- Use gnometarget macro
- Remove unneccessory BISON dependency
- Bumped portrevision
- Fix plist

PR:             ports/100667
Submitted by:   Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:    krion (mentor)
1.6a
24 Nov 2005 15:40:04
Original commit files touched by this commit
pav search for other commits by this committer
- Add some SHA256 checksums
1.6a
08 May 2005 14:18:23
Original commit files touched by this commit
arved search for other commits by this committer
Update to 1.6a

PR:             80765
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
1.6
12 Apr 2005 03:26:57
Original commit files touched by this commit
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
1.6
11 Apr 2005 08:04:41
Original commit files touched by this commit
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
1.6
12 Oct 2004 10:25:34
Original commit files touched by this commit
krion search for other commits by this committer
Update to version 1.6

PR:             ports/72316
Submitted by:   Ports Fury
1.5g_1
01 Jul 2004 07:46:04
Original commit files touched by this commit
krion search for other commits by this committer
Fix package build.

Reported by:    pointyhat via kris
1.5g
27 Jun 2004 18:05:37
Original commit files touched by this commit
krion search for other commits by this committer
Update to version 1.5g

PR:             ports/68374
Submitted by:   Ports Fury
1.5e_1
29 Apr 2004 09:07:24
Original commit files touched by this commit
vs search for other commits by this committer
Fix packaging on -STABLE by always using supplied cpp.

Approved by: linimon (implicit)
1.5e_1
20 Apr 2004 08:08:21
Original commit files touched by this commit
kris search for other commits by this committer
Add missing file and manpage
1.5e_1
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
1.5e
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
1.5e
11 Jul 2003 17:44:16
Original commit files touched by this commit
nork search for other commits by this committer
Update to 1.5e.

PR:             ports/54322
Submitted by:   Ports Fury
1.5d_1
12 Jun 2003 04:33:33
Original commit files touched by this commit
will search for other commits by this committer
Fix malloc problem.

PR:             47039
Submitted by:   Chris Knight <chris@aims.com.au>,
                "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
1.5d
20 Feb 2003 17:07:10
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
1.5d
16 Jul 2002 22:13:47
Original commit files touched by this commit
pat search for other commits by this committer
Update to 1.5d

PR:             ports/40665
Submitted by:   schweikh
12 Jun 2001 15:25:45
commit hash: fp1.14979@dev.null.freshports.orgcommit hash: fp1.14979@dev.null.freshports.orgcommit hash: fp1.14979@dev.null.freshports.orgcommit hash: fp1.14979@dev.null.freshports.org files touched by this commit
kevlo search for other commits by this committer
Update to version 1.5c    
08 Oct 2000 02:10:04
commit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  

Number of commits found: 38