Commit graph

10210 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
1e48475b30 - Strip shared library
- Bump PORTREVISION for package change
2015-08-17 13:05:41 +00:00
Sunpoet Po-Chuan Hsieh
5bd443a6be - Strip shared library
- Bump PORTREVISION for package change
2015-08-17 13:05:36 +00:00
Sunpoet Po-Chuan Hsieh
5da580b0e9 - Strip shared library
- Bump PORTREVISION for package change
2015-08-17 13:05:32 +00:00
Vsevolod Stakhov
bbf114610b - Update to 1.9.1 2015-08-17 12:53:50 +00:00
Vsevolod Stakhov
8f78103e86 - Update to 3.1.3 2015-08-17 12:48:43 +00:00
Vsevolod Stakhov
62daa694bf - Update to 4.5.2 2015-08-17 12:43:35 +00:00
Sunpoet Po-Chuan Hsieh
36543d067d - Remove MASTER_SITE_SUBDIR 2015-08-15 07:37:18 +00:00
Sunpoet Po-Chuan Hsieh
3d8c3799c0 - Remove MASTER_SITE_SUBDIR 2015-08-15 07:37:13 +00:00
Sunpoet Po-Chuan Hsieh
74446e6d20 - Remove MASTER_SITE_SUBDIR 2015-08-15 07:37:09 +00:00
Wen Heping
285f1f3a99 - Update to 2.10
Changes: http://cpansearch.perl.org/src/SHLOMIF/Math-GMP-2.10/Changes
2015-08-13 00:04:33 +00:00
TAKATSU Tomonari
379450caa9 - Add new port: math/R-cran-irlba
A fast and memory-efficient method for computing a few approximate
  singular values and singular vectors of large matrices.

  WWW: https://cran.r-project.org/web/packages/irlba/
2015-08-11 20:41:29 +00:00
TAKATSU Tomonari
38314baa72 - Add new port: math/R-cran-NMF
Provides a framework to perform Non-negative Matrix Factorization
  (NMF). The package implements a set of already published algorithms
  and seeding methods, and provides a framework to test, develop and
  plug new/custom algorithms. Most of the built-in algorithms have
  been optimized in C++, and the main interface function provides an
  easy way of performing parallel computations on multicore machines.

  WWW: https://cran.r-project.org/web/packages/NMF/
