diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Z3950-ZOOM/Makefile | 32 | ||||
-rw-r--r-- | net/p5-Net-Z3950-ZOOM/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-Z3950-ZOOM/pkg-descr | 7 | ||||
-rw-r--r-- | net/p5-Net-Z3950-ZOOM/pkg-plist | 11 |
5 files changed, 54 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 7d095bfecd88..8e5cffe035ce 100644 --- a/net/Makefile +++ b/net/Makefile @@ -504,6 +504,7 @@ SUBDIR += p5-Net-Yadis SUBDIR += p5-Net-Z3950 SUBDIR += p5-Net-Z3950-SimpleServer + SUBDIR += p5-Net-Z3950-ZOOM SUBDIR += p5-Net-ext SUBDIR += p5-NetAddr-IP-Count SUBDIR += p5-NetPacket diff --git a/net/p5-Net-Z3950-ZOOM/Makefile b/net/p5-Net-Z3950-ZOOM/Makefile new file mode 100644 index 000000000000..0634dded1c27 --- /dev/null +++ b/net/p5-Net-Z3950-ZOOM/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-Net-Z3950-ZOOM +# Date created: 22 December 2006 +# Whom: Dmitry Sivachenko <demon@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-Z3950-ZOOM +PORTVERSION= 1.14 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= demon@FreeBSD.org +COMMENT= A perl interface to the Z39.50 Object-Orientation Model (ZOOM) + +LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz + +PERL_CONFIGURE= yes + +MAN3= Net::Z3950::ZOOM.3 ZOOM.3 + +CONFLICTS= p5-Net-Z3950-[0-9]* + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl version 5.6.0 or above +.endif + +.include <bsd.port.post.mk> diff --git a/net/p5-Net-Z3950-ZOOM/distinfo b/net/p5-Net-Z3950-ZOOM/distinfo new file mode 100644 index 000000000000..abf1bcbf93b7 --- /dev/null +++ b/net/p5-Net-Z3950-ZOOM/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-Z3950-ZOOM-1.14.tar.gz) = 57edb09c3285e3474cf80cd4907d1365 +SHA256 (Net-Z3950-ZOOM-1.14.tar.gz) = 736d795a0883757550f2d2ea06b933632421e6e30be8dce9080845b9f5b51ce1 +SIZE (Net-Z3950-ZOOM-1.14.tar.gz) = 61244 diff --git a/net/p5-Net-Z3950-ZOOM/pkg-descr b/net/p5-Net-Z3950-ZOOM/pkg-descr new file mode 100644 index 000000000000..72008cef7672 --- /dev/null +++ b/net/p5-Net-Z3950-ZOOM/pkg-descr @@ -0,0 +1,7 @@ +This Perl module provides 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. + +WWW: http://search.cpan.org/~mirk/Net-Z3950-ZOOM/ diff --git a/net/p5-Net-Z3950-ZOOM/pkg-plist b/net/p5-Net-Z3950-ZOOM/pkg-plist new file mode 100644 index 000000000000..93a58bfdf81c --- /dev/null +++ b/net/p5-Net-Z3950-ZOOM/pkg-plist @@ -0,0 +1,11 @@ +bin/zselect +%%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950/ZOOM.pm +%%SITE_PERL%%/%%PERL_ARCH%%/ZOOM.pm +%%SITE_PERL%%/%%PERL_ARCH%%/ZOOM.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/ZOOM/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/ZOOM/ZOOM.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/ZOOM/ZOOM.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/ZOOM +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950 +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950 |