diff options
author | makc <makc@FreeBSD.org> | 2010-11-12 18:19:04 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-11-12 18:19:04 +0800 |
commit | bf5dd8363daaffa12a3f717b952accec341627c3 (patch) | |
tree | d7535c2785e66675e15152e71172717f2fce6eea /deskutils/x026 | |
parent | fb51d9a0a3ba0d5a5622a374b1c6d7b2dbd7944b (diff) | |
download | freebsd-ports-gnome-bf5dd8363daaffa12a3f717b952accec341627c3.tar.gz freebsd-ports-gnome-bf5dd8363daaffa12a3f717b952accec341627c3.tar.zst freebsd-ports-gnome-bf5dd8363daaffa12a3f717b952accec341627c3.zip |
Add new port deskutils/x026:
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
PR: ports/151717
Submitted by: Marcin Cieslak <saper at saper.info>
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 |