View | Details | Raw Unified | Return to bug 244367
Collapse All | Expand All

(-)Makefile (-4 / +5 lines)
Lines 1-16 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	sysctlview
3
PORTNAME=	sysctlview
4
PORTVERSION=	1.6
4
PORTVERSION=	2.0
5
CATEGORIES=	deskutils
5
CATEGORIES=	deskutils
6
6
7
MAINTAINER=	alfix86@gmail.com
7
MAINTAINER=	alfix86@gmail.com
8
COMMENT=	Show sysctl MIB Tree
8
COMMENT=	Graphical sysctl MIB explorer
9
9
10
LICENSE=	BSD2CLAUSE
10
LICENSE=	BSD2CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
LIB_DEPENDS=	libsysctlmibinfo2.so:devel/libsysctlmibinfo2
13
LIB_DEPENDS=	libsysctlmibinfo2.so:devel/libsysctlmibinfo2
14
RUN_DEPENDS=	xdg-open:devel/xdg-utils
14
15
15
USES=		compiler:c++11-lang gettext-runtime gnome pkgconfig
16
USES=		compiler:c++11-lang gettext-runtime gnome pkgconfig
16
USE_GNOME=	atk atkmm cairo cairomm gdkpixbuf2 glib20 glib20 glibmm glibmm \
17
USE_GNOME=	atk atkmm cairo cairomm gdkpixbuf2 glib20 glib20 glibmm glibmm \
Lines 18-29 Link Here
18
19
19
USE_GITLAB=	yes
20
USE_GITLAB=	yes
20
GL_ACCOUNT=	alfix
21
GL_ACCOUNT=	alfix
21
GL_COMMIT=	83999ba6dd03f6c96bff8c617e98ca9cf8d4fe45
22
GL_COMMIT=	c567a2f79bb9349b6b7c1a078ed448462e2eff70
22
23
23
INSTALLS_ICONS=	yes
24
INSTALLS_ICONS=	yes
24
25
25
DESKTOP_ENTRIES=	"Sysctlview" \
26
DESKTOP_ENTRIES=	"Sysctlview" \
26
			"Show kernel state" \
27
			"Show and set the kernel state" \
27
			"sysctlview" \
28
			"sysctlview" \
28
			"sysctlview" \
29
			"sysctlview" \
29
			"System;" \
30
			"System;" \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1574725632
1
TIMESTAMP = 1582497693
2
SHA256 (alfix-sysctlview-83999ba6dd03f6c96bff8c617e98ca9cf8d4fe45_GL0.tar.gz) = 41266ad07688a3a2c32af7221bcd38eae0f61780b00944bd7c4ae7292bf7c8af
2
SHA256 (alfix-sysctlview-c567a2f79bb9349b6b7c1a078ed448462e2eff70_GL0.tar.gz) = d8d36664f5ad58e1af3b1951c1414fc85ab4ffdc0f5a387e0f61b6f7608ad6eb
3
SIZE (alfix-sysctlview-83999ba6dd03f6c96bff8c617e98ca9cf8d4fe45_GL0.tar.gz) = 434144
3
SIZE (alfix-sysctlview-c567a2f79bb9349b6b7c1a078ed448462e2eff70_GL0.tar.gz) = 437338
(-)pkg-descr (-1 / +4 lines)
Lines 1-3 Link Here
1
sysctlview is a gtk frontend for the sysctl mib.
1
The sysctlview utility is a graphical sysctl MIB explorer,
2
each object represents a parameter of the kernel.
3
The sysctlview explorer shows the properties of an object
4
and can get or set its value.
2
5
3
WWW: https://gitlab.com/alfix/sysctlview/
6
WWW: https://gitlab.com/alfix/sysctlview/

Return to bug 244367