Download and Install servlet24-api version 5.5.25 on Mac OS X
Saturday the 26th of July, 2008

    servlet24-api  most recent diff


      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.25 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
      Google
      Web Darwinports.com



      # $Id: Portfile 35275 2008-03-23 15:54:42Z jberry macports.org $

      PortSystem 1.0

      Name: servlet24-api
      Version: 5.5.25

      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 2d6cc9a16aceeef4ec3610cd782d5c9d

      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



    image test