From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 09:30:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD50316A4CE for ; Sun, 23 Nov 2003 09:30:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 099AB43FDF for ; Sun, 23 Nov 2003 09:30:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hANHUGFY061143 for ; Sun, 23 Nov 2003 09:30:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hANHUGoh061142; Sun, 23 Nov 2003 09:30:16 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 23 Nov 2003 09:30:16 -0800 (PST) Resent-Message-Id: <200311231730.hANHUGoh061142@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Thegler Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8395616A4D1 for ; Sun, 23 Nov 2003 09:24:02 -0800 (PST) Received: from dask.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88CD943FBD for ; Sun, 23 Nov 2003 09:23:58 -0800 (PST) (envelope-from lth@dask.thegler.dk) Received: by dask.thegler.dk (Postfix, from userid 1001) id AF78E3EBF; Sun, 23 Nov 2003 18:23:51 +0100 (CET) Message-Id: <20031123172351.AF78E3EBF@dask.thegler.dk> Date: Sun, 23 Nov 2003 18:23:51 +0100 (CET) From: Lars Thegler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59617: [NEW PORT] mail/p5-Email-Filter: Library for creating easy email filters X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 17:30:18 -0000 >Number: 59617 >Category: ports >Synopsis: [NEW PORT] mail/p5-Email-Filter: Library for creating easy email filters >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 23 09:30:16 PST 2003 >Closed-Date: >Last-Modified: >Originator: Lars Thegler >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD dask.thegler.dk 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Nov 5 11:25:36 CET >Description: 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 Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- p5-Email-Filter-1.0.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Email-Filter # p5-Email-Filter/Makefile # p5-Email-Filter/distinfo # p5-Email-Filter/pkg-plist # p5-Email-Filter/pkg-descr # echo c - p5-Email-Filter mkdir -p p5-Email-Filter > /dev/null 2>&1 echo x - p5-Email-Filter/Makefile sed 's/^X//' >p5-Email-Filter/Makefile << 'END-of-p5-Email-Filter/Makefile' X# New ports collection makefile for: p5-Email-Filter X# Date created: August 31 2003 X# Whom: Lars Thegler X# X# $FreeBSD$ X# X XPORTNAME= Email-Filter XPORTVERSION= 1.0 XCATEGORIES= mail perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Email XPKGNAMEPREFIX= p5- X XMAINTAINER= lars@thegler.dk XCOMMENT= Library for creating easy email filters X XBUILD_DEPENDS= ${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple \ X ${SITE_PERL}/Email/LocalDelivery.pm:${PORTSDIR}/mail/p5-Email-LocalDelivery \ X ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \ X ${SITE_PERL}/Class/Trigger.pm:${PORTSDIR}/devel/p5-Class-Trigger XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Email::Filter.3 X Xtest: build X cd ${WRKSRC} ; make test X X.include END-of-p5-Email-Filter/Makefile echo x - p5-Email-Filter/distinfo sed 's/^X//' >p5-Email-Filter/distinfo << 'END-of-p5-Email-Filter/distinfo' XMD5 (Email-Filter-1.0.tar.gz) = 857a522c2c43991f59c65de9c8c05d40 END-of-p5-Email-Filter/distinfo echo x - p5-Email-Filter/pkg-plist sed 's/^X//' >p5-Email-Filter/pkg-plist << 'END-of-p5-Email-Filter/pkg-plist' X%%SITE_PERL%%/Email/Filter.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Filter/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Filter X@unexec rmdir %D/%%SITE_PERL%%/Email 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email 2>/dev/null || true END-of-p5-Email-Filter/pkg-plist echo x - p5-Email-Filter/pkg-descr sed 's/^X//' >p5-Email-Filter/pkg-descr << 'END-of-p5-Email-Filter/pkg-descr' XThis is another module produced by the "Perl Email Project", a reaction Xagainst the complexity and increasing bugginess of the "Mail::*" Xmodules. It replaces Mail::Audit, and allows you to write programs Xdescribing how your mail should be filtered. X XWWW: http://search.cpan.org/dist/Email-Filter END-of-p5-Email-Filter/pkg-descr exit --- p5-Email-Filter-1.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: