aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-04-03 19:17:52 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-04-03 19:17:52 +0000
commit5bd7dbcac5ee19fa6c2c91462241f7d12e41a4ff (patch)
treeb922ce86daa229abfa2097ee11fe1fe678b0a1eb /devel/ccache
parente0ee15c1f515396d2573e080af8217b49513c4ba (diff)
downloadports-5bd7dbcac5ee19fa6c2c91462241f7d12e41a4ff.tar.gz
ports-5bd7dbcac5ee19fa6c2c91462241f7d12e41a4ff.zip
Change this to something that actually tells me enough about the port that
I don't have to go to the website to just figure out what the heck this thing is.
Notes
Notes: svn path=/head/; revision=57267
Diffstat (limited to 'devel/ccache')
-rw-r--r--devel/ccache/pkg-descr10
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/ccache/pkg-descr b/devel/ccache/pkg-descr
index eedbc3739006..0fe4f61a7e67 100644
--- a/devel/ccache/pkg-descr
+++ b/devel/ccache/pkg-descr
@@ -1,8 +1,6 @@
-This is a port ccache, a tool which aims to make sure that the
-compilation process is efficent as possible, and therefore take the
-minimum amount of time.
+ccache is a compiler cache. It acts as a caching pre-processor to C/C++
+compilers, using the -E compiler switch and a hash to detect when a
+compilation can be satisfied from cache. This often results in a 5 to 10
+times speedup in common compilations.
WWW: http://ccache.samba.org/
-
-- Dominic
-dominic_marks@btinternet.com