Import p5-Email-Filter-Rules-1.2
Email::Filter::Rules is a simple way to route e-mail into folders without having to touch your filter script. I used to edit my filter script often to add or remove e-mail lists and often would fat finger something and enter a typo. This would result in all my e-mail bouncing and all in all would be a real bummer. I wanted to make it syntax simple so it wouldn't end up looking like to awful procmail recipe or some cryptic piece of junk. OK cwen@
This commit is contained in:
parent
01e91949b7
commit
93518ef12a
17
mail/p5-Email-Filter-Rules/Makefile
Normal file
17
mail/p5-Email-Filter-Rules/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2020/05/18 00:14:28 afresh1 Exp $
|
||||
|
||||
COMMENT= simple rules for routing mail with Email::Filter
|
||||
|
||||
DISTNAME= Email-Filter-Rules-1.2
|
||||
CATEGORIES= mail
|
||||
|
||||
MAINTAINER= Andrew Hewus Fresh <afresh1@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
RUN_DEPENDS= mail/p5-Email-Filter
|
||||
|
||||
.include <bsd.port.mk>
|
5
mail/p5-Email-Filter-Rules/distinfo
Normal file
5
mail/p5-Email-Filter-Rules/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Email-Filter-Rules-1.2.tar.gz) = NThNxaHQC2l8iav1tlf7yA==
|
||||
RMD160 (Email-Filter-Rules-1.2.tar.gz) = 1Q2HlNyRH1JV6qPg2eMygJnlrL8=
|
||||
SHA1 (Email-Filter-Rules-1.2.tar.gz) = GrjcnfElC4ASEjgDpBO5nuFLCDA=
|
||||
SHA256 (Email-Filter-Rules-1.2.tar.gz) = m3vy5DeodBTC0ZZ37vxrnqJ2pVc+YaTk3/C6ucxsWXI=
|
||||
SIZE (Email-Filter-Rules-1.2.tar.gz) = 5666
|
8
mail/p5-Email-Filter-Rules/pkg/DESCR
Normal file
8
mail/p5-Email-Filter-Rules/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
Email::Filter::Rules is a simple way to route e-mail into folders
|
||||
without having to touch your filter script. I used to edit my filter
|
||||
script often to add or remove e-mail lists and often would fat
|
||||
finger something and enter a typo. This would result in all my
|
||||
e-mail bouncing and all in all would be a real bummer.
|
||||
|
||||
I wanted to make it syntax simple so it wouldn't end up looking
|
||||
like to awful procmail recipe or some cryptic piece of junk.
|
4
mail/p5-Email-Filter-Rules/pkg/PLIST
Normal file
4
mail/p5-Email-Filter-Rules/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/05/18 00:14:28 afresh1 Exp $
|
||||
${P5SITE}/Email/Filter/
|
||||
${P5SITE}/Email/Filter/Rules.pm
|
||||
@man man/man3p/Email::Filter::Rules.3p
|
Loading…
Reference in New Issue
Block a user