Commit graph

13 commits

Author SHA1 Message Date
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
wiz
2fd41b2180 reorder lines for pkglint 2000-10-21 22:59:33 +00:00
hubertf
6adedb4ed1 Install pre-fetch depends the right way. 2000-10-16 17:21:35 +00:00
jwise
34c38999da Fix pasto (swing instead of jsdk in a comment) 2000-10-13 21:33:06 +00:00
jwise
cd70458567 Add a pre-fetch: target to install the urlget package, and a do-fetch:
target to actually go out and fetch the jsdk distribution by using urlget
to navigate Sun's web forms.

Make this behavior depend on the value sun-jsdk20-license being in
ACCEPTABLE_LICENSES.
2000-09-11 15:39:10 +00:00
hubertf
402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
jwise
f85dd3cbce Rework installs using GTAR to DTRT better WRT file owners and permissions 2000-06-22 14:23:24 +00:00
jwise
899dcd7aa0 Since we no longer override ${PREFIX}, we no longer need NO_MTREE= 2000-05-09 20:54:42 +00:00
jwise
51f78e69f2 Adapt this to the new java package world order.
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-05-09 20:12:46 +00:00
jwise
d03deb3a5d MIRROR_DISTFILE=no 2000-01-14 20:51:12 +00:00
jwise
20fdbef21d RESTRICTED= "Read license before redistributing the Java(tm) Servlet 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-14 17:30:16 +00:00
jwise
5c531620cc Initial import of jsdk 2.0 (Sun's Java Servlet Development Kit).
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.
2000-01-14 17:20:19 +00:00