diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-06 09:23:51 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-06 09:23:51 +0800 |
commit | 232ec3e89ad8dacacc7f0bda58497ec50c115238 (patch) | |
tree | a37314c54279ebd1815968f3770387d1828155e3 /graphics/kix-kmod | |
parent | b5125ecf69f51ca8903ff6ee12fd9711055d69d2 (diff) | |
download | freebsd-ports-gnome-232ec3e89ad8dacacc7f0bda58497ec50c115238.tar.gz freebsd-ports-gnome-232ec3e89ad8dacacc7f0bda58497ec50c115238.tar.zst freebsd-ports-gnome-232ec3e89ad8dacacc7f0bda58497ec50c115238.zip |
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>
Diffstat (limited to 'graphics/kix-kmod')
-rw-r--r-- | graphics/kix-kmod/Makefile | 27 | ||||
-rw-r--r-- | graphics/kix-kmod/distinfo | 1 | ||||
-rw-r--r-- | graphics/kix-kmod/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/kix-kmod/pkg-message | 7 | ||||
-rw-r--r-- | graphics/kix-kmod/pkg-plist | 1 |
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 |