Commit graph

11461 commits

Author SHA1 Message Date
Thomas Zander
35e93a09c9 Update to upstream version 1.8.0
Detailed log:
- Update to upstream version 1.8.0
- New default OPTION
  TESTS: Build with regression tests
- Now choice possible between different math libs:
  SYSLIBM (-lm)
  OPENLIBM (math/openlibm)
  APPLIBM (bundled), default

PR:		218612
Submitted by:	cs@innolan.dk (maintainer)
MFH:		2017Q2
2017-04-15 15:05:32 +00:00
Sunpoet Po-Chuan Hsieh
ed0bb8872d Update to 0.43
Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
2017-04-15 00:47:05 +00:00
Jan Beich
d764059958 graphics/opencv: back out r423216 and r423063 (replaying r423316)
Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.

PR:		210505
Pointy hat to:	jbeich (should've discussed first)
2017-04-14 05:30:25 +00:00
Carlos J. Puga Medina
bc3b756c49 - Update to 2.9.2
Changes: http://pari.math.u-bordeaux.fr/archives/pari-announce-17/msg00001.html

PR:		218583
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2017-04-12 19:35:47 +00:00
Dmitry Marakasov
0b600e4541 - Always check OPSYS along with OSVERSION 2017-04-12 17:14:30 +00:00
Steve Wills
106e2b9ca6 math/p5-Math-SigFigs: update to 1.20 2017-04-11 14:34:30 +00:00
Mathieu Arnold
aabf1b050f Regular USE_GITHUB cleanup.
Do not set DISTNAME.
Do not set WRKSRC, if you feel like you need to, you should fix
GH_PROJECT instead.

Sponsored by:	Absolight
2017-04-10 21:49:02 +00:00
Mathieu Arnold
3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00
Mark Linimon
62a6b3eebc These ports now build on powerpc64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-04-10 00:27:48 +00:00
Muhammad Moinur Rahman
2c91650067 math/p5-Math-FFT: Update version 1.32=>1.34 2017-04-09 18:20:34 +00:00
Dmitry Marakasov
8fb97109a5 - Remove always-true OSVERSION condition
Approved by:	portmgr blanket
2017-04-07 16:01:45 +00:00
Jason E. Hale
8372492694 Update to 3.3.6.pl2 (3.3.6.2)
Fix LICENSE

Changes:	http://www.fftw.org/release-notes.html
2017-04-06 17:25:29 +00:00
Sunpoet Po-Chuan Hsieh
7fea71bfc7 Fix *_DEPENDS
- Add NO_ARCH
- Bump PORTREVISION for dependency change

PR:		218357
Submitted by:	sunpoet (myself)
Approved by:	wen (maintainer)
2017-04-05 13:35:45 +00:00
Baptiste Daroussin
fd2e7f9926 Add missing build dependency on pkgconf
Now sc-im will really support xls/xlsx
2017-04-05 11:54:47 +00:00
Tobias C. Berner
ac186a5823 Update math/labplot to 2.3.0 and give maintainership to kde@
Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D10178
2017-04-04 19:26:57 +00:00
Wen Heping
23edec2ce3 - Update to 5.39.0
PR:		216838
Submitted by:	yuri@rawbw.com
2017-04-04 12:32:27 +00:00
David Naylor
89a6226969 math/R-cran-gss: updated to version 2.1-7
- updated license to align with CRAN package
 - changelog:
   - R: i) Added mkran1 and modified mkran to allow for multiple terms of
     random effects.  ii) Added predict1.ssanova to allow for the
     evaluation of f(x1)-f(x2) along with standard errors.  iii) Bug fixes
     in project.ssanova and summary.ssanova involving random effects.
   - man: Updated to reflect changes in R.

Generated by:	portcran (0.1.5)
2017-04-04 06:43:00 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Danilo Egea Gondolfo
794f1461d0 - Update to 7.800.2 2017-03-31 18:05:21 +00:00
Alexey Dokuchaev
ddebd27959 - Resurrect `math/mprime' and unbreak (stagify)
- Update to version 26.6, the latest for the i386 binary
- Do not mangle version with `0.0.'-prefix, use official one
- Add missing LIB_DEPENDS against `misc/compat9x'
- Define DOCS option and use target helper target to install
- Make installation commands vocal (unmute them)
- Update and tidy up port description text while here
- Drop deprecated @dirrm entry from pkg-plist

TIMESTAMP (mprime266-FreeBSD.tar.gz) = 1302303090
2017-03-29 05:18:30 +00:00
Alexey Dokuchaev
50cb74b54b - Optimize away PROGRAM_FILES, HEADER_FILES, and LIB_FILES variables:
they contain one to two values and make things harder to understand;
  this allows to simplify PLIST_FILES setting and `do-install' target
- Fix `post-patch' target: instead of sed(1)ing each and every file,
  and leaving lots of `*.bak' files behind, apply the fix where it is
  needed only (while here, simplify that regular expression as well)
- Set correct ALL_TARGET instead blanking it; fix pkg-descr formatting
2017-03-29 02:45:49 +00:00
Li-Wen Hsu
aa948e48b7 - Update to 3.4.7 2017-03-28 08:35:13 +00:00
Wen Heping
8ee5832339 - Update to 5.0.17 2017-03-26 14:42:34 +00:00
Bartek Rutkowski
db62043bfd math/py-keras: update 2.0.0 -> 2.0.2
PR:		218054
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-03-24 15:57:02 +00:00
Kirill Ponomarev
9ee3418b7e Update math/py-yt to 3.3.5
PR:		217942
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D10076
2017-03-22 18:10:50 +00:00
Dmitry Sivachenko
818e959a56 Update to version 0.9.0 2017-03-21 14:00:29 +00:00
Rene Ladan
c1da7c8cad Take in olivierd@'s commit bit on his request.
Submitted by:	olivierd@
With hat:	portmgr-secretary
2017-03-19 14:02:23 +00:00
Wen Heping
dede60f007 - Update to 2.0.0
PR:		217865
Submitted by:	neel@neelc.org(maintainer)
2017-03-19 07:35:37 +00:00
Wen Heping
393077c8f4 - Remove dependency on math/openblas if other blas lib is selected
PR:		215764
Submitted by:	riggs@
2017-03-19 00:41:08 +00:00
Joseph Mingrone
65a3b7bf0e math/amath: Update to version 1.7.0.
- Also switch to using the configure script included upstream (with
  patches).

PR:		217724
Submitted by:	cs@innolan.dk (maintainer)
Approved by:	swills (mentor, implicit)
2017-03-18 14:42:11 +00:00
Nikolai Lifanov
f3c7b3fd55 update math/geogebra to 5.0.341.0
PR:		217798
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
2017-03-17 15:28:57 +00:00
Bartek Rutkowski
7c84358e82 math/p5-Math-Random-Secure: update 0.06 -> 0.080001
PR:		217754
Submitted by:	Dereckson <dereckson@gmail.com> (maintainer)
2017-03-15 12:14:13 +00:00
Dmitry Marakasov
1b50521bd6 - Fix WWW: 2017-03-15 11:37:40 +00:00
Dmitry Marakasov
5975e1deb8 - Fix WWW: 2017-03-15 11:36:33 +00:00
Mark Linimon
344abecaf2 0.5.0 is reported to have fixed the compile problems on aarch64.
While here, pet portlint.

Reported by:	Sijmen Mulder <iku@yokattana.com>
Approved by:	bapt (implicit)
2017-03-13 12:13:41 +00:00
Rene Ladan
ecf8dab16c math/py-pandas: remove support for expired SQL Alchemy 0.8 and 0.9, use
SQL Alchemy 1.0 for test dependencies.

PR:		217593
Submitted by:	rene
Approved by:	maintainer (john@saltant.com)
2017-03-12 19:42:20 +00:00
Joseph Mingrone
137989ab61 math/libRmath: Update to version 3.3.3
Approved by:	swills (mentor, implicit)
2017-03-10 12:48:44 +00:00
Antoine Brodin
1b09c15556 Unbreak INDEX 2017-03-10 10:32:52 +00:00
Stephen Montgomery-Smith
3ca4dbdd69 - Rather than rm share/cmake/hdf5/libhdf5.settings, have cmake not install it.
PR:		ports/216330
Submitted by:	Tobias C. Berner <tcberner@freebsd.org>
2017-03-10 04:02:56 +00:00
Joseph Mingrone
3fe4e0c8ee math/R: Update to version 3.3.3.
Upstream changes: https://cran.r-project.org/doc/manuals/r-release/NEWS.html

Approved by:	swill (mentor, implicit)
2017-03-10 01:50:56 +00:00
Wen Heping
8353cf8934 PyWavelets is a free Open Source library for wavelet transforms in Python.
Wavelets are mathematical basis functions that are localized in both time and
frequency. Wavelet transforms are time-frequency transforms employing wavelets.
They are similar to Fourier transforms, the difference being that Fourier
transforms are localized only in frequency instead of in time and frequency.

WWW: https://github.com/PyWavelets/pywt

PR:		217426
Submitted by:	eric@camachat.org
2017-03-10 01:28:25 +00:00
Ganael LAPLANCHE
d1a60db80b Update devel/tbb to 2017.5
Also bring the following changes:
- Fetch distfiles from Github
- Bump dependent ports' PORTREVISIONs
2017-03-07 12:44:41 +00:00
Dmitry Marakasov
097a6e0730 - Add LICENSE, don't install it with docs
- Switch to options helpers

Approved by:	portmgr blanket
2017-03-07 09:01:51 +00:00
Jason E. Hale
6c2d9007d5 - Update to 2.2.5
- Fetch from Github (Sourceforge files no longer available)
- Use USES=dos2unix to convert header files
- Remove DOCS option (all html docs were replaced with a single html page
  that just redirects to the muparser homepage)
- Add DOXYGEN option to build API documentation
- Use options target helpers
- configure script already supplies -fPIC -DPIC where needed, so remove it
  from the port Makefile
- Add LICENSE_FILE
- Move USES upward, group OPTIONS stuff together

Changes:	http://beltoforion.de/article.php?a=muparser&hl=en&p=release_notes

PR:		216090
Submitted by:	jhale
Approved by:	maintainer timeout (7 weeks)
2017-03-07 00:06:43 +00:00
Mahdi Mokhtari
afc009aa67 math/ocaml-ocamlgraph: Fix finding via ocaml's ld.conf
Reviewed by:	feld, mat
Approved by:	feld, mat (mentors)
Differential Revision:	https://reviews.freebsd.org/D9790
2017-03-04 04:16:16 +00:00
Mathieu Arnold
bebf3178ae Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
2017-03-03 16:00:19 +00:00
Sunpoet Po-Chuan Hsieh
bf768abe66 Update to 0.2612
Changes:	http://search.cpan.org/dist/Math-BigRat/CHANGES
2017-03-02 17:59:46 +00:00
Sunpoet Po-Chuan Hsieh
fbfda1f77f Update to 0.17
Changes:	http://search.cpan.org/dist/Math-BigInt-Lite/CHANGES
2017-03-02 17:59:18 +00:00
Kirill Ponomarev
0bbb5eef1e Update math/cminpack to 1.3.6
PR:		217366
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9813
2017-03-02 15:42:39 +00:00
Danilo Egea Gondolfo
7245c51874 - Update to 7.800.1 2017-03-01 19:18:57 +00:00
Wen Heping
ad85401fd0 - Update to 5.0.16 2017-03-01 12:43:33 +00:00
Wen Heping
70f3a49437 - Update to 2.4.22 2017-03-01 12:01:33 +00:00
Wen Heping
269fc4be08 - Update to version 20170124
PR:		217410
Submitted by:	pfg@(maintainer)
2017-03-01 06:38:42 +00:00
Mark Linimon
2fdf0aabd4 Mark as not for armv6: "not supported".
Note that in both of these cases, new versions are available.

Approved by:	portmgr (tier-2 blanket)
2017-03-01 02:39:15 +00:00
Sunpoet Po-Chuan Hsieh
19b1d5892e Update to 0.2611
- Use real PORTVERSION

Changes:	http://search.cpan.org/dist/Math-BigRat/CHANGES
2017-02-28 22:50:50 +00:00
Sunpoet Po-Chuan Hsieh
686530acfe Update to 1.14
- Add LICENSE_FILE
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Math-BaseCnv/Changes
2017-02-28 22:50:46 +00:00
Sunpoet Po-Chuan Hsieh
e39150a89c Update to 0.51
- Add LICENSE
- Add NO_ARCH
- Convert to options target helper

