summaryrefslogtreecommitdiff
path: root/www/jsdk20
AgeCommit message (Collapse)AuthorFilesLines
2006-07-18Convert _FETCH_MESSAGE to plain old FETCH_MESSAGE. Remove _FETCH_MESSAGEjlam1-12/+8
processing from mk/fetch/*.mk.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-09-28Fixed some pkglint warnings.rillig1-3/+3
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-05-16Note that gtar is required by the package.jlam1-1/+3
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-03-08The distfile has moved. Tell the user to fetch it from the newkristerw1-28/+14
location (the automatic fetch has been removed, because Sun want the user to click "accept" to a license agreement before downloading).
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-08-23Add pseudo-category 'java'.jschauma1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2002-12-31Mechanical conversion to use java-vm.mk.jlam1-1/+2
2002-07-29Set USE_JAVA=run on some packages that obviously don't need a JDK for thejlam1-2/+2
build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Sun moved the distfiles, so fix the pre-fetch and do-fetch targets. Alsojlam1-16/+21
add a check for the distfile before descending into the urlget directory and making urlget. This fixes the problem with abusing BUILD_DEPENDS to ensure that urlget is installed prior to fetching the distfiles, noted in pkg/13410 by Bernd Ernesti <bernd@arresum.inka.de>.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-05Replace use of (removed) install-build-depends target with code to acheivejwise1-2/+3
the same result. Fix suggested by agc.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-10/+5
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-21reorder lines for pkglintwiz1-3/+4
2000-10-16Install pre-fetch depends the right way.hubertf1-3/+4
2000-10-13Fix pasto (swing instead of jsdk in a comment)jwise1-2/+2
2000-09-11Add a pre-fetch: target to install the urlget package, and a do-fetch:jwise1-8/+24
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-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-4/+7
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
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.