pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Dec  6 20:39:39 UTC 2022

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/ccache3: DESCR Makefile PLIST distinfo

Log Message:
ccache3: resurrected version 3 of ccache


To generate a diff of this commit:
cvs rdiff -u -r1.3844 -r1.3845 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ccache3/DESCR \
    pkgsrc/devel/ccache3/Makefile pkgsrc/devel/ccache3/PLIST \
    pkgsrc/devel/ccache3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3844 pkgsrc/devel/Makefile:1.3845
--- pkgsrc/devel/Makefile:1.3844        Tue Dec  6 20:34:20 2022
+++ pkgsrc/devel/Makefile       Tue Dec  6 20:39:38 2022
@@ -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+=    catch2
 SUBDIR+=       cbindgen
 SUBDIR+=       cbrowser
 SUBDIR+=       ccache
+SUBDIR+=       ccache3
 SUBDIR+=       cdecl
 SUBDIR+=       cdk
 SUBDIR+=       cervisia

Added files:

Index: pkgsrc/devel/ccache3/DESCR
diff -u /dev/null pkgsrc/devel/ccache3/DESCR:1.1
--- /dev/null   Tue Dec  6 20:39:39 2022
+++ pkgsrc/devel/ccache3/DESCR  Tue Dec  6 20:39:38 2022
@@ -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.
Index: pkgsrc/devel/ccache3/Makefile
diff -u /dev/null pkgsrc/devel/ccache3/Makefile:1.1
--- /dev/null   Tue Dec  6 20:39:39 2022
+++ pkgsrc/devel/ccache3/Makefile       Tue Dec  6 20:39:38 2022
@@ -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"
Index: pkgsrc/devel/ccache3/PLIST
diff -u /dev/null pkgsrc/devel/ccache3/PLIST:1.1
--- /dev/null   Tue Dec  6 20:39:39 2022
+++ pkgsrc/devel/ccache3/PLIST  Tue Dec  6 20:39:38 2022
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2022/12/06 20:39:38 adam Exp $
+bin/ccache
+man/man1/ccache.1
Index: pkgsrc/devel/ccache3/distinfo
diff -u /dev/null pkgsrc/devel/ccache3/distinfo:1.1
--- /dev/null   Tue Dec  6 20:39:39 2022
+++ pkgsrc/devel/ccache3/distinfo       Tue Dec  6 20:39:38 2022
@@ -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