Port details |
- fccf Command-line tool that quickly searches through C/C++
- 0.6.0_3 devel
=2 0.6.0_3Version 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: 2022-04-29 07:18:06
- Last Update: 2023-12-14 15:49:40
- Commit Hash: ec5f6e2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/p-ranav/fccf
- Description:
- fccf is a command-line tool that quickly searches through C/C++ source code in
a directory based on a search string and prints relevant code snippets that
match the query.
Highlights:
* Quickly identifies source files that contain a search string.
* For each candidate source file, builds an abstract syntax tree (AST).
* Visits the nodes in the AST, looking for function declarations, classes,
enums, variables etc., that match the user's request.
* Pretty-prints the identified snippet of source code to the terminal.
* MIT License
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/fccf/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/fccf
- pkg install fccf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fccf
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1652086245
SHA256 (p-ranav-fccf-v0.6.0_GH0.tar.gz) = 684403084fb2838338e8dc8792e16d85e744a3b7fe0b15765266fb801a25af65
SIZE (p-ranav-fccf-v0.6.0_GH0.tar.gz) = 38126
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:
-
- argparse>0 : devel/argparse
- cmake : devel/cmake-core
- ninja : devel/ninja
- llvm-config15 : devel/llvm15
- Runtime dependencies:
-
- llvm-config15 : devel/llvm15
- Library dependencies:
-
- libfmt.so : devel/libfmt
- libLLVM-15.so : devel/llvm15
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_fccf
- USES:
- cmake llvm:build,lib,run
- 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.6.0_3 14 Dec 2023 15:49:40
    |
Po-Chuan Hsieh (sunpoet)  |
devel/libfmt: Update to 10.1.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/fmtlib/fmt/releases |
0.6.0_2 06 Apr 2023 20:33:19
    |
Robert Clausecker (fuz)  |
devel/fccf: exorcise -march=native and fix LLVM use
- remove -march=native as per policy.
- convert PORTVERSION to DISTVERSION
- depend on LLVM using USES=llvm
- ensure that the correct LLVM is linked against |
0.6.0_1 19 Dec 2022 09:31:34
    |
Thierry Thomas (thierry)  |
*/*: chase the upgrade of devel/libfmt to 9.1.0
PR: 268081 |
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.6.0 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.6.0 05 Sep 2022 12:42:24
    |
Baptiste Daroussin (bapt)  |
devel/fccf: drop maintainership
It look nice in the first place, but I actually never ended up using it. |
0.6.0 27 Aug 2022 09:17:54
    |
Piotr Kubaj (pkubaj)  |
devel/fccf: fix build on non-x86
immintrin.h is only used on amd64 and i386.
In file included from
/wrkdirs/usr/ports/devel/fccf/work/fccf-0.6.0/source/sse2_strstr.cpp:5:
In file included from /usr/lib/clang/13.0.0/include/immintrin.h:17:
/usr/lib/clang/13.0.0/include/mmintrin.h:33:5: error: use of undeclared
identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
__builtin_ia32_emms();
^ |
0.6.0 09 May 2022 10:24:35
    |
Baptiste Daroussin (bapt)  |
devel/fccf: update to 0.6.0
Unbundle argparse (actually this fixes package building)
Unbundle libgmt (also fixes package building) |
0.5.0 29 Apr 2022 07:15:26
    |
Baptiste Daroussin (bapt)  |
devel/fccf: new port
fccf is a command-line tool that quickly searches through C/C++ source code in
a directory based on a search string and prints relevant code snippets that
match the query.
Highlights:
* Quickly identifies source files that contain a search string.
* For each candidate source file, builds an abstract syntax tree (AST).
* Visits the nodes in the AST, looking for function declarations, classes,
enums, variables etc., that match the user's request.
* Pretty-prints the identified snippet of source code to the terminal.
* MIT License
WWW: https://github.com/p-ranav/fccf |