Index: head/textproc/estraier/Makefile =================================================================== --- head/textproc/estraier/Makefile (revision 543360) +++ head/textproc/estraier/Makefile (revision 543361) @@ -1,59 +1,59 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= estraier PORTVERSION= 1.2.30 PORTREVISION= 4 CATEGORIES= textproc -MASTER_SITES= https://fallabs.com/estraier/ +MASTER_SITES= https://dbmx.net/estraier/ MAINTAINER= ports@FreeBSD.org COMMENT= Full-text search system for personal use LIB_DEPENDS= libqdbm.so:databases/qdbm USES= iconv GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sysqdbm \ --enable-dlfilter \ --enable-devel CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/include INSTALL_TARGET= install-strip OPTIONS_DEFINE= CHASEN MECAB KAKASI OPTIONS_DEFAULT= KAKASI CHASEN_DESC= Japanese Morphological Analysis Support MECAB_DESC= Part-of-Speech and Morphological Analyzer KAKASI_DESC= Language processing filter/converter CHASEN_LIB_DEPENDS= libchasen.so:japanese/chasen-base CHASEN_CONFIGURE_ENABLE= chasen KAKASI_LIB_DEPENDS= libkakasi.so:japanese/kakasi KAKASI_CONFIGURE_ENABLE= kakasi .include .if ${PORT_OPTIONS:MMECAB} && ${ARCH} == "i386" LIB_DEPENDS+= libmecab.so:japanese/mecab CONFIGURE_ARGS+= --enable-mecab .endif post-patch: @${REINPLACE_CMD} -e 's|-lc||' -e 's|-liconv|${ICONV_LIB}|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|$$(RELCFLAGS)|@CFLAGS@| ; \ s|^LDFLAGS =|& @LDFLAGS@ | ; \ s|HOME|LOCALBASE|g ; \ s|:/usr/local/lib||g ; \ s|-I/usr/local/include||g ; \ s|-L/usr/local/lib||g' ${WRKSRC}/Makefile.in post-install: .for file in estindex estmbtomh estserver estsiutil estxview @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file} .endfor .include Index: head/textproc/estraier/pkg-descr =================================================================== --- head/textproc/estraier/pkg-descr (revision 543360) +++ head/textproc/estraier/pkg-descr (revision 543361) @@ -1,7 +1,7 @@ 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: https://fallabs.com/estraier/ +WWW: https://dbmx.net/estraier/