Download and Install servlet23-api on Mac OS X
Tuesday the 8th of July, 2008

    servlet23-api  most recent diff


      View the most recent changes for the servlet23-api port at: servlet23-api.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for servlet23-api.
      The raw portfile for servlet23-api 1 is located here:
      http://servlet23-api.darwinports.com/dports/java/servlet23-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/servlet23-api
      Google
      Web Darwinports.com



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

      PortSystem 1.0

      Name: servlet23-api
      Version: 1
      epoch 20061005

      Category: java
      Maintainers: jberry openmaintainer
      Platform: darwin

      Description: Java Servlet API 2.3 and JSP 1.2 API.
      Long Description: Java Servlet API 2.3 and JSP API 1.2. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. This project provides the servlet and JSP APIs from Tomcat4.
      Homepage: http://jakarta.apache.org/tomcat/

      distname servlet2.3-jsp1.2-tc4.x
      master_sites macports:jberry
      checksums md5 2a32a1c8e148b4f6533eda9c1e698e50

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

      use_configure no

      worksrcdir servlet2.3-jsp1.2-tc4.x

      build.cmd ant
      build.target dist
      build.args

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java ${destroot}${prefix}/share/doc
      xinstall -m 644 ${worksrcpath}/dist/lib/servlet.jar ${destroot}${prefix}/share/java/servlet23-api.jar
      file copy ${worksrcpath}/dist/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/servlet23-api
      % sudo port install servlet23-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 servlet23-api
      ---> Verifying checksum for servlet23-api
      ---> Extracting servlet23-api
      ---> Configuring servlet23-api
      ---> Building servlet23-api with target all
      ---> Staging servlet23-api into destroot
      ---> Installing servlet23-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 servlet23-api with these commands:
      %  man servlet23-api
      % apropos servlet23-api
      % which servlet23-api
      % locate servlet23-api

     Where to find more information:

    Darwin Ports



    image test