aboutsummaryrefslogtreecommitdiffstats
path: root/net/pear-Net_DIME
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2004-04-07 03:16:15 +0800
committerthierry <thierry@FreeBSD.org>2004-04-07 03:16:15 +0800
commitcd80154b9d2f98175f1945af1af6f958358bca37 (patch)
tree0fec55f68317fd5a779dd285af052ebd52c29cf4 /net/pear-Net_DIME
parent471721b03300650217c332246d8f17abd27e6b1b (diff)
downloadfreebsd-ports-gnome-cd80154b9d2f98175f1945af1af6f958358bca37.tar.gz
freebsd-ports-gnome-cd80154b9d2f98175f1945af1af6f958358bca37.tar.zst
freebsd-ports-gnome-cd80154b9d2f98175f1945af1af6f958358bca37.zip
Add pear-Net_DIME 0.3, the PEAR::Net_DIME class implements DIME encoding.
Approved by: pav (mentor).
Diffstat (limited to 'net/pear-Net_DIME')
-rw-r--r--net/pear-Net_DIME/Makefile25
-rw-r--r--net/pear-Net_DIME/distinfo2
-rw-r--r--net/pear-Net_DIME/pkg-descr5
3 files changed, 32 insertions, 0 deletions
diff --git a/net/pear-Net_DIME/Makefile b/net/pear-Net_DIME/Makefile
new file mode 100644
index 000000000000..c2bccc0bdebe
--- /dev/null
+++ b/net/pear-Net_DIME/Makefile
@@ -0,0 +1,25 @@
+# Ports collection makefile for: pear-Net_DIME
+# Date created: 05 April 2004
+# Whom: Thierry Thomas (<thierry@FreeBSD.org>)
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net_DIME
+PORTVERSION= 0.3
+CATEGORIES= net pear
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= The PEAR::Net_DIME class implements DIME encoding
+
+BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+CATEGORY= Net
+FILES= DIME.php
+TESTS= dime_message_test.php dime_record_test.php
+_TESTSDIR= test
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
+.include <bsd.port.post.mk>
diff --git a/net/pear-Net_DIME/distinfo b/net/pear-Net_DIME/distinfo
new file mode 100644
index 000000000000..a243b1a0986f
--- /dev/null
+++ b/net/pear-Net_DIME/distinfo
@@ -0,0 +1,2 @@
+MD5 (PEAR/Net_DIME-0.3.tgz) = 5e740eff36c049f4dcb348c6fb24da11
+SIZE (PEAR/Net_DIME-0.3.tgz) = 6740
diff --git a/net/pear-Net_DIME/pkg-descr b/net/pear-Net_DIME/pkg-descr
new file mode 100644
index 000000000000..8e177c953df4
--- /dev/null
+++ b/net/pear-Net_DIME/pkg-descr
@@ -0,0 +1,5 @@
+This is the initial independent release of the Net_DIME package.
+Provides an implementation of DIME as defined at
+http://www1.ietf.org/mail-archive/ietf-announce-old/Current/msg19298.html
+
+WWW: http://pear.php.net/package/Net_DIME/