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:
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
|
@ -160,6 +160,7 @@
|
|||
SUBDIR += photopc
|
||||
SUBDIR += piddle
|
||||
SUBDIR += pixmap
|
||||
SUBDIR += plasma-kmod
|
||||
SUBDIR += plotmtv
|
||||
SUBDIR += plotutils
|
||||
SUBDIR += png
|
||||
|
|
26
graphics/plasma-kmod/Makefile
Normal file
26
graphics/plasma-kmod/Makefile
Normal 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>
|
1
graphics/plasma-kmod/distinfo
Normal file
1
graphics/plasma-kmod/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (plasma-0.1.tar.gz) = 24267c076384eb48bccbb9f81a482adc
|
1
graphics/plasma-kmod/pkg-comment
Normal file
1
graphics/plasma-kmod/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A plasma-effect screensaver kernel module
|
8
graphics/plasma-kmod/pkg-descr
Normal file
8
graphics/plasma-kmod/pkg-descr
Normal 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
|
5
graphics/plasma-kmod/pkg-message
Normal file
5
graphics/plasma-kmod/pkg-message
Normal 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.
|
||||
|
1
graphics/plasma-kmod/pkg-plist
Normal file
1
graphics/plasma-kmod/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
lib/plasma_saver.ko
|
Loading…
Reference in a new issue