Port details |
- rexx-regmath Two mathematics libraries for Rexx
- 1.00_2 math =2 1.00_2Version of this port present on the latest quarterly branch.
- Maintainer: bob@eager.cx
- Port Added: 2017-10-13 00:37:46
- Last Update: 2024-02-24 19:30:38
- Commit Hash: 57c4fa7
- 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:
- RxMath duplicates the interface of IBM's RxMath library, as well as the
library that comes with ARexx (known here as RexxMath).
Note that any scripts which load RxMath or RexxMath 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-regmath>0:math/rexx-regmath
- To install the port:
- cd /usr/ports/math/rexx-regmath/ && make install clean
- To add the package, run one of these commands:
- pkg install math/rexx-regmath
- pkg install rexx-regmath
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rexx-regmath
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1502836277
SHA256 (regmath100.zip) = 2de0c43f4c0979bd237c6085406eb817347b6e3534f5f51daff5d83aef0afe8d
SIZE (regmath100.zip) = 90463
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:
-
- rexx : lang/rexx-regina
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for rexx-regmath-1.00_2:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- math_rexx-regmath
- USES:
- compiler 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.00_2 24 Feb 2024 19:30:38 |
Muhammad Moinur Rahman (bofh) |
math/rexx-regmath: Moved man to share/man
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.00_1 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.00_1 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
1.00_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.00_1 12 Jul 2019 02:25:07 |
linimon |
Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
as a stand-in for "are we running on gcc".
For people already testing powerpc on clang, it is possible that they
already have both compilers in base. Thus, the assumption that "gcc is
in base" (e.g. libstdc++.so exists) always means "force use of GCC" is
already broken. It will be for everyone on -CURRENT once the switch is
made.
While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
1.00_1 08 Apr 2019 17:42:15 |
swills |
math/rexx-regmath: fix LLD_UNSAFE
PR: 237082
Submitted by: bob@eager.cx (maintainer) |
1.00 06 Feb 2019 00:08:09 |
linimon |
Base GCC doesn't support -Wno-incompatible-pointer-types, which breaks
building on GCC-based architectures. Add -Wno-incompatible-pointer-types
only when using Clang.
PR: 235512
Submitted by: Piotr Kubaj
Approved by: maintainer |
1.00 02 Jul 2018 04:00:29 |
linimon |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.00 18 Jun 2018 14:00:43 |
linimon |
Mark ports broken on powerpc64, categories g-n.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
1.00 31 Mar 2018 18:10:33 |
krion |
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target.
PR: 226976
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket) |
1.00 13 Oct 2017 00:37:32 |
ler |
New port: math/rexx-regmath
regmath contains two different implementations of math libraries for the REXX
language.
PR: 221573
Submitted by: bob@eager.cx |