Move japanese/estraier --> textproc/estraier

This commit is contained in:
Michael Johnson 2004-12-11 05:43:49 +00:00
parent 026dab2f43
commit 25cc9f0f58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123693
8 changed files with 4 additions and 119 deletions

1
MOVED
View File

@ -1346,3 +1346,4 @@ mail/milter-sender||2004-12-02|removed on author's request
editors/AbiWord2|editors/abiword|2004-12-04|renamed to abiword
multimedia/avidemux||2004-12-09|no longer maintained by the author
devel/arch|devel/tla|2004-12-09|removed obsolete version of arch
japanese/estraier|textproc/japanese|2004-12-11|accurate category

View File

@ -76,7 +76,6 @@
SUBDIR += esecanna-module-vje25
SUBDIR += esecanna-module-vje30
SUBDIR += esecanna-module-wnn6
SUBDIR += estraier
SUBDIR += eterm
SUBDIR += ewipe
SUBDIR += exmh2

View File

@ -1,61 +0,0 @@
# New ports collection makefile for: estraier
# Date created: 2004-08-28
# Whom: Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= estraier
PORTVERSION= 1.2.25
PORTREVISION= 1
CATEGORIES= japanese textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ahze@FreeBSD.org
COMMENT= A full-text search system for personal use
LIB_DEPENDS= qdbm.4:${PORTSDIR}/databases/qdbm
USE_ICONV= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ARGS= --with-sysqdbm \
--enable-dlfilter \
--enable-devel
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/include ${PTHREAD_LIBS}"
OPTIONS= CHASEN "Japanese Morphological Analysis Support" On \
MECAB "Part-of-Speech and Morphological Analyzer" Off \
KAKASI "Language processing filter/converter" On
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_CHASEN)
LIB_DEPENDS+= chasen.0:${PORTSDIR}/japanese/chasen-base
CONFIGURE_ARGS+= --enable-chasen
.endif
.if ${OSVERSION} > 500000
.if ${ARCH} == i386 && defined(WITH_MECAB)
LIB_DEPENDS+= mecab.0:${PORTSDIR}/japanese/mecab
CONFIGURE_ARGS+= --enable-mecab
.endif
.endif
.if !defined(WITHOUT_KAKASI)
LIB_DEPENDS+= kakasi.3:${PORTSDIR}/japanese/kakasi
CONFIGURE_ARGS+= --enable-kakasi
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' ${WRKSRC}/configure ${WRKSRC}/Makefile.in
.include <bsd.port.post.mk>

View File

@ -1,2 +0,0 @@
MD5 (estraier-1.2.25.tar.gz) = a86ca474d72b6d29e1f7c01390055534
SIZE (estraier-1.2.25.tar.gz) = 391534

View File

@ -1,7 +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.
WWW: http://estraier.sourceforge.net/

View File

@ -1,46 +0,0 @@
bin/estautoreg
bin/estdochtml
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
share/estraier/COPYING
share/estraier/ChangeLog
share/estraier/estmerge.conf
share/estraier/estmerge.tmpl
share/estraier/estmerge.top
share/estraier/estsearch.conf
share/estraier/estsearch.tmpl
share/estraier/estsearch.top
share/estraier/estxview.css
share/estraier/estxview.dtd
share/estraier/estxview.xsl
share/estraier/locale/ja/estmerge.conf
share/estraier/locale/ja/estmerge.tmpl
share/estraier/locale/ja/estmerge.top
share/estraier/locale/ja/estsearch.conf
share/estraier/locale/ja/estsearch.tmpl
share/estraier/locale/ja/estsearch.top
share/estraier/skins/school/estmerge.tmpl
share/estraier/skins/school/estsearch.tmpl
share/estraier/skins/stoic/estmerge.tmpl
share/estraier/skins/stoic/estsearch.tmpl
share/estraier/spex-ja.html
share/estraier/spex.html
@dirrm share/estraier/skins/stoic
@dirrm share/estraier/skins/school
@dirrm share/estraier/skins
@dirrm share/estraier/locale/ja
@dirrm share/estraier/locale
@dirrm share/estraier

View File

@ -100,6 +100,7 @@
SUBDIR += eruby
SUBDIR += es-aspell
SUBDIR += et-aspell
SUBDIR += estraier
SUBDIR += expat2
SUBDIR += exslt
SUBDIR += fa-aspell

View File

@ -7,7 +7,7 @@
PORTNAME= kazehakase
PORTVERSION= 0.2.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= ${PORTNAME}/12370/
@ -78,7 +78,7 @@ CONFIUGURE_ARGS+= --enable-migemo
.endif
.if !defined(WITHOUT_ESTRAIER)
RUN_DEPENDS+= estxview:${PORTSDIR}/japanese/estraier
RUN_DEPENDS+= estxview:${PORTSDIR}/textproc/estraier
.endif
pre-everything::