|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Andreas Bihlmaier (andreas.bihlmaier
gmx.de)
Date: Mon Jan 21 2008 - 18:05:28 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
I finally found some time to get net/yaz (and following x11/tellico)
up-to-date.
Tested
i386,
sparc64.
yaz changelog: (too long to insert here)
http://www.indexdata.dk/yaz/NEWS
Please somebody commit this together with tellico!
Regards
ahb
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/yaz/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile 15 Sep 2007 22:37:00 -0000 1.2
+++ Makefile 21 Jan 2008 23:49:21 -0000

-1,10 +1,12 
# $OpenBSD: Makefile,v 1.2 2007/09/15 22:37:00 merdely Exp $
COMMENT= Z39.50/SR client and API library
-DISTNAME= yaz-2.1.54
+DISTNAME= yaz-3.0.22
CATEGORIES= net
-SHARED_LIBS += yaz 0.0 # .2.1
+SHARED_LIBS += yaz 1.0 # 3.0
+SHARED_LIBS += yaz_icu 1.0 # 3.0
+SHARED_LIBS += yaz_server 1.0 # 3.0
HOMEPAGE= http://www.indexdata.dk/yaz/

-18,8 +20,7 
USE_LIBTOOL= Yes
-WANTLIB= c crypto m ncurses pcap pthread readline ssl z iconv \
- intl
+WANTLIB= c crypto m ncurses pthread readline ssl z iconv intl
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ \
ftp://ftp.indexdata.dk/pub/yaz/
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/yaz/distinfo,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 distinfo
--- distinfo 8 Apr 2007 19:36:02 -0000 1.1.1.1
+++ distinfo 21 Jan 2008 23:49:21 -0000

-1,5 +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
+MD5 (yaz-3.0.22.tar.gz) = e0dLEXsn6xjVlqsnmWlIsQ==
+RMD160 (yaz-3.0.22.tar.gz) = dnCcQroloqa8Vdt67I+yFPtBeiU=
+SHA1 (yaz-3.0.22.tar.gz) = dJCR/1BpiIz7/vYsMwaBYEMhW1k=
+SHA256 (yaz-3.0.22.tar.gz) = G1bpM1iKLghncADU0SgFK2I03zsaoVtlxH4bJo1Qj5Q=
+SIZE (yaz-3.0.22.tar.gz) = 1906564
Index: pkg/PFRAG.shared
===================================================================
RCS file: /cvs/ports/net/yaz/pkg/PFRAG.shared,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 PFRAG.shared
--- pkg/PFRAG.shared 8 Apr 2007 19:36:02 -0000 1.1.1.1
+++ pkg/PFRAG.shared 21 Jan 2008 23:49:21 -0000

-1,2 +1,4 
comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/04/08 19:36:02 espie Exp $
lib lib/libyaz.so.${LIByaz_VERSION}
+
lib lib/libyaz_icu.so.${LIByaz_icu_VERSION}
+
lib lib/libyaz_server.so.${LIByaz_server_VERSION}
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/yaz/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 PLIST
--- pkg/PLIST 8 Apr 2007 19:36:02 -0000 1.1.1.1
+++ pkg/PLIST 21 Jan 2008 23:49:21 -0000

-4,9 +4,10 
bin/yaz-client
bin/yaz-config
bin/yaz-iconv
+bin/yaz-icu
+bin/yaz-illclient
bin/yaz-marcdump
bin/yaz-ztest
-bin/ziffy
bin/zoomsh
include/yaz/
include/yaz/backend.h

-14,10 +15,12 
include/yaz/ccl_xml.h
include/yaz/charneg.h
include/yaz/comstack.h
+include/yaz/copy_types.h
include/yaz/cql.h
include/yaz/diagbib1.h
include/yaz/diagsru_update.h
include/yaz/diagsrw.h
+include/yaz/icu.h
include/yaz/ill-core.h
include/yaz/ill.h
include/yaz/item-req.h

-25,15 +28,22 
include/yaz/log.h
include/yaz/logrpn.h
include/yaz/marcdisp.h
+include/yaz/match_glob.h
+include/yaz/mutex.h
include/yaz/nmem.h
include/yaz/nmem_xml.h
+include/yaz/oclc-ill-req-ext.h
include/yaz/odr.h
-include/yaz/oid.h
+include/yaz/oid_db.h
+include/yaz/oid_std.h
+include/yaz/oid_util.h
include/yaz/options.h
include/yaz/otherinfo.h
+include/yaz/poll.h
include/yaz/pquery.h
include/yaz/proto.h
include/yaz/prt-ext.h
+include/yaz/query-charset.h
include/yaz/querytowrbuf.h
include/yaz/readconf.h
include/yaz/record_conv.h

-46,6 +56,7 
include/yaz/tcpip.h
include/yaz/test.h
include/yaz/timing.h
+include/yaz/tokenizer.h
include/yaz/tpath.h
include/yaz/unix.h
include/yaz/wrbuf.h

-90,13 +101,18 
include/yaz/zoom.h
lib/libyaz.a
lib/libyaz.la
+lib/libyaz_icu.a
+lib/libyaz_icu.la
+lib/libyaz_server.a
+lib/libyaz_server.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-icu.1
+
man man/man1/yaz-illclient.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

-108,13 +124,8 
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

-137,12 +148,13 
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/list-oids.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/reference.html
share/doc/yaz/server.backend.html
share/doc/yaz/server.backendfunctions.html
share/doc/yaz/server.frontend.html

-159,8 +171,16 
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/yaz-asncomp.html
+share/doc/yaz/yaz-client.html
+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-log.html
+share/doc/yaz/yaz-marcdump.html
+share/doc/yaz/yaz-ztest.html
+share/doc/yaz/yaz.html
share/doc/yaz/zoom.events.html
share/doc/yaz/zoom.extendedservices.html
share/doc/yaz/zoom.html

-169,6 +189,7 
share/doc/yaz/zoom.records.html
share/doc/yaz/zoom.resultsets.html
share/doc/yaz/zoom.scan.html
+share/doc/yaz/zoomsh.html
share/yaz/
share/yaz/etc/
share/yaz/etc/MARC21slim2DC.xsl

-183,6 +204,7 
share/yaz/ill/ill.tcl
share/yaz/ill/ill9702.asn
share/yaz/ill/item-req.asn
+share/yaz/ill/oclc-ill-req-ext.asn
share/yaz/z39.50/
share/yaz/z39.50/charneg-3.asn
share/yaz/z39.50/datetime.asn
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]