pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-Net-Z3950-ZOOM Import p5-Net-Z3950-ZOOM version...
details: https://anonhg.NetBSD.org/pkgsrc/rev/df10b5d4c2a3
branches: trunk
changeset: 547239:df10b5d4c2a3
user: he <he%pkgsrc.org@localhost>
date: Sun Sep 14 19:32:55 2008 +0000
description:
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:
net/p5-Net-Z3950-ZOOM/DESCR | 4 ++++
net/p5-Net-Z3950-ZOOM/Makefile | 22 ++++++++++++++++++++++
net/p5-Net-Z3950-ZOOM/distinfo | 6 ++++++
net/p5-Net-Z3950-ZOOM/patches/patch-aa | 13 +++++++++++++
4 files changed, 45 insertions(+), 0 deletions(-)
diffs (61 lines):
diff -r 7fa53bf70609 -r df10b5d4c2a3 net/p5-Net-Z3950-ZOOM/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Z3950-ZOOM/DESCR Sun Sep 14 19:32:55 2008 +0000
@@ -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 -r 7fa53bf70609 -r df10b5d4c2a3 net/p5-Net-Z3950-ZOOM/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Z3950-ZOOM/Makefile Sun Sep 14 19:32:55 2008 +0000
@@ -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@localhost
+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 -r 7fa53bf70609 -r df10b5d4c2a3 net/p5-Net-Z3950-ZOOM/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Z3950-ZOOM/distinfo Sun Sep 14 19:32:55 2008 +0000
@@ -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 -r 7fa53bf70609 -r df10b5d4c2a3 net/p5-Net-Z3950-ZOOM/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Z3950-ZOOM/patches/patch-aa Sun Sep 14 19:32:55 2008 +0000
@@ -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') };
+
Home |
Main Index |
Thread Index |
Old Index