Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2021 17:39:28 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564729 - in head/sysutils: . p5-Filesys-ZFS
Message-ID:  <202102081739.118HdSE4010131@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivier
Date: Mon Feb  8 17:39:28 2021
New Revision: 564729
URL: https://svnweb.freebsd.org/changeset/ports/564729

Log:
  New port: sysutils/p5-Filesys-ZFS: Perl interface to zpool(8) and zfs(8)
  
  Submitted by:	glebius
  Sponsored by:	Netflix

Added:
  head/sysutils/p5-Filesys-ZFS/
  head/sysutils/p5-Filesys-ZFS/Makefile   (contents, props changed)
  head/sysutils/p5-Filesys-ZFS/distinfo   (contents, props changed)
  head/sysutils/p5-Filesys-ZFS/pkg-descr   (contents, props changed)
  head/sysutils/p5-Filesys-ZFS/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Feb  8 17:23:22 2021	(r564728)
+++ head/sysutils/Makefile	Mon Feb  8 17:39:28 2021	(r564729)
@@ -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

Added: head/sysutils/p5-Filesys-ZFS/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/p5-Filesys-ZFS/Makefile	Mon Feb  8 17:39:28 2021	(r564729)
@@ -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>

Added: head/sysutils/p5-Filesys-ZFS/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/p5-Filesys-ZFS/distinfo	Mon Feb  8 17:39:28 2021	(r564729)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1612553790
+SHA256 (Filesys-ZFS-1.5.tar.gz) = 84a7a7ee8ec3ebf0dffdcf346ca3db589e39910512375e07303320dd951cc696
+SIZE (Filesys-ZFS-1.5.tar.gz) = 11791

Added: head/sysutils/p5-Filesys-ZFS/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/p5-Filesys-ZFS/pkg-descr	Mon Feb  8 17:39:28 2021	(r564729)
@@ -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

Added: head/sysutils/p5-Filesys-ZFS/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/p5-Filesys-ZFS/pkg-plist	Mon Feb  8 17:39:28 2021	(r564729)
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/Filesys/ZFS.pm
+%%SITE_PERL%%/Filesys/zfstat.pl
+%%PERL5_MAN3%%/Filesys::ZFS.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102081739.118HdSE4010131>