trivial module, expands user names in paths

This commit is contained in:
espie 2006-11-13 00:09:35 +00:00
parent fcb26193ca
commit 1f72699650
4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/13 00:09:35 espie Exp $
COMMENT= "expands user directories in paths"
MODULES= cpan
DISTNAME= File-Path-Expand-1.02
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=modbuild
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (File-Path-Expand-1.02.tar.gz) = 742aa40a4ffb26d14de01192764bd7ab
RMD160 (File-Path-Expand-1.02.tar.gz) = ca130ba5c8d2cd70ab595a3a4f55d24cc9a637b0
SHA1 (File-Path-Expand-1.02.tar.gz) = ba3e3c9c7324cd9ad52bfc61938ea1b49d199b39
SIZE (File-Path-Expand-1.02.tar.gz) = 2001

View File

@ -0,0 +1,3 @@
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.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/13 00:09:35 espie Exp $
${P5SITE}/File/
${P5SITE}/File/Path/
${P5SITE}/File/Path/Expand.pm
@man man/man3p/File::Path::Expand.3p