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:
parent
be30de7c6f
commit
62596ef87a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90341
@ -175,6 +175,7 @@
|
||||
SUBDIR += kdegraphics3
|
||||
SUBDIR += kimagemapeditor
|
||||
SUBDIR += kisomandel
|
||||
SUBDIR += kix-kmod
|
||||
SUBDIR += kludge3d
|
||||
SUBDIR += landscape
|
||||
SUBDIR += lcms
|
||||
|
27
graphics/kix-kmod/Makefile
Normal file
27
graphics/kix-kmod/Makefile
Normal 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>
|
1
graphics/kix-kmod/distinfo
Normal file
1
graphics/kix-kmod/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (kix-1.0.tar.gz) = 600709928b004c16e8249284307cd0d1
|
8
graphics/kix-kmod/pkg-descr
Normal file
8
graphics/kix-kmod/pkg-descr
Normal 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
|
7
graphics/kix-kmod/pkg-message
Normal file
7
graphics/kix-kmod/pkg-message
Normal 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.
|
||||
|
1
graphics/kix-kmod/pkg-plist
Normal file
1
graphics/kix-kmod/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
lib/kix_saver.ko
|
Loading…
Reference in New Issue
Block a user