summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-08-10 19:27:19 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-08-10 19:27:19 +0000
commite4dd95b91a6ad25d347f9897919e72e1abb2751a (patch)
treea69bebe40a8929ba1f3227c6c5dae8ce8ab6c454 /net
parentFix segfault when accessing an unset array (diff)
Add pear-Net_POP3 1.3.2, provides a POP3 class to access POP3 server.
PR: 70251 Submitted by: Gerrit Beine.
Notes
Notes: svn path=/head/; revision=115865
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/pear-Net_POP3/Makefile25
-rw-r--r--net/pear-Net_POP3/distinfo2
-rw-r--r--net/pear-Net_POP3/pkg-descr5
4 files changed, 33 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index e9b32ab8b6cf..334790b1f34b 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -508,6 +508,7 @@
SUBDIR += pcnfsd
SUBDIR += pear-Net_DIME
SUBDIR += pear-Net_NNTP
+ SUBDIR += pear-Net_POP3
SUBDIR += pear-Net_SMTP
SUBDIR += pear-Net_Sieve
SUBDIR += pear-Net_Socket
diff --git a/net/pear-Net_POP3/Makefile b/net/pear-Net_POP3/Makefile
new file mode 100644
index 000000000000..fd546b3e8aea
--- /dev/null
+++ b/net/pear-Net_POP3/Makefile
@@ -0,0 +1,25 @@
+# Ports collection makefile for: pear-Net_POP3
+# Date created: 10 August 2004
+# Whom: Gerrit Beine (<tux@pinguru.net>)
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net_POP3
+PORTVERSION= 1.3.2
+CATEGORIES= net pear
+
+MAINTAINER= tux@pinguru.net
+COMMENT= Provides a POP3 class to access POP3 server
+
+BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+CATEGORY= Net
+FILES= POP3.php
+TESTS= Net_POP3_example.php
+_TESTSDIR= .
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
+.include <bsd.port.post.mk>
diff --git a/net/pear-Net_POP3/distinfo b/net/pear-Net_POP3/distinfo
new file mode 100644
index 000000000000..d28c27916b96
--- /dev/null
+++ b/net/pear-Net_POP3/distinfo
@@ -0,0 +1,2 @@
+MD5 (PEAR/Net_POP3-1.3.2.tgz) = 751155a5e6d9501dfd2539c454d43213
+SIZE (PEAR/Net_POP3-1.3.2.tgz) = 7883
diff --git a/net/pear-Net_POP3/pkg-descr b/net/pear-Net_POP3/pkg-descr
new file mode 100644
index 000000000000..a649cf236fbb
--- /dev/null
+++ b/net/pear-Net_POP3/pkg-descr
@@ -0,0 +1,5 @@
+Provides a POP3 class to access POP3 server. Support all POP3 commands
+including UIDL listings, APOP authentication, DIGEST-MD5 and CRAM-MD5
+using optional Auth_SASL package.
+
+WWW: http://pear.php.net/package/Net_POP3/