Commit Graph

1777 Commits

Author SHA1 Message Date
bcallah
e0e53fca74 +pcalc 2018-12-04 22:02:50 +00:00
bcallah
049598efb6 Import math/pcalc, a command line utility for doing hex/dec/oct/bin math
quickly.

Original submission from Charles Daniels <charles@cdaniels.net>, who takes
MAINTAINER -- thanks!

Feedback from sthen@ and kn@

ok sthen@

pcalc is a programmer's calculator. It simplifies some operations
(especially working with multiple bases) that are hard work without
this or another programmer's calculator.  Main features:

     o Full math parser, parentheses, add, sub, mult, div, exponential
     o Automatic conversion between HEX DEC OCT BIN numbers
     o Mixing different bases in one expression
     o Definable variables
     o Math constants (E PI ...)
     o Built in math functions (sin/cos/sqrt ...)
2018-12-04 22:02:27 +00:00
sthen
20a0024a22 update to calc-2.12.7.2 2018-11-29 23:13:16 +00:00
sthen
5349f30d3b unhook/remove Math::Pari and dependent ports, this has been blocking
math/pari updates (Math::Pari still gets updated but even recently
released versions require old Pari; the crypto libs based on this
seem a bit unloved these days).

ok daniel semarie
2018-11-26 21:47:01 +00:00
ajacoutot
1b2d68db57 Update to gnumeric-1.12.44. 2018-11-24 20:16:33 +00:00
naddy
c3ed60809c Make better use of ports infrastructure, don't override optimization
flags, use -fPIC to build shared objects on all archs.
2018-11-24 00:57:15 +00:00
espie
6be674eeaf new version, most patches have been folded away
move python includes into python subpackage
don't forget to conflict properly
2018-11-19 14:17:36 +00:00
espie
62988b1dd2 update to new stable version.
bump major just in case
2018-11-19 14:16:33 +00:00
sthen
6b8e265514 bump ports known/suspected to be affected by issue with libedit/libreadline
and termcap on lld arches.
2018-11-14 20:48:21 +00:00
naddy
d86fbc1bed tighten the description; ok bcallah@ 2018-11-12 22:58:38 +00:00
bcallah
3e7c21f468 +pspp
+spread-sheet-widget
2018-11-12 21:30:52 +00:00
bcallah
3a755ee2c1 Import math/pspp, a program for statistical analysis of sampled data.
ok bentley@

GNU PSPP is a program for statistical analysis of sampled data. It is a
free as in freedom replacement for the proprietary program SPSS, and
appears very similar to it with a few exceptions.

The most important of these exceptions are, that there are no "time
bombs"; your copy of PSPP will not "expire" or deliberately stop working
in the future. Neither are there any artificial limits on the number of
cases or variables which you can use. There are no additional packages
to purchase in order to get "advanced" functions; all functionality that
PSPP currently supports is in the core package.

PSPP is a stable and reliable application. It can perform descriptive
statistics, T-tests, anova, linear and logistic regression, measures of
association, cluster analysis, reliability and factor analysis,
non-parametric tests and more. Its backend is designed to perform its
analyses as fast as possible, regardless of the size of the input data.
You can use PSPP with its graphical interface or the more traditional
syntax commands.
2018-11-12 21:30:29 +00:00
bcallah
219d6c18e7 Import math/spread-sheet-widget, a spread sheet widget library.
ok bentley@

GNU Spread Sheet Widget is a library for Gtk+ which provides a widget
for viewing and manipulating 2 dimensional tabular data in a manner
similar to many popular spread sheet programs.

The design follows the model-view-controller paradigm and is of
complexity O(1) in both time and space. This means that it is efficient
and fast even for very large data.

Features commonly found in graphical user interfaces such as cut and
paste, drag and drop and row/column labelling are also included.
2018-11-12 21:29:20 +00:00
espie
483393368f fix python subpackage FULLPKGPATH and upgrade path... 2018-11-10 12:58:44 +00:00
bcallah
5d60e0224a I forgot to wrap LP64_ARCH in ${}. No bump because I just imported it. 2018-11-08 04:35:48 +00:00
bcallah
aa8107a1cf +devel/py-parallel
+devel/py-parallel,python3
+lang/pcbasic
+math/bcal
2018-11-08 04:27:58 +00:00
bcallah
e7cdebcef7 Import math/bcal, a storage and general-purpose calculator.
ok rsadowski@

bcal (Byte CALculator) is a REPL CLI utility for storage expressions,
unit conversions or address calculations. If you can't calculate the hex
address offset for (512 - 16) MiB, or the value when the 43rd bit of a
64-bit address is set mentally, bcal is for you.

It has a bc mode for general-purpose numerical calculations.

Features:
* evaluate arithmetic expressions involving storage units
* perform general purpose calculations (using bc)
* convert to IEC/SI standard data storage units
* interactive mode with the last valid result stored for reuse
* show the address in bytes
* show address as LBA:OFFSET
* convert CHS to LBA and vice versa
* base conversion to binary, decimal and hex
* custom sector size, max heads/cylinder and max sectors/track
2018-11-08 04:23:43 +00:00
sthen
3165f6143f update to calc-2.12.7.1 2018-11-06 14:44:58 +00:00
naddy
84174f9106 bump for package path change devel/gmp -> devel/gmp,-main 2018-11-02 18:48:39 +00:00
bentley
637dc80a6b Include cstring for strncpy(). 2018-10-28 07:31:29 +00:00
daniel
be091e24ff Minor update to numpy 1.14.6 to fix a few bugs.
While here, drop BROKEN-alpha now that we have gcc 4.9 there which can
successfully build numpy on that platform.
2018-10-26 21:09:31 +00:00
bentley
67fd924053 Update to openfst-1.6.9. 2018-10-25 02:37:26 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
steven
2f60d0da66 use gfortran instead of cc to link these libraries, in order to register
the dependency on libgfortran.

