summaryrefslogtreecommitdiff
path: root/graphics/kix-kmod
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 01:23:51 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 01:23:51 +0000
commit62596ef87a1b1c478d072872e3ba9fcb3b1c4f67 (patch)
treee89bdc77a1401c770f8e41e3cb08a034fc7f508f /graphics/kix-kmod
parentfix www/mnogosearch to adhere to ${APACHE_PORT} (diff)
New port: kix-kmod : Syscons screen saver module
A syscons module which bounces a colour-cycling line around the screen. Tested under -STABLE and 5.0-RC2 PR: ports/46766 Submitted by: Jonathan Belson <jon@witchspace.com>
Notes
Notes: svn path=/head/; revision=90341
Diffstat (limited to 'graphics/kix-kmod')
-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
5 files changed, 44 insertions, 0 deletions
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