Commit graph

777 commits

Author SHA1 Message Date
Stephen Montgomery-Smith
1fdbec0b34 - Remove.
Reference:	http://octave.1599824.n4.nabble.com/new-package-releases-time-2-0-0-and-financial-0-4-0-td4569108.html
2012-04-19 00:12:42 +00:00
Ruslan Makhmatkhanov
1f58d6cd89 - fix entries sorting
PR:		166960
Submitted by:	Conrad J. Sabatier <conrads at cox dot net>
2012-04-15 09:57:10 +00:00
Jason Helfman
b98600cc5b Add new port: math/py-viper
Viper is a minimalistic scientific plotter and run-time visualization module.
Viper has support for visualizing meshes and solutions in DOLFIN.

WWW:	https://launchpad.net/fenics-viper

PR:	ports/166913
Submitted by:	jwbacon@tds.net
2012-04-14 19:27:42 +00:00
Jason Helfman
90421c0a01 Add new port: math/py-ufl
The Unified Form Language (UFL) is a domain specific language for declaration
of finite element discretizations of variational forms.

WWW:	https://launchpad.net/ufl

PR:	ports/166911
Submitted by:	jwbacon@tds.net
2012-04-14 19:25:33 +00:00
Jason Helfman
2afedb2f1e Add new port: math/py-fiat
The FInite element Automatic Tabulator FIAT supports generation of arbitrary
order instances of the Lagrange elements on lines, triangles, and tetrahedra.

WWW:	https://launchpad.net/fiat

PR:	ports/166910
Submitted by:	jwbacon@tds.net
2012-04-14 19:23:25 +00:00
Ruslan Makhmatkhanov
674e43a6c7 FFC works as a compiler for multilinear forms by generating code (C++) for
the evaluation of a multilinear form given in mathematical notation.

WWW:	https://launchpad.net/ffc

PR:		166700
Submitted by:	Jason Bacon <jwbacon@tds.net>
2012-04-12 19:33:50 +00:00
Steve Wills
03ebb16928 Perl module which lets you calculate with strings (specifically passwords, but
not limited to) as if they were big integers.

WWW:	http://search.cpan.org/dist/Math-String/

Feature safe:	yes
2012-04-08 18:28:25 +00:00
Carlo Strub
0ff6db1a7e Scriptable bar graph generator with stacked and clustered bars support, using
gnuplot to produce fig output and then mangle it to fill in the bars. Any number
of clustered datasets are supported, as well as automatic averaging and other
features.

WWW: http://www.burningcutlery.com/derek/bargraph/

PR:		ports/166410
Submitted by:	Dereckson <dereckson@gmail.com>
Approved by:	wen@ (co-mentor)
Feature safe:	yes
2012-04-04 21:37:37 +00:00
Philip M. Gollucci
3c4d5b6416 - update to 0.6.6
- add and update URLs of MASTER_SITES
- update author's email address
- use @dirrmtry
- change port category from math to science.

- Completes repo copy from math/ruby-netcdf -> science/ruby-netcdf

PR:             ports/165314
Submitted by:   Shin-ya Murakami <murashin@gfd-dennou.org>
2012-03-08 04:34:40 +00:00
Pietro Cerutti
2bbecf479f - New port: math/carve
Carve is a C++ library designed to perform boolean operations between two
  arbitrary polygonal meshes. The standard union and intersection operations
  are supported, as are symmetric and asymmetric difference. It is also
  possible to implement custom operations using Carve, allowing results to be
  formed from any combination of inputs.
  Carve supports a variety of inputs, including both closed and open surfaces,
  faces with arbitrary edge counts and datasets with multiple disjoint,
  embedded or touching surfaces. Carve can also interpolate arbitrary values
  across faces, meaning that CSG operations need not discard colour, texture
  coordinates or other data.

  WWW: http://code.google.com/p/carve/
2012-02-20 10:56:06 +00:00
Gabor Pali
1a2291a4cf - Connect all the previously added hs- ports to the build
Obtained from:	FreeBSD Haskell
2012-02-13 03:58:47 +00:00
TAKATSU Tomonari
9e8084ffbd - Add a new port: math/R-cran-KFAS
Package KFAS provides funchtions for Kalman filtering, state,
  disturbance and simulation smoothing, forecasting and simulation
  of state space models. All functions can use exact diffuse
  initialisation when distributions of some or all elements of initial
  state vector are unknown. Filtering, state smoothing and simulation
  functions use sequential processing algorithm, which is faster than
  standard approach, and it also allows singularity of prediction
  error variance matrix. KFAS also contains function for computing
  the likelihood of exponential family state space models and function
  for state smoothing of exponential family state space models.

  WWW:	http://cran.r-project.org/web/packages/KFAS/