suggested and ok jca@
2018-10-23 20:35:47 +00:00
espie
4d7a5f3117 +mlpack flavors 2018-10-23 10:45:58 +00:00
espie
347cbe635b mlpack is a fast, flexible machine learning library, written in C++,
that aims to provide fast, extensible implementations of cutting-edge
machine learning algorithms.

Comes with command-line programs and python bindings

okay rsadowski@
2018-10-23 10:44:04 +00:00
espie
a95fdaa5d6 link armadillo to the build 2018-10-21 16:14:47 +00:00
espie
b416fa15b7 Armadillo is a linear algebra library (matrix maths) for the C++ language,
aiming towards a good balance between speed and ease of use.

Provides high-level syntax and functionality deliberately similar to Matlab

(dependency for mlpack)

okay jca@
2018-10-21 16:13:57 +00:00
feinerer
8eab703ed4 Update to Maxima 5.42.1 2018-10-16 17:17:03 +00:00
sthen
e69b83f8f3 update to calc-2.12.6.8 2018-10-01 16:52:19 +00:00
feinerer
c4ac52f416 Update to Maxima 5.42.0
OK kn@ and rsadowski@
2018-10-01 07:08:00 +00:00
rsadowski
9b0a665746 fix SHARED_LIB setup
Initial diff and test by Fabian Raetz <fabian D-O-T raetz A-T gmail D-O-T com>
with advanced fixes by me.
2018-09-15 13:27:29 +00:00
sthen
2925b32bff +py-pandas 2018-09-14 08:10:14 +00:00
sthen
53deb2d39f import math/py-pandas, from Elias M. Mariani, ok bket@
Flexible and powerful data analysis / manipulation library for
Python, providing labeled data structures similar to R data.frame
objects, statistical functions, and much more.
2018-09-14 08:09:05 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
jasper
fda1c9f5b6 update to py-graphviz-0.9 2018-08-23 18:38:00 +00:00
bcallah
079fed0694 +gbc 2018-08-21 02:04:27 +00:00
bcallah
9b2d382921 Import math/gbc, the GNU version of the arbitrary precision calculators bc
and dc.
Original submission by Ivan Ivanov, who takes MAINTAINER -- thanks!
ok bentley@

bc is an arbitrary precision calculator language. Syntax is similar to
C, but differs in many substantial areas. It supports interactive
execution of statements.

It can also be used as a simple console-based calculator.

This GNU version of bc contains several extensions beyond traditional bc
implementations and the POSIX draft standard.

This package includes GNU dc, another arbitrary precision calculator.
dc is a reverse-polish desk calculator which supports unlimited
precision arithmetic. It also allows you to define and call macros.
2018-08-21 02:04:04 +00:00
ajacoutot
bc8ddabd4b Update to gnumeric-1.12.43. 2018-08-20 07:16:44 +00:00
ajacoutot
09d389a6c2 Drop CPPFLAGS="-I${LOCALBASE}/include/amd", it's not needed since rev. 1.24,
3 years ago.

pointed by daniel@ (maintainer)
2018-08-15 14:55:22 +00:00
ajacoutot
47acfddbdf Update to gnumeric-1.12.42. 2018-08-15 12:34:04 +00:00
naddy
1e87a41b50 bump for plist changes 6.3 -> 6.4 2018-08-11 04:58:47 +00:00
solene
da6adbc447 Update to gnuplot-5.2.4
ok pirofti@ jca@
2018-08-09 12:25:55 +00:00
daniel
4bcdc69496 Fix numpy breakage found by landry@ via macppc bulk build. 2018-08-02 00:15:24 +00:00
bcallah
d5ff2f3d47 Update to veusz-3.0.1
Changelog: https://github.com/veusz/veusz/releases/tag/veusz-3.0.1
2018-07-24 19:03:47 +00:00
chrisz
a998d40574 Import math/ocaml-num, the deprecated arbitrary precision library formerly
distributed with the OCaml compiler distribution.
Needed to build mldonkey.
Marked as BROKEN till the next OCaml upgrade.

OK jca@
2018-07-11 15:10:47 +00:00
chrisz
953d5285f4 Import math/ocaml-zarith, an arbitrary precision arithmetics library
using GMP as backend. This is needed by frama-c because num was removed
from the OCaml compiler distribution.
Marked as BROKEN till the next OCaml upgrade.

OK jca@
2018-07-11 15:09:00 +00:00
jasper
6641b34ca8 update to py-graphviz-0.8.4 2018-07-09 07:10:25 +00:00
daniel
4737663df0 Update to py-sympy-1.1.
ok shadchin@
2018-07-09 01:07:33 +00:00
espie
2a95b6e111 tag glib-compile-schemas 2018-07-06 06:04:41 +00:00