Date: Sat, 28 Aug 2004 18:51:48 -0400 (EDT) From: Michael Johnson <ahze@ahze.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/71090: [NEW PORT] japanese/estraier: A full-text search system for personal use Message-ID: <200408282251.i7SMpmEW035807@gentoo.ahze.net> Resent-Message-ID: <200408282300.i7SN0e0A041263@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 71090 >Category: ports >Synopsis: [NEW PORT] japanese/estraier: A full-text search system for personal use >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 28 23:00:40 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-BETA1 i386 >Organization: >Environment: System: FreeBSD gentoo.ahze.net 5.3-BETA1 FreeBSD 5.3-BETA1 #64: Thu Aug 26 13:59:58 EDT 2004 >Description: 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/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- ja-estraier-1.2.23.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # estraier # estraier/pkg-descr # estraier/Makefile # estraier/pkg-plist # estraier/distinfo # echo c - estraier mkdir -p estraier > /dev/null 2>&1 echo x - estraier/pkg-descr sed 's/^X//' >estraier/pkg-descr << 'END-of-estraier/pkg-descr' XEstraier is a full-text search system for personal use. Full-text search means Xfunctions to search lots of documents for some documents including specified Xwords. The principal purpose of Estraier is to realize a full-text search Xsystem of a web site. It functions similarly to Google, but for a personal Xweb site or sites in an intranet. X XWWW: http://estraier.sourceforge.net/ END-of-estraier/pkg-descr echo x - estraier/Makefile sed 's/^X//' >estraier/Makefile << 'END-of-estraier/Makefile' X# New ports collection makefile for: estraier X# Date created: 2004-08-28 X# Whom: Michael Johnson <ahze@ahze.net> X# X# $FreeBSD$ X# X XPORTNAME= estraier XPORTVERSION= 1.2.23 XCATEGORIES= japanese XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= ports@FreeBSD.org XCOMMENT= A full-text search system for personal use X XLIB_DEPENDS= qdbm.3:${PORTSDIR}/databases/qdbm X XUSE_ICONV= yes X XGNU_CONFIGURE= yes XUSE_REINPLACE= yes X XCONFIGURE_ARGS= --with-sysqdbm \ X --enable-dlfilter X XOPTIONS= CHASEN "Japanese Morphological Analysis Support" On \ X MECAB "Part-of-Speech and Morphological Analyzer" On \ X KAKASI "Language processing filter/converter" On X X.include <bsd.port.pre.mk> X X.if !defined(WITHOUT_CHASEN) XLIB_DEPENDS+= chasen.0:${PORTSDIR}/japanese/chasen-base X XCONFIGURE_ARGS+= --enable-chasen X.endif X X.if ${ARCH} == i386 && !defined(WITHOUT_MECAB) XLIB_DEPENDS+= mecab.0:${PORTSDIR}/japanese/mecab X XCONFIGURE_ARGS+= --enable-mecab X.endif X X.if !defined(WITHOUT_KAKASI) XLIB_DEPENDS+= kakasi.3:${PORTSDIR}/japanese/kakasi X XCONFIGURE_ARGS+= --enable-kakasi X.endif X Xpost-patch: X @${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' ${WRKSRC}/configure ${WRKSRC}/Makefile.in X.if defined(NOPORTDOCS) X @${REINPLACE_CMD} -e 's|MYDOCS|#|' ${WRKSRC}/Makefile.in X.endif X X.include <bsd.port.post.mk> END-of-estraier/Makefile echo x - estraier/pkg-plist sed 's/^X//' >estraier/pkg-plist << 'END-of-estraier/pkg-plist' Xbin/estautoreg Xbin/estdochtml Xbin/estgzhtml Xbin/estindex Xbin/estmanhtml Xbin/estmbtomh Xbin/estpdfhtml Xbin/estppthtml Xbin/estserver Xbin/estsiutil Xbin/estwolels Xbin/estxdthtml Xbin/estxdwhtml Xbin/estxlshtml Xbin/estxview Xlibexec/estmerge.cgi Xlibexec/estsearch.cgi X%%PORTDOCS%%share/estraier/COPYING X%%PORTDOCS%%share/estraier/ChangeLog Xshare/estraier/estmerge.conf Xshare/estraier/estmerge.tmpl Xshare/estraier/estmerge.top Xshare/estraier/estsearch.conf Xshare/estraier/estsearch.tmpl Xshare/estraier/estsearch.top Xshare/estraier/estxview.css Xshare/estraier/estxview.dtd Xshare/estraier/estxview.xsl Xshare/estraier/locale/ja/estmerge.conf Xshare/estraier/locale/ja/estmerge.tmpl Xshare/estraier/locale/ja/estmerge.top Xshare/estraier/locale/ja/estsearch.conf Xshare/estraier/locale/ja/estsearch.tmpl Xshare/estraier/locale/ja/estsearch.top Xshare/estraier/skins/school/estmerge.tmpl Xshare/estraier/skins/school/estsearch.tmpl Xshare/estraier/skins/stoic/estmerge.tmpl Xshare/estraier/skins/stoic/estsearch.tmpl X%%PORTDOCS%%share/estraier/spex-ja.html X%%PORTDOCS%%share/estraier/spex.html X@dirrm share/estraier/skins/stoic X@dirrm share/estraier/skins/school X@dirrm share/estraier/skins X@dirrm share/estraier/locale/ja X@dirrm share/estraier/locale X@dirrm share/estraier END-of-estraier/pkg-plist echo x - estraier/distinfo sed 's/^X//' >estraier/distinfo << 'END-of-estraier/distinfo' XMD5 (estraier-1.2.23.tar.gz) = 533260da1d7b86b79eb1908af4fc86c7 XSIZE (estraier-1.2.23.tar.gz) = 389430 END-of-estraier/distinfo exit --- ja-estraier-1.2.23.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408282251.i7SMpmEW035807>