diff options
author | novel <novel@FreeBSD.org> | 2006-05-09 16:28:06 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-05-09 16:28:06 +0800 |
commit | 9316b0d0af2351dbde5a1a731fefaf597a6cf5a3 (patch) | |
tree | a197bf0ebdc910ec507beaef5dc21487a99e6387 | |
parent | 31960dc8866dc005580acf05679d9062bdf64c66 (diff) | |
download | freebsd-ports-gnome-9316b0d0af2351dbde5a1a731fefaf597a6cf5a3.tar.gz freebsd-ports-gnome-9316b0d0af2351dbde5a1a731fefaf597a6cf5a3.tar.zst freebsd-ports-gnome-9316b0d0af2351dbde5a1a731fefaf597a6cf5a3.zip |
Add obtuner 0.3, configurator for Openbox with keybinding and
mousebinding editor.
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/obtuner/Makefile | 26 | ||||
-rw-r--r-- | x11-wm/obtuner/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/obtuner/files/patch-fthemes.h | 10 | ||||
-rw-r--r-- | x11-wm/obtuner/pkg-descr | 3 |
5 files changed, 43 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index b003ac3096a0..e6b3b92fb8a7 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -70,6 +70,7 @@ SUBDIR += mlvwm SUBDIR += novawm SUBDIR += obconf + SUBDIR += obtuner SUBDIR += olvwm SUBDIR += openbox SUBDIR += orion diff --git a/x11-wm/obtuner/Makefile b/x11-wm/obtuner/Makefile new file mode 100644 index 000000000000..0e4a028b160f --- /dev/null +++ b/x11-wm/obtuner/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: obtuner +# Date created: 2006-05-09 +# Whom: Roman Bogorodskiy <novel@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= obtuner +PORTVERSION= 0.3 +CATEGORIES= x11-wm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= novel@FreeBSD.org +COMMENT= Configurator for Openbox with keybinding and mousebinding editor + +BUILD_DEPENDS= openbox:${PORTSDIR}/x11-wm/openbox + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_XLIB= yes +USE_GNOME= libxml2 glib20 gtk20 + +PLIST_FILES= bin/obtuner + +.include <bsd.port.mk> diff --git a/x11-wm/obtuner/distinfo b/x11-wm/obtuner/distinfo new file mode 100644 index 000000000000..500fd74f7161 --- /dev/null +++ b/x11-wm/obtuner/distinfo @@ -0,0 +1,3 @@ +MD5 (obtuner-0.3.tar.bz2) = 5d968a414c4f790a0ef6e3375b27df57 +SHA256 (obtuner-0.3.tar.bz2) = 247b63ddef3cbe3b7478709fedba7b3538d9f9544dcd336bd6b25df0f93431b1 +SIZE (obtuner-0.3.tar.bz2) = 75193 diff --git a/x11-wm/obtuner/files/patch-fthemes.h b/x11-wm/obtuner/files/patch-fthemes.h new file mode 100644 index 000000000000..4bb584574640 --- /dev/null +++ b/x11-wm/obtuner/files/patch-fthemes.h @@ -0,0 +1,10 @@ +--- fthemes.h.orig Tue May 9 09:31:44 2006 ++++ fthemes.h Tue May 9 09:31:58 2006 +@@ -6,6 +6,7 @@ + #include "value.h" + #include "rc.h" + #include <gtk/gtk.h> ++#include <sys/select.h> + + namespace Themes { + GtkWidget *face(Rc &rc); diff --git a/x11-wm/obtuner/pkg-descr b/x11-wm/obtuner/pkg-descr new file mode 100644 index 000000000000..8d10d67eea84 --- /dev/null +++ b/x11-wm/obtuner/pkg-descr @@ -0,0 +1,3 @@ +Configurator for Openbox with keybinding and mousebinding editor. + +WWW: http://sourceforge.net/projects/obtuner/ |