Atomicparsley-devel version 0.9.2-r${svn_rev} - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    atomicparsley-devel  most recent diff


    version 0.9.2-r${svn_rev}

      View the most recent changes for the atomicparsley-devel port at: atomicparsley-devel.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for atomicparsley-devel.
      The raw portfile for atomicparsley-devel 0.9.2-r${svn_rev} is located here:
      http://atomicparsley-devel.darwinports.com/dports/multimedia/AtomicParsley-devel/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-devel


      The atomicparsley-devel Portfile 57453 2009-09-11 08:17:15Z ryandesign macports.org $

      PortSystem 1.0

      Name: AtomicParsley-devel
      set svn_rev 110
      Version: 0.9.2-r${svn_rev}
      Category: multimedia
      Maintainers: nomaintainer
      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.
      Platform: darwin
      Homepage: http://atomicparsley.sourceforge.net
      Master Sites:
      distfiles

      depends_lib port:zlib

      fetch.type svn
      svn.url http://atomicparsley.svn.sourceforge.net/svnroot/atomicparsley/trunk/atomicparsley
      svn.revision ${svn_rev}

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

      worksrcdir atomicparsley
      use_autoconf yes
      pre-configure {
      system "cd ${worksrcpath} && autoheader"
      }

      #use_parallel_build yes

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

      #variant universal {
      # configure.args-append --enable-universal
      #}
      universal_variant no

      livecheck.type none

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.