---
name: convmv
version: 1.15
origin: converters/convmv
comment: Convert filenames from one encoding to another
arch: freebsd:9:x86:64
www: http://j3e.de/linux/convmv/man/
maintainer: kcwu@csie.org
prefix: /usr/local
licenselogic: or
licenses:
- GPLv3
- GPLv2
flatsize: 91636
desc: |
  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.

  WWW: http://j3e.de/linux/convmv/man/
deps:
  perl: {origin: lang/perl5.14, version: 5.14.4}
categories:
- perl5
- converters
files:
  /usr/local/bin/convmv: 9f1c27d3b0c3d2449d57e3053b9eb5a48366ce467ace7c26d1c9fc85ba8d928d
  /usr/local/man/man1/convmv.1.gz: ae314e38ae1ee2eeae969398113c941d8434ac4c58af182590b9dbb366e09f15
  /usr/local/share/licenses/convmv-1.15/GPLv2: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
  /usr/local/share/licenses/convmv-1.15/GPLv3: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903
  /usr/local/share/licenses/convmv-1.15/LICENSE: 108d3ef67df0604ea399dbfe9bce368aace6c7c5a4684ce15b7af87ba2fd0d2a
  /usr/local/share/licenses/convmv-1.15/catalog.mk: 7457a7ea6b81d9fc90ec4832ff8b822e2d342ae39c8efa495aedc2b88000f35b
directories:
  /usr/local/share/licenses/convmv-1.15/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
