Atomicparsley version 0.9.0 - How to Download and Install on Mac OS X
Friday the 20th of November, 2009

    atomicparsley  most recent diff


    version 0.9.0

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


      The atomicparsley Portfile 55576 2009-08-13 20:27:05Z macsforever2000 macports.org $

      PortSystem 1.0
      Name: AtomicParsley
      Version: 0.9.0
      Category: multimedia
      Platform: darwin
      Maintainers: gmail.com:cedric.luthi
      Description: MPEG-4 command line tool
      Long Description: AtomicParsley is a lightweight command line program for reading, parsing and setting metadata into MPEG-4 files.

      Homepage: http://atomicparsley.sourceforge.net
      Master Sites: sourceforge:atomicparsley
      distname ${name}-source-${version}
      use_zip yes
      Checksums: md5 681e6ecec2921c98e07a9262bdcd6cf2 sha1 6a73aed6ba569e693fe94a313e7e9e9ce204d038 rmd160 53026ab6b251614eb3a649fe611f86d68e06dc8e

      use_configure no
      build.cmd ./build

      pre-build {
      # fix usage of private type, b0rked in Leopard
      # -eridius
      reinplace s|_NSBitmapImageFileType|NSBitmapImageFileType|g ${worksrcpath}/AP_NSImage.mm
      }

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/bin
      xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
      }

      livecheck.regex AtomicParsley v(.*) released

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.