aboutsummaryrefslogtreecommitdiffstats
path: root/devel/deheader/pkg-descr
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2011-03-12 16:34:39 +0800
committerkevlo <kevlo@FreeBSD.org>2011-03-12 16:34:39 +0800
commit8d4eab015593749ac8f2205eaa97c122f35325f8 (patch)
tree25e765fe5a1c8af7117ad2b9e442ec51da9b93c9 /devel/deheader/pkg-descr
parent66af969f3bcaf6e3282d284f9958c7232badb0c0 (diff)
downloadfreebsd-ports-gnome-8d4eab015593749ac8f2205eaa97c122f35325f8.tar.gz
freebsd-ports-gnome-8d4eab015593749ac8f2205eaa97c122f35325f8.tar.zst
freebsd-ports-gnome-8d4eab015593749ac8f2205eaa97c122f35325f8.zip
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.
Diffstat (limited to 'devel/deheader/pkg-descr')
-rw-r--r--devel/deheader/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/deheader/pkg-descr b/devel/deheader/pkg-descr
new file mode 100644
index 000000000000..d2d30c72e496
--- /dev/null
+++ b/devel/deheader/pkg-descr
@@ -0,0 +1,7 @@
+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.
+
+WWW: http://www.catb.org/esr/deheader/