1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/math/gh-bc/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00

15 lines
710 B
Plaintext

This is an implementation of POSIX bc that implements GNU bc extensions, as
well as the period (".") extension for the BSD flavor of bc.
bc is an arbitrary precision numeric processing language. Its syntax is
similar to C but differs in many substantial areas. It supports interactive
execution of statements. The bc utility is included in the POSIX 1003.1-2008
standard.
This bc also includes an implementation of dc in the same binary, accessible
via a symbolic link, which implements all FreeBSD and GNU extensions. If a
single dc binary is desired, bc can be copied and renamed to dc.
The "!" command is omitted; I believe that it poses security concerns and
that such functionality is unnecessary.