NOTICE: This package has been removed from pkgsrc

./wip/p5-File-Path-Expand, Expands user directories in filenames

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.01, Package name: p5-File-Path-Expand-1.01, Maintainer: hiramatu

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 getpwent and does the right thing.


Master sites: (Expand)

SHA1: 387f3cb595c1818eef9a157f19c920f569dd5d80
RMD160: bef57385849a858054807d7ea99b078d21cfdac5
Filesize: 1.834 KB

Version history: (Expand)


CVS history: (Expand)


   2008-10-12 19:37:30 by abs | Files touched by this commit (48) | Package removed
Log message:
Renmove the following packages which are available in main pkgsrc
(and update any DEPENDS lines to match)
    p5-CLASS
    p5-Email-FolderType
    p5-Email-LocalDelivery
    p5-Exporter-Lite
    p5-File-MMagic-XS
    p5-File-Path-Expand
    p5-HTML-TokeParser-Simple
    p5-MARC-Record
    p5-Net-Z3950-ZOOM
    p5-Sub-Override
    p5-Test-MockModule
    p5-Tie-Array-Sorted
    p5-aliased
   2008-05-30 14:22:03 by abs | Files touched by this commit (102)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2005-07-29 04:11:03 by Hiramatsu Yoshifumi | Files touched by this commit (4) | Imported package
Log message:
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 getpwent and does the right thing.