yaz is a library and tools speaking the Z39/50 protocol.

This protocol is used by libraries (the ones that store books) to
communicate interesting information.

Adapted from submission by Andreas Bihlmaier
This commit is contained in:
espie 2007-04-08 19:36:02 +00:00
parent 3c7b3bd57d
commit 568824d9d6
5 changed files with 241 additions and 0 deletions

34
net/yaz/Makefile Normal file
View File

@ -0,0 +1,34 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/04/08 19:36:02 espie Exp $
COMMENT= "Z39.50/SR client and API library"
DISTNAME= yaz-2.1.54
CATEGORIES= net
SHARED_LIBS += yaz 0.0 # .2.1
HOMEPAGE= http://www.indexdata.dk/yaz/
MAINTAINER= Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
# Revised BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_LIBTOOL= Yes
WANTLIB= c crypto m ncurses pcap pthread readline ssl z iconv \
intl
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ \
ftp://ftp.indexdata.dk/pub/yaz/
LIB_DEPENDS= xml2::textproc/libxml \
gpg-error::security/libgpg-error \
gcrypt::security/libgcrypt \
exslt,xslt::textproc/libxslt
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

5
net/yaz/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (yaz-2.1.54.tar.gz) = E+Np/WvyS5no1rgX5sFRnQ==
RMD160 (yaz-2.1.54.tar.gz) = jPhadb8a+DSUJ+1XUZziUzH+GR8=
SHA1 (yaz-2.1.54.tar.gz) = pIyJ1Cnt0757RiTv+hxbU/JuHbU=
SHA256 (yaz-2.1.54.tar.gz) = GJTwLTe/GyLZChzGVvN5LfXwj6y5Sv5QENVnSEsZhEE=
SIZE (yaz-2.1.54.tar.gz) = 1739277

5
net/yaz/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
YAZ is a compact toolkit that provides access to the Z39.50/SR
protocol, as well as a set of higher-level tools for implementing the
server and client roles, respectively.
Z39.50 is an older protocol used by libraries to reference their books.

2
net/yaz/pkg/PFRAG.shared Normal file
View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/04/08 19:36:02 espie Exp $
@lib lib/libyaz.so.${LIByaz_VERSION}

195
net/yaz/pkg/PLIST Normal file
View File

