aboutsummaryrefslogtreecommitdiffstats
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* math/scilab:makc2015-07-231-0/+8
| | | | | | | | - Add check for OpenMP support [1] - Add check for unsupported combination of options PR: 201339 [1] Submitted by: truckman
* Number::Misc provides some miscellaneous handy utilities for handlingkuriyama2015-07-215-0/+31
| | | | | | | | numbers. These utilities handle processing numbers as strings, determining basic properties of numbers, or selecting a random number from a range. WWW: http://search.cpan.org/dist/Number-Misc/
* Convert to USES=libeditbapt2015-07-201-1/+2
|
* math/p5-Math-SigFigs: update to 1.10swills2015-07-202-9/+5
|
* math/fxt: upgrade 2012.06.18 -> 2015.07.17pi2015-07-195-156/+619
| | | | | | | | | | | | A substantial number of algorithms have been added, much in the combinatorial section, but also quite a few others. Very many routines have been improved (optimizations and handling corner cases). Everything (well, all demos) pass valgrind, so a handful of bugs have been squished that are next to impossible to find otherwise. Apart from that, a real and ongoing effort has been made for readability.
* upgrade 6.3.54sanpei2015-07-184-17/+129
|
* math/scilab:makc2015-07-171-0/+32
| | | | | | | - Fix build after textproc/fop update PR: 201339 Submitted by: truckman
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.kwm2015-07-173-5/+3
| | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938
* - ~convert to USES=metaport.stephen2015-07-162-380/+16
| | | | | | | - Automate how OPTIONS are processed. PR: ports/201604 Submitted by: Andriy Voskoboinyk
* colormath is a simple Python module that spares the user from directly dealingskreuzer2015-07-164-0/+39
| | | | | | | | | | | | | | | | | with color math. Some features include: * Support for a wide range of color spaces. A good chunk of the CIE spaces, RGB, HSL/HSV, CMY/CMYK, and many more. * Conversions between the various color spaces. For example, XYZ to sRGB, Spectral to XYZ, CIE Lab to Adobe RGB. * Calculation of color difference. All CIE Delta E functions, plus CMC. * Chromatic adaptations (changing illuminants). * RGB to hex and vice-versa. * 16-bit RGB support. WWW: https://pypi.python.org/pypi/colormath
* - Fix shebangsamdmi32015-07-151-2/+4
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* math/py-bitmath: Represent and manipulate file sizes with different prefix ↵wg2015-07-154-0/+41
| | | | | | | | | | | | | | | | | | | | notations bitmath simplifies many facets of interacting with file sizes in various units. Functionality includes: - Converting between SI and NIST prefix units (kB to GiB) - Converting between units of the same type (SI to SI, or NIST to NIST) - Automatic human-readable prefix selection (like in hurry.filesize) - Basic arithmetic operations (subtracting 42KiB from 50GiB) - Rich comparison operations (1024 Bytes == 1KiB) - bitwise operations (<<, >>, &, |, ^) - argparse integration - progressbar integration - String parsing - Sorting WWW: https://github.com/tbielawa/bitmath
* - Update to 3.0.0.stephen2015-07-148-55/+30
|
* - Update to 2.2.9.stephen2015-07-112-3/+3
|
* - Update to 2.0.0sunpoet2015-07-102-0/+2
| | | | | | | - Bump PORTREVISION for graphics/gdal shlib change - Mark astro/merkaartor as BROKEN Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
* - New port math/octave-forge-doctest.stephen2015-07-095-0/+44
| | | | | | | | | | | | | | | 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 doctest. The Octave-Forge Doctest package finds specially-formatted blocks of example code within documentation files. It then executes the code and confirms the output is correct. This can be useful as part of a testing framework or simply to ensure that documentation stays up-to-date during software development.
* - Update to 3.25sunpoet2015-07-092-5/+6
| | | | | | - Strip shared library Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES
* - Update to 0.1.4.stephen2015-07-082-4/+4
|
* - Update to 2.8.1.stephen2015-07-082-3/+3
|
* Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is ↵adamw2015-07-081-2/+2
| | | | | | unnecessary, and sort depends where appropriate.
* math/py-pandas: update 0.16.1 -> 0.16.2robak2015-07-072-3/+3
| | | | | PR: 201363 Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
* - Update to 2.8.3.stephen2015-07-072-3/+3
|
* - Update to 20150704culot2015-07-062-4/+4
| | | | Changes: http://invisible-island.net/add/CHANGES
* math/jakarta-commons-math: Restrict build to 1.6 and 1.7 [1]bofh2015-07-062-5/+5
| | | | | | | | - Unmute INSTALL_ macros - Fix patch files to reflect 'make makepatch' PR: 201352 [1] Submitted by: glewis [1]
* - Update to upstream version 2.2.0riggs2015-07-059-41/+24
| | | | | | | | | - Install icons - Switch from ${CHMOD} in Makefile to @mode in pkg-plist - Rework files/ dir using 'make makepatch' PR: 201329 Submitted by: rhurlin@gwdg.de (maintainer)
* - Update to 1.2.6.stephen2015-07-053-540/+575
|
* - Reinstate optional dependency math/octave-forge-ltfat.stephen2015-07-051-8/+7
| | | | - Update to 20150704.
* - Update to 2.1.0.stephen2015-07-043-14/+3
|
* Fix build with texinfo 6.0antoine2015-07-041-6/+16
| | | | Reported by: pkg-fallout
* - Update to 1.0.8.stephen2015-07-042-5/+4
|
* - Update to 1.1.5.stephen2015-07-042-5/+4
|
* - Update to 2.3.2.stephen2015-07-042-3/+3
|
* - Unbreak by using gnu_configure instead of Makefile_unix.stephen2015-07-042-4/+12
| | | | | PR: ports/199683 Submitted by: smars@yuntech.edu.tw
* - Update to 2.2.2.stephen2015-07-042-3/+3
|
* . Add USES=readline for the readline dependency.glewis2015-07-041-1/+1
| | | | | PR: 197995 Submitted by: johans@
* Depend on a particual file, not an executable so it picks up a correctdemon2015-07-031-1/+1
| | | | | | | python version. PR: 198989 Submitted by: John W. O'Brien <john@saltant.com>
* Add USES=alias to 11 ports (non-invasive DragonFly support)marino2015-07-031-1/+1
|
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filespgollucci2015-07-032-0/+4
| | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
* - Remove now needless chmod u+w/u-w from my and unmaintained portsamdmi32015-06-301-2/+0
|
* - Mark BROKEN on 9.x: does not link [1]:amdmi32015-06-301-1/+11
| | | | | | | | | crt1.c:(.text+0x9d): undefined reference to `main' - Fix shebangs Submitted by: pkg-fallout [1] Approved by: portmgr blanket
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,adamw2015-06-292-4/+0
| | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports.
* - Cleanup CHMOD after r390893sunpoet2015-06-291-2/+0
|
* MAKE_JOBS_SAFE=yes is a nop since july 2013antoine2015-06-281-1/+0
|
* Add new port math/alt-ergo-spark (required by SPARK 2015)marino2015-06-284-0/+39
| | | | | This will be RUN_DEPENDS for lang/spark when it is fixed. The "stock" math/alt-ergo cannot be used, it locks up when gnatprove calls it.
* math/why3: Release portmarino2015-06-282-69/+48
| | | | | | | | I only care about math/why3-gpl, which has been decoupled from why3 and has already diverged. Before resetting MAINTAINER, I reintegrated the Makefile.common file (only used by this port) into the main Makefile. In the process, some options placeholders were lost but in all probability these options can't be built without serious work on external ports.
* - Update to 2.8.0.stephen2015-06-273-23/+3
|
* - Update to 0.1.1.stephen2015-06-272-4/+3
|
* - Fix compatibility with c++11amdmi32015-06-274-20/+48
| | | | | | | | | | | | While here: - Add LICENSE - Strip binaries - Regenerate patches - Sort plist PR: 199998 Submitted by: 6yearold@gmail.com Approved by: maintainer timeout (vsevolod, 7 weeks)
* math/why3-gpl: upgrade version 2014 => 2015marino2015-06-275-27/+90
| | | | | | While here, decouple this port from math/why3. They are diverging fast. This port is needed to build SPARK 2015 binaries which will be installed by the lang/spark port (rather than building from source)
* - Mark broken on FreeBSD 9.x:amdmi32015-06-261-0/+2
| | | | | | | ./../explore/static/MWTExplorer.h:16:10: fatal error: 'tuple' file not found Submitted by: pkg-fallout Approved by: portmgr blanket
* - Mark BORKEN on 9.x (actually it's broken everywhere, but fatally on 9.x): ↵amdmi32015-06-261-0/+2
| | | | | | | does not build because it uses C compiler to build C++ code. Seemingly pydistutils problem Submitted by: pkg-fallout Approved by: portmgr blanket
* - Correct condition for BROKEN: && -> ||.stephen2015-06-251-1/+1
| | | | I had forgotten de Morgan's laws! :-)
* - Fix library installationamdmi32015-06-231-2/+3
|
* - Revert changes made in r370272, because they didn't fix anything.stephen2015-06-231-2/+8
| | | | | | - Mark broken for the i386 architecture. Reference: http://beefy5.nyi.freebsd.org/data/101i386-default/390348/logs/octave-forge-interval-1.0.0.log http://beefy2.nyi.freebsd.org/data/93amd64-default/390348/logs/octave-forge-interval-1.0.0.log
* Convert to USES=jpegantoine2015-06-239-17/+12
|
* - Update to 2.2.8.stephen2015-06-222-3/+3
|
* - Update to 2.3.1.stephen2015-06-222-3/+3
|
* - Update to 5.200.2danilo2015-06-223-4/+4
|
* math/pspp: 0.8.4 -> 0.8.5pi2015-06-224-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | Release-Announcement: http://lists.gnu.org/archive/html/pspp-announce/2015-06/msg00000.html Changes: - The FREQUENCIES and CROSSTABS commands can now generate barcharts. - The FACTOR command can now perform PROMAX rotations. - SPSS/PC+ system files are now supported on GET and other commands that read SPSS system files. The pspp-convert program can now read SPSS/PC+ system files. Writing the obsolete SPSS/PC+ system file format is not supported. - SYSFILE INFO can now read SPSS/PC+ system files and SPSS portable files. - FREQUENCIES: A bug was fixed where an assertion failure occured when an empty dataset was presented. - The GRAPH command is now available. Initially it supports scatterplots and histograms. - The RND operator in expressions now supports additional operands for rounding to values other than integers and to indicate a level of rounding fuzz. The default rounding fuzz may now be controlled and displayed with SET FUZZBITS and SHOW FUZZBITS, respectively. PR: 201040 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
* - Attempt to fix errors in ↵stephen2015-06-221-8/+2
| | | | | | | http://beefy5.nyi.freebsd.org/data/101i386-default/390032/logs/octave-forge-interval-1.0.0.log. I am hoping the gcc compiler will work better than the clang compiler. I'll monitor the resulting error messages to see if I am correct.
* Update to 1.4.3.thierry2015-06-222-5/+4
| | | | | | PR: ports/200664 Submitted by: yuri (at) rawbw.com Approved by: maintainer
* Update to 3.0609.tobez2015-06-192-4/+3
|
* - Fix build on i386amdmi32015-06-191-2/+10
| | | | MFH: 2015Q2
* - Fix library installationamdmi32015-06-191-2/+2
|
* - Strip binaryamdmi32015-06-181-1/+4
|
* - Update to 2.8.2.stephen2015-06-162-3/+3
|
* - Update graphics/proj to 4.9.1wen2015-06-152-1/+2
| | | | | | | | - Bump PORTREVISION to chase the update of proj PR: 200434 Submitted by: wen@(myself) Approved by: maintainer(timeout, >20 days)
* - Update to 1.0.0.stephen2015-06-152-3/+3
|
* - Update 1.0.7.stephen2015-06-152-3/+3
|
* - Update to 1.9.1wen2015-06-143-15/+24
| | | | | | PR: 200679 Submitted by: yuri@rawbw.com Approved by: maintainer
* - Update WWWsunpoet2015-06-131-1/+1
| | | | With hat: ruby
* - Update to 0.09sunpoet2015-06-133-18/+21
| | | | | | | | - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/GIS-Distance/Changes
* Update GAP to 4.7.8johans2015-06-132-4/+4
|
* - Update to 1.2-1tota2015-06-132-5/+5
| | | | - Change LICENSE from GPLv2 to GPLv2 or GPLv3
* - Update to 2.3-3tota2015-06-132-3/+3
|
* - Update to 0.97tota2015-06-132-4/+3
|
* - Update to 0.1-9tota2015-06-133-6/+6
| | | | - Update pkg-descr
* Reset dhn's portserwin2015-06-131-1/+1
| | | | | | PR: 197522 Submitted by: jbeich Approved by: portmgr
* - Update to 6.1tota2015-06-122-8/+7
|
* - Update to 0.5.200.1.0tota2015-06-112-3/+3
|
* - Fix shebangsamdmi32015-06-101-2/+2
| | | | MFH: 2015Q2 (blanket)
* - Update to 1.2.0.stephen2015-06-082-5/+6
|
* Make ports using libtool treat elftoolchain's strip the same as GNU stripantoine2015-06-081-2/+0
| | | | | | | | | Any strip on any FreeBSD version should be able to handle stripping requested by libtool PR: 198611 Reviewed by: emaste Exp-run: self
* - Add LICENSE_FILEamdmi32015-06-071-1/+3
| | | | - Strip library
* - Switch to USES=autoreconfamdmi32015-06-071-5/+2
|
* Mark BROKENantoine2015-06-061-0/+2
| | | | | | | | ===> Staging for R-cran-stabledist-0.7.0 ===> Generating temporary packing list ERROR: this R is version 3.0.2, package 'stabledist' requires R >= 3.1.0 Reported by: pkg-fallout
* math/coinmp: update 1.8.1 -> 1.8.2robak2015-06-053-9/+9
| | | | | PR: 200635 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
* - Strip librariesamdmi32015-06-041-1/+5
|
* - Strip libraryamdmi32015-06-041-1/+4
|
* - Strip librariesamdmi32015-06-041-1/+4
|
* - Add LICENSE_FILEamdmi32015-06-031-2/+4
| | | | - Strip libraries
* - Add shells/bash as a build_depends.stephen2015-06-031-1/+2
| | | | Reference: http://beefy2.nyi.freebsd.org/data/93amd64-default/388357/logs/librsb-1.2.0r1.log
* - Make user of port understand information about memory heirarchy needs tostephen2015-06-033-2/+47
| | | | | be provided. - Bump portrevision.
* math/R-cran-stabledist: update to 0.7-0dbn2015-06-032-4/+3
| | | | | | | ChangeLog: * R/dpqr-stable.R (qstable): check that xmin < xmax before using uniroot. Fixes qstable(0, .. beta=0) bug found by Tobias Hudec. * R/utils.R (.unirootNA): build on newer uniroot() --> need R >= 3.1.0
* math/p5-Math-Derivative: Update version 0.01=>0.03bofh2015-06-022-4/+3
|
* math/p5-Math-FFT: Update version 1.28=>1.32bofh2015-06-022-4/+3
|
* math/p5-Math-Intersection-StraightLine: Update version 0.04=>0.05bofh2015-06-022-4/+3
|
* - Add port math/librsb.stephen2015-06-026-0/+296
| | | | | librsb is a library for sparse matrix computations featuring the Recursive Sparse Blocks (RSB) matrix format.
* - Update math/cgal to 4.6wen2015-06-013-19/+200
| | | | - Bump PORTREVISION of the ports depends on cgal
* - Add NO_ARCHamdmi32015-05-312-0/+2
| | | | Approved by: portmgr blanket
* - Fix shebangsamdmi32015-05-311-2/+5
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
* Update portaudio to v19/Remove portaudio2 [1]bapt2015-05-313-12/+4
| | | | | | | | | Chase portaudio change Add patches from debian for games/cultivation Add patches from upsteam for audio/rezound Mark py-fastaudio as broken Approved by: maintainer
* - Update to 0.2.1.stephen2015-05-312-3/+3
|
* Create at least a bit more proper libraries:bapt2015-05-301-4/+7
| | | | | | | | | - run ranlib on the static library - give a soname to the shared library - make the real file the the library with a version in the name - make the .so the symlink Bump portrevision for the ports using the library
* In PR200475, it turned out math/rapid is using "CC" to compile C++dim2015-05-301-0/+9
| | | | | | | files. Make it use ${CXX} instead. Approved by: jwbacon@tds.net (maintainer) PR: 200475, 200525
* - Strip librariesamdmi32015-05-291-2/+4
| | | | | - Clarify LICENSE - Add LICENSE_FILE
* - Fix shebangsamdmi32015-05-291-2/+8
| | | | | | | - Strip library Approved by: portmgr blanket MFH: 2015Q2
* - Fix shebangsamdmi32015-05-291-2/+4
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
* - Update to 5.200.1danilo2015-05-273-5/+4
|
* - Update to 1.3.2.stephen2015-05-272-4/+3
|
* - Don't cat pkg-message from Makefilesamdmi32015-05-272-6/+0
| | | | Approved by: portmgr blanket
* - Only strip shared librariesamdmi32015-05-271-3/+2
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* math/py-pandas: update to 0.16.1xmj2015-05-262-4/+9
| | | | | | | | | - update to 0.16.1 - add SQL storage option, and SQLalchemy dependency - enable Bottleneck and Numexpr options by default PR: 200451 Submitted by: John W. O'Brien <john@saltant.com>
* - Fix library installation, strip librariesamdmi32015-05-261-4/+9
| | | | | - Clarify LICENSE - Add LICENSE_FILE
* - Update WWWsunpoet2015-05-261-1/+1
|
* - Update to 2.008sunpoet2015-05-262-6/+10
| | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/PDL/Changes
* math/py-statsmodels: fix build- and plist issuesxmj2015-05-261-0/+4
| | | | | - fix build issues through adding Cython to BUILD_DEPENDSi - fix plist issues
* - Handle removal of the /usr/bin/perl symlink. (See UPDATING 20150513.)stephen2015-05-252-5/+16
|
* - Use dos2unix instead of gpatch to handle CR in the diff files.stephen2015-05-252-12/+2
|
* - Update to 1.8.15sunpoet2015-05-244-3/+4
| | | | | | | - Bump PORTREVISION for science/hdf5 shlib change Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.15-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
* Update Coq to 8.4pl6johans2015-05-233-3/+4
| | | | | PR: 200409 Submitted by: yuri@rawbw.com
* Remove $FreeBSD$ from patches files everywhere.mat2015-05-2312-26/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* math/py-statsmodels: switch to GitHub, clean up stuffxmj2015-05-223-6245/+6
| | | | | | - switch upstream to GitHub - as there is no new release available, bump PORTREVISION - remove Sphinx build from docs option, due to recursive imports.
* - Update to 0.8.5.stephen2015-05-223-5/+17
|
* - Update to 6.7.stephen2015-05-212-3/+7
| | | | | - Don't build documentation, because of a mysterious race condition. - Add one more master site.
* - Update to 1.1.0wen2015-05-202-3/+3
|
* - Fix library installation, unbreak static libraryamdmi32015-05-191-2/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* - Fix build on armv6wen2015-05-191-0/+12
| | | | | PR: 200286 Submitted by: mikael.urankar@gmail.com
* math/speedcrunch: Update WWWmakc2015-05-191-1/+1
|
* - Update to 2.3.0.stephen2015-05-192-3/+3
|
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.mat2015-05-194-10/+9
| | | | | With hat: portmgr Sponsored by: Absolight
* math/cmlib: fix MASTER_SITEpi2015-05-181-2/+1
| | | | | PR: 196258 Submitted by: mat
* New port: math/cmlibpi2015-05-186-0/+973
| | | | | | | | | | | A collection of non-proprietary, easily transportable Fortran subprogram packages solving a variety of mathematical and statistical problems. WWW: http://www.nist.gov/itl/math/mcsd-software.cfm PR: 196258 Submitted by: Anton Shterenlikht <mexas@bris.ac.uk>
* - Update to 0.53sunpoet2015-05-162-3/+3
| | | | Changes: http://search.cpan.org/dist/Math-Int64/Changes
* math/scilab:makc2015-05-161-15/+9
| | | | | | - Clean up blas/lapack usage Based on patch, provided by maho@ via email.
* - Simplify and fix library installation, correctly strip librariesamdmi32015-05-161-8/+9
| | | | - Mark broken on 8.x (section .tbss mismatches non-TLS reference in /usr/local/lib//libmpich.a)
* octave-forge-nurbs: require an OpenMP compileremaste2015-05-151-0/+2
| | | | | | PR: 200192 Submitted by: pfg Approved by: stephen, xmj
* - Add CPE infoamdmi32015-05-151-2/+2
| | | | Approved by: portmgr blanket
* - Update to 5.100.2danilo2015-05-143-4/+4
|
* - Mark BROKEN, the module is not usableamdmi32015-05-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | The error may be reproduced by `make test': --- The extension 'Math::Geometry::Planar::GPC::Polygon' is not properly installed in path: 'blib/arch' If this is a CPAN/distributed module, you may need to reinstall it on your system. To allow Inline to compile the module in a temporary cache, simply remove the Inline config option 'VERSION=' from the Math::Geometry::Planar::GPC::Polygon module. at blib/lib/Math/Geometry/Planar/GPC/Polygon.pm line 32. BEGIN failed--compilation aborted at blib/lib/Math/Geometry/Planar/GPC/Polygon.pm line 32. Compilation failed in require at test.pl line 9. BEGIN failed--compilation aborted at test.pl line 9. --- This module may be replaced by p5-Math-Geometry-Planar-GPC-PolygonXS: it's confirmed to work with all consumers currently in the ports tree (math/p5-Math-Polygon-Tree and converters/osm2mp), however I'm not sure about other consumers, so I'm not removing/deprecating this port right away.
* - Update to 0.08amdmi32015-05-142-4/+5
| | | | | - Add test depends - Switch from broken p5-Math-Geometry-Planar-GPC-Polygon to p5-Math-Geometry-Planar-GPC-PolygonXS
* - Remove test target, it is already defined by Mk/Uses/perl5.mkamdmi32015-05-141-3/+0
| | | | Suggested by: mat
* - Update pkg-descr which was forgottenamdmi32015-05-141-2/+3
|
* Math::Geometry::Planar::GPC::Polygon - OO wrapper to gpc library (translated ↵amdmi32015-05-145-0/+37
| | | | | | to XS) WWW: http://search.cpan.org/dist/Math-Geometry-Planar-GPC-Polygon/
* MASTER_SITES cleanup.mat2015-05-1450-92/+48
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* R does not create proper libraries (with SONAME) pkg 1.5.2 is know skipping thisbapt2015-05-141-1/+1
| | | | | | | kind of libraries to avoid messing the solver with wrong provides. Bump the port to enforce users to rebuild the package with 1.5.2 and having not satifisfiable problem for the solver
* - Cleanup GH_* knobs:sunpoet2015-05-142-4/+3
| | | | | - Use DISTVERSIONPREFIX - Remove GH_PROJECT
* Descriptions from bsd.options.desc.mk is used, and openblas is now default.maho2015-05-121-8/+6
|
* Shared descriptions for blas-related options.maho2015-05-121-7/+6
|
* Backout previous commit; actually it was not a typo.maho2015-05-121-1/+1
|
* Fix for the default.maho2015-05-121-1/+1
|
* Use bsd.options.desc.mk for descriptionsmaho2015-05-121-7/+2
| | | | Suggested by: demon@
* Cleanup DIST* variables.mat2015-05-128-26/+19
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* - Mark as broken. "make install" never seems to complete, probably because ofstephen2015-05-111-0/+2
| | | | incorrectly contructed help files.
* Move p5- ports from ports@ to perl@.mat2015-05-113-3/+3
| | | | | With hat: perl@ Sponsored by: Absolight
* - Use blaslapack.mkriggs2015-05-111-28/+10
| | | | | | | - Bump PORTREVISION PR: 199383 Submitted by: phd_kimberlite@yahoo.co.jp (maintainer)
* - Add a new port: math/R-cran-minqatota2015-05-094-0/+25
| | | | | | | Derivative-free optimization by quadratic approximation based on an interface to Fortran implementations by M. J. D. Powell. WWW: http://cran.r-project.org/web/minqa/
* - Fix LICENSEamdmi32015-05-091-3/+6
| | | | - Fix library installation
* - Don't install static libraries with INSTALL_LIB (part 2/2)amdmi32015-05-094-5/+6
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* - Update to 0.9.6.3.jkim2015-05-095-58/+83
| | | | | | | - Replace the previous hack with a more generic fix for FreeBSD 8.x and 9.x. - Add LICENSE and NO_ARCH. Approved by: demon (maintainer)
* - Don't install static libraries with INSTALL_LIB (part 1/2)amdmi32015-05-084-10/+12
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* new port: math/rubygem-expression_parsermmoll2015-05-084-0/+22
| | | | | | | | | | | A mathematical expression parser for Ruby WWW: http://lukaszwrobel.pl/blog/math-parser-part-1-introduction PR: 199923 Differential Revision: https://reviews.freebsd.org/D2483 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
* - Update to 1.6.4.stephen2015-05-083-6/+5
|
* - Update to 1.2.8.stephen2015-05-082-5/+4
|
* - Update to 0.1.3.stephen2015-05-082-4/+4
|
* Update ports in the [i-m]* category to not use GH_COMMIT.mat2015-05-088-18/+10
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* - Update to 2.3.2.stephen2015-05-072-3/+3
|
* math/Math-Int128: 0.21 -> 0.22pi2015-05-072-3/+3
| | | | | Fix for #RT103359: CLONE hook was dying because its signature was wrong (bug report by Duke Smith)
* math/cryptominisat, math/py-cryptominisat: add new portsjbeich2015-05-069-0/+103
| | | | | | | | | | | | CryptoMiniSat is a modern, multi-threaded, feature-rich, simplifying SAT solver, featuring over 100 configurable parameters to tune to specific need, collection of statistical data to MySQL database + javascript-based visualization of it and clean C++ and python interfaces. WWW: http://www.msoos.org/cryptominisat4/ PR: 199929 Submitted by: 6yearold@gmail.com (based on)
* math/fityk: unbreak build on 8.xjbeich2015-05-051-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | r385070 exposed another issue: In file included from ceria.cpp:4:0: ceria.h:52:23: error: 'FILE' was not declared in this scope CelFile read_cel_file(FILE* f); ^ ceria.h:52:29: error: 'f' was not declared in this scope CelFile read_cel_file(FILE* f); ^ ceria.h:53:41: error: 'FILE' has not been declared void write_cel_file(CelFile const& cel, FILE* f); ^ ceria.cpp: In function 'CelFile read_cel_file(FILE*)': ceria.cpp:719:30: error: 'CelFile read_cel_file(FILE*)' redeclared as different kind of symbol CelFile read_cel_file(FILE *f) ^ In file included from ceria.cpp:4:0: ceria.h:52:9: error: previous declaration of 'CelFile read_cel_file' CelFile read_cel_file(FILE* f); ^ Reported by: pkg-fallout Approved by: portmgr blanket
* - Add PDF documentation.stephen2015-05-054-120/+1287
| | | | | | | - Add option to build PSL version (amd64 only). PR: 199910 Submitted by: Pedro F. Giffuni <pfg@FreeBSD.org>
* - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which addmadpilot2015-05-045-2/+5
| | | | | | | | | | | | | | | depends on the camlp4 language and labltk ocaml modules, which are now in separate ports. - Update x11-toolkits/ocaml-lablgtk2 to 2.18.3 - Update graphics/ocaml-lablgl to 1.05 - Make unison ports use USE_OCAML - Convert ports to the new flags where needed - Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt PR: 199845 Submitted by: jbeich@ Differential Revision: https://reviews.freebsd.org/D2434 Approved by: portmgr (mat)
* - Update to 0.5.100.1.0tota2015-05-042-3/+3
|
* - Update to 2.8.1.stephen2015-05-042-3/+3
|
* - Update to 0.2.0.stephen2015-05-042-3/+3
|
* Update to version 3.8.2.demon2015-05-043-6/+6
|
* - Update to 0.1.8.stephen2015-05-032-3/+3
|
* - Update to 5.100.1danilo2015-05-034-10/+19
| | | | | | - Add support to superlu library [1] Suggested by: Conrad Sanderson (author) [1]
* - Fix symbolic link pathdanilo2015-05-031-2/+2
| | | | | | | /usr/local/lib/libsuperlu.a /usr/local/lib/libsuperlu.so -> libsuperlu_4.3.so /usr/local/lib/libsuperlu.so.4 /usr/local/lib/libsuperlu_4.3.so -> libsuperlu.so.2 <-- wrong file name
* Update to version 3.8.1demon2015-05-033-11/+46
|
* math/reduce: upgrade version 20110414 => 20141130marino2015-05-023-31/+12
| | | | | | | | | This version can be built by system compilers (gcc 4.2 & clang) and also ports gcc compilers, unlike its predecessor which would segfault and even lock up during build. PR: 199832, 199853 Submitted by: pfg (maintainer)
* - Sort PLISTsunpoet2015-05-011-11/+11
|
* math/hfst: unbreak build on DragonFly and fix libxml2 usagejbeich2015-05-011-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | lang/gcc* by default search for includes and libraries under PREFIX/LOCALBASE unlike compilers from base. DragonFly has gcc 5.0 *in base*, so... checking for main in -lxml2... no checking for main in -lglib-2.0... no checking for library containing readline... no configure: error: readline test failed (--without-readline to disable) libxml2 while linked in isn't actually used due to the code being guarded by #if HAVE_LIBXML_TREE_H while checking for main in -lxml2... yes checking libxml/tree.h usability... no checking libxml/tree.h presence... no checking for libxml/tree.h... no Also, properly track readline dependency on 11.0C which was disabled since base r268461. Reported by: DPorts (bustage) Reported by: pkg-fallout (detection quirks) Approved by: portmgr blanket
* math/hfst: unbreak build on 8.x/9.x (flex 2.5.4)jbeich2015-05-011-0/+8
| | | | | | | | | | | /bin/sh ../../../build-aux/ylwrap xre_lex.ll lex.yy.c xre_lex.cc -- flex --outfile=lex.yy.c flex: unknown flag '-'. For usage, try flex --help *** [xre_lex.cc] Error code 1 Reported by: pkg-fallout Approved by: portmgr blanket MFH: 2015Q2
* math/fityk: unbreak build on 8.x/9.x (gcc 4.8)jbeich2015-05-013-2/+27
| | | | | | | | | | | | | | | | | | | Add -std=c++11 to fix /usr/local/include/wx-3.0/wx/strvararg.h:25:27: error: type_traits: No such file or directory which itself exposes guess.cpp:20:7: error: unknown type name 'array' const array<string, 3> Guess::linear_traits = ^ sidebar.cpp:900:52: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] + s2wx(format1<realt, 30>("%.10"REALT_LENGTH_MOD"g", a))); ^ Reported by: pkg-fallout Approved by: portmgr blanket MFH: 2015Q2 (only USES due to lack of r383466)
* - Update to 0.3.14wen2015-04-302-4/+6
| | | | - Add LICENSE
* - Update to 0.17.1wen2015-04-302-4/+6
| | | | | | | | | | | | | | | | | | | | - Add LICENSE > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. M R-cran-coda/Makefile M R-cran-coda/distinfo
* math/facile: Bump because ocaml version ungradedmarino2015-04-301-1/+1
| | | | | | | The ocaml makefile says to bump this port after ocaml is changed. I don't know how necessary this really is though. PR: 195736
* - Revert back to 2.2.1, because 2.2.2 requires octave-4.0.0.stephen2015-04-302-3/+4
| | | | | | - Bump portepoch. Pointyhat: stephen
* - Update to 2.2.2.stephen2015-04-302-3/+3
|
* math/abacus: respect ARFLAGS/LDFLAGS (-D/-fstack-protector)jbeich2015-04-292-3/+3
|
* math/abacus: kill roundabout post-patch targetjbeich2015-04-292-48/+3
|
* math/abacus: drop -fPIC from static library at the cost of buildtimejbeich2015-04-292-9/+11
|
* math/abacus: unbreak build on 10.1R (clang 3.4.1)jbeich2015-04-291-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sources/ostream.cc:290:16: error: declaration conflicts with target of using declaration already in scope ABA_OSTREAM& endl(ABA_OSTREAM &o) ^ ./Include/abacus/ostream.h:48:14: note: target of using declaration ABA_OSTREAM& endl(ABA_OSTREAM &o); ^ ./Include/abacus/ostream.h:50:9: note: using declaration using ::endl; ^ sources/ostream.cc:293:11: error: 'on_' is a private member of 'ABA_OSTREAM' if (o.on_) o.out_ << flush; ^ ./Include/abacus/ostream.h:225:17: note: declared private here bool on_; ^ sources/ostream.cc:293:18: error: 'out_' is a private member of 'ABA_OSTREAM' if (o.on_) o.out_ << flush; ^ ./Include/abacus/ostream.h:220:17: note: declared private here ostream &out_; ^ sources/ostream.cc:294:10: error: 'logOn_' is a private member of 'ABA_OSTREAM' if(o.logOn_) *(o.log_) << flush; ^ ./Include/abacus/ostream.h:230:17: note: declared private here bool logOn_; ^ sources/ostream.cc:294:22: error: 'log_' is a private member of 'ABA_OSTREAM' if(o.logOn_) *(o.log_) << flush; ^ ./Include/abacus/ostream.h:234:17: note: declared private here ofstream *log_; ^ Tested by: md5 ostream.o (gcc5, clang36)
* math/abacus: unbreak build on 11.0C [1] and fix minor issuesjbeich2015-04-293-20/+33
| | | | | | | | | | | | | | | - Builds fine with gcc42 and clang - Build shared library versioned (for soname in future) - Fix LICENSE - Improve style of post-patch target - Convert to NO_WRKSUBDIR - Convert to INSTALL_LIB - Parenthesize commands using `cd` - Wrap long lines PR: 199243 Submitted by: tkato432@yahoo.com Reported by: pkg-fallout [1]
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.bdrewery2015-04-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
* Try to have portscout ignore x.y.z versions.mat2015-04-281-1/+1
| | | | Sponsored by: Absolight
* - Chase GNU Emacs updatesashish2015-04-272-1/+2
| | | | PR: 199553
* Get rid of the GH_TAGNAME line, OpenBlas already has tags in its repository ↵mat2015-04-262-3/+3
| | | | | | we can use. Sponsored by: Absolight
* Stop using the Github Legacy download URL, switch to really using USE_GITHUB.mat2015-04-262-8/+5
| | | | | Approved by: portmgr blanket for modernization. Sponsored by: Absolight
* Update to version 0.2.14demon2015-04-262-8/+8
| | | | | | | | PR: 199124 Submitted by: dieterich.joh@gmail.com Reviewed by: maintainer Also remove deprecated GH_COMMIT.
* - Fix breakage on 11-CURRENTashish2015-04-262-1/+21
| | | | | | | Thanks to astrodog (#bsdports) for testing the port on 11-CURRENT host PR: 199528 Submitted by: jbeich
* - Update to 0.40sunpoet2015-04-252-4/+3
| | | | Changes: http://search.cpan.org/dist/Math-GMPz/CHANGES
* Update icu to 55.1bapt2015-04-241-1/+1
|
* - Update to 2.2.1.stephen2015-04-242-3/+3
|
* - Update to 0.14.1danilo2015-04-231-0/+1
|
* - Upgrade math/plplot to 5.11.0thierry2015-04-2323-402/+190
| | | | | | | | | | | | | Announcement at <https://sourceforge.net/p/plplot/plplot/ci/plplot-5.11.0/tree/README.release> - Take maintainership - Chase dependencies. PR: ports/199539 Submitted by: Ben Woods <woodsb02 (at) gmail.com> Approved by: marino (for plplot-ada), /me (for gnudatalanguage)
* Unbreak build on platforms using libstdc++ after r383466jbeich2015-04-232-0/+22
| | | | | | | | | Force C++11 mode and fix incompatibility with NULL being defined as nullptr on FreeBSD. PR: 199600 Reported by: pkg-fallout, DPorts Approved by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
* - Update to 2.2.0.stephen2015-04-212-3/+3
|
* Fix build with Perl 5.21.1+mat2015-04-211-0/+23
| | | | | | | | | "defined(@array)" and "defined(%hash)" are now fatal errors These have been deprecated since v5.6.1 and have raised deprecation warnings since v5.16. With hat: perl@ Sponsored by: Absolight
* math/coinmp: fix indentationpi2015-04-211-1/+1
| | | | | PR: 199502 Requested by: danfe
* math/coinmp: change comma, target for check/test etc as suggested by danfepi2015-04-201-3/+3
| | | | | | PR: 199502 Submitted by: danfe Approved by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
* Revert r384280 after fixing the cause of the problem in lang/pure (r384293)tijl2015-04-191-2/+0
|
* - Fix build on amd64 (needs -fPIC)amdmi32015-04-191-0/+2
| | | | MFH: 2015Q2
* Same compiler requirements as for openfst.demon2015-04-191-1/+1
|
* Needs compiler with C++11 support.demon2015-04-191-1/+1
|
* Unbreak INFO build on DragonFly and FreeBSD 11+jbeich2015-04-192-1/+21
| | | | | | gri.texi:18489: raising the section level of @subsubsection which is too low Reported by: pkg-fallout
* Update gnumeric to 1.12.22.kwm2015-04-193-39/+41
|
* Convert to USES=autoreconftijl2015-04-181-1/+1
|
* Un-break build on 8.xriggs2015-04-181-23/+24
| | | | | | PR: 199244 Submitted by: tkato432@yahoo.com MFH: 2015Q2
* - Remove libtool hacks and patches that are now handled by USES=libtooltijl2015-04-183-5/+0
| | | | - Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
* Remove expired ports:rene2015-04-183-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-04-15 databases/php53-sqlite3: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-simplexml: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-sybase_ct: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_mysql: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-ctype: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-wddx: security EOL reached 14 Aug 2014 2015-04-15 security/php53-filter: security EOL reached 14 Aug 2014 2015-04-15 ftp/php53-ftp: security EOL reached 14 Aug 2014 2015-04-15 net/php53-soap: security EOL reached 14 Aug 2014 2015-04-15 converters/php53-recode: security EOL reached 14 Aug 2014 2015-04-15 security/php53-openssl: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-dba: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_pgsql: security EOL reached 14 Aug 2014 2015-04-15 sysutils/php53-fileinfo: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_odbc: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-sqlite: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-readline: security EOL reached 14 Aug 2014 2015-04-15 mail/php53-imap: security EOL reached 14 Aug 2014 2015-04-15 sysutils/php53-posix: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-phar: security EOL reached 14 Aug 2014 2015-04-15 graphics/php53-gd: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xsl: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_firebird: security EOL reached 14 Aug 2014 2015-04-15 devel/mingw64-binutils: Obsolete. Migrate to devel/binutils based ports 2015-04-15 devel/cross-binutils: Obsolete. Migrate to devel/binutils based ports 2015-04-15 databases/php53-pdo_dblib: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-sysvshm: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-json: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-redis: requires php53, security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-pspell: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pgsql: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xmlreader: security EOL reached 14 Aug 2014 2015-04-15 converters/php53-iconv: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-odbc: security EOL reached 14 Aug 2014 2015-04-15 ftp/php53-curl: security EOL reached 14 Aug 2014 2015-04-15 math/php53-gmp: security EOL reached 14 Aug 2014 2015-04-15 security/php53-mcrypt: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-shmop: security EOL reached 14 Aug 2014 2015-04-15 math/php53-bcmath: security EOL reached 14 Aug 2014 2015-04-15 security/php53-hash: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-sysvsem: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-zip: security EOL reached 14 Aug 2014 2015-04-15 graphics/php53-exif: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-gettext: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-mysql: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xmlwriter: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xml: security EOL reached 14 Aug 2014 2015-04-15 converters/php53-mbstring: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-sysvmsg: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-mysqli: security EOL reached 14 Aug 2014 2015-04-15 misc/php53-calendar: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-tokenizer: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo: security EOL reached 14 Aug 2014 2015-04-15 net/php53-xmlrpc: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-interbase: security EOL reached 14 Aug 2014 2015-04-15 www/php53-session: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-mssql: security EOL reached 14 Aug 2014 2015-04-15 www/php53-tidy: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-zlib: security EOL reached 14 Aug 2014 2015-04-15 net/php53-ldap: security EOL reached 14 Aug 2014 2015-04-15 net-mgmt/php53-snmp: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-dom: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-pcntl: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-bz2: security EOL reached 14 Aug 2014 2015-04-15 net/php53-sockets: security EOL reached 14 Aug 2014 2015-04-15 lang/php53: security EOL reached 14 Aug 2014 2015-04-15 devel/pecl-uuid: requires php53, security EOL reached 14 Aug 2014 2015-04-15 lang/php53-extensions: security EOL reached 14 Aug 2014 2015-04-15 german/pecl-konto_check: requires php53, security EOL reached 14 Aug 2014 2015-04-17 www/moodle26: Deprecated by upstream, use www/moodle2{7,8} instead
* - Update to 2.7.4.stephen2015-04-173-3/+23
|
* math/coinmp: 1.8.0 -> 1.8.1pi2015-04-176-30/+31
| | | | | | | - Minor fixes PR: 199430 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
* - Update to 2.2.1.stephen2015-04-172-3/+3
|
* - Update to 6.6.stephen2015-04-163-4/+15
|
* - Add LICENSEamdmi32015-04-163-5/+32
| | | | | | - Fix install wrt PREFIX/LOCALBASE - Fix build on >= 10.0 - Strip library
* - Update to 5.000.1danilo2015-04-153-5/+19
|
* Fix build with c++11amdmi32015-04-143-0/+48
|
* math/gambit: fix typomarino2015-04-111-1/+1
|
* Unbreak five wxgtk30-based ports by adding -std=c++11 to cxxflagsmarino2015-04-111-0/+1
| | | | The breakage was a result of moving wxgtk30 to c++11 from c++01
* Convert bsd.gnustep.mk to USES=gnustepbapt2015-04-091-4/+2
| | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences
* - Update to 0.35sunpoet2015-04-092-3/+3
| | | | Changes: http://search.cpan.org/dist/Math-GSL/Changes
* Rollback rev. 383155: it was not reviewer by maintainer and new versiondemon2015-04-082-4/+5
| | | | fails to build with option OPENMP enabled.
* Moving the Octave icons to a directory which is not version specific (*).maho2015-04-072-4/+4
| | | | | | Remove ATLAS knob, and bump portrevision. Submitted by: Jason Bacon (*)
* - Update to 0.1.5.stephen2015-04-072-3/+3
|
* - Update to 0.1.7.stephen2015-04-072-4/+3
|
* - Update to 1.2.1.stephen2015-04-072-5/+6
|
* - Update to 1.3.1.stephen2015-04-072-5/+4
|
* Forgot to add some patches.maho2015-04-063-0/+70
| | | | | PR: 199164 Submitted by: phd_kimberlite@yahoo.co.jp
* Update to MPC version 1.0.3 which brings two changes:gerald2015-04-062-4/+3
| | | | | | | | | - Fixed mpc_pow, see http://lists.gforge.inria.fr/pipermail/mpc-discuss/2014-October/001315.html - Switched to libtool 2.4.5. No PORTREVISION bump of dependent ports since this is really a minor change and transparent for users that link dynamically.
* Update to version 7.10.demon2015-04-053-11/+11
|
* Use compiler:openmp to pull the correct CXX variable.demon2015-04-052-1/+19
| | | | Add some notes about how to use theano in multi-threaded mode.
* - Mark broken on FreeBSD 9 or less because of c11 errors.stephen2015-04-051-1/+7
| | | | Reference: http://beefy6.nyi.freebsd.org/data/84amd64-default/383187/logs/octave-forge-interval-0.1.4.log
* Simplify things: always build both shared and static libs.demon2015-04-042-147/+119
| | | | | Some ports (py-scipy for instance) have indirect deps on ATLAS (via py-numpy) and require specific (static) version to work.
* Update to version 0.7.0.demon2015-04-042-3/+3
|
* Fix typo for OpenBLAS option (1), and remove gotoblas option.maho2015-04-041-5/+2
| | | | Submitted by: demon (1)
* math/openblas: update 0.2.13 -> 0.2.14robak2015-04-042-5/+4
| | | | | PR: 199124 Submitted by: Johannes Dieterich <dieterich.joh@gmail.com>
* Remove OSVERSION checks that do not make sense any more.mat2015-04-034-19/+2
| | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209
* math/lapacke : update port to slave port of math/lapack, and updated tomaho2015-04-027-1290/+42
| | | | | | | 3.5.0 accordingly. PR: 98614 Submitted by: phd_kimberlite@yahoo.co.jp