Commit Graph

10 Commits

Author SHA1 Message Date
Kai Knoblich
14108b73ea deskutils/sysctlview: Update to 1.5.1
* The sysctlinfo interface (sysutils/sysctlinfo-kmod) is now required as
  build/run dependency which relies on the "oid_label" constant that was
  introduced in FreeBSD 1200019.

  Thus set the port to IGNORE if the above doesn't apply while I'm here. [1]

Changelog:

* Show nodes up to CTL_MAXNAME (24) levels
* Show the right value of the nodes without the last name
* Show a subtree without leaves (the nodes are all CTLTYPE_NODE)
* The sysctlinfo interface is 30% more efficient than the kernel
  undocumented interface [1]

PR:		240391
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2019-09-24 17:33:50 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Steve Wills
9fb7a72d3b deskutils/sysctlview: update to 1.4
PR:		238804
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2019-06-30 21:17:37 +00:00
Steve Wills
8202134c95 deskutils/sysctlview: Update to 1.3
PR:		238510
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2019-06-20 02:51:18 +00:00
Steve Wills
04dc06458b deskutils/sysctlview: Update to 1.2
PR:		238196
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2019-05-29 23:50:55 +00:00
Steve Wills
ea258fcfe0 deskutils/sysctlview: Update to 1.1
While here, improve formatting

PR:		238040
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2019-05-22 21:18:11 +00:00
Fernando Apesteguía
345816483c deskutils/sysctlview: fix build with GCC-based architectures
PR:     237159
Submitted by:   pkubaj@anongoth.pl
Approved by:    alfix86@gmail.com (maintainer)
2019-04-15 16:20:22 +00:00
Steve Wills
be133b39eb deskutils/sysctlview: Update to 1.0
PR:		236866
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2019-04-10 21:35:29 +00:00
Fernando Apesteguía
b55fd4595c deskutils/sysctlview: update to 0.2
From ChangeLog: https://gitlab.com/alfix/sysctlview/blob/master/CHANGELOG

* change C GTK -> C++ GTKmm
* add menu
* add "node dialog" when a row is
* clicked
* add manual page "sysctlview.1"
* add TreeView "Main"
* delete
* TreeView "description"
* delete TreeView "values"
* delete TreeView "info"
* delete sysctlmibinfo.c/h (dynamic linking)
* delete sysctlview.window.xml

PR:	236762
Submitted by:	alfix86@gmail.com (maintainer)
2019-03-25 17:15:59 +00:00
Steve Wills
4837ff2e60 deskutils/sysctlview: create port
sysctlview is a gtk frontend for the sysctl mib.

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

PR:		235434
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>
2019-02-12 19:36:52 +00:00