Ticket #26156: Portfile

File Portfile, 1.0 KB (added by phillipao@…, 14 years ago)

Portfile for showkey

Line 
1# $Id$
2
3PortSystem          1.0
4
5name                showkey
6version             1.4
7categories          sysutils
8platforms           darwin
9maintainers         gmail.com:phillipao
10description         echo raw keystrokes back at you in a printable form
11long_description    This program puts your terminal in raw mode, eats \
12                    keystrokes, and prints them back it you in a recognizable \
13                    printed form (using <>-surrounded ASCII mnemonics for \
14                    non-printables). \
15                    This may be useful, for example, if you're not certain \
16                    what your keyboard keys are sending.
17homepage            http://catb.org/esr/showkey/
18master_sites        ${homepage}
19
20checksums           md5     fae2e9e94e93109e810876c163d7c385 \
21                    sha1    b42973cbdc9fe131b4b0c6cd736cdff491225c3d \
22                    rmd160  d2f35e3203e05e465e26ecea3a2bc7015fdebf16
23
24patchfiles          patch-Makefile.diff
25
26use_configure       no
27
28build.target-delete all