Commit graph

11796 commits

Author SHA1 Message Date
Jochen Neumeister
503e12abad math/dynare: Update from 4.5.1 to 4.5.3
This release is compatible with MATLAB versions 7.3 (R2006b) to 9.3 (R2017b)
and with GNU Octave versions 4.2.

Here is a list of the problems identified in version 4.5.1 and that have been
fixed in version 4.5.2:

 - Fixed bug in perfect foresight solver:

   + If expected shocks were declared after the terminal period, as specified
   by the `periods` option, Dynare was crashing.

   + Models declared with the `linear` option were crashing if exogenous
   variables were present with a lead or lag.

 - After ML or Bayesian estimation when the smoother option or `mh_replic=0`
   were not specified, not all smoothed measurement errors were displayed.

 - Fixed error in reference manual about the `conditional_forecasts` command.

 - Fixed smoother behaviour, provide informative error instead of crashing when
   model cannot be solved.

 - The `nopathchange` preprocessor option was always triggered, regardless of
   whether it was passed or not.

 - When `ramsey_policy` is used, allow state variables to be set in `histval`
   block.

 - `histval` erroneously accepted leads, leading to cryptic crashes.

 - The prior MC draws from previous runs were not deleted, potentially
   resulting in loading stale files.

 - `estim_params_` was being declared `global` more than once.

 - Fixed crashes happening when simulating linear models with order>1.

 - Make empirical moments independent of `simul_replic`, as stated in the
   reference manual, by outputting moments computed with the first simulated
   sample.

 - The `prior_function` required a preceding `estimation`-command to properly
   set up the prior.

 - If the mode for a parameter was at exactly 0, `mode_check` was crashing.

 - Fixed `get_posterior_parameters`-routine which should not do more than
   getting parameters. As a consequence, the `shock_decomposition`-command
   did not correctly set the `parameter_set` for use in subsequent function
   calls if shocks are correlated or measurement error is present.

 - Fixed bug in Ramsey problem with constraints both on a policy instrument and
   another variable. Note that the constraint on a variable that is not an
   instrument of the Ramsey problem must be written with an equation tag in the
   model block.

 - Fixed bug in Ramsey problem with constraints on policy instrument.

 - Fixed crash with optimizer 5 when not used with DSGE model at order 1.

 - Fixed mex file used for third order approximation (was crashing on
   Matlab/Windows 7).

 - `isfile` routine was failing with MATLAB older than R2016b. This bug
did not affect Octave.

PR:		223430
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
Approved by:	tcberner (mentor)
MFH:	2017Q4
Differential Revision:	https://reviews.freebsd.org/D13058
2017-12-19 18:01:43 +00:00
Mathieu Arnold
bf406b4d24 Enhance USES=uniquefiles to be more generic.
This allows to have more complex renaming schemes.  Until now, it could
only add a prefix or a suffix, but this was not working at all for man
pages, because it would give man/man1/pyfoo.1.gz-2.7 or
man/man1/pyfoo-1-2.7.gz.  With this change, a man page will be correctly
renamed to man/man1/pyfoo-2.7.1.gz.

Unfix ports that were already handling man pages.

PR:		220214
Submitted by:	Fukang Chen (previous patch)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D13444
2017-12-19 16:23:48 +00:00
Dmitry Marakasov
03a998408f Bring back mistakenly removed PORTEPOCH
Reported by:	Tamas TEVESZ <ice@extreme.hu>
2017-12-18 12:34:51 +00:00
David Naylor
6769568054 math/R-cran-car: updated to version 2.1-6
- remove unused test dependencies:
   - math/R-cran-nloptr
 - changelog:
   - Made several functions compatible with vcov() in R-devel (3.5.0).

Generated by:	portcran (0.1.6)
2017-12-18 07:32:48 +00:00
Baptiste Daroussin
1994117e17 Update to 0.7.0
Register ncurses dependency
2017-12-15 10:53:54 +00:00
Torsten Zuehlsdorff
1d7e0541a4 Add missing IGNORE_WITH_PHP for various pecl-ports.
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.

