Bug 168370

Summary: New port: sysutils/danzfs Provides a standard Python API to perform ZFS related activities without libzfs
Product: Ports & Packages Reporter: Daniel Knaggs <knaggsy2000>
Component: Individual Port(s)Assignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Daniel Knaggs 2012-05-27 14:00:07 UTC
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:
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2012-05-28 09:29:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-31 18:11:24 UTC
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"
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2012-05-31 18:11:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!