freebsd-ports/converters/Makefile
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

86 lines
2 KiB
Makefile

# $FreeBSD$
#
COMMENT = Character code converters
SUBDIR += aish
SUBDIR += asr10
SUBDIR += base64
SUBDIR += btoa
SUBDIR += chmview
SUBDIR += cmios9
SUBDIR += cn2jp
SUBDIR += convmv
SUBDIR += dosunix
SUBDIR += dumpasn1
SUBDIR += enca
SUBDIR += fconv
SUBDIR += fix-mime-charset
SUBDIR += fribidi
SUBDIR += gbase
SUBDIR += i18ntools
SUBDIR += iconv
SUBDIR += iconv-extra
SUBDIR += iconv-rfc1345
SUBDIR += ish
SUBDIR += konwert
SUBDIR += ktextdecode
SUBDIR += libiconv
SUBDIR += libutf-8
SUBDIR += mimelib
SUBDIR += mmencode
SUBDIR += mpack
SUBDIR += mule-ucs
SUBDIR += mule-ucs-emacs20
SUBDIR += p5-Boulder
SUBDIR += p5-Convert-ASCII-Armour
SUBDIR += p5-Convert-ASN1
SUBDIR += p5-Convert-BER
SUBDIR += p5-Convert-BinHex
SUBDIR += p5-Convert-Binary-C
SUBDIR += p5-Convert-Morse
SUBDIR += p5-Convert-PEM
SUBDIR += p5-Convert-Recode
SUBDIR += p5-Convert-TNEF
SUBDIR += p5-Convert-UU
SUBDIR += p5-Convert-UUlib
SUBDIR += p5-Cstools
SUBDIR += p5-MIME-Base64
SUBDIR += p5-String-Multibyte
SUBDIR += p5-Text-Iconv
SUBDIR += p5-Unicode-IMAPUtf7
SUBDIR += p5-Unicode-Lite
SUBDIR += p5-Unicode-Map
SUBDIR += p5-Unicode-Map8
SUBDIR += p5-Unicode-MapUTF8
SUBDIR += p5-Unicode-String
SUBDIR += pecl-fribidi
SUBDIR += php4-iconv
SUBDIR += php4-mbstring
SUBDIR += php4-recode
SUBDIR += php5-iconv
SUBDIR += php5-mbstring
SUBDIR += php5-recode
SUBDIR += psiconv
SUBDIR += py-cjkcodecs
SUBDIR += py-iconv
SUBDIR += py-iconvcodec
SUBDIR += recode
SUBDIR += ruby-dump.rb
SUBDIR += ruby-iconv
SUBDIR += ruby-lv
SUBDIR += shftool
SUBDIR += showkey
SUBDIR += siconv
SUBDIR += tnef
SUBDIR += trans
SUBDIR += tuc
SUBDIR += unix2dos
SUBDIR += utf8conv
SUBDIR += uudeview
SUBDIR += uudx
SUBDIR += uulib
SUBDIR += vda2fbd
SUBDIR += xdeview
.include <bsd.port.subdir.mk>