diff options
author | pav <pav@FreeBSD.org> | 2004-03-14 23:38:48 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-14 23:38:48 +0000 |
commit | 63c19f46282467e4a1b18ab82d2253815cdb7780 (patch) | |
tree | 1bad3b218e14712f5b89175b5c9bbc4a0148a99f | |
parent | 01e03419f61dadf5c79386dd48f134749d68974d (diff) | |
download | FreeBSD-ports-63c19f46282467e4a1b18ab82d2253815cdb7780.zip FreeBSD-ports-63c19f46282467e4a1b18ab82d2253815cdb7780.tar.gz |
Add pear-Net_Cyrus, a PEAR class which provides an API for the administration
of Cyrus IMAP servers. It can be used to create, delete and modify users and
it's properties (Quota and ACL).
PR: ports/64166
Submitted by: <bra@fsn.hu>
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/pear-Net_Cyrus/Makefile | 24 | ||||
-rw-r--r-- | mail/pear-Net_Cyrus/distinfo | 2 | ||||
-rw-r--r-- | mail/pear-Net_Cyrus/pkg-descr | 7 |
4 files changed, 34 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 625feb1..cb282fe10 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -260,6 +260,7 @@ SUBDIR += pathalias SUBDIR += pear-Mail SUBDIR += pear-Mail_Mime + SUBDIR += pear-Net_Cyrus SUBDIR += pear-Net_IMAP SUBDIR += pear-mailparse SUBDIR += perdition diff --git a/mail/pear-Net_Cyrus/Makefile b/mail/pear-Net_Cyrus/Makefile new file mode 100644 index 0000000..643018d --- /dev/null +++ b/mail/pear-Net_Cyrus/Makefile @@ -0,0 +1,24 @@ +# Ports collection makefile for: pear-Net_Cyrus +# Date created: 12 March 2004 +# Whom: Attila Nagy <bra@fsn.hu> +# +# $FreeBSD$ +# + +PORTNAME= Net_Cyrus +PORTVERSION= 0.1.0 +CATEGORIES= mail net pear + +MAINTAINER= bra@fsn.hu +COMMENT= PEAR class to administer Cyrus IMAP servers + +BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ + ${PEARDIR}/Net/IMAP.php:${PORTSDIR}/mail/pear-Net_IMAP +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Net +FILES= Cyrus.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include <bsd.port.post.mk> diff --git a/mail/pear-Net_Cyrus/distinfo b/mail/pear-Net_Cyrus/distinfo new file mode 100644 index 0000000..47b4f0c --- /dev/null +++ b/mail/pear-Net_Cyrus/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/Net_Cyrus-0.1.0.tgz) = e960034e37e08596ad8796c2baf9b713 +SIZE (PEAR/Net_Cyrus-0.1.0.tgz) = 4954 diff --git a/mail/pear-Net_Cyrus/pkg-descr b/mail/pear-Net_Cyrus/pkg-descr new file mode 100644 index 0000000..1c56d5c --- /dev/null +++ b/mail/pear-Net_Cyrus/pkg-descr @@ -0,0 +1,7 @@ +Net_Cyrus is a PEAR class which provides an API for the administration of +Cyrus IMAP servers. + +It can be used to create,delete and modify users and it's properties (Quota +and ACL) + +WWW: http://pear.php.net/package/Net_Cyrus |