@ -0,0 +1,195 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/04/08 19:36:02 espie Exp $
%%SHARED%%
bin/yaz-asncomp
bin/yaz-client
bin/yaz-config
bin/yaz-iconv
bin/yaz-marcdump
bin/yaz-ztest
bin/ziffy
bin/zoomsh
include/yaz/
include/yaz/backend.h
include/yaz/ccl.h
include/yaz/ccl_xml.h
include/yaz/charneg.h
include/yaz/comstack.h
include/yaz/cql.h
include/yaz/diagbib1.h
include/yaz/diagsru_update.h
include/yaz/diagsrw.h
include/yaz/ill-core.h
include/yaz/ill.h
include/yaz/item-req.h
include/yaz/libxml2_error.h
include/yaz/log.h
include/yaz/logrpn.h
include/yaz/marcdisp.h
include/yaz/nmem.h
include/yaz/nmem_xml.h
include/yaz/odr.h
include/yaz/oid.h
include/yaz/options.h
include/yaz/otherinfo.h
include/yaz/pquery.h
include/yaz/proto.h
include/yaz/prt-ext.h
include/yaz/querytowrbuf.h
include/yaz/readconf.h
include/yaz/record_conv.h
include/yaz/retrieval.h
include/yaz/snprintf.h
include/yaz/soap.h
include/yaz/sortspec.h
include/yaz/srw.h
include/yaz/statserv.h
include/yaz/tcpip.h
include/yaz/test.h
include/yaz/timing.h
include/yaz/tpath.h
include/yaz/unix.h
include/yaz/wrbuf.h
include/yaz/xmalloc.h
include/yaz/xmlquery.h
include/yaz/xmltypes.h
include/yaz/yaz-ccl.h
include/yaz/yaz-iconv.h
include/yaz/yaz-util.h
include/yaz/yaz-version.h
include/yaz/yconfig.h
include/yaz/z-accdes1.h
include/yaz/z-accform1.h
include/yaz/z-acckrb1.h
include/yaz/z-charneg.h
include/yaz/z-core.h
include/yaz/z-date.h
include/yaz/z-diag1.h
include/yaz/z-espec1.h
include/yaz/z-estask.h
include/yaz/z-exp.h
include/yaz/z-grs.h
include/yaz/z-mterm2.h
include/yaz/z-oclcui.h
include/yaz/z-opac.h
include/yaz/z-rrf1.h
include/yaz/z-rrf2.h
include/yaz/z-sum.h
include/yaz/z-sutrs.h
include/yaz/z-uifr1.h
include/yaz/z-univ.h
include/yaz/zes-admin.h
include/yaz/zes-expi.h
include/yaz/zes-exps.h
include/yaz/zes-order.h
include/yaz/zes-pquery.h
include/yaz/zes-psched.h
include/yaz/zes-pset.h
include/yaz/zes-update.h
include/yaz/zes-update0.h
include/yaz/zgdu.h
include/yaz/zoom.h
lib/libyaz.a
lib/libyaz.la
lib/pkgconfig/
lib/pkgconfig/yaz.pc
@man man/man1/yaz-asncomp.1
@man man/man1/yaz-client.1
@man man/man1/yaz-iconv.1
@man man/man1/yaz-marcdump.1
@man man/man1/ziffy.1
@man man/man1/zoomsh.1
@man man/man7/yaz-log.7
@man man/man7/yaz.7
@man man/man8/yaz-config.8
@man man/man8/yaz-ztest.8
share/aclocal/
share/aclocal/yaz.m4
share/doc/yaz/
share/doc/yaz/apilayer.png
share/doc/yaz/asn.external.html
share/doc/yaz/asn.html
share/doc/yaz/asn.oid.html
share/doc/yaz/asn.pdu.html
share/doc/yaz/asn.preparing.html
share/doc/yaz/client.commands.html
share/doc/yaz/client.html
share/doc/yaz/client.invoking.html
share/doc/yaz/client.searching.html
share/doc/yaz/common/
share/doc/yaz/common/id.png
share/doc/yaz/common/style1.css
share/doc/yaz/comstack.addresses.html
share/doc/yaz/comstack.client.html
share/doc/yaz/comstack.common.html
share/doc/yaz/comstack.diagnostics.html
share/doc/yaz/comstack.html
share/doc/yaz/comstack.introduction.html
share/doc/yaz/comstack.server.html
share/doc/yaz/comstack.ssl.html
share/doc/yaz/comstack.summary.html
share/doc/yaz/credits.html
share/doc/yaz/future.html
share/doc/yaz/index.html
share/doc/yaz/indexdata.html
share/doc/yaz/installation.html
share/doc/yaz/installation.unix.html
share/doc/yaz/installation.win32.html
share/doc/yaz/introduction.api.html
share/doc/yaz/introduction.html
share/doc/yaz/license.html
share/doc/yaz/license.other.html
share/doc/yaz/marc.html
share/doc/yaz/odr.debugging.html
share/doc/yaz/odr.html
share/doc/yaz/odr.programming.html
share/doc/yaz/odr.use.html
share/doc/yaz/server.backend.html
share/doc/yaz/server.backendfunctions.html
share/doc/yaz/server.frontend.html
share/doc/yaz/server.html
share/doc/yaz/server.invocation.html
share/doc/yaz/server.main.html
share/doc/yaz/server.vhosts.html
share/doc/yaz/soap.html
share/doc/yaz/soap.http.html
share/doc/yaz/soap.srw.html
share/doc/yaz/soap.xml.html
share/doc/yaz/tools.html
share/doc/yaz/tools.log.html
share/doc/yaz/tools.nmem.html
share/doc/yaz/tools.oid.html
share/doc/yaz/tools.retrieval.html
share/doc/yaz/ziffy.html
share/doc/yaz/ziffy.using.html
share/doc/yaz/zoom.events.html
share/doc/yaz/zoom.extendedservices.html
share/doc/yaz/zoom.html
share/doc/yaz/zoom.options.html
share/doc/yaz/zoom.query.html
share/doc/yaz/zoom.records.html
share/doc/yaz/zoom.resultsets.html
share/doc/yaz/zoom.scan.html
share/yaz/
share/yaz/etc/
share/yaz/etc/MARC21slim2DC.xsl
share/yaz/etc/MARC21slim2MODS.xsl
share/yaz/etc/MARC21slim2RDFDC.xsl
share/yaz/etc/MARC21slimUtils.xsl
share/yaz/etc/cqlpass.properties
share/yaz/etc/maps.xml
share/yaz/etc/pqf.properties
share/yaz/etc/yazgfs.xml
share/yaz/ill/
share/yaz/ill/ill.tcl
share/yaz/ill/ill9702.asn
share/yaz/ill/item-req.asn
share/yaz/z39.50/
share/yaz/z39.50/charneg-3.asn
share/yaz/z39.50/datetime.asn
share/yaz/z39.50/esadmin.asn
share/yaz/z39.50/esupdate.asn
share/yaz/z39.50/mterm2.asn
share/yaz/z39.50/oclcui.asn
share/yaz/z39.50/univres.asn
share/yaz/z39.50/z.tcl
share/yaz/z39.50/z3950v3.asn