2012-02-11 14:59:28 +00:00
Stephen Montgomery-Smith
0c3d03543d -New port octave-forge-queueing.
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.

  The queueing toolbox provides functions for queueing networks and Markov
  chains analysis. This package can be used to compute steady-state performance
  measures for open, closed and mixed networks with single or multiple job
  classes. Mean Valud Analysis (MVA), convolution and various bounding
  techniques are implemented. Various transient and steady-state performance
  measures for Markov chains can als be computed (including state occupancy
  probabilities, mean time to absorption, time-averaged sojourn times), both
  for continuous-time and discrete-time chains.
2012-02-06 19:42:56 +00:00
Steve Wills
2cc2ef999d A Perl module that provides a mechanism to render (La)TeX formulae to ASCII
art.

WWW:	http://search.cpan.org/dist/Text-AsciiTeX/
2012-02-05 02:08:37 +00:00
TAKATSU Tomonari
23aeb1d2f9 - Add a new port: math/R-cran-bdsmatrix
This is a special case of sparse matrices, used by coxme

  WWW:	http://cran.r-project.org/web/packages/bdsmatrix/
2012-02-04 10:39:18 +00:00
TAKATSU Tomonari
3be044275a - Add a new port: math/R-cran-Formula
Infrastructure for extended formulas with multiple parts on the
  right-hand side and/or multiple responses on the left-hand side.

  WWW:	http://cran.r-project.org/web/packages/Formula/
2012-02-04 10:38:00 +00:00
Wen Heping
cef3e449d2 This library provides implementations of special mathematical functions
and Chebyshev polynomials. These functions are often useful in statistical
and numerical computing.

WWW: https://github.com/bos/math-functions
2012-02-02 12:56:00 +00:00
TAKATSU Tomonari
2adb20ceca - Add a new port: math/R-cran-memisc
One of the aims of this package is to make life easier for useRs
  who deal with survey data sets. It provides an infrastructure for
  the management of survey data including value labels, definable
  missing values, recoding of variables, production of code books,
  and import of (subsets of) SPSS and Stata files. Further, it provides
  functionality to produce tables and data frames of arbitrary
  descriptive statistics and (almost) publication-ready tables of
  regression model estimates. Also some convenience tools for graphics,
  programming, and simulation are provided.

  WWW:	http://www.martin-elff.net/software/memisc/
2012-01-31 13:10:17 +00:00
TAKATSU Tomonari
3e5032ae75 - Re-add math/R-cran-igraph
- Update to 0.5.5-4
- Add LICENSE section
- Take maintainership [1]

PR:		ports/164110
Submitted by:	tota (myself)
Approved by:	previous maintainer (timeout > 2 weeks) [1]
2012-01-28 02:48:28 +00:00
Pav Lucistnik
61d3e67655 - Add a couple of pure extensions:
devel/pure-readline:   A readline interface for the Pure language
  devel/pure-stldict:    Pure interface to C++ STL map/unordered_map
  devel/pure-stlvec:     Pure interface to C++ STL vector
  math/pure-mpfr:        Multiprecision floats for Pure
  x11-toolkits/pure-tk:  A basic interface between Pure and Tcl/Tk

PR:		ports/161799
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2012-01-26 20:18:32 +00:00
Stephen Montgomery-Smith
5a19c8e588 - New port sage-4.8.
Sage is a free open-source mathematics software system licensed under the GPL.
It combines the power of many existing open-source packages into a common
Python-based interface.

Mission: Creating a viable free open source alternative to Magma, Maple,
Mathematica and Matlab.
2012-01-24 23:55:01 +00:00
Maho Nakata
79b923300e Adding xlapack:
Extra precision version of LAPACK which uses XBLAS. It uses
XBLAS instead BLAS to use LAPACK.

http://www.netlib.org/lapack/

Submitted by:	bf
2012-01-23 01:59:16 +00:00
Brendan Fabeny
11fb6f6ca0 Add crlibm , correctly-rounded mathematics library. 2012-01-11 06:47:02 +00:00
Brendan Fabeny
b7b2c4fadf Add cblas 1.0, reference implementation of the C interface to the legacy
Fortran BLAS.
2012-01-09 19:12:17 +00:00
Brendan Fabeny
6ff43c6512 Add xblas 1.0.248, extra Precise Basic Linear Algebra Subroutines
(BLAS).
2012-01-06 10:50:11 +00:00
Brendan Fabeny
31433bfc45 Add spblas , NIST Sparse Basic Linear Algebra Subprograms (BLAS). 2012-01-05 21:15:43 +00:00
Brendan Fabeny
7ec767eacf Add libflame , FLAME dense linear algebra library. 2012-01-05 02:35:10 +00:00
Brendan Fabeny
eb6cb039fc Add kktdirect 0.5, a direct solver package for saddle-point (KKT)
matrices.
2012-01-02 09:58:01 +00:00
Brendan Fabeny
8f2e1a8f01 Add slatec 4.1, SLATEC Common Mathematical Library.
PR:		151970
Submitted by:	A. Shterenlikht (original version)
2011-12-28 06:01:49 +00:00
Stephen Montgomery-Smith
805910ebe3 - New port math/octave-forge-dicom.
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 dicom.  Digital communications in medicine (DICOM) file io. Depends on
Grassroots DICOM (GDCM).
2011-12-26 21:32:20 +00:00
Stephen Montgomery-Smith
1e8076f1fb - math/mingw32-libgmp4 moved to math/mingw32-libgmp
PR:		ports/163520
2011-12-25 17:07:17 +00:00
Brendan Fabeny
88ece46f9f Add alt-ergo 0.94, an automatic theorem prover dedicated to program
verification.
2011-12-21 02:58:24 +00:00
Sunpoet Po-Chuan Hsieh
597524ca89 - Add p5-Math-Int64 0.17
Math::Int64 adds support for 64 bit integers, signed and unsigned, to Perl.

