git: 16dba16c1e4f - main - textproc/yamcha: Remove expired port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 30 Sep 2023 02:24:34 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=16dba16c1e4f6f19a36e6f70fdf273bde2bf7a63

commit 16dba16c1e4f6f19a36e6f70fdf273bde2bf7a63
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-30 01:18:06 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-30 02:22:58 +0000

    textproc/yamcha: Remove expired port
    
    2023-09-30 textproc/yamcha: Last upstream release was in 2005
---
 MOVED                                 |  1 +
 textproc/Makefile                     |  1 -
 textproc/yamcha/Makefile              | 36 -----------------------------------
 textproc/yamcha/distinfo              |  2 --
 textproc/yamcha/files/patch-configure | 22 ---------------------
 textproc/yamcha/pkg-descr             |  6 ------
 textproc/yamcha/pkg-plist             | 22 ---------------------
 7 files changed, 1 insertion(+), 89 deletions(-)

diff --git a/MOVED b/MOVED
index b35ed9392278..d7258dcebdf1 100644
--- a/MOVED
+++ b/MOVED
@@ -7912,3 +7912,4 @@ sysutils/bareos19-traymonitor|sysutils/bareos20-traymonitor|2023-09-30|Has expir
 sysutils/bareos19-client|sysutils/bareos20-client|2023-09-30|Has expired: Upstream EOL reached
 sysutils/bareos19-server|sysutils/bareos20-server|2023-09-30|Has expired: Upstream EOL reached
 textproc/popup||2023-09-30|Has expired: Abandonware, last release in 2004 and dead upstream
+textproc/yamcha||2023-09-30|Has expired: Last upstream release was in 2005
diff --git a/textproc/Makefile b/textproc/Makefile
index e96f969f5915..95a689b834f4 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -2116,7 +2116,6 @@
     SUBDIR += xwindiff
     SUBDIR += y2l
     SUBDIR += yali
-    SUBDIR += yamcha
     SUBDIR += yaml-mode.el
     SUBDIR += yaml.el
     SUBDIR += yamlfmt
diff --git a/textproc/yamcha/Makefile b/textproc/yamcha/Makefile
deleted file mode 100644
index f850168ffb30..000000000000
--- a/textproc/yamcha/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-PORTNAME=	yamcha
-PORTVERSION=	0.33
-PORTREVISION=	2
-CATEGORIES=	textproc science
-MASTER_SITES=	http://chasen.org/~taku/software/yamcha/src/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Yet Another Multipurpose CHunk Annotator
-WWW=		http://chasen.org/~taku/software/yamcha/
-
-DEPRECATED=	Last upstream release was in 2005
-EXPIRATION_DATE=	2023-09-30
-BROKEN_FreeBSD_14=	fails to compile: no matching function for call to 'make_pair'
-
-BUILD_DEPENDS=	svm_learn:science/svmlight
-
-USES=		libtool perl5
-USE_CXXSTD=	c++98
-USE_LDCONFIG=	yes
-USE_PERL5=	build
-
-GNU_CONFIGURE=	yes
-
-INSTALL_TARGET=	install-strip
-
-PORTDOCS=	feature.png feature2.png feature3.png \
-		feature4.png feature5.png index.html \
-		yamcha.html yamcha.css
-
-OPTIONS_DEFINE=	DOCS
-
-post-install:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/textproc/yamcha/distinfo b/textproc/yamcha/distinfo
deleted file mode 100644
index 7779f2afcd1f..000000000000
--- a/textproc/yamcha/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (yamcha-0.33.tar.gz) = 413d4fc0a4c13895f5eb1468e15c9d2828151882f27aea4daf2399c876be27d5
-SIZE (yamcha-0.33.tar.gz) = 488670
diff --git a/textproc/yamcha/files/patch-configure b/textproc/yamcha/files/patch-configure
deleted file mode 100644
index 48c9629d919b..000000000000
--- a/textproc/yamcha/files/patch-configure
+++ /dev/null
@@ -1,22 +0,0 @@
---- ./configure.orig	2014-08-06 17:30:04.739555036 +0200
-+++ ./configure	2014-08-06 17:30:38.008555705 +0200
-@@ -20228,7 +20228,7 @@
- echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5
- echo "${ECHO_T}$ac_cv_lib_stdcpp_main" >&6
- if test $ac_cv_lib_stdcpp_main = yes; then
--  STDCPP_LIBS="-lstdc++"
-+  STDCPP_LIBS=""
- fi
- 
- ac_ext=cc
-@@ -20257,10 +20257,6 @@
-         fi
- fi
- 
--if test -n "$GCC"; then
--   CFLAGS="-O3  -Wno-deprecated -Wall"
--   CXXFLAGS="-O3 -Wno-deprecated -Wall"
--fi
- 
- 
- 
diff --git a/textproc/yamcha/pkg-descr b/textproc/yamcha/pkg-descr
deleted file mode 100644
index a860781684ba..000000000000
--- a/textproc/yamcha/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-YamCha is a generic, customizable, and open source text chunker
-oriented toward a lot of NLP tasks, such as POS tagging,
-Named Entity Recognition, base NP chunking, and Text Chunking.
-YamCha is using a state-of-the-art machine learning algorithm
-called Support Vector Machines (SVMs), first introduced by
-Vapnik in 1995.
diff --git a/textproc/yamcha/pkg-plist b/textproc/yamcha/pkg-plist
deleted file mode 100644
index 204491cbfd0d..000000000000
--- a/textproc/yamcha/pkg-plist
+++ /dev/null
@@ -1,22 +0,0 @@
-bin/yamcha
-bin/yamcha-config
-bin/yamcha-mkmodel
-include/yamcha.h
-lib/libyamcha.a
-lib/libyamcha.so
-lib/libyamcha.so.1
-lib/libyamcha.so.1.2.0
-libexec/yamcha/Makefile
-libexec/yamcha/PKE.pm
-libexec/yamcha/PKI.pm
-libexec/yamcha/mkdarts
-libexec/yamcha/mkmodel
-libexec/yamcha/mkparam
-libexec/yamcha/mksvmdata
-libexec/yamcha/mktrie
-libexec/yamcha/pkemine
-libexec/yamcha/selecttag
-libexec/yamcha/showse
-libexec/yamcha/svm_learn_wrapper
-libexec/yamcha/zipmodel
-man/man1/yamcha.1.gz