Download and Install servlet25-api version 6.0.16 on Mac OS X
Thursday the 24th of July, 2008

    servlet25-api  most recent diff


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



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

      PortSystem 1.0

      Name: servlet25-api
      Version: 6.0.16

      Category: java
      Maintainers: jberry blair openmaintainer
      Platform: darwin

      Description: Java Servlet 2.5 and JSP 2.1 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 6.
      Homepage: http://jakarta.apache.org/tomcat/

      distname apache-tomcat-${version}-src
      master_sites apache:jakarta/tomcat-6/v${version}/src/
      checksums md5 b2e42e8a875339e655d92975729717e5 sha1 74127ba3da450a97869f2a2a2f0e134d23474018 rmd160 8e6c0900889439f4cb89db35afb0c27e77103c00

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

      use_configure no

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

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

     Where to find more information:

    Darwin Ports



    image test