Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8890F7170B for ; Wed, 3 Jul 2013 07:07:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D50A314A146; Wed, 3 Jul 2013 07:07:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 047BA14A145 for ; Wed, 3 Jul 2013 07:07:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id snrD2hAfxiGt for ; Wed, 3 Jul 2013 07:07:52 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 73D9714A140 for ; Wed, 3 Jul 2013 07:07:52 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6A5ED96; Wed, 3 Jul 2013 07:07:52 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 3 Jul 2013 07:07:52 +0000 From: "Jens Rehsack" Subject: CVS commit: pkgsrc/devel/p5-ExtUtils-InstallPaths To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20130703070752.6A5ED96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sno Date: Wed Jul 3 07:07:52 UTC 2013 Added Files: pkgsrc/devel/p5-ExtUtils-InstallPaths: DESCR Makefile distinfo Log Message: Adding package for CPAN distribution ExtUtils-InstallPaths version 0.009 into devel/p5-ExtUtils-InstallPaths. This module tries to make install path resolution as easy as possible. When one wants to install a module, it needs to figure out where to install things. The nutshell version of how this works is that default installation locations are determined from ExtUtils::Config, and they may be individually overridden by using the install_path attribute. An install_base attribute lets one specify an alternative installation root like /home/foo and prefix does something similar in a rather different (and more complicated) way. destdir lets one specify a temporary installation directory like /tmp/install in case one want to create bundled-up installable packages. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-ExtUtils-InstallPaths/DESCR \ pkgsrc/devel/p5-ExtUtils-InstallPaths/Makefile \ pkgsrc/devel/p5-ExtUtils-InstallPaths/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.