pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/amath Import amath-1.6.2 as math/amath



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eccf9fe254b7
branches:  trunk
changeset: 357873:eccf9fe254b7
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Jan 30 19:49:26 2017 +0000

description:
Import amath-1.6.2 as math/amath

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.

Packaged by Carsten Larsen via PR pkg/51922

diffstat:

 math/amath/DESCR    |   5 +++++
 math/amath/Makefile |  24 ++++++++++++++++++++++++
 math/amath/PLIST    |   2 ++
 math/amath/distinfo |   6 ++++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r ed456d4172b5 -r eccf9fe254b7 math/amath/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/amath/DESCR  Mon Jan 30 19:49:26 2017 +0000
@@ -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.
diff -r ed456d4172b5 -r eccf9fe254b7 math/amath/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/amath/Makefile       Mon Jan 30 19:49:26 2017 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2017/01/30 19:49:26 leot Exp $
+
+DISTNAME=      amath-1.6.2
+CATEGORIES=    math
+MASTER_SITES=  http://suyai.innolan.net/
+
+MAINTAINER=    cs%innolan.dk@localhost
+HOMEPAGE=      http://amath.innolan.net/
+COMMENT=       Simple command line calculator
+LICENSE=       2-clause-bsd
+
+HAS_CONFIGURE= yes
+USE_LANGUAGES= c c++
+
+INSTALLATION_DIRS=     bin
+BINNAME=               amath
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/${BINNAME} ${DESTDIR}${PREFIX}/bin/${BINNAME}
+
+do-test:
+       ${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ./${BINNAME} test
+
+.include "../../mk/bsd.pkg.mk"
diff -r ed456d4172b5 -r eccf9fe254b7 math/amath/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/amath/PLIST  Mon Jan 30 19:49:26 2017 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/01/30 19:49:26 leot Exp $
+bin/amath
diff -r ed456d4172b5 -r eccf9fe254b7 math/amath/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/amath/distinfo       Mon Jan 30 19:49:26 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/01/30 19:49:26 leot Exp $
+
+SHA1 (amath-1.6.2.tar.gz) = 9efdf46ddb70128d920abd92c20c65c3ef700f00
+RMD160 (amath-1.6.2.tar.gz) = 101b5692ac6f77d0e05edff52736f4587b0313e2
+SHA512 (amath-1.6.2.tar.gz) = f05691da9930a209224846a014a5cb19b5c7ea1ac0a5b73db5f74905f741d800b3b4ddf5df0a8caceed15b291bd327a6bb1ff72b68764c269fa08c1ed427390b
+Size (amath-1.6.2.tar.gz) = 494838 bytes



Home | Main Index | Thread Index | Old Index