ports/117557: [PATCH] net/yaz: update to 3.0.14

chinsan chinsan at FreeBSD.org
Sat Oct 27 13:50:02 UTC 2007


>Number:         117557
>Category:       ports
>Synopsis:       [PATCH] net/yaz: update to 3.0.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 27 13:50:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD blog.homiya.com 6.2-STABLE FreeBSD 6.2-STABLE #5: Fri Sep  7 00:22:21 CST
>Description:
- Update to 3.0.14

Removed file(s):
- files/patch-configure

Port maintainer (demon at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- yaz-3.0.14.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/yaz/Makefile /home/chinsan/projects/yaz/Makefile
--- /usr/ports/net/yaz/Makefile	2007-08-05 05:37:53.000000000 +0800
+++ /home/chinsan/projects/yaz/Makefile	2007-10-27 21:15:14.000000000 +0800
@@ -6,12 +6,12 @@
 #
 
 PORTNAME=	yaz
-PORTVERSION=	2.1.53
+PORTVERSION=	3.0.14
 CATEGORIES=	net
 MASTER_SITES=	http://ftp.indexdata.dk/pub/yaz/
 
 MAINTAINER=	demon at FreeBSD.org
-COMMENT=	Z39.50/SR client and API library
+COMMENT=	Z39.50/SRW/SRU client, server, and API library
 
 LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
 		xslt.2:${PORTSDIR}/textproc/libxslt
@@ -24,8 +24,8 @@
 		--with-xslt=${LOCALBASE} --enable-tcpd
 USE_LDCONFIG=	yes
 
-MAN1=		yaz-asncomp.1 yaz-client.1 yaz-iconv.1 yaz-marcdump.1 \
-		ziffy.1 zoomsh.1
+MAN1=		yaz-asncomp.1 yaz-client.1 yaz-iconv.1 yaz-illclient.1 \
+		yaz-marcdump.1 ziffy.1 zoomsh.1
 MAN7=		yaz-log.7 yaz.7
 MAN8=		yaz-config.8 yaz-ztest.8
 
diff -ruN --exclude=CVS /usr/ports/net/yaz/distinfo /home/chinsan/projects/yaz/distinfo
--- /usr/ports/net/yaz/distinfo	2007-03-08 04:03:38.000000000 +0800
+++ /home/chinsan/projects/yaz/distinfo	2007-10-27 15:05:46.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (yaz-2.1.53.tar.gz) = b2ef7593ae022a28651b2b3221775c09
-SHA256 (yaz-2.1.53.tar.gz) = ceeac7a6e71745b04fa9933f6b7b1a99b5825f8091b0882a9d1b3978bedd726b
-SIZE (yaz-2.1.53.tar.gz) = 1736575
+MD5 (yaz-3.0.14.tar.gz) = f061a62167635e6e4b9311676891c823
+SHA256 (yaz-3.0.14.tar.gz) = 4628794e45d313d63b82a7e463f9ae429c463a635ad812a526db69618b2511ca
+SIZE (yaz-3.0.14.tar.gz) = 1792532
diff -ruN --exclude=CVS /usr/ports/net/yaz/files/patch-configure /home/chinsan/projects/yaz/files/patch-configure
--- /usr/ports/net/yaz/files/patch-configure	2006-08-16 16:46:51.000000000 +0800
+++ /home/chinsan/projects/yaz/files/patch-configure	1970-01-01 08:00:00.000000000 +0800
@@ -1,11 +0,0 @@
---- configure.orig	Mon Aug 14 19:41:49 2006
-+++ configure	Mon Aug 14 19:42:04 2006
-@@ -22561,7 +22561,7 @@
-     fi
-     { echo "$as_me:$LINENO: checking for working tcpd.h" >&5
- echo $ECHO_N "checking for working tcpd.h... $ECHO_C" >&6; }
--    LIBS="$LIBS -lwrap -lnsl"
-+    LIBS="$LIBS -lwrap"
-     cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
diff -ruN --exclude=CVS /usr/ports/net/yaz/pkg-descr /home/chinsan/projects/yaz/pkg-descr
--- /usr/ports/net/yaz/pkg-descr	2000-11-02 07:39:07.000000000 +0800
+++ /home/chinsan/projects/yaz/pkg-descr	2007-10-27 21:16:21.000000000 +0800
@@ -1,5 +1,6 @@
-YAZ is a compact toolkit that provides access to the Z39.50/SR
+YAZ is a compact toolkit that provides access to the Z39.50/SRW/SRU
 protocol, as well as a set of higher-level tools for implementing the
-server and client roles, respectively.
+server and client roles, respectively.  Z39.50-2003 (version 3) as well
+as SRW/SRU version 1.1 are supported in both the client and server roles.
 
 WWW: http://www.indexdata.dk/yaz/
diff -ruN --exclude=CVS /usr/ports/net/yaz/pkg-plist /home/chinsan/projects/yaz/pkg-plist
--- /usr/ports/net/yaz/pkg-plist	2007-03-08 04:03:38.000000000 +0800
+++ /home/chinsan/projects/yaz/pkg-plist	2007-10-27 21:11:19.000000000 +0800
@@ -2,6 +2,7 @@
 bin/yaz-client
 bin/yaz-config
 bin/yaz-iconv
+bin/yaz-illclient
 bin/yaz-marcdump
 bin/yaz-ztest
 bin/ziffy
@@ -11,6 +12,7 @@
 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
@@ -22,15 +24,20 @@
 include/yaz/log.h
 include/yaz/logrpn.h
 include/yaz/marcdisp.h
+include/yaz/mutex.h
 include/yaz/nmem.h
 include/yaz/nmem_xml.h
+include/yaz/oclc-ill-req-ext.h
+include/yaz/oid_db.h
+include/yaz/oid_util.h
+include/yaz/oid_std.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/query-charset.h
 include/yaz/querytowrbuf.h
 include/yaz/readconf.h
 include/yaz/record_conv.h
@@ -43,6 +50,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
@@ -88,7 +96,11 @@
 lib/libyaz.a
 lib/libyaz.la
 lib/libyaz.so
-lib/libyaz.so.2
+lib/libyaz.so.3
+lib/libyaz_server.a
+lib/libyaz_server.la
+lib/libyaz_server.so
+lib/libyaz_server.so.3
 libdata/pkgconfig/yaz.pc
 share/aclocal/yaz.m4
 %%DOCSDIR%%/apilayer.png
@@ -123,6 +135,7 @@
 %%DOCSDIR%%/introduction.html
 %%DOCSDIR%%/license.html
 %%DOCSDIR%%/license.other.html
+%%DOCSDIR%%/list-oids.html
 %%DOCSDIR%%/marc.html
 %%DOCSDIR%%/odr.debugging.html
 %%DOCSDIR%%/odr.html
@@ -165,6 +178,7 @@
 %%DATADIR%%/ill/ill.tcl
 %%DATADIR%%/ill/ill9702.asn
 %%DATADIR%%/ill/item-req.asn
+%%DATADIR%%/ill/oclc-ill-req-ext.asn
 %%DATADIR%%/z39.50/charneg-3.asn
 %%DATADIR%%/z39.50/datetime.asn
 %%DATADIR%%/z39.50/esadmin.asn
--- yaz-3.0.14.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list