diff options
author | kent <kent@pkgsrc.org> | 2002-04-08 17:07:52 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2002-04-08 17:07:52 +0000 |
commit | c70532e25cb4de4d457786ac2e2577b5b1a588c2 (patch) | |
tree | e0d73f43d4b08444034a7adeaaca86268d33949d /devel/ccache | |
parent | 5118c6270acd35fabdf641c2cb2f3dd6dd64a749 (diff) | |
download | pkgsrc-c70532e25cb4de4d457786ac2e2577b5b1a588c2.tar.gz |
A compiler cache.
http://ccache.samba.org/
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/DESCR | 6 | ||||
-rw-r--r-- | devel/ccache/Makefile | 12 | ||||
-rw-r--r-- | devel/ccache/PLIST | 3 | ||||
-rw-r--r-- | devel/ccache/distinfo | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/ccache/DESCR b/devel/ccache/DESCR new file mode 100644 index 00000000000..a1ecbce5d6e --- /dev/null +++ b/devel/ccache/DESCR @@ -0,0 +1,6 @@ +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. + +(quote from http://ccache.samba.org/) diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile new file mode 100644 index 00000000000..fd67a18105e --- /dev/null +++ b/devel/ccache/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2002/04/08 17:07:53 kent Exp $ + +DISTNAME= ccache-1.5 +MASTER_SITES= http://ccache.samba.org/ftp/ccache/ +CATEGORIES= devel +MAINTENER= packages@netbsd.org +HOMEPAGE= http://ccache.samba.org/ +COMMENT= Cache for C/C++ compilers + +GNU_CONFIGURE= + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/ccache/PLIST b/devel/ccache/PLIST new file mode 100644 index 00000000000..3da7789fe2b --- /dev/null +++ b/devel/ccache/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2002/04/08 17:07:53 kent Exp $ +bin/ccache +man/man1/ccache.1 diff --git a/devel/ccache/distinfo b/devel/ccache/distinfo new file mode 100644 index 00000000000..93487375b89 --- /dev/null +++ b/devel/ccache/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2002/04/08 17:07:54 kent Exp $ + +SHA1 (ccache-1.5.tar.gz) = 6b2b2a3e4ee9470172ba8522ad0863a1f4eda01c +Size (ccache-1.5.tar.gz) = 60269 bytes |