Bug 156260

Summary: [NEW PORT] www/p5-LWP-Online: Checks if process has access to the web
Product: Ports & Packages Reporter: Jonathan Chu <milki>
Component: Individual Port(s)Assignee: Wen Heping <wen>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-LWP-Online-1.07.shar none

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!