Changes:	http://search.cpan.org/dist/Math-Currency/Changes
2017-02-28 09:47:28 +00:00
Alexey Dokuchaev
4c11b9d392 `math/acalc' is a simple and pretty Qt4-based expression calculator.
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1481206796 which corresponds to commit 6c032ba tagged
as this release.

PR:		215158
Submitted by:	Andrey Ponomarenko
2017-02-28 08:44:48 +00:00
Thomas Zander
2491c806fb Update to upstream version 1.4.0; un-breank build; changed OPTIONs
Details:
- Update to upstream version 1.4.0
- Fix build
- Update maintainer e-mail address
- Removed OPTIONs: GEOTIFF LIBXML2 LASZIP APPS ATTRIBUTE
- New OPTIONs: PGPOINTCLOUD SQLITE PYTHON TESTS

PR:		215842
Submitted by:	lbartoletti@tuxfamily.org
Reviewed by:	riggs
Approved by:	maintainer timeout
MFH:		2017Q1 (build fix blanket)
2017-02-27 17:23:58 +00:00
Bartek Rutkowski
41bbb4de68 math/ipopt: update 3.12.6 -> 3.12.7
- Reset maintainership
- Add patches
- Add regression test option

PR:		217377
Submitted by:	pfg (maintainer)
2017-02-27 16:37:40 +00:00
Dmitry Marakasov
94c07f9b80 - Fix LICENSE
- Regenerate patches
2017-02-27 15:31:32 +00:00
Dmitry Marakasov
b290f48ebe - Cleanup pkg-descr 2017-02-27 12:46:32 +00:00
Dmitry Marakasov
0f94ae500a - Add LICENSE 2017-02-27 12:46:16 +00:00
Wen Heping
071d7e1613 - Update to 1.2.2
PR:		217370
Submitted by:	neel@neelc.org(maintainer)
2017-02-27 01:48:23 +00:00
Jose Alonso Cardenas Marquez
9f14548a75 - Freepascal update to 3.0.2
- Lazarus BUMP PORTREVISION
- Connect www/fpc-googleapi and devel/fpc-fcl-pdf
2017-02-26 17:38:04 +00:00
Raphael Kubo da Costa
9524d00377 Update to 5.9.0.
There seems to be no need to set CPPFLAGS and LDFLAGS, and install all of
numdiff's documentation.
2017-02-26 12:46:29 +00:00
Joseph Mingrone
d6a774a4d4 math/openblas: Fix build on 12-CURRENT armv6.
The build still fails on 11 armv6, however MFC of r313873 will hopefully
fix the build there as well.

While here also add LICENSE_FILE and fix portlint warnings.

PR:		217279
Submitted by:	mikael.urankar@gmail.com
Approved by:	phd_kimberlite@yahoo.co.jp (maintainer), swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D9801
2017-02-25 18:19:50 +00:00
Dmitry Marakasov
b765d52b8a - Fix LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
2017-02-25 09:01:43 +00:00
Mark Linimon
eae8bbbfc9 Mark a few leaf ports broken on aarch64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-02-24 21:55:52 +00:00
Dimitry Andric
c833b13462 Remove the devel/libc++ and devel/libcxxrt ports.
Since all supported versions of FreeBSD now have libc++ and libcxxrt in
the base system, and these ports were outdated, remove them, and update
any ports that still depended on them:
* graphics/gnash
* textproc/hs-double-conversion
* x11-toolkits/hs-wxc
* math/parmetis

Approved by:	portmgr (antoine)
Exp-run by:	antoine
PR:		217257
MFH:		2017Q1
2017-02-24 17:57:08 +00:00
Mathieu Arnold
ad6fe07f41 Fix build if math/pari is installed.
PR:		217233
Submitted by:	w schwarzenfeld utanet at
Reported by:	nico lifeisabug com
Sponsored by:	Absolight
2017-02-24 14:22:12 +00:00
Danilo Egea Gondolfo
a6e802a570 - Update to 7.800.0 2017-02-24 14:00:27 +00:00
Carlos J. Puga Medina
eb54a1e094 Drop maintainership and return them back to the pool. 2017-02-24 01:52:10 +00:00
Baptiste Daroussin
1b7fde09d5 Update to 0.5.0 2017-02-20 08:33:14 +00:00
Wen Heping
ef9e5f6b3e - Update to 5.0.15 2017-02-17 12:04:19 +00:00
Martin Wilke
e373f2537f - Update to 3.3.4
PR:             217101
Submitted by:	Yuri Victorovich (maintainer)
2017-02-17 10:45:43 +00:00
Dmitry Marakasov
4a1bf78fb7 - Fix license
- Switch to options helpers
2017-02-16 09:01:33 +00:00
Rene Ladan
676b34a127 Return the ports mistakenly reset to ports@ in r433856 to John Marino.
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.

The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time.
2017-02-15 21:33:11 +00:00
Tijl Coosemans
4db1f137e9 Remove -fPIC. Problem was already fixed in r432070.
Remove some other bits from older versions that no longer have any effect.
2017-02-14 18:08:27 +00:00
Tijl Coosemans
ac06bdac24 Remove -fPIC. It builds fine without. 2017-02-14 17:16:45 +00:00
Sunpoet Po-Chuan Hsieh
a2b28fc920 Update to 0.46
Changes:	http://search.cpan.org/dist/Math-GMPz/CHANGES
2017-02-14 14:33:27 +00:00
Antoine Brodin
35564ce926 Zero memory used by mpn_lshift_com configure test, this should fix
configure when malloc debugging is turned on (default on head)

With help from:	dim@
Reported by:	pkg-fallout
2017-02-14 09:40:20 +00:00
Joseph Mingrone
64f2a4cdd6 math/amath: Update to version 1.6.4.
Remove ONLY_FOR_ARCHS.

PR:		216926
Submitted by:	cs@innolan.dk (maintainer)
Reviewed by:	linimon
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9541
2017-02-13 22:26:25 +00:00
Sunpoet Po-Chuan Hsieh
8dfc6c9907 Update to 0.45
Changes:	http://search.cpan.org/dist/Math-GMPz/CHANGES
2017-02-13 19:01:51 +00:00
Alex Dupre
2dfbd4887f Finally update to 6.1.2 release, it should work fine with currently supported FreeBSD releases.
PR:		217071
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw>
2017-02-13 17:39:41 +00:00
Jan Beich
b18b84acc0 math/cvc3: unbreak with gcc6 or later
In file included from src/include/expr_manager.h:445:0,
                 from src/include/expr.h:803,
                 from expr.cpp:25:
src/include/expr_value.h: In static member function 'static size_t CVC3::ExprString::hash(const string&)':
src/include/expr_value.h:667:34: error: no match for call to '(std::hash<char*>) (const char*)'
     return s_charHash(str.c_str());
                                  ^
In file included from src/include/hash_map.h:54:0,
                 from src/include/compat_hash_map.h:34,
                 from src/include/expr.h:33,
                 from src/include/assumptions.h:36,
                 from src/include/theorem_producer.h:75,
                 from common_theorem_producer.h:34,
                 from common_theorem_producer.cpp:27:
src/include/hash_table.h: In instantiation of 'Hash::hash_table<_Key, _Value, _HashFcn, _EqualKey, _ExtractKey>::~hash_table() [with _Key = CVC3::Expr; _Value = std::pair<const CVC3::Expr, CVC3::CDOmap<CVC3::Expr, CVC3::Theorem, std::hash<CVC3::Expr> >*>; _HashFcn = std::hash<CVC3::Expr>; _EqualKey = std::equal_to<CVC3::Expr>; _ExtractKey = Hash::_Select1st<std::pair<const CVC3::Expr, CVC3::CDOmap<CVC3::Expr, CVC3::Theorem, std::hash<CVC3::Expr> >*> >]':
src/include/hash_map.h:82:9:   required from 'CVC3::CDMap<Key, Data, HashFcn>::~CDMap() [with Key = CVC3::Expr; Data = CVC3::Theorem; HashFcn = std::hash<CVC3::Expr>]'
common_theorem_producer.h:60:38:   required from here
src/include/hash_table.h:319:5: error: use of deleted function 'std::hash<CVC3::Expr>::~hash()'
     }
     ^
2017-02-11 19:54:32 +00:00
Danilo Egea Gondolfo
a4d4b29648 - Update to 7.700.0 2017-02-11 15:43:56 +00:00
Rene Ladan
921fd6118f Return ports maintained by John Marino to the pool, see r433827 for details 2017-02-11 12:42:30 +00:00
Mark Linimon
9c19df593a Add -fPIC to various ports to enable them to build on armv6.
Approved by:	portmgr (tier-2 blanket)
2017-02-09 18:53:12 +00:00
Rene Ladan
960578b28e Remove expired ports:
2017-02-08 misc/teslams: Broken for more than 6 months
2017-02-08 devel/libdict: Broken for more than 6 months
2017-02-08 math/R-cran-SuppDists: Broken for more than 6 months
2017-02-08 devel/py-re2: Broken for more than 6 months
2017-02-08 net-p2p/digitalcoin: Broken for more than 6 months
2017-02-08 18:52:24 +00:00
Thierry Thomas
ee9db16655 Unbreak. 2017-02-08 18:46:36 +00:00
Dmitry Marakasov
02565f1e95 - Mark BROKEN: does not fetch (404 not found)
MFH:		2017Q1
2017-02-08 09:52:03 +00:00
TAKATSU Tomonari
ac12b99890 - Update to 1.3-9 [1]
- Fix minimal version of CRAN_DEPENDS

Submitted by:	wen@ (via private e-mail) [1]
2017-02-08 02:40:11 +00:00
Mathieu Arnold
25c794224f Mark ports not building with PHP 7.1.
Sponsored by:	Absolight
2017-02-07 12:14:34 +00:00
Wen Heping
02b1142aac - Update to 5.0.14 2017-02-07 07:56:47 +00:00
Sunpoet Po-Chuan Hsieh
24e428fafb Update to 1.6004
Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2017-02-06 12:54:00 +00:00
Alex Dupre
0284b301ae Add test target and update patches.
PR:		216820
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw>
2017-02-06 08:17:14 +00:00
Jan Beich
afcba43610 math/scilab: unbreak with clang 4.0
src/cpp/diary_manager.cpp:64:24: error: ordered comparison between pointer and zero ('int *' and 'int')
        if (array_size > 0)
            ~~~~~~~~~~ ^ ~

PR:		216214
Submitted by:	pfg
Approved by:	maintainer timeout (2 weeks)
2017-02-05 18:57:40 +00:00
Ben Woods
a87f39c2c5 math/plplot: Update to 5.12.0
Changes this release:
  https://sourceforge.net/p/plplot/news/2017/01/plplot-5120-has-been-released/
2017-02-05 14:49:30 +00:00
Kirill Ponomarev
610ab969d5 Update math/cadabra2 to 2.1.2
PR:		216717
Submitted by:	yuri@rawbw.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9439
2017-02-05 07:35:28 +00:00
Jan Beich
18878f8faf Prefer -std=gnu89 over -fgnu89-inline 2017-02-05 03:30:43 +00:00
Tobias C. Berner
4c7d30bb70 Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS
pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.

Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9261
2017-02-04 13:37:15 +00:00
Antoine Brodin
1551adde5c Fix check-sanity: RUN_DEPENDS contains unsupported relative path to dependency 2017-02-03 11:21:50 +00:00
Kirill Ponomarev
afe2ed48c6 Update math/pari to 2.9.1
PR:		https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216713
Submitted by:	yuri@rawbw.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9416
2017-02-03 09:32:43 +00:00
Sunpoet Po-Chuan Hsieh
17e75d1f39 Update to 1.29
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Math-String/CHANGES
2017-02-02 13:31:17 +00:00
Sunpoet Po-Chuan Hsieh
8a7348c2ef Update to 2.14
Changes:	http://search.cpan.org/dist/Math-GMP/Changes
2017-02-02 13:31:12 +00:00
Dmitry Marakasov
d6352fcfef - Add LICENSE
- Switch to options helpers
2017-02-02 09:01:24 +00:00
Sunpoet Po-Chuan Hsieh
f3f453ed01 Update IGNORE_WITH_PHP 2017-02-01 19:43:42 +00:00
Emanuel Haupt
97c6d3de76 Move to GitHub as the original author of the project, George Gesslein II, is
now deceased. A diff between the GitHub tagname and the last distfile shows no
changes.

Correct the license from GPLv2 to LGPL21 and define LICENSE_FILE.
2017-02-01 12:02:22 +00:00
Dmitry Marakasov
1c96ea5d4a - Update to 1.1.21
- Allow concurrent installs (fix docdir)

PR:		212213
Submitted by:	xmj@FreeBSD.org
Approved by:	maintainer timeout (johannes@perceivon.net, 6 weeks)
2017-02-01 11:31:45 +00:00
Jan Beich
f26bc72ae5 math/newmat: unbreak with clang 4.0
newmat6.cpp:431:13: error: ordered comparison between pointer and zero ('int *' and 'int')
   if (indx > 0) { delete [] indx; indx = 0; }
       ~~~~ ^ ~

Reported by:	antoine (via exp-run)
2017-02-01 05:28:26 +00:00
John Marino
6ed951f2e7 Add forgotten revbump for math/opensolaris-libm 2017-01-31 20:04:15 +00:00
John Marino
587f5554bf math/opensolaris-libm: Second *BSD release
Interestingly, this update comes 11 years to the days after the original
source was released.  This resolves the OpenLibm testsuite failures for
the double variant of Bessel functions (seen always on Clang and on GCC
when fno-builtin switch set) and the gamma/lgamma failures for 0.5 and 3.0
arguments.  The associated implementions were replaced with the 1993
SunPro versions found in all BSD-based math libraries.

The failures were of the off-by-1-bit type explained by floating point
rounding.  Now all float and double tests found in OpenLibm's testsuite
pass.
2017-01-31 20:02:42 +00:00
Dmitry Sivachenko
ade4cbbc63 Update to version 4.61. 2017-01-31 09:24:04 +00:00
Dmitry Marakasov
ef11bb6d67 - Fix LICENSE
- Add LICENSE_FILE
- Fix CONFLICTS
- Strip library
- Switch to new test framework
- Simplify docs installation
2017-01-31 09:01:23 +00:00
Mark Linimon
dcd74e6387 Mark various ports broken on aarch64 and armv6.
Approved by:	portmgr (tier-2 blanket)
2017-01-31 03:40:46 +00:00
Sunpoet Po-Chuan Hsieh
3c654eea85 Update to 3.35
Changes:	http://search.cpan.org/dist/Math-MPFR/CHANGES
2017-01-30 21:42:45 +00:00
Sunpoet Po-Chuan Hsieh
acdf03da28 Update to 2.6.2
Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
2017-01-30 21:42:31 +00:00
John Marino
ca546db10d math/why3: Unbreak after ocaml-findlib change
Use the same technique madpilot used on x11-toolkits/ocaml-lablgtk2
to restore the build after the (unexpected) changed to the output
of ocamlfindlib during its update to 1.7.1

While here, document previously unknown ocamlfind requirement.
2017-01-29 23:39:24 +00:00
John Marino
48bb3208c4 math/ocaml-zarith: Unbreak after ocaml-findlib change
Use the same technique madpilot used on x11-toolkits/ocaml-lablgtk2
to restore the build after the (unexpected) changed to the output
of ocamlfindlib during its update to 1.7.1
2017-01-29 23:13:59 +00:00
Dmitry Marakasov
298a52adc5 Mark BROKEN, does bot build (probably because of math/pari update):
/usr/local/include/pari/paridecl.h:3202:9: error: conflicting types for 'mulreal'
GEN     mulreal(GEN x, GEN y);
        ^
../include/ca.h:1749:6: note: previous declaration is here
void mulreal(Num,Num,Real *);
     ^
2017-01-29 12:50:04 +00:00
Dmitry Marakasov
74efceab97 - Mark BROKEN:
ocamlfind: Bad configuration: Cannot mkdir /wrkdirs/usr/ports/math/ocaml-zarith/work/stage/usr/local/lib/ocaml/site-lib:/usr/local/lib/ocaml/zarith because a path component does not exist or is not a directory
2017-01-29 12:47:33 +00:00
Tilman Keskinoz
a313446d6d Update to 1.6.2
PR:		216538
Submitted by:	maintainer
2017-01-28 22:54:36 +00:00
Rene Ladan
a8d756b01f Remove expired ports:
2017-01-28 databases/ruby-rdbc1: Upstream no longer active
2017-01-28 databases/ruby-sybct: Upstream no longer active
2017-01-28 databases/ruby-o_dbm: Upstream no longer active
2017-01-28 databases/ruby-cdb: Upstream no longer active
2017-01-28 devel/ruby-rbison: Does not work on modern ruby
2017-01-28 devel/ruby-property: Upstream no longer exists
2017-01-28 devel/ruby-dialogs: Upstream no longer active
2017-01-28 devel/ruby-byaccr: Upstream no longer active
2017-01-28 devel/ruby-aspectr: Use rubygem-aspectr instead
2017-01-28 devel/ruby-locale: No longer useful
2017-01-28 devel/ruby-wirble: Upstream no longer active
2017-01-28 devel/ruby-tzfile: Upstream no longer exists
2017-01-28 devel/ruby-rreadline: Upstream no longer exists
2017-01-28 devel/ruby-intl: Use devel/rubygem-gettext instead
2017-01-28 graphics/ruby-imlib2: Upstream no longer active
2017-01-28 graphics/ruby-image_size: Upstream no longer active
2017-01-28 graphics/ruby-svg: Use graphics/rubygem-rsvg2 instead
2017-01-28 irc/ruby-rice: Upstream no longer active
2017-01-28 irc/ruby-rica: Upstream no longer active
2017-01-28 irc/ruby-irc: Upstream no longer active
2017-01-28 japanese/ruby-usersguide: Does not exist upstream
2017-01-28 japanese/ruby-mecab: Upstream no longer active
2017-01-28 mail/ruby-rmail: Upstream no longer active
2017-01-28 mail/ruby-rfilter: Upstream no longer active
2017-01-28 math/ruby-algebra: Use rubygem-algebra instead
2017-01-28 net/ruby-tserver: Upstream no longer active
2017-01-28 net/ruby-tcpsocketpipe: Upstream no longer active
2017-01-28 net/ruby-icmp: Upstream no longer active
2017-01-28 net/ruby-dict: Upstream no longer active
2017-01-28 palm/palmos-sdk: Upstream no longer exists
2017-01-28 security/ruby-hmac: Use www/rubygem-ruby-hmac instead
2017-01-28 security/ruby-tcpwrap: Upstream no longer active
2017-01-28 security/ruby-password: Upstream no longer active
2017-01-28 sysutils/ruby-quota: Upstream no longer active
2017-01-28 textproc/ruby-rss.alt: Upstream no longer active
2017-01-28 textproc/ruby-rss: Upstream no longer exists
2017-01-28 textproc/ruby-htmlrepair: Upstream no longer exists
2017-01-28 textproc/ruby-xmlscan: Upstream no longer active
2017-01-28 textproc/ruby-xml-configfile: Upstream no longer exists
2017-01-28 textproc/ruby-htmlsplit: Upstream no longer exists
2017-01-28 www/ruby-google: Upstream no longer active
2017-01-28 archivers/ruby-lha: Upstream no longer active
2017-01-28 x11/ruby-X11: Upstream no longer active
2017-01-28 audio/ruby-audiofile: Broken on modern versions of Ruby
2017-01-28 audio/ruby-mp3tag: Upstream no longer active
2017-01-28 converters/ruby-dump.rb: Upstream no longer active
2017-01-28 11:18:44 +00:00
Baptiste Daroussin
6ee27f54b1 SC-IM is a spreadsheet program that is based on SC
Some of the features of SC-IM
 * UNDO / REDO.
 * 65.536 rows and 702 columns supported. (The number of rows can be expanded
  to 1.048.576 if wished).
 * CSV / TAB delimited file import and export.
 * XLS / XLSX file import.
 * Key-mappings.
 * Sort of rows.
 * Filter of rows.
 * Cell shifting.
 * 256 color support - screen colors can be customized by user, even at runtime.
 * Colorize cells or give them format such as bold or underline.
 * Wide character support. The following alphabets are supported: English,
   Spanish, French, Italian, German, Portuguese, Russian, Ukrainian, Greek,
   Turkish, Czech, Japanese, Chinese.
 * Implement external functions in the language you prefer and use them in SC-IM
 * Use SC-IM as a non-interactive calculator, reading its input from a external
   script.
 * More movements commands implemented !
 * Input and Output was completely rewritten

WWW: https://github.com/andmarti1424/sc-im
2017-01-27 00:16:51 +00:00
Baptiste Daroussin
b6b1e272dd Library for parsing Excel (XLS) files, with a sample program for converting
Excel files into CSV.

WWW: http://libxls.sourceforge.net/
2017-01-27 00:14:31 +00:00
John Marino
1a8ed34516 math/p5-Math-Pari: Fix fetch on older Pari source
Approved by:	Just-fix-it
2017-01-26 19:26:56 +00:00
John Marino
adb2fed29b Disable portscout for math/opensolaris-libm
Interestingly, since I created a release tag in the same date format
used by the PORTVERSION, portscout thinks there is a new version
available (2006.01.31 => 2017.01.24).

Since the PORTVERSION is never going to change, disable portscout
entirely.  As the maintainer of the github repo, I'll know when a new
release is available anyway.
2017-01-25 15:55:48 +00:00
John Marino
3dc3b67a54 small typo in math/opensolaris-libm description fixed 2017-01-24 22:25:34 +00:00
John Marino
57615df9ab Add new port math/opensolaris-libm
In 2006, Sun Microsystems released math and vector math libraries as
part of their effort to open-source Solaris:

libmvec - vector math library
  This library contains function to evaluate common mathematical functions
  for several arguments at once. The argument values are specified by one
  or more vectors (arrays) of data, and the corresponding result values
  are stored in another vector.

libm - C99 math library
  Functions  in  this  library provide common elementary mathematical
  functions and floating point environment routines defined by System V,
  ANSI C, POSIX, and so on.  Additional functions in this library provide
  extended support for handling floating point exceptions.

The original source has been modified to build on FreeBSD and DragonFly
using GCC or clang and the GNU assembler.  All fixes introduced by Nexenta
and Illumos projects have also been incorporated.  Missing x86_64 variants
of lrint and lround have added.  The floating-point exception logging
including address->symbol tranlation has also been implemented.
2017-01-24 21:01:25 +00:00
Mathieu Arnold
9598df29d6 cleanup.
Sponsored by:	Absolight
2017-01-24 16:49:42 +00:00
Mathieu Arnold
cf4a4aea10 Unbreak after math/pari's latest upgrade by bundeling previous the
previous pari version.

Additionnally, update to 2.01080900.

Sponsored by:	Absolight
2017-01-24 16:37:13 +00:00
Torsten Zuehlsdorff
875dbacfa1 Connect PHP 7.1 ports (r432324) 2017-01-24 12:56:45 +00:00
Torsten Zuehlsdorff
db021968e3 Add PHP 7.1
Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org
2017-01-24 11:54:20 +00:00
Wen Heping
a269606cbb - Update from 2.3.1 to 3.0.0
- Add dependency science/libsvm
- Add USES=pkgconfig
- Sort USES alphabetical
- INSTALL_TARGET=install-strip

PR:		216367
Submitted by:	rhurlin@gwdg.de(maintainer)
2017-01-23 23:30:20 +00:00
Olivier Duchateau
39ae0638d5 Pantheon-calculator is a tiny, simple calculator designed for the Pantheon
desktop.

WWW: https://launchpad.net/pantheon-calculator
2017-01-23 16:48:35 +00:00
Rene Ladan
ef0a315d08 Reset sanpei@'s ports after 18 months of inactivity. 2017-01-22 22:02:25 +00:00
Tobias C. Berner
534c5656a2 math/rkward-kde4 : fix stage-qa
Not a gnome port, so don't use INSTALLS_ICONS.
(As INSTALLS_ICONS pulls in dependencies, bump revision).

Reviewed by:	rakuco, thierry
Approved by:	thierry (maintainer), rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9275
2017-01-22 19:53:38 +00:00
Tobias C. Berner
cb29bc88b0 Update math/gmm++ to 5.1
Due to it requiring c++11 features now, the consumers audio/csound
and audio/csound6 we're version bumped, and set USE_CXXSTD.

* http://download.gna.org/getfem/html/homepage/whatsnew/5.0.html
* http://download.gna.org/getfem/html/homepage/whatsnew/5.1.html

Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D7730
2017-01-22 12:50:08 +00:00
Dmitry Marakasov
511f0dd007 - Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches
2017-01-22 09:01:20 +00:00
Thomas Zander
450c345a8c Update to upstream version 2.9.0; new maintainer yuri@rawbw.com
PR:		201381
Submitted by:	yuri@rawbw.com (maintainer)
Reviewed by:	pi, riggs
2017-01-21 18:46:03 +00:00
Raphael Kubo da Costa
c3afff5417 Update to 1.6.1.
- Clang support.
- New website.

PR:		216344
Submitted by:	Carsten Larsen <cs@innolan.dk> (maintainer)
2017-01-21 14:49:05 +00:00
Wen Heping
4bd4a2fd85 - update to 1.0.3 2017-01-21 10:57:54 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Sunpoet Po-Chuan Hsieh
6d41f86b7c Update WWW: remove trailing / 2017-01-19 19:35:24 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-01-18 13:20:31 +00:00
Jason E. Hale
a1183f3809 Update to 3.3.6-pl1 (3.3.6.1)
Use ports test framework
Remove obsolete CVS tags

Changes:	http://www.fftw.org/release-notes.html
2017-01-16 23:10:15 +00:00
Dmitry Marakasov
13289e681b - Update to 1.2.0
PR:		216003
Submitted by:	neel@neelc.org (maintainer)
2017-01-16 11:44:17 +00:00
Thomas Zander
37b89163da Update to upstream version 5.0.311.0
PR:		216073
Submitted by:	udvzsolt@gmail.com (maintainer)
2017-01-15 14:07:30 +00:00
Mathieu Arnold
9468432a48 Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat:	portmgr
Sponsored by:	Absolight
2017-01-13 16:54:55 +00:00
Sunpoet Po-Chuan Hsieh
99e9376a4b Update to 1.3003
Changes:	http://search.cpan.org/dist/Math-BigInt-Pari/CHANGES
2017-01-12 20:02:59 +00:00
Sunpoet Po-Chuan Hsieh
510f7f0a4a Update to 1.6003
Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2017-01-12 20:02:54 +00:00
Sunpoet Po-Chuan Hsieh
790ce00b3c Update to 0.5006
Changes:	http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES
2017-01-12 20:02:50 +00:00
Sunpoet Po-Chuan Hsieh
2cdc8eb504 Update to 1.999808
Changes:	http://search.cpan.org/dist/Math-BigInt/CHANGES
With hat:	perl
2017-01-12 20:02:45 +00:00
Dmitry Sivachenko
fc4c1f14cc Update to version 0.8.2.
PR:		215894
Submitted by:	wen
2017-01-12 19:45:11 +00:00
Dmitry Marakasov
890df1dc00 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
- Switch to new test framework
- Whitespace fixes
- Switch to options helpers
2017-01-12 15:14:44 +00:00
Dmitry Marakasov
8244fe99bc - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-11 10:08:38 +00:00
Vanilla I. Shu
9a6ef01a2e 1: Update to 4.2.0.
2: strip binary.
3: modenize.
2017-01-11 01:41:36 +00:00
Dmitry Marakasov
9d79e7b146 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-09 13:16:49 +00:00
Wen Heping
0451ec87d3 - Update to 0.19.2
- Expand optional dependency on SQLAlchemy to v1.1
- Strip binary modules

PR:		215876
Submitted by:	john@saltant.com(maintainer)
2017-01-09 10:50:20 +00:00
Dmitry Marakasov
7b5e83a50f - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
- Switch to new test framework
- Switch to options helpers
2017-01-09 09:52:13 +00:00
Thierry Thomas
ff80c5cd80 Remove math/proj.4.
math/libproj was already duplicated as graphics/proj.

Reported by:	sunpoet and cmt
2017-01-08 00:06:42 +00:00
Sunpoet Po-Chuan Hsieh
e730d999d3 Add more PLIST_SUB to Mk/Uses/python.mk
- Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX
- Add PYTHON2 and PYTHON3
- Respect PYTHON_VERSION
- Rename PYOEXTENSION to PYTHON_PYOEXTENSION

This change would help:
- Build databases/postgresql*-plpython with Python 3
  (It has PLIST issue since bsd.python.mk to Uses/python.mk transition)
- Simplify Makefile

PR:		205807
Differential Revision:	https://reviews.FreeBSD.org/D4758
Exp-run by:	antoine
2017-01-07 21:42:28 +00:00
Baptiste Daroussin
405ca4b623 Drop useless declaration of PKG_CONFIG_PATH 2017-01-07 20:48:30 +00:00
Thierry Thomas
762deaa847 Upgrade libproj4 to proj.4 4.9.3. 2017-01-07 19:23:00 +00:00
Antoine Brodin
a82e0653ec Deprecate ports broken for more than 6 months 2017-01-07 17:04:18 +00:00
Antoine Brodin
3b8cb68f55 Add USES=makeinfo
Even with the recently added USES=gmake I still have spurious failures on
the exp builders, adding USES=makeinfo works around the problem
2017-01-06 23:09:12 +00:00
Antoine Brodin
db50719156 Fix configure with zlib 1.2.10, configure script believes that version
1.2.10 is lower than 1.2.5

Reported by:	pkg-fallout
MFH:		2017Q1
2017-01-06 21:38:11 +00:00
Jason E. Hale
1d64bf08cd Switch to gmake to hopefully prevent pkg-fallout errors that have been popping
up (specifically for math/fftw3-long), although, I can't reproduce them.

Making all in FAQ
restore=: && backupdir=".am$$" &&  am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:"
&& cd . &&  rm -rf $backupdir && mkdir $backupdir &&  if (/bin/sh /wrkdirs/usr/
ports/math/fftw3-long/work/fftw-3.3.5/missing makeinfo --version) >/dev/null 2>&1;
then  for f in ./fftw3.info ./fftw3.info-[0-9] ./fftw3.info-[0-9][0-9]
./fftw3.i[0-9] ./fftw3.i[0-9][0-9]; do  if test -f $f; then mv $f $backupdir;
restore=mv; else :; fi;  done;  else :; fi &&  cd "$am__cwd";  if /bin/sh
/wrkdirs/usr/ports/math/fftw3-long/work/fftw-3.3.5/missing makeinfo   -I .
-o ./fftw3.info ./fftw3.texi;  then  rc=0;  CDPATH="${ZSH_VERSION+.}:" && cd .;
else  rc=$?;  CDPATH="${ZSH_VERSION+.}:" && cd . &&  $restore $backupdir/*
`echo "././fftw3.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir; exit $rc
/wrkdirs/usr/ports/math/fftw3-long/work/fftw-3.3.5/missing: makeinfo: not found
WARNING: 'makeinfo' is missing on your system.
         You should only need it if you modified a '.texi' file, or
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <http://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <http://www.gnu.org/software/make/>
*** Error code 127
2017-01-06 17:15:38 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Dmitry Marakasov
9c8a649e64 Remove always-true/false conditions after 9.x, 10.[12] EOL
While here, couple minor fixes

