From owner-cvs-all@FreeBSD.ORG Sat Nov 1 10:08:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 475F716A4CE; Sat, 1 Nov 2003 10:08:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C627743FB1; Sat, 1 Nov 2003 10:08:13 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA1I8DXJ063594; Sat, 1 Nov 2003 10:08:13 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA1I8DIk063593; Sat, 1 Nov 2003 10:08:13 -0800 (PST) (envelope-from krion) Message-Id: <200311011808.hA1I8DIk063593@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 1 Nov 2003 10:08:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-File-Path-Expand Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2003 18:08:14 -0000 krion 2003/11/01 10:08:13 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-File-Path-Expand Makefile distinfo pkg-descr pkg-plist Log: File::Path::Expand expands user directories in filenames. For the simple case it's no more complex than s{^~/}{$HOME/}, but for other cases it consults C and does the right thing. PR: 58812 Submitted by: Lars Thegler Revision Changes Path 1.1348 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/p5-File-Path-Expand/Makefile (new) 1.1 +1 -0 ports/devel/p5-File-Path-Expand/distinfo (new) 1.1 +5 -0 ports/devel/p5-File-Path-Expand/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-File-Path-Expand/pkg-plist (new)