From d9150ba0d208bd2ed5266e71df34b13362bd2721 Mon Sep 17 00:00:00 2001 From: will Date: Sat, 31 Mar 2001 04:05:26 +0000 Subject: Add plasma-kmod 0.1, a plasma-effect screensaver kernel module. PR: 24614 Submitted by: George Reid --- graphics/Makefile | 1 + graphics/plasma-kmod/Makefile | 26 ++++++++++++++++++++++++++ graphics/plasma-kmod/distinfo | 1 + graphics/plasma-kmod/pkg-comment | 1 + graphics/plasma-kmod/pkg-descr | 8 ++++++++ graphics/plasma-kmod/pkg-message | 5 +++++ graphics/plasma-kmod/pkg-plist | 1 + 7 files changed, 43 insertions(+) create mode 100644 graphics/plasma-kmod/Makefile create mode 100644 graphics/plasma-kmod/distinfo create mode 100644 graphics/plasma-kmod/pkg-comment create mode 100644 graphics/plasma-kmod/pkg-descr create mode 100644 graphics/plasma-kmod/pkg-message create mode 100644 graphics/plasma-kmod/pkg-plist (limited to 'graphics') 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 +# +# $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 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 -- cgit v1.1