Bug 177546 - sysutils/py-danzfs - Update to v0.2.0
Summary: sysutils/py-danzfs - Update to v0.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-01 16:30 UTC by Daniel Knaggs
Modified: 2013-05-10 15:40 UTC (History)
0 users

See Also:


Attachments
file.diff (3.35 KB, patch)
2013-04-01 16:30 UTC, Daniel Knaggs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Knaggs 2013-04-01 16:30:00 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-01 16:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-04-17 01:58:09 UTC
Responsible Changed
From-To: freebsd-python->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-05-10 15:37:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-05-10 15:37:50 UTC
Author: miwi
Date: Fri May 10 14:37:41 2013
New Revision: 317811
URL: http://svnweb.freebsd.org/changeset/ports/317811

Log:
  - Update to 0.2.0
  
  PR:		177546
  Submitted by:	Danny Knaggs <knaggsy2000@gmail.com> (maintainer)

Modified:
  head/sysutils/py-danzfs/Makefile   (contents, props changed)
  head/sysutils/py-danzfs/distinfo   (contents, props changed)
  head/sysutils/py-danzfs/pkg-descr   (contents, props changed)
  head/sysutils/py-danzfs/pkg-plist   (contents, props changed)

Modified: head/sysutils/py-danzfs/Makefile
==============================================================================
--- head/sysutils/py-danzfs/Makefile	Fri May 10 14:36:46 2013	(r317810)
+++ head/sysutils/py-danzfs/Makefile	Fri May 10 14:37:41 2013	(r317811)
@@ -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}

Modified: head/sysutils/py-danzfs/distinfo
==============================================================================
--- head/sysutils/py-danzfs/distinfo	Fri May 10 14:36:46 2013	(r317810)
+++ head/sysutils/py-danzfs/distinfo	Fri May 10 14:37:41 2013	(r317811)
@@ -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

Modified: head/sysutils/py-danzfs/pkg-descr
==============================================================================
--- head/sysutils/py-danzfs/pkg-descr	Fri May 10 14:36:46 2013	(r317810)
+++ head/sysutils/py-danzfs/pkg-descr	Fri May 10 14:37:41 2013	(r317811)
@@ -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/

Modified: head/sysutils/py-danzfs/pkg-plist
==============================================================================
--- head/sysutils/py-danzfs/pkg-plist	Fri May 10 14:36:46 2013	(r317810)
+++ head/sysutils/py-danzfs/pkg-plist	Fri May 10 14:37:41 2013	(r317811)
@@ -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%%
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"