diff options
author | wen <wen@FreeBSD.org> | 2010-11-04 08:57:22 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-11-04 08:57:22 +0800 |
commit | e665a1b2f34651aebc0434153e17a45100d62d9e (patch) | |
tree | ea8357003cf56109327e52874eadaf1f31300e7e /lang/Makefile | |
parent | a9d6c58692e8790aff07f7367fdfd600fc443493 (diff) | |
download | freebsd-ports-gnome-e665a1b2f34651aebc0434153e17a45100d62d9e.tar.gz freebsd-ports-gnome-e665a1b2f34651aebc0434153e17a45100d62d9e.tar.zst freebsd-ports-gnome-e665a1b2f34651aebc0434153e17a45100d62d9e.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>
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 9055e51e42b1..cb61714701ba 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -294,6 +294,7 @@ SUBDIR += ratfor SUBDIR += rexx-imc SUBDIR += rexx-regina + SUBDIR += rexx-regutil SUBDIR += rexx-wrapper SUBDIR += rhino SUBDIR += rscheme |