From owner-freebsd-ports Tue Jun 11 13:10:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0D8637B40E for ; Tue, 11 Jun 2002 13:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5BKA1s41116; Tue, 11 Jun 2002 13:10:01 -0700 (PDT) (envelope-from gnats) Received: from guineapig.pil.dk (guineapig.pil.dk [193.162.142.153]) by hub.freebsd.org (Postfix) with ESMTP id 06D9F37B412 for ; Tue, 11 Jun 2002 13:00:30 -0700 (PDT) Received: from guineapig.pil.dk (guineapig.pil.dk [193.162.142.153]) by guineapig.pil.dk (8.12.3/8.12.2) with ESMTP id g5BK0Ssh073588 for ; Tue, 11 Jun 2002 22:00:28 +0200 (CEST) (envelope-from root@guineapig.pil.dk) Received: (from root@localhost) by guineapig.pil.dk (8.12.3/8.12.3/Submit) id g5BK0Scr073587; Tue, 11 Jun 2002 22:00:28 +0200 (CEST) Message-Id: <200206112000.g5BK0Scr073587@guineapig.pil.dk> Date: Tue, 11 Jun 2002 22:00:28 +0200 (CEST) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39166: new port: www/p5-Apache-AntiSpam Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39166 >Category: ports >Synopsis: new port: www/p5-Apache-AntiSpam >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 11 13:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.5-STABLE i386 >Organization: pil.dk >Environment: System: FreeBSD guineapig.pil.dk 4.5-STABLE FreeBSD 4.5-STABLE #9: Wed Apr 24 10:43:13 CEST 2002 root@prison.pil.dk:/usr/obj/usr/src/sys/PRISON i386 >Description: perl module for AntiSpam filter for web pages >How-To-Repeat: >Fix: --- p5-Apache-AntiSpam 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-Apache-AntiSpam/ # p5-Apache-AntiSpam/Makefile # p5-Apache-AntiSpam/pkg-comment # p5-Apache-AntiSpam/pkg-descr # p5-Apache-AntiSpam/distinfo # p5-Apache-AntiSpam/pkg-plist # echo c - p5-Apache-AntiSpam/ mkdir -p p5-Apache-AntiSpam/ > /dev/null 2>&1 echo x - p5-Apache-AntiSpam/Makefile sed 's/^X//' >p5-Apache-AntiSpam/Makefile << 'END-of-p5-Apache-AntiSpam/Makefile' X# New ports collection makefile for: p5-Apache-AntiSpam X# Date created: 11 June 2002 X# Whom: Erwin Lansing X# X# $FreeBSD$ X# X XPORTNAME= Apache-AntiSpam XPORTVERSION= 0.05 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Apache XPKGNAMEPREFIX= p5- X XMAINTAINER= erwin@lansing.dk X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Email/Find.pm:${PORTSDIR}/mail/p5-Email-Find XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Apache::AntiSpam.3 \ X Apache::AntiSpam::HTMLEncode.3 \ X Apache::AntiSpam::NoSpam.3 \ X Apache::AntiSpam::Heuristic.3 \ X X.include END-of-p5-Apache-AntiSpam/Makefile echo x - p5-Apache-AntiSpam/pkg-comment sed 's/^X//' >p5-Apache-AntiSpam/pkg-comment << 'END-of-p5-Apache-AntiSpam/pkg-comment' XAntiSpam filter for web pages END-of-p5-Apache-AntiSpam/pkg-comment echo x - p5-Apache-AntiSpam/pkg-descr sed 's/^X//' >p5-Apache-AntiSpam/pkg-descr << 'END-of-p5-Apache-AntiSpam/pkg-descr' X Apache::AntiSpam is a filter module to prevent e-mail addresses exposed X as is on web pages. The way to hide addresses from spammers are X implemented in each of Apache::Antispam::* subclasses. X X This module is Filter aware, meaning that it can work within X Apache::Filter framework without modification. X XWWW: http://search.cpan.org/search?dist=Apache-AntiSpam X X- Erwin Lansing END-of-p5-Apache-AntiSpam/pkg-descr echo x - p5-Apache-AntiSpam/distinfo sed 's/^X//' >p5-Apache-AntiSpam/distinfo << 'END-of-p5-Apache-AntiSpam/distinfo' XMD5 (Apache-AntiSpam-0.05.tar.gz) = fcce86cf556b5dd1435f023dddefaeb4 END-of-p5-Apache-AntiSpam/distinfo echo x - p5-Apache-AntiSpam/pkg-plist sed 's/^X//' >p5-Apache-AntiSpam/pkg-plist << 'END-of-p5-Apache-AntiSpam/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Apache/AntiSpam.pm Xlib/perl5/site_perl/%%PERL_VER%%/Apache/AntiSpam/HTMLEncode.pm Xlib/perl5/site_perl/%%PERL_VER%%/Apache/AntiSpam/NoSpam.pm Xlib/perl5/site_perl/%%PERL_VER%%/Apache/AntiSpam/Heuristic.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AntiSpam/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AntiSpam X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/AntiSpam X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true END-of-p5-Apache-AntiSpam/pkg-plist exit --- p5-Apache-AntiSpam ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message