diff options
author | tobez <tobez@FreeBSD.org> | 2005-02-28 03:24:45 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-02-28 03:24:45 +0800 |
commit | 55ed7ae95ac6f1f08e703ff60fcb34abf819f289 (patch) | |
tree | dc2303c7d9150395dbe0361f05c8b3a795b76179 /devel/p5-File-PathConvert/pkg-descr | |
parent | bf89039293a5e10fd6d32280b789222b92740376 (diff) | |
download | freebsd-ports-graphics-55ed7ae95ac6f1f08e703ff60fcb34abf819f289.tar.gz freebsd-ports-graphics-55ed7ae95ac6f1f08e703ff60fcb34abf819f289.tar.zst freebsd-ports-graphics-55ed7ae95ac6f1f08e703ff60fcb34abf819f289.zip |
Add p5-File-PathConvert, a perl module to perform various path
manipulations. Although the author of the module has deprecated it and
asks to use File::Spec and Cwd instead, it apparently is still being
used (by freshports, for example).
Diffstat (limited to 'devel/p5-File-PathConvert/pkg-descr')
-rw-r--r-- | devel/p5-File-PathConvert/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-File-PathConvert/pkg-descr b/devel/p5-File-PathConvert/pkg-descr new file mode 100644 index 00000000000..3bc6355345c --- /dev/null +++ b/devel/p5-File-PathConvert/pkg-descr @@ -0,0 +1,8 @@ +File::PathConvert provides functions to convert between absolute and +relative paths, and from logical paths to physical paths on a variety of +filesystems, including the URL 'filesystem'. + +For new programs, it is probably better to use File::Spec and Cwd +modules, if you can help it. + +WWW: http://search.cpan.org/dist/File-PathConvert |