From 7509186b45671ca6d9ea7b0770c2c1ce2eec9aee Mon Sep 17 00:00:00 2001 From: xtraeme Date: Thu, 25 Sep 2003 13:50:35 +0000 Subject: Initial import of 3ddesktop 0.2.5. Package imported from pkgsrc-wip. 3D-Desktop is an OpenGL program for switching virtual desktops in a seamless 3-dimensional manner on unix. The current desktop is mapped into a fullscreen 3D environment where you may choose other screens. Several different visualization modes are available. The transition from working desktop to fullscreen 3D environment is seamless. In other words when the pager activates you see your current desktop appear to zoom out to a point in space where you can see your other virtual desktops allowing you to select another. The best way to understand is to try it out and get the full effect! --- wm/3ddesktop/DESCR | 10 ++++++++++ wm/3ddesktop/Makefile | 26 ++++++++++++++++++++++++++ wm/3ddesktop/PLIST | 7 +++++++ wm/3ddesktop/distinfo | 5 +++++ wm/3ddesktop/patches/patch-aa | 13 +++++++++++++ 5 files changed, 61 insertions(+) create mode 100644 wm/3ddesktop/DESCR create mode 100644 wm/3ddesktop/Makefile create mode 100644 wm/3ddesktop/PLIST create mode 100644 wm/3ddesktop/distinfo create mode 100644 wm/3ddesktop/patches/patch-aa (limited to 'wm') diff --git a/wm/3ddesktop/DESCR b/wm/3ddesktop/DESCR new file mode 100644 index 00000000000..77d9c8ffac3 --- /dev/null +++ b/wm/3ddesktop/DESCR @@ -0,0 +1,10 @@ +3D-Desktop is an OpenGL program for switching virtual desktops in a seamless +3-dimensional manner on unix. The current desktop is mapped into a fullscreen +3D environment where you may choose other screens. Several different +visualization modes are available. + +The transition from working desktop to fullscreen 3D environment is seamless. +In other words when the pager activates you see your current desktop appear +to zoom out to a point in space where you can see your other virtual desktops +allowing you to select another. The best way to understand is to try it out +and get the full effect! diff --git a/wm/3ddesktop/Makefile b/wm/3ddesktop/Makefile new file mode 100644 index 00000000000..3c48ef0dbb7 --- /dev/null +++ b/wm/3ddesktop/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/25 13:50:35 xtraeme Exp $ +# + +DISTNAME= 3ddesktop-0.2.5 +CATEGORIES= wm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=desk3d/} + +MAINTAINER= xtraeme@NetBSD.org +HOMEPAGE= http://desk3d.sourceforge.net/ +COMMENT= 3D Virtual Desktop Switcher + +USE_BUILDLINK2= yes +USE_PKGINSTALL= yes +USE_X11= yes +GNU_CONFIGURE= yes + +EGDIR= ${PREFIX}/share/examples/3ddesktop +CONF_FILES= ${EGDIR}/3ddesktop.conf ${PKG_SYSCONFDIR}/3ddesktop.conf + +pre-install: + ${INSTALL_DATA_DIR} ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/3ddesktop.conf ${EGDIR} + +.include "../../graphics/imlib2/buildlink2.mk" +.include "../../graphics/MesaLib/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/wm/3ddesktop/PLIST b/wm/3ddesktop/PLIST new file mode 100644 index 00000000000..a346da59bca --- /dev/null +++ b/wm/3ddesktop/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/25 13:50:35 xtraeme Exp $ +bin/3ddesk +bin/3ddeskd +share/3ddesktop/digits.bmp +share/examples/3ddesktop/3ddesktop.conf +@dirrm share/examples/3ddesktop +@dirrm share/3ddesktop diff --git a/wm/3ddesktop/distinfo b/wm/3ddesktop/distinfo new file mode 100644 index 00000000000..5cbd307d1bd --- /dev/null +++ b/wm/3ddesktop/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/09/25 13:50:35 xtraeme Exp $ + +SHA1 (3ddesktop-0.2.5.tar.gz) = 8d397387e832dde75d103a3448d357d1bf4516d9 +Size (3ddesktop-0.2.5.tar.gz) = 162089 bytes +SHA1 (patch-aa) = 68ad58165a19eca38e7ed15558c2512124cb267f diff --git a/wm/3ddesktop/patches/patch-aa b/wm/3ddesktop/patches/patch-aa new file mode 100644 index 00000000000..5b1617a1b67 --- /dev/null +++ b/wm/3ddesktop/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/09/25 13:50:35 xtraeme Exp $ + +--- Makefile.in.orig 2003-06-12 23:53:30.000000000 +0200 ++++ Makefile.in 2003-06-12 23:53:43.000000000 +0200 +@@ -112,7 +112,7 @@ + $(imlib2_cflags) @GL_CFLAGS@ + + +-dist_sysconf_DATA = 3ddesktop.conf ++dist_sysconf_DATA = + dist_pkgdata_DATA = digits.bmp + + bin_PROGRAMS = 3ddesk 3ddeskd -- cgit v1.2.3