WWW: http://search.cpan.org/dist/Math-Int64/
2011-12-15 09:22:16 +00:00
Wen Heping
21a331381c This is a Integer to Roman numerals converter.
WWW: http://pypi.python.org/pypi/roman/
2011-10-28 09:14:20 +00:00
Brendan Fabeny
76b053ac69 Add fftw3-quad , Fast Discrete Fourier Transform (Quad Precision C
Routines).
2011-10-17 10:16:32 +00:00
Alberto Villa
a2d3b5a4bc The KDE/FreeBSD team is pleased to announce KDE Software Compilation
4.7.2. The official release notes can be found at:
http://kde.org/announcements/announce-4.7.2.php
This release ships with many improvements. Read more about them here:
http://FreeBSD.kde.org/news.php#itemKDESC472availableinports

We'd like to say thanks to all testers and contributors, especially to
lwhsu@ for his effort on hosting our test packages.

PR:		156293 [1]
		159219 [2]
		160164 [3]
Submitted by:	Oleg Sidorkin <osidorkin@gmail.com> [1]
		Alvaro Castillo <gobledb@gmail.com> [2]
		dkeav04@gmail.com [3]
Tested by:	exp-run via pav
2011-10-17 00:03:42 +00:00
Brendan Fabeny
f4d8472f43 Add fflas-ffpack 1.4.3, a library for dense linear algebra over
word-size finite fields.
2011-10-16 16:10:58 +00:00
Eitan Adler
a418a6d776 pure-rational provides additional operations on the rational number type
provided by the math.pure module in the standard library.

WWW:	http://docs.pure-lang.googlecode.com/hg/pure-rational.html

PR:		ports/161422
Submitted by:	Zhihao Yuan <lichray@gmail.com>
Approved by:	sahil (mentor)
2011-10-15 19:36:40 +00:00
Brendan Fabeny
9ae0f36a60 Add givaro 3.5.0, a C++ library for computer algebra. 2011-10-15 19:13:26 +00:00
Doug Barton
c3ef22e507 Remove ports maintainted by ports@ which have passed their EXPIRATION_DATE
astro/gkrellsun		Abandonware
astro/xrmap		No more distfiles
audio/midimountain	Abandonware
audio/gkrellmss		Abandonware
audio/gnapster		Abandonware
databases/xbase		No more public distfiles
databases/xbsql		No more public distfiles
games/gtkabale		No more public distfiles
games/battleball	No more public distfiles, does not compile on ia64 or sparc64
games/race		No more public distfiles
games/stvef-paks	No more public distfiles
games/stvef-server	No more public distfiles
games/tome		No more public distfiles
games/qkmj		No more public distfiles
games/oilwar		No more public distfiles
games/xbaby		No more public distfiles
games/xword		Abandonware
games/kslide		No more public distfiles
graphics/xmrm		No more public distfiles, does not compile on amd64 or sparc64
graphics/giftrans	Upstream disappeared and distfile is not available
graphics/wildmagic	BROKEN for more than 6 months, does not fetch
irc/ircd-rusnet		No more public distfiles
irc/tkirc		No more public distfiles
korean/mizifont		No more public distfiles
lang/freetxl		No more public distfiles
math/nsc2ke		No more public distfiles
misc/mgp-mode.el	No more public distfiles
multimedia/p5-RIFF-Info	No more public distfiles
net/p5-Net-OpenDHT	No more public distfiles
net/mudix		No more public distfiles
net-im/newsbot		No more public distfiles
net-im/libicq2000	Abandonware
net-im/gossip		No longer maintain by upstream, use net-im/empathy instead
net-im/ickle		Abandonware
net-mgmt/nipper		BROKEN for more than 6 month, does not fetch
net-p2p/mldonkey-serverspy	No more public distfiles
news/p5-Gateway		No more public distfiles
print/epsmerge		No more public distfiles
science/at		No more public distfiles
science/pyvox		No more public distfiles
security/p5-Email-Obfuscate	No more public distfiles
security/libparanoia	No more public distfiles
security/execwrap	No more public distfiles
2011-10-09 02:47:51 +00:00
Brendan Fabeny
9f04bb57b1 Add trlan 201009, thick-restart Lanczos method for eigenproblems. 2011-10-06 15:32:02 +00:00
Brendan Fabeny
7f3eda0a31 Add libocas 0.93, efficient training of SVM classifiers. 2011-10-06 09:53:17 +00:00
Stephen Montgomery-Smith
f609f658ae - Add subdir qhull5 (repocopied from qhull).
PR:		ports/161089
2011-10-03 03:21:42 +00:00
Doug Barton
9766a65fd0 As previously advertised, delete ports that have
vulnerabilities listed in portaudit, and those
that depend on them - part 1

