git: 5ab44210a12b - main - lang/scala-docs: remove port, scala3 dropped support for downloadable doc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jan 2022 12:22:54 UTC
The branch main has been updated by ale: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ab44210a12b23ee4ea226caeb7e4ce3b8418042 commit 5ab44210a12b23ee4ea226caeb7e4ce3b8418042 Author: Alex Dupre <ale@FreeBSD.org> AuthorDate: 2022-01-31 08:39:03 +0000 Commit: Alex Dupre <ale@FreeBSD.org> CommitDate: 2022-01-31 12:22:46 +0000 lang/scala-docs: remove port, scala3 dropped support for downloadable doc --- MOVED | 1 + lang/Makefile | 1 - lang/scala-docs/Makefile | 34 ---------------------------------- lang/scala-docs/distinfo | 3 --- lang/scala-docs/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 41 deletions(-) diff --git a/MOVED b/MOVED index 67c84e2965af..6e09b1354610 100644 --- a/MOVED +++ b/MOVED @@ -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 diff --git a/lang/Makefile b/lang/Makefile index 91c6db96595d..e5a92517ec80 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -316,7 +316,6 @@ SUBDIR += sather-tutorial SUBDIR += sbcl SUBDIR += scala - SUBDIR += scala-docs SUBDIR += scheme48 SUBDIR += scm SUBDIR += sdcc diff --git a/lang/scala-docs/Makefile b/lang/scala-docs/Makefile deleted file mode 100644 index 6abbddc68586..000000000000 --- a/lang/scala-docs/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# 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> diff --git a/lang/scala-docs/distinfo b/lang/scala-docs/distinfo deleted file mode 100644 index 69724e47dcb2..000000000000 --- a/lang/scala-docs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1605946783 -SHA256 (scala-docs-2.13.4.txz) = d87fb9ca7416e405b8ee04f8263c96678874fb1cb37b6df0d27acd400a0ca609 -SIZE (scala-docs-2.13.4.txz) = 58510800 diff --git a/lang/scala-docs/pkg-descr b/lang/scala-docs/pkg-descr deleted file mode 100644 index 1b0ab236e6dc..000000000000 --- a/lang/scala-docs/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The documentation for the Scala standard library. - -WWW: https://www.scala-lang.org/