ports/146010: [new port] misc/kbdscan

Eitan Adler EitanAdlerList at gmail.com
Sat Apr 24 10:20:02 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list