aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly depend on intltool.Koop Mast2015-07-281-1/+1
| | | | | | | When GNOME 3.16 is merged, gtk20 will not implicelty depend on it. Notes: svn path=/head/; revision=393087
* - Update to 1.6.5.Stephen Montgomery-Smith2015-07-283-4/+8
| | | | | | | - Add license. Notes: svn path=/head/; revision=393050
* Update MATE DE to 1.10.0.Koop Mast2015-07-276-961/+0
| | | | | | | | | | | | | | This MATE is still build agains GTK+2. Sort USES here and there. Replace mate-dialogs with zenity and mate-calc with galculator. This update fixes the following PR's: PR: 193942, 191885 Submitted by: Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo Obtained from: gnome devel repo. Notes: svn path=/head/; revision=393031
* Allow for many run dependencies to be OPTIONs,Thomas Zander2015-07-252-9/+24
| | | | | | | | | | | as by upstream suggestion PR: 201349 Submitted by: john@saltant.com Approved by: maintainer timeout Notes: svn path=/head/; revision=392870
* math/scilab:Max Brazhnikov2015-07-231-0/+8
| | | | | | | | | | | - Add check for OpenMP support [1] - Add check for unsupported combination of options PR: 201339 [1] Submitted by: truckman Notes: svn path=/head/; revision=392721
* Number::Misc provides some miscellaneous handy utilities for handlingJun Kuriyama2015-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/ Notes: svn path=/head/; revision=392616
* Convert to USES=libeditBaptiste Daroussin2015-07-191-1/+2
| | | | Notes: svn path=/head/; revision=392542
* math/p5-Math-SigFigs: update to 1.10Steve Wills2015-07-192-9/+5
| | | | Notes: svn path=/head/; revision=392527
* math/fxt: upgrade 2012.06.18 -> 2015.07.17Kurt Jaeger2015-07-185-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. Notes: svn path=/head/; revision=392426
* upgrade 6.3.54MIHIRA Sanpei Yoshiro2015-07-184-17/+129
| | | | Notes: svn path=/head/; revision=392401
* math/scilab:Max Brazhnikov2015-07-171-0/+32
| | | | | | | | | | - Fix build after textproc/fop update PR: 201339 Submitted by: truckman Notes: svn path=/head/; revision=392380
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.Koop Mast2015-07-163-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 Notes: svn path=/head/; revision=392322
* - ~convert to USES=metaport.Stephen Montgomery-Smith2015-07-162-380/+16
| | | | | | | | | | - Automate how OPTIONS are processed. PR: ports/201604 Submitted by: Andriy Voskoboinyk Notes: svn path=/head/; revision=392249
* colormath is a simple Python module that spares the user from directly dealingSteven Kreuzer2015-07-154-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 Notes: svn path=/head/; revision=392173
* - Fix shebangsDmitry Marakasov2015-07-151-2/+4
| | | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=392144
* math/py-bitmath: Represent and manipulate file sizes with different prefix ↵William Grzybowski2015-07-144-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 Notes: svn path=/head/; revision=392067
* - Update to 3.0.0.Stephen Montgomery-Smith2015-07-138-55/+30
| | | | Notes: svn path=/head/; revision=391944
* - Update to 2.2.9.Stephen Montgomery-Smith2015-07-102-3/+3
| | | | Notes: svn path=/head/; revision=391716
* - Update to 2.0.0Sunpoet Po-Chuan Hsieh2015-07-092-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 Notes: svn path=/head/; revision=391657
* - New port math/octave-forge-doctest.Stephen Montgomery-Smith2015-07-085-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. Notes: svn path=/head/; revision=391607
* - Update to 3.25Sunpoet Po-Chuan Hsieh2015-07-082-5/+6
| | | | | | | | | - Strip shared library Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES Notes: svn path=/head/; revision=391597
* - Update to 0.1.4.Stephen Montgomery-Smith2015-07-072-4/+4
| | | | Notes: svn path=/head/; revision=391519
* - Update to 2.8.1.Stephen Montgomery-Smith2015-07-072-3/+3
| | | | Notes: svn path=/head/; revision=391518
* Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is ↵Adam Weinberger2015-07-071-2/+2
| | | | | | | | | unnecessary, and sort depends where appropriate. Notes: svn path=/head/; revision=391514
* math/py-pandas: update 0.16.1 -> 0.16.2Bartek Rutkowski2015-07-072-3/+3
| | | | | | | | PR: 201363 Submitted by: John W. O'Brien <john@saltant.com> (maintainer) Notes: svn path=/head/; revision=391497
* - Update to 2.8.3.Stephen Montgomery-Smith2015-07-062-3/+3
| | | | Notes: svn path=/head/; revision=391423
* - Update to 20150704Frederic Culot2015-07-062-4/+4
| | | | | | | Changes: http://invisible-island.net/add/CHANGES Notes: svn path=/head/; revision=391403
* math/jakarta-commons-math: Restrict build to 1.6 and 1.7 [1]Muhammad Moinur Rahman2015-07-062-5/+5
| | | | | | | | | | | - Unmute INSTALL_ macros - Fix patch files to reflect 'make makepatch' PR: 201352 [1] Submitted by: glewis [1] Notes: svn path=/head/; revision=391394
* - Update to upstream version 2.2.0Thomas Zander2015-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) Notes: svn path=/head/; revision=391365
* - Update to 1.2.6.Stephen Montgomery-Smith2015-07-053-540/+575
| | | | Notes: svn path=/head/; revision=391344
* - Reinstate optional dependency math/octave-forge-ltfat.Stephen Montgomery-Smith2015-07-041-8/+7
| | | | | | | - Update to 20150704. Notes: svn path=/head/; revision=391326
* - Update to 2.1.0.Stephen Montgomery-Smith2015-07-043-14/+3
| | | | Notes: svn path=/head/; revision=391308
* Fix build with texinfo 6.0Antoine Brodin2015-07-041-6/+16
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=391303
* - Update to 1.0.8.Stephen Montgomery-Smith2015-07-032-5/+4
| | | | Notes: svn path=/head/; revision=391284
* - Update to 1.1.5.Stephen Montgomery-Smith2015-07-032-5/+4
| | | | Notes: svn path=/head/; revision=391282
* - Update to 2.3.2.Stephen Montgomery-Smith2015-07-032-3/+3
| | | | Notes: svn path=/head/; revision=391280
* - Unbreak by using gnu_configure instead of Makefile_unix.Stephen Montgomery-Smith2015-07-032-4/+12
| | | | | | | | PR: ports/199683 Submitted by: smars@yuntech.edu.tw Notes: svn path=/head/; revision=391279
* - Update to 2.2.2.Stephen Montgomery-Smith2015-07-032-3/+3
| | | | Notes: svn path=/head/; revision=391277
* . Add USES=readline for the readline dependency.Greg Lewis2015-07-031-1/+1
| | | | | | | | PR: 197995 Submitted by: johans@ Notes: svn path=/head/; revision=391265
* Depend on a particual file, not an executable so it picks up a correctDmitry Sivachenko2015-07-031-1/+1
| | | | | | | | | | python version. PR: 198989 Submitted by: John W. O'Brien <john@saltant.com> Notes: svn path=/head/; revision=391233
* Add USES=alias to 11 ports (non-invasive DragonFly support)John Marino2015-07-031-1/+1
| | | | Notes: svn path=/head/; revision=391227
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filesPhilip M. Gollucci2015-07-022-0/+4
| | | | | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb Notes: svn path=/head/; revision=391169
* - Remove now needless chmod u+w/u-w from my and unmaintained portsDmitry Marakasov2015-06-291-2/+0
| | | | Notes: svn path=/head/; revision=390932
* - Mark BROKEN on 9.x: does not link [1]:Dmitry Marakasov2015-06-291-1/+11
| | | | | | | | | | | | crt1.c:(.text+0x9d): undefined reference to `main' - Fix shebangs Submitted by: pkg-fallout [1] Approved by: portmgr blanket Notes: svn path=/head/; revision=390925
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,Adam Weinberger2015-06-292-4/+0
| | | | | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports. Notes: svn path=/head/; revision=390918
* - Cleanup CHMOD after r390893Sunpoet Po-Chuan Hsieh2015-06-291-2/+0
| | | | Notes: svn path=/head/; revision=390915
* MAKE_JOBS_SAFE=yes is a nop since july 2013Antoine Brodin2015-06-281-1/+0
| | | | Notes: svn path=/head/; revision=390787
* Add new port math/alt-ergo-spark (required by SPARK 2015)John 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. Notes: svn path=/head/; revision=390756
* math/why3: Release portJohn Marino2015-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. Notes: svn path=/head/; revision=390740
* - Update to 2.8.0.Stephen Montgomery-Smith2015-06-263-23/+3
| | | | Notes: svn path=/head/; revision=390679