View | Details | Raw Unified | Return to bug 109996
Collapse All | Expand All

(-)/home/staff/gslin/work/ports/hyperestraier/Makefile (-7 / +18 lines)
Lines 6-13 Link Here
6
#    $MCom: ports-stable/textproc/hyperestraier/Makefile,v 1.3 2006/10/17 11:45:45 ahze Exp $
6
#    $MCom: ports-stable/textproc/hyperestraier/Makefile,v 1.3 2006/10/17 11:45:45 ahze Exp $
7
7
8
PORTNAME=	hyperestraier
8
PORTNAME=	hyperestraier
9
PORTVERSION=	1.4.9
9
PORTVERSION=	1.4.10
10
PORTREVISION=	1
11
CATEGORIES=	textproc
10
CATEGORIES=	textproc
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 15-21 Link Here
15
MAINTAINER=	ahze@FreeBSD.org
14
MAINTAINER=	ahze@FreeBSD.org
16
COMMENT=	A full-text search system
15
COMMENT=	A full-text search system
17
16
18
BUILD_DEPENDS=	qdbm>=1.8.74:${PORTSDIR}/databases/qdbm
17
BUILD_DEPENDS=	qdbm>=1.8.75:${PORTSDIR}/databases/qdbm
19
# check configure for min version of qdbm.
18
# check configure for min version of qdbm.
20
LIB_DEPENDS=	qdbm.14:${PORTSDIR}/databases/qdbm
19
LIB_DEPENDS=	qdbm.14:${PORTSDIR}/databases/qdbm
21
20
Lines 23-40 Link Here
23
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
24
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
25
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
26
CONFIGURE_ARGS=	--enable-bzip2 --disable-zlib
27
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
28
		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
26
		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
29
27
30
OPTIONS=	LZO "Enable lzo support" off \
28
OPTIONS=	BZIP "Enable bzip2 support" on \
31
		MECAB "Enable mecab support" off
29
		LZO "Enable lzo support" off \
30
		MECAB "Enable mecab support" off \
31
		ZLIB "Enable zlib support" off
