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) combination for a given watch list. This is what FreshPorts will look for.

Port details
fccf Command-line tool that quickly searches through C/C++
0.6.0_3 devel on this many watch lists=0 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 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 search for ports maintained by this maintainer
Port Added: 2022-04-29 07:18:06
Last Update: 2023-12-14 15:49:40
Commit Hash: ec5f6e2
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
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 (9 items)
Collapse this list.
  1. /usr/local/share/licenses/fccf-0.6.0_3/catalog.mk
  2. /usr/local/share/licenses/fccf-0.6.0_3/LICENSE
  3. /usr/local/share/licenses/fccf-0.6.0_3/MIT
  4. bin/fccf
  5. share/fccf/fccfConfig.cmake
  6. share/fccf/fccfConfigVersion.cmake
  7. @owner
  8. @group
  9. @mode
Collapse this list.
Dependency lines:
  • fccf>0:devel/fccf
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):
fccf
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.6.0_30.6.0_3-0.6.0_30.6.0_3---
FreeBSD:13:quarterly0.6.0_30.6.0_30.6.0_20.6.0_30.6.0_30.6.0_30.6.0_30.6.0_3
FreeBSD:14:latest0.6.0_30.6.0_3-0.6.0_30.6.0_30.6.0_2-0.6.0_2
FreeBSD:14:quarterly0.6.0_30.6.0_3-0.6.0_30.6.0_30.6.0_30.6.0_30.6.0_3
FreeBSD:15:latest0.6.0_30.6.0_3n/a0.6.0_3n/a0.6.0_30.6.0_30.6.0_3
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. argparse>0 : devel/argparse
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
  4. llvm-config15 : devel/llvm15
Runtime dependencies:
  1. llvm-config15 : devel/llvm15
Library dependencies:
  1. libfmt.so : devel/libfmt
  2. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/p-ranav/fccf/tar.gz/v0.6.0?dummy=/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6.0_3
14 Dec 2023 15:49:40
commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: d8b7018aa8d21de29c5e83913397618d4217b2e6commit hash: d8b7018aa8d21de29c5e83913397618d4217b2e6commit hash: d8b7018aa8d21de29c5e83913397618d4217b2e6commit hash: d8b7018aa8d21de29c5e83913397618d4217b2e6 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
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
commit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493e files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of devel/libfmt to 9.1.0

PR:		268081
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)
0.6.0
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)
0.6.0
05 Sep 2022 12:42:24
commit hash: 8c6c7d5770346a9de4fff0aab644d18c9bbea3a4commit hash: 8c6c7d5770346a9de4fff0aab644d18c9bbea3a4commit hash: 8c6c7d5770346a9de4fff0aab644d18c9bbea3a4commit hash: 8c6c7d5770346a9de4fff0aab644d18c9bbea3a4 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
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
commit hash: b33c627183c00a7c7ea599d54c066109ee7c09c5commit hash: b33c627183c00a7c7ea599d54c066109ee7c09c5commit hash: b33c627183c00a7c7ea599d54c066109ee7c09c5commit hash: b33c627183c00a7c7ea599d54c066109ee7c09c5 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
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
commit hash: ffb9e31366f33a736803a7d5b5703d09981e6a20commit hash: ffb9e31366f33a736803a7d5b5703d09981e6a20commit hash: ffb9e31366f33a736803a7d5b5703d09981e6a20commit hash: ffb9e31366f33a736803a7d5b5703d09981e6a20 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
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
commit hash: 76b39d470f398e6a4ff7be7b41be289546c31470commit hash: 76b39d470f398e6a4ff7be7b41be289546c31470commit hash: 76b39d470f398e6a4ff7be7b41be289546c31470commit hash: 76b39d470f398e6a4ff7be7b41be289546c31470 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
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

Number of commits found: 9