Commit graph

10023 commits

Author SHA1 Message Date
Thomas Zander
886e3ad113 Allow for many run dependencies to be OPTIONs,
as by upstream suggestion

PR:		201349
Submitted by:	john@saltant.com
Approved by:	maintainer timeout
2015-07-25 10:44:35 +00:00
Max Brazhnikov
d6961ff5bc math/scilab:
- Add check for OpenMP support [1]
- Add check for unsupported combination of options

PR:		201339 [1]
Submitted by:	truckman
2015-07-23 13:26:09 +00:00
Jun Kuriyama
b346c7cd28 Number::Misc provides some miscellaneous handy utilities for handling
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/
2015-07-21 09:57:10 +00:00
Baptiste Daroussin
2c4c6db456 Convert to USES=libedit 2015-07-19 22:20:31 +00:00
Steve Wills
53c6b41082 math/p5-Math-SigFigs: update to 1.10 2015-07-19 19:14:55 +00:00
Kurt Jaeger
511adaff84 math/fxt: upgrade 2012.06.18 -> 2015.07.17
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.
2015-07-18 16:10:39 +00:00
MIHIRA Sanpei Yoshiro
5f8b523afa upgrade 6.3.54 2015-07-18 00:56:35 +00:00
Max Brazhnikov
5f0485b069 math/scilab:
- Fix build after textproc/fop update

PR:		201339
Submitted by:	truckman
2015-07-17 15:32:05 +00:00
Koop Mast
68f883edfc Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
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
2015-07-16 20:53:28 +00:00
Stephen Montgomery-Smith
c7c0b0b2ad - ~convert to USES=metaport.
- Automate how OPTIONS are processed.

PR:		ports/201604
Submitted by:	Andriy Voskoboinyk
2015-07-16 01:12:36 +00:00
Steven Kreuzer
a36857886d colormath is a simple Python module that spares the user from directly dealing
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
2015-07-15 17:35:02 +00:00
Dmitry Marakasov
5f8186c9fe - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-15 14:18:50 +00:00
William Grzybowski
f60a6a56d1 math/py-bitmath: Represent and manipulate file sizes with different prefix 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
2015-07-14 19:53:38 +00:00
Stephen Montgomery-Smith
fd62795f95 - Update to 3.0.0. 2015-07-13 20:00:10 +00:00
Stephen Montgomery-Smith
fd45f85c4c - Update to 2.2.9. 2015-07-10 18:40:48 +00:00
Sunpoet Po-Chuan Hsieh
ef0fa46671 - Update to 2.0.0
- Bump PORTREVISION for graphics/gdal shlib change
- Mark astro/merkaartor as BROKEN

Changes:	http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
2015-07-09 16:05:06 +00:00
Stephen Montgomery-Smith
93367a6c04 - New port math/octave-forge-doctest.
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.
2015-07-08 23:37:47 +00:00
Sunpoet Po-Chuan Hsieh
fa771b7f67 - Update to 3.25
- Strip shared library

Changes:	http://search.cpan.org/dist/Math-MPFR/CHANGES
2015-07-08 20:31:45 +00:00
Stephen Montgomery-Smith
e6b3ff1883 - Update to 0.1.4. 2015-07-07 18:51:42 +00:00
Stephen Montgomery-Smith
63c22faccd - Update to 2.8.1. 2015-07-07 18:24:03 +00:00
Adam Weinberger
b2fa1c69a6 Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is unnecessary,
and sort depends where appropriate.
2015-07-07 16:22:54 +00:00
Bartek Rutkowski
d773b24aa7 math/py-pandas: update 0.16.1 -> 0.16.2
PR:		201363
Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)
2015-07-07 09:36:02 +00:00
Stephen Montgomery-Smith
11010966db - Update to 2.8.3. 2015-07-06 16:28:51 +00:00
Frederic Culot
51931ecb08 - Update to 20150704
Changes:	http://invisible-island.net/add/CHANGES
2015-07-06 12:21:47 +00:00
Muhammad Moinur Rahman
2b6f94cce6 math/jakarta-commons-math: Restrict build to 1.6 and 1.7 [1]
- Unmute INSTALL_ macros
- Fix patch files to reflect 'make makepatch'

