1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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)
This commit is contained in:
Soeren Straarup 2006-10-09 22:46:34 +00:00
parent 503e045ea7
commit 404f303a47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175157
4 changed files with 47 additions and 0 deletions

View File

@ -211,6 +211,7 @@
SUBDIR += gcombust
SUBDIR += gconf-editor
SUBDIR += gdmap
SUBDIR += geomgui
SUBDIR += gfslicer
SUBDIR += ghasher
SUBDIR += gkfreq

37
sysutils/geomgui/Makefile Normal file
View File

@ -0,0 +1,37 @@
# New ports collection makefile for: geomgui
# Date created: 2005-07-18
# Whom: Soeren Straarup <xride@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= geomgui
PORTVERSION= 0.12
CATEGORIES= sysutils
MASTER_SITES= http://geomgui.xride.dk/files/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= xride
MAINTAINER= xride@FreeBSD.org
COMMENT= Viewer for kernel geom layer
LIB_DEPENDS= gvc.2:${PORTSDIR}/graphics/graphviz
USE_XLIB= yes
USE_AUTOTOOLS= libtool:15
USE_GNOME= gtk20 librsvg2
USE_ICONV= yes
GNU_CONFIGURE= yes
MAN1= geomgui.1
PLIST_FILES= bin/geomgui
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
${WRKSRC}/Makefile.in
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= requires GEOM which is only present on FreeBSD 5.x and above
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (geomgui-0.12.tar.gz) = f6746ff021670e30de7308f5784121c9
SHA256 (geomgui-0.12.tar.gz) = dc39946763ed1bd2a869eb5eee2f9ad3e8abf1aa5e09a5882160bca57e92bb37
SIZE (geomgui-0.12.tar.gz) = 7617

View File

@ -0,0 +1,6 @@
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