summaryrefslogtreecommitdiffstats
path: root/xorg-xdm
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xdm')
-rw-r--r--xorg-xdm/.footprint35
-rw-r--r--xorg-xdm/.md5sum2
-rw-r--r--xorg-xdm/Pkgfile18
-rw-r--r--xorg-xdm/Pkgfile.old21
-rwxr-xr-xxorg-xdm/xdm23
5 files changed, 99 insertions, 0 deletions
diff --git a/xorg-xdm/.footprint b/xorg-xdm/.footprint
new file mode 100644
index 0000000..4b727bc
--- /dev/null
+++ b/xorg-xdm/.footprint
@@ -0,0 +1,35 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/rc.d/
+-rwxr-xr-x root/root etc/rc.d/xdm
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xdm
+-rwxr-xr-x root/root usr/bin/xdmshell
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/X11/
+drwxr-xr-x root/root usr/lib/X11/xdm/
+-rwxr-xr-x root/root usr/lib/X11/xdm/GiveConsole
+-rwxr-xr-x root/root usr/lib/X11/xdm/TakeConsole
+-rw-r--r-- root/root usr/lib/X11/xdm/Xaccess
+-rwxr-xr-x root/root usr/lib/X11/xdm/Xreset
+-rw-r--r-- root/root usr/lib/X11/xdm/Xresources
+-rw-r--r-- root/root usr/lib/X11/xdm/Xservers
+-rwxr-xr-x root/root usr/lib/X11/xdm/Xsession
+-rwxr-xr-x root/root usr/lib/X11/xdm/Xsetup_0
+-rwxr-xr-x root/root usr/lib/X11/xdm/Xstartup
+-rwxr-xr-x root/root usr/lib/X11/xdm/Xwilling
+-rwxr-xr-x root/root usr/lib/X11/xdm/chooser
+-rw-r--r-- root/root usr/lib/X11/xdm/libXdmGreet.a
+-rwxr-xr-x root/root usr/lib/X11/xdm/libXdmGreet.la
+-rwxr-xr-x root/root usr/lib/X11/xdm/libXdmGreet.so
+drwxr-xr-x root/root usr/lib/X11/xdm/pixmaps/
+-rw-r--r-- root/root usr/lib/X11/xdm/pixmaps/xorg-bw.xpm
+-rw-r--r-- root/root usr/lib/X11/xdm/pixmaps/xorg.xpm
+-rw-r--r-- root/root usr/lib/X11/xdm/xdm-config
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/xdm.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/X11/
+drwxr-xr-x root/root usr/share/X11/app-defaults/
+-rw-r--r-- root/root usr/share/X11/app-defaults/Chooser
diff --git a/xorg-xdm/.md5sum b/xorg-xdm/.md5sum
new file mode 100644
index 0000000..338f414
--- /dev/null
+++ b/xorg-xdm/.md5sum
@@ -0,0 +1,2 @@
+ab67db2b29e8f1dd8fa8751f9be88a70 xdm
+329383040cdbda5b5c8ce6c7e1120c97 xdm-1.1.10.tar.bz2
diff --git a/xorg-xdm/Pkgfile b/xorg-xdm/Pkgfile
new file mode 100644
index 0000000..62dcc42
--- /dev/null
+++ b/xorg-xdm/Pkgfile
@@ -0,0 +1,18 @@
+description="X display manager"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-server xorg-xrdb)
+
+name=xorg-xdm
+version=1.1.10
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xdm-1.1.10.tar.bz2 xdm)
+build ()
+{
+ cd xdm-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install;
+ install -D -m 755 $SRC/xdm $PKG/etc/rc.d/xdm
+}
diff --git a/xorg-xdm/Pkgfile.old b/xorg-xdm/Pkgfile.old
new file mode 100644
index 0000000..60a80bf
--- /dev/null
+++ b/xorg-xdm/Pkgfile.old
@@ -0,0 +1,21 @@
+# Description: X display manager
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-server, xorg-xrdb
+
+name=xorg-xdm
+version=1.1.10
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xdm-$version.tar.bz2 \
+ xdm)
+
+build() {
+ cd xdm-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+
+ install -D -m 755 $SRC/xdm $PKG/etc/rc.d/xdm
+}
diff --git a/xorg-xdm/xdm b/xorg-xdm/xdm
new file mode 100755
index 0000000..60d591a
--- /dev/null
+++ b/xorg-xdm/xdm
@@ -0,0 +1,23 @@
+#!/bin/sh
+#
+# /etc/rc.d/xdm: start/stop xdm
+#
+
+case $1 in
+start)
+ /usr/bin/xdm
+ ;;
+stop)
+ killall -q /usr/bin/xdm
+ ;;
+restart)
+ $0 stop
+ sleep 2
+ $0 start
+ ;;
+*)
+ echo "usage: $0 [start|stop|restart]"
+ ;;
+esac
+
+# End of file