# $Id: Portfile 63597 2010-02-10 01:35:00Z jeremyhu@macports.org $

PortSystem          1.0

name                luit
version             1.0.5
categories          x11
platforms           darwin
maintainers         jeremyhu
description         X.org luit
long_description    Convert terminal i/o from legacy encodings to UTF-8

homepage            http://www.x.org
master_sites        http://xorg.freedesktop.org/archive/individual/app/

checksums           md5     fd8579a993c4480978e3504a4c53c189 \
                    sha1    7260feca7db48d8aa80d493b4cbcf6b7c5774d8d \
                    rmd160  1ec51b957d6aba52c880b5b322c4957e8cd815c3

use_bzip2	    yes
use_parallel_build  yes

depends_build \
	port:pkgconfig

depends_lib \
	port:xorg-libX11 \
	port:xorg-libfontenc

livecheck.type  regex
livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
