mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Update to 4.0.9
PR: ports/146960 Submitted by: C-S <c-s@c-s.li>
This commit is contained in:
parent
50f46ce72c
commit
d659904e6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255114
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= yaz
|
||||
PORTVERSION= 3.0.47
|
||||
PORTVERSION= 4.0.9
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (yaz-3.0.47.tar.gz) = efab9627e5089ad9a5fdb5dbac34f612
|
||||
SHA256 (yaz-3.0.47.tar.gz) = 88550fb65e28dbc1c0118920f84d3153576199d7c0a32576e416c92e4a94c2a4
|
||||
SIZE (yaz-3.0.47.tar.gz) = 2084391
|
||||
MD5 (yaz-4.0.9.tar.gz) = de6a8285e5691d5089971975994210a3
|
||||
SHA256 (yaz-4.0.9.tar.gz) = 60b5cdb0827a880866326d1f852a7411ee3bbc490779bde2b24b5b32dff57a0b
|
||||
SIZE (yaz-4.0.9.tar.gz) = 2242501
|
||||
|
@ -4,6 +4,7 @@ bin/yaz-config
|
||||
bin/yaz-iconv
|
||||
bin/yaz-icu
|
||||
bin/yaz-illclient
|
||||
bin/yaz-json-parse
|
||||
bin/yaz-marcdump
|
||||
bin/yaz-ztest
|
||||
bin/zoomsh
|
||||
@ -18,12 +19,15 @@ include/yaz/daemon.h
|
||||
include/yaz/diagbib1.h
|
||||
include/yaz/diagsru_update.h
|
||||
include/yaz/diagsrw.h
|
||||
include/yaz/dirent.h
|
||||
include/yaz/errno.h
|
||||
include/yaz/file_glob.h
|
||||
include/yaz/gettimeofday.h
|
||||
include/yaz/icu.h
|
||||
include/yaz/ill-core.h
|
||||
include/yaz/ill.h
|
||||
include/yaz/item-req.h
|
||||
include/yaz/libxml2_error.h
|
||||
include/yaz/json.h
|
||||
include/yaz/log.h
|
||||
include/yaz/logrpn.h
|
||||
include/yaz/marcdisp.h
|
||||
@ -50,19 +54,24 @@ include/yaz/record_conv.h
|
||||
include/yaz/retrieval.h
|
||||
include/yaz/rpn2cql.h
|
||||
include/yaz/sc.h
|
||||
include/yaz/shptr.h
|
||||
include/yaz/snprintf.h
|
||||
include/yaz/soap.h
|
||||
include/yaz/sortspec.h
|
||||
include/yaz/spipe.h
|
||||
include/yaz/srw.h
|
||||
include/yaz/statserv.h
|
||||
include/yaz/tcpip.h
|
||||
include/yaz/test.h
|
||||
include/yaz/thread_create.h
|
||||
include/yaz/thread_id.h
|
||||
include/yaz/timing.h
|
||||
include/yaz/tokenizer.h
|
||||
include/yaz/tpath.h
|
||||
include/yaz/unix.h
|
||||
include/yaz/wrbuf.h
|
||||
include/yaz/xmalloc.h
|
||||
include/yaz/xml_include.h
|
||||
include/yaz/xmlquery.h
|
||||
include/yaz/xmltypes.h
|
||||
include/yaz/yaz-ccl.h
|
||||
@ -104,15 +113,15 @@ include/yaz/zoom.h
|
||||
lib/libyaz.a
|
||||
lib/libyaz.la
|
||||
lib/libyaz.so
|
||||
lib/libyaz.so.3
|
||||
lib/libyaz.so.4
|
||||
lib/libyaz_icu.a
|
||||
lib/libyaz_icu.la
|
||||
lib/libyaz_icu.so
|
||||
lib/libyaz_icu.so.3
|
||||
lib/libyaz_icu.so.4
|
||||
lib/libyaz_server.a
|
||||
lib/libyaz_server.la
|
||||
lib/libyaz_server.so
|
||||
lib/libyaz_server.so.3
|
||||
lib/libyaz_server.so.4
|
||||
libdata/pkgconfig/yaz.pc
|
||||
share/aclocal/yaz.m4
|
||||
share/doc/yaz/apilayer.png
|
||||
@ -171,6 +180,7 @@ share/doc/yaz/yaz-config.html
|
||||
share/doc/yaz/yaz-iconv.html
|
||||
share/doc/yaz/yaz-icu.html
|
||||
share/doc/yaz/yaz-illclient.html
|
||||
share/doc/yaz/yaz-json-parse.html
|
||||
share/doc/yaz/yaz-log.html
|
||||
share/doc/yaz/yaz-marcdump.html
|
||||
share/doc/yaz/yaz-ztest.html
|
||||
@ -190,6 +200,7 @@ share/yaz/etc/MARC21slim2RDFDC.xsl
|
||||
share/yaz/etc/MARC21slimUtils.xsl
|
||||
share/yaz/etc/cqlpass.properties
|
||||
share/yaz/etc/maps.xml
|
||||
share/yaz/etc/marc21_to_endnote.xsl
|
||||
share/yaz/etc/opacxml.xsd
|
||||
share/yaz/etc/pqf.properties
|
||||
share/yaz/etc/yazgfs.xml
|
||||
|
Loading…
Reference in New Issue
Block a user