diff options
author | sno <sno@pkgsrc.org> | 2009-08-17 18:50:07 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-08-17 18:50:07 +0000 |
commit | 7062c575751c6ce2de1d9a7184236f88d307bfa6 (patch) | |
tree | f261008ef91efd72c89af466b77b8cd20ea880b2 /mail/p5-Email-Find | |
parent | ad428b34a3b86d2ca2fe4b7e01655d4c6c474003 (diff) | |
download | pkgsrc-7062c575751c6ce2de1d9a7184236f88d307bfa6.tar.gz |
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 (limited to 'mail/p5-Email-Find')
-rw-r--r-- | mail/p5-Email-Find/DESCR | 8 | ||||
-rw-r--r-- | mail/p5-Email-Find/Makefile | 22 | ||||
-rw-r--r-- | mail/p5-Email-Find/distinfo | 5 |
3 files changed, 35 insertions, 0 deletions
diff --git a/mail/p5-Email-Find/DESCR b/mail/p5-Email-Find/DESCR new file mode 100644 index 00000000000..fe7646645a7 --- /dev/null +++ b/mail/p5-Email-Find/DESCR @@ -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 --git a/mail/p5-Email-Find/Makefile b/mail/p5-Email-Find/Makefile new file mode 100644 index 00000000000..2b4a3a175be --- /dev/null +++ b/mail/p5-Email-Find/Makefile @@ -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 +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 --git a/mail/p5-Email-Find/distinfo b/mail/p5-Email-Find/distinfo new file mode 100644 index 00000000000..0e1780576b2 --- /dev/null +++ b/mail/p5-Email-Find/distinfo @@ -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 |