an implementation of the IMAP protocol for PHP

ok alek@
This commit is contained in:
mbalmer 2005-02-15 09:45:37 +00:00
parent 1cad9c78aa
commit 6dfc966f05
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/02/15 09:45:37 mbalmer Exp $
COMMENT= "an implementation of the IMAP protocol for PHP"
V= 1.0.3
DISTNAME= Net_IMAP-${V}
PKGNAME= pear-Net-IMAP-${V}
CATEGORIES= net pear
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
MODULES= www/php5/pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Net_IMAP-1.0.3.tgz) = 4f2f821cf1edb68533c62f8eb7acbde9
RMD160 (Net_IMAP-1.0.3.tgz) = d62d38754678165b47b564ea95d74850e77fe512
SHA1 (Net_IMAP-1.0.3.tgz) = 937be765214c589985c4a77becd21329eb04a0a9
SIZE (Net_IMAP-1.0.3.tgz) = 27192

View File

@ -0,0 +1,2 @@
Provides an implementation of the IMAP4Rev1 protocol using PEAR's Net_Socket
and the optional Auth_SASL class.

View File

@ -0,0 +1,12 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/02/15 09:45:37 mbalmer Exp $
lib/
lib/php/
pear/lib/.registry/net_imap.reg
pear/lib/Net/
pear/lib/Net/IMAP.php
pear/lib/Net/IMAPProtocol.php
pear/tests/
pear/tests/Net_IMAP/
pear/tests/Net_IMAP/docs/
pear/tests/Net_IMAP/docs/test_IMAP.php
pear/tests/Net_IMAP/docs/test_IMAPProtocol.php