summaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-07-25 16:22:30 +0000
committerkrion <krion@FreeBSD.org>2004-07-25 16:22:30 +0000
commita5483b3195da076b27c6b3b7925bacf5b48640f1 (patch)
treefd5475884ed9bdbb7fd3a26dae47611f727b51f8 /converters
parent4f8b18acefd8d3fc2e4d50dfa58f92d52b6224c3 (diff)
downloadFreeBSD-ports-a5483b3195da076b27c6b3b7925bacf5b48640f1.zip
FreeBSD-ports-a5483b3195da076b27c6b3b7925bacf5b48640f1.tar.gz
Update to version 1.4
PR: ports/69578 Submitted by: Ports Fury
Diffstat (limited to 'converters')
-rw-r--r--converters/showkey/Makefile5
-rw-r--r--converters/showkey/distinfo4
-rw-r--r--converters/showkey/files/patch-showkey.c13
-rw-r--r--converters/showkey/pkg-descr14
4 files changed, 12 insertions, 24 deletions
diff --git a/converters/showkey/Makefile b/converters/showkey/Makefile
index 12cd143..a100f40 100644
--- a/converters/showkey/Makefile
+++ b/converters/showkey/Makefile
@@ -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
diff --git a/converters/showkey/distinfo b/converters/showkey/distinfo
index 5341cb0..45b140d 100644
--- a/converters/showkey/distinfo
+++ b/converters/showkey/distinfo
@@ -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
diff --git a/converters/showkey/files/patch-showkey.c b/converters/showkey/files/patch-showkey.c
deleted file mode 100644
index 0fce32a..0000000
--- a/converters/showkey/files/patch-showkey.c
+++ /dev/null
@@ -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
diff --git a/converters/showkey/pkg-descr b/converters/showkey/pkg-descr
index 4189388..e326999 100644
--- a/converters/showkey/pkg-descr
+++ b/converters/showkey/pkg-descr
@@ -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/
OpenPOWER on IntegriCloud