Path to this page:
./
math/bc,
Arbitrary precision calculator language
Branch: CURRENT,
Version: 1.06.95,
Package name: bc-1.06.95,
Maintainer: reedBc 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 also includes 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.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 283.271 KB
Version history: (Expand)
- (2015-12-13) Updated to version: bc-1.06.95
- (2009-05-20) Updated to version: bc-1.06nb3
- (2008-03-14) Updated to version: bc-1.06nb2
- (2008-03-05) Updated to version: bc-1.06nb2
- (2005-10-05) Package added to pkgsrc.se, version bc-1.06nb1 (created)
CVS history: (Expand)
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2015-12-12 20:50:36 by Mark Davies | Files touched by this commit (6) |
Log message:
Update bc to 1.06.95
After nine years there is no evidence of a 1.07 coming out, and this
version fixes segfaults if "-l" argument given.
|
2015-11-04 00:33:46 by Alistair G. Crooks | Files touched by this commit (262) |
Log message:
Add SHA512 digests for distfiles for math category
Problems found locating distfiles:
Package dfftpack: missing distfile dfftpack-20001209.tar.gz
Package eispack: missing distfile eispack-20001130.tar.gz
Package fftpack: missing distfile fftpack-20001130.tar.gz
Package linpack: missing distfile linpack-20010510.tar.gz
Package minpack: missing distfile minpack-20001130.tar.gz
Package odepack: missing distfile odepack-20001130.tar.gz
Package py-networkx: missing distfile networkx-1.10.tar.gz
Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
Package quadpack: missing distfile quadpack-20001130.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2013-07-15 04:02:29 by Ryo ONODERA | Files touched by this commit (177) |
Log message:
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
USE_GNU_READLINE are removed,
* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
are replaced with .include "../../mk/readline.buildlink3.mk".
|
2013-04-06 22:27:30 by Blue Rats | Files touched by this commit (94) |
Log message:
Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
|
2012-09-12 01:04:36 by Aleksej Saushev | Files touched by this commit (180) |
Log message:
"user-destdir" is default these days
|