pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-Email-Find Importing package for p5 module Ema...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2e4353a4742
branches:  trunk
changeset: 397677:d2e4353a4742
user:      sno <sno%pkgsrc.org@localhost>
date:      Mon Aug 17 18:50:07 2009 +0000

description:
Importing package for p5 module Email::Find version 0.10 as dependency for
scheduled import of www/p5-Template-Plugin-Clickable-Email.

Email::Find is a module for finding a subset of RFC 822 email addresses in
arbitrary text (see "CAVEATS"). The addresses it finds are not guaranteed to
exist or even actually be email addresses at all (see "CAVEATS"), but they
will be valid RFC 822 syntax.

Email::Find will perform some heuristics to avoid some of the more obvious
red herrings and false addresses, but there's only so much which can be
done without a human.

diffstat:

 mail/p5-Email-Find/DESCR    |   8 ++++++++
 mail/p5-Email-Find/Makefile |  22 ++++++++++++++++++++++
 mail/p5-Email-Find/distinfo |   5 +++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r e5429cbd5f3b -r d2e4353a4742 mail/p5-Email-Find/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Find/DESCR  Mon Aug 17 18:50:07 2009 +0000
@@ -0,0 +1,8 @@
+Email::Find is a module for finding a subset of RFC 822 email addresses in
+arbitrary text (see "CAVEATS"). The addresses it finds are not guaranteed to
+exist or even actually be email addresses at all (see "CAVEATS"), but they
+will be valid RFC 822 syntax.
+
+Email::Find will perform some heuristics to avoid some of the more obvious
+red herrings and false addresses, but there's only so much which can be
+done without a human.
diff -r e5429cbd5f3b -r d2e4353a4742 mail/p5-Email-Find/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Find/Makefile       Mon Aug 17 18:50:07 2009 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/17 18:50:07 sno Exp $
+
+DISTNAME=      Email-Find-0.10
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Email/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Email-Find/
+COMMENT=       Find RFC 822 email addresses in plain text
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Email-Valid>=0.179:../../mail/p5-Email-Valid
+DEPENDS+=      p5-MailTools-[0-9]*:../../mail/p5-MailTools
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Email/Find/.packlist
+
+PKG_DESTDIR_SUPPORT=    user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e5429cbd5f3b -r d2e4353a4742 mail/p5-Email-Find/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Find/distinfo       Mon Aug 17 18:50:07 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/17 18:50:07 sno Exp $
+
+SHA1 (Email-Find-0.10.tar.gz) = 2ca590950715e0644e056748bd0d98f5eb1535d1
+RMD160 (Email-Find-0.10.tar.gz) = 22dd1f2380407b6862823b7e98548fc439146d43
+Size (Email-Find-0.10.tar.gz) = 39511 bytes



Home | Main Index | Thread Index | Old Index