diff options
author | obache <obache@pkgsrc.org> | 2014-02-24 06:37:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-02-24 06:37:31 +0000 |
commit | 4cb8f5b9905cf737ab4d84e147204e84631bfd7b (patch) | |
tree | ad5fb1d33e4a1a543e660768b7cbeb5dbe66ff18 /textproc/cabocha | |
parent | 0659f8d7621cdf165e78d2e6cf187ce1990a65ef (diff) | |
download | pkgsrc-4cb8f5b9905cf737ab4d84e147204e84631bfd7b.tar.gz |
Remove deprecated tournament model, it reduce much memory to create binary model.
Bump PKGREVISION.
Diffstat (limited to 'textproc/cabocha')
-rw-r--r-- | textproc/cabocha/Makefile | 8 | ||||
-rw-r--r-- | textproc/cabocha/PLIST | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/textproc/cabocha/Makefile b/textproc/cabocha/Makefile index a9023466045..bebf9efd797 100644 --- a/textproc/cabocha/Makefile +++ b/textproc/cabocha/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2014/02/24 06:23:01 obache Exp $ +# $NetBSD: Makefile,v 1.6 2014/02/24 06:37:31 obache Exp $ # .include "Makefile.common" +PKGREVISION= 1 + COMMENT= Yet another Japanese Dependency Structure Analyzer NO_BIN_ON_FTP= ${RESTRICTED} @@ -21,6 +23,10 @@ CONF_FILES= share/examples/cabocharc ${PKG_SYSCONFDIR}/cabocharc TEST_TARGET= check +# remove deprecated tournament model, reduce much memmory. +post-extract: + ${RM} -f ${WRKSRC}/model/*-tournament.*.txt + BUILDLINK_API_DEPENDS.crfpp+= CRF++>=0.55 .include "../../textproc/CRF++/buildlink3.mk" BUILDLINK_API_DEPENDS.mecab+= mecab>=0.993 diff --git a/textproc/cabocha/PLIST b/textproc/cabocha/PLIST index 643845a2acf..20006a707bc 100644 --- a/textproc/cabocha/PLIST +++ b/textproc/cabocha/PLIST @@ -1,13 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2013/05/22 13:14:29 obache Exp $ +@comment $NetBSD: PLIST,v 1.3 2014/02/24 06:37:31 obache Exp $ bin/cabocha bin/cabocha-config include/cabocha.h lib/cabocha/model/chunk.ipa.model lib/cabocha/model/chunk.juman.model lib/cabocha/model/chunk.unidic.model -lib/cabocha/model/dep-tournament.ipa.model -lib/cabocha/model/dep-tournament.juman.model -lib/cabocha/model/dep-tournament.unidic.model lib/cabocha/model/dep.ipa.model lib/cabocha/model/dep.juman.model lib/cabocha/model/dep.unidic.model |