Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
While here, don't install the whole jsdk20 environment, as this is an older
version, and is generally useful only in order to get the jsdk20 jar file
for building jserv. This means we no longer install the bin/servletrunner
test harness, and we no longer install the jsdk source.
Users interested in these would be better off looking at the current jsdk
(pkgsrc/www/jakarta-tomcat), or jsdk2.1, which does not currently have
a package, but is at least rather less obsolete...
jserv will be adapted to use the new paths for this in a separate commit,
in a few minutes.
|
|
|
|
Development Kit"
NO_CDROM= ${RESTRICTED}
Sigh... It actually is permissible to redistribute the jsdk, but under the
following terms:
2. License to Distribute Servlet Classes.
Licensee is granted a royalty-free right to
reproduce and distribute the servlet classes
contained in the Software identified therein as
"Sun.Servlet.*," "Javax.Servlet.*" or
"Jsdk.Doc.Apidoc.*" ("Servlet Classes") provided
that Licensee: (i) distrib- utes the Servlet
Classes complete and unmodified only as part of,
and for the sole purpose of run- ning, Licensee's
Java compatible servlets ("Servlets"); (ii) does
not distribute additional soft- ware intended to
replace any component(s) of the Servlet Classes;
(iii) agrees to incorporate the most current
version of the Software that was available from
Sun no later than 180 days prior to each
production release of the Servlet; (iv) does not
remove or alter any proprietary legends or no-
tices contained in the Servlet Classes; (v)
includes the provisions of Sections 3, 4, 6, 8,
and 9 in Licensee's license agreement for the
Program; and (vi) agrees to indemnify, hold
harmless, and de- fend Sun and its licensors from
and against any claims or lawsuits, including
attorneys' fees, that arise or result from the
use or distribution of the Program.
|
|
From pkg/DESCR:
JSDK 2.0 is an older version of Sun's Java Servlet Development Kit.
It includes the servlet java classes and a simple web server with
servlet support.
JSDK has been supplanted by project Jakarta, which is a joint project
between The Apache Foundation and Sun to produce the next generation
of the servlet classes. The 3.0 release of the Jakarta project's
servlet environment, Tomcat, is available via the www/jakarta-tomcat
package.
This package exists primarily to support building the Apache JServ
module, which has not yet been updated to build against the Tomcat
classes.
|