Download and Install jgoodies-forms version 1.1.0 on Mac OS X
Tuesday the 2nd of December, 2008

    jgoodies-forms  most recent diff


    version 1.1.0

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



      # $Id: Portfile 33996 2008-02-10 00:24:59Z blair macports.org $

      PortSystem 1.0
      Name: jgoodies-forms
      Version: 1.1.0
      Category: java
      Maintainers: blair

      Description: Framework to lay out and implement Swing panels.
      Long Description: The JGoodies Forms framework helps you lay out and implement elegant Swing panels quickly and consistently. It makes simple things easy and the hard stuff possible, the good design easy and the bad difficult.
      Homepage: http://www.jgoodies.com/freeware/forms/

      master_sites http://www.jgoodies.com/download/libraries/forms/
      distname forms-1_1_0
      checksums md5 9e82efab6daab53e845da949c86c3c3d sha1 a2f60fb762f8d26c9964bda343f86935c31dc10f rmd160 531b005c914048b060b3dc468cf3c86358979200
      use_zip yes

      depends_lib bin:java:kaffe

      use_configure no

      worksrcdir forms-${version}

      build.cmd true

      destroot {
      set javadir ${destroot}${prefix}/share/java
      set docdir ${destroot}${prefix}/share/doc/${name}

      xinstall -d -m 755 ${javadir}
      xinstall -d -m 755 ${docdir}

      file copy ${worksrcpath}/forms-${version}.jar ${javadir}/forms.jar
      foreach f {LICENSE.txt README.html RELEASE-NOTES.txt docs} {
      file copy ${worksrcpath}/${f} ${docdir}/
      }
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.