Download and Install cglib version 2.2 on Mac OS X
Friday the 25th of July, 2008

    cglib  most recent diff


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



      # $Id: Portfile 38018 2008-07-02 21:12:25Z blair macports.org $

      PortSystem 1.0

      Name: cglib
      epoch 1
      Version: 2.2

      Category: java
      Maintainers: jberry openmaintainer
      Platform: darwin

      Description: cglib - a code generation library for java byte code.
      Long Description: cglib is a powerful, high performance and quality Code Generation Library, It is used to extend Java classes and implement interfaces at runtime.
      Homepage: http://cglib.sourceforge.net/

      master_sites sourceforge
      checksums md5 b1e6ebfb76ec7071b6a3f5f9d7df2e57 sha1 e608c738fe37f78101cb84406f2afae31d45bc6f rmd160 dadda8b80b36c729e9869f503c6560ca7f555d4e

      distname ${name}-src-${version}
      worksrcdir .

      extract.suffix .jar
      extract.cmd jar
      extract.pre_args xf
      extract.post_args

      depends_build bin:ant:apache-ant
      depends_lib bin:java:kaffe

      use_configure no

      build.cmd ant
      build.target dist

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java ${destroot}${prefix}/share/doc

      foreach f "${name} ${name}-nodep" {
      xinstall -m 644 ${worksrcpath}/dist/${f}-${version}.jar ${destroot}${prefix}/share/java/${f}.jar
      }

      file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
      }

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

     Where to find more information:

    Darwin Ports



    image test