freebsd-ports/converters/Makefile
Max Khon b58e0621f4 New port: konwert
Konwert is a package for conversion between various character encodings.

By encodings author imply not only different charsets like Windows-1252,
KOI8-R or UTF-8 but also the different representations of characters like
TeX escaping, quoted-printable and even RFC 1345 mnemonics. The autodetect
of the encodings is also implemented.

There are also filter filterm which allow to make separate input and output
conversions of the encodings for the given command. It can help e.g. when
our terminal is unable to display non-ASCII characters or to enter them
from the keyboard.

PR:		50614
Submitted by:	Alex Semenyaka <alexs@snark.ratmir.ru>
2003-04-19 15:00:39 +00:00

64 lines
1.5 KiB
Makefile

# $FreeBSD$
#
SUBDIR += aish
SUBDIR += base64
SUBDIR += btoa
SUBDIR += chmview
SUBDIR += cn2jp
SUBDIR += dosunix
SUBDIR += dumpasn1
SUBDIR += enca
SUBDIR += fconv
SUBDIR += fribidi
SUBDIR += gbase
SUBDIR += i18ntools
SUBDIR += iconv
SUBDIR += iconv-extra
SUBDIR += iconv-rfc1345
SUBDIR += ish
SUBDIR += konwert
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-Morse
SUBDIR += p5-Convert-PEM
SUBDIR += p5-Convert-Recode
SUBDIR += p5-Convert-TNEF
SUBDIR += p5-Convert-UU
SUBDIR += p5-Convert-UUlib
SUBDIR += p5-MIME-Base64
SUBDIR += p5-String-Multibyte
SUBDIR += p5-Text-Iconv
SUBDIR += p5-Unicode-IMAPUtf7
SUBDIR += p5-Unicode-Map
SUBDIR += p5-Unicode-Map8
SUBDIR += p5-Unicode-MapUTF8
SUBDIR += p5-Unicode-String
SUBDIR += psiconv
SUBDIR += py-iconv
SUBDIR += recode
SUBDIR += ruby-dump.rb
SUBDIR += ruby-iconv
SUBDIR += ruby-lv
SUBDIR += siconv
SUBDIR += tnef
SUBDIR += trans
SUBDIR += tuc
SUBDIR += unix2dos
SUBDIR += utf8conv
SUBDIR += uudeview
SUBDIR += uudx
SUBDIR += uulib
SUBDIR += xdeview
SUBDIR += xunicode
.include <bsd.port.subdir.mk>