pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pkgchkxx
Module Name: pkgsrc
Committed By: pho
Date: Mon Apr 22 03:22:37 UTC 2024
Modified Files:
pkgsrc/pkgtools/pkgchkxx: Makefile distinfo
Log Message:
pkgtools/pkgchkxx: Update to 0.2
* Performance improvement: `pkgchkxx -s` no longer invokes `make update
CLEANDEPENDS=yes` but now uses `make update
DEPENDS_TARGET='package-install clean'`.
* Performance improvement: `pkgrrxx` by default now removes working
directories directly instead of running `make clean`, which is slow. You
can disable this optimization with a configure option
`--disable-fast-clean`.
* Performance improvement: Tools now use `posix_spawn(3)` on platforms
where it exists, and fall back to `fork` & `exec` where it doesn't.
* `pkgrrxx` now shows the number of entries in each non-empty TODO list, to
give the user some clue about the time it's going to take.
* Fixed an issue where `RR> ` could be printed twice depending on how the
C++ compiler optimized the code.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/pkgtools/pkgchkxx/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/pkgtools/pkgchkxx/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/pkgchkxx/Makefile
diff -u pkgsrc/pkgtools/pkgchkxx/Makefile:1.2 pkgsrc/pkgtools/pkgchkxx/Makefile:1.3
--- pkgsrc/pkgtools/pkgchkxx/Makefile:1.2 Wed Jan 3 12:32:59 2024
+++ pkgsrc/pkgtools/pkgchkxx/Makefile Mon Apr 22 03:22:37 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2024/01/03 12:32:59 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2024/04/22 03:22:37 pho Exp $
-DISTNAME= pkgchkxx-0.1.6
-PKGREVISION= 2
+DISTNAME= pkgchkxx-0.2
CATEGORIES= pkgtools
MASTER_SITES= ${MASTER_SITE_GITHUB:=depressed-pho/}
GITHUB_RELEASE= ${DISTNAME}
Index: pkgsrc/pkgtools/pkgchkxx/distinfo
diff -u pkgsrc/pkgtools/pkgchkxx/distinfo:1.1 pkgsrc/pkgtools/pkgchkxx/distinfo:1.2
--- pkgsrc/pkgtools/pkgchkxx/distinfo:1.1 Mon Jan 1 13:39:05 2024
+++ pkgsrc/pkgtools/pkgchkxx/distinfo Mon Apr 22 03:22:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/01/01 13:39:05 bsiegert Exp $
+$NetBSD: distinfo,v 1.2 2024/04/22 03:22:37 pho Exp $
-BLAKE2s (pkgchkxx-0.1.6.tar.gz) = 39e49d86f6a48d87ed37178fc3fdb3d3567e28b58a55a05352cfa016ed4846c8
-SHA512 (pkgchkxx-0.1.6.tar.gz) = c1ad0ebb57f02b9a75ad38b0cacf9d82d89fd74efbf5aec15507215cb39b529fd633763b1dcdd383573b5090ff23f26ee3fe12400dd84c0542c781c905934bf2
-Size (pkgchkxx-0.1.6.tar.gz) = 523672 bytes
+BLAKE2s (pkgchkxx-0.2.tar.gz) = c22b110e44b1f15f2d1b87bc454086012c24c70d760508c189f4e1ec86b390c2
+SHA512 (pkgchkxx-0.2.tar.gz) = 0aa2a6424abbcbc59aeee151b97757dd1120e228a546ed6c54cb38a2805d70da21b1890b51d1d4dd6d79209db1c540e2990ed2fe0fff1b1ea76fc79ca734bb31
+Size (pkgchkxx-0.2.tar.gz) = 534853 bytes
Home |
Main Index |
Thread Index |
Old Index