1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
Commit Graph

11870 Commits

Author SHA1 Message Date
Stephen Montgomery-Smith
11ba7ade14 - Make sure qscintilla links correctly to octave (otherwise the built in text editor
doesn't work in the GUI version).
2018-03-01 19:41:29 +00:00
Wen Heping
1a2b7c28de This small library contains a series of simple tools for constructing and
manipulating confounded and fractional factorial designs.

WWW: https://cran.r-project.org/package=conf.design

PR:		220057
Submitted by:	pfg@
2018-03-01 14:25:36 +00:00
Ben Woods
c59700567b math/ogdf: unbreak build with Clang 6 (C++14 by default)
The bundled version of CoinMP required the same patches as those applied
to the port math/coinmp, so the patches were copied from there.

Submitted by:	jbeich (via commit r458136)
Reported by:	antoine (via bug 224669)
2018-03-01 12:09:48 +00:00
Stephen Montgomery-Smith
abe7d71bec - Make sure build doesn't use qt5 libraries/utilities.
PR:		ports/226246
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
2018-02-28 14:40:48 +00:00
Joseph Mingrone
50a2334e7f math/R: Turn on the TCLTK option by default
The TCLTK option was turned off in r455296, however this breaks
devel/R-cran-gsubfn.

PR:		224472
Submitted by:	w.schwarzenfeld@utanet.at
2018-02-28 00:24:47 +00:00
Jason W. Bacon
15ed0266d5 Remove math/ufc in preparation for upgrade of all FEniCS components.
UFC has been deprecated by the FEniCS project and rolled into FFC.

Reviewed by:    mat
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14427
2018-02-26 15:48:42 +00:00
Jason E. Hale
ff9dc9b22b math/libqalculate: Update to 2.2.1
math/qalculate: Update to 2.2.1

Download the pre-rolled releases hosted on GitHub instead of using USE_GITHUB
to avoid running autoreconf, etc.

Backport upsteam patches for several instances of FindQalculate.cmake in KDE 4.x
ports that could not detect the newer libqalculate.

Bump PORTREVISION on dependent ports due to shared library version increase.

Changes:	https://qalculate.github.io/news.html
Differential Revision:	https://reviews.freebsd.org/D14459
2018-02-26 11:22:36 +00:00
Antoine Brodin
9c8ccaf367 Explicitely disable openmp, for some reasons configure enables it on
10.x amd64 (not other archs) and this causes fallout in some octave-forge
ports

With hat:	portmgr
2018-02-26 09:14:10 +00:00
Yuri Victorovich
5d37d55c1f math/py-theano: Unbroke the port.
Port changes:
* Fixed shebang and pythn intepreter in theano/misc/check_blas_many.sh
* While here, added LICENSE/LICENSE_FILE

Approved by:	portmgr (port compliance, infrastructure)
Approved by:	tcberner (mentor, implicit)
2018-02-26 07:04:28 +00:00
Yuri Victorovich
181baddf3e math/mosesdecoder: Unbroke the port.
Port changes:
* Added USES=python (used in scripts)
* Added SHEBANG_FILES for pythin scripts
* Added python_OLD_CMD
* Added stripping
* Added command silencing

Approved by:	tcberner (mentor, implicit)
2018-02-26 03:42:57 +00:00
Yuri Victorovich
54f50c5207 math/gambit: Unbroke the port.
Port changes:
* Added the patch to avoid permissions problem.
  Reported it upstream: https://github.com/gambitproject/gambit/issues/229
* Took maintainership.
* Removed USE_LDCONFIG (not needed).

Approved by:	tcberner (mentor, implicit)
2018-02-25 23:43:34 +00:00
Stephen Montgomery-Smith
70e8ba8740 - Add NO_ARCH=yes to those octave-forge-* ports that don't install anything
compiled.

Reported by:	Yuri <yuri@rawbw.com>
2018-02-25 22:15:18 +00:00
Thierry Thomas
880ac9d042 Upgrade to 7.0. 2018-02-25 16:37:42 +00:00
Mark Linimon
9b2fd3f7d8 Force commit. 2018-02-25 05:52:28 +00:00
Mark Linimon
d3b63fd8ad Force commit to correct attribution:
Differential Revision:	https://reviews.freebsd.org/D13127
2018-02-25 05:51:43 +00:00
Mark Linimon
c9eaee0170 Add patch to enable on powerpcspe.
Tested for harmlessness on amd64.

Differential revision:	https://reviews.freebsd.org/D14335
Submitted by:		jhibbits
2018-02-25 05:49:48 +00:00
Sunpoet Po-Chuan Hsieh
8ab6f18700 Update to genuine 0.8.0
- Change MASTER_SITES to CHEESESHOP
- Remove BUILD_DEPENDS
- Fix version requirement of RUN_DEPENDS
- Use SHEBANG_GLOB
- Cosmetic change
- Bump PORTREVISION for package change
- Take maintainership

Changes:	https://github.com/statsmodels/statsmodels/releases
		https://github.com/statsmodels/statsmodels/commits/maintenance/0.8.x
2018-02-25 05:33:44 +00:00
Sunpoet Po-Chuan Hsieh
ef0cb0d0d2 Update to 0.5.0
- Fix LICENSE
- Add LICENSE_FILE
- Allow concurrent installation (USE_PYTHON=concurrent)
- Move PORTDOCS and PORTEXAMPLES to PLIST
- Add PyPI as primary WWW
- Take maintainership

Changes:	https://github.com/pydata/patsy/blob/master/doc/changes.rst
2018-02-25 05:33:38 +00:00
Sunpoet Po-Chuan Hsieh
e94de26b97 Update to 1.1.24
- Update COMMENT
- Add LICENSE_FILE
- Add missing OPTIONS_DEFINE=DOCS
- Strip shared library
- Convert to options target helper
- Add PyPI and GitHub repository to WWW
- Take maintainership

Changes:	https://github.com/dmuellner/fastcluster
		https://github.com/dmuellner/fastcluster/blob/master/NEWS.txt
2018-02-25 05:33:33 +00:00
Sunpoet Po-Chuan Hsieh
4dc7ffa1f5 Fix LICENSE_FILE
- Simplify concurrent installation:
  - Use USE_PYTHON=concurrent
  - Remove DOCSDIR
- Convert to test framework
- Install only selected documentation to DOCSDIR
- Do not silence installation message
- Bump PORTREVISION for package change
- Take maintainership
2018-02-25 05:33:28 +00:00
Sunpoet Po-Chuan Hsieh
4d1285dd5a Cosmetic change 2018-02-25 05:32:19 +00:00
Yuri Victorovich
a31a69692d Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.

Approved by:	tcberner (mentor, implicit)
2018-02-25 00:40:37 +00:00
Stephen Montgomery-Smith
6c8fca2829 - Remove octave-forge ports no longer supported upstream. 2018-02-25 00:12:32 +00:00
Stephen Montgomery-Smith
2317ffd324 - Remove broken dependencies.
- Update to 20180224.
2018-02-25 00:01:39 +00:00
Stephen Montgomery-Smith
0498ca790f - Mark broken. 2018-02-24 23:50:25 +00:00
Stephen Montgomery-Smith
d7a2b79005 - Mark broken. 2018-02-24 23:46:41 +00:00
Stephen Montgomery-Smith
bbe3034dd2 - Mark broken. 2018-02-24 23:38:32 +00:00
Stephen Montgomery-Smith
034a0483e6 - Update to 0.6.1. 2018-02-24 23:36:55 +00:00
Stephen Montgomery-Smith
4fd7f8e8b6 - Small bug fix so that packages x.y and x.y.0 are considered the same.
- Bump portrevision.
2018-02-24 23:17:04 +00:00
Stephen Montgomery-Smith
3722a560b0 - Add missing run dependency. 2018-02-24 23:15:44 +00:00
Stephen Montgomery-Smith
67f2baae7c - Mark broken. 2018-02-24 22:58:37 +00:00
Stephen Montgomery-Smith
52a5b28900 - Depreciating because no longer valid package with octave. Set expiration
for two months to give time for people who use older version of octave.
2018-02-24 22:36:54 +00:00
Stephen Montgomery-Smith
f4cd14cc6e - Bump portrevision for math/octave-forge-* ports because of update of
math/octave to 4.2.1 (r462865).
2018-02-24 22:03:00 +00:00
Stephen Montgomery-Smith
03c2ec3f73 - Update to 4.2.1.
- Maintainership to stephen@.

PR:		ports/225073
Submitted by:	Ben Lauwens <ben.lauwens@gmail.com>
2018-02-24 21:52:31 +00:00
Sunpoet Po-Chuan Hsieh
d71bcc791f Remove outdated post-configure: 2018-02-24 14:02:20 +00:00
Baptiste Daroussin
a434a0b56f Update to 0.7.6 2018-02-24 11:33:33 +00:00
Yuri Victorovich
b0896d33d0 math/py-matplotlib: Update to 2.1.2
Maintainer's timeout expired: mainland@apeiron.net

Additional port changes:
* Changed to DISTVERSION
* Changed WWW to https URL

PR:		222689
Submitted by:	Kostas Oikonomou <ko@research.att.com> (version 2.0.2)
Approved by:	portmgr (maintainer timeout, 14 days)
Approved by:	tcberner (mentor, implicit)
2018-02-24 11:12:25 +00:00
Tobias C. Berner
8e78ac8e67 Give xmj@'s ports back to the pool
PR:		226157
Submitted by:	xmj
2018-02-24 08:52:27 +00:00
Yuri Victorovich
062883ccfc math/py-networkx: Remove python 2.7 version restriction
py36 works now.

PR:		225777
Submitted by:	John W. O'Brien <john@saltant.com>
Approved by:	tcberner (mentor, implicit)
2018-02-23 21:30:50 +00:00
Kurt Jaeger
5a4fd5ad50 New port: math/reduce-psl
REDUCE Portable Standard Lisp (PSL)

REDUCE is an interactive system for general algebraic computations of
interest to mathematicians, scientists and engineers.

PSL was the original implementation of Standard Lisp, but now contains
many more facilities. It is quite efficient in its use of both space and
time, and has been optimized for algebraic computation. All PSL versions
of REDUCE are distributed with sufficient PSL support to run on the given
computing system. PSL is supported on many architectures and is an ideal
system for those wanting to run REDUCE as a stand-alone system. The
principal developer of PSL before it became Open Source was the Konrad
Zuse Center, Berlin (ZIB).

It is often used as an algebraic calculator for problems that are possible
to do by hand. However,  REDUCE is designed to support calculations that
are not feasible by hand.

WWW: http://www.reduce-algebra.com/

PR:		226098
Submitted by:	pfg
2018-02-23 20:23:26 +00:00
Pedro F. Giffuni
378e09f306 math/reduce: update to latest snapshot and cleanup.
Pet portint: no functional change.

PR:		224234
Approved by:	pi (implicit)
2018-02-23 15:21:20 +00:00
Pedro F. Giffuni
ee1f9469bf math/reduce: update to latest snapshot and cleanup.
Make clear we are building the Codemist Standard Lisp (CSL) version.

Remove parts of the PSL version that were previously not very well
maintained as they are being moved out into a separate port.

PR:		224234
Approved by:	pi
2018-02-23 15:11:36 +00:00
Tobias C. Berner
a4a7daf069 Give the KDE SC4 applications ports a -kde4 suffix
In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.

PR:		225992
Exp-run by:	antoine
Reviewed by:	rakuco, adridg
Differential Revision:	https://reviews.freebsd.org/D14413
2018-02-22 19:03:17 +00:00
Yuri Victorovich
991ba577ea math/py-bottleneck: Added USE_PYTHON=concurrent; stripped shared libs; added LICENSE_FILE
Also split out post-install-DOCS-on.

Approved by:	tcberner (mentor, implicit)
2018-02-22 08:09:08 +00:00
Anton Berezin
63bad0e7ab Update to 0.9704. 2018-02-20 18:42:43 +00:00
Yuri Victorovich
68a3050144 math/py-yt: Update to 3.4.1
Additional port changes:
* Changed to DISTVERSION
* Updated MAINTAINER
* Now supports all python versions
* Added USE_PYTHON=concurrent

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
2018-02-19 19:52:39 +00:00
Danilo Egea Gondolfo
2446ba352f - Update to 8.400.0 2018-02-19 16:34:45 +00:00
Antoine Brodin
f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00
Gerald Pfeifer
008178c996 Simplify MASTER_SITES (GNU/${PORTNAME} is the same as the simpler GNU). 2018-02-18 13:40:42 +00:00
Wen Heping
2bdb5a4f78 - Update to 1.0.5 2018-02-18 12:36:18 +00:00