From owner-cvs-all@FreeBSD.ORG Fri Aug 7 09:50:41 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 BFF0B106566C; Fri, 7 Aug 2009 09:50:41 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AF3688FC19; Fri, 7 Aug 2009 09:50:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n779of0e003098; Fri, 7 Aug 2009 09:50:41 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n779ofHn003097; Fri, 7 Aug 2009 09:50:41 GMT (envelope-from kuriyama) Message-Id: <200908070950.n779ofHn003097@repoman.freebsd.org> From: Jun Kuriyama Date: Fri, 7 Aug 2009 09:50:41 +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-ExtUtils-Install 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: Fri, 07 Aug 2009 09:50:42 -0000 kuriyama 2009-08-07 09:50:41 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-ExtUtils-Install Makefile distinfo pkg-descr pkg-plist Log: This module handles the installing and uninstalling of perl modules, scripts, man pages, etc... Both install() and uninstall() are specific to the way ExtUtils::MakeMaker handles the installation and deinstallation of perl modules. They are not designed as general purpose tools. WWW: http://search.cpan.org/dist/ExtUtils-Install/ Revision Changes Path 1.3586 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/p5-ExtUtils-Install/Makefile (new) 1.1 +3 -0 ports/devel/p5-ExtUtils-Install/distinfo (new) 1.1 +8 -0 ports/devel/p5-ExtUtils-Install/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-ExtUtils-Install/pkg-plist (new)