Path to this page:
./
sysutils/detox,
Removes non-standard characters from filenames
Branch: CURRENT,
Version: 1.4.2,
Package name: detox-1.4.2,
Maintainer: bartosz.kuzmaDetox is a utility designed to clean up filenames. It replaces
difficult to work with characters, such as spaces, with standard
equivalents. It will also clean up filenames with UTF-8 or Latin-1
(or CP-1252) characters in them.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 138.773 KB
Version history: (Expand)
- (2021-03-06) Updated to version: detox-1.4.2
- (2021-03-06) Updated to version: detox-1.4.1
- (2008-06-11) Updated to version: detox-1.2.0
- (2005-12-01) Package added to pkgsrc.se, version detox-1.2.0rc1 (created)
CVS history: (Expand)
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2021-03-06 19:26:07 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
detox: update to 1.4.2.
Replaced instances of cp -an with test and install in the Makefile rule
that copies yyz.sample to yyz. [#73]
Fixed make distcheck. [#73]
|
2021-03-06 09:09:10 by Thomas Klausner | Files touched by this commit (2) |
Log message:
detox: add upstream bug report URL to patch
|
2021-03-06 09:07:10 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
detox: update to 1.4.1.
Update HOMEPAGE, from author in PR 56041.
1.4.1
Fixed a memory overflow bug while reading files from the command line, using
a patch from David Tardon, which was passed on by UsernameRandomlyGenerated.
[#56] #sf-patch-3
1.4.0
Added
Regression tests for basic functionality, based on old custom scripts.
Regression tests confirming fixes for previously fixed issues: #14, #19.
Changed
Removed one check for . and .. when traversing a directory tree. #12
Regenerated config file parser.
Updated the safe filter to translate new lines, carriage returns, and tabs
into underscores. #9 #11 #17
Fixed
The examples in detox.1 no longer say -c when they mean -f. #30
The command synopsis in detox.1 and inline-detox.1 no longer adds a dash
before the sequence and configfile. #30
1.3.3
Fix version identifier in detox binary.
1.3.2
Fixed
Table based UTF-8 translation no longer mangles characters. [#14]
1.3.1
Fixed
Merged fix for Debian #861537, written by Vasily Kolobkov, passed on by
Zenaan Harkness, Quentin Guittard, and Joao Eriberto Mota Filho. This
addresses an issue with detox generating malformed characters during
translation. #14
1.3.0
Migrated from configure.in and Makefile.in to the full autoconf suite. [#1]
Remove detox_path.h, in favor of command line defines. [#1]
Removed libpopt support. [#2]
Fixed the way inline-detox is generated. [#6]
Merged parse_option_*.[ch] and file*.[ch]. [#1, #2, #6]
Added --inline as an option to detox, to enable inline mode on the main
binary. [#6]
|
2020-03-20 12:58:37 by Nia Alarie | Files touched by this commit (640) |
Log message:
*: Convert broken sourceforge HOMEPAGEs back to http
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-09-18 14:17:53 by Maya Rashish | Files touched by this commit (1) |
Log message:
detox: remove unintended diff. this first attempt failed
|