New port: p5-Net-Z3950-ZOOM.

A perl interface to the Z39.50 Object-Orientation Model (ZOOM).
This commit is contained in:
Dmitry Sivachenko
2006-12-23 16:04:33 +00:00
parent 714f67d887
commit f67a45bc8e
5 changed files with 54 additions and 0 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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

View File

@@ -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/

View File

@@ -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