summaryrefslogtreecommitdiff
path: root/wm/matchbox-wm
diff options
context:
space:
mode:
authorpeter <peter@pkgsrc.org>2005-12-31 13:38:01 +0000
committerpeter <peter@pkgsrc.org>2005-12-31 13:38:01 +0000
commitdd08205db28e9f27ecc429db61f73401e9a12b69 (patch)
treea7d31a426e0e061850e506432ddfb5441dca39d1 /wm/matchbox-wm
parent63e4272edb724b0f67fb8ce4f18d7980f22b5245 (diff)
downloadpkgsrc-dd08205db28e9f27ecc429db61f73401e9a12b69.tar.gz
Re-import as wm/matchbox-wm (was wm/matchbox). Requested by wiz@.
Diffstat (limited to 'wm/matchbox-wm')
-rw-r--r--wm/matchbox-wm/DESCR10
-rw-r--r--wm/matchbox-wm/Makefile30
-rw-r--r--wm/matchbox-wm/PLIST43
-rw-r--r--wm/matchbox-wm/distinfo5
4 files changed, 88 insertions, 0 deletions
diff --git a/wm/matchbox-wm/DESCR b/wm/matchbox-wm/DESCR
new file mode 100644
index 00000000000..b43f7ac5ae3
--- /dev/null
+++ b/wm/matchbox-wm/DESCR
@@ -0,0 +1,10 @@
+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 PDAs, phones, set top boxes and even watches fit well into this
+category. Children or people with disabilities may also find matchbox useful
+on desktop machines, due to the way it simplifies window operation.
+
+Matchbox is small, fast, flexible, dependent 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 PDAs.
diff --git a/wm/matchbox-wm/Makefile b/wm/matchbox-wm/Makefile
new file mode 100644
index 00000000000..b2bb6bf8e51
--- /dev/null
+++ b/wm/matchbox-wm/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/12/31 13:38:01 peter Exp $
+#
+
+DISTNAME= matchbox-window-manager-0.9.5
+PKGNAME= ${DISTNAME:S/window-manager/wm/}
+CATEGORIES= wm x11
+MASTER_SITES= http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/0.9/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://projects.o-hand.com/matchbox/
+COMMENT= Window manager designed for computers with small displays
+
+USE_TOOLS+= pkg-config
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q}
+
+PKG_SYSCONFSUBDIR= matchbox
+EGDIR= ${PREFIX}/share/examples/matchbox
+CONF_FILES= ${EGDIR}/kbdconfig ${PKG_SYSCONFDIR}/kbdconfig
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/matchbox
+ ${MV} ${PKG_SYSCONFDIR}/kbdconfig \
+ ${PREFIX}/share/examples/matchbox/
+
+.include "../../devel/libmatchbox/buildlink3.mk"
+.include "../../graphics/xpm/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/wm/matchbox-wm/PLIST b/wm/matchbox-wm/PLIST
new file mode 100644
index 00000000000..caef9c5a5ad
--- /dev/null
+++ b/wm/matchbox-wm/PLIST
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/31 13:38:01 peter Exp $
+bin/matchbox-remote
+bin/matchbox-window-manager
+share/examples/matchbox/kbdconfig
+share/matchbox/mbnoapp.xpm
+share/themes/Default/matchbox/acceptbutton.xpm
+share/themes/Default/matchbox/closebutton.xpm
+share/themes/Default/matchbox/menubutton.xpm
+share/themes/Default/matchbox/theme.desktop
+share/themes/Default/matchbox/theme.xml
+share/themes/MBOpus/matchbox/closebutton.png
+share/themes/MBOpus/matchbox/panelbg.png
+share/themes/MBOpus/matchbox/theme.desktop
+share/themes/MBOpus/matchbox/theme.xml
+share/themes/blondie/matchbox/accept.png
+share/themes/blondie/matchbox/close-small.png
+share/themes/blondie/matchbox/close.png
+share/themes/blondie/matchbox/dialogbottomleft.png
+share/themes/blondie/matchbox/dialogbottomright.png
+share/themes/blondie/matchbox/dialogbottomtile.png
+share/themes/blondie/matchbox/dialogtopleft.png
+share/themes/blondie/matchbox/dialogtopleft2.png
+share/themes/blondie/matchbox/dialogtopright.png
+share/themes/blondie/matchbox/dialogtopright2.png
+share/themes/blondie/matchbox/dialogtoptile.png
+share/themes/blondie/matchbox/dialogtoptile2.png
+share/themes/blondie/matchbox/hide.png
+share/themes/blondie/matchbox/menu.png
+share/themes/blondie/matchbox/next.png
+share/themes/blondie/matchbox/prev.png
+share/themes/blondie/matchbox/que.png
+share/themes/blondie/matchbox/theme.desktop
+share/themes/blondie/matchbox/theme.xml
+share/themes/blondie/matchbox/titleleft.png
+share/themes/blondie/matchbox/titleright.png
+share/themes/blondie/matchbox/titlestrip.png
+@dirrm share/themes/blondie/matchbox
+@dirrm share/themes/blondie
+@dirrm share/themes/MBOpus/matchbox
+@dirrm share/themes/MBOpus
+@dirrm share/themes/Default/matchbox
+@dirrm share/themes/Default
+@dirrm share/matchbox
diff --git a/wm/matchbox-wm/distinfo b/wm/matchbox-wm/distinfo
new file mode 100644
index 00000000000..16f8817e315
--- /dev/null
+++ b/wm/matchbox-wm/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/12/31 13:38:01 peter Exp $
+
+SHA1 (matchbox-window-manager-0.9.5.tar.gz) = 05680123640fcce8a23d4a666de66c2195504c00
+RMD160 (matchbox-window-manager-0.9.5.tar.gz) = 79228a1f51850a4d086323e9c7980149866f5e94
+Size (matchbox-window-manager-0.9.5.tar.gz) = 237878 bytes