PR:          222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476
2017-12-14 13:57:28 +00:00
Greg Lewis
a202998baa Add a -lite version for gnuplot which has minimal dependencies.
This has been requested particularly by those running it in a headless
environment.
2017-12-13 07:23:10 +00:00
Greg Lewis
43bdbadbf9 Fix packing list substitutions for the lite port. 2017-12-13 07:14:56 +00:00
Greg Lewis
926d6221f6 Prepare for gnuplot-lite by splitting up the configure options, the
dependencies and adding some packing list substitution and hiding some
of it based on the definition of "LITE".
2017-12-13 07:11:07 +00:00
Dmitry Marakasov
58612140c7 - Switch to options helpers
- Switch to new test framework

Approved by:	portmgr blanket
2017-12-12 15:51:45 +00:00
Johannes M Dieterich
9514042786 math/blis: update to the first snapshot working on FreeBSD to support runtime kernel selection. For amd64, this will now select, if available, an assembly optimized kernel for the CPU architecture blis is running on. The other architectures continue to only use what is now called the generic kernel but in theory arm and power7 assembly optimizations are available.
Due to this, remove the old explicit kernel selection. Also switch to use devel/llvm50 as a compiler to actually support all the architectures (and upstream compile flags) properly. This hopefully will also help with getting blis to work on other architectures out of the box.

Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D13264
2017-12-12 02:49:56 +00:00
Dmitry Marakasov
51d66dd104 - Update to 5.41.0 [1]
- Add LICENSE_FILE
- Whitespace fixes
- Switch to new test framework

PR:		223316 [1]
Submitted by:	satosi.kimura@nifty.ne.jp [1]
2017-12-11 16:52:56 +00:00
Bradley T. Hughes
9b69f56c5e math/saga: Update 4.1.0 -> 6.1.0
PR:		223890
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D13436
2017-12-11 13:02:58 +00:00
Sunpoet Po-Chuan Hsieh
970d13f495 Fix build
PR:		223043
Submitted by:	Markus Mann <freebsd-public@it64.de>
MFH:		2017Q4
2017-12-11 10:40:51 +00:00
Antoine Brodin
a021c1b8c0 - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-10 20:48:45 +00:00
Antoine Brodin
2744dfd2f4 ogdf fails to build with python3 2017-12-09 10:09:04 +00:00
Kurt Jaeger
9afab9fe40 math/nfft: update 3.3.2 -> 3.4.0
PR:		224163
Relnotes:	https://github.com/NFFT/nfft/releases
Submitted by:	Michael Danilov <mike.d.ft402@gmail.com> (maintainer)
2017-12-08 06:34:39 +00:00
Steve Wills
2d9bfab980 math/py-keras: Update to 2.1.2
PR:		224154
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-12-07 18:11:08 +00:00
Tobias Kortkamp
1aaf849b21 math/py-matplotlib: Allow build for Python 3.x
- x11-toolkits/{py-gtk2,py-wxPython28} do not support Python 3.x, so
  exclude the GTKBACKEND, GTKAGGBACKEND, and WXAGGBACKEND in that case.

PR:		213636
Reported by:	lbartoletti@tuxfamily.org
Submitted by:	rsmith@xs4all.nl (based on)
Reviewed by:	mat
Approved by:	maintainer timeout
Differential Revision:	https://reviews.freebsd.org/D13377
2017-12-06 19:46:53 +00:00
Wen Heping
bac49068f3 - Update to 5.1.5 2017-12-06 02:28:55 +00:00
Antoine Brodin
8b36d27d2e clarence doesn't run with python3 2017-12-04 21:00:33 +00:00
Kurt Jaeger
4a70d839f9 math/glpk: update 4.63 -> 4.64, submitter becomes maintainer
PR:		224082
Changes: https://lists.gnu.org/archive/html/help-glpk/2017-12/msg00000.html
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2017-12-04 18:11:52 +00:00
Dmitry Marakasov
1ae3c1cb27 - Update to 0.9.8.5 2017-12-04 11:32:28 +00:00
Rodrigo Osorio
646a05f6f8 Add new port math/nfft
NFFT is a software library, written in C, for computing non-equispaced fast
Fourier transforms and related variations. It implements the following
transforms:

1. Non-equispaced fast Fourier transform (NFFT)
 - forward transform (NFFT), i.e. frequency to time/space domain
 - adjoint transform (adjoint NFFT), i.e. time/space to frequency domain

