From 44b7030449a38311693838d363a56b8c9b7a1b8c Mon Sep 17 00:00:00 2001 From: seb Date: Fri, 31 May 2002 13:00:50 +0000 Subject: Reimport of package chasen-base from japanese/chasen-base into textproc/chasen-base. This is part of the japanese category retirement. CATEGORIES adjusted. --- textproc/chasen-base/DESCR | 3 +++ textproc/chasen-base/Makefile | 26 ++++++++++++++++++++++++++ textproc/chasen-base/PLIST | 18 ++++++++++++++++++ textproc/chasen-base/distinfo | 11 +++++++++++ textproc/chasen-base/patches/patch-ag | 12 ++++++++++++ textproc/chasen-base/patches/patch-ah | 13 +++++++++++++ textproc/chasen-base/patches/patch-ai | 13 +++++++++++++ textproc/chasen-base/patches/patch-aj | 13 +++++++++++++ textproc/chasen-base/patches/patch-ak | 13 +++++++++++++ 9 files changed, 122 insertions(+) create mode 100644 textproc/chasen-base/DESCR create mode 100644 textproc/chasen-base/Makefile create mode 100644 textproc/chasen-base/PLIST create mode 100644 textproc/chasen-base/distinfo create mode 100644 textproc/chasen-base/patches/patch-ag create mode 100644 textproc/chasen-base/patches/patch-ah create mode 100644 textproc/chasen-base/patches/patch-ai create mode 100644 textproc/chasen-base/patches/patch-aj create mode 100644 textproc/chasen-base/patches/patch-ak (limited to 'textproc/chasen-base') diff --git a/textproc/chasen-base/DESCR b/textproc/chasen-base/DESCR new file mode 100644 index 00000000000..9b1e790174d --- /dev/null +++ b/textproc/chasen-base/DESCR @@ -0,0 +1,3 @@ +ChaSen, Japanese Morphological Analysis System + +This is base system without dictonary. diff --git a/textproc/chasen-base/Makefile b/textproc/chasen-base/Makefile new file mode 100644 index 00000000000..5fe454f61f9 --- /dev/null +++ b/textproc/chasen-base/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:00:50 seb Exp $ +# + +DISTNAME= chasen-${CHASEN_VERSION} +PKGNAME= chasen-base-${CHASEN_VERSION} +CATEGORIES= japanese textproc +MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/chasen/ + +PATCHFILES= chasen-${CHASEN_VERSION}-nmz.diff +PATCH_SITES= ${MASTER_SITES} +PATCH_DIST_STRIP= -p1 + +MAINTAINER= tech-pkg-ja@jp.netbsd.org +HOMEPAGE= http://chasen.aist-nara.ac.jp/ +COMMENT= ChaSen, Japanese Morphological Analysis System + +GNU_CONFIGURE= # defined +USE_LIBTOOL= # defined +USE_BUILDLINK_ONLY= # defined +OWN_DIRS= ${CHASEN_DICDIR} + +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +.include "../chasen/Makefile.common" +.include "../../mk/bsd.pkg.install.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/chasen-base/PLIST b/textproc/chasen-base/PLIST new file mode 100644 index 00000000000..43ea8c03b80 --- /dev/null +++ b/textproc/chasen-base/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/31 13:00:50 seb Exp $ +bin/chasen +bin/chasen-config +include/chasen.h +lib/libchasen.a +lib/libchasen.la +lib/libchasen.so +lib/libchasen.so.0 +lib/libchasen.so.0.1 +sbin/convary +sbin/convdic +sbin/makeint +sbin/makemat +sbin/mkary +sbin/pattool +sbin/sortdic +@dirrm share/chasen/dic +@dirrm share/chasen diff --git a/textproc/chasen-base/distinfo b/textproc/chasen-base/distinfo new file mode 100644 index 00000000000..c4937d86bec --- /dev/null +++ b/textproc/chasen-base/distinfo @@ -0,0 +1,11 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/05/31 13:00:50 seb Exp $ + +SHA1 (chasen-2.2.9.tar.gz) = bd17162f2fcb4254ded6eebf35c6aa06caecbaeb +Size (chasen-2.2.9.tar.gz) = 578068 bytes +SHA1 (chasen-2.2.9-nmz.diff) = 7aa1e01fbe7266468dcc1048e19171a0f2ff1cf8 +Size (chasen-2.2.9-nmz.diff) = 2779 bytes +SHA1 (patch-ag) = 62326d1b540519a77cd2db5c422de78079afc1e3 +SHA1 (patch-ah) = 5993259634655c76c84bfccd72b3fa0e5aff8b61 +SHA1 (patch-ai) = 802354f200103d045de1b166215a45e7840027d8 +SHA1 (patch-aj) = eec8eb1afd762704844360949670038a60be1a02 +SHA1 (patch-ak) = 7782ce03186fcfbcbe8bcc28486f06469a1d0998 diff --git a/textproc/chasen-base/patches/patch-ag b/textproc/chasen-base/patches/patch-ag new file mode 100644 index 00000000000..f0f9542a75e --- /dev/null +++ b/textproc/chasen-base/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.1.1.1 2002/05/31 13:00:50 seb Exp $ + +--- Makefile.am.orig Sat Feb 2 10:08:19 2002 ++++ Makefile.am +@@ -1,6 +1,6 @@ + AUTOMAKE_OPTIONS = 1.4 no-dependencies + +-SUBDIRS = doc prolog lib chasen mkchadic ++SUBDIRS = doc lib chasen mkchadic + EXTRA_DIRS = perl + + EXTRA_DIST = README-ja INSTALL-ja NEWS-ja chasen.spec diff --git a/textproc/chasen-base/patches/patch-ah b/textproc/chasen-base/patches/patch-ah new file mode 100644 index 00000000000..e8ef6435974 --- /dev/null +++ b/textproc/chasen-base/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.1.1.1 2002/05/31 13:00:50 seb Exp $ + +--- Makefile.in.orig Fri Feb 8 15:31:20 2002 ++++ Makefile.in +@@ -80,7 +80,7 @@ + + AUTOMAKE_OPTIONS = 1.4 no-dependencies + +-SUBDIRS = doc prolog lib chasen mkchadic ++SUBDIRS = doc lib chasen mkchadic + EXTRA_DIRS = perl + + EXTRA_DIST = README-ja INSTALL-ja NEWS-ja chasen.spec diff --git a/textproc/chasen-base/patches/patch-ai b/textproc/chasen-base/patches/patch-ai new file mode 100644 index 00000000000..f3614f16a21 --- /dev/null +++ b/textproc/chasen-base/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1.1.1 2002/05/31 13:00:50 seb Exp $ + +--- chasen-config.in.orig Thu Mar 1 08:54:17 2001 ++++ chasen-config.in +@@ -92,7 +92,7 @@ + ;; + + --mkchadic) +- echo @libexecdir@/chasen ++ echo @sbindir@ + ;; + + *) diff --git a/textproc/chasen-base/patches/patch-aj b/textproc/chasen-base/patches/patch-aj new file mode 100644 index 00000000000..3c2cdb950ab --- /dev/null +++ b/textproc/chasen-base/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1.1.1 2002/05/31 13:00:50 seb Exp $ + +--- mkchadic/Makefile.am.orig Sun Jun 24 15:19:02 2001 ++++ mkchadic/Makefile.am +@@ -2,7 +2,7 @@ + LDADD = $(top_builddir)/lib/libchasen.la + DEFS = -DRCPATH=\""$(RCPATH)\"" @DEFS@ + +-pkglibexecdir = ${libexecdir}/chasen ++pkglibexecdir = ${sbindir} + pkglibexec_PROGRAMS = convdic makeint makemat mkary pattool sortdic convary + + convdic_SOURCES = convdic.c diff --git a/textproc/chasen-base/patches/patch-ak b/textproc/chasen-base/patches/patch-ak new file mode 100644 index 00000000000..a28f6ae8494 --- /dev/null +++ b/textproc/chasen-base/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.1.1.1 2002/05/31 13:00:50 seb Exp $ + +--- mkchadic/Makefile.in.orig Fri Feb 8 15:31:51 2002 ++++ mkchadic/Makefile.in +@@ -82,7 +82,7 @@ + LDADD = $(top_builddir)/lib/libchasen.la + DEFS = -DRCPATH=\""$(RCPATH)\"" @DEFS@ + +-pkglibexecdir = ${libexecdir}/chasen ++pkglibexecdir = ${sbindir} + pkglibexec_PROGRAMS = convdic makeint makemat mkary pattool sortdic convary + + convdic_SOURCES = convdic.c -- cgit v1.2.3