svn commit: r372547 - in head/sysutils: . zfs-stats-lite
Stephen Hurd
shurd at FreeBSD.org
Fri Nov 14 03:20:09 UTC 2014
Author: shurd
Date: Fri Nov 14 03:20:07 2014
New Revision: 372547
URL: https://svnweb.freebsd.org/changeset/ports/372547
QAT: https://qat.redports.org/buildarchive/r372547/
Log:
New port: sysutils/zfs-stats-lite
zfs-stats displays ZFS statistics in human-readable format including
ARC, L2ARC, zfetch (DMU) and vdev cache statistics.
This script is a fork of sysutils/zfs-stats which has no dependency on perl or
other ports.
PR: ports/194977
Submitted by: Devin Teske <dteske at FreeBSD.org> (maintainer)
Sponsored by: Panzura, Inc.
Added:
head/sysutils/zfs-stats-lite/
head/sysutils/zfs-stats-lite/Makefile (contents, props changed)
head/sysutils/zfs-stats-lite/distinfo (contents, props changed)
head/sysutils/zfs-stats-lite/pkg-descr (contents, props changed)
Modified:
head/sysutils/Makefile
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Thu Nov 13 23:24:00 2014 (r372546)
+++ head/sysutils/Makefile Fri Nov 14 03:20:07 2014 (r372547)
@@ -1069,6 +1069,7 @@
SUBDIR += zfs-snapshot-clean
SUBDIR += zfs-snapshot-mgmt
SUBDIR += zfs-stats
+ SUBDIR += zfs-stats-lite
SUBDIR += zfsnap
SUBDIR += zfstools
SUBDIR += zidrav
Added: head/sysutils/zfs-stats-lite/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/zfs-stats-lite/Makefile Fri Nov 14 03:20:07 2014 (r372547)
@@ -0,0 +1,23 @@
+# Created by: Devin Teske <dteske at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= zfs-stats-lite
+PORTVERSION= 1.0
+CATEGORIES= sysutils
+MASTER_SITES= http://druidbsd.sourceforge.net/download/
+
+MAINTAINER= dteske at FreeBSD.org
+COMMENT= Display human-readable ZFS statistics
+
+LICENSE= BSD2CLAUSE
+
+CONFLICTS_INSTALL= zfs-stats-[0-9]*
+
+NO_BUILD= yes
+
+PLIST_FILES= bin/zfs-stats
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/zfs-stats ${STAGEDIR}${PREFIX}/bin/zfs-stats
+
+.include <bsd.port.mk>
Added: head/sysutils/zfs-stats-lite/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/zfs-stats-lite/distinfo Fri Nov 14 03:20:07 2014 (r372547)
@@ -0,0 +1,2 @@
+SHA256 (zfs-stats-lite-1.0.tar.gz) = 8b47ff8e23f8cd5ff8f4b894b6bd0760c86f0ae711efc36e5f4651596c335db6
+SIZE (zfs-stats-lite-1.0.tar.gz) = 6813
Added: head/sysutils/zfs-stats-lite/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/zfs-stats-lite/pkg-descr Fri Nov 14 03:20:07 2014 (r372547)
@@ -0,0 +1,7 @@
+zfs-stats displays ZFS statistics in human-readable format including
+ARC, L2ARC, zfetch (DMU) and vdev cache statistics.
+
+This script is a fork of sysutils/zfs-stats which has no dependency on perl or
+other ports.
+
+WWW: http://druidbsd.sf.net/download.shtml
More information about the svn-ports-all
mailing list