mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update to version 1.4
PR: ports/69578 Submitted by: Ports Fury
This commit is contained in:
parent
e8b8b1dcc5
commit
de6fa61cfd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114683
@ -6,14 +6,17 @@
|
||||
#
|
||||
|
||||
PORTNAME= showkey
|
||||
PORTVERSION= 1.3
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= http://catb.org/~esr/showkey/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Prints its input, with escapes such as "<NUL>"
|
||||
|
||||
USE_GMAKE= yes
|
||||
MAKE_ARGS= CC="${CC} ${CFLAGS}"
|
||||
ALL_TARGET= showkey
|
||||
|
||||
MAN1= showkey.1
|
||||
PLIST_FILES= bin/showkey
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (showkey-1.3.tar.gz) = 5727fd241bd0cf5e4e27694bdb2d3bb3
|
||||
SIZE (showkey-1.3.tar.gz) = 3680
|
||||
MD5 (showkey-1.4.tar.gz) = fae2e9e94e93109e810876c163d7c385
|
||||
SIZE (showkey-1.4.tar.gz) = 3795
|
||||
|
@ -1,13 +0,0 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- showkey.c.orig Tue Aug 27 03:12:48 2002
|
||||
+++ showkey.c Fri Oct 24 01:02:04 2003
|
||||
@@ -58,7 +58,7 @@
|
||||
unsigned char c;
|
||||
unsigned int i, timeouts;
|
||||
|
||||
- for (i = SIGHUP; i <= SIGPOLL; i++)
|
||||
+ for (i = SIGHUP; i <= SIGIO; i++)
|
||||
(void) signal(c, catcher);
|
||||
|
||||
// Get the state of the tty
|
@ -1,10 +1,8 @@
|
||||
from the man page:
|
||||
This program puts your terminal in raw mode, eats keystrokes, and prints
|
||||
them back it you in a recognizable printed form (using <>-surrounded
|
||||
ASCII mnemonics for non-printables).
|
||||
|
||||
This program puts your terminal in raw mode, eats keystrokes, and
|
||||
prints them back it you in a recognizable printed form (using <>-sur-
|
||||
rounded ASCII mnemonics for non-printables).
|
||||
This may be useful, for example, if you're not certain what your keyboard
|
||||
keys are sending.
|
||||
|
||||
This may be useful, for example, if you're not certain what your key-
|
||||
board keys are sending.
|
||||
|
||||
WWW: http://catb.org/~esr/showkey/
|
||||
WWW: http://catb.org/~esr/showkey/
|
||||
|
Loading…
Reference in New Issue
Block a user