2015-08-11 19:50:39 +00:00
TAKATSU Tomonari
b9bc2b77ee - Update to 0.5.300.4 2015-08-10 06:20:47 +00:00
Danilo Egea Gondolfo
67a2150d51 - Update to 2.7.0 2015-08-10 03:11:33 +00:00
Stephen Montgomery-Smith
3b2ea33428 - Add patch that allows port to build on FreeBSD 10 with i386 architecture.
Reference:	http://beefy5.nyi.freebsd.org/data/101i386-default/393750/logs/octave-forge-interval-1.1.0.log
Submitted by:	Oliver Heimlich <oheim@posteo.de>
2015-08-09 09:18:21 +00:00
Jose Alonso Cardenas Marquez
230cf6828f - editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise
  fpc units only are added like build dependencies (less dependencies registered
  when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up
2015-08-09 08:06:43 +00:00
Stephen Montgomery-Smith
bbafe3387b - Remove uses=compiler:c++11-lang.
- Remove broken for FreeBSD < 10.  Will reinstate if errors result.
- Update pkg-descr according to upstream info.

Submitted by:	Oliver Heimlich <oheim@posteo.de>
2015-08-06 20:55:11 +00:00
Koop Mast
d129587b5d The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
2015-08-05 19:13:24 +00:00
Stephen Montgomery-Smith
7a67daa383 - Update to 3.0.2. 2015-08-03 23:06:25 +00:00
Stephen Montgomery-Smith
96c573bb16 - Update to 1.2.0. 2015-08-03 23:04:16 +00:00
Stephen Montgomery-Smith
2190ab620b - Update to 0.1.9. 2015-08-03 23:03:35 +00:00
Stephen Montgomery-Smith
99e3637293 - Update to 1.1.0. 2015-08-03 23:02:35 +00:00
Danilo Egea Gondolfo
9ab836d4d0 - Update to 0.18.4 2015-08-03 19:18:59 +00:00
Danilo Egea Gondolfo
0a466183da - Update to 5.300.4 2015-08-03 19:17:52 +00:00
Koop Mast
2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Koop Mast
4e92ca9229 Update gnumeric to 1.12.23. 2015-08-02 15:02:57 +00:00
Sunpoet Po-Chuan Hsieh
6bfdb65e2c - Update to 2.09
- Do not silence installation message
- Sort PLIST

Changes:	http://search.cpan.org/dist/Math-GMP/Changes
2015-07-31 16:26:12 +00:00
Dmitry Marakasov
18a9fc2f32 - Fix shebangs
- Drop @dirrm* from plist

Approved by:	portmgr blanket
2015-07-31 15:28:40 +00:00
Max Brazhnikov
2c6b2a9704 math/scilab:
- Update to 5.5.2
- Use plist substitution to reduce diff for the next update,
  fix misused %%ETCDIR%%
2015-07-31 10:29:46 +00:00
Wen Heping
75202e7d5f - Update to 2.7.0
PR:		201848
Submitted by:	tkato432@yahoo.com
2015-07-30 01:38:41 +00:00
Dmitry Marakasov
ef78c0a4b6 - Strip binaries 2015-07-29 17:49:12 +00:00
Wen Heping
bd12d2f1fa - Update to 1.1.1 2015-07-29 03:15:20 +00:00
David Naylor
9f23d61f5d math/R-cran-gss: update to 2.1-5.
ChangeLog:
 * NAMESPACE: Added 'importFrom(sats, ...)'.
2015-07-28 20:14:01 +00:00
Koop Mast
542b654f4a Explicitly depend on intltool.
When GNOME 3.16 is merged, gtk20 will not implicelty depend on it.
2015-07-28 18:13:49 +00:00
Stephen Montgomery-Smith
4109fdf4d4 - Update to 1.6.5.
- Add license.
2015-07-28 03:26:42 +00:00
Koop Mast
b18513c396 Update MATE DE to 1.10.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.
2015-07-27 20:19:33 +00:00
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
Dmitry Marakasov
aa4492b48d - Mark broken on FreeBSD 9.x:
./../explore/static/MWTExplorer.h:16:10: fatal error: 'tuple' file not found

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-26 13:23:01 +00:00
Dmitry Marakasov
5978520449 - Mark BORKEN on 9.x (actually it's broken everywhere, but fatally on 9.x): does not build because it uses C compiler to build C++ code. Seemingly pydistutils problem
Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-26 13:18:37 +00:00
Stephen Montgomery-Smith
e3e0c88105 - Correct condition for BROKEN: && -> ||.
I had forgotten de Morgan's laws!  :-)
2015-06-24 20:02:06 +00:00
Dmitry Marakasov
d13afce131 - Fix library installation 2015-06-23 14:11:44 +00:00
Stephen Montgomery-Smith
4c2c7869c8 - Revert changes made in r370272, because they didn't fix anything.
- 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
2015-06-23 10:56:47 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Stephen Montgomery-Smith
86185ef01a - Update to 2.2.8. 2015-06-22 13:53:34 +00:00
Stephen Montgomery-Smith
31c29dcc50 - Update to 2.3.1. 2015-06-22 13:53:00 +00:00
Danilo Egea Gondolfo
b929dc5450 - Update to 5.200.2 2015-06-22 12:28:07 +00:00
Kurt Jaeger
2843323f5b math/pspp: 0.8.4 -> 0.8.5
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)
2015-06-22 12:17:48 +00:00
Stephen Montgomery-Smith
1f14810bb0 - Attempt to fix errors in 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.
2015-06-22 02:15:50 +00:00
Thierry Thomas
ec894695fa Update to 1.4.3.
PR:		ports/200664
Submitted by:	yuri (at) rawbw.com
Approved by:	maintainer
2015-06-21 16:40:47 +00:00
Anton Berezin
cd6e51f9aa Update to 3.0609. 2015-06-19 14:00:59 +00:00
Dmitry Marakasov
a3877b1da9 - Fix build on i386
MFH:		2015Q2
2015-06-19 00:12:03 +00:00
Dmitry Marakasov
98d0751bcb - Fix library installation 2015-06-18 21:22:59 +00:00
Dmitry Marakasov
365b5f928f - Strip binary 2015-06-17 22:44:42 +00:00
Stephen Montgomery-Smith
bf12866825 - Update to 2.8.2. 2015-06-15 22:47:42 +00:00
Wen Heping
70e12eef45 - Update graphics/proj to 4.9.1
- Bump PORTREVISION to chase the update of proj

PR:		200434
Submitted by:	wen@(myself)
Approved by:	maintainer(timeout, >20 days)
2015-06-15 13:03:11 +00:00
Stephen Montgomery-Smith
16b7b03bd3 - Update to 1.0.0. 2015-06-14 23:08:59 +00:00
Stephen Montgomery-Smith
6088a6565c - Update 1.0.7. 2015-06-14 23:00:42 +00:00
Wen Heping
ad1156102c - Update to 1.9.1
PR:		200679
Submitted by:	yuri@rawbw.com
Approved by:	maintainer
2015-06-14 15:40:33 +00:00
Sunpoet Po-Chuan Hsieh
94a8ed851a - Update WWW
With hat:	ruby
2015-06-13 15:35:13 +00:00
Sunpoet Po-Chuan Hsieh
28af5ff645 - Update to 0.09
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/GIS-Distance/Changes
2015-06-13 13:52:41 +00:00
Johan van Selst
f95b6e8071 Update GAP to 4.7.8 2015-06-13 09:06:06 +00:00
TAKATSU Tomonari
74aae3cd2b - Update to 1.2-1
- Change LICENSE from GPLv2 to GPLv2 or GPLv3
2015-06-13 08:54:55 +00:00
TAKATSU Tomonari
d80dab985b - Update to 2.3-3 2015-06-13 07:03:51 +00:00
TAKATSU Tomonari
2a63c13c79 - Update to 0.97 2015-06-13 06:57:28 +00:00
TAKATSU Tomonari
f076430f49 - Update to 0.1-9
- Update pkg-descr
2015-06-13 06:47:19 +00:00
Erwin Lansing
3e67d040d7 Reset dhn's ports
PR:		197522
Submitted by:	jbeich
Approved by:	portmgr
2015-06-12 20:58:13 +00:00
TAKATSU Tomonari
da86eae6d9 - Update to 6.1 2015-06-11 21:22:33 +00:00
TAKATSU Tomonari
725281be17 - Update to 0.5.200.1.0 2015-06-11 13:15:16 +00:00
Dmitry Marakasov
834b4beb05 - Fix shebangs
MFH:		2015Q2 (blanket)
2015-06-09 19:45:03 +00:00
Stephen Montgomery-Smith
fe242d4046 - Update to 1.2.0. 2015-06-08 14:00:48 +00:00
Antoine Brodin
f0d0f3d8e0 Make ports using libtool treat elftoolchain's strip the same as GNU strip
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool

PR:		198611
Reviewed by:	emaste
Exp-run:	self
2015-06-08 05:59:13 +00:00
Dmitry Marakasov
43adcd0765 - Add LICENSE_FILE
- Strip library
2015-06-07 15:13:55 +00:00
Dmitry Marakasov
60075bc93c - Switch to USES=autoreconf 2015-06-07 14:47:06 +00:00
Antoine Brodin
56ef934c13 Mark BROKEN
===>  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
2015-06-06 06:20:45 +00:00
Bartek Rutkowski
bc1cc8d1c2 math/coinmp: update 1.8.1 -> 1.8.2
PR:		200635
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
2015-06-04 18:35:36 +00:00
Dmitry Marakasov
f3a39ec506 - Strip libraries 2015-06-04 09:42:51 +00:00
Dmitry Marakasov
6b52002cc8 - Strip library 2015-06-03 16:13:33 +00:00
Dmitry Marakasov
eeef1a1d15 - Strip libraries 2015-06-03 16:13:26 +00:00
Dmitry Marakasov
f2d6af8ae1 - Add LICENSE_FILE
- Strip libraries
2015-06-03 15:59:44 +00:00
Stephen Montgomery-Smith
402f859c5c - Add shells/bash as a build_depends.
Reference:	http://beefy2.nyi.freebsd.org/data/93amd64-default/388357/logs/librsb-1.2.0r1.log
2015-06-02 23:09:57 +00:00
Stephen Montgomery-Smith
0a5c2e68be - Make user of port understand information about memory heirarchy needs to
be provided.
- Bump portrevision.
2015-06-02 23:05:35 +00:00
David Naylor
c03b92abdd math/R-cran-stabledist: update to 0.7-0
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
2015-06-02 17:55:54 +00:00
Muhammad Moinur Rahman
ea61e46c4e math/p5-Math-Derivative: Update version 0.01=>0.03 2015-06-02 10:26:20 +00:00
Muhammad Moinur Rahman
d2af0c20d0 math/p5-Math-FFT: Update version 1.28=>1.32 2015-06-02 10:17:28 +00:00
Muhammad Moinur Rahman
145d461173 math/p5-Math-Intersection-StraightLine: Update version 0.04=>0.05 2015-06-02 10:04:09 +00:00
Stephen Montgomery-Smith
c4ea640208 - Add port math/librsb.
librsb is a library for sparse matrix computations featuring the Recursive
Sparse Blocks (RSB) matrix format.
2015-06-01 23:42:48 +00:00
Wen Heping
0cd4bd0540 - Update math/cgal to 4.6
- Bump PORTREVISION of the ports depends on cgal
2015-06-01 09:08:08 +00:00
Dmitry Marakasov
4d4b259bcd - Add NO_ARCH
Approved by:	portmgr blanket
2015-05-31 13:37:20 +00:00
Dmitry Marakasov
8d03770f5b - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-31 13:09:17 +00:00
Baptiste Daroussin
3fef6c52f0 Update portaudio to v19/Remove portaudio2 [1]
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
2015-05-30 20:39:12 +00:00
Stephen Montgomery-Smith
1588eebceb - Update to 0.2.1. 2015-05-30 16:46:29 +00:00
Baptiste Daroussin
40d981465f Create at least a bit more proper libraries:
- 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
2015-05-30 08:27:46 +00:00
Dimitry Andric
e233284ece In PR200475, it turned out math/rapid is using "CC" to compile C++
files. Make it use ${CXX} instead.

Approved by:	jwbacon@tds.net (maintainer)
PR:		200475, 200525
2015-05-29 21:19:56 +00:00
Dmitry Marakasov
d27cd8f965 - Strip libraries
- Clarify LICENSE
- Add LICENSE_FILE
2015-05-29 11:03:38 +00:00
Dmitry Marakasov
8f270685f0 - Fix shebangs
- Strip library

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-28 18:15:42 +00:00
Dmitry Marakasov
51fba326c5 - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-28 18:14:55 +00:00
Danilo Egea Gondolfo
2e9eed5bb1 - Update to 5.200.1 2015-05-27 15:42:51 +00:00
Stephen Montgomery-Smith
5f96280a48 - Update to 1.3.2. 2015-05-27 15:04:40 +00:00
Dmitry Marakasov
cce3a74ecd - Don't cat pkg-message from Makefiles
Approved by:	portmgr blanket
2015-05-27 00:15:04 +00:00
Dmitry Marakasov
1d8d8ced6c - Only strip shared libraries
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-26 23:30:32 +00:00
Johannes Jost Meixner
5d8bd8b3f5 math/py-pandas: update to 0.16.1
- 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>
2015-05-26 04:56:43 +00:00
Dmitry Marakasov
a7a1552402 - Fix library installation, strip libraries
- Clarify LICENSE
- Add LICENSE_FILE
2015-05-26 00:03:45 +00:00
Sunpoet Po-Chuan Hsieh
846e28dfbb - Update WWW 2015-05-25 19:55:50 +00:00
Sunpoet Po-Chuan Hsieh
448ac4b87b - Update to 2.008
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/PDL/Changes
2015-05-25 19:53:45 +00:00
Johannes Jost Meixner
cbdb9fc8c3 math/py-statsmodels: fix build- and plist issues
- fix build issues through adding Cython to BUILD_DEPENDSi
- fix plist issues
2015-05-25 17:36:47 +00:00
Stephen Montgomery-Smith
c4d7e70760 - Handle removal of the /usr/bin/perl symlink. (See UPDATING 20150513.) 2015-05-25 00:00:55 +00:00
Stephen Montgomery-Smith
23776a9f6a - Use dos2unix instead of gpatch to handle CR in the diff files. 2015-05-24 18:04:01 +00:00
Sunpoet Po-Chuan Hsieh
e4796f7301 - Update to 1.8.15
- 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
2015-05-24 08:10:28 +00:00
Johan van Selst
377f42277a Update Coq to 8.4pl6
PR:		200409
Submitted by:	yuri@rawbw.com
2015-05-23 10:06:54 +00:00
Mathieu Arnold
6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00
Johannes Jost Meixner
b27db3ccaa math/py-statsmodels: switch to GitHub, clean up stuff
- switch upstream to GitHub
- as there is no new release available, bump PORTREVISION
- remove Sphinx build from docs option, due to recursive imports.
2015-05-22 04:37:41 +00:00
Stephen Montgomery-Smith
219fbdb7f9 - Update to 0.8.5. 2015-05-21 17:35:34 +00:00
Stephen Montgomery-Smith
5db31ad02a - Update to 6.7.
- Don't build documentation, because of a mysterious race condition.
- Add one more master site.
2015-05-20 18:22:31 +00:00
Wen Heping
c11210d7f4 - Update to 1.1.0 2015-05-20 02:36:22 +00:00
Dmitry Marakasov
f8c044ffcc - Fix library installation, unbreak static library
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-19 14:18:25 +00:00
Wen Heping
d48119d6bc - Fix build on armv6
PR:		200286
Submitted by:	mikael.urankar@gmail.com
2015-05-19 02:50:54 +00:00
Max Brazhnikov
7d9b12dce9 math/speedcrunch: Update WWW 2015-05-18 21:53:03 +00:00
Stephen Montgomery-Smith
708cc44676 - Update to 2.3.0. 2015-05-18 19:44:59 +00:00
Mathieu Arnold
f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +00:00
Kurt Jaeger
de5e1f9bcb math/cmlib: fix MASTER_SITE
PR:		196258
Submitted by:	mat
2015-05-18 13:20:52 +00:00
Kurt Jaeger
2adfaec982 New port: math/cmlib
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>
2015-05-18 12:47:02 +00:00
Sunpoet Po-Chuan Hsieh
0e035d3cca - Update to 0.53
Changes:	http://search.cpan.org/dist/Math-Int64/Changes
2015-05-16 13:35:01 +00:00
Max Brazhnikov
8fdc4fb6bf math/scilab:
- Clean up blas/lapack usage

Based on patch, provided by maho@ via email.
2015-05-16 11:23:06 +00:00
Dmitry Marakasov
aee585a140 - Simplify and fix library installation, correctly strip libraries
- Mark broken on 8.x (section .tbss mismatches non-TLS reference in /usr/local/lib//libmpich.a)
2015-05-15 19:21:36 +00:00
Ed Maste
95689288fe octave-forge-nurbs: require an OpenMP compiler
PR:		200192
Submitted by:	pfg
Approved by:	stephen, xmj
2015-05-15 14:15:27 +00:00
Dmitry Marakasov
7ba5e8225f - Add CPE info
Approved by:	portmgr blanket
2015-05-14 20:04:38 +00:00
Danilo Egea Gondolfo
2a45a12db4 - Update to 5.100.2 2015-05-14 13:57:00 +00:00
Dmitry Marakasov
be57c036db - Mark BROKEN, the module is not usable
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.
2015-05-14 12:13:17 +00:00
Dmitry Marakasov
e6e4e83d03 - Update to 0.08
- Add test depends
- Switch from broken p5-Math-Geometry-Planar-GPC-Polygon to p5-Math-Geometry-Planar-GPC-PolygonXS
2015-05-14 12:06:13 +00:00
Dmitry Marakasov
029320cf88 - Remove test target, it is already defined by Mk/Uses/perl5.mk
Suggested by:	mat
2015-05-14 11:48:44 +00:00
Dmitry Marakasov
2ac44e4d6d - Update pkg-descr which was forgotten 2015-05-14 11:40:26 +00:00
Dmitry Marakasov
7bf96f2c85 Math::Geometry::Planar::GPC::Polygon - OO wrapper to gpc library (translated to XS)
WWW: http://search.cpan.org/dist/Math-Geometry-Planar-GPC-Polygon/
2015-05-14 11:36:39 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- 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
2015-05-14 10:15:04 +00:00
Baptiste Daroussin
468baa4718 R does not create proper libraries (with SONAME) pkg 1.5.2 is know skipping this
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
2015-05-13 23:22:44 +00:00
Sunpoet Po-Chuan Hsieh
91a19e14e5 - Cleanup GH_* knobs:
- Use DISTVERSIONPREFIX
  - Remove GH_PROJECT
2015-05-13 19:01:28 +00:00
Maho Nakata
09816f1366 Descriptions from bsd.options.desc.mk is used, and openblas is now default. 2015-05-12 06:27:59 +00:00
Maho Nakata
43f18f95ff Shared descriptions for blas-related options. 2015-05-12 04:53:42 +00:00
Maho Nakata
b10ffea619 Backout previous commit; actually it was not a typo. 2015-05-12 04:48:01 +00:00
Maho Nakata
fb8e8c5d98 Fix for the default. 2015-05-12 04:39:45 +00:00
Maho Nakata
262e2e1e2d Use bsd.options.desc.mk for descriptions
Suggested by: demon@
2015-05-12 03:26:22 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
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
2015-05-11 18:34:57 +00:00
Stephen Montgomery-Smith
c77e3148be - Mark as broken. "make install" never seems to complete, probably because of
incorrectly contructed help files.
2015-05-11 14:08:54 +00:00
Mathieu Arnold
65a99e72a5 Move p5- ports from ports@ to perl@.
With hat:	perl@
Sponsored by:	Absolight
2015-05-11 12:04:18 +00:00
Thomas Zander
bbc78cb360 - Use blaslapack.mk
- Bump PORTREVISION

PR:		199383
Submitted by:	phd_kimberlite@yahoo.co.jp (maintainer)
2015-05-11 11:58:46 +00:00
TAKATSU Tomonari
d98d7b2cb1 - Add a new port: math/R-cran-minqa
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/
2015-05-09 11:58:22 +00:00
Dmitry Marakasov
2817ad674d - Fix LICENSE
- Fix library installation
2015-05-09 08:28:57 +00:00
Dmitry Marakasov
b5a5e311ce - Don't install static libraries with INSTALL_LIB (part 2/2)
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-09 01:12:50 +00:00
Jung-uk Kim
134eb54298 - Update to 0.9.6.3.
- 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)
2015-05-08 20:58:19 +00:00
Dmitry Marakasov
178592ab36 - Don't install static libraries with INSTALL_LIB (part 1/2)
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-08 14:04:50 +00:00
Michael Moll
a41eb3ca7d new port: math/rubygem-expression_parser
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)
2015-05-08 13:41:12 +00:00