summaryrefslogtreecommitdiff
path: root/x11/xdm3d
diff options
context:
space:
mode:
authortron <tron>1998-08-19 21:13:18 +0000
committertron <tron>1998-08-19 21:13:18 +0000
commit95de5007273321efd27581580ae95bacb80cd376 (patch)
treefd89e3b2217cbfff88823ce3435145c68d42852d /x11/xdm3d
parentae09611a8acc0229f80fe2074ff1b559eea63786 (diff)
downloadpkgsrc-95de5007273321efd27581580ae95bacb80cd376.tar.gz
New "xdm3d" package created by Tim Rightnour:
a replacement for xdm with 3D effects
Diffstat (limited to 'x11/xdm3d')
-rw-r--r--x11/xdm3d/Makefile33
-rw-r--r--x11/xdm3d/files/md53
-rw-r--r--x11/xdm3d/pkg/COMMENT1
-rw-r--r--x11/xdm3d/pkg/DESCR7
-rw-r--r--x11/xdm3d/pkg/PLIST15
5 files changed, 59 insertions, 0 deletions
diff --git a/x11/xdm3d/Makefile b/x11/xdm3d/Makefile
new file mode 100644
index 00000000000..720e3a05922
--- /dev/null
+++ b/x11/xdm3d/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 1998/08/19 21:13:18 tron Exp $
+
+DISTNAME= xdm3d-1.0
+CATEGORIES= x11
+MASTER_SITES= http://www.futureone.com/~garbled/
+
+MAINTAINER= root@garbled.net
+
+WRKSRC= ${WRKDIR}/xdm
+NO_INSTALL_MANPAGES= yes
+USE_IMAKE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/xdm ${PREFIX}/bin/xdm3d
+ ${MKDIR} ${PREFIX}/share/xdm3d
+ ${INSTALL_DATA} ${X11BASE}/lib/X11/xdm/GiveConsole ${PREFIX}/share/xdm3d
+ ${INSTALL_DATA} ${X11BASE}/lib/X11/xdm/TakeConsole ${PREFIX}/share/xdm3d
+ ${INSTALL_DATA} ${X11BASE}/lib/X11/xdm/Xaccess ${PREFIX}/share/xdm3d
+ ${INSTALL_DATA} ${X11BASE}/lib/X11/xdm/Xservers ${PREFIX}/share/xdm3d
+ ${INSTALL_DATA} ${X11BASE}/lib/X11/xdm/Xsession ${PREFIX}/share/xdm3d
+ -${INSTALL_DATA} ${X11BASE}/lib/X11/xdm/Xsetup ${PREFIX}/share/xdm3d
+ -${INSTALL_DATA} ${X11BASE}/lib/X11/xdm/Xsetup_0 ${PREFIX}/share/xdm3d
+ ${INSTALL_PROGRAM} ${X11BASE}/lib/X11/xdm/chooser ${PREFIX}/share/xdm3d
+ ${MKDIR} ${PREFIX}/share/xdm3d/authdir
+ chmod 700 ${PREFIX}/share/xdm3d/authdir
+ ${SED} -e 's@/usr/X11R6/lib/X11/xdm@${PREFIX}/share/xdm3d@' < \
+ ${X11BASE}/lib/X11/xdm/xdm-config > \
+ ${PREFIX}/share/xdm3d/xdm-config
+ ${INSTALL_DATA} ${WRKSRC}/Xresources.3D ${PREFIX}/share/xdm3d/Xresources
+ ${ECHO} 'DisplayManager*loginmoveInterval: 10' >> \
+ ${PREFIX}/share/xdm3d/xdm-config
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xdm3d/files/md5 b/x11/xdm3d/files/md5
new file mode 100644
index 00000000000..3bbb4bc6771
--- /dev/null
+++ b/x11/xdm3d/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1 1998/08/19 21:13:18 tron Exp $
+
+MD5 (xdm3d-1.0.tar.gz) = a03121c58017e1512c50602d7d20d493
diff --git a/x11/xdm3d/pkg/COMMENT b/x11/xdm3d/pkg/COMMENT
new file mode 100644
index 00000000000..3a8cba169c7
--- /dev/null
+++ b/x11/xdm3d/pkg/COMMENT
@@ -0,0 +1 @@
+a replacement for xdm with 3D effects
diff --git a/x11/xdm3d/pkg/DESCR b/x11/xdm3d/pkg/DESCR
new file mode 100644
index 00000000000..31090d3cd3d
--- /dev/null
+++ b/x11/xdm3d/pkg/DESCR
@@ -0,0 +1,7 @@
+This is a direct port of Amit Margalit's patches for xdm to give it a
+3D effect. Rather than using the hacked linux version of xdm, this uses
+one taken from the NetBSD-current xsrc tree, and was patched against it.
+
+Bugs should be directed to root@garbled.net
+For more information on the xdm-3d patches, see:
+ http://www.spade.com/linux/XBanner
diff --git a/x11/xdm3d/pkg/PLIST b/x11/xdm3d/pkg/PLIST
new file mode 100644
index 00000000000..5100b288dfa
--- /dev/null
+++ b/x11/xdm3d/pkg/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 1998/08/19 21:13:19 tron Exp $
+bin/xdm3d
+share/xdm3d/GiveConsole
+share/xdm3d/TakeConsole
+share/xdm3d/Xaccess
+share/xdm3d/Xservers
+share/xdm3d/Xsession
+share/xdm3d/Xsetup
+share/xdm3d/Xsetup_0
+share/xdm3d/chooser
+share/xdm3d/xdm-config
+share/xdm3d/Xresources
+@exec mkdir -p %D/share/xdm3d/authdir
+@unexec rm -rf %D/share/xdm3d/authdir
+@dirrm share/xdm3d