mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
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:
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
|
@ -815,6 +815,7 @@
|
|||
SUBDIR += p5-Filesys-DiskSpace
|
||||
SUBDIR += p5-Filesys-DiskUsage
|
||||
SUBDIR += p5-Filesys-Statvfs
|
||||
SUBDIR += p5-Filesys-ZFS
|
||||
SUBDIR += p5-Fuse
|
||||
SUBDIR += p5-Fuse-Simple
|
||||
SUBDIR += p5-Giovanni
|
||||
|
|
21
sysutils/p5-Filesys-ZFS/Makefile
Normal file
21
sysutils/p5-Filesys-ZFS/Makefile
Normal 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>
|
3
sysutils/p5-Filesys-ZFS/distinfo
Normal file
3
sysutils/p5-Filesys-ZFS/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1612553790
|
||||
SHA256 (Filesys-ZFS-1.5.tar.gz) = 84a7a7ee8ec3ebf0dffdcf346ca3db589e39910512375e07303320dd951cc696
|
||||
SIZE (Filesys-ZFS-1.5.tar.gz) = 11791
|
4
sysutils/p5-Filesys-ZFS/pkg-descr
Normal file
4
sysutils/p5-Filesys-ZFS/pkg-descr
Normal 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
|
3
sysutils/p5-Filesys-ZFS/pkg-plist
Normal file
3
sysutils/p5-Filesys-ZFS/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%SITE_PERL%%/Filesys/ZFS.pm
|
||||
%%SITE_PERL%%/Filesys/zfstat.pl
|
||||
%%PERL5_MAN3%%/Filesys::ZFS.3.gz
|
Loading…
Add table
Reference in a new issue