Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131428287
D8386.id21842.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D8386.id21842.diff
View Options
Index: math/amath/Makefile
===================================================================
--- /dev/null
+++ math/amath/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= amath
+PORTVERSION= 1.6.0
+CATEGORIES= math
+MASTER_SITES= http://suyai.innolan.net/
+
+MAINTAINER= cs@innolan.dk
+COMMENT= Simple command line calculator
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+HAS_CONFIGURE= yes
+MAKE_ARGS= CC=${CC}
+PLIST_FILES= bin/${PORTNAME}
+USE_GCC= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+do-test:
+ ${WRKSRC}/${PORTNAME} test
+
+.include <bsd.port.mk>
Index: math/amath/distinfo
===================================================================
--- /dev/null
+++ math/amath/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1468439952
+SHA256 (amath-1.6.0.tar.gz) = 82caf96dd59a72bf165892c9b8ec429c8f1bf6cecbaa4e9bbfc33b31537f3dbb
+SIZE (amath-1.6.0.tar.gz) = 1073583
Index: math/amath/pkg-descr
===================================================================
--- /dev/null
+++ math/amath/pkg-descr
@@ -0,0 +1,5 @@
+Features a case sensitive command line interface, internal IEEE 754
+calculations with 15 significant digits, calculations with real and
+complex numbers, variables and user defined functions, logarithmic
+and exponential functions, trigonometric and hyperbolic function
+and selected mathematical constants and rounding functions.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 8, 11:20 PM (19 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23476607
Default Alt Text
D8386.id21842.diff (1 KB)
Attached To
Mode
D8386: New port, math/amath: simple command line calculator
Attached
Detach File
Event Timeline
Log In to Comment