diff options
author | thierry <thierry@FreeBSD.org> | 2004-08-11 03:27:19 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-08-11 03:27:19 +0800 |
commit | 0be86962aac5779aede53272238c46297ca1ed0c (patch) | |
tree | 8a560cd04139a3a65dac61a244e9d804f0b9c436 /net/pear-Net_POP3 | |
parent | 202df7d447d9eeb6785f1a3577ff0efd52486754 (diff) | |
download | freebsd-ports-gnome-0be86962aac5779aede53272238c46297ca1ed0c.tar.gz freebsd-ports-gnome-0be86962aac5779aede53272238c46297ca1ed0c.tar.zst freebsd-ports-gnome-0be86962aac5779aede53272238c46297ca1ed0c.zip |
Add pear-Net_POP3 1.3.2, provides a POP3 class to access POP3 server.
PR: 70251
Submitted by: Gerrit Beine.
Diffstat (limited to 'net/pear-Net_POP3')
-rw-r--r-- | net/pear-Net_POP3/Makefile | 25 | ||||
-rw-r--r-- | net/pear-Net_POP3/distinfo | 2 | ||||
-rw-r--r-- | net/pear-Net_POP3/pkg-descr | 5 |
3 files changed, 32 insertions, 0 deletions
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/ |