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
include-what-you-use Tool for use with clang to analyze #includes in C and C++ source files
0.22 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.21Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-02-21 15:05:33
Last Update: 2024-04-04 15:41:37
Commit Hash: 6f32cb5
License: NCSA
WWW:
https://include-what-you-use.org
Description:
"Include what you use" means this: for every symbol (type, function, variable, or macro) that you use in foo.cc (or foo.cpp), either foo.cc or foo.h should include a .h file that exports the declaration of that symbol. (Similarly, for foo_test.cc, either foo_test.cc or foo.h should do the including.) Obviously symbols defined in foo.cc itself are excluded from this requirement. This puts us in a state where every file includes the headers it needs to declare the symbols that it uses. When every file includes what it uses, then it is possible to edit any file and remove unused headers, without fear of accidentally breaking the upwards dependencies of that file. It also becomes easy to automatically track and update dependencies in the source code.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (30 items)
Collapse this list.
  1. /usr/local/share/licenses/include-what-you-use-0.22/catalog.mk
  2. /usr/local/share/licenses/include-what-you-use-0.22/LICENSE
  3. /usr/local/share/licenses/include-what-you-use-0.22/NCSA
  4. bin/fix_includes.py
  5. bin/include-what-you-use
  6. bin/iwyu_tool.py
  7. share/man/man1/include-what-you-use.1.gz
  8. share/include-what-you-use/boost-1.64-all-private.imp
  9. share/include-what-you-use/boost-1.64-all.imp
  10. share/include-what-you-use/boost-1.75-all-private.imp
  11. share/include-what-you-use/boost-1.75-all.imp
  12. share/include-what-you-use/boost-all-private.imp
  13. share/include-what-you-use/boost-all.imp
  14. share/include-what-you-use/clang-6.intrinsics.imp
  15. share/include-what-you-use/gcc-8.intrinsics.imp
  16. share/include-what-you-use/gcc.libc.imp
  17. share/include-what-you-use/gcc.stl.headers.imp
  18. share/include-what-you-use/gcc.symbols.imp
  19. share/include-what-you-use/iwyu.gcc.imp
  20. share/include-what-you-use/libcxx.imp
  21. share/include-what-you-use/python2.7.imp
  22. share/include-what-you-use/python3.8.imp
  23. share/include-what-you-use/qt4.imp
  24. share/include-what-you-use/qt5_11.imp
  25. share/include-what-you-use/qt5_4.imp
  26. share/include-what-you-use/stl.c.headers.imp
  27. share/include-what-you-use/stl.public.imp
  28. @owner
  29. @group
  30. @mode
Collapse this list.
Dependency lines:
  • include-what-you-use>0:devel/include-what-you-use
To install the port:
cd /usr/ports/devel/include-what-you-use/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/include-what-you-use
  • pkg install include-what-you-use
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: include-what-you-use
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1712231546 SHA256 (include-what-you-use-include-what-you-use-0.22_GH0.tar.gz) = 34c7636da2abe7b86580b53b762f5269e71efff460f24f17d5913c56eb99cb7c SIZE (include-what-you-use-include-what-you-use-0.22_GH0.tar.gz) = 796681

Packages (timestamps in pop-ups are UTC):
include-what-you-use
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.220.22-0.220.22-0.12_1-
FreeBSD:13:quarterly0.220.22-0.220.220.210.210.21
FreeBSD:14:latest0.210.220.18_10.210.220.20--
FreeBSD:14:quarterly0.210.22-0.210.220.210.210.21
FreeBSD:15:latest0.210.22n/a0.21n/a0.210.210.21
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. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. llvm-config18 : devel/llvm18
Runtime dependencies:
  1. llvm-config18 : devel/llvm18
  2. python3.8 : lang/python38
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_include-what-you-use
USES:
cmake llvm:18,build,run ncurses python:3.8,run shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/include-what-you-use/include-what-you-use/tar.gz/0.22?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port