From owner-cvs-all@FreeBSD.ORG Sun Mar 15 17:13:56 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 43F871065829; Sun, 15 Mar 2009 17:13:56 +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 327D08FC17; Sun, 15 Mar 2009 17:13:56 +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 n2FHDu3v045827; Sun, 15 Mar 2009 17:13:56 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2FHDuNL045826; Sun, 15 Mar 2009 17:13:56 GMT (envelope-from miwi) Message-Id: <200903151713.n2FHDuNL045826@repoman.freebsd.org> From: Martin Wilke Date: Sun, 15 Mar 2009 17:13:56 +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-Module-Extract 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: Sun, 15 Mar 2009 17:13:57 -0000 miwi 2009-03-15 17:13:56 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Module-Extract Makefile distinfo pkg-descr pkg-plist Log: Module::Extract is a convenience base class for creating module that work with Perl distributions. Its purpose is to take care of the mechanisms of locating and extracting a Perl distribution so that your module can do something specific to the distribution. This module was originally created to provide an abstraction for the extraction logic for both Module::Inspector and Module::P4P and to allow additional features to be added in the future without having to modify both of them, because the general problem of "locate, download, and expand a distribution" is one that is almost ideal for adding additional features down the line. WWW: http://search.cpan.org/dist/Module-Extract/ PR: ports/132406 Submitted by: Cezary Morga Revision Changes Path 1.3411 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/p5-Module-Extract/Makefile (new) 1.1 +3 -0 ports/devel/p5-Module-Extract/distinfo (new) 1.1 +12 -0 ports/devel/p5-Module-Extract/pkg-descr (new) 1.1 +3 -0 ports/devel/p5-Module-Extract/pkg-plist (new)