2. Generalisations
 - to arbitrary nodes in time and frequency domain (NNFFT)
 - to real-valued data, i.e. (co)sine transforms, (NFCT, NFST)
 - to the sphere S^2 (NFSFT)
 - to the rotation group (NFSOFT)
 - to the hyperbolic cross (NSFFT)
3. Generalised inverse transformations based on iterative methods, e.g.
   CGNR/CGNE

PR:		223429
Submitted by:	Michael Danilov <mike.d.ft402@gmail.com>
2017-12-03 23:12:34 +00:00
Sunpoet Po-Chuan Hsieh
a001f466b0 Update to 0.15
- Update WWW

Changes:	https://bitbucket.org/ronaldoussoren/altgraph/src/default/doc/changelog.rst
2017-12-03 20:37:58 +00:00
David Chisnall
f9197640d9 Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs.  This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
2017-12-03 12:23:53 +00:00
Joseph Mingrone
de876a285d math/libRmath: Update to version 3.4.3 and add armv[67] to ONLY_FOR_ARCHS 2017-12-03 03:46:11 +00:00
Antoine Brodin
b9ae2ff4d2 Explicitely pass ipython FLAVOR in a few ports 2017-12-02 09:22:02 +00:00
Jochen Neumeister
e9a9a7cb34 math/octave: Set correct USE_LDCONFIG=
PR:		223690
Reported by:	joneum
Approved by:	maintainer timeout (2 weeks) rene (mentor)
Differential Revision:	https://reviews.freebsd.org/D13245
2017-12-01 17:43:21 +00:00
Joseph Mingrone
c27670d577 math/R: Rename files/extra-patch-src_main_Makefile.in to
files/patch-src_main_Makefile.in, so that the SONAME for libR is included.
This was intended for r455296.
2017-12-01 15:28:01 +00:00
Joseph Mingrone
220ae6f41e math/R: Update to version 3.4.3
Other port changes:
- Add armv6 and armv7 to ONLY_FOR_ARCHS; armv6 and armv7 were tested by mmel@
  and working on 11.
- Remove LIBR option and always build the shared library.  This was requested by
  yuri@ and a RFC was posted on ports@ with no response.
- Exclude OPENMP option for everything except amd64 and i386.
- Turn on OPENMP option by default to match upstream.
- Turn off TCLTK option by default.
- LLVM, which gets pulled in with FLANG, provides libomp, so only depend on
  devel/openmp, when GFORTRAN and OPENMP are on.
2017-12-01 14:59:51 +00:00
Antoine Brodin
07faea058d Cleanup LIB_DEPENDS on libpng 2017-12-01 07:19:53 +00:00
Danilo G. Baio
d19df08a56 math/py-keras: Update to 2.1.1
PR:		223978
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-12-01 00:35:42 +00:00
Dmitry Marakasov
12c90e659d - Add LICENSE
- Switch to USES=localbase
2017-11-30 17:06:14 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Mark Linimon
3082a020e0 NO_ASM is also needed on armv7.
Approved by:	portmgr (tier-2 blanket)
2017-11-30 08:22:47 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Dmitry Marakasov
984534fd14 - Switch to new test framework
- Take maintainership
- Update WWW
2017-11-28 11:46:54 +00:00
Yuri Victorovich
dd615f00c6 math/glpk: Update to 4.63
PR:		223884
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13261
2017-11-28 03:03:52 +00:00
Antoine Brodin
165a4093ee Fix depends, clang38 is provided by devel/llvm38 2017-11-27 15:56:06 +00:00
Dmitry Marakasov
0585612f2a - Update WWW
Approved by:	portmgr blanket
2017-11-27 09:00:17 +00:00
Tobias C. Berner
dd0658d1b5 Update math/py-pandas to 0.21.0
PR:		223849
Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)
2017-11-25 18:39:42 +00:00
Mathieu Arnold
d9033160f4 Don't use MASTER_SITE_SUBDIR when it is not needed.
Sponsored by:	Absolight
2017-11-24 17:53:11 +00:00
Greg Lewis
dc8d7d2256 . Update to 5.2.2.
. Remove most options and configure unconditional support for them.
  This is now a full featured port of gnuplot.  If there is enough
  interest then I'll creating a 'gnuplot-lite' port for a minimalist
  version.
