| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- Add science/szip to LIB_DEPENDS to make Q/A happy
- Declare BROKEN_powerpc64 earlier to make portlint happy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
extern/ttconv/pprdrv_tt.cpp:245:41: error: cast from pointer to smaller type 'char' loses information
font->Copyright[length]=(char)NULL;
^~~~~~~~~~
extern/ttconv/pprdrv_tt.cpp:261:42: error: cast from pointer to smaller type 'char' loses information
font->FamilyName[length]=(char)NULL;
^~~~~~~~~~
extern/ttconv/pprdrv_tt.cpp:277:37: error: cast from pointer to smaller type 'char' loses information
font->Style[length]=(char)NULL;
^~~~~~~~~~
extern/ttconv/pprdrv_tt.cpp:293:40: error: cast from pointer to smaller type 'char' loses information
font->FullName[length]=(char)NULL;
^~~~~~~~~~
extern/ttconv/pprdrv_tt.cpp:309:39: error: cast from pointer to smaller type 'char' loses information
font->Version[length]=(char)NULL;
^~~~~~~~~~
extern/ttconv/pprdrv_tt.cpp:325:40: error: cast from pointer to smaller type 'char' loses information
font->PostName[length]=(char)NULL;
^~~~~~~~~~
extern/ttconv/pprdrv_tt.cpp:340:42: error: cast from pointer to smaller type 'char' loses information
font->PostName[length/2]=(char)NULL;
^~~~~~~~~~
extern/ttconv/pprdrv_tt.cpp:355:41: error: cast from pointer to smaller type 'char' loses information
font->Trademark[length]=(char)NULL;
^~~~~~~~~~
extern/ttconv/pprdrv_tt.cpp:1041:19: error: cast from pointer to smaller type 'char' loses information
temp[len]=(char)NULL; /* a buffer and make it ASCIIz. */
^~~~~~~~~~
Reported by: antoine (via bug 224669)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ClpModel.cpp:3848:24: error: reinterpret_cast from 'nullptr_t' to 'const char *' is not allowed
reinterpret_cast<const char*> (NULL) /*integrality*/,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OsiClpSolverInterface.cpp:1451:50: error: reinterpret_cast from 'nullptr_t' to 'int *' is not allowed
messagesPointer->setDetailMessages(100,10000,reinterpret_cast<int *> (NULL));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from CglLandPSimplex.cpp:11:
In file included from ./CglLandPSimplex.hpp:31:
./CglLandPUtils.hpp:88:25: error: reinterpret_cast from 'nullptr_t' to 'OsiRowCut *' is not allowed
cuts_.resize(i, reinterpret_cast<OsiRowCut *> (NULL));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CbcModel.cpp:5322:41: error: reinterpret_cast from 'nullptr_t' to 'double *' is not allowed
clpSolver->setFakeObjective(reinterpret_cast<double *> (NULL));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: antoine (via bug 224669)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Changes: http://search.cpan.org/src/MARKOV/Math-Polygon-1.10/ChangeLog
|
|
|
|
|
| |
PR: 222339
Submitted by: lbartoletti@tuxfamily.org
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/MARKOV/Math-Polygon-1.08/ChangeLog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Usage:
USES=eigen:<version>[,<type>]
version: 2 or 3 (required)
type: build (default), run
For example:
USES=eigen:2,build,run
will add a BUILD- and RUN_DEPENDS on math/eigen2, and
USES=eigen:3
will add a BUILD_DEPENDS on math/eigen3.
* Convert the existing ports to use it
- biology/iqtree: remove run time dependency (seemed not to be needed)
- graphics/movit: remove run time dependency (seemed not to be needed)
- science/avogadro: add run time dependeny (installed cmake file requires it to be present)
Reviewed by: rakuco, mat
Differential Revision: https://reviews.freebsd.org/D13702
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We're currently testing an update to SIP 4.19.6, but it breaks qtiplot's build.
This patch, obtained via Debian and Gentoo, allows the port to build with both
SIP 4.19.2 (currently in the tree) as well as 4.19.6.
In the future, we might look into disabling Python scripting support: it tends
to break with almost every SIP update, and upstream has stopped releasing the
source code for newer qtiplot releases.
PR: 224739
Obtained from: https://anonscm.debian.org/git/debian-science/packages/qtiplot.git/tree/debian/patches/20_fix_FTBFS_sip4.19.patch
Obtained from: https://bugs.gentoo.org/641514#c2
|
|
|
|
|
|
|
|
|
| |
It is gone.
While here, chase other mastersites, pet portlint, and set DEPRECATED
for ports that do not fetch from alternative sites.
Note: most of these ports are ancient and unmaintained.
|
|
|
|
|
|
| |
Submitted by: myself
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13711
|
|
|
|
|
|
|
| |
- Convert to CMAKE_{ON,OFF} helpers
- Convert to _CMAKE_BOOL option helpers
- android-file-transfer: Share _CMAKE_BOOL via _IMPLIES
- Annotate types
|
|
|
|
|
|
|
| |
PR: 224630
Submitted by: myself
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13698
|
|
|
|
|
|
|
|
| |
dimensional spaces
Submitted by: myself
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13692
|
|
|
|
|
|
|
|
|
| |
and removed the .include clause
Submitted by: myself
Reported by: jbeich
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13653
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Math-Polygon/ChangeLog
|
|
|
|
|
|
|
|
|
|
| |
lld defaults to disallowing relocations in readonly segments (e.g., the
one containing .text). For now just fall back to linking with ld.bfd if
the system ld is lld.
PR: 214864
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
| |
- Remove stale testing bits
PR: 224598
Submitted by: john@saltant.com(maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Equation Solvers
This port was originally created by Pedro Giffuni. He offered me to take over it.
I updated it to 3.1.0, added many options, etc.
The option FCMIX is broken upstream, so it is not present in the port.
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13647
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
dependency is huge.
Reported by: adamw
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13643
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in C++
This library implements a very unusual and interesting approach. It takes a function
of several arguments supplied by the caller, deconstructs its analytic structure
using C++ type substitution for all values, and computes gradients (Jacobians) of
the function while ony calling the function once. A very innovative approach.
Submitted by: myself
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13635
|
|
|
|
|
|
| |
Submitted by: myself
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13623
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
programming
Submitted by: myself
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13614
|
|
|
|
|
|
|
|
| |
problems (LPs)
Submitted by: myself
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13613
|
|
|
|
|
| |
linimon@ 9 years ago, for version 0.10. It now builds and packages fine
on 10.4-STABLE running under QEMU 2.9.0.
|
|
|
|
|
|
|
|
| |
PR: 224438
Reported by: cem
Reviewed by: mat
Approved by: 6yearold@gmail.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D13542
|
|
|
|
| |
implementation of python flavors didn't have PY_FLAVOR)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- https://blog.kitware.com/cmake-3-10-1-available-for-download/
- flang support
- changes to automoc policies
- support for FreeBSD package generation with CPack
Necessary fixes to other ports:
- cad/openvsp make search for libxml explicit
- math/scalapack force C compiler to be compatible with mpi
- deskutils/kdepim4 fix incorrect sources list
- www/qt5-webkit fix incorrect sources list
Thanks to Antoine for the multiple exp-runs.
PR: 223872
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13210
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Math-GMPz/CHANGES
|
| |
|
|
|
|
|
|
| |
Submitted by: myself
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13524
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Math-GMPz/CHANGES
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Math-GMP/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Reported by: Tamas TEVESZ <ice@extreme.hu>
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
Register ncurses dependency
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
This has been requested particularly by those running it in a headless
environment.
|
| |
|
|
|
|
|
| |
dependencies and adding some packing list substitution and hiding some
of it based on the definition of "LITE".
|
|
|
|
|
|
| |
- Switch to new test framework
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Whitespace fixes
- Switch to new test framework
PR: 223316 [1]
Submitted by: satosi.kimura@nifty.ne.jp [1]
|
|
|
|
|
|
|
| |
PR: 223890
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Approved by: robak (mentor)
Differential Revision: https://reviews.freebsd.org/D13436
|
|
|
|
|
|
| |
PR: 223043
Submitted by: Markus Mann <freebsd-public@it64.de>
MFH: 2017Q4
|
|
|
|
| |
- Add some explicit FLAVOR to dependencies where needed
|
| |
|
|
|
|
|
|
| |
PR: 224163
Relnotes: https://github.com/NFFT/nfft/releases
Submitted by: Michael Danilov <mike.d.ft402@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 224154
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 224082
Changes: https://lists.gnu.org/archive/html/help-glpk/2017-12/msg00000.html
Submitted by: Dmitri Goutnik <dg@syrec.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
- Update WWW
Changes: https://bitbucket.org/ronaldoussoren/altgraph/src/default/doc/changelog.rst
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
| |
PR: 223690
Reported by: joneum
Approved by: maintainer timeout (2 weeks) rene (mentor)
Differential Revision: https://reviews.freebsd.org/D13245
|
|
|
|
|
| |
files/patch-src_main_Makefile.in, so that the SONAME for libR is included.
This was intended for r455296.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
PR: 223978
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
|
|
|
| |
- Switch to USES=localbase
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
- Take maintainership
- Update WWW
|
|
|
|
|
|
|
| |
PR: 223884
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13261
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 223849
Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
. 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.
|
|
|
|
|
|
|
|
|
| |
LICENSE_FILE
PR: 222041
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13174
|
|
|
|
|
|
|
|
|
|
| |
Put back original creator and whitespace
Fix patching
Greatly simplify the Makefile
Make it LOCALBASE safe
Reported by: danfe
Pointyhat to: swills
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
PR: 211903
Submitted by: Greg V <greg@unrelenting.technology>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13150
|
|
|
|
|
|
| |
Reported by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13157
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13067
|
|
|
|
|
|
| |
addressed in r454161.
PR: 221127
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
Reported by: adamw
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Use proper command for static library installation
- Switch to options helpers
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-04-30 math/bargraph: Unfetchable for more than six months (google code has gone away)
|
|
|
|
|
| |
PR: 223527
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine
|
|
|
|
|
|
| |
BROKEN.
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
Reviewed by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12946
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12948
|
|
|
|
|
|
| |
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: lwhsu (maintainer)
|
|
|
|
| |
This round is @FreeBSD.org residents except teams.
|
|
|
|
| |
This fixes the decimal separator bug.
|
| |
|
|
|
|
|
|
|
| |
* bump revision in databases/grass7
PR: 222995
Submitted by: lbartoletti@tuxfamily.org (maintainer)
|
| |
|
|
|
|
|
|
| |
PR: 223144
Submitted by: yasu@utahime.org
Approved by: maintainer
|
| |
|
|
|
|
| |
Reported by: http://beefy11.nyi.freebsd.org/data/head-i386-default/p453041_s325049/logs/octave-forge-interval-3.0.0.log
|
|
|
|
| |
the fortran compiler.
|
|
|
|
|
|
|
| |
appropriate BLAS library.
PR: 220418
Submitted by: yuri@rawbw.com
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Math-Polynomial-Solve/Changes
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Pet portlint: reorder LICENSE knobs
Changes: https://github.com/Unidata/netcdf-c/releases
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
* While here switch to DISTVERSION and shuffle USES upwards.
PR: 223081
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
Reminded by: antoine
Pointy Hat to: ler
|
|
|
|
|
|
|
| |
regmath contains two different implementations of math libraries for the REXX language.
PR: 221573
Submitted by: bob@eager.cx
|
|
|
|
| |
Submitted by: swills via email
|
|
|
|
|
|
|
| |
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial)
|
|
|
|
| |
- Update WWW
|
|
|
|
|
|
|
|
|
| |
- Fix USES=gettext-* when NLS option is not set
- Bump PORTREVISION
PR: 222831
Reported by: Miroslav Lachman <000.fbsd@quip.cz>
MFH: 2017Q4 (blanket)
|
|
|
|
|
|
|
|
|
| |
- Chase move to bitbucket
- Pass maintainership to submitter
PR: 217460
Submitted by: mikael.urankar@gmail.com, lightside@gmx.com
Reported by: godevilove@ya.ru
|
|
|
|
|
|
|
|
|
| |
/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
|
|
|
|
|
|
| |
allowed
Reported by: pkg-fallout
|
|
|
|
| |
Changes: https://pecl.php.net/package-changelog.php?package=Bitset
|
|
|
|
| |
Changes: https://pecl.php.net/package-changelog.php?package=Bitset
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
- Update pkg-descr
|
|
|
|
|
|
| |
Release notes:
https://github.com/libtom/tomsfastmath/releases/tag/v0.13.1
https://github.com/libtom/tomsfastmath/releases/tag/v0.13.0
|
|
|
|
| |
- Add "compiles" argument to USES=cran
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
PR: 222567
Submitted by: rakuco
Obtained from: upstream (hfst-3.13.0)
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
| |
While on it:
- Pet portlint
PR: 222395
Submitted by: uzsolt@uzsolt.hu (maintainer)
|
|
|
|
|
|
|
| |
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
|
|
|
| |
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
Relnotes: http://cpansearch.perl.org/src/JGAMBLE/Math-Derivative-1.01/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
Changes: https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
|
|
|
|
| |
Changelog at <https://sourceforge.net/projects/mathmod/files/MathMod-6.0/>.
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
| |
- Use USES=dos2unix
Changes: https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
|
|
|
|
|
|
|
| |
- Add missing DEPENDS
PR: 222177
Submitted by: lbartoletti@tuxfamily.org
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
|
|
|
|
| |
"Essential" Robust Statistics. Tools allowing to analyze data with
robust methods. This includes regression methodology including model
selections and multivariate statistics where we strive to cover the
book "Robust Statistics, Theory and Methods" by 'Maronna, Martin
and Yohai'; Wiley 2006.
WWW: https://cran.r-project.org/web/packages/robustbase/
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Differential Evolution (DE) stochastic algorithms for global
optimization of problems with and without constraints. The aim is
to curate a collection of its state-of-the-art variants that (1)
do not sacrifice simplicity of design, (2) are essentially tuning-free,
and (3) can be efficiently implemented directly in the R language.
Currently, it only provides an implementation of the 'jDE' algorithm
by Brest et al. (2006) <doi:10.1109/TEVC.2006.872133>.
WWW: https://cran.r-project.org/web/packages/DEoptimR/
|
|
|
|
|
|
|
| |
A collection of dimensionality reduction techniques from R packages
and provides a common interface for calling the methods.
WWW: https://cran.r-project.org/web/packages/dimRed/
|
|
|
|
|
|
|
| |
An Implementation of Dimensionality Reduction via Regression using
Kernel Ridge Regression.
WWW: https://cran.r-project.org/web/packages/DRR/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This package implements the fast cross-validation via sequential
testing (CVST) procedure. CVST is an improved cross-validation
procedure which uses non-parametric testing coupled with sequential
analysis to determine the best parameter set on linearly increasing
subsets of the data. By eliminating underperforming candidates
quickly and keeping promising candidates as long as possible, the
method speeds up the computation while preserving the capability
of a full cross-validation. Additionally to the CVST the package
contains an implementation of the ordinary k-fold cross-validation
with a flexible and powerful set of helper objects and methods to
handle the overall model selection process. The implementations of
the Cochran's Q test with permutations and the sequential testing
framework of Wald are generic and can therefore also be used in
other contexts.
WWW: https://cran.r-project.org/web/packages/CVST/
|
|
|
|
|
|
|
|
| |
Improved predictive models by indirect classification and bagging
for classification, regression and survival problems as well as
resampling based estimators of prediction error.
WWW: https://cran.r-project.org/web/packages/ipred/
|
|
|
|
|
|
|
|
| |
Fast and user friendly implementation of nonparametric estimators
for censored event history (survival) analysis. Kaplan-Meier and
Aalen-Johansen method.
WWW: https://cran.r-project.org/web/packages/prodlim/
|
|
|
|
|
|
| |
Estimation and simulation of latent variable models.
WWW: https://cran.r-project.org/web/packages/lava/
|
|
|
|
|
| |
This shouldn't change anything in the default case because tcl86 is chosen
anyway.
|
| |
|
|
|
|
| |
- Update LICENSE
|
|
|
|
|
|
|
| |
be used together
PR: 220986
With hat: portmgr
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Also ensure that python is available at build time when the PYTHON option
(for python bindings) is off.
PR: 221321
Submitted by: 6yearold@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
Specifying TCLTK_USES=tk:84+ was pulling in version 8.4 for package builds on
cluster, however the Tcl/Tk 8.4 ports are being deprecated. Simply using
TCLTK_USES=tk pulls in the default version. [1]
While here, silence a portlint warning about the location of ONLY_FOR_ARCHS and
use DISTVESION instead of PORTVERSION.
Reported by: gahr [1]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes from 1.0.0 to 1.0.1:
http://lists.gnu.org/archive/html/pspp-announce/2017-08/msg00003.html
MFH: 2017Q3
Security: CVE-2017-12958
Security: CVE-2017-12959
Security: CVE-2017-12960
Security: CVE-2017-12961
|
| |
|
|
|
|
|
|
|
| |
While here, silence portlint warning about order of USES/USE_*.
PR: 221870
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
|
|
|
|
|
| |
Approved by: lme (mentor)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12150
|
| |
|
| |
|
|
|
|
| |
- Fix LICENSE
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fixed several thread race and locking bugs
* Fixed default LAPACK optimization level
* Updated LAPACK to 3.7.0
* Power
- Optimizations for Power9
- Fixed several Power8 assembly bugs
* ARM
- New optimized Vulcan and ThunderX2T99 targets
- Support for ARMV7 SOFT_FP ABI (make ARM_SOFTFP_ABI=1)
- Detect all cpu cores including offline ones
- Fix compilation with CLANG
* MIPS
- Fixed several threading issues
- Fix compilation with CLANG
* x86_64
- Detect Intel Bay Trail and Apollo Lake
- Detect Intel Sky Lake and Kaby Lake
- Detect Intel Knights Landing
- Detect AMD A8, A10, A12 and Ryzen
- Fix cmake builds for Haswell and related cpus
- Fix building for Sandybridge with CLANG 3.9
Pet portlint (USES vs. USE)
PR: 221633
Submitted by: truckman
Approved by: phd_kimberlite@yahoo.co.jp (maintainer)
|
|
|
|
|
| |
PR: ports/218399 (based on)
Submitted by: emaste
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Math-GMPf/CHANGES
|
|
|
|
|
|
|
| |
R-Cran-* on FreeBSD 10
Reported by: pkg-fallout
With hat: portmgr
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Cosmetic fix
- Update WWW in pkg-descr
Changes from 0.10.2 to 0.11.0:
http://lists.gnu.org/archive/html/pspp-announce/2017-08/msg00000.html
Changes from 0.11.0 to 1.0.0:
http://lists.gnu.org/archive/html/pspp-announce/2017-08/msg00002.html
MFH: 2017Q3
Security: CVE-2017-10791
Security: CVE-2017-10792
Security: CVE-2017-12958
Security: CVE-2017-12959
Security: CVE-2017-12960
Security: CVE-2017-12961
|
|
|
|
| |
- Fix LICENSE
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes a fetch error:
=> numpy-numpy-v1.13.1_GH0.tar.gz doesn't seem to exist in
/portdistfiles/.
=> Attempting to fetch
https://codeload.github.com/numpy/numpy/tar.gz/v1.13.1?dummy=/numpy-numpy-v1.13.1_GH0.tar.gz
fetch: 4336552: No such file or directory
numpy-numpy-v1.13.1_GH0.tar.gz 0 B 0 Bps
=> Attempting to fetch
http://distcache.FreeBSD.org/ports-distfiles/numpy-numpy-v1.13.1_GH0.tar.gz
fetch: 4336552: No such file or directory
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/ and try again.
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
| |
Update the default Objective-C compiler.
Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.
Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
several programming languages (C++, C#, Pascal, VBA) and several operating
systems. ALGLIB features include:
* Data analysis (classification/regression, including neural networks)
* Optimization and nonlinear solvers
* Interpolation and linear/nonlinear least-squares fitting
* Linear algebra (direct algorithms, EVD/SVD), direct and iterative linear
solvers, Fast Fourier Transform and many other algorithms (numerical
integration, ODEs, statistics, special functions)
This is a free edition of alglib.
WWW: http://www.alglib.net
PR: 221681
Submitted by: yuri@rawbw.com
|
|
|
|
| |
(Based on PR/181285)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES
|
| |
|
|
|
|
|
|
| |
PR: 221578
Relnotes: https://github.com/PDAL/PDAL/releases/tag/1.5.0
Submitted by: lbartoletti@tuxfamily.org (maintainer)
|
|
|
|
|
| |
PR: 220729
Submitted by: Beeblebrox <zaphod@berentweb.com>
|
|
|
|
|
| |
PR: 221034
Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer)
|
|
|
|
|
| |
PR: 221042
Submitted by: Jov <amutu@amutu.com> (maintainer)
|
|
|
|
|
| |
PR: 221179
Submitted by: satosi.kimura@nifty.ne.jp
|
|
|
|
|
|
|
|
|
| |
- Support Python <= 3.5
- Add pyembree dependency
- Fix license
PR: 221454
Submitted by: yuri@rawbw.com(maintainer)
|
| |
|
|
|
|
|
|
| |
PR: 220986
Submitted by: wen@(myself)
Exp-run by: antoine@
|
|
|
|
|
|
| |
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D12028
|
| |
|
|
|
|
| |
Changes: http://ceres-solver.org/version_history.html
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Math-Utils/Changes
|
|
|
|
|
|
| |
PR: 221342
Relnotes: https://forum.dynare.org/t/release-of-dynare-4-5-1/10431
Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 221316
Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
|