summaryrefslogtreecommitdiff
path: root/x11/gdm/pkg
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-11-10 23:15:27 +0000
committertron <tron@pkgsrc.org>1999-11-10 23:15:27 +0000
commit6f749e5ba613e74e88927aa215b918a99957402d (patch)
tree3e725bcb75a71a052c7876a63bda68debba3fc95 /x11/gdm/pkg
parent12b33d733ab986b7884d12a94bce49b7c34b3d52 (diff)
downloadpkgsrc-6f749e5ba613e74e88927aa215b918a99957402d.tar.gz
Import new "gdm" package included in the GNOME 1.0.53 release:
Gnome Display Manager - a re-implementation of the xdm program
Diffstat (limited to 'x11/gdm/pkg')
-rw-r--r--x11/gdm/pkg/COMMENT1
-rw-r--r--x11/gdm/pkg/DEINSTALL19
-rw-r--r--x11/gdm/pkg/DESCR23
-rw-r--r--x11/gdm/pkg/INSTALL20
-rw-r--r--x11/gdm/pkg/PLIST48
5 files changed, 111 insertions, 0 deletions
diff --git a/x11/gdm/pkg/COMMENT b/x11/gdm/pkg/COMMENT
new file mode 100644
index 00000000000..392b6720b71
--- /dev/null
+++ b/x11/gdm/pkg/COMMENT
@@ -0,0 +1 @@
+Gnome Display Manager - a re-implementation of the xdm program
diff --git a/x11/gdm/pkg/DEINSTALL b/x11/gdm/pkg/DEINSTALL
new file mode 100644
index 00000000000..9a3ddaf60cf
--- /dev/null
+++ b/x11/gdm/pkg/DEINSTALL
@@ -0,0 +1,19 @@
+#!/bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1.1.1 1999/11/10 23:15:28 tron Exp $
+
+if [ "$2" != POST-DEINSTALL ]
+then
+ cd @@GDMCFGDIR@@
+ @@RM@@ -f Sessions/Default
+ for SOURCE in @@GDMCFGFILES@@
+ do
+ TARGET=${SOURCE%.default*}${SOURCE##*.default}
+ if cmp -s $SOURCE $TARGET
+ then
+ @@RM@@ -f $TARGET
+ fi
+ done
+fi
+
+exit 0
diff --git a/x11/gdm/pkg/DESCR b/x11/gdm/pkg/DESCR
new file mode 100644
index 00000000000..5fa91dd0c88
--- /dev/null
+++ b/x11/gdm/pkg/DESCR
@@ -0,0 +1,23 @@
+The Gnome Display Manager is a re-implementation of the well known xdm
+program. gdm 2.0beta4 implements all significant features required for
+managing local and remote displays.
+
+gdm daemon:
+ o X Authentication
+ o Default and per-display initialization scripts
+ o Pre and post session scripts
+ o Pluggable Authentication Modules
+ o XDMCP
+ o TCP Wrappers for access control
+
+gdmlogin:
+ o Logo image
+ o Halt and reboot
+ o Iconified login window
+ o Session selection support
+ o Language selection support
+ o Face browser
+
+gdmchooser:
+ o Visual host browser
+ o Customizable icons
diff --git a/x11/gdm/pkg/INSTALL b/x11/gdm/pkg/INSTALL
new file mode 100644
index 00000000000..c0bb4dbeedd
--- /dev/null
+++ b/x11/gdm/pkg/INSTALL
@@ -0,0 +1,20 @@
+#!/bin/sh
+#
+# $NetBSD: INSTALL,v 1.1.1.1 1999/11/10 23:15:28 tron Exp $
+
+if [ "$2" = POST-INSTALL ]
+then
+ cd @@GDMCFGDIR@@
+ for SOURCE in @@GDMCFGFILES@@
+ do
+ TARGET=${SOURCE%.default*}${SOURCE##*.default}
+ if [ ! -f $TARGET ]
+ then
+ @@MKDIR@@ `dirname $TARGET`
+ @@CP@@ -p $SOURCE $TARGET
+ fi
+ done
+ @@LN@@ -fs Gnome Sessions/Default
+fi
+
+exit 0
diff --git a/x11/gdm/pkg/PLIST b/x11/gdm/pkg/PLIST
new file mode 100644
index 00000000000..be61db569ef
--- /dev/null
+++ b/x11/gdm/pkg/PLIST
@@ -0,0 +1,48 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/10 23:15:28 tron Exp $
+bin/gdm
+bin/gdmchooser
+bin/gdmlogin
+etc/gdm/Init.default/Default
+etc/gdm/PostSession.default/Default
+etc/gdm/PreSession.default/Default
+etc/gdm/Sessions.default/Gnome
+etc/gdm/Sessions.default/KDE
+etc/gdm/Sessions.default/Xsession
+etc/gdm/gdm.conf.default
+etc/gdm/locale.alias.default
+etc/gnomerc.default
+share/gnome/help/gdm/C/configuration.html
+share/gnome/help/gdm/C/daemonov.html
+share/gnome/help/gdm/C/docbook.css
+share/gnome/help/gdm/C/f21.html
+share/gnome/help/gdm/C/gdm.html
+@exec mkdir -p %D/share/gnome/help/gdm/C/images
+share/gnome/help/gdm/C/index.html
+share/gnome/help/gdm/C/intro.html
+share/gnome/help/gdm/C/ln15.html
+share/gnome/help/gdm/C/x60.html
+share/gnome/help/gdm/C/x69.html
+share/gnome/help/gdm/C/x135.html
+share/locale/da/LC_MESSAGES/gdm.mo
+share/locale/de/LC_MESSAGES/gdm.mo
+share/locale/es/LC_MESSAGES/gdm.mo
+share/locale/et/LC_MESSAGES/gdm.mo
+share/locale/fr/LC_MESSAGES/gdm.mo
+share/locale/ko/LC_MESSAGES/gdm.mo
+share/locale/no/LC_MESSAGES/gdm.mo
+share/locale/sv/LC_MESSAGES/gdm.mo
+share/locale/pl/LC_MESSAGES/gdm.mo
+share/locale/pt_BR/LC_MESSAGES/gdm.mo
+share/pixmaps/gdm.xpm
+share/pixmaps/nobody.png
+share/pixmaps/nohost.png
+@dirrm share/gnome/help/gdm/C/images
+@dirrm share/gnome/help/gdm/C
+@dirrm share/gnome/help/gdm
+@dirrm etc/gdm/Sessions.default
+@dirrm etc/gdm/PreSession.default
+@dirrm etc/gdm/PostSession.default
+@dirrm etc/gdm/Init.default
+@unexec rmdir %D/etc/gdm/Sessions %D/etc/gdm/PreSession %D/etc/gdm/PostSession %D/etc/gdm/Init %D/etc/gdm 2>/dev/null || true
+@exec ${INSTALL} -d -o ${GDMOWN} -g ${GDMGRP} -m 750 ${LOCALSTATEDIR}/gdm
+@unexec rm -rf ${LOCALSTATEDIR}/gdm