DanZFS wrote by myself, is designed to provide a standard Python API to ZFS without using libzfs. I created this so I can check the status of ZFS arrays more easily - I'm sure others will also find it useful. This is my first port I've submitted to FreeBSD so I hope I've got everything right - I've been through the "porter's handbook" and "portlint" reports everything as "looks fine". Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it.
araujo 2012-05-31 17:11:09 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/py-danzfs Makefile distinfo pkg-descr pkg-plist Log: DanZFS provides a Python API for checking the status of ZFS without the use of libzfs. WWW: http://code.google.com/p/danzfs/ PR: ports/168370 Submitted by: Daniel Knaggs <knaggsy2000@gmail.com> Revision Changes Path 1.1410 +1 -0 ports/sysutils/Makefile 1.1 +31 -0 ports/sysutils/py-danzfs/Makefile (new) 1.1 +2 -0 ports/sysutils/py-danzfs/distinfo (new) 1.1 +4 -0 ports/sysutils/py-danzfs/pkg-descr (new) 1.1 +12 -0 ports/sysutils/py-danzfs/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!