1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Obfuscates email addresses.

PR:		ports/73949
Submitted by:	Aaron Dalton <aaron(at)daltons.ca>
This commit is contained in:
Sergey Matveychuk 2004-11-22 22:33:06 +00:00
parent 3d9a145643
commit d453323998
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122177
6 changed files with 52 additions and 0 deletions

View File

@ -286,6 +286,7 @@
SUBDIR += p5-Digest-Nilsimsa
SUBDIR += p5-Digest-SHA1
SUBDIR += p5-Digest-SHA2
SUBDIR += p5-Email-Obfuscate
SUBDIR += p5-File-Scan
SUBDIR += p5-Filter-CBC
SUBDIR += p5-Filter-Crypto

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Email-Obfuscate
# Date created: 7 November 2004
# Whom: Aaron Dalton <aaron@daltons.ca>
#
# $FreeBSD$
#
PORTNAME= Email-Obfuscate
PORTVERSION= 1.13
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Email
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@daltons.ca
COMMENT= Obfuscates email addresses
PERL_CONFIGURE= yes
MAN3= Email::Obfuscate.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Email-Obfuscate-1.13.tar.gz) = dc2dfd650cd83d1f2bad9bec60cf45a2
SIZE (Email-Obfuscate-1.13.tar.gz) = 22442

View File

@ -0,0 +1,8 @@
--- Makefile.PL Tue Dec 9 03:46:48 2003
+++ Makefile.PL.patched Wed Nov 10 17:53:26 2004
@@ -11,4 +11,4 @@
&Meta->write;
&Build->write if lc($0) eq 'build.pl';
-&Makefile->write if lc($0) eq 'makefile.pl';
+&Makefile->write if ((lc($0) eq 'makefile.pl') || (lc($0) eq './makefile.pl'));

View File

@ -0,0 +1,13 @@
This package provides for the obfuscation of email address in
an ostensibly superficial, attempt to thwart email address harvesters.
Currently, there are eight different "types" of email address obfuscation
transformations that this module employs. One of these transformations is
randomly selected and used as a basis for obfuscation when
obfuscate_email_address() is called.
WWW: http://search.cpan.org/dist/Email-Obfuscate
Author: Adam J. Foxson <afoxson@pobox.com>
- Aaron Dalton
aaron@daltons.ca

View File

@ -0,0 +1,6 @@
%%SITE_PERL%%/Email/Obfuscate.pm
%%SITE_PERL%%/Email/Obfuscate.pod
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Obfuscate/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Obfuscate
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Email 2>/dev/null || true