Opened 20 years ago
Closed 20 years ago
#2619 closed defect (fixed)
NEW: perl/p5-filesys-diskspace
Reported by: | sal@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
# $Id$
PortSystem 1.0 PortGroup perl5 1.0 perl5.setup Filesys-DiskSpace 0.05 revision 0 maintainers sal@… description Perl df long_description This routine displays information on a file system such as its type, the amount of disk space occupied, the total disk space and the number of inodes. It tries syscall(SYS_statfs) and syscall(SYS_statvfs) in several ways. If all fails, it croaks. platforms darwin checksums md5 b95651483e0234db33561a53708e007d
Change History (2)
comment:1 Changed 20 years ago by sal@…
Summary: | NEW: perl5/p5-filesys-diskspace → NEW: perl/p5-filesys-diskspace |
---|
comment:2 Changed 20 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Committed after some whitespace cleanup (now you see why the complaints about attachments instead of inline...)
Thanks again.