| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 242239
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=520109
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 238804
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=505498
|
|
|
|
|
|
|
|
| |
PR: 238510
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=504609
|
|
|
|
|
|
|
|
| |
PR: 238196
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=503023
|
|
|
|
|
|
|
|
|
|
| |
While here, improve formatting
PR: 238040
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=502291
|
|
|
|
|
|
|
|
|
| |
PR: 237159
Submitted by: pkubaj@anongoth.pl
Approved by: alfix86@gmail.com (maintainer)
Notes:
svn path=/head/; revision=499030
|
|
|
|
|
|
|
|
| |
PR: 236866
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=498607
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|