portmgr blanket
2017-01-05 11:00:49 +00:00
Li-Wen Hsu
b1cee5757f - Update to 3.4.5 2017-01-05 06:17:03 +00:00
Mathieu Arnold
d83ff1e42e Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
2017-01-03 18:12:13 +00:00
Mathieu Arnold
c1b39669d4 Cleanup BROKEN/IGNORE for 10.3-
Sponsored by:	Absolight
2017-01-03 11:01:05 +00:00
Jan Beich
857289785e lang/gcc: clear BROKEN from consumers as 10.1 is past EOL
PR:		214863
2017-01-03 08:44:59 +00:00
Greg Lewis
a0e4b9be8e . Pet portlint.
PR:		215538
Submitted by:	rsmith@xs4all.nl
2017-01-03 01:21:31 +00:00
Greg Lewis
69ebb7416c . Turn gnuplotrc into a sample to avoid complaints if one customises it.
PR:		215538
Submitted by:	rsmith@xs4all.nl
2017-01-03 01:14:55 +00:00
Antoine Brodin
4430b8f6c9 Fix DISTFILES to not create duplicate lines in distinfo 2017-01-02 09:06:09 +00:00
Antoine Brodin
582ac8fd5c Remove duplicate lines from distinfo 2017-01-02 08:06:12 +00:00
Cy Schubert
51b47d9105 Update 0.2.18 --> 0.2.19
PR:		215699
Submitted by:	cy
Approved by:	maintainer (phd_kimberlite@yahoo.co.jp)
2017-01-02 03:56:15 +00:00
Wen Heping
645c111a1e - Fix build by add a patch which forgot in previous commit
while here add USES=dos2unix

