Opened 2 years ago

Closed 2 years ago

#64929 closed defect (invalid)

How to run gawk-mpfr

Reported by: mjcohen Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: gawk-mpfr

Description

I have installed gawk-mpfr. I do not see how to run it. I have tried gawk-mpfr and gawk -M. Neither works.

Thanks

Change History (5)

comment:1 Changed 2 years ago by jmroot (Joshua Root)

Owner: set to ryandesign
Status: newassigned

comment:2 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

I don't know but the documentation says to use gawk -l mpfr.

comment:3 Changed 2 years ago by mascguy (Christopher Nielsen)

The various gawk-xxx ports are all extensions for gawk. You can find out more, by running info for the extension(s) you have installed.

For example: info gawk-mpfr.

More generally, for any installed ports, you can list what items are installed:

$ port contents gawk-mpfr
Port gawk-mpfr contains:
  /opt/local/lib/gawk/mpfr.so
  /opt/local/share/info/gawk-mpfr.info

From that, you can see that a gawk library is installed, along with an info page.

Does that help?

comment:4 Changed 2 years ago by mascguy (Christopher Nielsen)

Also, there is a homepage listed for each port. You can find that via website ports.macports.org:

https://ports.macports.org/port/gawk-mpfr

Alternatively, you can find that by running port info <port>:

$ port info gawk-mpfr
gawk-mpfr @1.1.0 (lang, textproc)
Variants:             universal

Description:          mpfr extension for gawk
Homepage:             http://gawkextlib.sourceforge.net/mpfr/mpfr.html

Library Dependencies: gawk, gettext-runtime, gawkextlib, gmp, mpfr
Platforms:            darwin
License:              GPL-3+
Maintainers:          Email: ryandesign@macports.org, GitHub: ryandesign
                      Policy: openmaintainer

So you can find out more, via the homepage listed:

http://gawkextlib.sourceforge.net/mpfr/mpfr.html

Sometimes it's quicker to simply Google for more info, though.

Last edited 2 years ago by mascguy (Christopher Nielsen) (previous) (diff)

comment:5 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: assignedclosed
Note: See TracTickets for help on using tickets.