Date: Sat, 1 Nov 2003 10:08:13 -0800 (PST) From: Kirill Ponomarew <krion@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-File-Path-Expand Makefile distinfo pkg-descr pkg-plist Message-ID: <200311011808.hA1I8DIk063593@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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<getpwent> and does the right thing. PR: 58812 Submitted by: Lars Thegler <lars@thegler.dk> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311011808.hA1I8DIk063593>