Submitted by:	Yuri Victorovich<yuri@rawbw.com>(maintainer, via email)
2017-01-01 13:23:25 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Hiroki Sato
bb3308956b Update to 8.6. Fix PORTEPOCH accidentally removed in the previous commit. 2016-12-31 23:05:08 +00:00
Hiroki Sato
2f6eb8612d Update to 8.5. 2016-12-31 14:32:50 +00:00
Hiroki Sato
72015275a6 - Add missing dependencies.
- Strip installed binaries.
2016-12-31 09:00:20 +00:00
Hiroki Sato
419c903c4c - Add LICENSE.
- Strip installed binaries.
- Build "bistellar" binary.
2016-12-30 12:02:56 +00:00
Dmitry Marakasov
39068daf28 - Fix LICENSE
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- Switch to USES=localbase

Approved by:	portmgr blanket
2016-12-29 15:32:45 +00:00
Danilo Egea Gondolfo
2d49446ab1 - Update to 7.600.2 2016-12-29 12:18:30 +00:00
Dmitry Marakasov
c44ec4a636 - Fix BROKEN: only fails to build on 10.1
Approved by:	portmgr blanket
2016-12-29 09:11:55 +00:00
Dmitry Marakasov
073378fda7 - Add LICENSE
- Switch to options helpers
2016-12-29 09:01:03 +00:00
Wen Heping
0a674439d8 - Update to 1.0.5
Changes: http://cpansearch.perl.org/src/MARKOV/Math-Polygon-1.05/ChangeLog
2016-12-29 01:34:36 +00:00
Tobias C. Berner
67ccdda91a Update math/facile to 1.1.3
Approved by:	rakuco (mentor)
2016-12-28 23:03:03 +00:00
Dmitry Marakasov
65ffa9ea03 - Require newer clang instead of gcc to circumvent clang 3.8 internal error; this fixes consumer ports (at least cad/openscad) which suffer from libc++/libstdc++ incompatibility
Approved by:	portmgr blanket
2016-12-28 17:55:46 +00:00
Wen Heping
48ac8c4aea - Update to 1.2.4 2016-12-28 06:53:01 +00:00
Steve Wills
2b3a1ae3af math/ruby-algebra: deprecate 2016-12-27 21:21:03 +00:00
Steve Wills
d3d2bddb33 math/rubygem-algebra: create port
This is a library for mathematical computations. Our purpose is to express the
mathematical object naturally in Ruby. Though it is not operated fast, we can
see the algorithm of the mathematical processing not in black box but in
scripts. This library is in development stage.

