Port details |
- p5-Sys-Filesystem Perl module to Retrieve list of filesystems and their properties
- 1.401_1 sysutils =3 1.401_1Version of this port present on the latest quarterly branch.
- Maintainer: pirzyk@FreeBSD.org
- Port Added: 2006-06-29 08:37:00
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: pure-ftpd, autoconf, p5-MIME-Tools, lua54-luaexpat, p5-DateTime-Format-Excel
- Also Listed In: perl5
- License: APACHE20
- WWW:
- https://metacpan.org/release/Sys-Filesystem
- Description:
- Retrieve list of filesystems and their properties
Sys::Filesystem is intended to be a portable interface to list and query
filesystem names and their properties. At the time of writing there were
only Solaris and Win32 modules available on CPAN to perform this kind of
operation. This module hopes to provide a consistant API to list all,
mounted, unmounted and special filesystems on a system, and query as
many properties as possible with common aliases wherever possible.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Sys-Filesystem>0:sysutils/p5-Sys-Filesystem
- To install the port:
- cd /usr/ports/sysutils/p5-Sys-Filesystem/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/p5-Sys-Filesystem
- pkg install p5-Sys-Filesystem
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Sys-Filesystem
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Sys-Filesystem-1.401.tar.gz) = a37adc6d78f8d48ae410c07b9e44f56da6aa84caa02c8ccd54202ff9ad96da03
SIZE (Sys-Filesystem-1.401.tar.gz) = 33801
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:
-
- p5-Params-Util>=1.0 : devel/p5-Params-Util
- p5-IPC-Cmd>=0.80 : devel/p5-IPC-Cmd
- p5-Module-Pluggable>=4.8 : devel/p5-Module-Pluggable
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Params-Util>=1.0 : devel/p5-Params-Util
- p5-IPC-Cmd>=0.80 : devel/p5-IPC-Cmd
- p5-Module-Pluggable>=4.8 : devel/p5-Module-Pluggable
- 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-Sys-Filesystem
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.401_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.401_1 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.401_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.401_1 09 Jul 2018 08:40:18 |
mat |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
1.401_1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.401_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.401_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.401_1 26 Nov 2014 13:08:38 |
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 ) |
1.401 06 Feb 2014 16:07:50 |
ehaupt |
Support staging. |
1.401 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
1.401 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.401 20 Sep 2013 12:13:54 |
culot |
- Update to 1.401 [1]
- Trim Makefile's header
- Add LICENSE (Apache 2)
Changes: http://search.cpan.org/dist/Sys-Filesystem/Changes
PR: ports/182241 [1]
Submitted by: pirzyk@ (maintainer) |
1.30 07 Sep 2013 06:47:20 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
1.30 28 Nov 2011 20:23:10 |
crees |
Fake fstab for compile stage, fixing build on package cluster.
PR: ports/160666
Approved by: pirzyk (maintainer)
Feature safe: yes |
1.30 10 Nov 2011 05:38:32 |
linimon |
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr |
1.30 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.30 08 Dec 2010 19:29:44 |
linimon |
Also acts up on sparc64 on pointyhat.
Hat: portmgr |
1.30 31 Aug 2010 21:33:40 |
pav |
- Disallow on amd64 pointyhat, accesses /etc/fstab during build which is not
available in build jails
Reported by: pointyhat |
1.30 17 Aug 2010 05:46:23 |
ashish |
- Update to 1.30.
PR: ports/149475
Submitted by: Frederic Culot <frederic@culot.org>
Approved by: pgj (mentor), pirzyk (maintainer) |
1.27 07 May 2010 02:52:29 |
wen |
- Update to 1.27
PR: ports/146356
Submitted by: Jim Pirzyk <pirzyk@FreeBSD.org> (maintainer) |
1.22 15 Dec 2007 23:19:41 |
miwi |
- Update to 1.22
PR: 118362
Submitted by: pirzyk@ |
1.21_1 08 Sep 2007 01:04:03 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
1.21_1 18 Sep 2006 18:13:41 |
erwin |
Fix for special filesystems and bump PORTREVISION.
PR: 103362
Submitted by: pirzyk (maintainer) |
1.21 29 Jun 2006 08:36:42 |
novel |
Retrieve list of filesystems and their properties
Sys::Filesystem is intended to be a portable interface to list and query
filesystem names and their properties. At the time of writing there were
only Solaris and Win32 modules available on CPAN to perform this kind of
operation. This module hopes to provide a consistant API to list all,
mounted, unmounted and special filesystems on a system, and query as
many properties as possible with common aliases wherever possible.
WWW: http://search.cpan.org/dist/Sys-Filesystem/
PR: ports/98307
Submitted by: pirzyk |