Servlet24-api version 5.5.27 - How to Download and Install on Mac OS X
Monday the 23rd of November, 2009

    servlet24-api  most recent diff


    version 5.5.27

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


      The servlet24-api Portfile 53539 2009-07-07 21:34:24Z macsforever2000 macports.org $

      PortSystem 1.0

      Name: servlet24-api
      Version: 5.5.27

      Category: java
      Maintainers: jberry openmaintainer
      Platform: darwin

      Description: Java Servlet 2.4 and JSP 2.0 APIs.
      Long Description: The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. This project provides the servlet and JSP API jars from Tomcat 5.
      Homepage: http://tomcat.apache.org/

      distname apache-tomcat-${version}-src
      Master Sites: apache:tomcat/tomcat-5/v${version}/src/
      Checksums: md5 eb3f196013550b9b1684e4ff18593a8e

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

      worksrcdir ${distname}/build

      use_configure no

      build.cmd ant
      build.target build-depends
      build.args -Dbase.path=${worksrcpath}/../repository

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java ${destroot}${prefix}/share/doc
      xinstall -m 644 ${worksrcpath}/../repository/jsp-api-2.0/lib/jsp-api.jar ${destroot}${prefix}/share/java/jsp2-api.jar
      xinstall -m 644 ${worksrcpath}/../repository/servlet-api-2.4/lib/servlet-api.jar ${destroot}${prefix}/share/java/servlet24-api.jar
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.