WWW: https://github.com/kunishi/algebra-ruby2
2016-12-27 21:20:44 +00:00
Wen Heping
39007efbd8 yt supports structured, variable-resolution meshes, unstructured meshes,
and discrete or sampled data such as particles. Focused on driving
physically-meaningful inquiry, yt has been applied in domains such as
astrophysics, seismology, nuclear engineering, molecular dynamics, and
oceanography.

WWW: http://yt-project.org

PR:		214565
Submitted by:	yuri@rawbw.com
2016-12-27 06:35:22 +00:00
Dmitry Marakasov
bcb9b9663a - Fix LICENSE
- Add LICENSE_FILE
- Add missing USES=libedit

Approved by:	portmgr blanket
2016-12-26 12:34:32 +00:00
Dmitry Marakasov
b8af26188d - Add LICENSE
- Switch to options helpers
2016-12-26 09:00:59 +00:00
Stephen Montgomery-Smith
b51f6e0c82 - Revert to 2.1.2 because 2.2.0 breaks octave forge package installation.
- Bump portepoch.
2016-12-25 19:24:16 +00:00
Stephen Montgomery-Smith
c9da4659ad - Update to 2.2.0. 2016-12-25 18:45:02 +00:00
Dmitry Marakasov
76b7101742 - Add comment on why USE_GCC is needed
Approved by:	portmgr blanket
2016-12-25 14:33:14 +00:00
TAKATSU Tomonari
6c29f1fbd2 - Update to 1.2.5
- Fix argument of USES=cran
2016-12-24 09:12:10 +00:00
TAKATSU Tomonari
baca1c3a39 - Update to 0.99.8 2016-12-23 15:26:54 +00:00
TAKATSU Tomonari
d6d1f4b479 - Update to 0.7.600.1.0 2016-12-23 15:10:34 +00:00
Dmitry Marakasov
f516337e21 - Pet portlint
- Switch to USES=localbase
- Switch to new test framework
- Switch to options helpers
- Regenerate patches
2016-12-23 09:55:11 +00:00
Wen Heping
6a2d3ed739 - Pass maintainership to submitter
PR:		215489
Submitted by:	joneum@bsdproject.de
2016-12-22 12:00:08 +00:00
Sunpoet Po-Chuan Hsieh
7d547e564a - Update to 0.42
Changes:	http://search.cpan.org/dist/Math-GMPf/CHANGES
2016-12-21 20:46:35 +00:00
Dmitry Marakasov
dcd3a41a9d - Mark BROKEN on FreeBSD 10.1
Approved by:	portmgr blanket
2016-12-21 15:56:58 +00:00
Dmitry Marakasov
4a18ca142f - Mark BROKEN on FreeBSD 10.1, 10.2
Approved by:	portmgr blanket
2016-12-21 10:26:05 +00:00
Dmitry Marakasov
b54054a500 - Mark broken in i386:
Program received signal SIGBUS: Access to an undefined portion of a memory object.

