summaryrefslogtreecommitdiff
path: root/x11/wdm
diff options
context:
space:
mode:
authorcjep <cjep>2002-12-07 21:18:33 +0000
committercjep <cjep>2002-12-07 21:18:33 +0000
commit1b8b16b47aacb60aea3865e4833ce07889728d3a (patch)
treeae901beebf78bae60d7475c7e38c6cfdd84f8b84 /x11/wdm
parentf0815b48a442106c7bc72f963c6a00b159d3f1e5 (diff)
downloadpkgsrc-1b8b16b47aacb60aea3865e4833ce07889728d3a.tar.gz
Initial import of wdm 1.20 into the NetBSD packages collection as
x11/wdm. wdm is a modification of XFree86's xdm package for graphically handling authentication and system login. Most of xdm has been preserved (XFree86 3.3.2.3) with the Login interface based on a WINGs implementation using Tom Rothamel's "external greet" interface.
Diffstat (limited to 'x11/wdm')
-rw-r--r--x11/wdm/DESCR4
-rw-r--r--x11/wdm/Makefile41
-rw-r--r--x11/wdm/PLIST40
-rw-r--r--x11/wdm/distinfo4
4 files changed, 89 insertions, 0 deletions
diff --git a/x11/wdm/DESCR b/x11/wdm/DESCR
new file mode 100644
index 00000000000..4800195dc71
--- /dev/null
+++ b/x11/wdm/DESCR
@@ -0,0 +1,4 @@
+wdm is a modification of XFree86's xdm package for graphically handling
+authentication and system login. Most of xdm has been preserved (XFree86
+3.3.2.3) with the Login interface based on a WINGs implementation using Tom
+Rothamel's "external greet" interface.
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile
new file mode 100644
index 00000000000..bf164ed76a2
--- /dev/null
+++ b/x11/wdm/Makefile
@@ -0,0 +1,41 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/07 21:18:33 cjep Exp $
+
+DISTNAME= wdm-1.20
+CATEGORIES= x11
+MASTER_SITES= http://www.tcscs.com/wdm/wdm/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.tcscs.com/wdm/
+COMMENT= WINGs display manager
+
+USE_BUILDLINK2= YES
+USE_X11BASE= YES
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --with-gfx-incs=${BUILDLINK_DIR}/include/WINGs \
+ --with-gfx-libs=${BUILDLINK_DIR}/lib
+
+INSTALL_TARGET= install-strip
+
+WDM_AUTHDIR= ${PREFIX}/etc/wdm/authdir
+WDM_EXTRADIR1= ${WDM_AUTHDIR}/authdir
+WDM_EXTRADIR2= ${WDM_EXTRADIR1}/authfiles
+
+# User may define WDM_MANAGERS option to specfy a window manager
+# different from WindowMaker. WDM_MANAGERS is a space-separated
+# list of window managers to support.
+.for WMANAGER in ${WDM_MANAGERS}
+CONFIGURE_ARGS+= --with-winmgr=${WMANAGER}
+.endfor
+
+post-install:
+ ${MKDIR} ${WDM_EXTRADIR1}
+ ${CHMOD} 700 ${WDM_EXTRADIR1}
+ ${MKDIR} ${WDM_EXTRADIR2}
+ ${CHMOD} 700 ${WDM_EXTRADIR2}
+
+.include "../../wm/windowmaker/buildlink2.mk"
+.include "../../graphics/tiff/buildlink2.mk"
+.include "../../graphics/png/buildlink2.mk"
+.include "../../graphics/jpeg/buildlink2.mk"
+.include "../../graphics/libungif/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/wdm/PLIST b/x11/wdm/PLIST
new file mode 100644
index 00000000000..a1c5707e500
--- /dev/null
+++ b/x11/wdm/PLIST
@@ -0,0 +1,40 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/07 21:18:33 cjep Exp $
+bin/wdm
+bin/wdmLogin
+etc/wdm/GiveConsole
+etc/wdm/TakeConsole
+etc/wdm/Xaccess
+etc/wdm/Xclients
+etc/wdm/Xclients.in
+etc/wdm/Xresources
+etc/wdm/Xservers
+etc/wdm/Xservers.fs
+etc/wdm/Xservers.ws
+etc/wdm/Xsession
+etc/wdm/Xsession.XFree86
+etc/wdm/Xsession.in
+etc/wdm/Xsetup_0
+etc/wdm/pixmaps/Eagle.xpm
+etc/wdm/pixmaps/Earth.jpg
+etc/wdm/pixmaps/Earth200x130.xpm
+etc/wdm/pixmaps/GnuLinux-logo.jpg
+etc/wdm/pixmaps/README
+etc/wdm/pixmaps/Stars.jpg
+etc/wdm/pixmaps/StarsLogo.jpg
+etc/wdm/pixmaps/gnuLogo.xpm
+etc/wdm/wdm-config
+etc/wdm/wdm-config.in
+etc/wdm/wdmReconfig
+man/man1/wdm.1
+man/man1/wdmLogin.1
+@exec ${MKDIR} %D/etc/wdm/authdir
+@exec ${CHMOD} 700 %D/etc/wdm/authdir
+@exec ${MKDIR} %D/etc/wdm/authdir/authdir
+@exec ${CHMOD} 700 %D/etc/wdm/authdir/authdir
+@exec ${MKDIR} %D/etc/wdm/authdir/authdir/authfiles
+@exec ${CHMOD} 700 %D/etc/wdm/authdir/authdir/authfiles
+@dirrm etc/wdm/pixmaps
+@dirrm etc/wdm/authdir/authdir/authfiles
+@dirrm etc/wdm/authdir/authdir
+@dirrm etc/wdm/authdir
+@dirrm etc/wdm
diff --git a/x11/wdm/distinfo b/x11/wdm/distinfo
new file mode 100644
index 00000000000..b2adef20387
--- /dev/null
+++ b/x11/wdm/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/12/07 21:18:33 cjep Exp $
+
+SHA1 (wdm-1.20.tar.gz) = 3bfcc0808b7426811748b127affb850bc3f1944b
+Size (wdm-1.20.tar.gz) = 411464 bytes