From owner-svn-ports-head@freebsd.org Mon Feb 8 17:39:29 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A36B253AE08; Mon, 8 Feb 2021 17:39:29 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DZCvP4HSsz4Ykf; Mon, 8 Feb 2021 17:39:29 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7B6D81B5E9; Mon, 8 Feb 2021 17:39:29 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 118HdTvY010136; Mon, 8 Feb 2021 17:39:29 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 118HdSE4010131; Mon, 8 Feb 2021 17:39:28 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <202102081739.118HdSE4010131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Mon, 8 Feb 2021 17:39:28 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: olivier X-SVN-Commit-Paths: in head/sysutils: . p5-Filesys-ZFS X-SVN-Commit-Revision: 564729 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2021 17:39:29 -0000 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 +# $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 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