summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/kix-kmod/Makefile27
-rw-r--r--graphics/kix-kmod/distinfo1
-rw-r--r--graphics/kix-kmod/pkg-descr8
-rw-r--r--graphics/kix-kmod/pkg-message7
-rw-r--r--graphics/kix-kmod/pkg-plist1
6 files changed, 45 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 030cbf384f91..0b8befb7533e 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -175,6 +175,7 @@
SUBDIR += kdegraphics3
SUBDIR += kimagemapeditor
SUBDIR += kisomandel
+ SUBDIR += kix-kmod
SUBDIR += kludge3d
SUBDIR += landscape
SUBDIR += lcms
diff --git a/graphics/kix-kmod/Makefile b/graphics/kix-kmod/Makefile
new file mode 100644
index 000000000000..d75451b9585e
--- /dev/null
+++ b/graphics/kix-kmod/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: kix-kmod
+# Date created: 4 January 2003
+# Whom: Jonathan Belson <jon@witchspace.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= kix
+PORTVERSION= 1.0
+CATEGORIES= graphics
+MASTER_SITES= http://www.witchspace.com/files/
+PKGNAMESUFFIX= -kmod
+
+MAINTAINER= jon@witchspace.com
+COMMENT= A graphical screensaver kernel module
+
+.if !exists(/usr/src/sys/dev/syscons/syscons.h)
+BROKEN= "Requires kernel source (/usr/src/sys) to build"
+.endif
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/kix_saver.ko ${PREFIX}/lib
+
+post-install:
+ @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/graphics/kix-kmod/distinfo b/graphics/kix-kmod/distinfo
new file mode 100644
index 000000000000..7d4d0c1371b1
--- /dev/null
+++ b/graphics/kix-kmod/distinfo
@@ -0,0 +1 @@
+MD5 (kix-1.0.tar.gz) = 600709928b004c16e8249284307cd0d1
diff --git a/graphics/kix-kmod/pkg-descr b/graphics/kix-kmod/pkg-descr
new file mode 100644
index 000000000000..7af1ef6ab19c
--- /dev/null
+++ b/graphics/kix-kmod/pkg-descr
@@ -0,0 +1,8 @@
+A screen saver module which bounces a line around the screen.
+
+I originally submitted this as a kernel module, but after
+seeing George Reid's plasma-kmod port I realised that was
+a better way to do it.
+
+- Jonathan Belson
+jon@witchspace.com
diff --git a/graphics/kix-kmod/pkg-message b/graphics/kix-kmod/pkg-message
new file mode 100644
index 000000000000..66a8007a9b8f
--- /dev/null
+++ b/graphics/kix-kmod/pkg-message
@@ -0,0 +1,7 @@
+
+The qix_saver.ko module has been installed to %%PREFIX%%/lib. You
+may wish to add this to your kern.module_path sysctl string or copy it
+to another location.
+
+For best results, recompile your kernel with the VESA option.
+
diff --git a/graphics/kix-kmod/pkg-plist b/graphics/kix-kmod/pkg-plist
new file mode 100644
index 000000000000..f4b7ce0b4249
--- /dev/null
+++ b/graphics/kix-kmod/pkg-plist
@@ -0,0 +1 @@
+lib/kix_saver.ko