2017-11-24 00:05:20 +00:00
Yuri Victorovich
7c95d801ab math/pari: Fixed install without threads; Removed MAKE_JOBS_UNSAFE; Added LICENSE_FILE
PR:		222041
Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13174
2017-11-22 18:55:30 +00:00
Steve Wills
c296805691 math/mprime: Fix some issues from the previous commit
Put back original creator and whitespace
Fix patching
Greatly simplify the Makefile
Make it LOCALBASE safe

Reported by:	danfe
Pointyhat to:	swills
2017-11-22 17:40:24 +00:00
Steve Wills
18af141cc0 math/mprime: Update to 28.10
While here:

* Set maintainer to submitter
* Add License file
* Appease portlint by tweaking comment and moving ONLY_FOR_ARCHES

PR:		219432
Submitted by:	rozhuk.im@gmail.com
2017-11-21 22:43:06 +00:00
Sunpoet Po-Chuan Hsieh
423c9db218 Update IGNORE_WITH_PHP 2017-11-20 04:32:36 +00:00
Yuri Victorovich
91d97411ae New port: math/eprover : Theorem prover for full first-order logic with equality
PR:		211903
Submitted by:	Greg V <greg@unrelenting.technology>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13150
2017-11-19 21:59:32 +00:00
Yuri Victorovich
3346c2228a math/ambit: Fix the conflict with shells/ambit by adding PKGNAMESUFFIX
Reported by:	antoine
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13157
2017-11-19 21:22:24 +00:00
Yuri Victorovich
e97cec485d New port: math/ambit: C++ library for tensor product calculations
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13067
2017-11-18 21:57:55 +00:00
Tijl Coosemans
71f677f0c5 Remove pkg-message about problems with gfortran. The problem has been
addressed in r454161.

PR:		221127
2017-11-18 13:19:21 +00:00
Tijl Coosemans
2858adcf38 - Allow users to change the default Fortran compiler via DEFAULT_VERSIONS.
- Rename USES=fortran:gcc to the more appropriate USES=fortran:gfortran.
- Change the options in math/R and math/libRmath so the choice becomes
  flang or default instead of flang or gfortran.  Use default Fortran
  compiler again on amd64.
2017-11-18 13:09:56 +00:00
Torsten Zuehlsdorff
96025cafd3 PHP 7.2: Remove bad repocopies.
Reported by: adamw
2017-11-16 17:12:24 +00:00
Torsten Zuehlsdorff
687591dd75 Add PHP 7.2 RC6
Notable changes:
- mcrypt module was removed
- sodium module was added
- sybase_ct artifacts removed

Also many PECL ports will not work with this version
since some files got renamed.

Reviewed by:           mat, ale, Rainer Duffner <rainer@ultra-secure.de>
Differential Revision: https://reviews.freebsd.org/D12980
2017-11-16 10:48:48 +00:00
Dmitry Marakasov
a6d1af5580 - Pet portlint
- Use proper command for static library installation
- Switch to options helpers

Approved by:	portmgr blanket
2017-11-16 09:00:11 +00:00
Antoine Brodin
b638c46345 Fix PKGBASE collision with math/mumps 2017-11-14 21:30:47 +00:00
Thierry Thomas
e22be4275b Upgrade - endly! - to Code_Aster 13.4.0-3.
Notes:

- I have (not yet) succeeded to enable MFront in this version;

- it uses math/mumps-edf, repocopied from math/mumps;

- cad/scotch is now taken out of the aster tarball;

- french/eficas is no more used: to be replaced by "aster-study" in Salome_Meca
	(the port cad/salome should be resurrected!)
2017-11-14 18:29:22 +00:00
Stephen Montgomery-Smith
8d7f5b3a2f - Update to 2.6.2. 2017-11-11 19:16:06 +00:00
Rene Ladan
880775a30d Remove expired port:
2017-04-30 math/bargraph: Unfetchable for more than six months (google code has gone away)
2017-11-11 11:38:02 +00:00
Bartek Rutkowski
d50d8a7184 math/py-keras: update 2.0.8 -> 2.0.9
PR:		223527
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-11-09 09:16:25 +00:00
Wen Heping
0330008e76 - Update to 5.8-1.0 2017-11-09 06:23:44 +00:00
Wen Heping
ab510049fe - Update to 0.2.1 2017-11-09 06:07:12 +00:00
Jan Beich
99b0558e42 devel/icu: update to 60.1
Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
2017-11-09 02:31:47 +00:00
Mathieu Arnold
98f89dd6e0 Those non default PYTHON options do not build/stage/package, mark them
BROKEN.

