summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorxride <xride@FreeBSD.org>2006-10-09 22:46:34 +0000
committerxride <xride@FreeBSD.org>2006-10-09 22:46:34 +0000
commita3b92a6aeddfc28972840e6fff3a8cd843366c05 (patch)
tree43332fe985bc3b433faa3a77214bd7508ccfbba4 /sysutils
parent42210d5832114f5765de7daa24081546e2775194 (diff)
downloadFreeBSD-ports-a3b92a6aeddfc28972840e6fff3a8cd843366c05.zip
FreeBSD-ports-a3b92a6aeddfc28972840e6fff3a8cd843366c05.tar.gz
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')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/geomgui/Makefile37
-rw-r--r--sysutils/geomgui/distinfo3
-rw-r--r--sysutils/geomgui/pkg-descr6
4 files changed, 47 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 85cfa4c..4e34b0a 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
diff --git a/sysutils/geomgui/Makefile b/sysutils/geomgui/Makefile
new file mode 100644
index 0000000..0d86d82
--- /dev/null
+++ b/sysutils/geomgui/Makefile
@@ -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>
diff --git a/sysutils/geomgui/distinfo b/sysutils/geomgui/distinfo
new file mode 100644
index 0000000..e124885
--- /dev/null
+++ b/sysutils/geomgui/distinfo
@@ -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
diff --git a/sysutils/geomgui/pkg-descr b/sysutils/geomgui/pkg-descr
new file mode 100644
index 0000000..b687d27
--- /dev/null
+++ b/sysutils/geomgui/pkg-descr
@@ -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
OpenPOWER on IntegriCloud