Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2026 19:20:52 +0000
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 37735487a5a4 - main - textproc/jalingo: Remove expired port
Message-ID:  <69dd4214.3edfa.2e16bd9a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=37735487a5a4259d229a24ae0e24fc5d1880392e

commit 37735487a5a4259d229a24ae0e24fc5d1880392e
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-04-13 19:19:51 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-04-13 19:20:35 +0000

    textproc/jalingo: Remove expired port
    
    2026-04-13 textproc/jalingo: Last release in 2006. Does not compile in Java 9+.
---
 MOVED                             |  1 +
 textproc/Makefile                 |  1 -
 textproc/jalingo/Makefile         | 35 -----------------------------------
 textproc/jalingo/distinfo         |  2 --
 textproc/jalingo/files/jalingo.in |  3 ---
 textproc/jalingo/pkg-descr        |  8 --------
 textproc/jalingo/pkg-plist        |  2 --
 7 files changed, 1 insertion(+), 51 deletions(-)

diff --git a/MOVED b/MOVED
index b407da05d4d4..4ae3906c5c13 100644
--- a/MOVED
+++ b/MOVED
@@ -5236,3 +5236,4 @@ multimedia/jellyfin-media-player|multimedia/jellyfin-desktop|2026-04-08|Project
 databases/movine||2026-04-11|Remove: abandoned upstream
 java/openjdk22||2026-04-12|Has expired: No longer supported by upstream
 mail/py-offlineimap3|mail/py-offlineimap|2026-04-16|Project is now in PyPi as offlineimap
+textproc/jalingo||2026-04-13|Has expired: Last release in 2006. Does not compile in Java 9+
diff --git a/textproc/Makefile b/textproc/Makefile
index fd0ce1c7d979..8c7e709cec6b 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -333,7 +333,6 @@
     SUBDIR += it-mythes
     SUBDIR += itstool
     SUBDIR += jade
-    SUBDIR += jalingo
     SUBDIR += jaq
     SUBDIR += jarnal
     SUBDIR += jdictionary
diff --git a/textproc/jalingo/Makefile b/textproc/jalingo/Makefile
deleted file mode 100644
index ed170e4fd8ea..000000000000
--- a/textproc/jalingo/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME=	jalingo
-PORTVERSION=	0.6.0
-PORTREVISION=	6
-CATEGORIES=	textproc java
-MASTER_SITES=	SF/${PORTNAME}/JaLingo/${PORTVERSION}
-DISTNAME=	${PORTNAME}-${PORTVERSION}-src
-
-MAINTAINER=	nivit@FreeBSD.org
-COMMENT=	Free OS independent dictionary application
-WWW=		https://jalingo.sourceforge.net/
-
-LICENSE=	GPLv2
-
-DEPRECATED=	Last release in 2006. Does not compile in Java 9+.
-EXPIRATION_DATE=	2026-04-13
-
-USES=		7z java:ant,run
-JAVA_VERSION=	8
-
-ALL_TARGET=	dist
-
-SUB_FILES=	${PORTNAME}
-SUB_LIST=	JALINGOJAR=${JALINGOJAR}
-PLIST_SUB=	JALINGOJAR=${JALINGOJAR}
-
-DATADIR=	${JAVASHAREDIR}/${PORTNAME}
-
-JALINGOJAR=	${PORTNAME}.jar
-
-do-install:
-	@${MKDIR} ${STAGEDIR}${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/dist/${JALINGOJAR} ${STAGEDIR}${DATADIR}/${JALINGOJAR}
-	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/textproc/jalingo/distinfo b/textproc/jalingo/distinfo
deleted file mode 100644
index 44d58c1c834f..000000000000
--- a/textproc/jalingo/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (jalingo-0.6.0-src.7z) = 58f02c271ed18fe4d89cb53a9f92df989dff312effdfb0287142c53b9ec35a8f
-SIZE (jalingo-0.6.0-src.7z) = 1255680
diff --git a/textproc/jalingo/files/jalingo.in b/textproc/jalingo/files/jalingo.in
deleted file mode 100644
index ef42ea4bc0f2..000000000000
--- a/textproc/jalingo/files/jalingo.in
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec "%%LOCALBASE%%/bin/java" -jar %%DATADIR%%/%%JALINGOJAR%% "$@"
diff --git a/textproc/jalingo/pkg-descr b/textproc/jalingo/pkg-descr
deleted file mode 100644
index 4fd5086612e4..000000000000
--- a/textproc/jalingo/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-JaLingo is a free OS independent dictionary application.
-
-It understands 4 dictionary formats:
-
-    * DSL
-    * Mova
-    * PtkDict/phpMyLingvo MySQL dumps
-    * Sdictionary (249)
diff --git a/textproc/jalingo/pkg-plist b/textproc/jalingo/pkg-plist
deleted file mode 100644
index a7fa7920f5b6..000000000000
--- a/textproc/jalingo/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/jalingo
-%%DATADIR%%/%%JALINGOJAR%%


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dd4214.3edfa.2e16bd9a>