PR:		201352 [1]
Submitted by:	glewis [1]
2015-07-06 08:57:43 +00:00
Thomas Zander
2239acc749 - Update to upstream version 2.2.0
- 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)
2015-07-05 14:11:36 +00:00
Stephen Montgomery-Smith
ef567ce9c2 - Update to 1.2.6. 2015-07-05 04:33:53 +00:00
Stephen Montgomery-Smith
ccd865e57b - Reinstate optional dependency math/octave-forge-ltfat.
- Update to 20150704.
2015-07-04 18:28:55 +00:00
Stephen Montgomery-Smith
7d981c47f7 - Update to 2.1.0. 2015-07-04 15:51:00 +00:00
Antoine Brodin
aa166227b7 Fix build with texinfo 6.0
Reported by:	pkg-fallout
2015-07-04 12:28:09 +00:00
Stephen Montgomery-Smith
10c7b12517 - Update to 1.0.8. 2015-07-03 22:13:14 +00:00
Stephen Montgomery-Smith
1b61e65c85 - Update to 1.1.5. 2015-07-03 22:02:24 +00:00
Stephen Montgomery-Smith
fe2306bd68 - Update to 2.3.2. 2015-07-03 21:53:48 +00:00
Stephen Montgomery-Smith
18bf592a31 - Unbreak by using gnu_configure instead of Makefile_unix.
PR:		ports/199683
Submitted by:	smars@yuntech.edu.tw
2015-07-03 21:46:38 +00:00
Stephen Montgomery-Smith
45b8a4f40a - Update to 2.2.2. 2015-07-03 21:42:48 +00:00
Greg Lewis
b587485755 . Add USES=readline for the readline dependency.
PR:		197995
Submitted by:	johans@
2015-07-03 18:04:21 +00:00
Dmitry Sivachenko
9bbba7ce0e Depend on a particual file, not an executable so it picks up a correct
python version.

PR:		198989
Submitted by:	John W. O'Brien <john@saltant.com>
2015-07-03 12:20:28 +00:00
John Marino
74d3bc86be Add USES=alias to 11 ports (non-invasive DragonFly support) 2015-07-03 10:46:51 +00:00
Philip M. Gollucci
4e3d011569 Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
2015-07-02 16:01:06 +00:00
Dmitry Marakasov
e3d6801615 - Remove now needless chmod u+w/u-w from my and unmaintained ports 2015-06-29 18:42:55 +00:00
Dmitry Marakasov
97e1401e92 - Mark BROKEN on 9.x: does not link [1]:
crt1.c:(.text+0x9d): undefined reference to `main'

- Fix shebangs

Submitted by:	pkg-fallout [1]
Approved by:	portmgr blanket
2015-06-29 17:14:40 +00:00
Adam Weinberger
26f58ed1c0 After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.

Remove all instances of it from perl@ ports.
2015-06-29 15:47:44 +00:00
Sunpoet Po-Chuan Hsieh
26759f3fce - Cleanup CHMOD after r390893 2015-06-29 15:37:14 +00:00
Antoine Brodin
5210365d1b MAKE_JOBS_SAFE=yes is a nop since july 2013 2015-06-28 15:20:04 +00:00
John Marino
7f8351fbcb Add new port math/alt-ergo-spark (required by SPARK 2015)
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.
2015-06-28 08:38:46 +00:00
John Marino
768423ca5d math/why3: Release port
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.
2015-06-28 07:11:24 +00:00
Stephen Montgomery-Smith
eab093f334 - Update to 2.8.0. 2015-06-26 23:29:08 +00:00
Stephen Montgomery-Smith
5d824aa478 - Update to 0.1.1. 2015-06-26 23:28:27 +00:00
Dmitry Marakasov
060bc1595b - Fix compatibility with c++11
While here:
- Add LICENSE
- Strip binaries
- Regenerate patches
- Sort plist

PR:		199998
Submitted by:	6yearold@gmail.com
Approved by:	maintainer timeout (vsevolod, 7 weeks)
2015-06-26 23:10:09 +00:00
John Marino
80ccba4850 math/why3-gpl: upgrade version 2014 => 2015
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)
2015-06-26 22:13:46 +00:00