Commit graph

10795 commits

Author SHA1 Message Date
Torsten Zuehlsdorff
a6bc455d6d lang/php56: Update from 5.6.24 to 5.6.25
PR:           212183
Submitted by: Kurt Jaeger <pi@FreeBSD.org>
Approved by:  pi (mentor)
2016-08-30 12:55:20 +00:00
David Naylor
1f709cc81a math/R-cran-gss: updated to version 2.1-6
- mark port as needing to compile

Generated by:	portcran (0.1.1)
2016-08-30 05:56:02 +00:00
Danilo Egea Gondolfo
71322fa62f - Update to 7.400.2 2016-08-28 21:19:05 +00:00
TAKATSU Tomonari
43ea57dafe - Update to 2.1.1
- Update LICENSE
- Add "compiles" argument to USES=cran
2016-08-28 21:14:40 +00:00
Stephen Montgomery-Smith
6c26d6fde4 - Update to 1.2.3. 2016-08-28 15:20:21 +00:00
TAKATSU Tomonari
ea7bd37aea - Update to 0.7.400.2.0 2016-08-27 11:40:11 +00:00
Thierry Thomas
6ea7538060 Update to v2.16d and unbreak. 2016-08-26 20:00:36 +00:00
Jung-uk Kim
a18d45b367 Consistently set USE_JAVA to "yes" to reduce future confusion.
Approved by:	olgeni (maintainer)
2016-08-25 17:14:09 +00:00
Wen Heping
34ca5bea69 - Update to 0.43
Changes: http://cpansearch.perl.org/src/PJACKLAM/bignum-0.43/CHANGES
2016-08-25 14:14:26 +00:00
Wen Heping
c8870d40d0 - Update to 3.33
Changes: http://cpansearch.perl.org/src/SISYPHUS/Math-MPFR-3.33/CHANGES
2016-08-25 14:06:47 +00:00
Dmitry Sivachenko
1ba9ecc6a8 Update to version 1.5.4. 2016-08-25 13:07:34 +00:00
Tobias C. Berner
0f583d8700 Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports

At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.

The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].

Changes to the KDE Ports needed by this:

Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
2016-08-24 08:20:31 +00:00
TAKATSU Tomonari
2dbcfc0711 - Update to 1.3-7 2016-08-24 06:03:22 +00:00
TAKATSU Tomonari
66a3d1f205 - Update to 0.3.2.9.0
- Add "compiles" argument to USES=cran
2016-08-24 05:58:34 +00:00
John Marino
0b70cc11ff math/oleo: document ncurses and remove extern errno
While here, regenerate all patches with makepatch
2016-08-23 16:25:35 +00:00
John Marino
c0eeeb0ae9 math/gmp: use CONFIGURE_TARGET rather than recreating it
The --build configure argument is a re-invention of CONFIGURE_TARGET
except that platform is hardcoded to freebsd rather than the value
of OPSYS:tl.  Use CONFIGURE_TARGET instead.  It's a no-op for FreeBSD
but is a fix for DragonFly.

Approved by:	non-invasive DF support blanket
2016-08-23 14:04:01 +00:00
Danilo Egea Gondolfo
200a502ad5 - Update to 7.400.1 2016-08-20 15:57:46 +00:00
Dmitry Sivachenko
68b749cd19 Update to version 1.5.3. 2016-08-20 11:45:20 +00:00
Pawel Pekala
414a2297cb - Update to version 3.4.0, now hosted on GitHub [1]
- Add EXAMPLES option [1]
- Fix COMMENT declaration, use ?= so that slave can overide it
- Add LICENSE_FILE
- Convert to options helpers, test framework
- Remove MPI option and move it's all functionality to slave port
  This allows removal of setting PKGNAMESUFFIX in master port depending
  on options selected which is deprecated. Move LIB_DEPENDS on mpich2
  to slave, declare CONFLICTS_INSTALL, MPICH_ARG in such way that can
  be overidden by the slave.

