summaryrefslogtreecommitdiff
path: root/java/jdk13-doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-08-08Java 1.3 has been deorbited.Mark Linimon3-55/+0
Notes: svn path=/head/; revision=279190
2011-03-20- Get Rid MD5 supportMartin Wilke1-1/+0
Notes: svn path=/head/; revision=271346
2009-05-03. Remove quotes from NO_CDROM and RESTRICTED. [1]Greg Lewis1-2/+5
. Set IGNORE if NOPORTDOCS is set since this port only installs docs. [2] Pointed out by: portlint [1] QAT [2] Notes: svn path=/head/; revision=233144
2006-09-03Allow package buildsKris Kennaway1-1/+1
Notes: svn path=/head/; revision=172020
2006-01-30SHA256ify (and sometimes SIZEify)Edwin Groothuis1-0/+2
Approved by: krion@ Notes: svn path=/head/; revision=154796
2005-09-19. Update the URL where the documentation can be downloaded.Greg Lewis1-2/+1
PR: 86339 Submitted by: Frank Ruell <stoerte@dreamwarrior.net> Notes: svn path=/head/; revision=143179
2004-12-03Reset znerd's ports maintainership:Herve Quiroz1-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) Notes: svn path=/head/; revision=123012
2004-04-15Using PORTDOCS macro.Ernst de Haan1-26/+11
Notes: svn path=/head/; revision=107172
2004-02-10Added LATEST_LINK.Ernst de Haan1-1/+2
Reported by: kris Notes: svn path=/head/; revision=100543
2004-01-22Use the SORT macro from bsd.port.mk.Trevor Johnson1-1/+1
Notes: svn path=/head/; revision=98788
2004-01-02Improved DOWNLOAD_URL.Ernst de Haan1-1/+1
Notes: svn path=/head/; revision=97084
2003-03-07Clear moonlight beckons.Ade Lovett2-1/+1
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
2002-11-21Fixed generation of plist file. The file was previously writtenErnst de Haan1-0/+1
as ./pkg-plist. It is now written as $WRKDIR/PLIST. Indicated by: kris Notes: svn path=/head/; revision=70651
2002-11-20Automagically generating plist file.Ernst de Haan2-6575/+20
Notes: svn path=/head/; revision=70563
2002-10-10Not using IGNORE anymore to avoid package building.Ernst de Haan1-5/+1
.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 Notes: svn path=/head/; revision=67730
2001-11-27Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.Ernst de Haan1-2/+2
Approved by: sobomax Notes: svn path=/head/; revision=50627
2001-10-08- Remove several stale pkg-message files;Maxim Sobolev1-13/+0
- fix download URL in jdk11-doc. PR: 31136 Submitted by: maintainer Notes: svn path=/head/; revision=48562
2001-10-08Move jdk-doc into jdk11-doc and add new jdk{12,13,14}-doc ports.Maxim Sobolev5-1112/+6593
PR: 28183 Submitted by: Ernst de Haan <ernst@jollem.com> Repo-copy by: jdp Notes: svn path=/head/; revision=48555
2001-05-31My modification of the submitter's update didn't go far enough,Doug Barton1-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. Notes: svn path=/head/; revision=43341
2001-05-31Update to jdk-1_1_8_003-doc and clean up the port some.Doug Barton5-1121/+1120
PR: ports/27784 Submitted by: Ernst de Haan ernst@jollem.com Notes: svn path=/head/; revision=43337
2001-04-26Return maintainership to ports@freebsd.org; previous maintainer says he noGeorge C A Reid1-1/+1
longer has time to maintain this port. PR: 26873 Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi> Notes: svn path=/head/; revision=41914
2001-01-25change maintainer's emailYing-Chieh Liao1-1/+1
PR: 24636 Submitted by: MAINTAINER Notes: svn path=/head/; revision=37572
2000-04-19Update to 1.1.8_003. (PORTVERSION untouched)Akinori MUSHA4-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! Notes: svn path=/head/; revision=27743
2000-04-12Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien1-8/+7
Notes: svn path=/head/; revision=27458
1999-08-27echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1-10/+10
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20951
1999-08-22Remove the chown stuff in pre-install. do-extract handles thisChris Piazza1-6/+1
by default now. Notes: svn path=/head/; revision=20892
1999-08-22chmod -> ${CHMOD}Michael Haro1-2/+2
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1999-08-02Add a workaround to chown the files if the person installingChris Piazza1-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. Notes: svn path=/head/; revision=20504
1999-06-28New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1-2/+2
Notes: svn path=/head/; revision=19854
1999-06-21a) Update jdk-doc to 1.1.8. (from submitter)Chris Piazza4-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> Notes: svn path=/head/; revision=19599
1999-05-06Change bsd.port.mk -> bsd.port.post.mkSatoshi Taoka2-9/+22
Modify the method to make MESSAGE when we "make install" Noticed by: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Notes: svn path=/head/; revision=18526
1999-05-05Fix pkg/MESSAGESatoshi Taoka2-19/+6
(When we "make install", pkg/MESSAGE is made from pkg/MESSAGE.tmpl.) Noticed by: maintainer Notes: svn path=/head/; revision=18511
1999-05-03Yet more WWW: additionsMichael Haro1-0/+2
Notes: svn path=/head/; revision=18435
1999-03-22Fixes from maintainer:Steve Price2-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 Notes: svn path=/head/; revision=17339
1999-03-18Sun's Java Developers Kit documentationSatoshi Taoka5-0/+1132
PR: ports/10483 Submitted by: Martti Kuparinen martti.kuparinen@ericsson.com Notes: svn path=/head/; revision=17271