Bug 156260 - [NEW PORT] www/p5-LWP-Online: Checks if process has access to the web
Summary: [NEW PORT] www/p5-LWP-Online: Checks if process has access to the web
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-07 22:10 UTC by Jonathan Chu
Modified: 2011-04-11 02:23 UTC (History)
0 users

See Also:


Attachments
p5-LWP-Online-1.07.shar (2.53 KB, text/plain)
2011-04-07 22:10 UTC, Jonathan Chu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chu 2011-04-07 22:10:12 UTC
LWP::Online attempts to answer, as accurately as it can, one of the
nastiest technical questions there is:  Am I on the internet?

This a problem that had no clean permanent solution, and for
which you could just keep writing more and more functionality
indefinitely, asymtopically approaching 100% correctness but never
reaching it.

And so LWP::Online is intended to do as good a job as possible, without
having to resort to asking any human questions (who may well get it
wrong anyway), and limiting itself to a finite amount of programming
work and a reasonable level of memory overhead to load the code.

WWW: http://search.cpan.org/dist/LWP-Online/

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-07 22:10:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Wen Heping freebsd_committer freebsd_triage 2011-04-08 03:45:01 UTC
Responsible Changed
From-To: perl->wen

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-04-11 02:13:24 UTC
wen         2011-04-11 01:13:15 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-LWP-Online    Makefile distinfo pkg-descr pkg-plist 
  Log:
  LWP::Online attempts to answer, as accurately as it can, one of the
  nastiest technical questions there is:  Am I on the internet?
  
  This a problem that had no clean permanent solution, and for
  which you could just keep writing more and more functionality
  indefinitely, asymtopically approaching 100% correctness but never
  reaching it.
  
  And so LWP::Online is intended to do as good a job as possible, without
  having to resort to asking any human questions (who may well get it
  wrong anyway), and limiting itself to a finite amount of programming
  work and a reasonable level of memory overhead to load the code.
  
  WWW: http://search.cpan.org/dist/LWP-Online/
  
  PR:             ports/156260
  Submitted by:   milki <milki@rescomp.berkeley.edu>
  
  Revision  Changes    Path
  1.2849    +1 -0      ports/www/Makefile
  1.1       +25 -0     ports/www/p5-LWP-Online/Makefile (new)
  1.1       +2 -0      ports/www/p5-LWP-Online/distinfo (new)
  1.1       +14 -0     ports/www/p5-LWP-Online/pkg-descr (new)
  1.1       +5 -0      ports/www/p5-LWP-Online/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Wen Heping freebsd_committer freebsd_triage 2011-04-11 02:23:36 UTC
State Changed
From-To: open->closed

New port added. Thanks!