From owner-cvs-all@FreeBSD.ORG Thu Apr 23 17:44:40 2009 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 B15211065678; Thu, 23 Apr 2009 17:44:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 96BD48FC2D; Thu, 23 Apr 2009 17:44:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3NHieRS043845; Thu, 23 Apr 2009 17:44:40 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3NHieAc043844; Thu, 23 Apr 2009 17:44:40 GMT (envelope-from miwi) Message-Id: <200904231744.n3NHieAc043844@repoman.freebsd.org> From: Martin Wilke Date: Thu, 23 Apr 2009 17:44:40 +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/devel Makefile ports/devel/p5-IO-All-LWP 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: Thu, 23 Apr 2009 17:44:54 -0000 miwi 2009-04-23 17:44:40 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-IO-All-LWP Makefile distinfo pkg-descr pkg-plist Log: This module acts as glue between IO::All and LWP, so that files can be read and written through the network using the convenient IO:All interface. Note that this module is not used directly: you just use IO::All, which knows when to autoload IO::All::HTTP, IO::All::HTTPS, IO::All::FTP, or IO::All::Gopher, which implement the specific protocols based on IO::All::LWP. WWW: http://search.cpan.org/dist/IO-All-LWP/ PR: ports/133881 Submitted by: Gea-Suan Lin Revision Changes Path 1.3469 +1 -0 ports/devel/Makefile 1.1 +28 -0 ports/devel/p5-IO-All-LWP/Makefile (new) 1.1 +3 -0 ports/devel/p5-IO-All-LWP/distinfo (new) 1.1 +8 -0 ports/devel/p5-IO-All-LWP/pkg-descr (new) 1.1 +12 -0 ports/devel/p5-IO-All-LWP/pkg-plist (new)