Bug 168370 - New port: sysutils/danzfs Provides a standard Python API to perform ZFS related activities without libzfs
Summary: New port: sysutils/danzfs Provides a standard Python API to perform ZFS relat...
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: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-27 14:00 UTC by Daniel Knaggs
Modified: 2012-05-31 18:20 UTC (History)
0 users

See Also:


Attachments
file.shar (2.36 KB, text/plain)
2012-05-27 14:00 UTC, Daniel Knaggs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!