Sponsored by:	Absolight
2017-11-06 16:06:22 +00:00
Mathieu Arnold
6d9a5c87be Fix USE_GITHUB usage.
Sponsored by:	Absolight
2017-11-06 14:24:39 +00:00
Yuri Victorovich
213f9be079 math/alglib: Update to 3.12.0
Reviewed by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12946
2017-11-04 19:14:24 +00:00
Yuri Victorovich
ba42245e75 math/cadabra2: Update to 2.1.6
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12948
2017-11-04 18:50:45 +00:00
Danilo G. Baio
c27d4e377f Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.

Approved by:	portmgr (blanket)
2017-11-04 11:43:35 +00:00
Dan Langille
fff70345da PR: 223406
Approved by:	lwhsu (maintainer)
2017-11-03 20:30:46 +00:00
Jimmy Olgeni
e929aea23c Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00
Thierry Thomas
4a6a3ab76a Upgrade to 6.1.
This fixes the decimal separator bug.
2017-11-01 18:44:20 +00:00
Tijl Coosemans
418faa5daf Merge Linux ncurses-base into linux_base. It's needed by ncurses-libs. 2017-11-01 13:21:11 +00:00
Tobias C. Berner
0d059049de Update math/pdal to 1.6
* bump revision in databases/grass7

PR:		222995
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
2017-10-31 18:20:44 +00:00
Jimmy Olgeni
258b5d44ad Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-10-31 14:51:53 +00:00
Wen Heping
d91015f8f4 - Add LICENSE
PR:		223144
Submitted by:	yasu@utahime.org
Approved by:	maintainer
2017-10-30 01:43:55 +00:00
Joseph Mingrone
b4810404b6 math/libRmath: Fix error during configure stage due to missing FPICFLAGS. 2017-10-29 13:57:37 +00:00
Stephen Montgomery-Smith
532367d45c - Attempt to fix build errors in the i386 architecture.
Reported by:	http://beefy11.nyi.freebsd.org/data/head-i386-default/p453041_s325049/logs/octave-forge-interval-3.0.0.log
2017-10-29 03:13:08 +00:00
Joseph Mingrone
2edf49efcc math/libRmath: Update to version 3.4.2 and add an option on amd64 to choose
the fortran compiler.
2017-10-27 00:52:41 +00:00
Joseph Mingrone
243305cde1 math/R: Use the new flang argument to USES=fortran and patch libR.pc to link the
appropriate BLAS library.

PR:		220418
Submitted by:	yuri@rawbw.com
2017-10-26 17:05:20 +00:00
Stephen Montgomery-Smith
98d7a8c7a1 - Update to 2.5.0. 2017-10-25 02:23:21 +00:00
Stephen Montgomery-Smith
47f907f946 - Update to 3.0.0. 2017-10-25 02:22:43 +00:00
Stephen Montgomery-Smith
d4d5525312 - Update to 2.1.0. 2017-10-25 02:21:58 +00:00
Stephen Montgomery-Smith
3b074918be - Update to 2.4.8. 2017-10-25 01:06:56 +00:00
Sunpoet Po-Chuan Hsieh
bbd047ecd2 Update to 2.81
Changes:	http://search.cpan.org/dist/Math-Polynomial-Solve/Changes
2017-10-24 17:41:31 +00:00
Dmitry Marakasov
d2d5fca73d - Fix LICENSE
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2017-10-24 09:04:27 +00:00
Sunpoet Po-Chuan Hsieh
b7e862cc15 Update to 4.5.0
- Pet portlint: reorder LICENSE knobs

Changes:	https://github.com/Unidata/netcdf-c/releases
2017-10-21 20:18:16 +00:00
Jan Beich
84e727457f multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
2017-10-21 06:50:49 +00:00
Tobias C. Berner
21c661beab Update math/openlibm to 0.5.5
* While here switch to DISTVERSION and shuffle USES upwards.

PR:		223081
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
2017-10-19 17:25:12 +00:00
Guido Falsi
b1fac01e5e Retire WITHOUT_DEBUG flag.
The flag has partial support across the tree, and the same effect
can be obtained by using ".undef WITH_DEBUG".

