summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhe <he>2008-09-14 19:32:55 +0000
committerhe <he>2008-09-14 19:32:55 +0000
commitb3849e01c58b7e53b936d29a06bb1c7afc9cc601 (patch)
treef42677cc5d08620f9b8a395f683c4a139da2ab53 /net
parent88deda47056a72eaf793fd97e0410c67fba343d0 (diff)
downloadpkgsrc-b3849e01c58b7e53b936d29a06bb1c7afc9cc601.tar.gz
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.
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-Z3950-ZOOM/DESCR4
-rw-r--r--net/p5-Net-Z3950-ZOOM/Makefile22
-rw-r--r--net/p5-Net-Z3950-ZOOM/distinfo6
-rw-r--r--net/p5-Net-Z3950-ZOOM/patches/patch-aa13
4 files changed, 45 insertions, 0 deletions
diff --git a/net/p5-Net-Z3950-ZOOM/DESCR b/net/p5-Net-Z3950-ZOOM/DESCR
new file mode 100644
index 00000000000..f39430b0491
--- /dev/null
+++ b/net/p5-Net-Z3950-ZOOM/DESCR
@@ -0,0 +1,4 @@
+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.
diff --git a/net/p5-Net-Z3950-ZOOM/Makefile b/net/p5-Net-Z3950-ZOOM/Makefile
new file mode 100644
index 00000000000..82e46f0785c
--- /dev/null
+++ b/net/p5-Net-Z3950-ZOOM/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/14 19:32:55 he Exp $
+
+DISTNAME= Net-Z3950-ZOOM-1.24
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Net-Z3950-ZOOM/
+COMMENT= Perl extension for talking to Z39.50 servers
+
+#PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+DEPENDS+= p5-Event>=1.06:../../devel/p5-Event
+DEPENDS+= p5-MARC-Record>=2.0.0:../../wip/p5-MARC-Record
+BUILDLINK_API_DEPENDS.yaz+= yaz>=2.1.50
+
+PERL5_PACKLIST= auto/Net/Z3950/ZOOM/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../net/yaz/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/p5-Net-Z3950-ZOOM/distinfo b/net/p5-Net-Z3950-ZOOM/distinfo
new file mode 100644
index 00000000000..5d7a4d0b770
--- /dev/null
+++ b/net/p5-Net-Z3950-ZOOM/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/14 19:32:55 he Exp $
+
+SHA1 (Net-Z3950-ZOOM-1.24.tar.gz) = 57e9a6fcb71a49b5427249a7c6eef53e6cff1a7d
+RMD160 (Net-Z3950-ZOOM-1.24.tar.gz) = 56aabd203fa2c3caea80ca22368b8707a274cee9
+Size (Net-Z3950-ZOOM-1.24.tar.gz) = 67651 bytes
+SHA1 (patch-aa) = 1710d051196988759b931ba98a5e923a178d4df5
diff --git a/net/p5-Net-Z3950-ZOOM/patches/patch-aa b/net/p5-Net-Z3950-ZOOM/patches/patch-aa
new file mode 100644
index 00000000000..55628a2e9e7
--- /dev/null
+++ b/net/p5-Net-Z3950-ZOOM/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.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') };
+