Commit graph

10766 commits

Author SHA1 Message Date
Stephen Montgomery-Smith
f723ee6204 - Update to 1.2.0-rc4. 2016-08-05 22:37:09 +00:00
Stephen Montgomery-Smith
dd4e4550b3 - Update to 1.0.1. 2016-08-05 22:13:34 +00:00
John Marino
b95421020d math/R: maintainer rework
See PR for signficant changes to math/R port including options,
build defaults, and patch updates.

PR:		211393
Submitted by:	Joseph Mingrone (maintainer)
2016-08-05 02:30:18 +00:00
John Marino
7cf9d118c6 math/R: Tweak previous ${OSVERSION} without ${OPSYS} commit
I made a mistake; some of the post-patch target does apply to DragonFly
as well as the pre-configure target.  Tighten up which code is designated
as FreeBSD only.  (again, a No-Op for FreeBSD)

Approved by:	OSVERSION/OPSYS blanket
2016-08-04 03:00:26 +00:00
Danilo Egea Gondolfo
001b628a5e - Update to 7.300.1
- Re-add the config.hpp patch

PR:		211559
Submitted by:	pi
2016-08-03 19:37:59 +00:00
Kurt Jaeger
ca086cb1ad math/armadillo: 6.700.7 -> 7.100.3
PR:		210050
Changes:	http://arma.sourceforge.net/docs.html#version_7100
Approved by:	danilo (maintainer timeout)
2016-08-03 16:27:21 +00:00
John Marino
380a75a521 math/R: Fix usage of ${OSVERSION} without ${OPSYS}
There are several OSVERSION checks but everything is specific to FreeBSD
so the entire block is wrapped with a single OPSYS check to minimize
changes to the makefile.

Approved by:	OSVERSION/OPSYS blanket
2016-08-03 15:15:02 +00:00
Mathieu Arnold
aef5a66670 Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
2016-08-03 12:47:05 +00:00
Stephen Montgomery-Smith
31ff51545b - Mark port as broken as master site seems to no longer exist. 2016-08-01 03:50:49 +00:00
TAKATSU Tomonari
a0d2548835 - Update to 0.6-6
- Add "compiles" argument to USES=cran
2016-07-31 07:38:28 +00:00
Antoine Brodin
23a8ddfe73 Fix build after math/glpk update
Reported by:	pkg-fallout
PR:		211455
2016-07-30 09:51:29 +00:00
TAKATSU Tomonari
eccaed9eda - Update to 1.2.4 2016-07-30 08:15:11 +00:00
Stephen Montgomery-Smith
516b88298e - Don't install share/cmake/hdf5/libhdf5.settings to avoid clash with
science/paraview

PR:		ports/211334
Submitted by:	Chen Xie <xiechen96@gmail.com>
2016-07-29 23:45:41 +00:00
Pawel Pekala
156efdcc39 - Update to version 4.55 [1]
- Convert to USES=localbase
- Move OPTIONS block to proper place, use helpers
- Argument --disable-dl for MYSQL=off was dropped because
  it made configure script fail when IODBC=on

PR:		203448
Submitted by:	pfg [1]
2016-07-29 17:31:43 +00:00
TAKATSU Tomonari
d1b2ef5b90 - Update to 0.7.200.2.0 2016-07-28 10:32:38 +00:00
Pawel Pekala
157a61c6e9 Update to version 1.0.6
PR:		211409
Submitted by:	Neel Chauhan (maintainer)
2016-07-27 21:53:10 +00:00
Maho Nakata
539ea05319 1. Some dependencies were added per QA advice.
2. updated to version 4.0.3
   deleted obsolete patch 'patch-libinterp-octave-value-ov-classdef'
   Java and GUI are now optional
   plist is now generated automatically
   revised dependencies

PR:		211291
Submitted by:	bsam (1), Alexander Sherikov (2)
2016-07-27 05:44:40 +00:00
Carlos J. Puga Medina
1f9e9d9abf - Update to 0.10.2
- Switch to USES=localbase

Changelog:
  http://savannah.gnu.org/forum/forum.php?forum_id=8626

Reviewed by:	amdmi3, feld (mentors)
Approved by:	amdmi3, feld (mentors)
Differential Revision:	D7308
2016-07-26 16:40:42 +00:00
Dmitry Marakasov
b40321a3c8 - Update to 2.13
- While here, fix LICENSE

