mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
PEAR::Net_Dict provides a simple API to the DICT Protocol handling all the
network related issues and providing DICT responses in PHP datatypes to make it easy for a developer to use DICT servers in their programs. PR: ports/78550 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
This commit is contained in:
parent
b2a9442873
commit
1d82bf530b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130648
@ -547,6 +547,7 @@
|
||||
SUBDIR += pcnfsd
|
||||
SUBDIR += pear-Net_CheckIP
|
||||
SUBDIR += pear-Net_DIME
|
||||
SUBDIR += pear-Net_Dict
|
||||
SUBDIR += pear-Net_DNSBL
|
||||
SUBDIR += pear-Net_IPv6
|
||||
SUBDIR += pear-Net_NNTP
|
||||
|
24
net/pear-Net_Dict/Makefile
Normal file
24
net/pear-Net_Dict/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Ports collection makefile for: pear-Net_Dict
|
||||
# Date created: 07 March 2005
|
||||
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net_Dict
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= net www pear
|
||||
|
||||
MAINTAINER= antonio@php.net
|
||||
COMMENT= PEAR interface to the DICT protocol
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CATEGORY= Net
|
||||
FILES= Dict.php
|
||||
DOCS= dict.php
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
||||
.include <bsd.port.post.mk>
|
2
net/pear-Net_Dict/distinfo
Normal file
2
net/pear-Net_Dict/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (PEAR/Net_Dict-1.0.3.tgz) = 1c49798c35f2c1b4818dcd18f02fa7c1
|
||||
SIZE (PEAR/Net_Dict-1.0.3.tgz) = 5441
|
5
net/pear-Net_Dict/pkg-descr
Normal file
5
net/pear-Net_Dict/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
PEAR::Net_Dict provides a simple API to the DICT Protocol handling all the
|
||||
network related issues and providing DICT responses in PHP datatypes to
|
||||
make it easy for a developer to use DICT servers in their programs.
|
||||
|
||||
WWW: http://pear.php.net/package/Net_Dict/
|
Loading…
Reference in New Issue
Block a user