the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: jakarta-servletapi
Version: 4.1.20100129
Revision: 1
Description: Java Servlet and JSP API Classes
Type: java
License: BSD
Maintainer: Benjamin Reed
Depends: <<
xalan-j (>= 2.2-1),
xerces-j (>= 2.0-1),
system-java (>= 1.5-1)
<<
BuildDepends: <<
ant-base (>= 1.7.1-3),
xalan-j (>= 2.2-1),
xerces-j (>= 2.0-1),
fink (>= 0.29.7-1),
fink-mirrors (>= 0.22.1.1-1),
system-java-dev (>= 1.5-1)
<<
CustomMirror: <<
Primary: http://ranger.users.finkproject.org/distfiles
eur-NL: http://ranger.users.finkproject.org/distfiles
nam-US: http://ranger.befunk.com/fink
nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
nam-CA: http://www.southofheaven.net/befunk
<<
Source: mirror:custom:jakarta-servletapi/%n-4-20100129.tar.bz2
Source-MD5: ec56591a82683ba8c123b33892603133
SourceDirectory: %n-4
PatchScript: perl -pi -e 's,
CompileScript: ant dist -Dservletapi.build=build -Dservletapi.dist=dist
InstallScript: <<
mkdir -p %i/share/doc/%n
cp -R dist/docs/api %i/share/doc/%n/
find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;
<<
JarFiles: dist/lib/*.jar
DocFiles: LICENSE README.txt
Homepage: http://tomcat.apache.org/
DescDetail: <<
This subproject contains the compiled code for the implementation classes of
the Java Servlet and JSP APIs (packages javax.servlet, javax.servlet.http,
javax.servlet.jsp, and javax.servlet.jsp.tagext). They are needed for servlet
development and the Tomcat servlet container.
<<