mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Add pecl-yaz 1.0.1, a PECL extension that implements a Z39.50 client.
This commit is contained in:
parent
b674531c4a
commit
76341f8f55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113976
@ -507,6 +507,7 @@
|
||||
SUBDIR += pear-Net_URL
|
||||
SUBDIR += pear-SOAP
|
||||
SUBDIR += pebrot
|
||||
SUBDIR += pecl-yaz
|
||||
SUBDIR += pen
|
||||
SUBDIR += perldap
|
||||
SUBDIR += pfflowd
|
||||
|
26
net/pecl-yaz/Makefile
Normal file
26
net/pecl-yaz/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: pecl-yaz
|
||||
# Date created: 9 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= yaz
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= net pear
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= A PECL extension that implements a Z39.50 client
|
||||
|
||||
LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-yaz=${LOCALBASE}
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/pecl-yaz/distinfo
Normal file
2
net/pecl-yaz/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (PECL/yaz-1.0.1.tgz) = ae04a125b4ea3a4f292d06fc881be402
|
||||
SIZE (PECL/yaz-1.0.1.tgz) = 14656
|
7
net/pecl-yaz/pkg-descr
Normal file
7
net/pecl-yaz/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
PHP/YAZ is an extension to the popular web server language PHP that implements
|
||||
Z39.50 origin (client) functionality as well as the SRW/SRU protocols.
|
||||
|
||||
WWW: http://pecl.php.net/package/yaz/
|
||||
|
||||
- Alex Dupre
|
||||
ale@FreeBSD.org
|
Loading…
Reference in New Issue
Block a user