diff options
author | obrien <obrien@FreeBSD.org> | 2002-04-04 03:17:52 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-04-04 03:17:52 +0800 |
commit | 46cd587325adc257aae0871adf7562b903a44552 (patch) | |
tree | 7c1721303e0e2c7ddca96aec318d8d5ef77fcf43 /devel/ccache | |
parent | 85d5a49c2fbb6402058f5f26120b266a41ae5b3d (diff) | |
download | freebsd-ports-gnome-46cd587325adc257aae0871adf7562b903a44552.tar.gz freebsd-ports-gnome-46cd587325adc257aae0871adf7562b903a44552.tar.zst freebsd-ports-gnome-46cd587325adc257aae0871adf7562b903a44552.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.
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/pkg-descr | 10 |
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 |