aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-Sys-Filesystem
Commit message (Collapse)AuthorAgeFilesLines
* Also acts up on sparc64 on pointyhat.Mark Linimon2010-12-081-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=265860
* - Disallow on amd64 pointyhat, accesses /etc/fstab during build which is notPav Lucistnik2010-08-311-1/+7
| | | | | | | | | available in build jails Reported by: pointyhat Notes: svn path=/head/; revision=260307
* - Update to 1.30.Ashish SHUKLA2010-08-172-4/+7
| | | | | | | | | PR: ports/149475 Submitted by: Frederic Culot <frederic@culot.org> Approved by: pgj (mentor), pirzyk (maintainer) Notes: svn path=/head/; revision=259417
* - Update to 1.27Wen Heping2010-05-0710-283/+18
| | | | | | | | PR: ports/146356 Submitted by: Jim Pirzyk <pirzyk@FreeBSD.org> (maintainer) Notes: svn path=/head/; revision=253870
* - Update to 1.22Martin Wilke2007-12-159-25/+184
| | | | | | | | PR: 118362 Submitted by: pirzyk@ Notes: svn path=/head/; revision=203818
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Fix for special filesystems and bump PORTREVISION.Erwin Lansing2006-09-182-5/+6
| | | | | | | | PR: 103362 Submitted by: pirzyk (maintainer) Notes: svn path=/head/; revision=173347
* Retrieve list of filesystems and their propertiesRoman Bogorodskiy2006-06-296-0/+171
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 Notes: svn path=/head/; revision=166572