diff options
author | wiz <wiz@pkgsrc.org> | 2010-04-23 21:29:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-04-23 21:29:39 +0000 |
commit | 1a219d26619e2b70e28bba269bbe921c2c43e391 (patch) | |
tree | cc9c6d14ae7dafe02816e59539c5ce5169f9f29b /net/yaz/Makefile | |
parent | 70aa5dde378fa968a0324c57b12435c1947fa15e (diff) | |
download | pkgsrc-1a219d26619e2b70e28bba269bbe921c2c43e391.tar.gz |
Update to 4.0.3:
--- 4.0.3 2010/04/09
Handle HTTP redirect for SRU GET in yaz-client and ZOOM C. Based on
patch from Giannis Kosmas.
SRU: no longer URL encode SRU database. The URL for an SRU server is
a URL and such is alreeady encoded - at least when given with leading
http:// or https://. This reverts behavior to YAZ 3.0.50.
Support for new MARC XML notation TurboMARC which like MARCXML is a
complete representation of MARC/ISO2709.. This one, however, is more
compact and allows for faster processing with XSLT. TurboMARC can be
used in the marcdisp.h API, from the yaz-marcdump utility and from
the API of ZOOM C.
yaz-ztest can be configured - via the database - to perform certain
delays when it performs operations search, present and single record
fetch. This allows testers to make yaz-ztest act as a real or even slow
Z39.50 server. Refer to the yaz-ztest man pages for details.
Diffstat (limited to 'net/yaz/Makefile')
-rw-r--r-- | net/yaz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 885974d3a6e..80a95eab748 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2010/03/15 10:31:39 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2010/04/23 21:29:39 wiz Exp $ # -DISTNAME= yaz-4.0.2 +DISTNAME= yaz-4.0.3 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ |