./www/p5-URI-Find, Perl5 module to find URIs in arbitrary text

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


Branch: CURRENT, Version: 20100505nb1, Package name: p5-URI-Find-20100505nb1, Maintainer: pkgsrc-users

URI::Find does one thing: Finds URIs and URLs in plain text. It finds
them quickly and it finds them all (or what URI::URL considers a URI to
be.) It only finds URIs which include a scheme (http:// or the like),
for something a bit less strict have a look at included
URI::Find::Schemeless.


Required to run:
[www/p5-URI] [lang/perl5]

Required to build:
[devel/p5-Module-Build] [devel/p5-Test-Simple]

Master sites: (Expand)

SHA1: cf3b0d48368df1e2dd1786c89b2f6616faec6d5a
RMD160: abbd36d61dd03a84ff6579aedb3e7d3b66553381
Filesize: 22.606 KB

Version history: (Expand)


CVS history: (Expand)


   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2010-07-31 14:32:47 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating www/p5-URI-Find from 20100211 to 20100505

Upstream changes:
20100505  Wed May  5 18:48:44 PDT 2010
    Test Fixes
    * Fixed t/urifind/find.t on Windows

20100504.1039  Tue May  4 10:39:23 PDT 2010
    Doc Fixes
    * Forgot to mention that we ship with urifind now.

20100504  Tue May  4 10:29:52 PDT 2010
    New Features
    * Added a urifind program. (Darren Chamberlain)
    Bug Fixes
    * The final semi-colon was being strippped form URLs found in HTML
      that ended with HTML entities. (Michael Peters)
      Example: http://google.com/search?q=<html>
    * URLs with leading dots, pluses and minuses are now found.
      [rt.cpan.org 57032]
      Example: stuff...http://example.com
   2010-02-22 21:29:09 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating www/p5-URI-Find from 20090319 to 20100211

pkgsrc changes:
- Updating dependencies

Upstream changes:
20100211  Thu Feb 11 04:02:26 PST 2010
    Bug Fixes
    * Finding URIs inside brackets was pretty badly broken by
      the last release.  (Michael Peters)
   2009-09-11 19:12:13 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Needs newer Module::Build than Perl has included.
   2009-08-17 20:31:12 by Jens Rehsack | Files touched by this commit (3) | Imported package
Log message:
Importing module for p5 modules URI::Find and URI::Find::Schemeless, both
version 20090319 as dependency for scheduled import of
www/p5-Template-Plugin-Clickable.

URI::Find does one thing: Finds URIs and URLs in plain text. It finds
them quickly and it finds them all (or what URI::URL considers a URI to
be.) It only finds URIs which include a scheme (http:// or the like),
for something a bit less strict have a look at included
URI::Find::Schemeless.