pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc p5-yamcha: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c362689a4e1a
branches:  trunk
changeset: 371279:c362689a4e1a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 08 12:02:21 2022 +0000

description:
p5-yamcha: remove

Does not build, no upstream release since 2005

diffstat:

 doc/CHANGES-2022                |   3 ++-
 textproc/Makefile               |   3 +--
 textproc/p5-yamcha/DESCR        |   7 -------
 textproc/p5-yamcha/Makefile     |  20 --------------------
 textproc/yamcha/Makefile.common |   3 +--
 5 files changed, 4 insertions(+), 32 deletions(-)

diffs (76 lines):

diff -r 2cb21c1e6dd4 -r c362689a4e1a doc/CHANGES-2022
--- a/doc/CHANGES-2022  Sat Jan 08 11:57:37 2022 +0000
+++ b/doc/CHANGES-2022  Sat Jan 08 12:02:21 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.128 2022/01/08 11:16:15 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.129 2022/01/08 12:02:22 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -160,3 +160,4 @@
        Updated security/wolfssl to 5.1.1 [fox 2022-01-08]
        Updated devel/py-async-timeout to 4.0.2 [wiz 2022-01-08]
        Updated print/poppler to 22.01.0 [wiz 2022-01-08]
+       Removed textproc/p5-yamcha [wiz 2022-01-08]
diff -r 2cb21c1e6dd4 -r c362689a4e1a textproc/Makefile
--- a/textproc/Makefile Sat Jan 08 11:57:37 2022 +0000
+++ b/textproc/Makefile Sat Jan 08 12:02:21 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1263 2021/12/19 06:22:58 taca Exp $
+# $NetBSD: Makefile,v 1.1264 2022/01/08 12:02:21 wiz Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -916,7 +916,6 @@
 SUBDIR+=       p5-native-hyperestraier
 SUBDIR+=       p5-podlators
 SUBDIR+=       p5-sdf
-SUBDIR+=       p5-yamcha
 SUBDIR+=       paperoni
 SUBDIR+=       par
 SUBDIR+=       pdfgrep
diff -r 2cb21c1e6dd4 -r c362689a4e1a textproc/p5-yamcha/DESCR
--- a/textproc/p5-yamcha/DESCR  Sat Jan 08 11:57:37 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +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.
-
-This package is perl module for YamCha.
diff -r 2cb21c1e6dd4 -r c362689a4e1a textproc/p5-yamcha/Makefile
--- a/textproc/p5-yamcha/Makefile       Sat Jan 08 11:57:37 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2021/05/24 19:54:59 wiz Exp $
-#
-
-.include "../../textproc/yamcha/Makefile.common"
-
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   12
-
-COMMENT=       YamCha perl module
-
-USE_LANGUAGES= c++
-
-CONFIGURE_DIRS=        perl
-
-PERL5_PACKLIST=                auto/YamCha/.packlist
-
-BUILDLINK_API_DEPENDS.yamcha+= yamcha>=${PKGVERSION_NOREV}
-.include "../../textproc/yamcha/buildlink3.mk"
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 2cb21c1e6dd4 -r c362689a4e1a textproc/yamcha/Makefile.common
--- a/textproc/yamcha/Makefile.common   Sat Jan 08 11:57:37 2022 +0000
+++ b/textproc/yamcha/Makefile.common   Sat Jan 08 12:02:21 2022 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2015/03/15 17:04:44 hiramatsu Exp $
-# used by textproc/p5-yamcha/Makefile
+# $NetBSD: Makefile.common,v 1.3 2022/01/08 12:02:22 wiz Exp $
 # used by textproc/py-yamcha/Makefile
 # used by textproc/ruby-yamcha/Makefile
 



Home | Main Index | Thread Index | Old Index