3 Commits

Author SHA1 Message Date
bcallah
6118408836 Mark gbc BROKEN-sparc64. This has never built on sparc64. It fails with a
Bus error during build. Changing -O levels did nothing. Changing to egcc
did nothing. If you need an alternative bc/dc on sparc64, there's ebc.

Thanks to kmos@ for testing with me.
2019-07-21 04:12:10 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
bcallah
9b2d382921 Import math/gbc, the GNU version of the arbitrary precision calculators bc
and dc.
Original submission by Ivan Ivanov, who takes MAINTAINER -- thanks!
ok bentley@

bc is an arbitrary precision calculator language. Syntax is similar to
C, but differs in many substantial areas. It supports interactive
execution of statements.

It can also be used as a simple console-based calculator.

This GNU version of bc contains several extensions beyond traditional bc
implementations and the POSIX draft standard.

This package includes GNU dc, another arbitrary precision calculator.
dc is a reverse-polish desk calculator which supports unlimited
precision arithmetic. It also allows you to define and call macros.
2018-08-21 02:04:04 +00:00