Liblasi version 1.1.0 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    liblasi  most recent diff


    version 1.1.0

      View the most recent changes for the liblasi port at: liblasi.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for liblasi.
      The raw portfile for liblasi 1.1.0 is located here:
      http://liblasi.darwinports.com/dports/print/libLASi/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/liblasi


      # -*- 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
      The liblasi Portfile 58270 2009-09-25 03:08:43Z ryandesign macports.org $

      PortSystem 1.0
      Name: libLASi
      Version: 1.1.0
      Category: print
      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/
      Platform: darwin
      Master Sites: sourceforge:lasi
      Checksums: md5 f18091569ed4fface75453b097c67459 sha1 6b2db9dc8719eb7f31c63b70e04b2337812379a1 rmd160 468ffda874ab78676408e8fbe7ab5fee3acc7de7

      depends_build port:cmake port:pkgconfig
      depends_lib path:lib/pkgconfig/pango.pc: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}

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/liblasi
      % sudo port install liblasi
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching liblasi
      ---> Verifying checksum for liblasi
      ---> Extracting liblasi
      ---> Configuring liblasi
      ---> Building liblasi with target all
      ---> Staging liblasi into destroot
      ---> Installing liblasi
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using liblasi with these commands:
      %  man liblasi
      % apropos liblasi
      % which liblasi
      % locate liblasi

     Where to find more information:

    Darwin Ports



    Lightbox this page.