aboutsummaryrefslogtreecommitdiff
path: root/deskutils/sysctlview
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.0Mateusz Piotrowski2020-02-264-17/+20
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=527226
* deskutils/sysctlview: Update to 1.6Tobias C. Berner2019-12-142-8/+6
| | | | | | | | PR: 242239 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=520109
* deskutils/sysctlview: Update to 1.5.2Torsten Zuehlsdorff2019-10-082-6/+6
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=514065
* deskutils/sysctlview: Update to 1.5.1Kai Knoblich2019-09-242-7/+17
| | | | | | | | | | | | | | | | | | | | | | * 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) Notes: svn path=/head/; revision=512729
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* deskutils/sysctlview: update to 1.4Steve Wills2019-06-302-5/+5
| | | | | | | | PR: 238804 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=505498
* deskutils/sysctlview: Update to 1.3Steve Wills2019-06-202-5/+5
| | | | | | | | PR: 238510 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=504609
* deskutils/sysctlview: Update to 1.2Steve Wills2019-05-292-5/+5
| | | | | | | | PR: 238196 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=503023
* deskutils/sysctlview: Update to 1.1Steve Wills2019-05-223-43/+16
| | | | | | | | | | While here, improve formatting PR: 238040 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=502291
* deskutils/sysctlview: fix build with GCC-based architecturesFernando ApesteguĂ­a2019-04-152-1/+32
| | | | | | | | | PR: 237159 Submitted by: pkubaj@anongoth.pl Approved by: alfix86@gmail.com (maintainer) Notes: svn path=/head/; revision=499030
* deskutils/sysctlview: Update to 1.0Steve Wills2019-04-103-10/+32
| | | | | | | | PR: 236866 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=498607
* deskutils/sysctlview: update to 0.2Fernando ApesteguĂ­a2019-03-253-23/+11
| | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=496842
* deskutils/sysctlview: create portSteve Wills2019-02-124-0/+57
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> Notes: svn path=/head/; revision=492800