Commit graph

1015 commits

Author SHA1 Message Date
Wen Heping
8353cf8934 PyWavelets is a free Open Source library for wavelet transforms in Python.
Wavelets are mathematical basis functions that are localized in both time and
frequency. Wavelet transforms are time-frequency transforms employing wavelets.
They are similar to Fourier transforms, the difference being that Fourier
transforms are localized only in frequency instead of in time and frequency.

WWW: https://github.com/PyWavelets/pywt

PR:		217426
Submitted by:	eric@camachat.org
2017-03-10 01:28:25 +00:00
Alexey Dokuchaev
4c11b9d392 `math/acalc' is a simple and pretty Qt4-based expression calculator.
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1481206796 which corresponds to commit 6c032ba tagged
as this release.

PR:		215158
Submitted by:	Andrey Ponomarenko
2017-02-28 08:44:48 +00:00
Rene Ladan
960578b28e Remove expired ports:
2017-02-08 misc/teslams: Broken for more than 6 months
2017-02-08 devel/libdict: Broken for more than 6 months
2017-02-08 math/R-cran-SuppDists: Broken for more than 6 months
2017-02-08 devel/py-re2: Broken for more than 6 months
2017-02-08 net-p2p/digitalcoin: Broken for more than 6 months
2017-02-08 18:52:24 +00:00
Rene Ladan
a8d756b01f Remove expired ports:
2017-01-28 databases/ruby-rdbc1: Upstream no longer active
2017-01-28 databases/ruby-sybct: Upstream no longer active
2017-01-28 databases/ruby-o_dbm: Upstream no longer active
2017-01-28 databases/ruby-cdb: Upstream no longer active
2017-01-28 devel/ruby-rbison: Does not work on modern ruby
2017-01-28 devel/ruby-property: Upstream no longer exists
2017-01-28 devel/ruby-dialogs: Upstream no longer active
2017-01-28 devel/ruby-byaccr: Upstream no longer active
2017-01-28 devel/ruby-aspectr: Use rubygem-aspectr instead
2017-01-28 devel/ruby-locale: No longer useful
2017-01-28 devel/ruby-wirble: Upstream no longer active
2017-01-28 devel/ruby-tzfile: Upstream no longer exists
2017-01-28 devel/ruby-rreadline: Upstream no longer exists
2017-01-28 devel/ruby-intl: Use devel/rubygem-gettext instead
2017-01-28 graphics/ruby-imlib2: Upstream no longer active
2017-01-28 graphics/ruby-image_size: Upstream no longer active
2017-01-28 graphics/ruby-svg: Use graphics/rubygem-rsvg2 instead
2017-01-28 irc/ruby-rice: Upstream no longer active
2017-01-28 irc/ruby-rica: Upstream no longer active
2017-01-28 irc/ruby-irc: Upstream no longer active
2017-01-28 japanese/ruby-usersguide: Does not exist upstream
2017-01-28 japanese/ruby-mecab: Upstream no longer active
2017-01-28 mail/ruby-rmail: Upstream no longer active
2017-01-28 mail/ruby-rfilter: Upstream no longer active
2017-01-28 math/ruby-algebra: Use rubygem-algebra instead
2017-01-28 net/ruby-tserver: Upstream no longer active
2017-01-28 net/ruby-tcpsocketpipe: Upstream no longer active
2017-01-28 net/ruby-icmp: Upstream no longer active
2017-01-28 net/ruby-dict: Upstream no longer active
2017-01-28 palm/palmos-sdk: Upstream no longer exists
2017-01-28 security/ruby-hmac: Use www/rubygem-ruby-hmac instead
2017-01-28 security/ruby-tcpwrap: Upstream no longer active
2017-01-28 security/ruby-password: Upstream no longer active
2017-01-28 sysutils/ruby-quota: Upstream no longer active
2017-01-28 textproc/ruby-rss.alt: Upstream no longer active
2017-01-28 textproc/ruby-rss: Upstream no longer exists
2017-01-28 textproc/ruby-htmlrepair: Upstream no longer exists
2017-01-28 textproc/ruby-xmlscan: Upstream no longer active
2017-01-28 textproc/ruby-xml-configfile: Upstream no longer exists
2017-01-28 textproc/ruby-htmlsplit: Upstream no longer exists
2017-01-28 www/ruby-google: Upstream no longer active
2017-01-28 archivers/ruby-lha: Upstream no longer active
2017-01-28 x11/ruby-X11: Upstream no longer active
2017-01-28 audio/ruby-audiofile: Broken on modern versions of Ruby
2017-01-28 audio/ruby-mp3tag: Upstream no longer active
2017-01-28 converters/ruby-dump.rb: Upstream no longer active
2017-01-28 11:18:44 +00:00
Baptiste Daroussin
6ee27f54b1 SC-IM is a spreadsheet program that is based on SC
Some of the features of SC-IM
 * UNDO / REDO.
 * 65.536 rows and 702 columns supported. (The number of rows can be expanded
  to 1.048.576 if wished).
 * CSV / TAB delimited file import and export.
 * XLS / XLSX file import.
 * Key-mappings.
 * Sort of rows.
 * Filter of rows.
 * Cell shifting.
 * 256 color support - screen colors can be customized by user, even at runtime.
 * Colorize cells or give them format such as bold or underline.
 * Wide character support. The following alphabets are supported: English,
   Spanish, French, Italian, German, Portuguese, Russian, Ukrainian, Greek,
   Turkish, Czech, Japanese, Chinese.
 * Implement external functions in the language you prefer and use them in SC-IM
 * Use SC-IM as a non-interactive calculator, reading its input from a external
   script.
 * More movements commands implemented !
 * Input and Output was completely rewritten

WWW: https://github.com/andmarti1424/sc-im
2017-01-27 00:16:51 +00:00
Baptiste Daroussin
b6b1e272dd Library for parsing Excel (XLS) files, with a sample program for converting
Excel files into CSV.

WWW: http://libxls.sourceforge.net/
2017-01-27 00:14:31 +00:00
John Marino
57615df9ab Add new port math/opensolaris-libm
In 2006, Sun Microsystems released math and vector math libraries as
part of their effort to open-source Solaris:

libmvec - vector math library
  This library contains function to evaluate common mathematical functions
  for several arguments at once. The argument values are specified by one
  or more vectors (arrays) of data, and the corresponding result values
  are stored in another vector.

libm - C99 math library
  Functions  in  this  library provide common elementary mathematical
  functions and floating point environment routines defined by System V,
  ANSI C, POSIX, and so on.  Additional functions in this library provide
  extended support for handling floating point exceptions.

The original source has been modified to build on FreeBSD and DragonFly
using GCC or clang and the GNU assembler.  All fixes introduced by Nexenta
and Illumos projects have also been incorporated.  Missing x86_64 variants
of lrint and lround have added.  The floating-point exception logging
including address->symbol tranlation has also been implemented.
2017-01-24 21:01:25 +00:00
Torsten Zuehlsdorff
875dbacfa1 Connect PHP 7.1 ports (r432324) 2017-01-24 12:56:45 +00:00
Olivier Duchateau
39ae0638d5 Pantheon-calculator is a tiny, simple calculator designed for the Pantheon
desktop.

WWW: https://launchpad.net/pantheon-calculator
2017-01-23 16:48:35 +00:00
Thierry Thomas
ff80c5cd80 Remove math/proj.4.
math/libproj was already duplicated as graphics/proj.

Reported by:	sunpoet and cmt
2017-01-08 00:06:42 +00:00
Thierry Thomas
762deaa847 Upgrade libproj4 to proj.4 4.9.3. 2017-01-07 19:23:00 +00:00
Steve Wills
d3d2bddb33 math/rubygem-algebra: create port
This is a library for mathematical computations. Our purpose is to express the
mathematical object naturally in Ruby. Though it is not operated fast, we can
see the algorithm of the mathematical processing not in black box but in
scripts. This library is in development stage.

WWW: https://github.com/kunishi/algebra-ruby2
2016-12-27 21:20:44 +00:00
Wen Heping
39007efbd8 yt supports structured, variable-resolution meshes, unstructured meshes,
and discrete or sampled data such as particles. Focused on driving
physically-meaningful inquiry, yt has been applied in domains such as
astrophysics, seismology, nuclear engineering, molecular dynamics, and
oceanography.

WWW: http://yt-project.org

PR:		214565
Submitted by:	yuri@rawbw.com
2016-12-27 06:35:22 +00:00
TAKATSU Tomonari
8bbbe2412d - Add new port: math/R-cran-backports
Implementations of functions which have been introduced in R since
  version 3.0.0. The backports are conditionally exported which results
  in R resolving the function names to the version shipped with R (if
  available) and uses the implemented backports as fallback. This way
  package developers can make use of the new functions without worrying
  about the minimum required R version.

  WWW: https://cran.r-project.org/web/packages/backports/
2016-12-17 06:52:40 +00:00
Sunpoet Po-Chuan Hsieh
e00ee6f303 - Add p5-Math-BigInt-Lite 0.16
Math::BigInt is not very good suited to work with small (read: typical less than
10 digits) numbers, since it has a quite high per-operation overhead and is thus
much slower than normal Perl for operations.

But for some applications, you want fast speed for small numbers without the
risk of overflowing. This is were Math::BigInt::Lite comes into play.

Math::BigInt::Lite objects should behave in every way like Math::BigInt objects,
that is apart from the different label, you should not be able to tell the
difference. Since Math::BigInt::Lite is designed with speed in mind, there are
certain limitations build-in. In praxis, however, you will not feel them,
because everytime something gets to big to pass as Lite (literally), it will
upgrade the objects and operation in question to Math::BigInt.

WWW: http://search.cpan.org/dist/Math-BigInt-Lite/
2016-12-12 20:57:31 +00:00
Rene Ladan
3bd8e633e0 Remove expired port:
2016-11-01 math/octave-forge-dicom: Broken for more than 6 months
2016-11-01 22:25:00 +00:00
Rene Ladan
bb5055e3cd Remove expired ports:
2016-11-01 math/octave-forge-octgpr: Broken for more than 6 months
2016-11-01 math/octave-forge-spline-gcvspl: Broken for more than 6 months
2016-11-01 www/pear-Services_SharedBook: Broken for more than 6 months
2016-11-01 devel/py-snackwich: Depends on broken and expiring devel/py-snack
2016-11-01 math/octave-forge-ad: Broken for more than 6 months
2016-11-01 math/octave-forge-xraylib: Broken for more than 6 months
2016-11-01 x11-toolkits/py-traitsbackendwx: Broken for more than 6 months
2016-11-01 x11-toolkits/py-traitsgui: Depends on broken and expiring x11-toolkits/py-traitsbackendwx
2016-11-01 security/lsh: Broken for more than 6 months
2016-11-01 devel/py-snack: Broken for more than 6 months
2016-11-01 security/massh: Broken for more than 6 months
2016-11-01 www/hydra: Broken for more than 6 months
2016-11-01 math/py-pyfst: Broken for more than 6 months
2016-11-01 archivers/ruby-zip: Broken will all supported versions of Ruby
2016-11-01 devel/ruby-langscan: Broken will all supported versions of Ruby
2016-11-01 22:15:31 +00:00
Joseph Mingrone
120b29c54b New port, math/amath: simple command line calculator
https://gitlab.com/rnger/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.

PR:		209905
Submitted by:	cs@innolan.dk (maintainer)
Reviewed by:	mat
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8386
2016-11-01 20:26:49 +00:00
Rene Ladan
bd24894ca3 Unlink expired PHP5.5 ports. 2016-10-21 07:29:38 +00:00
Joseph Mingrone
b4ca233552 Remove math/libR
- The libR option in math/R has been turned on by default since 2016-06-26.
- A request for comments regarding the removal, posted to ports@ on
  2016-07-16, did not result in any requests for it to remain in the tree.
- After a restructuring of math/R, math/libR has been marked BROKEN since
  2016-07-09 without any complaints.
- No ports depend on it.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8260
2016-10-16 21:43:06 +00:00
Jan Beich
291729b42a math/ceres-solver: add new port
Based on:	Gentoo (1.11.0 ebuild)
Tested on:	graphics/openmvg from @outpaddling's repo (build on 10.3 amd64)

Ceres Solver is an open source C++ library for modeling and solving
large, complicated optimization problems. It is a feature rich, mature
and performant library which has been used in production at Google
since 2010. Ceres Solver can solve two kinds of problems.

1. Non-linear Least Squares problems with bounds constraints.
2. General unconstrained optimization problems.

http://ceres-solver.org/
2016-10-15 23:53:45 +00:00
Ruslan Makhmatkhanov
69870501b2 Extension for PHP that provides few dozens routines for statistical
computation.

WWW: http://pecl.php.net/package/stats/

PR:		212767
Submitted by:	dbaio@bsd.com.br
2016-10-10 20:11:28 +00:00
TAKATSU Tomonari
229913f9fd - Add new port: math/R-cran-numDeriv
Methods for calculating (usually) accurate numerical first and
  second order derivatives. Accurate calculations are done using
  'Richardson"s' extrapolation or, when applicable, a complex step
  derivative is available. A simple difference method is also provided.
  Simple difference is (usually) less accurate but is much quicker
  than 'Richardson"s' extrapolation and provides a useful cross-check.
  Methods are provided for real scalar and vector valued functions.

  WWW: https://cran.r-project.org/web/packages/numDeriv/
2016-10-10 12:49:50 +00:00
Rene Ladan
a783ff66a0 Remove expired ports:
2016-09-30 math/why3-spark: Only useful for deprecated lang/spark
2016-09-30 lang/spark: Broken for more than 6 months
2016-09-30 math/alt-ergo-spark: Only useful for deprecate lang/spark
2016-09-30 security/nessus-libnasl: Abandoned, consider using OpenVAS
2016-09-30 security/nessus: Abandoned, consider using OpenVAS
2016-09-30 security/nessus-libraries: Abandoned, consider using OpenVAS
2016-09-30 security/nessus-plugins: Abandoned, consider using OpenVAS
2016-09-30 20:31:51 +00:00
Wen Heping
ddcf653a2f Five omnibus tests for testing the composite hypothesis of normality.
WWW: http://cran.r-project.org/web/packages/nortest/

PR:		213089
Submitted by:	pfg@
2016-09-30 07:08:56 +00:00
Wen Heping
9e2ca25ffd Density, distribution function, quantile function, random generation
and expected value function for the truncated normal distribution
with mean equal to 'mean' and standard deviation equal to 'sd'.

WWW: http://cran.r-project.org/web/packages/truncnorm/

PR:		213091
Submitted by:	pfg@
2016-09-30 06:24:27 +00:00
Stephen Montgomery-Smith
6f74706f80 - Remove the port math/bamg, as it is no longer supported upstream. 2016-08-14 18:36:34 +00:00
TAKATSU Tomonari
d815992e55 - Add new port: math/R-cran-influenceR
influenceR: Software Tools to Quantify Structural Importance of
  Nodes in a Network

  Provides functionality to compute various node centrality measures
  on networks. Included are functions to compute betweenness centrality
  (by utilizing Madduri and Bader's SNAP library), implementations
  of Burt's constraint and effective network size (ENS) metrics,
  Borgatti's algorithm to identify key players, and Valente's bridging
  metric. On Unix systems, the betweenness, Key Players, and bridging
  implementations are parallelized with OpenMP, which may run faster
  on systems which have OpenMP configured.

  WWW: https://cran.r-project.org/web/packages/influenceR/
2016-07-22 23:42:49 +00:00
TAKATSU Tomonari
a9e57d0160 - Add new port: math/R-cran-mcmc
Simulates continuous distributions of random vectors using Markov
  chain Monte Carlo (MCMC). Users specify the distribution by an R
  function that evaluates the log unnormalized density. Algorithms
  are random walk Metropolis algorithm (function metrop), simulated
  tempering (function temper), and morphometric random walk Metropolis
  (Johnson and Geyer, Annals of Statistics, 2012, function morph.metrop),
  which achieves geometric ergodicity by change of variable.

  WWW: https://cran.r-project.org/web/packages/mcmc/
2016-07-14 09:26:42 +00:00
Kurt Jaeger
c6cef7f89b New port: math/cadabra2
Cadabra is a symbolic computer algebra system (CAS) designed
specifically for the solution of problems encountered in field
theory. It has extensive functionality for tensor computer algebra,
tensor polynomial simplification including multi-term symmetries,
fermions and anti-commuting variables, Clifford algebras and Fierz
transformations, component computations, implicit coordinate
dependence, multiple index types and many more. The input format
is a subset of TeX.

WWW: http://cadabra.science/

PR:		210476
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-07-10 07:42:55 +00:00
Jan Beich
ba485b72fe math/py-pysparse: add new port
PR:		210595
Submitted by:	yuri@rawbw.com

PySparse extends the Python interpreter by a set of sparse matrix
types holding double precision values. PySparse also includes modules
that implement:

- iterative methods for solving linear systems of equations
- a set of standard preconditioners
- an interface to a direct solver for sparse linear systems of
  equations (SuperLU)
- a Jacobi-Davidson eigenvalue solver for the symmetric, generalised
  matrix eigenvalue problem (JDSYM)

https://github.com/PythonOptimizers/pysparse
2016-07-09 17:11:52 +00:00
Rene Ladan
19f31a471b Remove expired ports without open PRs:
2016-07-04 security/openpgpsdk: Broken for more than 6 months
2016-07-04 security/radiusniff: Broken for more than 6 months
2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months
2016-07-04 security/sshit: Broken for more than 6 months
2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months
2016-07-04 security/rainbowcrack: Broken for more than 6 months
2016-07-04 security/vlog: Broken for more than 6 months
2016-07-04 security/cryptstring: Broken for more than 6 months
2016-07-04 x11/libdnd: Broken for more than 6 months
2016-07-04 x11/xlupe: Broken for more than 6 months
2016-07-04 x11/xco: Broken for more than 6 months
2016-07-04 x11/xclick: Broken for more than 6 months
2016-07-04 devel/ocfpcsc: Broken for more than 6 months
2016-07-04 devel/dits: Broken for more than 6 months
2016-07-04 devel/ruby-cache: Broken for more than 6 months
2016-07-04 devel/rapidsvn: Broken for more than 6 months
2016-07-04 devel/svnkit: Broken for more than 6 months
2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months
2016-07-04 devel/cl-uffi: Broken for more than 6 months
2016-07-04 devel/ruby-event-loop: Broken for more than 6 months
2016-07-04 devel/libqxt: Broken for more than 6 months
2016-07-04 devel/dasm: Broken for more than 6 months
2016-07-04 devel/libopendaap: Broken for more than 6 months
2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi
2016-07-04 devel/cvs2p4: Broken for more than 6 months
2016-07-04 devel/bufferpool: Broken for more than 6 months
2016-07-04 devel/ifd-test: Broken for more than 6 months
2016-07-04 devel/eric4: Broken for more than 6 months
2016-07-04 devel/uclmmbase: Broken for more than 6 months
2016-07-04 devel/obfuscatejs: Broken for more than 6 months
2016-07-04 devel/oniguruma: Broken for more than 6 months
2016-07-04 devel/libbnr: Broken for more than 6 months
2016-07-04 devel/c4: Broken for more than 6 months
2016-07-04 devel/memcheck: Broken for more than 6 months
2016-07-04 devel/liblcfg: Broken for more than 6 months
2016-07-04 devel/omake: Broken for more than 6 months
2016-07-04 devel/svndelta: Broken for more than 6 months
2016-07-04 devel/papp: Broken for more than 6 months
2016-07-04 devel/mk: Broken for more than 6 months
2016-07-04 devel/avltree: Broken for more than 6 months
2016-07-04 devel/cbind: Broken for more than 6 months
2016-07-04 devel/tclgetopts: Broken for more than 6 months
2016-07-04 devel/antlrworks: Broken for more than 6 months
2016-07-04 devel/acme: Broken for more than 6 months
2016-07-04 devel/libopensync022: Broken for more than 6 months
2016-07-04 archivers/epkg: Broken for more than 6 months
2016-07-04 print/enscriptfonts: Broken for more than 6 months
2016-07-04 print/mup: Broken for more than 6 months
2016-07-04 lang/lua-mode.el: Broken for more than 6 months
2016-07-04 lang/s9fes: Broken for more than 6 months
2016-07-04 lang/alisp: Broken for more than 6 months
2016-07-04 lang/intel2gas: Broken for more than 6 months
2016-07-04 lang/stalin: Broken for more than 6 months
2016-07-04 french/eric4: Depends on expiring devel/eric4
2016-07-04 textproc/exslt: Broken for more than 6 months
2016-07-04 textproc/xt: Broken for more than 6 months
2016-07-04 textproc/ssddiff: Broken for more than 6 months
2016-07-04 textproc/xslint: Broken for more than 6 months
2016-07-04 textproc/cbedic: Broken for more than 6 months
2016-07-04 textproc/tralics: Broken for more than 6 months
2016-07-04 textproc/docbookide.el: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months
2016-07-04 textproc/tdhkit: Broken for more than 6 months
2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months
2016-07-04 dns/ldnsm: Broken for more than 6 months
2016-07-04 japanese/guesswork-classic: Broken for more than 6 months
2016-07-04 japanese/texinfo: Broken for more than 6 months
2016-07-04 japanese/jyuroku: Broken for more than 6 months
2016-07-04 japanese/mtools: Broken for more than 6 months
2016-07-04 palm/pdbar: Broken for more than 6 months
2016-07-04 graphics/gplot: Broken for more than 6 months
2016-07-04 graphics/white_dune: Broken for more than 6 months
2016-07-04 graphics/whirlgif: Broken for more than 6 months
2016-07-04 graphics/libaux: Broken for more than 6 months
2016-07-04 graphics/import-pictures: Broken for more than 6 months
2016-07-04 math/xgobi: Broken for more than 6 months
2016-07-04 math/fricas: Broken for more than 6 months
2016-07-04 math/dcdflib: Broken for more than 6 months
2016-07-04 math/libneural: Broken for more than 6 months
2016-07-04 math/open-axiom: Broken for more than 6 months
2016-07-04 irc/nefarious: Broken for more than 6 months
2016-07-04 irc/slirc: Broken for more than 6 months
2016-07-04 irc/ratbox-respond: Broken for more than 6 months
2016-07-04 irc/qwebirc: Broken for more than 6 months
2016-07-04 biology/platon: Broken for more than 6 months
2016-07-04 news/slnr: Broken for more than 6 months
2016-07-04 science/jmol: Broken for more than 6 months
2016-07-04 net/nstxd: Broken for more than 6 months
2016-07-04 net/sprinkle: Broken for more than 6 months
2016-07-04 editors/ssam: Broken for more than 6 months
2016-07-04 editors/fb: Broken for more than 6 months
2016-07-04 misc/quotes: Broken for more than 6 months
2016-07-04 misc/boxquote.el: Broken for more than 6 months
2016-07-04 misc/pypanda: Broken for more than 6 months
2016-07-04 misc/cuecat: Broken for more than 6 months
2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months
2016-07-04 german/eric4: Depends on expiring devel/eric4
2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase
2016-07-04 multimedia/ggrab: Broken for more than 6 months
2016-07-04 emulators/dynamips: Broken for more than 6 months
2016-07-04 emulators/dynamips-devel: Broken for more than 6 months
2016-07-04 emulators/sim6811: Broken for more than 6 months
2016-07-04 emulators/minivmac: Broken for more than 6 months
2016-07-04 cad/qcad-partslib: Broken for more than 6 months
2016-07-04 comms/dump1090_mr: Broken for more than 6 months
2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd
2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months
2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months
2016-07-04 sysutils/jfbterm: Broken for more than 6 months
2016-07-04 sysutils/daedalus: Broken for more than 6 months
2016-07-04 sysutils/pcfclock: Broken for more than 6 months
2016-07-04 sysutils/vlogger: Broken for more than 6 months
2016-07-04 sysutils/bontmia: Broken for more than 6 months
2016-07-04 mail/pop3gwd: Broken for more than 6 months
2016-07-04 mail/mailtray: Broken for more than 6 months
2016-07-04 mail/pflogstats: Broken for more than 6 months
2016-07-04 mail/exact: Broken for more than 6 months
2016-07-04 mail/wmpop3: Broken for more than 6 months
2016-07-04 mail/qmail-conf: Broken for more than 6 months
2016-07-04 mail/gld: Broken for more than 6 months
2016-07-04 mail/dsbl-testers: Broken for more than 6 months
2016-07-04 mail/vqregister: Broken for more than 6 months
2016-07-04 mail/atmail: Broken for more than 6 months
2016-07-04 mail/ml: Broken for more than 6 months
2016-07-04 net-im/icb: Broken for more than 6 months
2016-07-04 net-im/cicquin: Broken for more than 6 months
2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months
2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months
2016-07-04 russian/eric4: Depends on expiring devel/eric4
2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months
2016-07-04 www/xpi-clearfields: Broken for more than 6 months
2016-07-04 www/pecl-varnish: Broken for more than 6 months
2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months
2016-07-04 www/hudson: Broken for more than 6 months
2016-07-04 www/xpi-mldonkey: Broken for more than 6 months
2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months
2016-07-04 www/trac-mastertickets: Broken for more than 6 months
2016-07-04 www/dotclear: Broken for more than 6 months
2016-07-04 www/ruby-wgettsv: Broken for more than 6 months
2016-07-04 www/wwwstat: Broken for more than 6 months
2016-07-04 www/xpi-prism: Broken for more than 6 months
2016-07-04 www/xpi-fasterfox: Broken for more than 6 months
2016-07-04 www/siteframe: Broken for more than 6 months
2016-07-04 www/py-urljr: Broken for more than 6 months
2016-07-04 www/reviewboard: Broken for more than 6 months
2016-07-04 www/xpi-tabletools: Broken for more than 6 months
2016-07-04 www/wikindx: Broken for more than 6 months
2016-07-04 www/typolight: Broken for more than 6 months
2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months
2016-07-04 www/xpi-gbrain: Broken for more than 6 months
2016-07-04 www/trac-robotstxt: Broken for more than 6 months
2016-07-04 www/simplog: Broken for more than 6 months
2016-07-04 www/chtml: Broken for more than 6 months
2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months
2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months
2016-07-04 databases/mysql-xql: Broken for more than 6 months
2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months
2016-07-04 games/lucidlife: Broken for more than 6 months
2016-07-04 games/gma: Broken for more than 6 months
2016-07-04 games/smiley: Broken for more than 6 months
2016-07-04 games/noegnud-littlehack: Broken for more than 6 months
2016-07-04 games/sdlquake2: Broken for more than 6 months
2016-07-04 games/daimonin: Depends on expiring games/daimonin-music
2016-07-04 games/noegnud-nethack: Broken for more than 6 months
2016-07-04 games/xbomber: Broken for more than 6 months
2016-07-04 games/xwelltris: Broken for more than 6 months
2016-07-04 games/ftjava: Broken for more than 6 months
2016-07-04 games/daimonin-music: Broken for more than 6 months
2016-07-04 games/gno3dtet: Broken for more than 6 months
2016-07-04 games/qtv: Broken for more than 6 months
2016-07-04 games/xwordpy: Broken for more than 6 months
2016-07-04 games/netris: Broken for more than 6 months
2016-07-04 games/rt2-demo: Broken for more than 6 months
2016-07-04 games/noegnud-addons: Broken for more than 6 months
2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months
2016-07-04 games/live-f1: Broken for more than 6 months
2016-07-04 games/xonix: Broken for more than 6 months
2016-07-04 games/fgkicker: Broken for more than 6 months
2016-07-04 games/tank: Depends on expiring graphics/libaux
2016-07-04 games/linux-nwserver: Broken for more than 6 months
2016-07-04 games/quake2-zaero: Broken for more than 6 months
2016-07-04 games/pyching: Broken for more than 6 months
2016-07-04 games/thevalley: Broken for more than 6 months
2016-07-04 games/xroads: Broken for more than 6 months
2016-07-04 games/fxsudoku: Broken for more than 6 months
2016-07-04 games/sudoku: Broken for more than 6 months
2016-07-04 games/kmancala: Broken for more than 6 months
2016-07-04 games/plonx: Broken for more than 6 months
2016-07-04 games/wmminichess: Broken for more than 6 months
2016-07-04 games/noegnud-slashem: Broken for more than 6 months
2016-07-04 games/latrine: Broken for more than 6 months
2016-07-04 games/pysycache-themes: Broken for more than 6 months
2016-07-04 games/nibbles: Broken for more than 6 months
2016-07-04 games/hlstatsx: Broken for more than 6 months
2016-07-04 audio/streamtuner: Broken for more than 6 months
2016-07-04 audio/mangler: Broken for more than 6 months
2016-07-04 audio/hawkvoice: Broken for more than 6 months
2016-07-04 audio/alac: Broken for more than 6 months
2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months
2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months
2016-07-04 x11-wm/musca: Broken for more than 6 months
2016-07-04 x11-wm/e-module-places: Broken for more than 6 months
2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months
2016-07-04 x11-wm/e-module-net: Broken for more than 6 months
2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months
2016-07-04 ftp/fget: Broken for more than 6 months
2016-07-04 net-mgmt/netmond: Broken for more than 6 months
2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
2016-07-04 20:48:23 +00:00
Pawel Pekala
97a65c99c3 Deep Learning library for Python. Convnets, recurrent neural networks, and
more. Runs on Theano and TensorFlow.

WWW: http://keras.io/

PR:		210119
Submitted by:	Neel Chauhan <neel@neelc.org>
2016-06-22 17:14:44 +00:00
Wen Heping
ce6138213f C-coded Python extension module that supports multiple-precision arithmetic.
In addition to supporting GMP or MPIR for multiple-precision integer and
rational arithmetic, gmpy2 adds support for the MPFR (correctly rounded real
floating-point arithmetic) and MPC (correctly rounded complex floating-point
arithmetic) libraries.

WWW: https://pypi.python.org/pypi/gmpy2
WWW: https://github.com/aleaxit/gmpy/releases

PR:		210127
Submitted by:	yuri@rawbw.com
2016-06-14 08:21:12 +00:00
Mark Felder
ff534acae8 intspan is a set subclass that conveniently stores sets of integers.
Sets can be created from and displayed as integer spans such as
1-3,14,29,92-97 rather than exhaustive member listings.

WWW: https://pypi.python.org/pypi/intspan/
2016-05-16 01:40:50 +00:00
TAKATSU Tomonari
6df5d51437 - Add new port: math/R-cran-Rmpfr
Arithmetic (via S4 classes and methods) for arbitrary precision
  floating point numbers, including transcendental ("special")
  functions. To this end, Rmpfr interfaces to the LGPL'ed MPFR (Multiple
  Precision Floating-Point Reliable) Library which itself is based
  on the GMP (GNU Multiple Precision) Library.

  WWW: https://cran.r-project.org/web/packages/Rmpfr/

  Submitted by:	Jukka A. Ukkonen <jau_AT_iki_DOT_fi> (via private e-mail)
2016-04-29 07:04:54 +00:00
TAKATSU Tomonari
d69db65a06 - Add new port: math/R-cran-gmp
Multiple Precision Arithmetic (big integers and rationals, prime
  number tests, matrix computation), "arithmetic without limitations"
  using the C library GMP (GNU Multiple Precision Arithmetic).

  WWW: https://cran.r-project.org/web/packages/gmp/
2016-04-29 06:56:37 +00:00
Marcelo Araujo
0043bb07a4 Hook new ports on its categories Makefile.
Reported by:	antoine
2016-04-19 05:44:27 +00:00
Wen Heping
fae48b7d4c Summary statistics, two-sample tests, rank tests, generalised linear models,
cumulative link models, Cox models, loglinear models, and general maximum
pseudolikelihood estimation for multistage stratified, cluster-sampled,
unequally weighted survey samples. Variances by Taylor series linearisation
or replicate weights. Post-stratification, calibration, and raking. Two-phase
subsampling designs. Graphics. PPS sampling without replacement. Principal
components, factor analysis.

WWW: http://r-survey.r-forge.r-project.org/survey/
2016-03-25 06:16:15 +00:00
Sunpoet Po-Chuan Hsieh
d837c5b412 - Add pecl-bitset2 2.0.3 (copied from pecl-bitset)
- Add LICENSE_FILE
- Add PORTSCOUT

Changes:	https://pecl.php.net/package-changelog.php?package=Bitset
2016-03-07 20:12:06 +00:00
Antoine Brodin
4b03f2a95f Unbreak INDEX 2016-03-06 18:38:10 +00:00
Thierry Thomas
c171d67c25 MathMod is the new K3DSurf, now based on Qt 5. 2016-03-04 22:54:36 +00:00
Stephen Montgomery-Smith
c9c8cc6fea - New port math/octave-forge-zeromq.
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.

This is zeromq.

 ZeroMQ bindings for GNU Octave.
2016-02-27 23:39:12 +00:00
Stefan Eßer
262eb57c5d Add math/sound-of-sorting:
This program demonstrates the working principles of some 20 sorting
algorithms and is very easy to use. Select the algorithm, the speed
of the visualisation and whether you want to get sound output (that
reflects the values being moved and is characteristic for each kind
of algorithm).

Approved by:	antoine (mentor)
2016-02-22 08:12:44 +00:00
Martin Wilke
e630e52bb5 Welcome php 7.0.3
Changelog:
    http://php.net/ChangeLog-7.php#7.0.0
    http://php.net/ChangeLog-7.php#7.0.1
    http://php.net/ChangeLog-7.php#7.0.2
    http://php.net/ChangeLog-7.php#7.0.3

I'd like to thanks:
  Kurt Jaeger
  Matthias Breddin
  Rainer Duffner
  Victor van Vlaardingen
  Torsten Zuehlsdorff
  Franco Fichtner
  and all helpers and testers from ports@.
2016-02-15 14:34:26 +00:00
Rene Ladan
d5ce1f73bc Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the
ports expired last month.

Adjust Mk/bsd.php.mk

Reviewed by:	antoine, marino
Approved by:	portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D5278
2016-02-14 19:21:31 +00:00
Olivier Duchateau
2da06aa0f7 It is a calculator plugin for the Xfce4 panel. The plugin supports common
mathematical operators, constants (pi) and functions.

WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-calculator-plugin

Obtained from:	Xfce devel repository
2016-01-30 06:09:07 +00:00
Li-Wen Hsu
b345365ece Add openlibm, high quality system independent, portable, open source libm
PR:		206676
Submitted by:	Iblis Lin <e196819@hotmail.com>
2016-01-29 13:52:24 +00:00
Maxim Sobolev
c34ae61a18 Add py-cdecimal, a fast drop-in replacement for the Decimal module
in python < 3.3.
2016-01-23 02:58:20 +00:00
Stephen Montgomery-Smith
ac82ab0591 - New port math/octave-forge-tisean.
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
2016-01-13 03:47:11 +00:00