PR/60006 CVS commit: pkgsrc/sysutils/detox
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/60006; it has been noted by GNATS. From: "Thomas Klausner" <[email protected]> To: [email protected] Cc: Subject: PR/60006 CVS commit: pkgsrc/sysutils/detox Date: Sun, 15 Feb 2026 13:59:47 +0000 Module Name: pkgsrc Committed By: wiz Date: Sun Feb 15 13:59:47 UTC 2026 Modified Files: pkgsrc/sysutils/detox: Makefile PLIST distinfo Log Message: detox: update to 3.0.1. Provided by Bartosz Kuzma in PR 60006. 3.0.1 - 2025-08-10 Fixed Increased timeout on unit tests. #129 3.0.0 - 2025-08-03 Misc Merged changes from v2.0.1 and v2.0.2. 3.0.0-beta2 - 2024-04-05 Added Re-added fraction slash (0x2044) to the unicode translation table. #106 Fixed Fixed an install error due to name collisions on the primary and legacy translation tables. 3.0.0-beta1 - 2024-03-31 Changed Moved legacy translation tables to tables/legacy/. #112 Removed the transliteration attempts in unicode.tbl, as well as the default value, so most Unicode will just pass through unchanged. #112 The translation tables for CP-1252 and ISO-8859-1 now transcode characters to UTF-8. #112 Removed Removed utf_8-legacy sequence (use iso8859_1-legacy instead). #112 2.0.3 - 2025-08-10 Fixed Increased timeout on unit tests. #129 2.0.2 - 2025-08-03 Fixed Fix make distcheck. #128 2.0.1 - 2025-08-03 Fixed Updated manifest for distribution tarballs to include files needed to run unit tests. #126 2.0.0 - 2024-03-30 Added Look for detoxrc in $XDG_CONFIG_HOME. #101 Changed Enabling verbose mode is now done with either -v or --verbose. Renamed .ts files to .template so they don't appear as TypeScript files. Merged detox v1.4.5 2.0.0-beta2 - 2021-08-14 Fixed inline-detox no longer chokes when a stream doesn't end in a newline. #74 Compilation works under msys2. #80 Merged detox v1.4.4 detox v1.4.3 detox v1.4.2 2.0.0-beta1 - 2021-03-05 Added Added a new transliteration table, unidecode.tbl, based on [Text:Unidecode]. #47 #53 A new config file statement telling detox to use a builtin table. #28 #50 Changed BREAKING CHANGE: Transliteration no longer happens by default. To emulate the old behavior, use detox -s utf_8. #21 PACKAGE MAINTAINERS: The default config file and translation tables no longer end with .sample. #59 Builtin config file now matches the default supplied one. #42 Builtin translation tables are generated from table/*.tbl. #21 #29 Cleaned up man pages. PDF versions are automatically generated. #22 Code uses spaces instead of tabs. #44 CP-1252 transliteration is now done via a separate table. #48 Files and directories starting with a period are ignored during recursion. #64 The default config file enables remove_trailing in the wipeup filter. #43 The default config file now explicitly uses the builtin statement. #28 #50 The max_length filter no longer acts like the wipeup filter. Excess periods are not reduced within this filter. #46 The UTF-8 filter no longer behaves like the safe filter. All characters between 0x20 and 0x7E are preserved. #40 Removed Removed obsolete BUGS from man pages. One caveat has been moved to CAVEATS. #37 The deprecated command line option --remove-trailing is now removed. Use the sequence wipeup { remove_trailing; }; instead. #24 Fixed Numerous internal bugs and inconsistencies. #21 #31 #41 The max_length filter recognizes files with two extensions. #46 The safe filter converts all ASCII control characters to _. #21 #29 The safe filter ignores characters between 0x80 and 0xFF. #21 #29 The uncgi filter converts + to a space as expected. #72 The utf_8 filter no longer eats a byte if an invalid Unicode sequence is encountered. #72 Security Added additional compiler protection flags. #31 Symlinks that point at directories are no longer followed when --special and -r are specified together. #23 UTF-8 encoded NULL (0x0000) values are converted to _hidden_null_ to make them obvious. #40 1.4.5 - 2021-08-15 Fixed Autoconf macros have been updated to support 2.70 changes. #82 1.4.4 - 2021-08-14 Fixed Add explicit large file support via autoconf. #81 1.4.3 - 2021-07-24 Fixed Fixed build when the stat struct is missing st_blocks. #77 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/detox/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/detox/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/detox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.