Add plasma-kmod 0.1, a plasma-effect screensaver kernel module.

PR:		24614
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
This commit is contained in:
Will Andrews 2001-03-31 04:05:26 +00:00
parent 67fc8379f6
commit 3896bfc1ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40635
7 changed files with 43 additions and 0 deletions

View file

@ -160,6 +160,7 @@
SUBDIR += photopc
SUBDIR += piddle
SUBDIR += pixmap
SUBDIR += plasma-kmod
SUBDIR += plotmtv
SUBDIR += plotutils
SUBDIR += png

View file

@ -0,0 +1,26 @@
# New ports collection makefile for: plasma-kmod
# Date created: 24 January 2001
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= plasma
PORTVERSION= 0.1
CATEGORIES= graphics
MASTER_SITES= http://ukug.uk.freebsd.org/~greid/
PKGNAMESUFFIX= -kmod
MAINTAINER= greid@ukug.uk.freebsd.org
.if !exists(/usr/src/sys/dev/syscons/syscons.h)
BROKEN= "Requires kernel source (/usr/src/sys) to build"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/plasma_saver.ko ${PREFIX}/lib
post-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (plasma-0.1.tar.gz) = 24267c076384eb48bccbb9f81a482adc

View file

@ -0,0 +1 @@
A plasma-effect screensaver kernel module

View file

@ -0,0 +1,8 @@
plasma is a FreeBSD kernel module screensaver which displays a moving
plasma effect. You are advised that the code is quite resource-greedy
and that you probably don't want to run it on anything but a desktop
workstation. It's a quick hack, so comments/constructive criticism is
appreciated. MAINTAINER is the author of this port.
- George Reid
greid@ukug.uk.freebsd.org

View file

@ -0,0 +1,5 @@
The plasma_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.

View file

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