# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 99951 2012-11-22 06:06:19Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               cmake 1.0

name                    libLASi
version                 1.1.1
categories              print
license                 LGPL
maintainers             takeshi
description             unicode PostScript printing engine
long_description \
        libLASi is a library written by Larry Siden that provides \
        a C++ stream output interface ( with operator << ) for    \
        creating PostScript documents that can contain characters \
        from any of the scripts and symbol blocks supported in    \
        Unicode and by Owen Taylor's Pango layout engine.
homepage                http://www.unifont.org/lasi/
platforms               darwin
master_sites            sourceforge:lasi
checksums           md5     bc5161b1d820db3dbcea24ce1c2ed5ec \
                    sha1    d17fdebf4bb4a29512e321c7af157a694dc855a0 \
                    rmd160  dc9efdef39615b4c293c61e3506ee8f2e66bc751

depends_build-append    port:pkgconfig

depends_lib             path:lib/pkgconfig/pango.pc:pango

livecheck.type          regex
livecheck.url           ${homepage}
livecheck.regex         {New Release Announcement: libLASi-([0-9]+\.[0-9]+\.[0-9]+)}
