diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-07 17:00:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-07 17:00:58 +0000 |
commit | 625e91a0801821c606160622fbf777667f1e25b3 (patch) | |
tree | aad9a45f62ceaa43cdf18b7da7cd05b0a8d64aa5 /x11 | |
parent | b359a10696c7e5e3bc3067ac93a28152ffd451f0 (diff) | |
download | pkgsrc-625e91a0801821c606160622fbf777667f1e25b3.tar.gz |
Import xinit-1.0.3 from pkgsrc-wip.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xinit/DESCR | 2 | ||||
-rw-r--r-- | x11/xinit/Makefile | 22 | ||||
-rw-r--r-- | x11/xinit/PLIST | 8 | ||||
-rw-r--r-- | x11/xinit/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/x11/xinit/DESCR b/x11/xinit/DESCR new file mode 100644 index 00000000000..ccba1ec4ef5 --- /dev/null +++ b/x11/xinit/DESCR @@ -0,0 +1,2 @@ +This package provides xinit and startx, utilities for starting the +X Window System server. This is from the modular X.org. diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile new file mode 100644 index 00000000000..3435e088fc9 --- /dev/null +++ b/x11/xinit/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/07 17:00:58 joerg Exp $ +# + +DISTNAME= xinit-1.0.3 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= X init program + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +CONFIGURE_ENV+= MCOOKIE="/bin/dd if=/dev/urandom bs=16 count=1 2>/dev/null | hexdump -e '\\\"%08x\\\"'" + +.include "../../x11/libX11/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xinit/PLIST b/x11/xinit/PLIST new file mode 100644 index 00000000000..ce08febcc6c --- /dev/null +++ b/x11/xinit/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/07 17:00:58 joerg Exp $ +bin/startx +bin/xinit +lib/X11/xinit/xinitrc +man/man1/startx.1 +man/man1/xinit.1 +@dirrm lib/X11/xinit +@dirrm lib/X11 diff --git a/x11/xinit/distinfo b/x11/xinit/distinfo new file mode 100644 index 00000000000..92be4aeebf4 --- /dev/null +++ b/x11/xinit/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/11/07 17:00:58 joerg Exp $ + +SHA1 (xinit-1.0.3.tar.bz2) = caab4f9b56fc76edd8500d596d46cf1a9794caff +RMD160 (xinit-1.0.3.tar.bz2) = e0299e1cb07d12400b9513752dccde1dc0d9cb78 +Size (xinit-1.0.3.tar.bz2) = 97629 bytes |