Commit da178da7 authored by Rene Ladan's avatar Rene Ladan
Browse files

textproc/spiff: Remove expired port

2024-04-13 textproc/spiff: Active development of this port has been ceased

Fix dates in MOVED while here
parent 2f7457fc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -1997,7 +1997,6 @@
    SUBDIR += sowing
    SUBDIR += spellutils
    SUBDIR += sphinxsearch
    SUBDIR += spiff
    SUBDIR += splitpatch
    SUBDIR += sq-hunspell
    SUBDIR += sr-aspell

textproc/spiff/Makefile

deleted100644 → 0
+0 −35
Original line number Diff line number Diff line
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>

textproc/spiff/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1483973846
SHA256 (cloudfoundry-incubator-spiff-v1.0.8_GH0.tar.gz) = a778fb6cbb6b0a294fa59088025e91f58a941473b998e1a1ff7f6322c8c136c4
SIZE (cloudfoundry-incubator-spiff-v1.0.8_GH0.tar.gz) = 281482

textproc/spiff/pkg-descr

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
A declarative YAML templating system tuned for BOSH deployment manifests.