Port details |
- bsdcflow Call graph generator for C and assembler code
- 0.0.6_2 devel =2 0.0.6_2Version 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
- Port Added: 2010-01-05 21:37:21
- Last Update: 2024-03-14 09:38:19
- Commit Hash: 03853f1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://bitbucket.org/marcusva/cflow
- Description:
- cflow reads files as C or assembler program source and prints a graph
of the function call hierarchy. Called functions are indented according
to their caller-callee relationship, in the order of occurrence.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bsdcflow>0:devel/bsdcflow
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/devel/bsdcflow/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/bsdcflow
- pkg install bsdcflow
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bsdcflow
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (cflow-0.0.6.tar.gz) = 4e634ebb7fd016bdf0ab7c507c35825d851a68a5eb239f6064a9e9ec54728ca2
SIZE (cflow-0.0.6.tar.gz) = 31538
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
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_bsdcflow
- USES:
- gmake
- 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 |
0.0.6_2 14 Mar 2024 09:38:19 |
Christian Weisgerber (naddy) |
devel/bsdcflow: 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) |
0.0.6_1 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 ) |
0.0.6_1 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) |
0.0.6_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.0.6_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.0.6_1 13 Mar 2018 14:13:26 |
amdmi3 |
- Simplify and fix installation, use BSD_* commands, switch to pkg-plist, use
WRKSRC_SUBDIR |
0.0.6_1 27 Jul 2017 09:01:07 |
amdmi3 |
- Add LICENSE
- Strip binary
- Regenerate patches
- Update WWW |
0.0.6 22 Jan 2017 22:27:55 |
rene |
Reset mva@'s ports, he handed in his ports bit. |
0.0.6 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
0.0.6 14 Jan 2014 22:02:45 |
mva |
- Update WWW and MASTER_SITES, since the project moved to a new location
- Add LICENSE
- Enable stagedir support
- Convert USE_GMAKE -> USES=gmake |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
0.0.6 22 Jul 2013 16:29:59 |
mva |
- Fix build after MAKE_JOBS_SAFE became the default
Reported by: pointyhat |
0.0.6 09 Feb 2013 12:00:53 |
crees |
Various spelling corrections
PR: ports/175331
Submitted by: Christoph Mallon
Approved by: No objections within three weeks from any maintainer
While here, style and duplicate phrase fixes in bsdcflow pkg-descr
Submitted by: mi |
0.0.6 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.0.6 03 Apr 2010 10:52:32 |
mva |
- Update to 0.0.6. |
0.0.5 07 Jan 2010 07:33:34 |
mva |
- Update to 0.0.5. |
0.0.4 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 |