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

devel/ammonite: Remove expired port

2026-08-31 devel/ammonite: Upstream ceased development
parent 5ee942a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5561,3 +5561,4 @@ net/kmime|net/kf6-kmime|2026-08-27|KMime moved to KDE Frameworks
devel/RStudio||2026-08-31|Has expired: Depends on expired devel/electron37
devel/electron37||2026-08-31|Has expired: EOLed upstream, switch to newer version
sysutils/k4dirstat|sysutils/qdirstat|2026-08-31|Has expired: Depends on EOL Qt5 and upstream recommends migrating to sysutils/qdirstat
devel/ammonite||2026-08-31|Has expired: Upstream ceased development
+0 −1
Original line number Diff line number Diff line
@@ -185,7 +185,6 @@
    SUBDIR += allegro5
    SUBDIR += amber
    SUBDIR += aml
    SUBDIR += ammonite
    SUBDIR += amqp-cpp
    SUBDIR += android-tools
    SUBDIR += antlr

devel/ammonite/Makefile

deleted100644 → 0
+0 −35
Original line number Diff line number Diff line
PORTNAME=	ammonite
DISTVERSION=	3.0.8
PORTREVISION=	1
CATEGORIES=	devel java
MASTER_SITES=	https://github.com/lihaoyi/Ammonite/releases/download/${DISTVERSION}/
DISTNAME=	3.3-${DISTVERSION}
EXTRACT_SUFX=
DIST_SUBDIR=	${PORTNAME}

MAINTAINER=	freebsd-ports@jan0sch.de
COMMENT=	Provides a system shell in the high-level Scala language
WWW=		https://ammonite.io/

LICENSE=	MIT

DEPRECATED=	Upstream ceased development
EXPIRATION_DATE=	2026-08-31

USES=		java

EXTRACT_CMD=		${CP}
EXTRACT_BEFORE_ARGS=	#
EXTRACT_AFTER_ARGS=	${WRKSRC}

NO_ARCH=	yes
NO_BUILD=	yes
NO_WRKSUBDIR=	yes

PLIST_FILES=	bin/ammonite

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
		${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>

devel/ammonite/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1772784428
SHA256 (ammonite/3.3-3.0.8) = f78dfe9606dc2cf7345b5afa068f51f3b72e0544ed371b3804700b584a0ec11e
SIZE (ammonite/3.3-3.0.8) = 89969882

devel/ammonite/pkg-descr

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
A modern replacement for the Bash system shell. Provides a systems shell in
the high-level Scala language, letting you seamlessly mix system operations
with real code without the hassle or the frustration of trying to write
complex code in Bash.

Ammonite lets you use the Scala language for scripting purposes: in a
Read-Evaluate-Print-Loop (REPL), as scripts, as a library to use
in existing projects, or as a standalone systems shell.
Loading