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>
This commit is contained in:
Edwin Groothuis 2003-10-06 01:23:51 +00:00
parent be30de7c6f
commit 62596ef87a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90341
6 changed files with 45 additions and 0 deletions

View File

@ -175,6 +175,7 @@
SUBDIR += kdegraphics3
SUBDIR += kimagemapeditor
SUBDIR += kisomandel
SUBDIR += kix-kmod
SUBDIR += kludge3d
SUBDIR += landscape
SUBDIR += lcms

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (kix-1.0.tar.gz) = 600709928b004c16e8249284307cd0d1

View File

@ -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

View File

@ -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.

View File

@ -0,0 +1 @@
lib/kix_saver.ko