aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Z3950-ZOOM
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2006-12-23 16:04:33 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2006-12-23 16:04:33 +0000
commitf67a45bc8e70014217ee17da8d95566dbb808d38 (patch)
treec37d869e8219adfdff86a0434542ffe53b306884 /net/p5-Net-Z3950-ZOOM
parent714f67d8873295825db8d8d91a791747b64160e6 (diff)
downloadports-f67a45bc8e70014217ee17da8d95566dbb808d38.tar.gz
ports-f67a45bc8e70014217ee17da8d95566dbb808d38.zip
New port: p5-Net-Z3950-ZOOM.
A perl interface to the Z39.50 Object-Orientation Model (ZOOM).
Notes
Notes: svn path=/head/; revision=180608
Diffstat (limited to 'net/p5-Net-Z3950-ZOOM')
-rw-r--r--net/p5-Net-Z3950-ZOOM/Makefile32
-rw-r--r--net/p5-Net-Z3950-ZOOM/distinfo3
-rw-r--r--net/p5-Net-Z3950-ZOOM/pkg-descr7
-rw-r--r--net/p5-Net-Z3950-ZOOM/pkg-plist11
4 files changed, 53 insertions, 0 deletions
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