The FreeBSD Ports Archive
FreeBSD java : jdk14-doc4>
Java Development Kit ${JDK_MAJOR_VER} Documentation
Java Development Kit 1.4 Documentation. Contains release information,
API documentation, guides to new features and tool documentation.
The documentation will be installed in ${PREFIX}/share/doc/jdk1.4/
http://java.sun.com/j2se/1.4/docs/
|
jdk14-doc history
v. 1.35
date: 2006/09/03 06:16:08; author: kris; state: Exp; lines: +1 -1
Allow package builds
v. 1.34
date: 2005/01/11 16:32:27; author: glewis; state: Exp; lines: +1 -2
. Chase download location.
PR: 76084
Submitted by: Parv
v. 1.33
date: 2004/12/03 01:01:21; 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.32
date: 2004/04/15 23:43:26; author: znerd; state: Exp; lines: +12 -26
Using PORTDOCS macro.
v. 1.31
date: 2004/03/26 07:14:09; author: znerd; state: Exp; lines: +8 -10
Fixed generation of pkg-plist.
PR: 60722
Submitted by: Ulrich Spoerlein
v. 1.30
date: 2004/02/10 13:19:44; author: znerd; state: Exp; lines: +2 -1
Added LATEST_LINK.
Reported by: kris
v. 1.29
date: 2004/01/22 11:05:58; author: trevor; state: Exp; lines: +1 -1
Use the SORT macro from bsd.port.mk.
v. 1.28
date: 2003/09/26 20:11:00; author: glewis; state: Exp; lines: +2 -2
. Update to the 1.4.2 docs.
v. 1.27
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.26
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.25
date: 2002/11/20 08:58:13; author: znerd; state: Exp; lines: +0 -1
Removed unnecessary PLIST_SUB setting.
v. 1.24
date: 2002/11/20 08:38:39; author: znerd; state: Exp; lines: +23 -4
Upgrade to JDK 1.4.1 documentation. Automagically generating
the package list. This reduces the size of the ports tree with
~ 600 K !
Submitted by: Dave Glowacki
v. 1.23
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.22
date: 2002/05/24 07:05:39; author: znerd; state: Exp; lines: +2 -2
Upgrade from 1.4.0-beta 3 to 1.4.0.
Prompted by: Jay Sachs
PR: 38129
v. 1.21
date: 2001/11/28 12:25:43; author: znerd; state: Exp; lines: +1 -1
Upgrades from JDK 1.4.0 beta 2 to 1.4.0 beta 3.
Approved by: sobomax
v. 1.20
date: 2001/11/27 12:20:49; author: znerd; state: Exp; lines: +2 -2
Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.
Approved by: sobomax
v. 1.19
date: 2001/10/09 12:36:01; author: sobomax; state: Exp; lines: +3 -3
Update to 1.4.0b2.
PR: 31160
Submitted by: maintainer
v. 1.18
date: 2001/10/08 09:17:17; 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.35
date: 2006/09/03 06:16:08; author: kris; state: Exp; lines: +1 -1
Allow package builds
v. 1.34
date: 2005/01/11 16:32:27; author: glewis; state: Exp; lines: +1 -2
. Chase download location.
PR: 76084
Submitted by: Parv
v. 1.33
date: 2004/12/03 01:01:21; 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.32
date: 2004/04/15 23:43:26; author: znerd; state: Exp; lines: +12 -26
Using PORTDOCS macro.
v. 1.31
date: 2004/03/26 07:14:09; author: znerd; state: Exp; lines: +8 -10
Fixed generation of pkg-plist.
PR: 60722
Submitted by: Ulrich Spoerlein
v. 1.30
date: 2004/02/10 13:19:44; author: znerd; state: Exp; lines: +2 -1
Added LATEST_LINK.
Reported by: kris
v. 1.29
date: 2004/01/22 11:05:58; author: trevor; state: Exp; lines: +1 -1
Use the SORT macro from bsd.port.mk.
v. 1.28
date: 2003/09/26 20:11:00; author: glewis; state: Exp; lines: +2 -2
. Update to the 1.4.2 docs.
v. 1.27
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.26
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.25
date: 2002/11/20 08:58:13; author: znerd; state: Exp; lines: +0 -1
Removed unnecessary PLIST_SUB setting.
v. 1.24
date: 2002/11/20 08:38:39; author: znerd; state: Exp; lines: +23 -4
Upgrade to JDK 1.4.1 documentation. Automagically generating
the package list. This reduces the size of the ports tree with
~ 600 K !
Submitted by: Dave Glowacki
v. 1.23
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.22
date: 2002/05/24 07:05:39; author: znerd; state: Exp; lines: +2 -2
Upgrade from 1.4.0-beta 3 to 1.4.0.
Prompted by: Jay Sachs
PR: 38129
v. 1.21
date: 2001/11/28 12:25:43; author: znerd; state: Exp; lines: +1 -1
Upgrades from JDK 1.4.0 beta 2 to 1.4.0 beta 3.
Approved by: sobomax
v. 1.20
date: 2001/11/27 12:20:49; author: znerd; state: Exp; lines: +2 -2
Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.
Approved by: sobomax
v. 1.19
date: 2001/10/09 12:36:01; author: sobomax; state: Exp; lines: +3 -3
Update to 1.4.0b2.
PR: 31160
Submitted by: maintainer
v. 1.18
date: 2001/10/08 09:17:17; 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.35
date: 2006/09/03 06:16:08; author: kris; state: Exp; lines: +1 -1
Allow package builds
v. 1.34
date: 2005/01/11 16:32:27; author: glewis; state: Exp; lines: +1 -2
. Chase download location.
PR: 76084
Submitted by: Parv
v. 1.33
date: 2004/12/03 01:01:21; 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.32
date: 2004/04/15 23:43:26; author: znerd; state: Exp; lines: +12 -26
Using PORTDOCS macro.
v. 1.31
date: 2004/03/26 07:14:09; author: znerd; state: Exp; lines: +8 -10
Fixed generation of pkg-plist.
PR: 60722
Submitted by: Ulrich Spoerlein
v. 1.30
date: 2004/02/10 13:19:44; author: znerd; state: Exp; lines: +2 -1
Added LATEST_LINK.
Reported by: kris
v. 1.29
date: 2004/01/22 11:05:58; author: trevor; state: Exp; lines: +1 -1
Use the SORT macro from bsd.port.mk.
v. 1.28
date: 2003/09/26 20:11:00; author: glewis; state: Exp; lines: +2 -2
. Update to the 1.4.2 docs.
v. 1.27
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.26
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.25
date: 2002/11/20 08:58:13; author: znerd; state: Exp; lines: +0 -1
Removed unnecessary PLIST_SUB setting.
v. 1.24
date: 2002/11/20 08:38:39; author: znerd; state: Exp; lines: +23 -4
Upgrade to JDK 1.4.1 documentation. Automagically generating
the package list. This reduces the size of the ports tree with
~ 600 K !
Submitted by: Dave Glowacki
v. 1.23
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.22
date: 2002/05/24 07:05:39; author: znerd; state: Exp; lines: +2 -2
Upgrade from 1.4.0-beta 3 to 1.4.0.
Prompted by: Jay Sachs
PR: 38129
v. 1.21
date: 2001/11/28 12:25:43; author: znerd; state: Exp; lines: +1 -1
Upgrades from JDK 1.4.0 beta 2 to 1.4.0 beta 3.
Approved by: sobomax
v. 1.20
date: 2001/11/27 12:20:49; author: znerd; state: Exp; lines: +2 -2
Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.
Approved by: sobomax
v. 1.19
date: 2001/10/09 12:36:01; author: sobomax; state: Exp; lines: +3 -3
Update to 1.4.0b2.
PR: 31160
Submitted by: maintainer
v. 1.18
date: 2001/10/08 09:17:17; 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
=============================================================================
|
| |

|