summaryrefslogtreecommitdiff
path: root/www/jsdk20
AgeCommit message (Collapse)AuthorFilesLines
2000-06-22Rework installs using GTAR to DTRT better WRT file owners and permissionsjwise1-1/+3
2000-05-09Since we no longer override ${PREFIX}, we no longer need NO_MTREE=jwise1-2/+1
2000-05-09Adapt this to the new java package world order.jwise2-109/+80
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.
2000-01-14MIRROR_DISTFILE=nojwise1-1/+2
2000-01-14RESTRICTED= "Read license before redistributing the Java(tm) Servlet ↵jwise1-1/+3
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.
2000-01-14Initial import of jsdk 2.0 (Sun's Java Servlet Development Kit).jwise5-0/+165
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.