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.
This commit is contained in:
parent
6423abb30e
commit
210d46d432
4 changed files with 89 additions and 0 deletions
4
x11/wdm/DESCR
Normal file
4
x11/wdm/DESCR
Normal file
|
@ -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.
|
41
x11/wdm/Makefile
Normal file
41
x11/wdm/Makefile
Normal file
|
@ -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"
|
40
x11/wdm/PLIST
Normal file
40
x11/wdm/PLIST
Normal file
|
@ -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
|
4
x11/wdm/distinfo
Normal file
4
x11/wdm/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue