Bug 238196 - deskutils/sysctlview: Update to 1.2
Summary: deskutils/sysctlview: Update to 1.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-28 19:31 UTC by Alfonso S. Siciliano
Modified: 2019-05-29 23:52 UTC (History)
0 users

See Also:


Attachments
svn .diff (1.12 KB, patch)
2019-05-28 19:31 UTC, Alfonso S. Siciliano
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alfonso S. Siciliano freebsd_committer freebsd_triage 2019-05-28 19:31:49 UTC
Created attachment 204674 [details]
svn .diff

WWW: https://gitlab.com/alfix/sysctlview

Version Update 1.1 -> 1.2
Upstream CHANGELOG

	* fix Kelvin ("IK*" format) value
	* fix length of a column (set wrap property)
	* change RowWindow -> OIDWindow
	* add model class (model.h/cc)
	* add menu item "File -> refresh values"
	* add menu item "File -> rebuild the tree"
	* add menu "View"
	* add menu item "View -> exapand all nodes"
	* add menu item "View -> collapse the tree"
	* add menu item "View -> show magical rows"
	* add menu items "View -> Main tree -> 'info' column"
	* add menu items "View -> Flags tree -> 'flag' column"
	* add menu item "Help -> FAQ"
	* add support for S,clockinfo opaque value (e.g., kern.clockrate)
	* add support for S,inputid opaque value (e.g., kern.evdev.input.0.id)
	* add support for S,loadavg opaque value (e.g., vm.loadavg)
	* add support for S,timeval opaque value (e.g., kern.boottime)


Testing:

 * portlint -C
 * poudriere testport -j 130Camd64 -o deskutils/sysctlview


Please commit it,

Thanks,
Alfonso
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-05-29 23:51:52 UTC
A commit references this bug:

Author: swills
Date: Wed May 29 23:50:56 UTC 2019
New revision: 503023
URL: https://svnweb.freebsd.org/changeset/ports/503023

Log:
  deskutils/sysctlview: Update to 1.2

  PR:		238196
  Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)

Changes:
  head/deskutils/sysctlview/Makefile
  head/deskutils/sysctlview/distinfo
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-05-29 23:52:04 UTC
Committed, thanks!