# $Id$
PortSystem 1.0
name uni2html
replaced_by uni2ascii
version 1.1
revision 1
categories textproc
platforms darwin
maintainers nomaintainer
description converts UTF-8 to corresponding HTML hexadecimal entities
long_description uni2html is a program that reads UTF-8 Unicode from \
standard input and displays the result of a conversion in \
which every Unicode character above the 7-bit ASCII range is \
converted into the corresponding HTML hexadecimal numeric \
character entity.
homepage http://www.cis.upenn.edu/~wjposer/uni2html.html
distfiles
archive_sites
use_configure no
pre-configure {
ui_error "${name} has been replaced by ${replaced_by}. Please install ${replaced_by} instead."
return -code error "obsolete port"
}
livecheck.type none