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 on branch 2022Q3
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.

There are no commits on branch 2022Q3 for this port