aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-04-13 10:42:01 +0000
committerRene Ladan <rene@FreeBSD.org>2024-04-13 10:45:52 +0000
commitda178da70c8aaf31867aec754306edfb6d7b3c69 (patch)
tree14b3e11adb980986ecdc69f6d2320457794b24c1
parent2f7457fc6b2b023b213141ec8999a65ad9df6982 (diff)
downloadports-da178da70c8aaf31867aec754306edfb6d7b3c69.tar.gz
ports-da178da70c8aaf31867aec754306edfb6d7b3c69.zip
textproc/spiff: Remove expired port
2024-04-13 textproc/spiff: Active development of this port has been ceased Fix dates in MOVED while here
-rw-r--r--MOVED3
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/spiff/Makefile35
-rw-r--r--textproc/spiff/distinfo3
-rw-r--r--textproc/spiff/pkg-descr1
5 files changed, 2 insertions, 41 deletions
diff --git a/MOVED b/MOVED
index e57f27da8d32..81e7c42e5a1f 100644
--- a/MOVED
+++ b/MOVED
@@ -3171,4 +3171,5 @@ lang/ocaml-nox11|lang/ocaml|2024-04-10|X11 support removed upstream
lang/qscheme||2024-04-10|Has expired: Unmaintained and there are more modern alternatives
x11/nvidia-hybrid-graphics||2024-04-11|Has expired: Not maintained and obsoleted by glvnd and nvidia-drm-kmod
lang/cython-devel|lang/cython3|2024-04-11|Has expired: use lang/cython3
-x11-wm/kwinft|x11-wm/theseus-ship|2024-03-13|Project renamed
+x11-wm/kwinft|x11-wm/theseus-ship|2024-04-13|Project renamed
+textproc/spiff||2024-04-13|Has expired: Active development of this port has been ceased
diff --git a/textproc/Makefile b/textproc/Makefile
index 9b2a343a3116..a1c95450a39c 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1997,7 +1997,6 @@
SUBDIR += sowing
SUBDIR += spellutils
SUBDIR += sphinxsearch
- SUBDIR += spiff
SUBDIR += splitpatch
SUBDIR += sq-hunspell
SUBDIR += sr-aspell
diff --git a/textproc/spiff/Makefile b/textproc/spiff/Makefile
deleted file mode 100644
index 5d2b34cd1354..000000000000
--- a/textproc/spiff/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME= spiff
-DISTVERSIONPREFIX= v
-DISTVERSION= 1.0.8
-PORTREVISION= 19
-CATEGORIES= textproc
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Declarative YAML templating system tuned for BOSH deployment manifests
-WWW= https://github.com/cloudfoundry-incubator/spiff
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Active development of this port has been ceased
-EXPIRATION_DATE=2024-04-13
-
-USES= go
-USE_GITHUB= yes
-GH_ACCOUNT= cloudfoundry-incubator
-
-GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
-
-PLIST_FILES= bin/spiff
-PORTDOCS= LICENSE README.md examples/cf-aws.yml \
- examples/multi-az-cf-aws.yml examples/tutorial.md
-
-OPTIONS_DEFINE= DOCS
-
-do-install-DOCS-on:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
- cd ${WRKSRC} && ${COPYTREE_SHARE} examples ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/textproc/spiff/distinfo b/textproc/spiff/distinfo
deleted file mode 100644
index 647e30b83920..000000000000
--- a/textproc/spiff/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1483973846
-SHA256 (cloudfoundry-incubator-spiff-v1.0.8_GH0.tar.gz) = a778fb6cbb6b0a294fa59088025e91f58a941473b998e1a1ff7f6322c8c136c4
-SIZE (cloudfoundry-incubator-spiff-v1.0.8_GH0.tar.gz) = 281482
diff --git a/textproc/spiff/pkg-descr b/textproc/spiff/pkg-descr
deleted file mode 100644
index 07c26594a672..000000000000
--- a/textproc/spiff/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-A declarative YAML templating system tuned for BOSH deployment manifests.