# $Id: Portfile,v 1.10 2006/05/13 06:55:48 mww Exp $

PortSystem 1.0

name			uni2ascii
version			3.9
categories		textproc
platforms		darwin
maintainers		mww@opendarwin.org
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/
extract.suffix	.tgz
checksums		sha1 4e29b371a235cfecf79f603b6ea001262b8e46f8

configure.args	--mandir=${prefix}/share/man

platform darwin 8 {
	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}

