From owner-cvs-all@FreeBSD.ORG Mon Apr 11 01:13:15 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 417ED1065673; Mon, 11 Apr 2011 01:13:15 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3133C8FC17; Mon, 11 Apr 2011 01:13:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3B1DFeP081799; Mon, 11 Apr 2011 01:13:15 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3B1DF9w081797; Mon, 11 Apr 2011 01:13:15 GMT (envelope-from wen) Message-Id: <201104110113.p3B1DF9w081797@repoman.freebsd.org> From: Wen Heping Date: Mon, 11 Apr 2011 01:13:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/p5-LWP-Online Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2011 01:13:15 -0000 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 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)