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

    quickascii  most recent diff


    version 1.0.5

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


      The quickascii Portfile 56938 2009-09-03 17:24:27Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: quickascii
      Version: 1.0.5
      Revision: 1
      Maintainers: ryandesign openmaintainer
      Category: multimedia
      Homepage: http://quickascii.sourceforge.net/
      Master Sites: sourceforge

      Description: a movie player and picture viewer for the command line

      Long Description: QuickASCII is ${description}, powered by QuickTime.

      Checksums: md5 df5d7452fdf51fb53db54351bab58f8d sha1 9a796a5d235a1e9b156ae96e69bd59455adc3e83 rmd160 689e3bcdeb2b8808da62d1efc14904e3158f4c98

      universal_variant no

      extract.suffix .tgz

      Patch Files:-append patch-qtplyr.c.diff

      xcode.destroot.path ${prefix}/bin

      post-destroot {
      set docdir ${destroot}${prefix}/share/doc/${name}
      xinstall -d ${docdir}
      xinstall -W ${worksrcpath} INFO.txt LICENSE.txt ${docdir}
      }

      livecheck.distname ${name}-all

      pre-fetch {
      if {"darwin" != ${os.platform}} {
      ui_error "${name} requires Mac OS X."
      return -code error "incompatible operating system"
      }
      if {${os.major} > 9} {
      ui_error "${name} ${version} is not compatible with Mac OS X 10.6 or later."
      return -code error "incompatible Mac OS X version"
      }
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.