math/mupad
	Relies on xpm, vulnerable since 2004-09-15
net-p2p/torrentflux
	Vulnerable since 2006-10-07
net/tptest
	Vulnerable since 2009-12-17
security/pgp6
	Vulnerable since 2005-07-31
www/p5-RTx-RightsMatrix
	Only works with www/rt36, which is FORBIDDEN
www/p5-RTx-Shredder
	Only works with www/rt36, which is FORBIDDEN
www/p5-RTx-Statistics
	Only works with www/rt36, which is FORBIDDEN
www/plone
	Vulnerable since 2011-02-10
www/pyblosxom
	Vulnerable since 2009-02-11
www/rt36
	Vulnerable since 2009-12-09
www/zope-archetypes
	Depends on www/plone, which is FORBIDDEN
www/zope-calendaring
	Depends on www/plone, which is FORBIDDEN
www/zope-coreblog2
	Depends on www/plone, which is FORBIDDEN
www/zope-i18nlayer
	Depends on www/plone, which is FORBIDDEN
www/zope-plonelanguagetool
	Depends on www/plone, which is FORBIDDEN
www/zope-simpleblog
	Depends on www/plone, which is FORBIDDEN
2011-09-30 09:12:36 +00:00
Stephen Montgomery-Smith
57e974a840 - New port: math/octave-forge-mechanics.
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 mechanics.

 Library with functions useful for numerical computation in classical mechanics.
2011-09-27 17:01:49 +00:00
Stephen Montgomery-Smith
feaf5776e3 - New port math/octave-forge-geometry
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 geometry.

 Library for geometric computing extending MatGeom functions. Useful to create,  transform, manipulate and display geometric primitives.
2011-09-27 14:12:09 +00:00
Wen Heping
b26682e3bd Dynare is a software platform for handling a wide class of
economic models, in particular dynamic stochastic general
equilibrium (DSGE) and overlapping generations (OLG) models.

WWW: http://www.dynare.org

PR:		ports/160153
Submitted by:	Fernando <fernando.apesteguia@gmail.com>
2011-09-27 06:35:23 +00:00
Sunpoet Po-Chuan Hsieh
464ac149af - Add p5-Math-Prime-XS 0.24
Math::Prime::XS detects and calculates prime numbers by either applying Modulo
operator division, the Sieve of Eratosthenes, a Summation calculation or Trial
division.

WWW: http://search.cpan.org/dist/Math-Prime-XS/
2011-09-23 18:58:31 +00:00
TAKATSU Tomonari
abfdb194fa - Add a new port: math/R-cran-sandwich
Model-robust standard error estimators for cross-sectional, time
  series and longitudinal data.

  WWW:	http://cran.r-project.org/web/packages/sandwich/
2011-09-23 04:06:18 +00:00
TAKATSU Tomonari
fc855a441b - Add a new port: math/R-cran-spdep
A collection of functions to create spatial weights matrix objects
  from polygon contiguities, from point patterns by distance and
  tesselations, for summarising these objects, and for permitting
  their use in spatial data analysis, including regional aggregation
  by minimum spanning tree; a collection of tests for spatial
  autocorrelation, including global Moran's I, APLE, Geary's C,
  Hubert/Mantel general cross product statistic, Empirical Bayes
  estimates and Assuno/Reis Index, Getis/Ord G and multicoloured join
  count statistics, local Moran's I and Getis/Ord G, saddlepoint
  approximations and exact tests for global and local Moran's I; and
  functions for estimating spatial simultaneous autoregressive (SAR)
  lag and error models, impact measures for lag models, weighted and
  unweighted SAR and CAR spatial regression models, semi-parametric
  and Moran eigenvector spatial filtering, GM SAR error models, and
  generalized spatial two stage least squares models.

  WWW:	http://cran.r-project.org/web/packages/spdep/
2011-09-18 01:38:15 +00:00