./wip/p5-Email-AddressParser, RFC 2822 Address Parsing and Creation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.04, Package name: p5-Email-AddressParser-0.04, Maintainer: pkgsrc-users

Near drop-in replacement for the regex parsing of Email::Address, which
has serious issues for production use (exponential to infinite computation
time in some cases). It uses code from Mark Crispin's c-client library
to implement the parsing. The resulting parser is much more stable than
the regex-based version of Email::Address.


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

RMD160: 731349272e9ecfa32e633b714097cad9850b7c37
Filesize: 38.67 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-04 12:45:25 by Aleksej Saushev | Files touched by this commit (38)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-11-05 05:20:26 by Sergey Svishchev | Files touched by this commit (2)
Log message:
Drop mntner-ship.
   2008-02-12 22:23:48 by Sergey Svishchev | Files touched by this commit (5)
Log message:
Take maintainership.
   2008-02-12 11:56:18 by Sergey Svishchev | Files touched by this commit (3) | Imported package
Log message:
Initial import of Email::AddressParser.

Near drop-in replacement for the regex parsing of Email::Address, which
has serious issues for production use (exponential to infinite computation
time in some cases). It uses code from Mark Crispin's c-client library
to implement the parsing. The resulting parser is much more stable than
the regex-based version of Email::Address.