Aalib version 1.4rc5 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 1.4rc5

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


      The aalib Portfile 57453 2009-09-11 08:17:15Z ryandesign macports.org $
      PortSystem 1.0
      Name: aalib
      Version: 1.4rc5
      Category: graphics
      Revision: 4
      Maintainers: ccc.de:tim
      Description: Portable ascii art GFX library
      Long Description: AA-lib is a low level gfx library just as many other libraries are. The main difference is that AA-lib does not require graphics device. In fact, there is no graphical output possible. AA-lib replaces those old-fashioned output methods with powerful ascii-art renderer. Now my linux boots with a nice penguin logo at secondary display (yes! Like Win95 does:) AA-lib API is designed to be similar to other graphics libraries. Learning a new API would be a piece of cake!
      Homepage: http://aa-project.sourceforge.net/aalib/
      Master Sites: sourceforge:aa-project freebsd
      Checksums: md5 9801095c42bba12edebd1902bcf0a990

      Platform: darwin

      worksrcdir ${name}-1.4.0
      configure.args --without-x --with-ncurses --enable-shared --disable-static --mandir=${prefix}/share/man --infodir=${prefix}/share/info

      configure.cppflags-append -DNCURSES_OPAQUE=0 -I/usr/include/malloc

      Patch Files: doc/patch-Makefile.in.diff man/patch-Makefile.in.diff patch-aacurkbd.c.diff patch-aacurses.c.diff patch-config.guess.diff patch-config.sub.diff patch-configure.diff patch-aclocal.m4.diff patch-depcomp.diff patch-ltmain.sh.diff patch-Makefile.in.diff src/patch-Makefile.in.diff patch-aalib.m4.diff

      depends_lib port:ncurses

      Variant: x11 {
      depends_lib-append port:xorg-libX11
      configure.args-delete --without-x
      configure.args-append --with-x
      }

      use_autoreconf yes
      autoreconf.args -fv

      livecheck.distname aa-lib

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.