[53362] trunk/dports/print

takeshi at macports.org takeshi at macports.org
Fri Jul 3 20:15:11 PDT 2009


Revision: 53362
          http://trac.macports.org/changeset/53362
Author:   takeshi at macports.org
Date:     2009-07-03 20:15:09 -0700 (Fri, 03 Jul 2009)
Log Message:
-----------
libLASi: adding this to enable unicode text in ps file produce by plplot

Added Paths:
-----------
    trunk/dports/print/libLASi/
    trunk/dports/print/libLASi/Portfile

Added: trunk/dports/print/libLASi/Portfile
===================================================================
--- trunk/dports/print/libLASi/Portfile	                        (rev 0)
+++ trunk/dports/print/libLASi/Portfile	2009-07-04 03:15:09 UTC (rev 53362)
@@ -0,0 +1,42 @@
+# -*- 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$
+
+PortSystem              1.0
+name                    libLASi
+version                 1.1.0
+categories              print
+maintainers             takeshi
+description             unicode postscript printing endgine
+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               macosx
+master_sites            sourceforge:lasi
+checksums               md5    f18091569ed4fface75453b097c67459         \
+                        sha1   6b2db9dc8719eb7f31c63b70e04b2337812379a1 \
+                        rmd160 468ffda874ab78676408e8fbe7ab5fee3acc7de7
+
+depends_build           port:cmake     \
+                        port:pkgconfig
+depends_lib             port:pango
+
+pre-configure {
+    file mkdir ${workpath}/build
+}
+configure.dir           ${workpath}/build
+configure.cmd           cmake
+configure.pre_args      -DCMAKE_INSTALL_PREFIX=${prefix}
+configure.post_args     ../${distname}
+
+build.dir               ${workpath}/build
+
+if {[variant_isset universal]} {
+    configure.args-append -DCMAKE_OSX_ARCHITECTURES=\"[strsed ${configure.universal_archs} "g| |;|"]\"
+}
+livecheck               regex
+livecheck.url           ${homepage}
+livecheck.regex         {([0-9]+\.[0-9]+\.[0-9]+) Latest Stable Release}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090703/95fae3ff/attachment.html>


More information about the macports-changes mailing list