From a289327ceb3cf09ec1262dc993a902b15ae78ca6 Mon Sep 17 00:00:00 2001 From: Sergei Kolobov Date: Sat, 13 Dec 2003 00:42:15 +0000 Subject: Add p5-Email-Filter 1.0, library for creating easy email filters. This is another module produced by the "Perl Email Project", a reaction against the complexity and increasing bugginess of the "Mail::*" modules. It replaces Mail::Audit, and allows you to write programs describing how your mail should be filtered. WWW: http://search.cpan.org/dist/Email-Filter PR: 59617 Submitted by: Lars Thegler --- mail/Makefile | 1 + mail/p5-Email-Filter/Makefile | 31 +++++++++++++++++++++++++++++++ mail/p5-Email-Filter/distinfo | 1 + mail/p5-Email-Filter/pkg-descr | 6 ++++++ mail/p5-Email-Filter/pkg-plist | 6 ++++++ 5 files changed, 45 insertions(+) create mode 100644 mail/p5-Email-Filter/Makefile create mode 100644 mail/p5-Email-Filter/distinfo create mode 100644 mail/p5-Email-Filter/pkg-descr create mode 100644 mail/p5-Email-Filter/pkg-plist (limited to 'mail') diff --git a/mail/Makefile b/mail/Makefile index a7a9e4793470..8f9667c243c4 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -193,6 +193,7 @@ SUBDIR += nullmailer SUBDIR += offlineimap SUBDIR += openwebmail + SUBDIR += p5-Email-Filter SUBDIR += p5-Email-Find SUBDIR += p5-Email-Folder SUBDIR += p5-Email-FolderType diff --git a/mail/p5-Email-Filter/Makefile b/mail/p5-Email-Filter/Makefile new file mode 100644 index 000000000000..93af6b6ecb35 --- /dev/null +++ b/mail/p5-Email-Filter/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Email-Filter +# Date created: 2003-08-31 +# Whom: Lars Thegler +# +# $FreeBSD$ +# + +PORTNAME= Email-Filter +PORTVERSION= 1.0 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Email +PKGNAMEPREFIX= p5- + +MAINTAINER= lars@thegler.dk +COMMENT= Library for creating easy email filters + +BUILD_DEPENDS= ${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple \ + ${SITE_PERL}/Email/LocalDelivery.pm:${PORTSDIR}/mail/p5-Email-LocalDelivery \ + ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \ + ${SITE_PERL}/Class/Trigger.pm:${PORTSDIR}/devel/p5-Class-Trigger +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Email::Filter.3 + +test: build + cd ${WRKSRC} ; make test + +.include diff --git a/mail/p5-Email-Filter/distinfo b/mail/p5-Email-Filter/distinfo new file mode 100644 index 000000000000..f047f0c7716c --- /dev/null +++ b/mail/p5-Email-Filter/distinfo @@ -0,0 +1 @@ +MD5 (Email-Filter-1.0.tar.gz) = 857a522c2c43991f59c65de9c8c05d40 diff --git a/mail/p5-Email-Filter/pkg-descr b/mail/p5-Email-Filter/pkg-descr new file mode 100644 index 000000000000..057d13b99e81 --- /dev/null +++ b/mail/p5-Email-Filter/pkg-descr @@ -0,0 +1,6 @@ +This is another module produced by the "Perl Email Project", a reaction +against the complexity and increasing bugginess of the "Mail::*" +modules. It replaces Mail::Audit, and allows you to write programs +describing how your mail should be filtered. + +WWW: http://search.cpan.org/dist/Email-Filter diff --git a/mail/p5-Email-Filter/pkg-plist b/mail/p5-Email-Filter/pkg-plist new file mode 100644 index 000000000000..e307b2f2cde4 --- /dev/null +++ b/mail/p5-Email-Filter/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/Email/Filter.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Filter/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Filter +@unexec rmdir %D/%%SITE_PERL%%/Email 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email 2>/dev/null || true -- cgit