mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
a5bcde0e8a
- Update to 0.11.1 [1] - Update USES=python, now require 3.3+ [1] - Delete backported patches, now in release [1] - Sort USE_PYTHON values - Add python as a secondary category - Update COMMENT to match upstream setup.py description field - Update pkg-descr WWW: URL to match upstream setup.py url field - Add LICENSE_FILE - Add NO_ARCH - Sort sections Based on: PR: 200946 [1] Differential Revision: https://reviews.freebsd.org/D2908 Submitted by: John Hein <z7dr6ut7gs snkmail com> [1] Reviewed by: crees (maintainer) Approved by: crees (maintainer)
17 lines
558 B
Plaintext
17 lines
558 B
Plaintext
Many find Bugzilla's web-based UI inefficient. PyBugz is a command-line based
|
|
interface that was written by Alastair Tse in order to improve his interaction
|
|
with Gentoo Bugzilla
|
|
|
|
Features
|
|
--------
|
|
* Searching bugzilla
|
|
* Listing details of a bug including comments and attachments
|
|
* Downloading/viewing attachments from bugzilla
|
|
* Posting bugs, comments, and making changes to an existing bug.
|
|
* Adding attachments to a bug.
|
|
|
|
There is extensive help in `bugz --help` and `bugz <subcommand>
|
|
--help` for additional options.
|
|
|
|
WWW: http://www.liquidx.net/pybugz
|