PR:		211454 [1]
Submitted by:	Iblis Lin [1]
2016-08-18 16:19:56 +00:00
Dmitry Marakasov
81e812fb7f - Drop deprecated WX_UNICODE
- Regenerate patches with `make makepatch`
- Fix WWW:
2016-08-16 08:32:15 +00:00
Dmitry Marakasov
e6df31c96a - Mark BROKEN: does not fetch (no address record) 2016-08-16 07:58:25 +00:00
David Naylor
2542f11ad1 math/R-cran-car: update to 2.1-3.
- Corrected documentation for mcPlots
 - added id.location argument to showLabels to vary location of labels
 - added fix for compatiblity with Rcmdr with missing data in several plotting
   functions.
 - deltaMethod() now reports confidence intervals.
 - print.summary.Anova.mlm() has new SSP and SSPE arguments to determine
   whether the corresponding matrices are printed (suggestion of Michael
   Friendly).
 - summary() and print() methods for Anova.mlm() can now report univariate
   ANOVAs (suggestion and some code by Michael Friendly).
 - added "value" and "vcov" attributes to objects returned by
   linearHypothesis() (after suggestions by Liviu Andronic and Steven Yen).
 - compareCoefs() now checks classes of models.
 - small fixes/changes.
2016-08-15 16:31:39 +00:00
Tobias C. Berner
8bd38ffae8 New port: devel/grantlee5 and Uses/grantlee.mk
The upcoming KDE Frameworks ports need grantlee5

*  Add devel/grantlee5 and move installed headers into a subdirectory include/grantlee5
*  Move header files from devel/grantlee into a subdirectory
       include/grantlee4
   to make sure ports do not pick up the wrong headers
*  Add Uses/grantlee.mk to handle the PLIST_SUB and LIB_DEEPENDS needed
   by ports using grantlee (before we set the PLIST_SUB manual in very
   of the depending ports, which now should not be needed anymore).
*  The ports depending on devel/grantlee have been modified from
      LIB_DEPENDS=libgrantlee_gui.so:devel/grantlee
   to
      USES=grantlee:4
   as this does not affect the package no version bumped was made.

Reviewed by:    mat, rakuco
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D7434
2016-08-15 15:36:19 +00:00
Dmitry Marakasov
994a7a01f5 - Add LICENSE_FILE
- Switch to USES=localbase
- Switch to new test framework
- Switch to options helpers
2016-08-15 09:01:07 +00:00
Stephen Montgomery-Smith
6f74706f80 - Remove the port math/bamg, as it is no longer supported upstream. 2016-08-14 18:36:34 +00:00
Kurt Jaeger
fd4977b729 math/py-keras: 1.0.6 -> 1.0.7
PR:		211698
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2016-08-11 04:22:57 +00:00
Li-Wen Hsu
6ca0a78817 - Update to 0.5.2
PR:		211687
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
2016-08-09 06:13:32 +00:00
Wen Heping
1ec7c0b42a - Update to 1.2.0.2 2016-08-08 12:00:21 +00:00
Wen Heping
1b8f14e139 - Update to 3.31 2016-08-08 11:48:24 +00:00
Stephen Montgomery-Smith
f723ee6204 - Update to 1.2.0-rc4. 2016-08-05 22:37:09 +00:00
Stephen Montgomery-Smith
dd4e4550b3 - Update to 1.0.1. 2016-08-05 22:13:34 +00:00
John Marino
b95421020d math/R: maintainer rework
See PR for signficant changes to math/R port including options,
build defaults, and patch updates.

PR:		211393
Submitted by:	Joseph Mingrone (maintainer)
2016-08-05 02:30:18 +00:00
John Marino
7cf9d118c6 math/R: Tweak previous ${OSVERSION} without ${OPSYS} commit
I made a mistake; some of the post-patch target does apply to DragonFly
as well as the pre-configure target.  Tighten up which code is designated
as FreeBSD only.  (again, a No-Op for FreeBSD)

