aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_Dict
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-03-08 20:10:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-03-08 20:10:43 +0000
commit1d82bf530b41fa791e402dc446e51da9cf256b66 (patch)
tree1a7566527d0b682a946f3118bb5412bb59231f1b /net/pear-Net_Dict
parentb2a94428737bc82472bc5b13a903d3ed2b3d5ced (diff)
downloadports-1d82bf530b41fa791e402dc446e51da9cf256b66.tar.gz
ports-1d82bf530b41fa791e402dc446e51da9cf256b66.zip
Notes
Diffstat (limited to 'net/pear-Net_Dict')
-rw-r--r--net/pear-Net_Dict/Makefile24
-rw-r--r--net/pear-Net_Dict/distinfo2
-rw-r--r--net/pear-Net_Dict/pkg-descr5
3 files changed, 31 insertions, 0 deletions
diff --git a/net/pear-Net_Dict/Makefile b/net/pear-Net_Dict/Makefile
new file mode 100644
index 000000000000..dea67a43d845
--- /dev/null
+++ b/net/pear-Net_Dict/Makefile
@@ -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>
diff --git a/net/pear-Net_Dict/distinfo b/net/pear-Net_Dict/distinfo
new file mode 100644
index 000000000000..8a7ae8887a3a
--- /dev/null
+++ b/net/pear-Net_Dict/distinfo
@@ -0,0 +1,2 @@
+MD5 (PEAR/Net_Dict-1.0.3.tgz) = 1c49798c35f2c1b4818dcd18f02fa7c1
+SIZE (PEAR/Net_Dict-1.0.3.tgz) = 5441
diff --git a/net/pear-Net_Dict/pkg-descr b/net/pear-Net_Dict/pkg-descr
new file mode 100644
index 000000000000..0cbaecc3cef1
--- /dev/null
+++ b/net/pear-Net_Dict/pkg-descr
@@ -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/