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

(-)gnu-dico/Makefile (-8 / +5 lines)
Lines 2-14 Link Here
2
# $FreeBSD: tags/RELEASE_12_1_0/net/gnu-dico/Makefile 505200 2019-06-27 09:02:56Z danfe $
2
# $FreeBSD: tags/RELEASE_12_1_0/net/gnu-dico/Makefile 505200 2019-06-27 09:02:56Z danfe $
3
3
4
PORTNAME=	dico
4
PORTNAME=	dico
5
PORTVERSION=	2.7
5
PORTVERSION=	2.9
6
PORTREVISION=	2
7
CATEGORIES=	net textproc
6
CATEGORIES=	net textproc
8
MASTER_SITES=	GNU
7
MASTER_SITES=	GNU
9
PKGNAMEPREFIX=	gnu-
8
PKGNAMEPREFIX=	gnu-
10
9
11
MAINTAINER=	goran.tal@gmail.com
10
MAINTAINER=	info@dikt.tv
12
COMMENT=	Flexible modular implementation of DICT server
11
COMMENT=	Flexible modular implementation of DICT server
13
12
14
LIB_DEPENDS=	libltdl.so:devel/libltdl
13
LIB_DEPENDS=	libltdl.so:devel/libltdl
Lines 24-30 Link Here
24
SUB_FILES=	pkg-message
23
SUB_FILES=	pkg-message
25
USE_RC_SUBR=	dicod
24
USE_RC_SUBR=	dicod
26
25
27
OPTIONS_DEFINE=	PYTHON GUILE PCRE GSASL PAM LDAP NLS
26
OPTIONS_DEFINE=	PYTHON GUILE PCRE GSASL PAM LDAP # NLS
28
OPTIONS_DEFAULT=	PYTHON PCRE
27
OPTIONS_DEFAULT=	PYTHON PCRE
29
OPTIONS_SUB=	yes
28
OPTIONS_SUB=	yes
30
GSASL_DESC=	GSASL support
29
GSASL_DESC=	GSASL support
Lines 47-64 Link Here
47
LDAP_USE=		OPENLDAP=yes
46
LDAP_USE=		OPENLDAP=yes
48
LDAP_CONFIGURE_OFF=	--without-ldap
47
LDAP_CONFIGURE_OFF=	--without-ldap
49
48
50
NLS_USES=		gettext
49
# NLS_USES=		gettext
51
NLS_CONFIGURE_ENABLE=	nls
50
# NLS_CONFIGURE_ENABLE=	nls
52
51
53
post-patch:
52
post-patch:
54
	@${REINPLACE_CMD} 's/@bindir@/@sbindir@/' ${WRKSRC}/dicod/Makefile.in
53
	@${REINPLACE_CMD} 's/@bindir@/@sbindir@/' ${WRKSRC}/dicod/Makefile.in
55
	@${REINPLACE_CMD} 's/(bindir)..dir/&\/gdico/' ${WRKSRC}/dico/Makefile.in
54
	@${REINPLACE_CMD} 's/(bindir)..dir/&\/gdico/' ${WRKSRC}/dico/Makefile.in
56
	@${REINPLACE_CMD} '/INSTALL.*charset/d' ${WRKSRC}/gnu/Makefile.in
57
	@${REINPLACE_CMD} \
55
	@${REINPLACE_CMD} \
58
		-e 's/mu_check_lib_save_LIBS/LIBS/' \
56
		-e 's/mu_check_lib_save_LIBS/LIBS/' \
59
		-e 's/python-config/$${PYTHON_CONFIG}/' \
57
		-e 's/python-config/$${PYTHON_CONFIG}/' \
60
		${WRKSRC}/configure
58
		${WRKSRC}/configure
61
	@${REINPLACE_CMD} 's/mergesort/xmergesort/' ${WRKSRC}/lib/mergesort.c
62
59
63
post-install:
60
post-install:
64
	${INSTALL_DATA} ${FILESDIR}/dicod.conf ${STAGEDIR}${PREFIX}/etc/dicod.conf.sample
61
	${INSTALL_DATA} ${FILESDIR}/dicod.conf ${STAGEDIR}${PREFIX}/etc/dicod.conf.sample
(-)gnu-dico/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1538311741
1
TIMESTAMP = 1581238910
2
SHA256 (dico-2.7.tar.xz) = 58af9a14bae85bd4f5aa01943011fe9d10533e82bc9da6b5a4c3d16a9952e435
2
SHA256 (dico-2.9.tar.xz) = d9cb680f62da8d1ebb3b134c42897d6d47e455d9956c55d98fd416383cc43d45
3
SIZE (dico-2.7.tar.xz) = 1674928
3
SIZE (dico-2.9.tar.xz) = 1624752
(-)gnu-dico/pkg-plist (-9 lines)
Lines 55-66 Link Here
55
man/man8/dicod.8.gz
55
man/man8/dicod.8.gz
56
sbin/dicod
56
sbin/dicod
57
%%DATADIR%%/%%PORTVERSION%%/include/pp-setup
57
%%DATADIR%%/%%PORTVERSION%%/include/pp-setup
58
%%NLS%%share/locale/da/LC_MESSAGES/dico.mo
59
%%NLS%%share/locale/de/LC_MESSAGES/dico.mo
60
%%NLS%%share/locale/es/LC_MESSAGES/dico.mo
61
%%NLS%%share/locale/fi/LC_MESSAGES/dico.mo
62
%%NLS%%share/locale/fr/LC_MESSAGES/dico.mo
63
%%NLS%%share/locale/pl/LC_MESSAGES/dico.mo
64
%%NLS%%share/locale/pt_BR/LC_MESSAGES/dico.mo
65
%%NLS%%share/locale/sr/LC_MESSAGES/dico.mo
66
%%NLS%%share/locale/uk/LC_MESSAGES/dico.mo

Return to bug 244005