Bug 29678 - New port: net/p5-URI-Find
Summary: New port: net/p5-URI-Find
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-13 18:40 UTC by Pete Fritchman
Modified: 2001-08-15 12:36 UTC (History)
0 users

See Also:


Attachments
file.shar (2.71 KB, text/plain)
2001-08-13 18:40 UTC, Pete Fritchman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pete Fritchman 2001-08-13 18:40:01 UTC
This module 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 employs a series of heuristics too:
  - Find schemeless URIs (ie. www.foo.com)
  - Avoid picking up trailing characters from the text
  - Avoid picking up URL-like things such as Perl module names.

WWW: http://search.cpan.org/search?dist=URI-Find
Comment 1 Anton Berezin freebsd_committer freebsd_triage 2001-08-15 12:33:49 UTC
State Changed
From-To: open->closed

New port added, thanks! 

I changed the primary category to textproc, removed the redundant 
USE_PERL5, and got rid of SITE_PERL variable on a theory that it is not 
very useful for a port that has only one dependency.