1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/net/yaz/Makefile
Pawel Pekala 1ba08a192d Update to version 4.2.68
--- 4.2.68 2013/09/23

GFS: pass additionalSearchInfo to search memeber search_input if
given. Otherwise pass otherInfo. Request for facets and other search
related things will be passed there in future versions of YAZ.

New ZOOM setting, authenticationMode, which allows authentication
paramters to be encoded in the URL rather than via HTTP Basic auth.
YAZ-686

rpn2solr: fix nested AND/OR handling. YAZ-685

Add comparison routines for some Z-types, such as NamePlusRecord,
RPNQuery, Query, RecordComposition and OtherInformation.

--- 4.2.67 2013/09/19

Don't decode MAB as MARC. Just like we don't attempt to decode
HTML/XML as MARC. Fixes MAB display problem that was introduced in 4.2.64.

CCL: allow quoted terms for date ranges. YAZ-681

Introduce ccl_parser_qual_search. This function makes old function
ccl_qual_search, from YAZ 2, available again.

Add yaz_facet_list_to_wrbuf. YAZ-683
2013-09-23 16:36:37 +00:00

45 lines
1.0 KiB
Makefile

# Created by: Dmitry Sivachenko <dima@Chg.RU>
# $FreeBSD$
PORTNAME= yaz
PORTVERSION= 4.2.68
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
MAINTAINER= pawel@FreeBSD.org
COMMENT= Z39.50/SR client and API library
LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu
USE_OPENSSL= yes
GNU_CONFIGURE= yes
USES= pathfix pkgconfig iconv
USE_GNOME= libxml2 libxslt
USE_LDCONFIG= yes
CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \
--with-iconv=${ICONV_PREFIX} --with-xml2=${LOCALBASE} \
--with-xslt=${LOCALBASE} --with-icu=${LOCALBASE} \
--enable-tcpd
MAN1= yaz-asncomp.1 yaz-client.1 yaz-config.1 yaz-iconv.1 \
yaz-json-parse.1 yaz-marcdump.1 \
zoomsh.1 yaz-icu.1 yaz-illclient.1 yaz-url.1
MAN7= bib1-attr.7 yaz-log.7 yaz.7
MAN8= yaz-ztest.8
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
.if !${PORT_OPTIONS:MDOCS}
EXTRA_PATCHES+= ${FILESDIR}/extrapatch-doc__Makefile.in
.endif
post-configure:
@${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${PREFIX}/man,' \
${WRKSRC}/doc/Makefile
.include <bsd.port.mk>