New port: p5-Net-Z3950-ZOOM.
A perl interface to the Z39.50 Object-Orientation Model (ZOOM).
This commit is contained in:
@@ -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
|
||||
|
||||
32
net/p5-Net-Z3950-ZOOM/Makefile
Normal file
32
net/p5-Net-Z3950-ZOOM/Makefile
Normal 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>
|
||||
3
net/p5-Net-Z3950-ZOOM/distinfo
Normal file
3
net/p5-Net-Z3950-ZOOM/distinfo
Normal 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
|
||||
7
net/p5-Net-Z3950-ZOOM/pkg-descr
Normal file
7
net/p5-Net-Z3950-ZOOM/pkg-descr
Normal 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/
|
||||
11
net/p5-Net-Z3950-ZOOM/pkg-plist
Normal file
11
net/p5-Net-Z3950-ZOOM/pkg-plist
Normal 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
|
||||
Reference in New Issue
Block a user