From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 1 15:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 86C9A5DA for ; Mon, 1 Apr 2013 15:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6A576D6D for ; Mon, 1 Apr 2013 15:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r31FU0YG085759 for ; Mon, 1 Apr 2013 15:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r31FU0cT085758; Mon, 1 Apr 2013 15:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 1 Apr 2013 15:30:00 GMT Resent-Message-Id: <201304011530.r31FU0cT085758@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Danny Knaggs Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AC94044A for ; Mon, 1 Apr 2013 15:24:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9E05BD2C for ; Mon, 1 Apr 2013 15:24:20 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r31FOKUj032337 for ; Mon, 1 Apr 2013 15:24:20 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r31FOKQj032336; Mon, 1 Apr 2013 15:24:20 GMT (envelope-from nobody) Message-Id: <201304011524.r31FOKQj032336@red.freebsd.org> Date: Mon, 1 Apr 2013 15:24:20 GMT From: Danny Knaggs To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/177546: sysutils/py-danzfs - Update to v0.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Apr 2013 15:30:00 -0000 >Number: 177546 >Category: ports >Synopsis: sysutils/py-danzfs - Update to v0.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Apr 01 15:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Danny Knaggs >Release: >Organization: >Environment: >Description: I've released an update to DanZFS, here is the diff get the latest version via the ports. Let me know if they are any problems. Thanks. >How-To-Repeat: >Fix: diff -ruN py-danzfs.bak/Makefile py-danzfs/Makefile --- py-danzfs.bak/Makefile 2013-04-01 16:10:34.167281438 +0100 +++ py-danzfs/Makefile 2013-04-01 16:10:51.614426852 +0100 @@ -6,7 +6,7 @@ # PORTNAME= danzfs -PORTVERSION= 0.1.2 +PORTVERSION= 0.2.0 CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN py-danzfs.bak/distinfo py-danzfs/distinfo --- py-danzfs.bak/distinfo 2012-06-03 17:42:28.000000000 +0100 +++ py-danzfs/distinfo 2013-04-01 15:58:36.448809000 +0100 @@ -1,2 +1,2 @@ -SHA256 (danzfs-0.1.2.tar.xz) = 013d3df58cd04ff9d547565ef50fb29389833c42cc58eb6ab054b6e7cbe9f417 -SIZE (danzfs-0.1.2.tar.xz) = 8692 +SHA256 (danzfs-0.2.0.tar.xz) = a90752edcacd0260b2337420d1b9759d0016fb69dad1abc331e1ad0f6b88b1a3 +SIZE (danzfs-0.2.0.tar.xz) = 15172 diff -ruN py-danzfs.bak/pkg-descr py-danzfs/pkg-descr --- py-danzfs.bak/pkg-descr 2013-04-01 16:13:56.296281377 +0100 +++ py-danzfs/pkg-descr 2013-04-01 16:06:40.871391624 +0100 @@ -1,4 +1,23 @@ DanZFS provides a Python API for checking the status of ZFS without the use of -libzfs. +libzfs by calling the system binaries and parsing the output. + +Currently you can: - + +1. List the ZFS properties (name, property, value, source) +2. List filesystems, snapshots, and volumes (name, used, available, refer, and +mountpoint) +3. Query the pool IO statistics (name, capacity, operations, and bandwidth) +4. List the pools (name, size, allocated, free, capacity, deduplication, health, +and alternativeroot) +5. Query the pool status (name, state, status, action, scan, config-type, +config-disks, and errors) +6. Replication "daemon" allowing near realtime local and remote replication +using snapshots. + +The data from the API calls will be returned as a Python dictionary. + +Example code is provided and will be installed into the +${PREFIX}/share/examples/danzfs directory. + WWW: http://code.google.com/p/danzfs/ diff -ruN py-danzfs.bak/pkg-plist py-danzfs/pkg-plist --- py-danzfs.bak/pkg-plist 2012-06-03 17:38:08.000000000 +0100 +++ py-danzfs/pkg-plist 2013-04-01 15:55:31.807464000 +0100 @@ -4,6 +4,16 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/date_based_snapshots/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/date_based_snapshots/snapshot_cleanup.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/date_based_snapshots/take_snapshots.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/replicationd/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/replicationd/rd-complex.json +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/replicationd/rd-local-simple.json +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/replicationd/rd-local-simple-datasets.json +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/replicationd/rd-multiple-destination.json +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/replicationd/rd-multiple-pools.json +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/replicationd/rd-ssh-both.json +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/replicationd/rd-ssh-destination.json +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/replicationd/rd-ssh-source.json +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/replicationd/replicationd.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/zfs_get.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/zfs_list_everything.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/zfs_list_filesystems.py @@ -13,4 +23,5 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/zpool_list.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/zpool_status.py %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/date_based_snapshots +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/replicationd %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% >Release-Note: >Audit-Trail: >Unformatted: