freebsd-ports/sysutils/p5-Filesys-Df/pkg-descr
Doug Barton 989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00

11 lines
526 B
Text

This module provides a way to obtain filesystem disk space information.
This is a Unix only distribution. If you want to gather this information
for Unix and Windows, use Filesys::DfPortable. The only major benefit of
using Filesys::Df over Filesys::DfPortable, is that Filesys::Df supports
the use of open filehandles as arguments.
The module should work with all flavors of Unix, including Mac OS X
(Darwin, Tiger, etc), and Cygwin.
Author: Ian Guthrie <IGuthrie@aol.com>
WWW: http://search.cpan.org/dist/Filesys-Df/