Backtrace for this error:
#0  0x28B2C4D6
#1  0x28B2CB17
#2  0xFFFFE193
gmake[2]: *** [Makefile:10: level1] Bus error (core dumped)

Approved by:	portmgr blanket
2016-12-21 10:12:13 +00:00
David Naylor
cbba43df39 math/R-cran-car: updated to version 2.1-4
- updated comment to align with CRAN package
 - updated license to align with CRAN package
 - add new test dependencies:
   - math/R-cran-MatrixModels
   - math/R-cran-SparseM
   - math/R-cran-lme4
   - math/R-cran-nloptr
   - math/R-cran-survey
 - set NO_ARCH as port does not compile

Generated by:	portcran (0.1.3)
2016-12-20 09:56:19 +00:00
Dmitry Marakasov
cc33622fac - Mark broken
Approved by:	portmgr blanket
2016-12-19 11:20:57 +00:00
Wen Heping
56f75bee3a - Update to 0.13 2016-12-19 03:11:55 +00:00
Mathieu Arnold
74a3b89bf6 Whatever you do, ${PORTSDIR}/ keeps creeping back.
Sponsored by:	Absolight
2016-12-17 16:11:01 +00:00
Antoine Brodin
6a830b79bf Revert r428758 and unbreak
The portmgr blanket doesn't cover breakages

