head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.12 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.10 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.8 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.6 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.4 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.2 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.1.1.1.0.2 pkgsrc-2008Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2008.11.18.15.02.50; author he; state dead; branches; next 1.1; 1.1 date 2008.09.14.19.32.55; author he; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2008.09.14.19.32.55; author he; state Exp; branches; next ; desc @@ 1.2 log @Updated from version 1.24nb2 to 1.25. Pkgsrc changes: o Remove no-longer-needed fix for one of the tests Upstream changes: 1.25 [IN PROGRESS] - Fix test-suite not to run the "packages" tests against test.indexdata.com, which has gone away, but against z3950.indexdata.com, like the other tests. A new server runs on a different port for these tests. - Rename zdump.pl to zoomdump, and add it to the set of programs installed. @ text @$NetBSD: patch-aa,v 1.1 2008/09/14 19:32:55 he Exp $ --- t/26-packages.t.orig 2006-06-07 11:58:56.000000000 +0200 +++ t/26-packages.t @@@@ -5,7 +5,7 @@@@ use strict; use warnings; -use Test::More tests => 40; +use Test::More tests => 41; BEGIN { use_ok('ZOOM') }; @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Import p5-Net-Z3950-ZOOM version 1.24 from pkgsrc-wip + own update. Some of the tests fails, but that appears to be due to some remote server no longer providing the expected service. Also fix one test's count of tests. The Net::Z3950::ZOOM distribution contains three Perl modules for the price of one. They all provide facilities for building information retrieval clients using the standard Z39.50 and SRW/U protocols, but do so using different APIs. @ text @@