Skip to content
Snippets Groups Projects
Commit 5ab44210 authored by Alex Dupre's avatar Alex Dupre
Browse files

lang/scala-docs: remove port, scala3 dropped support for downloadable doc

parent f61cb193
No related branches found
No related tags found
No related merge requests found
......@@ -16881,3 +16881,4 @@ net-mgmt/zabbix54-frontend|net-mgmt/zabbix54-frontend@php74|2022-01-27|Build as
x11-fonts/sourcesanspro-ttf|x11-fonts/source-sans-ttf|2022-01-28|Rename to match upstream naming
audio/nekobi-lv2|audio/dpf-plugins-lv2|2022-01-28|Nekobi is part of dpf-plugins
audio/kars-lv2|audio/dpf-plugins-lv2|2022-01-28|Kars is part of dpf-plugins
lang/scala-docs||2022-01-31|New 3.x versions dropped archived documentation
......@@ -316,7 +316,6 @@
SUBDIR += sather-tutorial
SUBDIR += sbcl
SUBDIR += scala
SUBDIR += scala-docs
SUBDIR += scheme48
SUBDIR += scm
SUBDIR += sdcc
......
# Created by: Alex Dupre <ale@FreeBSD.org>
PORTNAME= scala-docs
PORTVERSION= 2.13.4
CATEGORIES= lang java
MASTER_SITES= http://www.scala-lang.org/files/archive/
MAINTAINER= ale@FreeBSD.org
COMMENT= Documentation for the Scala libraries & compiler
LICENSE= APACHE20
USES= tar:txz
NO_BUILD= yes
NO_ARCH= yes
PORTDOCS= *
OPTIONS_DEFINE= DOCS
DOCS_IGNORE_OFF=port only installs documentation
WRKSRC= ${WRKDIR}/scala-${PORTVERSION}
#PORTSCOUT= limit:^2\.13\.
do-install:
@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
@${MKDIR} ${STAGEDIR}/${DOCSDIR}
@(cd ${WRKSRC}/api && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DOCSDIR}/)
@${ECHO} " [ DONE ]"
.include <bsd.port.mk>
TIMESTAMP = 1605946783
SHA256 (scala-docs-2.13.4.txz) = d87fb9ca7416e405b8ee04f8263c96678874fb1cb37b6df0d27acd400a0ca609
SIZE (scala-docs-2.13.4.txz) = 58510800
The documentation for the Scala standard library.
WWW: https://www.scala-lang.org/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment