summaryrefslogtreecommitdiff
path: root/converters/convmv
AgeCommit message (Collapse)AuthorFilesLines
2016-03-12MAKEFLAGS -> MAKE_FLAGS (pkgsrc guide 22.1)tnn1-6/+6
2015-11-03Add SHA512 digests for distfiles for converters categoryagc1-1/+2
Problems found with existing distfile: distfiles/libiconv-1.13-cp932.patch.gz No changes made to the libiconv distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-05-28Update to 2.0:wiz2-7/+6
2.0 - fix checks for NFD conversion, where convmv could run into a "resulting filename is ... bytes long (max: 255) error message for no obvious reason. - the --preserve-mtimes option is the default now - fix a bug where mtimes might not be restored in some cases - add --map option to support additional character mappings like to mapping Microsoft's illegal NTFS characters - issue warning if we cannot traverse a directory in recursive mode
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-03-02Reset maintainer to "pkgsrc-users@NetBSD.org".tron1-2/+2
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2011-08-22Update to 1.15:wiz2-6/+6
1.15 - add --dump-options to make it easier to allow people to write a bash completion file. Let me know when you have one ready :-) - fix a bug where on case-insensitive filesystems --upper and --lower did not work because we thought the new file would already exist (stat "foo" and stat "FOO" are the same, yeah. The obvious workaround to use "--replace" would delete the files on case-insensitive filesystems instead, which was even worse. Case conversion should be working well now, I tested it on Darwin and on case-insensitive XFS. The latter one is a bit buggy by the way, see https://bugzilla.kernel.org/show_bug.cgi?id=39512. convmv works around that bug, too.
2010-01-24Set LICENSE.wiz1-2/+2
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-3/+2
block). Uncomment some commented out LICENSE lines while here.
2009-02-15Update to 1.14, requested by Björn Jacke in private mail.wiz2-6/+7
1.14 - this release is once more dedicated to Perl::Encode. There is no way to do a check for valid UTF-8 which works with all Perl releases from 5.8.0 up to 5.10.0. We now have to test which code works in our Perl's Encode version and then decide which code path to go.
2009-01-08Update to 1.13:wiz3-15/+19
1.13 - move non fatal Perl bug checks into the help screen output - fix Perl warnings when wrong/unknown charset is used - run check for some essential Encode functionality at every startup - add --fixdouble option to only fix files that are double-UTF-8 encoded - add --parsable option to allow convmv output parsable suggestions for external tools to to something with it - add --preserve-mtimes option to restore mtimes of parent directories - allow an argv to be a symlink - don't checksum deleted files in tar ball and use sha256 now - allow skippig of certain test suite tests, useful for OS X to skip NFC/NFD related stuff, for example "make test SKIPTESTS=nfd-test,someothertest" will skip that test(s)
2008-02-16Add commented out license: GPLv2 or v3.wiz1-1/+3
2008-02-11Updated to version 1.12.heinz4-101/+25
Pkgsrc changes: - The packages supports installation to DESTDIR. - No more requirement for coreutils/findutils and patch-ab. - Switched to predefined REPLACE_SH instead of using subst.mk directly. - Cosmetic changes for MAKEFLAGS. - The shell script mk/check/check-portability.sh gets confused by some of the file names in the test archive: skip them. - Extracting files from testsuite.tar often fails on Darwin (with HFS?) so we skip this part. - Extract test archive with pax, it is available on every pkgsrc system. - Submitted patch-aa to author of convmv long ago. Changes since version 1.10: =========================== 1.12 - now work with Perl 5.10 using an eval block - GPL v2 and v3 now 1.11 - test suite compares sorted results of find to fix false alarms on some systems - test suite now uses tar instead of cp for copying. - fix a y/n mixup - at startup we check if Perl::Encode is not too broken (bugs 37757 and 49830 for now). Recent Perl releases are terribly broken. If this won't improve, I'll have to rewrite convmv in a language with more stable core functionality :-|. If you are distributor of convmv, please run make test before packaging to make sure you don't ship convmv with a broken Perl release.
2007-01-14Update to 1.10:wiz3-93/+59
1.10 - now use from_to instead of utf8::decode (which is experimental and might vanish in the future) to check for valid UTF-8 - updates and cleanups of testsuite and include "0" filename - fix "0" filename bugs - take into account that charset name "utf-8" resolves to "utf-8-strict" in recent Perl versions
2006-07-17Added GNU_PROGRAM_PREFIX to BUILD_DEFS and fixed pkglint warnings.rillig1-4/+6
2006-02-11Updated to version 1.09.heinz3-13/+28
Pkgsrc changes: - Used an absolute path for SUBST_FILES previously, which was wrong. Changes since version 1.08: ==================================== 1.09 - work around broken decode_utf8() in Perl 5.8.7 resp. Encode 2.10 (use utf8::decode instead) - adapt test suite to catch cases like this - warn about dry test run at start, not just at end of a test run
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-06Fixed pkglint warning about absolute filename /bin/sh. The real bug wasrillig1-2/+2
missing quotes around the sed(1) replacement expression.
2005-11-25Initial import of convmv-1.08.heinz6-0/+179
Convmv is meant to help convert a single filename, a directory tree and the contained files or a whole filesystem into a different encoding. It just converts the filenames, not the content of the files. A special feature of convmv is that it also converts the symlink target pointer in case the symlink target is being converted, too.