aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-05-10 14:37:41 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-05-10 14:37:41 +0000
commit0337f924337df4bf35054af4d115dcb85c7f0447 (patch)
tree97ad36fa5dec70a767724f093c303af1ff294613 /sysutils
parentcb155a7e5d4797cc21602de5205af67230e89a31 (diff)
downloadports-0337f924337df4bf35054af4d115dcb85c7f0447.tar.gz
ports-0337f924337df4bf35054af4d115dcb85c7f0447.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-danzfs/Makefile2
-rw-r--r--sysutils/py-danzfs/distinfo4
-rw-r--r--sysutils/py-danzfs/pkg-descr21
-rw-r--r--sysutils/py-danzfs/pkg-plist11
4 files changed, 34 insertions, 4 deletions
diff --git a/sysutils/py-danzfs/Makefile b/sysutils/py-danzfs/Makefile
index 72ff411ff981..91e7c1b3e6e0 100644
--- a/sysutils/py-danzfs/Makefile
+++ b/sysutils/py-danzfs/Makefile
@@ -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 --git a/sysutils/py-danzfs/distinfo b/sysutils/py-danzfs/distinfo
index cefdb6ab3a03..30ac94070ecb 100644
--- a/sysutils/py-danzfs/distinfo
+++ b/sysutils/py-danzfs/distinfo
@@ -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 --git a/sysutils/py-danzfs/pkg-descr b/sysutils/py-danzfs/pkg-descr
index d50f7791f52a..7efe7d0ebb47 100644
--- a/sysutils/py-danzfs/pkg-descr
+++ b/sysutils/py-danzfs/pkg-descr
@@ -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 --git a/sysutils/py-danzfs/pkg-plist b/sysutils/py-danzfs/pkg-plist
index c17c816181d9..0092e0c8614f 100644
--- a/sysutils/py-danzfs/pkg-plist
+++ b/sysutils/py-danzfs/pkg-plist
@@ -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%%