Approved by:	OSVERSION/OPSYS blanket
2016-08-04 03:00:26 +00:00
Danilo Egea Gondolfo
001b628a5e - Update to 7.300.1
- Re-add the config.hpp patch

PR:		211559
Submitted by:	pi
2016-08-03 19:37:59 +00:00
Kurt Jaeger
ca086cb1ad math/armadillo: 6.700.7 -> 7.100.3
PR:		210050
Changes:	http://arma.sourceforge.net/docs.html#version_7100
Approved by:	danilo (maintainer timeout)
2016-08-03 16:27:21 +00:00
John Marino
380a75a521 math/R: Fix usage of ${OSVERSION} without ${OPSYS}
There are several OSVERSION checks but everything is specific to FreeBSD
so the entire block is wrapped with a single OPSYS check to minimize
changes to the makefile.

Approved by:	OSVERSION/OPSYS blanket
2016-08-03 15:15:02 +00:00
Mathieu Arnold
aef5a66670 Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
2016-08-03 12:47:05 +00:00
Stephen Montgomery-Smith
31ff51545b - Mark port as broken as master site seems to no longer exist. 2016-08-01 03:50:49 +00:00
TAKATSU Tomonari
a0d2548835 - Update to 0.6-6
- Add "compiles" argument to USES=cran
2016-07-31 07:38:28 +00:00
Antoine Brodin
23a8ddfe73 Fix build after math/glpk update
Reported by:	pkg-fallout
PR:		211455
2016-07-30 09:51:29 +00:00
TAKATSU Tomonari
eccaed9eda - Update to 1.2.4 2016-07-30 08:15:11 +00:00
Stephen Montgomery-Smith
516b88298e - Don't install share/cmake/hdf5/libhdf5.settings to avoid clash with
science/paraview

PR:		ports/211334
Submitted by:	Chen Xie <xiechen96@gmail.com>
2016-07-29 23:45:41 +00:00
Pawel Pekala
156efdcc39 - Update to version 4.55 [1]
- Convert to USES=localbase
- Move OPTIONS block to proper place, use helpers
- Argument --disable-dl for MYSQL=off was dropped because
  it made configure script fail when IODBC=on

PR:		203448
Submitted by:	pfg [1]
2016-07-29 17:31:43 +00:00
TAKATSU Tomonari
d1b2ef5b90 - Update to 0.7.200.2.0 2016-07-28 10:32:38 +00:00
Pawel Pekala
157a61c6e9 Update to version 1.0.6
PR:		211409
Submitted by:	Neel Chauhan (maintainer)
2016-07-27 21:53:10 +00:00
Maho Nakata
539ea05319 1. Some dependencies were added per QA advice.
2. updated to version 4.0.3
   deleted obsolete patch 'patch-libinterp-octave-value-ov-classdef'
   Java and GUI are now optional
   plist is now generated automatically
   revised dependencies

PR:		211291
Submitted by:	bsam (1), Alexander Sherikov (2)
2016-07-27 05:44:40 +00:00
Carlos J. Puga Medina
1f9e9d9abf - Update to 0.10.2
- Switch to USES=localbase

Changelog:
  http://savannah.gnu.org/forum/forum.php?forum_id=8626

Reviewed by:	amdmi3, feld (mentors)
Approved by:	amdmi3, feld (mentors)
Differential Revision:	D7308
2016-07-26 16:40:42 +00:00
Dmitry Marakasov
b40321a3c8 - Update to 2.13
- While here, fix LICENSE

PR:		211131
Submitted by:	jharris@widomaker.com (maintainer)
2016-07-26 15:54:16 +00:00
Stephen Montgomery-Smith
2833ed12f1 - Add more xorg and gl dependencies so that they are correctly registered.
- Bump portrevision.
2016-07-26 02:43:33 +00:00
Rene Ladan
78450f0a5d Reset miwi@'s ports, he stepped down from the Ports Team.
With hat:	portmgr-secretary
2016-07-25 20:01:02 +00:00