1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

New port: sysutils/p5-Filesys-ZFS-Stat: perl interface to kstat.zfs

Submitted by:	glebius
Sponsored by:	Netflix
This commit is contained in:
Olivier Cochard 2021-03-04 21:07:17 +00:00
parent b0675da6aa
commit b4f52fed1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567340
5 changed files with 29 additions and 0 deletions

View File

@ -822,6 +822,7 @@
SUBDIR += p5-Filesys-DiskSpace
SUBDIR += p5-Filesys-DiskUsage
SUBDIR += p5-Filesys-Statvfs
SUBDIR += p5-Filesys-ZFS-Stat
SUBDIR += p5-Filesys-ZFS
SUBDIR += p5-Fuse
SUBDIR += p5-Fuse-Simple

View File

@ -0,0 +1,19 @@
# Created by: Gleb Smirnoff <glebius@FreeBSD.org>
# $FreeBSD$
PORTNAME= Filesys-ZFS-Stat
PORTVERSION= 0.01
CATEGORIES= sysutils perl5
MAINTAINER= glebius@FreeBSD.org
COMMENT= Perl interface to kstat.zfs
LICENSE= BSD2CLAUSE
USES= perl5
USE_PERL5= configure
USE_GITHUB= yes
GH_ACCOUNT= glebius
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1614307911
SHA256 (glebius-Filesys-ZFS-Stat-0.01_GH0.tar.gz) = 8708f6f738ff6da2d528318f47460b9b19372c3b6bebdd577c2729ca1814e5e9
SIZE (glebius-Filesys-ZFS-Stat-0.01_GH0.tar.gz) = 3133

View File

@ -0,0 +1,4 @@
Filesys::ZFS::Stat works on top BSD::Sysctl and provides handy access
to kstat.zfs sysctl tree.
WWW: https://github.com/glebius/Filesys-ZFS-Stat

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Filesys/ZFS/Stat.pm
%%PERL5_MAN3%%/Filesys::ZFS::Stat.3.gz