Commit Graph

18 Commits

Author SHA1 Message Date
Kurt Jaeger 16ba1ecded converters/convmv: update 2.03 -> 2.05
- allow NFC/NFD conversion on APFS volumes, add man page section
  for that filesystem
- use case- and normalization-insensitivity workarounds also for
  parsable mode
- check for valid utf-8 also in upperlower_checkenc()
- fix parsable output, missed the path files to run utime() on
- add --run-parsable option to blindly run what a file generated
  with --parsable tells us to do

PR:		235990
Submitted by:	kcwu@csie.org (maintainer)
2019-02-24 16:56:02 +00:00
Sunpoet Po-Chuan Hsieh 97def556cf Update to 2.03
- While I'm here, add LICENSE_FILE

2.03
- fix man page build due to non-ASCII char (thanks, Anton!)

2.02
- add option --caseful-sz to optionally treat upper-/lowercasing of sz. This
  also fixes unwanted unidirectional lowercasing of U+1E9E

2.01
- map : instead of / in SFU mapping tables

PR:		220491
Submitted by:	Anton Yuzhaninov <citrin@citrin.ru>
Approved by:	Kuang-che Wu <kcwu@csie.org> (maintainer)
2017-07-06 20:58:35 +00:00
Dmitry Marakasov e10c5944d7 - Update to 2.0
- Add NO_ARCH
- Regenerate patch

PR:		212655
Submitted by:	amdmi3
Approved by:	kcwu@csie.org (maintainer)
2016-10-05 18:16:49 +00:00
Baptiste Daroussin 6cd6417229 Support stage
Fix shebang
2014-01-09 13:19:09 +00:00
Baptiste Daroussin 1e4b97cf2b Add NO_STAGE all over the place in preparation for the staging support (cat: converters) 2013-09-20 16:05:24 +00:00
Andrej Zverev 38499cc4f9 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 07:12:35 +00:00
Alex Kozlov ffe69abe7d - Update to 1.15
- add license

PR:	ports/166280
Submitted by:	Kuang-che Wu <kcwu@csie.org>
Approved by:	itetcu (mentor)
Feature safe:	yes
2012-03-21 14:45:12 +00:00
Eitan Adler 7e3b32fff8 - remove maintainer tags from pkg-descr
Approved by:	portmgr
Approved by:	bapt (mentor)
2011-10-22 23:50:23 +00:00
Martin Wilke bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Philip M. Gollucci c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00
Dennis Herrmann 4ef99cd562 - Add Backup mirrors
PR:		ports/135299
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	maintainer (via private mail)
2009-06-06 11:08:05 +00:00
Li-Wen Hsu 2764c1275d - Update to 1.14
PR:		ports/130049
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by:	Kuang-che Wu <kcwu AT csie.org> (maintainer)
2009-01-01 20:12:34 +00:00
Martin Wilke 4998b39814 - Update to 1.12
PR:		121180
Submitted by:	Kuang-che Wu <kcwu@csie.org> (maintainer)
2008-03-06 13:56:03 +00:00
Rong-En Fan b67ef76469 - Fix dependency for Perl < 5.7.1
PR:		ports/104671, ports/104672
Submitted by:	Jin-Shan Tseng, Gea-Suan Lin
Approved by:	Kuang-che Wu (maintainer)
2006-10-31 01:16:55 +00:00
Martin Wilke 3de1335371 - Update to 1.10
PR:		ports/102652
Submitted by:	Kuang-che Wu <kcwu(at)csie.org> (maintainer)
2006-08-29 19:32:03 +00:00
Cheng-Lung Sung ec4b8ccbd3 - Update to 1.09
PR:		93098
Submitted by:	maintainer (Kuang-che Wu)
2006-02-10 00:52:59 +00:00
Edwin Groothuis acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Pav Lucistnik a1b1321d98 Add convmv.
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 takes care of symlinks, also converts the symlink target
pointer in case the symlink target is being converted, too.

All this comes in very handy when one wants to switch over from old 8-bit
locales to UTF-8 locales. It is also possible to convert directories to UTF-8
which are already partly UTF-8 encoded. convmv is able to detect if certain
files are UTF-8 encoded and will skip them by default. To turn this smartness
off use the --nosmart switch.

PR:		ports/73191
Submitted by:	Kuang-che Wu <kcwu@csie.org>
2004-10-27 21:12:27 +00:00