java/jdk11-doc: Remove port
Software with unclear or restricted licensing
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
SUBDIR += jcckit
|
||||
SUBDIR += jcommon
|
||||
SUBDIR += jd-gui
|
||||
SUBDIR += jdk11-doc
|
||||
SUBDIR += jdk8-doc
|
||||
SUBDIR += jdom
|
||||
SUBDIR += jflex
|
||||
|
||||
@@ -1,45 +0,0 @@
|
||||
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_VERSION} Documentation
|
||||
WWW= https://www.oracle.com/java/
|
||||
|
||||
# Converted from RESTRICTED
|
||||
LICENSE= jdk
|
||||
LICENSE_NAME= jdk
|
||||
LICENSE_TEXT= This documentation is under license and export control.
|
||||
LICENSE_PERMS= auto-accept
|
||||
|
||||
USES= zip
|
||||
|
||||
DOCSDIR?= ${PREFIX}/share/doc/jdk${JDK_VERSION}
|
||||
|
||||
WRKSRC= ${WRKDIR}/docs
|
||||
JDK_VERSION= 11
|
||||
JDK_UPDATE_VERSION= 0
|
||||
JDK_PATCH_VERSION= 5
|
||||
DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javase/downloads/index.html
|
||||
|
||||
NO_BUILD= yes
|
||||
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 11 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>
|
||||
@@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1573787842
|
||||
SHA256 (jdk-11.0.5_doc-all.zip) = bf9c49b589f916b725eecd5baff7d7f5fb020f177f03623c33b7932eee235c9f
|
||||
SIZE (jdk-11.0.5_doc-all.zip) = 51476228
|
||||
@@ -1,4 +0,0 @@
|
||||
Java Development Kit 11 Documentation. Contains release information,
|
||||
API documentation, guides to new features and tool documentation.
|
||||
|
||||
The documentation will be installed in ${PREFIX}/share/doc/jdk11/
|
||||
Reference in New Issue
Block a user