Port details |
- deheader Tool to find unnecessary includes in C/C++ files
- 1.11 devel =3 1.10Version of this port present on the latest quarterly branch.
- Maintainer: gahr@FreeBSD.org
- Port Added: 2011-03-12 08:34:57
- Last Update: 2024-10-16 11:09:03
- Commit Hash: bd19c3d
- People watching this port, also watch:: e16, bitlbee-facebook, libtommath, seed7, roundcube-carddav-php82
- License: BSD2CLAUSE
- WWW:
- http://www.catb.org/esr/deheader/
- Description:
- Deheader analyzes C and C++ files to determine which header inclusions
can be removed while still allowing them to compile. This may result in
substantial improvements in compilation time, especially on large C++
projects; it also sometimes exposes dependencies and cohesions of which
developers were unaware.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- deheader>0:devel/deheader
- To install the port:
- cd /usr/ports/devel/deheader/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/deheader
- pkg install deheader
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: deheader
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729076838
SHA256 (deheader-1.11.tar.gz) = 553fd064a0e46ff5a88efd121e68d7613c5ffa405d1e7f775ce03111eae30882
SIZE (deheader-1.11.tar.gz) = 32568
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:
-
- xmlto : textproc/xmlto
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_deheader
- USES:
- python shebangfix
- 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 |
1.11 16 Oct 2024 11:09:03 |
Pietro Cerutti (gahr) |
devel/deheader: update to 1.11 |
1.10 17 May 2024 19:06:03 |
Daniel Engberg (diizzy) |
devel/deheader: Update to 1.10
* Switch PORTVERSION to DISTVERSION
* Switch to upstream release archive
PR: 278225
Reviewed by: gahr (maintainer) |
1.6_1 05 Mar 2024 14:51:15 |
Nuno Teixeira (eduardo) |
devel/deheader: Move man pages to share/man
Approved by: portmgr (blanket) |
1.6 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
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) |
1.6 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 ) |
1.6 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
1.6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6 16 Mar 2018 12:46:02 |
gahr |
devel/deheader: update to 1.6, take maintainership |
1.0_1 27 Jan 2018 12:48:26 |
amdmi3 |
- Fix shebangs
- Add NO_ARCH |
1.0 12 Jan 2018 11:21:07 |
rene |
Return kevlo's ports to the pool, he handed in his commit bit.
With hat: portmgr-secretary |
1.0 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.0 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
1.0 05 Jun 2014 08:04:30 |
kevlo |
License should be BSD3CLAUSE.
Pointed out by: Jimmy Olgeni |
1.0 05 Jun 2014 03:41:20 |
kevlo |
Update to 1.0 |
0.8 13 Nov 2013 06:09:26 |
kevlo |
- Update to 0.8
- Add stage support
PR: ports/183909
Submitted by: Kevin Zheng <kevinz5000 at gmail dot com> |
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.7 02 Aug 2013 04:54:12 |
kevlo |
Update to 0.7
PR: ports/180993
Submitted by: r4721 at tormail.org |
0.6 25 Jul 2012 11:24:11 |
cs |
Fix typos in COMMENT |
0.6 12 Mar 2011 08:34:39 |
kevlo |
Initial import of deheader 0.6
Deheader analyzes C and C++ files to determine which header inclusions
can be removed while still allowing them to compile. |