pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/amath



Module Name:    pkgsrc
Committed By:   leot
Date:           Mon Jan 30 19:49:26 UTC 2017

Added Files:
        pkgsrc/math/amath: DESCR Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/amath/DESCR pkgsrc/math/amath/Makefile \
    pkgsrc/math/amath/PLIST pkgsrc/math/amath/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/amath/DESCR
diff -u /dev/null pkgsrc/math/amath/DESCR:1.1
--- /dev/null   Mon Jan 30 19:49:26 2017
+++ pkgsrc/math/amath/DESCR     Mon Jan 30 19:49:26 2017
@@ -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.
Index: pkgsrc/math/amath/Makefile
diff -u /dev/null pkgsrc/math/amath/Makefile:1.1
--- /dev/null   Mon Jan 30 19:49:26 2017
+++ pkgsrc/math/amath/Makefile  Mon Jan 30 19:49:26 2017
@@ -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"
Index: pkgsrc/math/amath/PLIST
diff -u /dev/null pkgsrc/math/amath/PLIST:1.1
--- /dev/null   Mon Jan 30 19:49:26 2017
+++ pkgsrc/math/amath/PLIST     Mon Jan 30 19:49:26 2017
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/01/30 19:49:26 leot Exp $
+bin/amath
Index: pkgsrc/math/amath/distinfo
diff -u /dev/null pkgsrc/math/amath/distinfo:1.1
--- /dev/null   Mon Jan 30 19:49:26 2017
+++ pkgsrc/math/amath/distinfo  Mon Jan 30 19:49:26 2017
@@ -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