aboutsummaryrefslogtreecommitdiff
path: root/lang/rexx-regutil/files
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-11-04 00:57:22 +0000
committerWen Heping <wen@FreeBSD.org>2010-11-04 00:57:22 +0000
commitae166314168d4bed9ebd580294765d7fa64e45c4 (patch)
tree5864a95e98d11f952764322cec5838019b511306 /lang/rexx-regutil/files
parent796efa652a19b6eb005ef147c7c61e18de603a49 (diff)
downloadports-ae166314168d4bed9ebd580294765d7fa64e45c4.tar.gz
ports-ae166314168d4bed9ebd580294765d7fa64e45c4.zip
RegUtil is an implementation of IBM's RexxUtil for Regina. According to
the author, it is not complete; however, it implements a large number of the RexxUtil functions, and is very useful. Note that any scripts which load RegUtil must be run with the 'regina' command, rather than 'rexx'; the latter does not support the use of external function packages. WWW: http://pages.interlog.com/~pjtm/ PR: ports/150446 Submitted by: Bob Eager <bob@eager.cx>
Notes
Notes: svn path=/head/; revision=264001
Diffstat (limited to 'lang/rexx-regutil/files')
-rw-r--r--lang/rexx-regutil/files/patch-Makefile.inc11
-rw-r--r--lang/rexx-regutil/files/pkg-message.in5
-rw-r--r--lang/rexx-regutil/files/regutil.1.in24
3 files changed, 40 insertions, 0 deletions
diff --git a/lang/rexx-regutil/files/patch-Makefile.inc b/lang/rexx-regutil/files/patch-Makefile.inc
new file mode 100644
index 000000000000..147ad6cf0d9d
--- /dev/null
+++ b/lang/rexx-regutil/files/patch-Makefile.inc
@@ -0,0 +1,11 @@
+--- Makefile.inc.orig 2010-08-30 23:27:33.000000000 +0100
++++ Makefile.inc 2010-08-30 23:27:53.000000000 +0100
+@@ -26,7 +26,7 @@
+ DEBUG=-g $(PDEBUG)
+ OPT=
+
+-REXX_INCLUDE=$(HOME)/regina
++REXX_INCLUDE=$(PREFIX)/include
+ CFLAGS=$(DEBUG) $(OPT) $(PCFLAGS) $(PCDEFS) -I $(REXX_INCLUDE)
+ LDFLAGS=$(PLDFLAGS)
+ LIBS=$(PLIBS)
diff --git a/lang/rexx-regutil/files/pkg-message.in b/lang/rexx-regutil/files/pkg-message.in
new file mode 100644
index 000000000000..7f368ec5195c
--- /dev/null
+++ b/lang/rexx-regutil/files/pkg-message.in
@@ -0,0 +1,5 @@
+================================================================================
+
+Documentation can be found in %%DOCSDIR%%/regutil.pdf
+
+================================================================================
diff --git a/lang/rexx-regutil/files/regutil.1.in b/lang/rexx-regutil/files/regutil.1.in
new file mode 100644
index 000000000000..40ae3dd95410
--- /dev/null
+++ b/lang/rexx-regutil/files/regutil.1.in
@@ -0,0 +1,24 @@
+.Dd September 3, 2010
+.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).
+.Pp
+Details of usage are in the full manual, which is normally found at:
+.br
+.Pa %%DOCSDIR%%/regutil.pdf
+.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)