aboutsummaryrefslogtreecommitdiff
path: root/x11/xinit
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
commitd4f0d0048a8755106a4b0445221a19761e746984 (patch)
treec87184c5bfeaf942c827c5f706186ce9786a2588 /x11/xinit
parente82affd309fc2d8e5ea19b2e003f1296920bd825 (diff)
downloadports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz
ports-d4f0d0048a8755106a4b0445221a19761e746984.zip
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes: svn path=/head/; revision=191544
Diffstat (limited to 'x11/xinit')
-rw-r--r--x11/xinit/Makefile23
-rw-r--r--x11/xinit/distinfo3
-rw-r--r--x11/xinit/pkg-descr4
3 files changed, 30 insertions, 0 deletions
diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile
new file mode 100644
index 000000000000..d10a1865c772
--- /dev/null
+++ b/x11/xinit/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: xinit
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xinit
+PORTVERSION= 1.0.3
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= X Window System initializer
+
+XORG_CAT= app
+USE_XORG= x11
+
+PLIST_FILES= bin/startx bin/xinit lib/X11/xinit/xinitrc
+PLIST_DIRS= lib/X11/xinit
+
+MAN1= startx.1 xinit.1
+
+.include <bsd.port.mk>
diff --git a/x11/xinit/distinfo b/x11/xinit/distinfo
new file mode 100644
index 000000000000..70c1d87028e6
--- /dev/null
+++ b/x11/xinit/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/app/xinit-1.0.3.tar.bz2) = f04a903cc0e18b3c338f58eb90f6caf8
+SHA256 (xorg/app/xinit-1.0.3.tar.bz2) = c77a58cba815eb1dde2242a819e80d7d84d753678837ac24d385e3ec65d33186
+SIZE (xorg/app/xinit-1.0.3.tar.bz2) = 97629
diff --git a/x11/xinit/pkg-descr b/x11/xinit/pkg-descr
new file mode 100644
index 000000000000..495f443cc3b3
--- /dev/null
+++ b/x11/xinit/pkg-descr
@@ -0,0 +1,4 @@
+This package contains xinit, the X Window System initializer.
+
+- Joel Dahl
+joel@FreeBSD.org