aboutsummaryrefslogtreecommitdiffstats
path: root/java/jdk12-doc
Commit message (Collapse)AuthorAgeFilesLines
* Reset znerd's ports maintainership:hq2004-12-031-1/+1
| | | | | | | | | | - 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)
* Slightly improved phrasing of RESTRICTED.znerd2004-04-161-1/+1
|
* - Removed non-existent download site metaverse.nlznerd2004-04-161-27/+10
| | | | | | | - Fixed removal of files after deinstall [1] - Using PORTDOCS macro Reported by: kris [1]
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Added LATEST_LINK.znerd2004-02-101-1/+2
| | | | Reported by: kris
* Use the SORT macro from bsd.port.mk.trevor2004-01-221-1/+1
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fixed generation of plist file. The file was previously writtenznerd2002-11-211-0/+1
| | | | | | as ./pkg-plist. It is now written as $WRKDIR/PLIST. Indicated by: kris
* Automagically generating pkg-plist.znerd2002-11-202-5358/+17
|
* Fixed package list. Found out about a problem on bento.znerd2002-09-171-25/+38
| | | | This is in preparation for 4.7-RELEASE.
* Created download locations for the distfile. Removedznerd2002-05-161-12/+10
| | | | | | the restrictions because I could find no references to any on the Sun site. And no license needs to be confirmed in order to download the distfile.
* Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.znerd2001-11-271-2/+2
| | | | Approved by: sobomax
* - Remove several stale pkg-message files;sobomax2001-10-081-13/+0
| | | | | | | - fix download URL in jdk11-doc. PR: 31136 Submitted by: maintainer
* Move jdk-doc into jdk11-doc and add new jdk{12,13,14}-doc ports.sobomax2001-10-085-1112/+5360
| | | | | | PR: 28183 Submitted by: Ernst de Haan <ernst@jollem.com> Repo-copy by: jdp
* My modification of the submitter's update didn't go far enough,dougb2001-05-311-5/+3
| | | | | | thereby causing breakage that was not present in the original. Fix the test for distfile a different way, using fewer variables and less gymnastics.
* Update to jdk-1_1_8_003-doc and clean up the port some.dougb2001-05-315-1121/+1120
| | | | | PR: ports/27784 Submitted by: Ernst de Haan ernst@jollem.com
* Return maintainership to ports@freebsd.org; previous maintainer says he nogreid2001-04-261-1/+1
| | | | | | | longer has time to maintain this port. PR: 26873 Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi>
* change maintainer's emailijliao2001-01-251-1/+1
| | | | | PR: 24636 Submitted by: MAINTAINER
* Update to 1.1.8_003. (PORTVERSION untouched)knu2000-04-194-11/+10
| | | | | | | | | | | | PR: 18034 Submitted by: Palle Girgensohn <girgen@partitur.se> 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!
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-8/+7
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-10/+10
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Remove the chown stuff in pre-install. do-extract handles thiscpiazza1999-08-231-6/+1
| | | | by default now.
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* Add a workaround to chown the files if the person installingcpiazza1999-08-031-5/+8
| | | | | | | | | | | | | 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 <jose@nobody.org> Also some minor non-functional changes, exit 0 -> ${FALSE}, PKGMESSAGE to use | ${SED} instead of creating a new file.
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.billf1999-06-281-2/+2
|
* a) Update jdk-doc to 1.1.8. (from submitter)cpiazza1999-06-214-1099/+1108
| | | | | | | | 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 <spcoltri@io.com>
* Change bsd.port.mk -> bsd.port.post.mktaoka1999-05-062-9/+22
| | | | | | Modify the method to make MESSAGE when we "make install" Noticed by: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami)
* Fix pkg/MESSAGEtaoka1999-05-052-19/+6
| | | | | | (When we "make install", pkg/MESSAGE is made from pkg/MESSAGE.tmpl.) Noticed by: maintainer
* Yet more WWW: additionsmharo1999-05-031-0/+2
|
* Fixes from maintainer:steve1999-03-222-3/+23
| | | | | | | | | 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
* Sun's Java Developers Kit documentationtaoka1999-03-185-0/+1132
PR: ports/10483 Submitted by: Martti Kuparinen martti.kuparinen@ericsson.com