pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/cdrtools
Module Name: pkgsrc
Committed By: adam
Date: Fri Feb 10 10:52:21 UTC 2023
Modified Files:
pkgsrc/sysutils/cdrtools: Makefile distinfo
Log Message:
cdrtools: updated to 2023-01-12
NEW FEATURES:
- libxtermcap/termcap: update to latest FreeBSD commit
- libxtermcap/termcap.url: remove file containing outdated
information about where to obtain a termcap file from.
- RULES/os-sunos5.def: man pages will now be installed into
BSD-style sections on Solaris >=11.4 and descendents.
- BOOTSTRAP, README.compile: fix outdated cross references.
Reported by: Friedhelm Mehnert.
- smake: add new -V option to print the expanded value of macros.
Shamelessly stolen from bmake, this option makes it easy to
debug make macros and to use their values in scripts.
Submitted by Nico Sonack.
- RULES: add symlink for arm64 OpenBSD
- smake: fix a bug where CURDIR was not set when smake was called
with -C $path and $path was an absolute path.
Reported by illiliti%protonmail.com@localhost.
Submitted by Friedhelm Mehnert.
- Bourne Shell: Fix bug where set -o notify or set -b would cause
the shell to exit when ^C was pressed.
Submitted by Nico Sonack.
- star: add support for configuring compression and decompression
helpers. The command executed when a compression/decompression
program is selected with the compress-program=name option can
be configured using a new set of name_CMD=... options in
/etc/default/star. Refer to the new COMPRESSION section in
star(1) for details. This feature is currently not available on
DOS (DJGPP).
Submitted by Philipp Wellner.
FUTURE DIRECTIONS:
- Schilytools contains pxupgrade, a dummy for a closed-source
component. While the source code of this component is available
to the maintainer, it cannot be published due to an existing NDA
with Plextor. Depending on whether we can get this NDA lifted
or not, the pxupgrade dummy code may either be replaced with the
real source code of the tool or removed altogether.
- With development of the p7zip(1) utility having ceased in 2016
and the 7-zip project having ported the reference implementation
to UNIX-like systems, many packagers now ship a 7z(1) command
instead of p7zip(1). Future star distributions may ship an
/etc/default/star file configuring P7ZIP_CMD to refer to 7z(1)
instead of the default p7zip(1). This will not affect existing
installations unless the configuration is updated.
- Configuring compression/decompression helpers may be implemented
for DOS (DJGPP) in an upcoming version.
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 pkgsrc/sysutils/cdrtools/Makefile
cvs rdiff -u -r1.96 -r1.97 pkgsrc/sysutils/cdrtools/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/cdrtools/Makefile
diff -u pkgsrc/sysutils/cdrtools/Makefile:1.128 pkgsrc/sysutils/cdrtools/Makefile:1.129
--- pkgsrc/sysutils/cdrtools/Makefile:1.128 Wed Nov 2 11:38:27 2022
+++ pkgsrc/sysutils/cdrtools/Makefile Fri Feb 10 10:52:21 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.128 2022/11/02 11:38:27 micha Exp $
+# $NetBSD: Makefile,v 1.129 2023/02/10 10:52:21 adam Exp $
-DISTNAME= 2022-10-16
+DISTNAME= 2023-01-12
PKGNAME= cdrtools-3.02a10
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= https://codeberg.org/schilytools/schilytools/archive/
DIST_SUBDIR= schilytools
Index: pkgsrc/sysutils/cdrtools/distinfo
diff -u pkgsrc/sysutils/cdrtools/distinfo:1.96 pkgsrc/sysutils/cdrtools/distinfo:1.97
--- pkgsrc/sysutils/cdrtools/distinfo:1.96 Wed Nov 2 11:38:27 2022
+++ pkgsrc/sysutils/cdrtools/distinfo Fri Feb 10 10:52:21 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.96 2022/11/02 11:38:27 micha Exp $
+$NetBSD: distinfo,v 1.97 2023/02/10 10:52:21 adam Exp $
-BLAKE2s (schilytools/2022-10-16.tar.gz) = 7d1c3ba5c6db21be8dad6c0c79df0095c29d3a15b84241dc68ee75395cfda53c
-SHA512 (schilytools/2022-10-16.tar.gz) = c7c8a15807a06e2f51628d69982fa43e241e023de099c5d2e48975c9ac97c0f7d859e9c910e39ad718a03c13b5d39146122e7ef0ae22a4f9ef0484903738d4fa
-Size (schilytools/2022-10-16.tar.gz) = 5893336 bytes
+BLAKE2s (schilytools/2023-01-12.tar.gz) = 14493310db8fe55fcb16f4b13cb6a4bb45ace541254c35e5b4d6d3fb178fc640
+SHA512 (schilytools/2023-01-12.tar.gz) = a1eb37d5df8d2298ba4da6ccbf4bb937da13e8d9e4d7a8420b4d54a319c028c682e76a85c800d57a35d5f4b81a51b19600bbc2edb94641fa5e721ae23134ce15
+Size (schilytools/2023-01-12.tar.gz) = 5895061 bytes
Home |
Main Index |
Thread Index |
Old Index