PR:		211131
Submitted by:	jharris@widomaker.com (maintainer)
2016-07-26 15:54:16 +00:00
Stephen Montgomery-Smith
2833ed12f1 - Add more xorg and gl dependencies so that they are correctly registered.
- Bump portrevision.
2016-07-26 02:43:33 +00:00
Rene Ladan
78450f0a5d Reset miwi@'s ports, he stepped down from the Ports Team.
With hat:	portmgr-secretary
2016-07-25 20:01:02 +00:00
Greg Lewis
1c03a52263 . Update to 5.0.4. 2016-07-23 17:04:20 +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
Boris Samorodov
6a8aa3ad5a math/octave: remove wrongly used PLIST_SUB from pkg-plist
PR:		210055
Submitted by:	Tobias Berner <tcberner@gmail.com>
Approved by:	maintainer timeout (7 weeks)
2016-07-22 10:38:53 +00:00
TAKATSU Tomonari
df09d83a48 - Update to 0.99.7-1
- Add "compiles" argument to USES=cran
2016-07-21 04:55:25 +00:00
Torsten Zuehlsdorff
f6d3930908 math/geogebra: Update from 5.0.236.0 to 5.0.260.0
Changelog: https://www.geogebra.org/manual/en/Reference:Changelog_5.0

Also removed shared-mime-info from USES

PR:           210401
Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
Approved by:  junovitch (mentor)
2016-07-20 11:35:48 +00:00
Dirk Meyer
3561a46f28 - update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
2016-07-20 09:33:31 +00:00
Danilo Egea Gondolfo
26f24fbe44 - Update to 2.7.1 2016-07-20 01:25:47 +00:00
Thierry Thomas
0a6dadb0b9 Upgrade to Gambit 15.1.0, the current stable version.
Note: Gambit 16 is available, but this is the current research/development
version.
2016-07-19 20:32:09 +00:00
Mathieu Arnold
f899c758a6 When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-19 11:04:13 +00:00
TAKATSU Tomonari
47b83b62c4 - Update to 1.2.3 2016-07-18 12:05:52 +00:00
Stephen Montgomery-Smith
0e58abe972 - Update to 0.1.12. 2016-07-17 21:34:51 +00:00
Kurt Jaeger
721fc6db46 math/cadabra2: builds on 10.x with compiler:c++14-lang
PR:		210476
Approved by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2016-07-17 19:23:45 +00:00
Kurt Jaeger
4ad9df1b84 math/cadabra2: mark BROKEN on 10
PR:		210476
Reported by:	marino, mat
2016-07-17 17:40:04 +00:00
Dmitry Marakasov
cbceaf7345 - Switch to options helpers
- Regenerate patches with `make makepatch`
2016-07-17 09:00:30 +00:00
Thomas Zander
3fe7ca4b4a Fix dependencies, Makefile cleanups
Detailed maintainer log:
- Explicitly rely on required perl for the build
- math/R cannot be built in poudriere when math/atlas is chosen for the
  BLAS implementation.  It's not the default, so handle gracefully with
  an IGNORE (could also have set MANUAL_PACKAGE_BUILD with
  ATLAS_VARS= MANUAL_PACKAGE_BUILD=...)
- fix a type: DOC_BUILD_DEPEND -> DOCS_BUILD_DEPEND

PR:		210983
Submitted by:	jrm@ftfl.ca (maintainer)
2016-07-16 15:48:17 +00:00
Raphael Kubo da Costa
e4a20681de Add a patch (sent upstream) to make configuration work with CMake 3.6.0.
PR:		210988
2016-07-16 10:52:14 +00:00
Dmitry Marakasov
2b7af171ea - Add missing java category
- Add LICENSE
- Cosmetic fixes
- Switch to new test framework
2016-07-16 09:00:29 +00:00
TAKATSU Tomonari
4f35f92e27 - Update to 1.1-12
- Fix LICENSE
- Add "compiles" argument to USES=cran
2016-07-15 06:02:09 +00:00
TAKATSU Tomonari
a4132187d1 - Update to 1.3-6
- Update descrption and WWW line in pkg-descr
2016-07-14 11:37:37 +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
Pawel Pekala
f71c9747b6 Update to version 2.3.1
Changelog:
- New library 'imagery_isocluster'
- Record statistics in 'table_calculus'
- Better io_gdal shapes import
- Updates to scripting tools

PR:		210946
Submitted by:	maintainer
2016-07-11 17:38:35 +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
Antoine Brodin
d74df830eb Prevent PKGNAME collision with math/libR 2016-07-09 20:02:02 +00:00
Thomas Zander
98fc96e2d1 Mark broken while restructuring the master port is ongoing
PR:		210866
Reported by:	jrm@ftfl.ca (maintainer)
2016-07-09 19:32:32 +00:00
Thomas Zander
03be2d040f Modernize and simplify port
PR:		210866
Submitted by:	jrm@ftfl.ca (maintainer)
Reviewed by:	rhurlin@gwdg.de, bapt, riggs
2016-07-09 19:28:21 +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
Dmitry Marakasov
6bfc21d727 - Switch to new test framework
- Switch to options helpers
2016-07-08 09:00:08 +00:00
Stephen Montgomery-Smith
079cda7d46 Update to 2.4.2. 2016-07-07 22:54:33 +00:00
Mathieu Arnold
7ba0ba7aae Remove @comment $FreeBSD$ from pkg-plist files.
Sponsored by:	Absolight
2016-07-07 14:08:02 +00:00