pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel ccache3: resurrected version 3 of ccache
details: https://anonhg.NetBSD.org/pkgsrc/rev/45bf3b46e1c2
branches: trunk
changeset: 389622:45bf3b46e1c2
user: adam <adam%pkgsrc.org@localhost>
date: Tue Dec 06 20:39:38 2022 +0000
description:
ccache3: resurrected version 3 of ccache
diffstat:
devel/Makefile | 3 ++-
devel/ccache3/DESCR | 4 ++++
devel/ccache3/Makefile | 23 +++++++++++++++++++++++
devel/ccache3/PLIST | 3 +++
devel/ccache3/distinfo | 5 +++++
5 files changed, 37 insertions(+), 1 deletions(-)
diffs (68 lines):
diff -r be703cd18e63 -r 45bf3b46e1c2 devel/Makefile
--- a/devel/Makefile Tue Dec 06 20:34:37 2022 +0000
+++ b/devel/Makefile Tue Dec 06 20:39:38 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3844 2022/12/06 20:34:20 wiz Exp $
+# $NetBSD: Makefile,v 1.3845 2022/12/06 20:39:38 adam Exp $
#
COMMENT= Development utilities
@@ -208,6 +208,7 @@
SUBDIR+= cbindgen
SUBDIR+= cbrowser
SUBDIR+= ccache
+SUBDIR+= ccache3
SUBDIR+= cdecl
SUBDIR+= cdk
SUBDIR+= cervisia
diff -r be703cd18e63 -r 45bf3b46e1c2 devel/ccache3/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ccache3/DESCR Tue Dec 06 20:39:38 2022 +0000
@@ -0,0 +1,4 @@
+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.
diff -r be703cd18e63 -r 45bf3b46e1c2 devel/ccache3/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ccache3/Makefile Tue Dec 06 20:39:38 2022 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2022/12/06 20:39:38 adam Exp $
+
+DISTNAME= ccache-3.7.12
+PKGREVISION= 2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ccache/}
+# do not use xz distfile here, xz needs gettext-lib which leads to circular
+# dependencies on some platforms.
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ccache.dev/
+COMMENT= Cache for C/C++ compilers
+LICENSE= gnu-gpl-v3 AND modified-bsd AND public-domain AND zlib
+
+USE_TOOLS+= bash:test gmake perl:test
+GNU_CONFIGURE= yes
+TEST_TARGET= test
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r be703cd18e63 -r 45bf3b46e1c2 devel/ccache3/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ccache3/PLIST Tue Dec 06 20:39:38 2022 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2022/12/06 20:39:38 adam Exp $
+bin/ccache
+man/man1/ccache.1
diff -r be703cd18e63 -r 45bf3b46e1c2 devel/ccache3/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ccache3/distinfo Tue Dec 06 20:39:38 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/12/06 20:39:38 adam Exp $
+
+BLAKE2s (ccache-3.7.12.tar.gz) = 81ee3b98600c80c0531f7a46d2542cb7f0446b08a6db445ef250c7cf4274927a
+SHA512 (ccache-3.7.12.tar.gz) = 1de2dcb6568486d82b589e35f46e7f24306821545617cb9e991c1122b257d2872c1f342fd941f98777ebfd5b0b0babc45a33d824925759478f1f67370db3dd3c
+Size (ccache-3.7.12.tar.gz) = 506948 bytes
Home |
Main Index |
Thread Index |
Old Index