Reviewed by:		mat, rene
Approved by:		portmgr (rene)
Differential Revision:	https://reviews.freebsd.org/D12548
2017-10-15 14:05:04 +00:00
Wen Heping
71793eceb1 - Mark BROKEN on amd64 2017-10-14 12:25:57 +00:00
Sunpoet Po-Chuan Hsieh
d9dcdeed8c Update to 1.13.3
- Simplify MASTER_SITES
- Silence patch messages
- Fix symbolic link to avoid absolute path

Changes:	https://github.com/numpy/numpy/releases
PR:		222856
Exp-run by:	antoine
2017-10-13 13:09:18 +00:00
Larry Rosenman
195a1e4b50 connect math/rexx-regmath to the build.
Reminded by: antoine
Pointy Hat to: ler
2017-10-13 12:58:21 +00:00
Larry Rosenman
f38c70f179 New port: math/rexx-regmath
regmath contains two different implementations of math libraries for the REXX language.

PR:		221573
Submitted by:	bob@eager.cx
2017-10-13 00:37:31 +00:00
Carlos J. Puga Medina
24d5fd5797 - Add CPE information for math/pspp
Submitted by:	swills via email
2017-10-12 22:39:11 +00:00
Mark Linimon
3ef3461740 For ports that are explicitly enabled on armv6, also enable them
on armv7.  This has not been tested with an -exp run but should
"do no harm".

PR:		221894 (partial)
2017-10-10 21:31:30 +00:00
Wen Heping
2c6f9ff1ef - Update to 1.0.0
- Update WWW
2017-10-10 11:57:17 +00:00
Carlos J. Puga Medina
5bbe87e06f math/pspp: fix NLS option
- Fix USES=gettext-* when NLS option is not set
- Bump PORTREVISION

PR:		222831
Reported by:	Miroslav Lachman <000.fbsd@quip.cz>
MFH:		2017Q4 (blanket)
2017-10-09 22:18:22 +00:00
Dmitry Marakasov
6a75e2d21e - Update to 0.12.0
- Chase move to bitbucket
- Pass maintainership to submitter

PR:		217460
Submitted by:	mikael.urankar@gmail.com, lightside@gmx.com
Reported by:	godevilove@ya.ru
2017-10-09 14:57:12 +00:00
Antoine Brodin
616d0f7f3e Mark BROKEN: fails to build
/bin/sh ../../../build-aux/ylwrap xre_parse.yy y.tab.c xre_parse.cc y.tab.h `echo xre_parse.cc | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/  -e s/c++$/h++/ -e s/c$/h/` y.output xre_parse.output -- byacc -d
byacc: e - line 75 of "/wrkdirs/usr/ports/math/hfst/work/hfst-c187d5a/libhfst/src/parsers/xre_parse.yy", syntax error
%name-prefix="xre"

Reported by:	pkg-falout
MFH:		2017Q4
2017-10-08 19:02:22 +00:00
Antoine Brodin
55434763b8 Defining both LICENSE_FILE_COMMERCIAL and LICENSE_TEXT_COMMERCIAL is not
allowed

Reported by:	pkg-fallout
2017-10-08 06:39:40 +00:00
Sunpoet Po-Chuan Hsieh
c91989dfbb Update to 2.0.4
Changes:	https://pecl.php.net/package-changelog.php?package=Bitset
2017-10-07 09:12:57 +00:00
Sunpoet Po-Chuan Hsieh
76d35fa6a9 Update to 3.0.1
Changes:	https://pecl.php.net/package-changelog.php?package=Bitset
2017-10-07 09:12:52 +00:00
Johannes M Dieterich
f939894a86 math/clblast: Update to 1.1.0 release.
Improvements include more GPUs supported by the included database and better tuners for unknown GPUs.

Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D12558
2017-10-03 02:23:22 +00:00
TAKATSU Tomonari
86dd38b5e7 - Update to 1.3.1 2017-10-01 05:52:41 +00:00
Philippe Audeoud
7daa34be04 - Update to 0.19
Log:
    If '.' is part of the digit set, from_base() now deals it properly
    No code changes between 0.18 to 0.19 but we were in 0.17 due to my late commit
