New port: sysutils/p5-Filesys-ZFS: Perl interface to zpool(8) and zfs(8)

Submitted by:	glebius
Sponsored by:	Netflix
This commit is contained in:
Olivier Cochard 2021-02-08 17:39:28 +00:00
parent 27c0edee43
commit b2eeab55e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564729
5 changed files with 32 additions and 0 deletions

View file

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

View file

@ -0,0 +1,21 @@
# Created by: Gleb Smirnoff <glebius@FreeBSD.org>
# $FreeBSD$
PORTNAME= Filesys-ZFS
PORTVERSION= 1.5
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= glebius@FreeBSD.org
COMMENT= Perl interface to zpool(8) and zfs(8)
LICENSE= ARTPERL10
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= zfstat.pl
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1612553790
SHA256 (Filesys-ZFS-1.5.tar.gz) = 84a7a7ee8ec3ebf0dffdcf346ca3db589e39910512375e07303320dd951cc696
SIZE (Filesys-ZFS-1.5.tar.gz) = 11791

View file

@ -0,0 +1,4 @@
Filesys::ZFS is a simple interface to zfs and zpool commands for
managing ZFS file systems.
WWW: https://metacpan.org/pod/Filesys::ZFS

View file

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