git: 806d1e72451f - main - textproc/estraier: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 04 May 2025 11:31:26 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=806d1e72451f22f7567dfc389f4b8d773967053d

commit 806d1e72451f22f7567dfc389f4b8d773967053d
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-05-04 11:31:14 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-05-04 11:31:14 +0000

    textproc/estraier: Remove expired port
    
    2025-04-30 textproc/estraier: Obsolete and abandonware, last update in 2005
---
 MOVED                       |  1 +
 textproc/Makefile           |  1 -
 textproc/estraier/Makefile  | 60 ---------------------------------------------
 textproc/estraier/distinfo  |  2 --
 textproc/estraier/pkg-descr |  5 ----
 textproc/estraier/pkg-plist | 42 -------------------------------
 6 files changed, 1 insertion(+), 110 deletions(-)

diff --git a/MOVED b/MOVED
index 4d0960e84b53..5d321b4398f6 100644
--- a/MOVED
+++ b/MOVED
@@ -4365,3 +4365,4 @@ textproc/flip|converters/dos2unix|2025-05-04|Has expired: Unmaintained and dead
 textproc/dom4j||2025-05-04|Has expired: Outdated and unsupported upstream
 textproc/domc||2025-05-04|Has expired: Obsolete, doesn't support HTML5, DOM Level 4 and DOM 2020-06
 textproc/ekhtml||2025-05-04|Has expired: Abandonware and obsolete, last release in 2002
+textproc/estraier||2025-05-04|Has expired: Obsolete and abandonware, last update in 2005
diff --git a/textproc/Makefile b/textproc/Makefile
index cf0a59d297a1..b673b7334c48 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -195,7 +195,6 @@
     SUBDIR += es-hunspell
     SUBDIR += es-hyphen
     SUBDIR += es-mythes
-    SUBDIR += estraier
     SUBDIR += et-aspell
     SUBDIR += evtx
     SUBDIR += exempi
diff --git a/textproc/estraier/Makefile b/textproc/estraier/Makefile
deleted file mode 100644
index 8d9294e42c3b..000000000000
--- a/textproc/estraier/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-PORTNAME=	estraier
-PORTVERSION=	1.2.30
-PORTREVISION=	4
-CATEGORIES=	textproc
-MASTER_SITES=	https://dbmx.net/estraier/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Full-text search system for personal use
-WWW=		https://dbmx.net/estraier/
-
-DEPRECATED=	Obsolete and abandonware, last update in 2005
-EXPIRATION_DATE=2025-04-30
-
-LIB_DEPENDS=	libqdbm.so:databases/qdbm
-
-USES=		iconv
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-sysqdbm \
-		--enable-dlfilter \
-		--enable-devel
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/include
-INSTALL_TARGET=	install-strip
-
-OPTIONS_DEFINE=	CHASEN MECAB KAKASI
-OPTIONS_DEFAULT=	KAKASI
-CHASEN_DESC=	Japanese Morphological Analysis Support
-MECAB_DESC=	Part-of-Speech and Morphological Analyzer
-KAKASI_DESC=	Language processing filter/converter
-
-CHASEN_LIB_DEPENDS=	libchasen.so:japanese/chasen-base
-CHASEN_CONFIGURE_ENABLE=	chasen
-
-KAKASI_LIB_DEPENDS=	libkakasi.so:japanese/kakasi
-KAKASI_CONFIGURE_ENABLE=	kakasi
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MMECAB} && ${ARCH} == "i386"
-LIB_DEPENDS+=	libmecab.so:japanese/mecab
-CONFIGURE_ARGS+=	--enable-mecab
-.endif
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|-lc||' -e 's|-liconv|${ICONV_LIB}|' \
-		${WRKSRC}/configure
-	@${REINPLACE_CMD} -e \
-		's|$$(RELCFLAGS)|@CFLAGS@| ; \
-		 s|^LDFLAGS =|& @LDFLAGS@ | ; \
-		 s|HOME|LOCALBASE|g ; \
-		 s|:/usr/local/lib||g ; \
-		 s|-I/usr/local/include||g ; \
-		 s|-L/usr/local/lib||g' ${WRKSRC}/Makefile.in
-
-post-install:
-.for file in estindex estmbtomh estserver estsiutil estxview
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/textproc/estraier/distinfo b/textproc/estraier/distinfo
deleted file mode 100644
index 2ca26c52d939..000000000000
--- a/textproc/estraier/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (estraier-1.2.30.tar.gz) = 13cc5dc9d8c00938539cad65f910b2e74d5d81cfef5796d3794a139526937ede
-SIZE (estraier-1.2.30.tar.gz) = 501480
diff --git a/textproc/estraier/pkg-descr b/textproc/estraier/pkg-descr
deleted file mode 100644
index 13dac005610e..000000000000
--- a/textproc/estraier/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Estraier is a full-text search system for personal use. Full-text search means
-functions to search lots of documents for some documents including specified
-words. The principal purpose of Estraier is to realize a full-text search
-system of a web site. It functions similarly to Google, but for a personal
-web site or sites in an intranet.
diff --git a/textproc/estraier/pkg-plist b/textproc/estraier/pkg-plist
deleted file mode 100644
index c889aa8c8fc0..000000000000
--- a/textproc/estraier/pkg-plist
+++ /dev/null
@@ -1,42 +0,0 @@
-bin/estautoreg
-bin/estdochtml
-bin/estfind
-bin/estgzhtml
-bin/estindex
-bin/estmanhtml
-bin/estmbtomh
-bin/estpdfhtml
-bin/estppthtml
-bin/estserver
-bin/estsiutil
-bin/estwolels
-bin/estxdthtml
-bin/estxdwhtml
-bin/estxlshtml
-bin/estxview
-libexec/estmerge.cgi
-libexec/estsearch.cgi
-libexec/estspellen
-%%DATADIR%%/COPYING
-%%DATADIR%%/ChangeLog
-%%DATADIR%%/estmerge.conf
-%%DATADIR%%/estmerge.tmpl
-%%DATADIR%%/estmerge.top
-%%DATADIR%%/estsearch.conf
-%%DATADIR%%/estsearch.tmpl
-%%DATADIR%%/estsearch.top
-%%DATADIR%%/estxview.css
-%%DATADIR%%/estxview.dtd
-%%DATADIR%%/estxview.xsl
-%%DATADIR%%/locale/ja/estmerge.conf
-%%DATADIR%%/locale/ja/estmerge.tmpl
-%%DATADIR%%/locale/ja/estmerge.top
-%%DATADIR%%/locale/ja/estsearch.conf
-%%DATADIR%%/locale/ja/estsearch.tmpl
-%%DATADIR%%/locale/ja/estsearch.top
-%%DATADIR%%/skins/school/estmerge.tmpl
-%%DATADIR%%/skins/school/estsearch.tmpl
-%%DATADIR%%/skins/stoic/estmerge.tmpl
-%%DATADIR%%/skins/stoic/estsearch.tmpl
-%%DATADIR%%/spex-ja.html
-%%DATADIR%%/spex.html