diff options
author | xride <xride@FreeBSD.org> | 2006-10-10 06:46:34 +0800 |
---|---|---|
committer | xride <xride@FreeBSD.org> | 2006-10-10 06:46:34 +0800 |
commit | a3b92a6aeddfc28972840e6fff3a8cd843366c05 (patch) | |
tree | 43332fe985bc3b433faa3a77214bd7508ccfbba4 /sysutils/Makefile | |
parent | 42210d5832114f5765de7daa24081546e2775194 (diff) | |
download | freebsd-ports-gnome-a3b92a6aeddfc28972840e6fff3a8cd843366c05.tar.gz freebsd-ports-gnome-a3b92a6aeddfc28972840e6fff3a8cd843366c05.tar.zst freebsd-ports-gnome-a3b92a6aeddfc28972840e6fff3a8cd843366c05.zip |
Add geomgui 0.12
Geomgui is a viewer for the geom layer in the kernel written in C.
It can show the geom layout on the host computer or fetch info from
a remote system via ssh. It has the same arrow key bindings as fx, vi,
(h,j,k and l)and uses z to soom out and Z to zoom in, u is for updating.
WWW: http://geomgui.xride.dk
Approved by: tmclaugh (mentor)
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 85cfa4c7f44a..4e34b0a2b5ac 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -211,6 +211,7 @@ SUBDIR += gcombust SUBDIR += gconf-editor SUBDIR += gdmap + SUBDIR += geomgui SUBDIR += gfslicer SUBDIR += ghasher SUBDIR += gkfreq |