Port details |
- p5-Filesys-Statvfs Perl extension for statvfs() and fstatvfs()
- 0.82_1 sysutils
=0 0.82_1Version of this port present on the latest quarterly branch. - Maintainer: pirzyk@FreeBSD.org
 - Port Added: 2006-06-19 08:17:32
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: not specified in port
- Description:
- Interface for statvfs() and fstatvfs()
Unless you need access to the bsize, flag, and namemax values, you should
probably look at using Filesys::DfPortable or Filesys::Df instead.
The statvfs() and fstatvfs() functions will return a list of values, or
will return undef and set $! if there was an error.
The values returned are described in the statvfs header or the statvfs()
man page.
The module assumes that if you have statvfs(), fstatvfs() will also be
available.
WWW: https://metacpan.org/release/Filesys-Statvfs
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Filesys-Statvfs>0:sysutils/p5-Filesys-Statvfs
- To install the port:
- cd /usr/ports/sysutils/p5-Filesys-Statvfs/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/p5-Filesys-Statvfs
- pkg install p5-Filesys-Statvfs
- PKGNAME: p5-Filesys-Statvfs
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Filesys-Statvfs-0.82.tar.gz) = dc9494ca17af2b5226d50313efc5f02f3ff268d71c653cdb39bdd65fb3cf916a
SIZE (Filesys-Statvfs-0.82.tar.gz) = 3964
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- sysutils_p5-Filesys-Statvfs
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.82_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2018 20:15:20
0.82_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
02 Mar 2015 23:47:18
0.82_1
|
bapt  |
Remove Author from pkg-descr and white space fixes |
26 Nov 2014 13:08:38
0.82_1
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
10 Jun 2014 12:14:14
0.82
|
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
06 Jan 2014 09:44:20
0.82
|
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 23:06:00
0.82
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
07 Sep 2013 06:47:20
0.82
|
az  |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
24 Oct 2011 09:11:38
0.82
|
dougb  |
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 |
25 Dec 2010 16:55:41
0.82
|
sunpoet  |
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat) |
17 Apr 2008 14:30:31
0.82
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
20 Oct 2007 19:08:37
0.82
|
miwi  |
- Update to 0.82
PR: 117222
Submitted by: Yen-Ming Lee <leeym@leeym.com>
Approved by: maintainer |
04 Oct 2007 06:10:15
0.80
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
19 Jun 2006 07:50:50
0.80
|
aaron  |
Adding port sysutils/p5-Filesys-Statvfs, Perl extension for statvfs() and
fstatvfs().
PR: ports/98249
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit) |