diff options
| author | Max Brazhnikov <makc@FreeBSD.org> | 2010-11-12 10:19:04 +0000 |
|---|---|---|
| committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-11-12 10:19:04 +0000 |
| commit | 441e1517379560da61475789ab9caab2451dd6bd (patch) | |
| tree | c05d39a7487be66bd4572917d3fc9daf370ce3b5 /deskutils/x026 | |
| parent | a6f5f591fe5172108f33cfe2f6cf66a11253d0dc (diff) | |
Notes
Diffstat (limited to 'deskutils/x026')
| -rw-r--r-- | deskutils/x026/Makefile | 23 | ||||
| -rw-r--r-- | deskutils/x026/distinfo | 2 | ||||
| -rw-r--r-- | deskutils/x026/pkg-descr | 12 |
3 files changed, 37 insertions, 0 deletions
diff --git a/deskutils/x026/Makefile b/deskutils/x026/Makefile new file mode 100644 index 000000000000..9860729ae849 --- /dev/null +++ b/deskutils/x026/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: x026 +# Date created: 2010-10-23 +# Whom: Marcin Cieslak <saper@saper.info> +# +# $FreeBSD$ +# + +PORTNAME= x026 +PORTVERSION= 1.2 +CATEGORIES= deskutils +MASTER_SITES= SF/x3270/${PORTNAME}/${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= saper@saper.info +COMMENT= IBM 026 Keypunch Emulator for the X Window System + +USE_IMAKE= yes +USE_XORG= xaw7 xpm xt + +PLIST_FILES= bin/${PORTNAME} +MAN1= ${PORTNAME}.1 + +.include <bsd.port.mk> diff --git a/deskutils/x026/distinfo b/deskutils/x026/distinfo new file mode 100644 index 000000000000..54e2575131ec --- /dev/null +++ b/deskutils/x026/distinfo @@ -0,0 +1,2 @@ +SHA256 (x026-1.2.tgz) = 74f54b63b41551b33649dbc5a76317f41ffdf3009ca545fb1f25ae563548dc96 +SIZE (x026-1.2.tgz) = 393202 diff --git a/deskutils/x026/pkg-descr b/deskutils/x026/pkg-descr new file mode 100644 index 000000000000..1b7dd4e05547 --- /dev/null +++ b/deskutils/x026/pkg-descr @@ -0,0 +1,12 @@ +IBM 026 Keypunch Emulator for the X Window System. + + * Requires slow, deliberate typing or input will be lost + (typeahead can be enabled if you insist) + * Overpunches available by backspacing or holding down Alt or Meta + * Tab set for FORTRAN + * Automatic sequence numbers in columns 73-80 (can be disabled) + * Paste X11 selection with middle mouse button + * Can save deck in file, either in ASCII or in Douglas Jones's standard format + * Can select from several card and keypunch types + +WWW: http://x3270.bgp.nu/x026.html |
