The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD java : jdk13-doc

Java Development Kit ${JDK_MAJOR_VER} Documentation

 Java Development Kit 1.3 Documentation. Contains release information,
API documentation, guides to new features and tool documentation.

The documentation will be installed in ${PREFIX}/share/doc/jdk1.3/ 

http://java.sun.com/j2se/1.3/docs/



jdk13-doc history


v. 1.30
date: 2006/09/03 06:15:23;  author: kris;  state: Exp;  lines: +1 -1
Allow package builds

v. 1.29 date: 2005/09/19 21:19:14; author: glewis; state: Exp; lines: +1 -2 . Update the URL where the documentation can be downloaded. PR: 86339 Submitted by: Frank Ruell
v. 1.28 date: 2004/12/03 01:01:20; author: hq; state: Exp; lines: +1 -1 Reset znerd's ports maintainership: - All JDK ports (and JDK documentation ports) that were formerly maintained by znerd have been assigned to java@FreeBSD.org - I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j and xmlenc) - Everything else is reset to ports@FreeBSD.org Approved by: znerd (maintainer)
v. 1.27 date: 2004/04/15 23:27:41; author: znerd; state: Exp; lines: +11 -26 Using PORTDOCS macro.
v. 1.26 date: 2004/02/10 13:19:44; author: znerd; state: Exp; lines: +2 -1 Added LATEST_LINK. Reported by: kris
v. 1.25 date: 2004/01/22 11:05:57; author: trevor; state: Exp; lines: +1 -1 Use the SORT macro from bsd.port.mk.
v. 1.24 date: 2004/01/02 13:01:56; author: znerd; state: Exp; lines: +1 -1 Improved DOWNLOAD_URL.
v. 1.23 date: 2003/03/07 06:04:40; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.22 date: 2002/11/21 08:58:42; author: znerd; state: Exp; lines: +1 -0 Fixed generation of plist file. The file was previously written as ./pkg-plist. It is now written as $WRKDIR/PLIST. Indicated by: kris
v. 1.21 date: 2002/11/20 11:28:09; author: znerd; state: Exp; lines: +20 -3 Automagically generating plist file.
v. 1.20 date: 2002/10/10 08:38:38; author: znerd; state: Exp; lines: +1 -5 Not using IGNORE anymore to avoid package building. .if defined(BATCH) || defined(PACKAGE_BUILDING) IGNORE= "You can not legally distribute binaries" .endif This was superfluous and inhibiting package builds of things that depend on the port. Having RESTRICTED and NO_CDROM is enough to ensure that a package will not appear on the FTP site or a CDROM (it will be built and used as a basis for other packages to build with, but will be deleted at the end of the build run). Requested by: kris Reviewed by: portmgr (silence) PR: 42758
v. 1.19 date: 2001/11/27 12:20:31; author: znerd; state: Exp; lines: +2 -2 Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Approved by: sobomax
v. 1.18 date: 2001/10/08 09:17:16; author: sobomax; state: Exp; lines: +16 -13 Move jdk-doc into jdk11-doc and add new jdk{12,13,14}-doc ports. PR: 28183 Submitted by: Ernst de Haan Repo-copy by: jdp
v. 1.17 date: 2001/05/31 09:19:23; author: dougb; state: Exp; lines: +4 -6 My modification of the submitter's update didn't go far enough, thereby causing breakage that was not present in the original. Fix the test for distfile a different way, using fewer variables and less gymnastics.
v. 1.16 date: 2001/05/31 06:09:26; author: dougb; state: Exp; lines: +18 -18 Update to jdk-1_1_8_003-doc and clean up the port some. PR: ports/27784 Submitted by: Ernst de Haan ernst@jollem.com
v. 1.15 date: 2001/04/26 10:37:44; author: greid; state: Exp; lines: +2 -2 Return maintainership to ports@freebsd.org; previous maintainer says he no longer has time to maintain this port. PR: 26873 Submitted by: Martti Kuparinen
v. 1.14 date: 2001/01/25 14:51:46; author: ijliao; state: Exp; lines: +2 -2 change maintainer's email PR: 24636 Submitted by: MAINTAINER
v. 1.13 date: 2000/04/19 09:06:25; author: knu; state: Exp; lines: +4 -5 Update to 1.1.8_003. (PORTVERSION untouched) PR: 18034 Submitted by: Palle Girgensohn Use just `${CP} -R' instead of tar|tar. By the way, owner/group IDs of files should not be preserved on copying in the installation process, because if one did `make' and then `su' to `make install', the installed files would be owned by a normal user. Beware, porters!
v. 1.12 date: 2000/04/12 06:14:29; author: obrien; state: Exp; lines: +8 -9 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.11 date: 1999/08/27 22:29:32; author: mharo; state: Exp; lines: +11 -11 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.10 date: 1999/08/25 06:16:22; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.9 date: 1999/08/22 21:29:50; author: cpiazza; state: Exp; lines: +1 -6 Remove the chown stuff in pre-install. do-extract handles this by default now.
v. 1.8 date: 1999/08/22 18:58:40; author: mharo; state: Exp; lines: +2 -2 chmod -> ${CHMOD} chown -> ${CHOWN}
v. 1.7 date: 1999/08/02 22:45:41; author: cpiazza; state: Exp; lines: +8 -5 Add a workaround to chown the files if the person installing the port is root. It was keeping the uid/gid of 10/143. There might be a better solution than this in the long run but it'll work for now. PR: 12897 Reported by: Jose Marques Also some minor non-functional changes, exit 0 -> ${FALSE}, PKGMESSAGE to use | ${SED} instead of creating a new file.
v. 1.6 date: 1999/06/28 02:22:02; author: billf; state: Exp; lines: +2 -2 New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.
v. 1.5 date: 1999/06/21 02:56:36; author: cpiazza; state: Exp; lines: +9 -7 a) Update jdk-doc to 1.1.8. (from submitter) b) Change the PLIST to use a PLIST_SUB for the version number to cut down on the size of diffs. (me) PR: 12312 Submitted by: Steve Coltrin
v. 1.4 date: 1999/05/06 00:13:56; author: taoka; state: Exp; lines: +5 -9 Change bsd.port.mk -> bsd.port.post.mk Modify the method to make MESSAGE when we "make install" Noticed by: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami)
v. 1.3 date: 1999/05/05 15:07:34; author: taoka; state: Exp; lines: +6 -2 Fix pkg/MESSAGE (When we "make install", pkg/MESSAGE is made from pkg/MESSAGE.tmpl.) Noticed by: maintainer
v. 1.2 date: 1999/03/22 02:21:27; author: steve; state: Exp; lines: +6 -3 Fixes from maintainer: This patch does the following things: - show some **very** useful links after installing the port - use ${TAR} instead of just tar and prepend arguments with a `-' PR: 10703 Submitted by: maintainer
v. 1.1 date: 1999/03/18 05:16:45; author: taoka; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/03/18 05:16:45; author: taoka; state: Exp; lines: +0 -0 Sun's Java Developers Kit documentation PR: ports/10483 Submitted by: Martti Kuparinen martti.kuparinen@ericsson.com ============================================================================= v. 1.30 date: 2006/09/03 06:15:23; author: kris; state: Exp; lines: +1 -1 Allow package builds
v. 1.29 date: 2005/09/19 21:19:14; author: glewis; state: Exp; lines: +1 -2 . Update the URL where the documentation can be downloaded. PR: 86339 Submitted by: Frank Ruell
v. 1.28 date: 2004/12/03 01:01:20; author: hq; state: Exp; lines: +1 -1 Reset znerd's ports maintainership: - All JDK ports (and JDK documentation ports) that were formerly maintained by znerd have been assigned to java@FreeBSD.org - I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j and xmlenc) - Everything else is reset to ports@FreeBSD.org Approved by: znerd (maintainer)
v. 1.27 date: 2004/04/15 23:27:41; author: znerd; state: Exp; lines: +11 -26 Using PORTDOCS macro.
v. 1.26 date: 2004/02/10 13:19:44; author: znerd; state: Exp; lines: +2 -1 Added LATEST_LINK. Reported by: kris
v. 1.25 date: 2004/01/22 11:05:57; author: trevor; state: Exp; lines: +1 -1 Use the SORT macro from bsd.port.mk.
v. 1.24 date: 2004/01/02 13:01:56; author: znerd; state: Exp; lines: +1 -1 Improved DOWNLOAD_URL.
v. 1.23 date: 2003/03/07 06:04:40; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.22 date: 2002/11/21 08:58:42; author: znerd; state: Exp; lines: +1 -0 Fixed generation of plist file. The file was previously written as ./pkg-plist. It is now written as $WRKDIR/PLIST. Indicated by: kris
v. 1.21 date: 2002/11/20 11:28:09; author: znerd; state: Exp; lines: +20 -3 Automagically generating plist file.
v. 1.20 date: 2002/10/10 08:38:38; author: znerd; state: Exp; lines: +1 -5 Not using IGNORE anymore to avoid package building. .if defined(BATCH) || defined(PACKAGE_BUILDING) IGNORE= "You can not legally distribute binaries" .endif This was superfluous and inhibiting package builds of things that depend on the port. Having RESTRICTED and NO_CDROM is enough to ensure that a package will not appear on the FTP site or a CDROM (it will be built and used as a basis for other packages to build with, but will be deleted at the end of the build run). Requested by: kris Reviewed by: portmgr (silence) PR: 42758
v. 1.19 date: 2001/11/27 12:20:31; author: znerd; state: Exp; lines: +2 -2 Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Approved by: sobomax
v. 1.18 date: 2001/10/08 09:17:16; author: sobomax; state: Exp; lines: +16 -13 Move jdk-doc into jdk11-doc and add new jdk{12,13,14}-doc ports. PR: 28183 Submitted by: Ernst de Haan Repo-copy by: jdp
v. 1.17 date: 2001/05/31 09:19:23; author: dougb; state: Exp; lines: +4 -6 My modification of the submitter's update didn't go far enough, thereby causing breakage that was not present in the original. Fix the test for distfile a different way, using fewer variables and less gymnastics.
v. 1.16 date: 2001/05/31 06:09:26; author: dougb; state: Exp; lines: +18 -18 Update to jdk-1_1_8_003-doc and clean up the port some. PR: ports/27784 Submitted by: Ernst de Haan ernst@jollem.com
v. 1.15 date: 2001/04/26 10:37:44; author: greid; state: Exp; lines: +2 -2 Return maintainership to ports@freebsd.org; previous maintainer says he no longer has time to maintain this port. PR: 26873 Submitted by: Martti Kuparinen
v. 1.14 date: 2001/01/25 14:51:46; author: ijliao; state: Exp; lines: +2 -2 change maintainer's email PR: 24636 Submitted by: MAINTAINER
v. 1.13 date: 2000/04/19 09:06:25; author: knu; state: Exp; lines: +4 -5 Update to 1.1.8_003. (PORTVERSION untouched) PR: 18034 Submitted by: Palle Girgensohn Use just `${CP} -R' instead of tar|tar. By the way, owner/group IDs of files should not be preserved on copying in the installation process, because if one did `make' and then `su' to `make install', the installed files would be owned by a normal user. Beware, porters!
v. 1.12 date: 2000/04/12 06:14:29; author: obrien; state: Exp; lines: +8 -9 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.11 date: 1999/08/27 22:29:32; author: mharo; state: Exp; lines: +11 -11 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.10 date: 1999/08/25 06:16:22; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.9 date: 1999/08/22 21:29:50; author: cpiazza; state: Exp; lines: +1 -6 Remove the chown stuff in pre-install. do-extract handles this by default now.
v. 1.8 date: 1999/08/22 18:58:40; author: mharo; state: Exp; lines: +2 -2 chmod -> ${CHMOD} chown -> ${CHOWN}
v. 1.7 date: 1999/08/02 22:45:41; author: cpiazza; state: Exp; lines: +8 -5 Add a workaround to chown the files if the person installing the port is root. It was keeping the uid/gid of 10/143. There might be a better solution than this in the long run but it'll work for now. PR: 12897 Reported by: Jose Marques Also some minor non-functional changes, exit 0 -> ${FALSE}, PKGMESSAGE to use | ${SED} instead of creating a new file.
v. 1.6 date: 1999/06/28 02:22:02; author: billf; state: Exp; lines: +2 -2 New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.
v. 1.5 date: 1999/06/21 02:56:36; author: cpiazza; state: Exp; lines: +9 -7 a) Update jdk-doc to 1.1.8. (from submitter) b) Change the PLIST to use a PLIST_SUB for the version number to cut down on the size of diffs. (me) PR: 12312 Submitted by: Steve Coltrin
v. 1.4 date: 1999/05/06 00:13:56; author: taoka; state: Exp; lines: +5 -9 Change bsd.port.mk -> bsd.port.post.mk Modify the method to make MESSAGE when we "make install" Noticed by: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami)
v. 1.3 date: 1999/05/05 15:07:34; author: taoka; state: Exp; lines: +6 -2 Fix pkg/MESSAGE (When we "make install", pkg/MESSAGE is made from pkg/MESSAGE.tmpl.) Noticed by: maintainer
v. 1.2 date: 1999/03/22 02:21:27; author: steve; state: Exp; lines: +6 -3 Fixes from maintainer: This patch does the following things: - show some **very** useful links after installing the port - use ${TAR} instead of just tar and prepend arguments with a `-' PR: 10703 Submitted by: maintainer
v. 1.1 date: 1999/03/18 05:16:45; author: taoka; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/03/18 05:16:45; author: taoka; state: Exp; lines: +0 -0 Sun's Java Developers Kit documentation PR: ports/10483 Submitted by: Martti Kuparinen martti.kuparinen@ericsson.com ============================================================================= v. 1.30 date: 2006/09/03 06:15:23; author: kris; state: Exp; lines: +1 -1 Allow package builds
v. 1.29 date: 2005/09/19 21:19:14; author: glewis; state: Exp; lines: +1 -2 . Update the URL where the documentation can be downloaded. PR: 86339 Submitted by: Frank Ruell
v. 1.28 date: 2004/12/03 01:01:20; author: hq; state: Exp; lines: +1 -1 Reset znerd's ports maintainership: - All JDK ports (and JDK documentation ports) that were formerly maintained by znerd have been assigned to java@FreeBSD.org - I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j and xmlenc) - Everything else is reset to ports@FreeBSD.org Approved by: znerd (maintainer)
v. 1.27 date: 2004/04/15 23:27:41; author: znerd; state: Exp; lines: +11 -26 Using PORTDOCS macro.
v. 1.26 date: 2004/02/10 13:19:44; author: znerd; state: Exp; lines: +2 -1 Added LATEST_LINK. Reported by: kris
v. 1.25 date: 2004/01/22 11:05:57; author: trevor; state: Exp; lines: +1 -1 Use the SORT macro from bsd.port.mk.
v. 1.24 date: 2004/01/02 13:01:56; author: znerd; state: Exp; lines: +1 -1 Improved DOWNLOAD_URL.
v. 1.23 date: 2003/03/07 06:04:40; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.22 date: 2002/11/21 08:58:42; author: znerd; state: Exp; lines: +1 -0 Fixed generation of plist file. The file was previously written as ./pkg-plist. It is now written as $WRKDIR/PLIST. Indicated by: kris
v. 1.21 date: 2002/11/20 11:28:09; author: znerd; state: Exp; lines: +20 -3 Automagically generating plist file.
v. 1.20 date: 2002/10/10 08:38:38; author: znerd; state: Exp; lines: +1 -5 Not using IGNORE anymore to avoid package building. .if defined(BATCH) || defined(PACKAGE_BUILDING) IGNORE= "You can not legally distribute binaries" .endif This was superfluous and inhibiting package builds of things that depend on the port. Having RESTRICTED and NO_CDROM is enough to ensure that a package will not appear on the FTP site or a CDROM (it will be built and used as a basis for other packages to build with, but will be deleted at the end of the build run). Requested by: kris Reviewed by: portmgr (silence) PR: 42758
v. 1.19 date: 2001/11/27 12:20:31; author: znerd; state: Exp; lines: +2 -2 Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Approved by: sobomax
v. 1.18 date: 2001/10/08 09:17:16; author: sobomax; state: Exp; lines: +16 -13 Move jdk-doc into jdk11-doc and add new jdk{12,13,14}-doc ports. PR: 28183 Submitted by: Ernst de Haan Repo-copy by: jdp
v. 1.17 date: 2001/05/31 09:19:23; author: dougb; state: Exp; lines: +4 -6 My modification of the submitter's update didn't go far enough, thereby causing breakage that was not present in the original. Fix the test for distfile a different way, using fewer variables and less gymnastics.
v. 1.16 date: 2001/05/31 06:09:26; author: dougb; state: Exp; lines: +18 -18 Update to jdk-1_1_8_003-doc and clean up the port some. PR: ports/27784 Submitted by: Ernst de Haan ernst@jollem.com
v. 1.15 date: 2001/04/26 10:37:44; author: greid; state: Exp; lines: +2 -2 Return maintainership to ports@freebsd.org; previous maintainer says he no longer has time to maintain this port. PR: 26873 Submitted by: Martti Kuparinen
v. 1.14 date: 2001/01/25 14:51:46; author: ijliao; state: Exp; lines: +2 -2 change maintainer's email PR: 24636 Submitted by: MAINTAINER
v. 1.13 date: 2000/04/19 09:06:25; author: knu; state: Exp; lines: +4 -5 Update to 1.1.8_003. (PORTVERSION untouched) PR: 18034 Submitted by: Palle Girgensohn Use just `${CP} -R' instead of tar|tar. By the way, owner/group IDs of files should not be preserved on copying in the installation process, because if one did `make' and then `su' to `make install', the installed files would be owned by a normal user. Beware, porters!
v. 1.12 date: 2000/04/12 06:14:29; author: obrien; state: Exp; lines: +8 -9 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.11 date: 1999/08/27 22:29:32; author: mharo; state: Exp; lines: +11 -11 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.10 date: 1999/08/25 06:16:22; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.9 date: 1999/08/22 21:29:50; author: cpiazza; state: Exp; lines: +1 -6 Remove the chown stuff in pre-install. do-extract handles this by default now.
v. 1.8 date: 1999/08/22 18:58:40; author: mharo; state: Exp; lines: +2 -2 chmod -> ${CHMOD} chown -> ${CHOWN}
v. 1.7 date: 1999/08/02 22:45:41; author: cpiazza; state: Exp; lines: +8 -5 Add a workaround to chown the files if the person installing the port is root. It was keeping the uid/gid of 10/143. There might be a better solution than this in the long run but it'll work for now. PR: 12897 Reported by: Jose Marques Also some minor non-functional changes, exit 0 -> ${FALSE}, PKGMESSAGE to use | ${SED} instead of creating a new file.
v. 1.6 date: 1999/06/28 02:22:02; author: billf; state: Exp; lines: +2 -2 New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.
v. 1.5 date: 1999/06/21 02:56:36; author: cpiazza; state: Exp; lines: +9 -7 a) Update jdk-doc to 1.1.8. (from submitter) b) Change the PLIST to use a PLIST_SUB for the version number to cut down on the size of diffs. (me) PR: 12312 Submitted by: Steve Coltrin
v. 1.4 date: 1999/05/06 00:13:56; author: taoka; state: Exp; lines: +5 -9 Change bsd.port.mk -> bsd.port.post.mk Modify the method to make MESSAGE when we "make install" Noticed by: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami)
v. 1.3 date: 1999/05/05 15:07:34; author: taoka; state: Exp; lines: +6 -2 Fix pkg/MESSAGE (When we "make install", pkg/MESSAGE is made from pkg/MESSAGE.tmpl.) Noticed by: maintainer
v. 1.2 date: 1999/03/22 02:21:27; author: steve; state: Exp; lines: +6 -3 Fixes from maintainer: This patch does the following things: - show some **very** useful links after installing the port - use ${TAR} instead of just tar and prepend arguments with a `-' PR: 10703 Submitted by: maintainer
v. 1.1 date: 1999/03/18 05:16:45; author: taoka; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/03/18 05:16:45; author: taoka; state: Exp; lines: +0 -0 Sun's Java Developers Kit documentation PR: ports/10483 Submitted by: Martti Kuparinen martti.kuparinen@ericsson.com =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm