# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem 1.0

name			uni2ascii
version			4.14
categories		textproc
platforms		darwin
maintainers		mww
description		converts between UTF-8 Unicode and 7-bit ASCII equivalents
long_description	uni2ascii and ascii2uni convert between UTF-8 Unicode and \
			more than a dozen 7-bit ASCII equivalents including: hexadecimal \
			and decimal HTML numeric character references, \u-escapes, \
			standard hexadecimal, raw hexadecimal, and RFC2396 URI format. \
			Such ASCII equivalents are encountered in a variety of \
			circumstances, such as when Unicode text is included in program \
			source, when entering text into Web programs that can handle the \
			Unicode character set but are not 8-bit safe, and when debugging.

homepage		http://billposer.org/Software/uni2ascii.html
master_sites	http://billposer.org/Software/Downloads/
checksums           md5     b26f3ac559ccd69161b93c2f4fed5f14 \
                    sha1    efe31a88499544f60a19994556e6bdea0e0f95be \
                    rmd160  fdd9cdd79c05d82ddfece91c384852aea5f79f0b
use_bzip2		yes

depends_lib		port:gettext

configure.args	--mandir=${prefix}/share/man
configure.ldflags-append	"-lintl"

livecheck.type	freshmeat
