From c70532e25cb4de4d457786ac2e2577b5b1a588c2 Mon Sep 17 00:00:00 2001 From: kent Date: Mon, 8 Apr 2002 17:07:52 +0000 Subject: A compiler cache. http://ccache.samba.org/ --- devel/ccache/DESCR | 6 ++++++ devel/ccache/Makefile | 12 ++++++++++++ devel/ccache/PLIST | 3 +++ devel/ccache/distinfo | 4 ++++ 4 files changed, 25 insertions(+) create mode 100644 devel/ccache/DESCR create mode 100644 devel/ccache/Makefile create mode 100644 devel/ccache/PLIST create mode 100644 devel/ccache/distinfo (limited to 'devel') 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 -- cgit v1.2.3