Port details |
- gnucflow Tool to chart control flow within the C program
- 1.7_1 devel =2 1.7_1Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2008-02-16 17:50:28
- Last Update: 2024-03-06 10:48:37
- Commit Hash: a0adb10
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://www.gnu.org/software/cflow/
- Description:
- GNU cflow analyzes a collection of C source files and prints a graph
charting control flow within the program.
Current implementation is able to produce both direct and inverted
flowgraphs for C sources. Optionally a cross-reference listing can
be generated. Two output formats are implemented: POSIX and GNU
(extended).
Input files can optionally be preprocessed before analyzing.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gnucflow>0:devel/gnucflow
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/devel/gnucflow/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/gnucflow
- pkg install gnucflow
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gnucflow
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1641833420
SHA256 (cflow-1.7.tar.bz2) = d01146caf9001e266133417c2a8258a64b5fc16fcb082a14f6528204d0c97086
SIZE (cflow-1.7.tar.bz2) = 916685
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gnucflow-1.7_1:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- devel_gnucflow
- USES:
- cpe gmake tar:bzip2 gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7_1 06 Mar 2024 10:48:37 |
Nuno Teixeira (eduardo) |
devel/gnucflow: Move man pages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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.7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.7 11 Jan 2022 16:50:08 |
Dmitry Marakasov (amdmi3) |
devel/gnucflow: update to 1.7
Also update MASTER_SITES to GNU |
1.6 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
1.6 23 Oct 2021 20:27:40 |
Stefan Eßer (se) |
devel/gnucflow: Add CPE information
Approved by: portmgr (blanket) |
1.6 07 Apr 2021 23:19:01 |
Dmitry Marakasov (amdmi3) |
Remove useless Created by: headers mentioning me |
1.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6 25 Feb 2019 15:04:41 |
amdmi3 |
- Update to 1.6
- Add testing support
- Add LICENSE
- Update WWW |
1.4_2 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
1.4_1 04 Feb 2018 10:14:17 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
1.4_1 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.4 20 Aug 2015 14:11:28 |
amdmi3 |
- Swith to options helpers |
1.4 07 May 2014 20:42:39 |
amdmi3 |
- Convert USE_BZIP2 and USE_DOS2UNIX to USES |
1.4 16 Dec 2013 17:40:14 |
amdmi3 |
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested
by Porter's Handbook |
1.4 17 Oct 2013 01:15:05 |
amdmi3 |
- Support staging
- Convert USE_GMAKE to USES |
1.4 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
1.4 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.4 29 Apr 2013 22:27:05 |
bapt |
Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework |
1.4 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.4 17 Dec 2011 21:20:03 |
amdmi3 |
- Update to 1.4
Feature safe: yes |
1.3_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.3_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.3 05 Jan 2010 21:36:34 |
mva |
cflow reads files as C or assembler program source and prints a graph
a graph of the function call hierarchy. Called functions are indented
according to their caller-callee relationship, in the order of occurance.
WWW: http://www.sysfault.org/projects |
1.3 13 Jul 2009 14:46:06 |
amdmi3 |
- Update to 1.3
- Mirror the distfile
- Mark MAKE_JOBS_SAFE |
1.2 19 Jun 2008 17:28:24 |
amdmi3 |
Update my email address in 132 ports.
Approved by: miwi (mentor) |
1.2 16 Feb 2008 17:50:11 |
miwi |
GNU cflow analyzes a collection of C source files and prints a graph
charting control flow within the program.
Current implementation is able to produce both direct and inverted
flowgraphs for C sources. Optionally a cross-reference listing can
be generated. Two output formats are implemented: POSIX and GNU
(extended).
Input files can optionally be preprocessed before analyzing.
WWW: http://savannah.gnu.org/projects/cflow
PR: ports/120373
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> |