diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-26 20:50:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-26 20:50:32 +0000 |
commit | d3015e11ffa797baae64a21fd74eef6e6f187cb2 (patch) | |
tree | 0143e7f6780668b64177ed81948a32b5b7725d25 /mail/pear-Mail_Mbox | |
parent | de116754781e45f6564f3d74a3dd83e075263a4f (diff) | |
download | ports-d3015e11ffa797baae64a21fd74eef6e6f187cb2.tar.gz ports-d3015e11ffa797baae64a21fd74eef6e6f187cb2.zip |
Notes
Diffstat (limited to 'mail/pear-Mail_Mbox')
-rw-r--r-- | mail/pear-Mail_Mbox/Makefile | 25 | ||||
-rw-r--r-- | mail/pear-Mail_Mbox/distinfo | 3 | ||||
-rw-r--r-- | mail/pear-Mail_Mbox/pkg-descr | 4 |
3 files changed, 32 insertions, 0 deletions
diff --git a/mail/pear-Mail_Mbox/Makefile b/mail/pear-Mail_Mbox/Makefile new file mode 100644 index 000000000000..352ade79e4f8 --- /dev/null +++ b/mail/pear-Mail_Mbox/Makefile @@ -0,0 +1,25 @@ +# Ports collection makefile for: pear-Mail_Mbox +# Date created: 27 December 2006 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Mail_Mbox +PORTVERSION= 0.5.1 +CATEGORIES= mail www pear + +MAINTAINER= miwi@FreeBSD.org +COMMENT= PEAR Read and modify Unix MBOXes + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Mail +FILES= Mail/Mbox.php +EXAMPLES= demobox mimedecode.php read.php modify.php +TESTS= AllTests.php Mail_MboxTest.php testbox + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/mail/pear-Mail_Mbox/distinfo b/mail/pear-Mail_Mbox/distinfo new file mode 100644 index 000000000000..858d54019c18 --- /dev/null +++ b/mail/pear-Mail_Mbox/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/Mail_Mbox-0.5.1.tgz) = ff801fd467812241a6225594ad17a3ce +SHA256 (PEAR/Mail_Mbox-0.5.1.tgz) = 04c1e3ba96d67cbd78f067aa638ffd3c71b27f63a718d50446420da5f6fbdd96 +SIZE (PEAR/Mail_Mbox-0.5.1.tgz) = 12453 diff --git a/mail/pear-Mail_Mbox/pkg-descr b/mail/pear-Mail_Mbox/pkg-descr new file mode 100644 index 000000000000..41708d49d532 --- /dev/null +++ b/mail/pear-Mail_Mbox/pkg-descr @@ -0,0 +1,4 @@ +It can split messages inside a Mbox, return the number of messages, return, +update or remove an specific message or add a message on the Mbox. + +WWW: http://pear.php.net/package/Mail_Mbox/ |