. Add a doc port for JDK 10.

This commit is contained in:
Greg Lewis 2018-10-07 18:16:38 +00:00
parent d477765020
commit b08dc1b933
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481470
4 changed files with 50 additions and 0 deletions

View File

@ -71,6 +71,7 @@
SUBDIR += jcommon
SUBDIR += jd-gui
SUBDIR += jdbcpool
SUBDIR += jdk10-doc
SUBDIR += jdk8-doc
SUBDIR += jdk9-doc
SUBDIR += jdom

40
java/jdk10-doc/Makefile Normal file
View File

@ -0,0 +1,40 @@
# $FreeBSD$
PORTNAME= jdk
PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VERSION}.${JDK_PATCH_VERSION}
CATEGORIES= java devel
MASTER_SITES= #
PKGNAMESUFFIX= ${JDK_VERSION}-doc
DISTNAME= jdk-${PORTVERSION}_doc-all
MAINTAINER= java@FreeBSD.org
COMMENT= Java Development Kit ${JDK_MAJOR_VER} Documentation
DOCSDIR?= ${PREFIX}/share/doc/jdk${JDK_VERSION}
RESTRICTED= This documentation is under license and export control.
WRKSRC= ${WRKDIR}/docs
JDK_VERSION= 10
JDK_UPDATE_VERSION= 0
JDK_PATCH_VERSION= 2
DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javase/downloads/index.html
NO_BUILD= yes
USES= zip
PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL} by selecting the "Download" link for the "Java SE 10 Documentation", place it in ${DISTDIR} and then run make again
.endif
do-install:
@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@(cd ${WRKSRC}/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}/)
@${ECHO} " [ DONE ]"
.include <bsd.port.post.mk>

3
java/jdk10-doc/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1538930699
SHA256 (jdk-10.0.2_doc-all.zip) = cb7b1703e9e1ef8adc2506672e5d6396df2d76a4f9f4dda8e4226b4ae52852a8
SIZE (jdk-10.0.2_doc-all.zip) = 69312792

6
java/jdk10-doc/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
Java Development Kit 10 Documentation. Contains release information,
API documentation, guides to new features and tool documentation.
The documentation will be installed in ${PREFIX}/share/doc/jdk10/
WWW: http://www.oracle.com/us/technologies/java/index.html