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

    jarbundler  most recent diff


    version 2.1.0

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


      # -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      The jarbundler Portfile 58339 2009-09-26 22:12:31Z mnick macports.org $

      PortSystem 1.0

      Name: jarbundler
      Version: 2.1.0
      Maintainers: mnick

      Category: java devel
      Description: JarBundler is a ant task that creates a Mac OS X app bundle from jar files and a main class
      Long Description: ${description}
      license GPLv2

      Platform: darwin

      Homepage: http://informagen.com/JarBundler/index.html
      Master Sites: http://informagen.com/JarBundler/dist
      distname ${name}
      worksrcdir ${name}-${version}

      Checksums: md5 69a2b3a4ae31106e84bc00234231223c sha1 57f0ea76c32c441237bdecb1ff1b22897ce902b7 rmd160 e031bf43962138deb6445e660bd30c1c3847ce3d

      use_configure no

      build.cmd ant
      build.target compile javadocs

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java ${destroot}${prefix}/share/doc
      xinstall -m 644 ${worksrcpath}/${name}-${version}.jar ${destroot}${prefix}/share/java/jarbundler.jar
      file copy ${worksrcpath}/javadoc ${destroot}${prefix}/share/doc/${name}
      }

      livecheck.url ${homepage}
      livecheck.regex

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.