Commit Graph

15 Commits

Author SHA1 Message Date
Kurt Jaeger c6e1cb8856 audio/mixertui,deskutils/sysctlview,sysutils/nsysctl: bump PORTREVISION
- after devel/libsysctlmibinfo2 etc are updated

PR:		250151
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2020-10-31 16:39:28 +00:00
Hiroki Tagato a3db6d8797 Update to 2.0.1
PR:		247190
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Approved by:	mentors (implicit)
Changelog:	https://gitlab.com/alfix/sysctlview/-/blob/v2.0.1/CHANGELOG
2020-06-15 10:54:40 +00:00
Mateusz Piotrowski 7c321d4cf2 Update to 2.0
Changelog:
https://gitlab.com/alfix/sysctlview/-/blob/master/CHANGELOG

- Update COMMENT, pkg-descr, and DESKTOP_ENTRIES.

Also, while here:
- Pet portclippy & portfmt.
- Simplify do-install.
- Update installation path for manpages.

PR:		244367
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>
Approved by:	Alfonso S. Siciliano (maintainer)
2020-02-26 23:26:58 +00:00
Tobias C. Berner 77d085eda5 deskutils/sysctlview: Update to 1.6
PR:		242239
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
2019-12-14 11:17:02 +00:00
Torsten Zuehlsdorff b33a850e96 deskutils/sysctlview: Update to 1.5.2
Changelog:

    * Update because the CTL_STSCTL constant was introduced in sys/sysctl.h
    * add an error dialog if an OID has 23/24 levels and the sysctlinfo kmod is not
      loaded (avoiding a segmentation fault)

PR:		241086
Submitted by:	Alfonso S. Siciliano (maintainer)
2019-10-08 09:33:16 +00:00
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