diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-21 14:57:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-21 14:57:19 +0000 |
commit | 7a2c43f1706d0c0e931c93aa939ca6b835267fc2 (patch) | |
tree | 3992ed325935ca34493bf5c8f343cb9358330cfe /net/yaz | |
parent | 7576f607aac510ff2f11e839593447a0f53ffcfd (diff) | |
download | pkgsrc-7a2c43f1706d0c0e931c93aa939ca6b835267fc2.tar.gz |
Update to 3.0.42:
--- 3.0.42 2009/02/02
YAZ' RPM spec works for both SUSE Linux Enterprise and RedHat Fedora.
Added member named_result_sets for init handler struct for the GFS. This
allows a server to disable named result sets.
Removed OID record syntax application-xml.
Added support for rule-based transliterator for ICU wrapper of YAZ.
Fixed bug #1902: yaz-icu XML output.
Make YAZ checks Emacs friendly.
BITSTRING value shows value. Bug #2346.
ISO2709 decoding: skip control characters from indicator data.
Omit sort key by default in yaz-icu's output.
Allow combined single char options (again) for YAZ' options function.
Utility yaz-marcdump got option to display YAZ version (-V).
Allow YAZ to use ICU 3.4.
Added new ICU test case which illustrates removal of diacritics.
Diffstat (limited to 'net/yaz')
-rw-r--r-- | net/yaz/Makefile | 4 | ||||
-rw-r--r-- | net/yaz/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 2b6d86d75fd..dc5fa12a01f 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2009/01/07 22:26:45 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2009/02/21 14:57:19 wiz Exp $ # -DISTNAME= yaz-3.0.41 +DISTNAME= yaz-3.0.42 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ diff --git a/net/yaz/distinfo b/net/yaz/distinfo index 456c2da087d..171ab29c5e3 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/01/07 22:26:45 wiz Exp $ +$NetBSD: distinfo,v 1.8 2009/02/21 14:57:19 wiz Exp $ -SHA1 (yaz-3.0.41.tar.gz) = 0de117e00ca8bec573e80c74d62279e153283630 -RMD160 (yaz-3.0.41.tar.gz) = f27cca9921ed29deb8b0e3371a2a11f53fd1cc79 -Size (yaz-3.0.41.tar.gz) = 2028682 bytes +SHA1 (yaz-3.0.42.tar.gz) = fa68ca9b005607340504f6252abd1fb3d4d446fb +RMD160 (yaz-3.0.42.tar.gz) = 90fa94d739488a63a9e635d0e52155981d72b338 +Size (yaz-3.0.42.tar.gz) = 2035660 bytes |