pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/3ddesktop Initial import of 3ddesktop 0.2.5. Packag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8e857b64339
branches:  trunk
changeset: 462014:e8e857b64339
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Sep 25 13:50:35 2003 +0000

description:
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!

diffstat:

 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(+), 0 deletions(-)

diffs (81 lines):

diff -r b8ea794d2c6f -r e8e857b64339 wm/3ddesktop/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/3ddesktop/DESCR        Thu Sep 25 13:50:35 2003 +0000
@@ -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 -r b8ea794d2c6f -r e8e857b64339 wm/3ddesktop/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/3ddesktop/Makefile     Thu Sep 25 13:50:35 2003 +0000
@@ -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@localhost
+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 -r b8ea794d2c6f -r e8e857b64339 wm/3ddesktop/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/3ddesktop/PLIST        Thu Sep 25 13:50:35 2003 +0000
@@ -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 -r b8ea794d2c6f -r e8e857b64339 wm/3ddesktop/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/3ddesktop/distinfo     Thu Sep 25 13:50:35 2003 +0000
@@ -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 -r b8ea794d2c6f -r e8e857b64339 wm/3ddesktop/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/3ddesktop/patches/patch-aa     Thu Sep 25 13:50:35 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index