From jon@witchspace.com  Sat Jan  4 13:24:55 2003
Return-Path: <jon@witchspace.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2793A37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Jan 2003 13:24:55 -0800 (PST)
Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 563B843EB2
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Jan 2003 13:24:54 -0800 (PST)
	(envelope-from jon@witchspace.com)
Received: from witchspace.com ([80.3.251.242]) by mta02-svc.ntlworld.com
          (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP
          id <20030104212453.YMVV14589.mta02-svc.ntlworld.com@witchspace.com>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Sat, 4 Jan 2003 21:24:53 +0000
Received: (qmail 20131 invoked by uid 1001); 4 Jan 2003 21:24:52 -0000
Message-Id: <20030104212452.20130.qmail@dookie.witchspace.com>
Date: 4 Jan 2003 21:24:52 -0000
From: Jonathan Belson <jon@witchspace.com>
Reply-To: Jonathan Belson <jon@witchspace.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: kix-kmod : Syscons screen saver module
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         46766
>Category:       ports
>Synopsis:       New port: kix-kmod : Syscons screen saver module
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 04 13:30:02 PST 2003
>Closed-Date:    Sun Oct 05 18:23:57 PDT 2003
>Last-Modified:  Sun Oct 05 18:23:57 PDT 2003
>Originator:     Jonathan Belson
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD lexx.witchspace.com 4.7-STABLE FreeBSD 4.7-STABLE #6: Tue Oct 22 21:13:23 BST 2002 root@lexx.witchspace.com:/usr/obj/usr/src/sys/LEXX i386


	
>Description:
	A syscons module which bounces a colour-cycling line around the screen.
	Tested under -STABLE and 5.0-RC2
>How-To-Repeat:
	
>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:
#
#	kix-kmod
#	kix-kmod/pkg-plist
#	kix-kmod/pkg-message
#	kix-kmod/pkg-descr
#	kix-kmod/pkg-comment
#	kix-kmod/distinfo
#	kix-kmod/Makefile
#
echo c - kix-kmod
mkdir -p kix-kmod > /dev/null 2>&1
echo x - kix-kmod/pkg-plist
sed 's/^X//' >kix-kmod/pkg-plist << 'END-of-kix-kmod/pkg-plist'
Xlib/kix_saver.ko
END-of-kix-kmod/pkg-plist
echo x - kix-kmod/pkg-message
sed 's/^X//' >kix-kmod/pkg-message << 'END-of-kix-kmod/pkg-message'
X
XThe qix_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
XFor best results, recompile your kernel with the VESA option.
X
END-of-kix-kmod/pkg-message
echo x - kix-kmod/pkg-descr
sed 's/^X//' >kix-kmod/pkg-descr << 'END-of-kix-kmod/pkg-descr'
XA screen saver module which bounces a line around the screen.
X
XI originally submitted this as a kernel module, but after
Xseeing George Reid's plasma-kmod port I realised that was
Xa better way to do it.
X
X- Jonathan Belson
Xjon@witchspace.com
END-of-kix-kmod/pkg-descr
echo x - kix-kmod/pkg-comment
sed 's/^X//' >kix-kmod/pkg-comment << 'END-of-kix-kmod/pkg-comment'
XA graphical screensaver kernel module
END-of-kix-kmod/pkg-comment
echo x - kix-kmod/distinfo
sed 's/^X//' >kix-kmod/distinfo << 'END-of-kix-kmod/distinfo'
XMD5 (kix-1.0.tar.gz) = 600709928b004c16e8249284307cd0d1
END-of-kix-kmod/distinfo
echo x - kix-kmod/Makefile
sed 's/^X//' >kix-kmod/Makefile << 'END-of-kix-kmod/Makefile'
X# New ports collection makefile for:	kix-kmod
X# Date created:				4 January 2003
X# Whom:					Jonathan Belson <jon@witchspace.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=       kix
XPORTVERSION=	1.0
XCATEGORIES=     graphics
XMASTER_SITES=   http://www.witchspace.com/files/
XPKGNAMESUFFIX=	-kmod
X
XMAINTAINER=	jon@witchspace.com
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}/kix_saver.ko ${PREFIX}/lib
X
Xpost-install:
X	@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-kix-kmod/Makefile
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Oct 5 18:23:55 PDT 2003 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46766 
>Unformatted:
