summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wm/matchbox/DESCR13
-rw-r--r--wm/matchbox/Makefile16
-rw-r--r--wm/matchbox/PLIST79
-rw-r--r--wm/matchbox/distinfo6
-rw-r--r--wm/matchbox/patches/patch-aa13
-rw-r--r--wm/matchbox/patches/patch-ab16
6 files changed, 143 insertions, 0 deletions
diff --git a/wm/matchbox/DESCR b/wm/matchbox/DESCR
new file mode 100644
index 00000000000..99aabc2bd3a
--- /dev/null
+++ b/wm/matchbox/DESCR
@@ -0,0 +1,13 @@
+Matchbox is a GPL'd X11 window manager designed for computers with
+little screen real estate, limited input devices and low CPU/storage
+resources. Touchscreen PDA's, phones, set top boxes and even watches
+fit well into this category. Children or people with disability's may
+also find matchbox useful on desktop machines, due to the way it
+simplify's window operation.
+
+Matchbox is small, fast, flexible, dependant only on xlib and very
+usable.
+
+The Distribution also include various themes and utility programs,
+including a dock (or tray) and various simple dock apps useful for
+PDA's.
diff --git a/wm/matchbox/Makefile b/wm/matchbox/Makefile
new file mode 100644
index 00000000000..1aba5929c29
--- /dev/null
+++ b/wm/matchbox/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/08/01 15:53:46 wiz Exp $
+#
+
+DISTNAME= matchbox-0.3.2
+CATEGORIES= wm
+MASTER_SITES= http://handhelds.org/~mallum/downloadables/matchbox/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://handhelds.org/~mallum/matchbox/
+COMMENT= window manager designed for computers with small displays
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK_ONLY= YES
+
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/wm/matchbox/PLIST b/wm/matchbox/PLIST
new file mode 100644
index 00000000000..19e0a290303
--- /dev/null
+++ b/wm/matchbox/PLIST
@@ -0,0 +1,79 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/01 15:53:46 wiz Exp $
+bin/matchbox
+bin/mbcontrol
+bin/mbdock
+bin/minisys
+bin/minitime
+bin/minivol
+bin/miniwave
+bin/monolaunch
+man/man1/matchbox.1
+man/man1/mbcontrol.1
+man/man1/miniapm.1
+man/man1/minisys.1
+man/man1/minitime.1
+man/man1/minivol.1
+man/man1/miniwave.1
+man/man1/monolaunch.1
+share/matchbox/defaults
+share/matchbox/icon.xpm
+share/matchbox/mbdock/add.xpm
+share/matchbox/mbdock/down.xpm
+share/matchbox/mbdock/miniapm
+share/matchbox/mbdock/minisys
+share/matchbox/mbdock/minitime
+share/matchbox/mbdock/minivol
+share/matchbox/mbdock/miniwave
+share/matchbox/mbdock/remove.xpm
+share/matchbox/mbdock/stop.xpm
+share/matchbox/themes/akwa/button.xpm
+share/matchbox/themes/akwa/dock.cfg
+share/matchbox/themes/akwa/dockbg.xpm
+share/matchbox/themes/akwa/left.xpm
+share/matchbox/themes/akwa/mid.xpm
+share/matchbox/themes/akwa/right.xpm
+share/matchbox/themes/akwa/theme.xml
+share/matchbox/themes/classic/bg.xpm
+share/matchbox/themes/classic/close-button.xpm
+share/matchbox/themes/classic/dock.cfg
+share/matchbox/themes/classic/hide-button.xpm
+share/matchbox/themes/classic/next-button.xpm
+share/matchbox/themes/classic/prev-button.xpm
+share/matchbox/themes/classic/select.xpm
+share/matchbox/themes/classic/small-close-button.xpm
+share/matchbox/themes/classic/small-down-button.xpm
+share/matchbox/themes/classic/small-min-button.xpm
+share/matchbox/themes/classic/theme.xml
+share/matchbox/themes/depno/dock.cfg
+share/matchbox/themes/depno/theme.xml
+share/matchbox/themes/greeno/bggrad.xpm
+share/matchbox/themes/greeno/close.xpm
+share/matchbox/themes/greeno/closedown.xpm
+share/matchbox/themes/greeno/dock.cfg
+share/matchbox/themes/greeno/next.xpm
+share/matchbox/themes/greeno/nextdown.xpm
+share/matchbox/themes/greeno/prev.xpm
+share/matchbox/themes/greeno/prevdown.xpm
+share/matchbox/themes/greeno/small-close-button.xpm
+share/matchbox/themes/greeno/small-close-buttondown.xpm
+share/matchbox/themes/greeno/theme.xml
+share/matchbox/themes/keramik/button-close-active.xpm
+share/matchbox/themes/keramik/button-close-inactive.xpm
+share/matchbox/themes/keramik/button-menu-active.xpm
+share/matchbox/themes/keramik/button-menu-inactive.xpm
+share/matchbox/themes/keramik/caption-active-small-center.xpm
+share/matchbox/themes/keramik/caption-active-small-left.xpm
+share/matchbox/themes/keramik/caption-active-small-right.xpm
+share/matchbox/themes/keramik/dock.cfg
+share/matchbox/themes/keramik/theme.xml
+share/matchbox/themes/keramik/titlebar-active-center.xpm
+share/matchbox/themes/keramik/titlebar-active-left.xpm
+share/matchbox/themes/keramik/titlebar-active-right.xpm
+@dirrm share/matchbox/themes/keramik
+@dirrm share/matchbox/themes/greeno
+@dirrm share/matchbox/themes/depno
+@dirrm share/matchbox/themes/classic
+@dirrm share/matchbox/themes/akwa
+@dirrm share/matchbox/themes
+@dirrm share/matchbox/mbdock
+@dirrm share/matchbox
diff --git a/wm/matchbox/distinfo b/wm/matchbox/distinfo
new file mode 100644
index 00000000000..1b22590a304
--- /dev/null
+++ b/wm/matchbox/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/08/01 15:53:46 wiz Exp $
+
+SHA1 (matchbox-0.3.2.tar.gz) = 48916f7be3274cfd4b8c746c488cc928031edb0c
+Size (matchbox-0.3.2.tar.gz) = 195045 bytes
+SHA1 (patch-aa) = 4c2f1a91014f16b8c20b923ad3f7dab2339aaebd
+SHA1 (patch-ab) = 92a0fd3cb70f01ebfb72477a4652e6d2d61a1d71
diff --git a/wm/matchbox/patches/patch-aa b/wm/matchbox/patches/patch-aa
new file mode 100644
index 00000000000..65044675571
--- /dev/null
+++ b/wm/matchbox/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/08/01 15:53:46 wiz Exp $
+
+--- util/Makefile.in.orig Thu Aug 1 16:22:33 2002
++++ util/Makefile.in
+@@ -133,7 +133,7 @@ minitime_DEPENDENCIES =
+ minitime_LDFLAGS =
+ am_minivol_OBJECTS = minivol.$(OBJEXT) tray.$(OBJEXT)
+ minivol_OBJECTS = $(am_minivol_OBJECTS)
+-minivol_LDADD = $(LDADD)
++minivol_LDADD = $(LDADD) -lossaudio
+ minivol_DEPENDENCIES =
+ minivol_LDFLAGS =
+ am_miniwave_OBJECTS = miniwave.$(OBJEXT) tray.$(OBJEXT)
diff --git a/wm/matchbox/patches/patch-ab b/wm/matchbox/patches/patch-ab
new file mode 100644
index 00000000000..88847b82f3b
--- /dev/null
+++ b/wm/matchbox/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/08/01 15:53:46 wiz Exp $
+
+--- util/minivol.c.orig Fri Jun 28 18:08:43 2002
++++ util/minivol.c
+@@ -7,7 +7,11 @@
+ #include <string.h>
+ #include <errno.h>
+ #include <sys/ioctl.h>
++#ifdef __NetBSD__
++#include <soundcard.h>
++#else
+ #include <sys/soundcard.h>
++#endif
+
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>