Pointy hat:	sunpoet
2016-12-17 13:26:05 +00:00
Sunpoet Po-Chuan Hsieh
026be4a90b - Use USES=makeinfo instead of hard-coded BUILD_DEPENDS
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin

Approved by:	portmgr (blanket)
2016-12-17 12:59:02 +00:00
Sunpoet Po-Chuan Hsieh
95c3169532 - Update to 0.47
Changes:	http://search.cpan.org/dist/bignum/CHANGES
2016-12-17 12:58:14 +00:00
Sunpoet Po-Chuan Hsieh
fd5e1946cd - Update to 0.5005
Changes:	http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES
2016-12-17 12:58:10 +00:00
TAKATSU Tomonari
b87ebef55d - Update to 1.7-14
- Add "compiles" argument to USES=cran
2016-12-17 12:19:58 +00:00
TAKATSU Tomonari
8bbbe2412d - Add new port: math/R-cran-backports
Implementations of functions which have been introduced in R since
  version 3.0.0. The backports are conditionally exported which results
  in R resolving the function names to the version shipped with R (if
  available) and uses the implemented backports as fallback. This way
  package developers can make use of the new functions without worrying
  about the minimum required R version.

  WWW: https://cran.r-project.org/web/packages/backports/
2016-12-17 06:52:40 +00:00
Danilo Egea Gondolfo
c3fd7b4cbb - Update to 7.600.1 2016-12-16 19:14:57 +00:00
Jan Beich
13d07760cf Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systems
PR:		215192
Requested by:	dim
Exp-run by:	antoine
Approved by:	antoine
2016-12-16 05:08:09 +00:00
Johan van Selst
2127a44c33 Stepping down as maintainer for some ports. 2016-12-14 21:48:10 +00:00
Sunpoet Po-Chuan Hsieh
92266c5224 - Update WWW: pear.php.net uses https://
Approved by:	portmgr (blanket)
2016-12-13 15:05:06 +00:00
Sunpoet Po-Chuan Hsieh
f102dee672 - Update WWW: pecl.php.net uses https://
Approved by:	portmgr (blanket)
2016-12-13 14:26:11 +00:00
Gerald Pfeifer
0f24239dee Add a comment to never remove the PORTREVISION?= line, since
math/lapack/Makefile is also included from math/blas which overrides
PORTNAME and PORTREVSION.

Approved by:	maho (maintainer)
2016-12-13 13:38:42 +00:00
Wen Heping
f9ad42b9b1 - Update to 0.19-1 2016-12-13 03:09:16 +00:00
Sunpoet Po-Chuan Hsieh
6489c91041 - Update to 0.46
Changes:	http://search.cpan.org/dist/bignum/CHANGES
2016-12-12 20:58:37 +00:00
Sunpoet Po-Chuan Hsieh
c53f6c6e59 - Update to 0.5004
Changes:	http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES
2016-12-12 20:58:33 +00:00
Sunpoet Po-Chuan Hsieh
e00ee6f303 - Add p5-Math-BigInt-Lite 0.16
Math::BigInt is not very good suited to work with small (read: typical less than
10 digits) numbers, since it has a quite high per-operation overhead and is thus
much slower than normal Perl for operations.

But for some applications, you want fast speed for small numbers without the
risk of overflowing. This is were Math::BigInt::Lite comes into play.

Math::BigInt::Lite objects should behave in every way like Math::BigInt objects,
that is apart from the different label, you should not be able to tell the
difference. Since Math::BigInt::Lite is designed with speed in mind, there are
certain limitations build-in. In praxis, however, you will not feel them,
because everytime something gets to big to pass as Lite (literally), it will
upgrade the objects and operation in question to Math::BigInt.

WWW: http://search.cpan.org/dist/Math-BigInt-Lite/
2016-12-12 20:57:31 +00:00
Sunpoet Po-Chuan Hsieh
d993604618 - Remove *_DEPENDS: Math::Complex 1.39+ is already in all supported Perl releases
- Bump PORTREVISION for dependency change
2016-12-12 20:57:26 +00:00
Stephen Montgomery-Smith
bab9cd2877 - Add LICENCE, and small modification to description of error in
libqhullcpp_QhullSet.h.

PR:		ports/215078
Submitted by:	z7dr6ut7gs@snkmail.com
2016-12-12 02:46:23 +00:00
Sunpoet Po-Chuan Hsieh
bfc16b8a3c - Update WWW: rubygems.org uses https://
With hat:	ruby
2016-12-11 19:27:01 +00:00
Antoine Brodin
bfa49f2358 Those ports build fine with bsd make 2016-12-11 17:40:02 +00:00
Jan Beich
0c612c4aa3 multimedia/ffmpeg: update to 3.2.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
2016-12-11 15:22:47 +00:00
Antoine Brodin
8be339c899 Those ports build fine with bsd make 2016-12-11 08:25:56 +00:00
John Marino
3400994423 math/moo is not jobs safe (flex generation) 2016-12-09 22:39:46 +00:00
Stephen Montgomery-Smith
adbeaa675a - Belated portrevision bump, which got lost because of a collision between
r428057 and r428116.
2016-12-09 14:16:22 +00:00
Tobias C. Berner
2daa0c1611 Update devel/cmake* to 3.7.1 [1]
Due to an upstream commit [2] we need now to pass
CMAKE_INSTALL_MANDIR:PATH="share/man" in the
devel/llvm-* ports, and fix the plist of net/remmina.
Further add an upstream patch to  math/plplot to
fix the build with 3.7.1.

[1] https://cmake.org/cmake/help/v3.7/release/3.7.html
[2] https://github.com/kitware/cmake/commit/956054

PR:		214975
Approved by:	rakuco (mentor)
Exp-run by:	antoine
2016-12-09 11:40:59 +00:00
Wen Heping
0eee0fc535 - Update to 4.5.0
PR:		215126
Submitted by:	itbot@list.ru
Approved by:	6yearold@gmail.com(maintainer)
2016-12-09 07:02:53 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
323dfa7d83 Remove libtiff.so.4 compatibility links that were added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:07:33 +00:00
Tijl Coosemans
7ae3f48312 Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since.
2016-12-08 15:38:24 +00:00
Stephen Montgomery-Smith
a75d0d7eef qhull:
- Update to 2015.2.
- Install docs in DOCSDIR.
- Add a workaround patch for 9.x base compiler.
plplot:
- Accomodate changes to qhull, including port revision bump.

PR:		ports/215078
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
2016-12-08 13:32:59 +00:00
Matthias Andree
7c4332af9c Fix up math/blas's PORTREVISION going backwards, broken in r428057.
PR:		214965
Approved by:	portmgr ('just fix it' blanket)
2016-12-08 02:34:44 +00:00
Sunpoet Po-Chuan Hsieh
5d2dd4bf1c - Update to 1.07
Changes:	http://search.cpan.org/dist/Math-MPC/CHANGES
2016-12-07 16:19:35 +00:00
Gerald Pfeifer
e4b7b9118a Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
2016-12-07 13:24:56 +00:00
Jan Beich
e5f65e3147 math/ceres-solver: update to 1.12.0
Changes:	https://github.com/ceres-solver/ceres-solver/compare/1.12.0rc4...1.12.0
2016-12-06 22:53:54 +00:00
Sunpoet Po-Chuan Hsieh
67818d39f7 - Update to 1.3002
Changes:	http://search.cpan.org/dist/Math-BigInt-Pari/CHANGES
2016-12-06 14:52:51 +00:00