Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2001 17:16:24 +0000 (GMT)
From:      George Reid <greid@dogma.freebsd-uk.eu.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24614: New port: plasma: A plasma-effect screensaver kernel module
Message-ID:  <Pine.BSF.4.21.0101241715480.73995-100000@sobek.openirc.co.uk>

next in thread | raw e-mail | index | archive | help

>Number:         24614
>Category:       ports
>Synopsis:       New port: plasma: A plasma-effect screensaver kernel module
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 24 09:10:06 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     George Reid
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
FreeBSD UKUG
>Environment:
n/a
>Description:
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
>How-To-Repeat:
n/a
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	plasma
#	plasma/Makefile
#	plasma/distinfo
#	plasma/pkg-plist
#	plasma/pkg-message
#	plasma/pkg-descr
#	plasma/pkg-comment
#
echo c - plasma
mkdir -p plasma > /dev/null 2>&1
echo x - plasma/Makefile
sed 's/^X//' >plasma/Makefile << 'END-of-plasma/Makefile'
X# New ports collection makefile for:   plasma
X# Date created:        24 January 2001
X# Whom:                George Reid <greid@ukug.uk.freebsd.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=       	plasma
XPORTVERSION=		0.1
XCATEGORIES=     	graphics
XMASTER_SITES=   	http://ukug.uk.freebsd.org/~greid/
X
XMAINTAINER=		greid@ukug.uk.freebsd.org
X
X.if !exists(/usr/src/sys/dev/syscons/syscons.h)
XBROKEN=			"Requires kernel source (/usr/src/sys) to build"
X.endif
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/plasma_saver.ko ${PREFIX}/lib
X
Xpost-install:
X	@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-plasma/Makefile
echo x - plasma/distinfo
sed 's/^X//' >plasma/distinfo << 'END-of-plasma/distinfo'
XMD5 (plasma-0.1.tar.gz) = 24267c076384eb48bccbb9f81a482adc
END-of-plasma/distinfo
echo x - plasma/pkg-plist
sed 's/^X//' >plasma/pkg-plist << 'END-of-plasma/pkg-plist'
Xlib/plasma_saver.ko
END-of-plasma/pkg-plist
echo x - plasma/pkg-message
sed 's/^X//' >plasma/pkg-message << 'END-of-plasma/pkg-message'
X
XThe plasma_saver.ko module has been installed to %%PREFIX%%/lib. You
Xmay wish to add this to your kern.module_path sysctl string or copy it
Xto another location.
X
END-of-plasma/pkg-message
echo x - plasma/pkg-descr
sed 's/^X//' >plasma/pkg-descr << 'END-of-plasma/pkg-descr'
Xplasma is a FreeBSD kernel module screensaver which displays a moving
Xplasma effect. You are advised that the code is quite resource-greedy
Xand that you probably don't want to run it on anything but a desktop
Xworkstation. It's a quick hack, so comments/constructive criticism is
Xappreciated. MAINTAINER is the author of this port.
X
X- George Reid
Xgreid@ukug.uk.freebsd.org
END-of-plasma/pkg-descr
echo x - plasma/pkg-comment
sed 's/^X//' >plasma/pkg-comment << 'END-of-plasma/pkg-comment'
XA plasma-effect screensaver kernel module
END-of-plasma/pkg-comment
exit



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0101241715480.73995-100000>