Commit 04bae29d authored by Rene Ladan's avatar Rene Ladan
Browse files

textproc/m17n-im-config: Remove expired port

2025-03-31 textproc/m17n-im-config: Upstream disapeared and distfile is no more available
parent 99ebf65e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4241,3 +4241,4 @@ devel/peg.el||2025-03-31|Has expired: Emacs 30 and later include peg.el as stand
textproc/py-citeproc-py-styles||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
multimedia/gdialog||2025-03-31|Has expired: Support for a 20 year old obsolete STB that only supports DVB-T(1) and MPEG-2
multimedia/emovix||2025-03-31|Has expired: Abandonware, uses over a decade year old software and no support for anything recent
textproc/m17n-im-config||2025-03-31|Has expired: Upstream disapeared and distfile is no more available
+0 −1
Original line number Diff line number Diff line
@@ -472,7 +472,6 @@
    SUBDIR += lucene5
    SUBDIR += luceneplusplus
    SUBDIR += lv-aspell
    SUBDIR += m17n-im-config
    SUBDIR += makefaq
    SUBDIR += makepatch
    SUBDIR += man2html

textproc/m17n-im-config/Makefile

deleted100644 → 0
+0 −45
Original line number Diff line number Diff line
PORTNAME=	m17n-im-config
PORTVERSION=	0.9.0
PORTREVISION=	10
CATEGORIES=	textproc
MASTER_SITES=	http://www.m17n.org/common/im-config/ \
		http://anthesphoria.net/FreeBSD/ports/distfiles/

MAINTAINER=	nikola.lecic@anthesphoria.net
COMMENT=	GUI for per-user configuration of m17n-lib input methods
WWW=		https://www.m17n.org

DEPRECATED=	Upstream disapeared and distfile is no more available
EXPIRATION_DATE=2025-03-31

LIB_DEPENDS=	libm17n.so:devel/m17n-lib

MAKE_JOBS_UNSAFE=	yes

USE_GNOME=	gtk20 intltool intlhack glib20
USES=		gettext gnome libtool pathfix pkgconfig
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip

DESKTOP_ENTRIES="M17N-IM Configuration" \
		"${COMMENT}" \
		"" \
		"m17n-im-config" \
		"Settings;" \
		true

OPTIONS_DEFINE=	NLS

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNLS}
USES+=		gettext
CONFIGURE_ARGS+=	--enable-nls
PLIST_SUB+=	NLS=""
.else
CONFIGURE_ARGS+=	--disable-nls
PLIST_SUB+=	NLS="@comment "
.endif

.include <bsd.port.mk>

textproc/m17n-im-config/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (m17n-im-config-0.9.0.tar.gz) = a5f24f9bf70de4c1b840af889128cde80e62e40b1f2aac3ef64203d6ee3fee01
SIZE (m17n-im-config-0.9.0.tar.gz) = 383283
+0 −12
Original line number Diff line number Diff line
--- configure~	2007-07-14 14:08:05.000000000 +0400
+++ configure	2014-06-05 23:00:09.000000000 +0400
@@ -5401,8 +5401,7 @@
       fi
     fi
 
-    if test "$gt_use_preinstalled_gnugettext" = "yes" \
-       || test "$nls_cv_use_gnu_gettext" = "yes"; then
+	if test "${enable_nls+set}" = set; then
 
 cat >>confdefs.h <<\_ACEOF
 #define ENABLE_NLS 1
Loading