T1lib version 5.1.2 - How to Download and Install on Mac OS X
Friday the 3rd of September, 2010

    version 5.1.2

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


      The t1lib Portfile 58066 2009-09-21 15:11:10Z ryandesign macports.org $

      PortSystem 1.0

      Name: t1lib
      Version: 5.1.2
      Revision: 1
      Category: devel graphics fonts
      Maintainers: nomaintainer
      use_parallel_build no
      Description: Library for generating glyphs from Type 1 fonts
      Long Description: t1lib is a library distributed under the GNU General Public Library License for generating character- and string-glyphs from Adobe Type 1 fonts under UNIX. t1lib uses most of the code of the X11 rasterizer donated by IBM to the X11-project. But some disadvantages of the rasterizer being included in X11 have been eliminated.

      Homepage: ftp://metalab.unc.edu/pub/Linux/libs/graphics/

      Platform: darwin

      Master Sites: ftp://sunsite.unc.edu/pub/Linux/libs/graphics/ http://ftp.surfnet.nl/pub/sunsite/libs/graphics/
      # sourceforge:gnuwin32

      Checksums: md5 a5629b56b93134377718009df1435f3c sha1 4b4fc22c8688eefaaa8cfc990f0039f95f4287de rmd160 ab22aea390356750d743c0f4b08762aa76ca2a82

      configure.args --without-x

      depends_build path:bin/glibtool:libtool
      build.args LIBTOOL=${prefix}/bin/glibtool
      build.target without_doc

      Variant: x11 description {use the X Window System} {
      depends_lib-append port:xorg-libX11
      configure.args-delete --without-x
      configure.args-append --with-x
      }

      Variant: psdoc description {build and install the PostScript documentation} {
      depends_lib-append bin:tex:texlive
      build.target all
      }

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/
      move ${destroot}${prefix}/share/${name}/doc ${destroot}${prefix}/share/doc/${name}
      }

      livecheck.url "http://sunsite.unc.edu/pub/Linux/libs/graphics/?C=M;O=D"
      livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)

    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/t1lib
      % sudo port install t1lib
      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 t1lib
      ---> Verifying checksum for t1lib
      ---> Extracting t1lib
      ---> Configuring t1lib
      ---> Building t1lib with target all
      ---> Staging t1lib into destroot
      ---> Installing t1lib
    - 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 t1lib with these commands:
      %  man t1lib
      % apropos t1lib
      % which t1lib
      % locate t1lib

     Where to find more information:

    Darwin Ports



    Lightbox this page.