diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2022-01-31 08:39:03 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2022-01-31 12:22:46 +0000 |
| commit | 5ab44210a12b23ee4ea226caeb7e4ce3b8418042 (patch) | |
| tree | 9c9ae9827c10c834eb3aec6974638c12207d0aca | |
| parent | f61cb193495d7401d79905571201e5cd8ef0edd5 (diff) | |
lang/scala-docs: remove port, scala3 dropped support for downloadable doc
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | lang/Makefile | 1 | ||||
| -rw-r--r-- | lang/scala-docs/Makefile | 34 | ||||
| -rw-r--r-- | lang/scala-docs/distinfo | 3 | ||||
| -rw-r--r-- | lang/scala-docs/pkg-descr | 3 |
5 files changed, 1 insertions, 41 deletions
@@ -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/ |
