diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-10 19:27:19 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-10 19:27:19 +0000 |
commit | e4dd95b91a6ad25d347f9897919e72e1abb2751a (patch) | |
tree | a69bebe40a8929ba1f3227c6c5dae8ce8ab6c454 /net/pear-Net_POP3 | |
parent | fa4d9be8145f2db524d385f8e2f4387df3a79ad6 (diff) | |
download | ports-e4dd95b91a6ad25d347f9897919e72e1abb2751a.tar.gz ports-e4dd95b91a6ad25d347f9897919e72e1abb2751a.zip |
Notes
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/ |