mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
. Add a port of the documentation for Java 9.
This commit is contained in:
parent
a115caf44f
commit
071376dd00
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463029
4 changed files with 48 additions and 0 deletions
|
@ -73,6 +73,7 @@
|
|||
SUBDIR += jd-gui
|
||||
SUBDIR += jdbcpool
|
||||
SUBDIR += jdk8-doc
|
||||
SUBDIR += jdk9-doc
|
||||
SUBDIR += jdom
|
||||
SUBDIR += jflex
|
||||
SUBDIR += jfreechart
|
||||
|
|
38
java/jdk9-doc/Makefile
Normal file
38
java/jdk9-doc/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
|||
# $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= 9
|
||||
JDK_UPDATE_VERSION= 0
|
||||
JDK_PATCH_VERSION= 4
|
||||
DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javase/downloads/index.html
|
||||
|
||||
NO_BUILD= yes
|
||||
USES= zip
|
||||
PORTDOCS= *
|
||||
|
||||
.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 9 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/jdk9-doc/distinfo
Normal file
3
java/jdk9-doc/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1519662889
|
||||
SHA256 (jdk-9.0.4_doc-all.zip) = 66a7e0948f109020bfb5483848e9998b2624043074d7aae974e89e85a6e14d37
|
||||
SIZE (jdk-9.0.4_doc-all.zip) = 70500089
|
6
java/jdk9-doc/pkg-descr
Normal file
6
java/jdk9-doc/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Java Development Kit 9 Documentation. Contains release information,
|
||||
API documentation, guides to new features and tool documentation.
|
||||
|
||||
The documentation will be installed in ${PREFIX}/share/doc/jdk9/
|
||||
|
||||
WWW: http://www.oracle.com/us/technologies/java/index.html
|
Loading…
Add table
Reference in a new issue