pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-HTML-Email-Obfuscate Import p5-HTML-Email-Obfus...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2966cb500d0a
branches: trunk
changeset: 550218:2966cb500d0a
user: he <he%pkgsrc.org@localhost>
date: Mon Nov 17 20:19:58 2008 +0000
description:
Import p5-HTML-Email-Obfuscate version 1.00.
"Don't put emails directly on the page, they will be scraped"
Stuff that I'm sick of looking at "bob at smith dot com". Why can't
we just write emails in a way that looks normal to people, but is
very, very difficult to scrape off. Most email scrapers only use
very very simple parsing methods. And it isn't as if it is hard to
just do
# Before we search for email addresses...
$page =~ s/\s+at\s+/@/g;
$page =~ s/\s+dot\s+/./g;
This is an arms war dammit, and I want nukes!
diffstat:
www/p5-HTML-Email-Obfuscate/DESCR | 13 +++++++++++++
www/p5-HTML-Email-Obfuscate/Makefile | 22 ++++++++++++++++++++++
www/p5-HTML-Email-Obfuscate/distinfo | 5 +++++
3 files changed, 40 insertions(+), 0 deletions(-)
diffs (52 lines):
diff -r 7bb3b1e19863 -r 2966cb500d0a www/p5-HTML-Email-Obfuscate/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Email-Obfuscate/DESCR Mon Nov 17 20:19:58 2008 +0000
@@ -0,0 +1,13 @@
+"Don't put emails directly on the page, they will be scraped"
+
+Stuff that, I'm sick of looking at "bob at smith dot com". Why can't
+we just write emails in a way that looks normal to people, but is
+very, very difficult to scrape off. Most email scrapers only use
+very very simple parsing methods. And it isn't as if it is hard to
+just do
+
+ # Before we search for email addresses...
+ $page =~ s/\s+at\s+/@/g;
+ $page =~ s/\s+dot\s+/./g;
+
+This is an arms war dammit, and I want nukes!
diff -r 7bb3b1e19863 -r 2966cb500d0a www/p5-HTML-Email-Obfuscate/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Email-Obfuscate/Makefile Mon Nov 17 20:19:58 2008 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/17 20:19:58 he Exp $
+
+DISTNAME= HTML-Email-Obfuscate-1.00
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5heo
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/HTML-Email-Obfuscate/
+COMMENT= Perl5 module for obfuscating HTML email addresses
+
+DEPENDS+= p5-HTML-Parser>=3.46:../../www/p5-HTML-Parser
+
+PKG_DESTDIR_SUPPORT= user-destdir
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/HTML/Email/Obfuscate/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7bb3b1e19863 -r 2966cb500d0a www/p5-HTML-Email-Obfuscate/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Email-Obfuscate/distinfo Mon Nov 17 20:19:58 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/11/17 20:19:58 he Exp $
+
+SHA1 (HTML-Email-Obfuscate-1.00.tar.gz) = 13d1432322180b39d965efaf7bf8af9440e0ad44
+RMD160 (HTML-Email-Obfuscate-1.00.tar.gz) = 1fbf4e9cb291fd2a65e441352fb2015c59b98ec6
+Size (HTML-Email-Obfuscate-1.00.tar.gz) = 23387 bytes
Home |
Main Index |
Thread Index |
Old Index