Commit graph

8 commits

Author SHA1 Message Date
wiz
ec6c84b338 Add commented out license: GPLv2 or v3. 2008-02-16 13:17:12 +00:00
heinz
b4589e651f Updated to version 1.12.
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.
2008-02-11 23:28:45 +00:00
wiz
0d1c6e4a58 Update to 1.10:
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
2007-01-14 16:25:25 +00:00
rillig
0269c26c02 Added GNU_PROGRAM_PREFIX to BUILD_DEFS and fixed pkglint warnings. 2006-07-17 15:09:59 +00:00
heinz
fc26cc6160 Updated to version 1.09.
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-11 17:24:17 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
3a3453defa Fixed pkglint warning about absolute filename /bin/sh. The real bug was
missing quotes around the sed(1) replacement expression.
2005-12-06 17:19:21 +00:00
heinz
a3ef45bb2a Initial import of convmv-1.08.
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.
2005-11-25 01:48:02 +00:00