2017-09-30 19:01:43 +00:00
Joseph Mingrone
9fa2ec2d74 math/R: Update to version 3.4.2
Also
 - Build Fortran code with flang by default on amd64.
 - Remove LTO option.  Upstream does not turn it on by default, it has
   caused problems with each GCC upgrade, and any benefit is unclear.
 - Do not specify USES=compiler:openmp since that just forces GCC.
2017-09-29 17:54:02 +00:00
TAKATSU Tomonari
0d12212976 - Update to 1.1-14 2017-09-29 04:31:58 +00:00
TAKATSU Tomonari
72b24fbe9d - Update to 1.5.1
- Update pkg-descr
2017-09-29 04:30:12 +00:00
Pietro Cerutti
837a428a40 math/tomsfastmath: update to 0.13.1
Release notes:
https://github.com/libtom/tomsfastmath/releases/tag/v0.13.1
https://github.com/libtom/tomsfastmath/releases/tag/v0.13.0
2017-09-28 08:01:04 +00:00
TAKATSU Tomonari
a0746af8d5 - Update to 1.1.1
- Add "compiles" argument to USES=cran
2017-09-27 19:28:31 +00:00
TAKATSU Tomonari
b5c4a59dc2 - Update to 8.2 2017-09-27 18:50:45 +00:00
Raphael Kubo da Costa
1bae556a1c Bump PORTREVISION in ports depending on archivers/libzip.
libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5
after the removal of zip_archive_set_tempdir(). All dependent ports continue to
build fine without that symbol.

PR:		222638
2017-09-27 18:08:14 +00:00
Pietro Cerutti
abc5b310ae math/tomsfastmath: build PIC 2017-09-27 15:54:33 +00:00
Baptiste Daroussin
7cefd12a01 Update to 0.7.5 2017-09-25 14:57:32 +00:00
Dmitry Sivachenko
6444c879b1 Update to version 3.13.0. 2017-09-25 11:05:36 +00:00
Dmitry Sivachenko
0a67e79acc Update to version 1.6.3. 2017-09-25 10:20:53 +00:00
Jan Beich
98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a devel/boost-*: enable C++11 features
PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:05:05 +00:00
Jan Beich
a382198617 devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=

Changes:	http://site.icu-project.org/download/59
PR:		218788
Submitted by:	takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by:	antoine
2017-09-25 00:02:36 +00:00
Jan Beich
6dfcfdef00 math/hfst: unbreak with gcc7
PR:		222567
Submitted by:	rakuco
Obtained from:	upstream (hfst-3.13.0)
Approved by:	portmgr blanket
2017-09-24 20:15:48 +00:00
Raphael Kubo da Costa
3bdd296cd9 Point WWW to the project's current location. 2017-09-24 19:22:29 +00:00
Thomas Zander
cdd458ebfe Update to upstream version 5.0.387.0, add pkg-message on linprocfs
While on it:
- Pet portlint

PR:		222395
Submitted by:	uzsolt@uzsolt.hu (maintainer)
2017-09-24 15:59:26 +00:00
Mathieu Arnold
3fcd0e41de Remove USES=execinfo.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:28 +00:00
Mathieu Arnold
09fa622979 Remove bits of the MASTER_SITES, it was not returning anything.
Sponsored by:	Absolight
2017-09-22 08:30:46 +00:00
Sunpoet Po-Chuan Hsieh
dd8c8bd1ec Update MASTER_SITES usage 2017-09-21 18:18:05 +00:00
Adam Weinberger
042f68e843 Add some backup sites for math/mpfr
The mpfr.org site is down, and there's no backup mirrors set.
Distcache doesn't have the tarball, so the port is unfetchable
Add MASTER_SITE_GNU as a backup.
2017-09-21 16:33:08 +00:00
Dmitry Marakasov
5ba2013e4d - Update WWW
Approved by:	portmgr blanket
2017-09-21 09:01:55 +00:00
Alex Dupre
811eda97f1 Update to 3.1.6 release. 2017-09-21 07:37:13 +00:00
Muhammad Moinur Rahman
b1337aa061 Rmath/p5-Math-Derivative: Update version 0.04=>1.01
Relnotes:	http://cpansearch.perl.org/src/JGAMBLE/Math-Derivative-1.01/Changes
2017-09-19 19:21:14 +00:00
Thomas Zander
09b025405d Modernise port to allow for new features in future (e.g. CilkPlus support)
Details:
- Use standard HAS_CONFIGURE instead of rolling our own
- Use blaslapack
- Regenerate patches with "make makepatch".
- Add LICENSE
- Fortran is used as linker but all the code is in C so use CFLAGS
  instead of FFLAGS.

