Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Apr 2010 10:12:05 GMT
From:      Eitan Adler <EitanAdlerList@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/146010: [new port] misc/kbdscan 
Message-ID:  <201004241012.o3OAC51W067712@www.freebsd.org>
Resent-Message-ID: <201004241020.o3OAK2YB000806@freefall.freebsd.org>

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

>Number:         146010
>Category:       ports
>Synopsis:       [new port] misc/kbdscan
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 24 10:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        
>Organization:
>Environment:
>Description:
from http://www.mail-archive.com/freebsd-hackers@freebsd.org/msg71020.html


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	Makefile
#	distinfo
#	pkg-descr
#
echo x - Makefile
sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965'
X# ex:ts=8
X# Ports collection makefile for:	kbdscan
X# Date created:			April 23, 2010
X# Whom:				Eitan Adler
X#
X# $FreeBSD$
X#
X
XPORTNAME=	kbdscan
XPORTVERSION=	1.0.0
XCATEGORIES=	misc
XMASTER_SITES=	http://hack.org/mc/hacks/kbdscan/
XMASTER_SITE_SUBDIR=	${PORTNAME}
XDISTNAME=	kbdscan.c
XEXTRACT_SUFX=
XEXTRACT_ONLY=
X
XMAINTAINER=	EitanAdlerList@FreeBSD.org
XCOMMENT=	Kbdscan shows the scancodes of keys pressed
X
XPLIST_FILES=	bin/kbdscan
X
Xpost-patch:
X	$(MKDIR) $(WRKSRC)
X	$(CP) $(DISTDIR)/$(PORTNAME).c $(WRKSRC)
Xdo-build:
X	$(CC) $(CFLAGS) $(WRKSRC)/$(PORTNAME).c -o $(WRKSRC)/$(PORTNAME)
Xdo-install:
X	$(INSTALL_PROGRAM) $(WRKSRC)/$(PORTNAME) $(PREFIX)/bin
X
X.include <bsd.port.mk>
b67911656ef5d18c4ae36cb6741b7965
echo x - distinfo
sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f'
XMD5 (kbdscan.c) = 2c272838cae2d208ba06a785ab481a11
XSHA256 (kbdscan.c) = bec39e8b097ebd5defb787ce9b28872cf588bca3e9ea7e41b3c378406d86dfe0
XSIZE (kbdscan.c) = 4654
57677d168a5ec21bdf22c9501f075a8f
echo x - pkg-descr
sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979'
Xkbdscan is a small program to set the FreeBSD console keyboard in raw scancode
Xmode and show scancodes of keys pressed and released.
X
XFive seconds of inactivity resets the console to the original mode and quits
Xthe program.
X
XWWW: http://hack.org/mc/hacks/kbdscan/
7f9555c3c1089940396b503dd37f3979
echo This could have been an evil command - check your shars
exit



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



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