ports/lang/rexx-regutil/files/regutil.1.in
Kurt Jaeger 8489b4ac92 lang/rexx-regutil: several patches
- additional MASTER_SITE (there was only one)
- tidied Makefile considerably
- fixed failure to build under different PREFIX
- added DOC option
- added EXAMPLES option, and now can have examples (there were none before)
- eliminated numerous compilation warnings
- REMOVED pkg-plist (only two files in it)
- REMOVED pkg-message (now redundant)
- ADDED new patches in files/

PR:		209379
Submitted by:	bob@eager.cx (maintainer)
2016-05-08 17:50:04 +00:00

28 lines
681 B
Groff

.Dd May 8, 2016
.Dt REGUTIL 1 CON
.Os
.Sh NAME
.Nm regutil
.Nd "RexxUtil library for Regina REXX interpreter"
.Sh DESCRIPTION
.Nm
is a collection of utility functions for use with the Regina REXX interpreter.
These closely mirror the functions contained in the
.Em RexxUtil
library provided
on IBM systems (e.g. OS/2).
As it stands,
.Nm
will not work with another REXX interpreter.
.Pp
Details of usage are in the full manual, which is normally found at:
.br
.Pa %%DOCSDIR%%/regutil.pdf
(if installed).
.Sh SEE ALSO
The original author's web site at
.Em http://pages.interlog.com/~pjtm/
.Sh AUTHORS
.An "Patrick T J McPhee" (original author)
.An "Bob Eager" Aq bob@eager.cx
(port)