diff options
author | will <will@FreeBSD.org> | 2001-03-31 04:05:26 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-31 04:05:26 +0000 |
commit | d9150ba0d208bd2ed5266e71df34b13362bd2721 (patch) | |
tree | 5321a8f0ec71beed8abf70f80eebe170411d8d6d /graphics | |
parent | 1308c410aad8677484a530b117c62667865e53b3 (diff) | |
download | FreeBSD-ports-d9150ba0d208bd2ed5266e71df34b13362bd2721.zip FreeBSD-ports-d9150ba0d208bd2ed5266e71df34b13362bd2721.tar.gz |
Add plasma-kmod 0.1, a plasma-effect screensaver kernel module.
PR: 24614
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/plasma-kmod/Makefile | 26 | ||||
-rw-r--r-- | graphics/plasma-kmod/distinfo | 1 | ||||
-rw-r--r-- | graphics/plasma-kmod/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/plasma-kmod/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/plasma-kmod/pkg-message | 5 | ||||
-rw-r--r-- | graphics/plasma-kmod/pkg-plist | 1 |
7 files changed, 43 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index e614c0d..501425c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -160,6 +160,7 @@ SUBDIR += photopc SUBDIR += piddle SUBDIR += pixmap + SUBDIR += plasma-kmod SUBDIR += plotmtv SUBDIR += plotutils SUBDIR += png diff --git a/graphics/plasma-kmod/Makefile b/graphics/plasma-kmod/Makefile new file mode 100644 index 0000000..11f8d598 --- /dev/null +++ b/graphics/plasma-kmod/Makefile @@ -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> diff --git a/graphics/plasma-kmod/distinfo b/graphics/plasma-kmod/distinfo new file mode 100644 index 0000000..4a03ea2 --- /dev/null +++ b/graphics/plasma-kmod/distinfo @@ -0,0 +1 @@ +MD5 (plasma-0.1.tar.gz) = 24267c076384eb48bccbb9f81a482adc diff --git a/graphics/plasma-kmod/pkg-comment b/graphics/plasma-kmod/pkg-comment new file mode 100644 index 0000000..3c40d42 --- /dev/null +++ b/graphics/plasma-kmod/pkg-comment @@ -0,0 +1 @@ +A plasma-effect screensaver kernel module diff --git a/graphics/plasma-kmod/pkg-descr b/graphics/plasma-kmod/pkg-descr new file mode 100644 index 0000000..3ac152b --- /dev/null +++ b/graphics/plasma-kmod/pkg-descr @@ -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 diff --git a/graphics/plasma-kmod/pkg-message b/graphics/plasma-kmod/pkg-message new file mode 100644 index 0000000..2ef68c3 --- /dev/null +++ b/graphics/plasma-kmod/pkg-message @@ -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. + diff --git a/graphics/plasma-kmod/pkg-plist b/graphics/plasma-kmod/pkg-plist new file mode 100644 index 0000000..a27c9ce --- /dev/null +++ b/graphics/plasma-kmod/pkg-plist @@ -0,0 +1 @@ +lib/plasma_saver.ko |