mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Improved description and added year to the copyright note.
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
SUMMARY="Fully functunal 64bit calculator"
|
||||
DESCRIPTION="A programmer's calculator supporting standard arithmetic and binary operators.
|
||||
Moreover you are able to choose the word size from 8bit to 64bit. Moreover you are free
|
||||
to choose whether it is a signed or unsigned behavior. Classical conversations are
|
||||
possible, too."
|
||||
DESCRIPTION="BDH Calc is a fully functunal 64bit calculator, supporting
|
||||
common arithmetic operations like adding, subtracting, dividing and
|
||||
multiplying as well as bitwise operators. You can choose the word
|
||||
size and whether the sign is considered to simulate any integeral
|
||||
data type. Moreover the calculator supports binary, decimal and
|
||||
hexadecimal conversion.
|
||||
"
|
||||
HOMEPAGE="http://haikuware.com/directory/view-details/science-math/calculators/bdh-calc-for-haiku"
|
||||
SRC_URI="git://github.com/ThomasCompix/BDH-Calc.git#4a6865932ae0e95244ed0149b6e8c4f437ea742a"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="Scott Hammond"
|
||||
COPYRIGHT="1999 Scott Hammond"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 !ppc"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user