From 6dfc966f052215b29d8e866578112015bc3e29bf Mon Sep 17 00:00:00 2001 From: mbalmer Date: Tue, 15 Feb 2005 09:45:37 +0000 Subject: [PATCH] an implementation of the IMAP protocol for PHP ok alek@ --- net/pear-Net-IMAP/Makefile | 22 ++++++++++++++++++++++ net/pear-Net-IMAP/distinfo | 4 ++++ net/pear-Net-IMAP/pkg/DESCR | 2 ++ net/pear-Net-IMAP/pkg/PLIST | 12 ++++++++++++ 4 files changed, 40 insertions(+) create mode 100644 net/pear-Net-IMAP/Makefile create mode 100644 net/pear-Net-IMAP/distinfo create mode 100644 net/pear-Net-IMAP/pkg/DESCR create mode 100644 net/pear-Net-IMAP/pkg/PLIST diff --git a/net/pear-Net-IMAP/Makefile b/net/pear-Net-IMAP/Makefile new file mode 100644 index 00000000000..fbeff217271 --- /dev/null +++ b/net/pear-Net-IMAP/Makefile @@ -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 +MODULES= www/php5/pear + +# PHP License +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +.include diff --git a/net/pear-Net-IMAP/distinfo b/net/pear-Net-IMAP/distinfo new file mode 100644 index 00000000000..ae66284c3b1 --- /dev/null +++ b/net/pear-Net-IMAP/distinfo @@ -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 diff --git a/net/pear-Net-IMAP/pkg/DESCR b/net/pear-Net-IMAP/pkg/DESCR new file mode 100644 index 00000000000..401018a4b24 --- /dev/null +++ b/net/pear-Net-IMAP/pkg/DESCR @@ -0,0 +1,2 @@ +Provides an implementation of the IMAP4Rev1 protocol using PEAR's Net_Socket +and the optional Auth_SASL class. diff --git a/net/pear-Net-IMAP/pkg/PLIST b/net/pear-Net-IMAP/pkg/PLIST new file mode 100644 index 00000000000..2b6d3abe39f --- /dev/null +++ b/net/pear-Net-IMAP/pkg/PLIST @@ -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