Port details |
- rexx-regutil Implementation of IBM's RexxUtil function library for Regina
- 1.26_3 lang =2 1.26_3Version of this port present on the latest quarterly branch.
- Maintainer: bob@eager.cx
- Port Added: 2010-11-04 00:57:36
- Last Update: 2024-01-21 21:42:29
- Commit Hash: 4a2219b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MPL10
- WWW:
- http://pages.interlog.com/~pjtm/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rexx-regutil>0:lang/rexx-regutil
- To install the port:
- cd /usr/ports/lang/rexx-regutil/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/rexx-regutil
- pkg install rexx-regutil
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rexx-regutil
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (regutil126.zip) = 9f80ddfd681779f6b3d112df0343f1508bedde3ad5ce3a80f33343777a218109
SIZE (regutil126.zip) = 250916
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rexxsaa.h : lang/rexx-regina
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for rexx-regutil-1.26_3:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- lang_rexx-regutil
- USES:
- ncurses zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.26_3 21 Jan 2024 21:42:29 |
Muhammad Moinur Rahman (bofh) |
lang/rexx-regutil: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.26_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.26_2 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
1.26_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.26_2 08 Apr 2019 17:34:52 |
swills |
lang/rexx-regutil: fix LLD_UNSAFE
PR: 237084
Submitted by: bob@eager.cx (maintainer) |
1.26_1 02 Mar 2018 22:34:53 |
brooks |
Work around the lack of definition of union semun per POSIX.
When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.
PR: 224300, 224443 (exp-run)
Approved by: portmgr (antoine)
Exp-run: antoine
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D14137 |
1.26_1 10 Jan 2018 15:08:51 |
danfe |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files which are not actually manual pages. |
1.26_1 10 Jan 2018 13:10:06 |
danfe |
Fix indentation, install manpages under MANPREFIX, mute MKDIR's. |
1.26_1 27 Dec 2017 00:54:44 |
emaste |
lang/rexx-regutil: set LLD_UNSAFE to avoid linking with lld
lld does not have built-in search paths, so direct link invocations that
specify a library (e.g. -lncurses) but do not specify a search path
(e.g. -L/usr/lib) will fail.
PR: 214864
Submitted by: krion
Approved by: portmgr (LLD_UNSAFE blanket) |
1.26_1 04 Nov 2017 11:43:35 |
dbaio |
Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket) |
1.26_1 28 Jun 2016 12:15:10 |
mat |
Remove commented out include. |
1.26_1 08 May 2016 17:50:04 |
pi |
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) |
1.26 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
1.26 08 Feb 2016 19:29:28 |
marino |
lang/rexx-regutil: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
Also link with ncurses, not termcap
approved by: infrastructure blanket |
1.26 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
1.26 21 Jul 2014 14:33:52 |
rene |
Stage support.
PR: 191066
Submitted by: maintainer <bob@eager.cx> |
1.26 05 Jul 2014 19:27:04 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.
CR: D305
Approved by: portmgr (swills) |
1.26 10 Mar 2014 16:01:36 |
bapt |
Convert l* to USES=zip |
1.26 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
1.26 29 Jul 2011 08:16:45 |
culot |
- Update MASTER_SITES
PR: ports/159277
Submitted by: Bob Eager <bob@eager.cx> (maintainer) |
1.26 04 Nov 2010 00:57:22 |
wen |
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> |