PR:		214963
Submitted by:	pfg
2017-09-17 15:26:09 +00:00
Ganael LAPLANCHE
31c1655dde Update tbb to 2018 and bump dependent ports' revisions 2017-09-17 07:03:14 +00:00
Pietro Cerutti
90d63f0fbd math/libtommath: fix PLIST, bump PORTREVISION 2017-09-16 10:55:08 +00:00
Sunpoet Po-Chuan Hsieh
c238b448b9 Update to 2.6.4
Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
2017-09-16 08:59:18 +00:00
Thierry Thomas
8d2753f900 Upgrade to 6.0.
Changelog at <https://sourceforge.net/projects/mathmod/files/MathMod-6.0/>.
2017-09-15 17:36:27 +00:00
Pietro Cerutti
bdb48613e9 math/libtommath: update to 1.0.1, take maintainership 2017-09-15 11:27:05 +00:00
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Sunpoet Po-Chuan Hsieh
d20babb670 Update to 2.6.3
- Use USES=dos2unix

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
2017-09-15 05:50:43 +00:00
Wen Heping
f352e52915 - Move QT5 as an option
- Add missing DEPENDS

PR:		222177
Submitted by:	lbartoletti@tuxfamily.org
2017-09-13 07:38:40 +00:00
Ashish SHUKLA
53aec0cd56 Chase Emacs update 2017-09-12 15:38:56 +00:00
Mathieu Arnold
bbe8c3c106 Sort categories Makefiles properly.
Sponsored by:	Absolight
2017-09-11 13:10:24 +00:00
Dmitry Marakasov
e6709b5e57 - Update WWW
Approved by:	portmgr blanket
2017-09-11 09:01:46 +00:00
TAKATSU Tomonari
1f7bec2322 - Update to 0.99.14.2 2017-09-10 22:29:55 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Stephen Montgomery-Smith
d18c6db2bf - Update to 3.1.4. 2017-09-10 19:22:13 +00:00
Jimmy Olgeni
52e782d241 Some typo fixes and whitespace cleanup for pkg-descr files. 2017-09-10 18:51:46 +00:00
TAKATSU Tomonari
b0df209326 - Add new port: math/R-cran-recipes
An extensible framework to create and preprocess design matrices.
  Recipes consist of one or more data manipulation and analysis
  "steps". Statistical parameters for the steps can be estimated from
  an initial data set and then applied to other data sets. The resulting
  design matrices can then be used as inputs into statistical or
  machine learning models.

  WWW: https://cran.r-project.org/web/packages/recipes/
2017-09-10 14:19:58 +00:00
TAKATSU Tomonari
f69842d6ca - Add new port: math/R-cran-gower
Compute Gower's distance (or similarity) coefficient between records.
  Compute the top-n matches between records. Core algorithms are
  executed in parallel on systems supporting OpenMP.

  WWW: https://cran.r-project.org/web/packages/gower/
2017-09-10 12:56:19 +00:00
TAKATSU Tomonari
249ced6beb - Add new port: math/R-cran-RcppRoll
Provides fast and efficient routines for common rolling / windowed
  operations. Routines for the efficient computation of windowed mean,
  median, sum, product, minimum, maximum, standard deviation and
  variance are provided.

  WWW: https://cran.r-project.org/web/packages/RcppRoll/
2017-09-10 12:42:37 +00:00
TAKATSU Tomonari
548c1fcc31 - Add new port: math/R-cran-ddalpha
Contains procedures for depth-based supervised learning, which are
  entirely non-parametric, in particular the DDalpha-procedure (Lange,
  Mosler and Mozharovskyi, 2014). The training data sample is transformed
  by a statistical depth function to a compact low-dimensional space,
  where the final classification is done. It also offers an extension
  to functional data and routines for calculating certain notions of
  statistical depth functions. 50 multivariate and 5 functional
  classification problems are included.

  WWW: https://cran.r-project.org/web/packages/ddalpha/
2017-09-10 12:08:13 +00:00