32
32
33
MAN1=		estcall.1 estcmd.1 estconfig.1 estmaster.1 estwaver.1
33
MAN1=		estcall.1 estcmd.1 estconfig.1 estmaster.1 estwaver.1
34
MAN3=		estnode.3 estraier.3
34
MAN3=		estnode.3 estraier.3
35
35
36
.include <bsd.port.pre.mk>
36
.include <bsd.port.pre.mk>
37
37
38
.if defined(WITHOUT_BZIP)
39
CONFIGURE_ARGS+=	--disable-bzip
40
.else
41
CONFIGURE_ARGS+=	--enable-bzip
42
.endif
43
38
.if defined(WITH_LZO)
44
.if defined(WITH_LZO)
39
CONFIGURE_ARGS+=	--enable-lzo
45
CONFIGURE_ARGS+=	--enable-lzo
40
LIB_DEPENDS+=	lzo2:${PORTSDIR}/archivers/lzo2
46
LIB_DEPENDS+=	lzo2:${PORTSDIR}/archivers/lzo2
Lines 46-54 Link Here
46
RUN_DEPENDS+=	${LOCALBASE}/lib/mecab/dic/ipadic/matrix.bin:${PORTSDIR}/japanese/mecab-ipadic
52
RUN_DEPENDS+=	${LOCALBASE}/lib/mecab/dic/ipadic/matrix.bin:${PORTSDIR}/japanese/mecab-ipadic
47
.endif
53
.endif
48
54
55
.if defined(WITH_ZLIB)
56
CONFIGURE_ARGS+=	--enable-zlib
57
.else
58
CONFIGURE_ARGS+=	--disable-zlib
59
.endif
60
49
post-patch:
61
post-patch:
50
	@${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
62
	@${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
51
		${WRKSRC}/Makefile.in
63
		${WRKSRC}/Makefile.in
52
	${RM} -f ${WRKSRC}/doc/intro-en.html~ ${WRKSRC}/doc/intro-ja.html~
53
64
54
.include <bsd.port.post.mk>
65
.include <bsd.port.post.mk>
(-)/home/staff/gslin/work/ports/hyperestraier/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (hyperestraier-1.4.9.tar.gz) = 70e0533f1ca5247d8187afcb51b8d4e0
1
MD5 (hyperestraier-1.4.10.tar.gz) = cf4ca3dea77d161517388050654b52a6
2
SHA256 (hyperestraier-1.4.9.tar.gz) = 2f419774addae18267fb687f9dd157b791e415106b0552646ab1a3281fef22a1
2
SHA256 (hyperestraier-1.4.10.tar.gz) = 9b64d3a3273b80494cba0511501a83f6d5c03e9268192e2ed09ac7c2c383d396
3
SIZE (hyperestraier-1.4.9.tar.gz) = 974492
3
SIZE (hyperestraier-1.4.10.tar.gz) = 1011767
(-)/home/staff/gslin/work/ports/hyperestraier/pkg-plist (-1 / +7 lines)
Lines 1-3 Link Here
1
@comment $FreeBSD$
1
bin/estbutler
2
bin/estbutler
2
bin/estcall
3
bin/estcall
3
bin/estcmd
4
bin/estcmd
Lines 13-23 Link Here
13
lib/libestraier.a
14
lib/libestraier.a
14
lib/libestraier.so
15
lib/libestraier.so
15
lib/libestraier.so.8
16
lib/libestraier.so.8
16
lib/libestraier.so.8.34.0
17
lib/libestraier.so.8.35.0
17
libdata/pkgconfig/hyperestraier.pc
18
libdata/pkgconfig/hyperestraier.pc
18
libexec/estfraud.cgi
19
libexec/estfraud.cgi
19
libexec/estproxy.cgi
20
libexec/estproxy.cgi
21
libexec/estscout.cgi
20
libexec/estseek.cgi
22
libexec/estseek.cgi
23
libexec/estsupt.cgi
21
%%DATADIR%%/COPYING
24
%%DATADIR%%/COPYING
22
%%DATADIR%%/ChangeLog
25
%%DATADIR%%/ChangeLog
23
%%DATADIR%%/THANKS
26
%%DATADIR%%/THANKS
Lines 25-30 Link Here
25
%%DATADIR%%/doc/cguide-ja.html
28
%%DATADIR%%/doc/cguide-ja.html
26
%%DATADIR%%/doc/common.css
29
%%DATADIR%%/doc/common.css
27
%%DATADIR%%/doc/coreframe.png
30
%%DATADIR%%/doc/coreframe.png
31
%%DATADIR%%/doc/gateframe.png
28
%%DATADIR%%/doc/icon16.png
32
%%DATADIR%%/doc/icon16.png
29
%%DATADIR%%/doc/index.html
33
%%DATADIR%%/doc/index.html
30
%%DATADIR%%/doc/index.ja.html
34
%%DATADIR%%/doc/index.ja.html
Lines 246-255 Link Here
246
%%DATADIR%%/estproxy.conf
250
%%DATADIR%%/estproxy.conf
247
%%DATADIR%%/estraier.idl
251
%%DATADIR%%/estraier.idl
248
%%DATADIR%%/estresult.dtd
252
%%DATADIR%%/estresult.dtd
253
%%DATADIR%%/estscout.conf
249
%%DATADIR%%/estseek.conf
254
%%DATADIR%%/estseek.conf
250
%%DATADIR%%/estseek.help
255
%%DATADIR%%/estseek.help
251
%%DATADIR%%/estseek.tmpl
256
%%DATADIR%%/estseek.tmpl
252
%%DATADIR%%/estseek.top
257
%%DATADIR%%/estseek.top
258
%%DATADIR%%/estsupt.conf
253
%%DATADIR%%/filter/estfxasis
259
%%DATADIR%%/filter/estfxasis
254
%%DATADIR%%/filter/estfxmantotxt
260
%%DATADIR%%/filter/estfxmantotxt
255
%%DATADIR%%/filter/estfxmsotohtml
261
%%DATADIR%%/filter/estfxmsotohtml

Return to bug 109996