diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-13 11:02:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-13 11:02:28 +0000 |
commit | 6cbd5609467e4bef0bfbae195c9c296199633561 (patch) | |
tree | e10de2bbf2312994f27f8aaa19a9c74d764ce917 /net/yaz | |
parent | 6b472c491f4b0eb4c31b3d519889dad7cbd7883d (diff) | |
download | pkgsrc-6cbd5609467e4bef0bfbae195c9c296199633561.tar.gz |
Update to 4.0.12:
--- 4.0.12 2010/08/17
Z39.50 facet support. Facet specifications are passed for search in
other-information with ASN.1 as defined in facet.asn and OID
.10.1000.81.5 . Facets are expressed as an Attribute list as known
from Type-1/RPN queries. Type 1 is field. Type 2 is sort order. Type
3 is limit (number of entries to get in response). yaz-ztest returns
dummy facets if a client asks for them.
Diffstat (limited to 'net/yaz')
-rw-r--r-- | net/yaz/Makefile | 4 | ||||
-rw-r--r-- | net/yaz/PLIST | 3 | ||||
-rw-r--r-- | net/yaz/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 8750dc214ef..6ccaea2da79 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2010/07/14 12:53:50 obache Exp $ +# $NetBSD: Makefile,v 1.35 2010/09/13 11:02:28 wiz Exp $ # -DISTNAME= yaz-4.0.11 +DISTNAME= yaz-4.0.12 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ diff --git a/net/yaz/PLIST b/net/yaz/PLIST index fc6626d2b66..2ef065422d9 100644 --- a/net/yaz/PLIST +++ b/net/yaz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2010/07/14 12:53:51 obache Exp $ +@comment $NetBSD: PLIST,v 1.15 2010/09/13 11:02:28 wiz Exp $ bin/yaz-asncomp bin/yaz-client bin/yaz-config @@ -22,6 +22,7 @@ include/yaz/diagsru_update.h include/yaz/diagsrw.h include/yaz/dirent.h include/yaz/errno.h +include/yaz/facet.h include/yaz/file_glob.h include/yaz/gettimeofday.h include/yaz/icu.h diff --git a/net/yaz/distinfo b/net/yaz/distinfo index 8afde076fd8..794fe94ea39 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2010/07/14 12:53:51 obache Exp $ +$NetBSD: distinfo,v 1.22 2010/09/13 11:02:28 wiz Exp $ -SHA1 (yaz-4.0.11.tar.gz) = 2800d6f88c21404d5f017276d2308225bf1a67d9 -RMD160 (yaz-4.0.11.tar.gz) = 5b56d6e53dbb8b2edded13fe5602c88cca02d10c -Size (yaz-4.0.11.tar.gz) = 2248742 bytes +SHA1 (yaz-4.0.12.tar.gz) = b59243616022c7b79b8576c919a1ad3f04c0ced4 +RMD160 (yaz-4.0.12.tar.gz) = 04984193a1c3a5b8745bbe159e1e7d66a4b733fa +Size (yaz-4.0.12.tar.gz) = 2252891 bytes |