Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2007 19:13:37 GMT
From:      Timothy Bourke <timbob@bigpond.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111721: New port: games/snespp
Message-ID:  <200704161913.l3GJDblG083134@freefall.freebsd.org>
Resent-Message-ID: <200704161920.l3GJK5JV084392@freefall.freebsd.org>

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

>Number:         111721
>Category:       ports
>Synopsis:       New port: games/snespp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 16 19:20:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Timothy Bourke
>Release:        FreeBSD 6.1-RELEASE-p6 i386 (uname -s -r -m)
>Organization:
n/a
>Environment:
>Description:
Kernel module for interfacing with Super NES/Famicon
 		controllers over a parallel port.
>How-To-Repeat:
>Fix:

--- snespp begins here ---
# 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:
#
#	snespp
#	snespp/Makefile
#	snespp/distinfo
#	snespp/pkg-descr
#	snespp/pkg-plist
#
echo c - snespp
mkdir -p snespp > /dev/null 2>&1
echo x - snespp/Makefile
sed 's/^X//' >snespp/Makefile << 'END-of-snespp/Makefile'
X# Ports collection makefile for:	snespp
X# Date created:				16 April 2007
X# Whom:					Timothy Bourke <timbob@bigpond.com> 
X#
X# $FreeBSD$
X#
X
XPORTNAME=	snespp
XPORTVERSION=	1.0
XCATEGORIES=	games
XMASTER_SITES=	http://www.cse.unsw.edu.au/~tbourke/software/
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	timbob@bigpond.com
XCOMMENT=	Kernel module for SNES controllers on a parallel port
X
XKMODDIR=	/boot/modules
X
XNO_PACKAGE=	this port should be recompiled for a particular FreeBSD kernel
XPLIST_SUB=	KMODDIR="${KMODDIR}"
X
XMAN4=		snespp.4
XMANCOMPRESSED=	no
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 600000
XIGNORE=		versions of FreeBSD before 6.0 are not supported
X.endif
X
Xdo-install:
X	@${INSTALL_MAN} ${WRKSRC}/snespp.4 ${PREFIX}/man/man4
X	@${INSTALL_PROGRAM} ${WRKSRC}/snespp.ko ${KMODDIR}
X
X.include <bsd.port.post.mk>
END-of-snespp/Makefile
echo x - snespp/distinfo
sed 's/^X//' >snespp/distinfo << 'END-of-snespp/distinfo'
XMD5 (snespp-1.0.tar.gz) = 15b7ad6c38a9b8b9168d5bb5de979d93
XSHA256 (snespp-1.0.tar.gz) = 6fa2402c3ad1b8fb677ecd61e003d3850263f405c57fb4aa503f5a0a2ea6dfcc
XSIZE (snespp-1.0.tar.gz) = 10203
END-of-snespp/distinfo
echo x - snespp/pkg-descr
sed 's/^X//' >snespp/pkg-descr << 'END-of-snespp/pkg-descr'
Xsnespp is a kernel module for Super NES/Famicon controllers interfaced via a
Xparallel port. It appears as a keyboard: buttons on the controllers send key
Xstrokes to the operating system. snespp works under both the system console
Xand X windows, using the microseq interface to reduce overhead.
X
XWWW: http://www.cse.unsw.edu.au/~tbourke/software/snespp.html
END-of-snespp/pkg-descr
echo x - snespp/pkg-plist
sed 's/^X//' >snespp/pkg-plist << 'END-of-snespp/pkg-plist'
X@cwd /
X%%KMODDIR%%/snespp.ko
END-of-snespp/pkg-plist
exit
--- snespp ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704161913.l3GJDblG083134>