diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-05-17 02:03:12 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-05-17 02:03:12 +0000 |
commit | d82cf325425d2a49b023ead08a30ec0b7d44c687 (patch) | |
tree | f50f1fa62165ca2214af546637c6ad4a09c8599b | |
parent | 1673705b648a407fa7866e201760d26e06614753 (diff) | |
download | pkgsrc-d82cf325425d2a49b023ead08a30ec0b7d44c687.tar.gz |
import p5-Net-Z3950-0.32
This module provides a Perl interface to the Z39.50 information
retrieval protocol (aka. ISO 23950), a mature and powerful protocol
used in application domains as diverse as bibliographic information,
geo-spatial mapping, museums and other cultural heritage information,
and structured vocabulary navigation.
-rw-r--r-- | net/p5-Net-Z3950/DESCR | 5 | ||||
-rw-r--r-- | net/p5-Net-Z3950/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Net-Z3950/PLIST | 1 | ||||
-rw-r--r-- | net/p5-Net-Z3950/distinfo | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/net/p5-Net-Z3950/DESCR b/net/p5-Net-Z3950/DESCR new file mode 100644 index 00000000000..11913f9a9c7 --- /dev/null +++ b/net/p5-Net-Z3950/DESCR @@ -0,0 +1,5 @@ +This module provides a Perl interface to the Z39.50 information +retrieval protocol (aka. ISO 23950), a mature and powerful protocol +used in application domains as diverse as bibliographic information, +geo-spatial mapping, museums and other cultural heritage information, +and structured vocabulary navigation. diff --git a/net/p5-Net-Z3950/Makefile b/net/p5-Net-Z3950/Makefile new file mode 100644 index 00000000000..eb975c51718 --- /dev/null +++ b/net/p5-Net-Z3950/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/05/17 02:03:12 dmcmahill Exp $ +# + +DISTNAME= Net-Z3950-0.32 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5nz3 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://perl.z3950.org +COMMENT= perl interface to the Z39.50 information retrieval protocol + +DEPENDS+= p5-MARC>=1.15:../../databases/p5-MARC +DEPENDS+= p5-Event>=0.77:../../devel/p5-Event + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Z3950/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../net/yaz/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-Z3950/PLIST b/net/p5-Net-Z3950/PLIST new file mode 100644 index 00000000000..cbc60038ad0 --- /dev/null +++ b/net/p5-Net-Z3950/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/17 02:03:12 dmcmahill Exp $ diff --git a/net/p5-Net-Z3950/distinfo b/net/p5-Net-Z3950/distinfo new file mode 100644 index 00000000000..9450a23e00c --- /dev/null +++ b/net/p5-Net-Z3950/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/05/17 02:03:12 dmcmahill Exp $ + +SHA1 (Net-Z3950-0.32.tar.gz) = 0b6c8f9a69167d3412fcddcf336195b5deea69e3 +Size (Net-Z3950-0.32.tar.gz) = 63196 bytes |