Commit graph

10586 commits

Author SHA1 Message Date
Dmitry Marakasov
328f72bad9 - Fix USES
- Add missing options descriptions
- Switch to options helpers

Approved by:	portmgr blanket
2016-02-09 14:53:36 +00:00
Philippe Audeoud
e9b36fa0f3 - Update to 3.30 2016-02-09 14:51:59 +00:00
Philippe Audeoud
dfb489cb29 - Update to 2.015 2016-02-09 14:21:31 +00:00
Dmitry Marakasov
85cf4395e8 - Fix build of cgal consumers (sfcgal) with boost 1.60
PR:		199601
Approved by:	portmgr blanket
2016-02-09 10:38:38 +00:00
Johan van Selst
1cc229ff2a Update calc to 2.12.5.3 (minor bugfix) 2016-02-09 07:11:45 +00:00
TAKATSU Tomonari
39a1ec1cf9 - Update to 0.99.5 2016-02-08 09:31:37 +00:00
TAKATSU Tomonari
3d944e2ac8 - Update to 1.2.1 2016-02-07 23:10:25 +00:00
Kurt Jaeger
9bea4e0ea1 math/p5-Math-BigInt: the overload of '..' is still not supported in perl
- Similar patch is done in the lang/perl* ports

PR:		196773
Submitted by:	papowell@astart.com
Approved by:	tobez (maintainer timeout)
2016-02-07 17:41:50 +00:00
Stephen Montgomery-Smith
5f3038b528 - Update to 1.2.1. 2016-02-07 15:41:35 +00:00
John Marino
2fdffa6115 math/calctool: USES+= ncurses, link with ncurses, not curses
Also use OPTIONS_SUB=yes.  More options framework could be used as well.
2016-02-07 14:07:15 +00:00
John Marino
bd6523c890 math/reduce: document ncurses requirement (USES+=ncurses)
while here:
  * simplify TARGET_SDIR so inclusion not required
  * add --build configure argument (from dports, no effect on fbsd)

approved by:	infrastructure blanket
2016-02-07 13:21:14 +00:00
John Marino
ed97e49367 math/orpie: USES+= ncurses 2016-02-07 11:58:41 +00:00
John Marino
3f040e0ff4 math/spar: USES+= ncurses, link with ncurses (not curses) 2016-02-07 11:57:46 +00:00
John Marino
2f05c274fa math/sc: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-07 11:56:50 +00:00
John Marino
7da7d1fce8 math/lambda: USES+= ncurses, link to ncurses (not termcap) 2016-02-07 11:44:47 +00:00
John Marino
202d1d1c01 math/foma: remove linkage with termcap (part of ncurses work)
approved by:	infrastructure blanket
2016-02-07 11:40:20 +00:00
John Marino
c494d7aa1f math/add: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-07 11:38:15 +00:00
John Marino
069852d8fc math/aamath: document ncurses requirement (USES+=ncurses)
Also link with ncurses, not termcap

approved by:	infrastructure blanket
2016-02-07 11:37:24 +00:00
Kubilay Kocak
275db1ead5 graphics/py-graphviz: Move to py-pygraphviz, Fix 3.x build
There are numerous graphviz related packages in PyPI, including:
graphviz, graphviz-python and pygraphviz.

This port, py-graphviz, is not and does not provide the same package
as the 'graphviz' package on PyPI (CHEESESHOP).

Further, it blocks the creation of a correctly named py-graphviz port,
is a POLA violation in terms of users expecting to find and recieve
the package they expect based on a standard search, and is likely to
create confusion among other ports if they depend on a python graphviz
package, which could result in incorrect packages/dependencies.

This is why among other reasons, Python packages should be named
exactly what they are called in PyPI, or inside install_requires,
setup_requires or tests_requires as dependencies in other packages.

This change moves py-graphviz to py-pygraphviz to correct the above
incorrect naming.

While I'm here:

- Remove backup (http) MASTER_SITES, CHEESESHOP is highly-available
  and provides a Geo-aware CDN by Fastly.
- Remove {BUILD,RUN}_DEPENDS in favour of the actual LIB_DEPENDS
- Use PYDISTUTILS_* framework variables to customise the build instead
  of hack patching setup.py
- Enable autoplist, fixing builds on Python 3.x [1]
- Enable concurrent (Python version) installation
  - Hack patch setup.py to preclude docs installation, as it adds a
    directory to --record and breaks pkg-plist output [2]
- Remove DOCSDIR override (no longer necessary)
- Assign MAINTAINER'ship to python@
- Add TEST_DEPENDS and test target
- pkg-descr: Match WWW URL to setup.py:homepage field
- pkg-descr: Improve package description text (matching upstream)

While I'm sweeping dependencies:

- Fix a typo in science/gramps: s|>-|>=

[2] https://wiki.freebsd.org/Python (Open task for install_data bug)

Reported by:	Ben Woods (via IRC) [1]
2016-02-07 09:44:24 +00:00
Johan van Selst
7351c651ab Update to calc 2.12.5.2 2016-02-07 07:54:49 +00:00
Adam Weinberger
fba327fcc9 Update to 1.05. Strip XS module. Remove p5-Test-Pod from TEST_DEPENDS,
as that is for author tests, not end-user tests.

Changes: https://metacpan.org/changes/distribution/Math-MPC
2016-02-06 16:44:03 +00:00
Danilo Egea Gondolfo
3ed8b40551 - Update to 1.10.2 2016-02-06 13:45:05 +00:00
Antoine Brodin
a39da1d39c Don't package ${LOCALBASE}/info/dir 2016-02-06 11:06:35 +00:00
Antoine Brodin
9c480c44f9 Mark BROKEN on head too
Reported by:	pkg-fallout
2016-02-05 17:27:22 +00:00
Antoine Brodin
1a1a180462 Mark BROKEN everywhere: does not build
In file included from fst/_fst.cpp:322:
In file included from /usr/local/include/fst/fstlib.h:93:
/usr/local/include/fst/shortest-path.h:75:52: error: a space is required between consecutive right angle brackets (use '> >')
    const vector<pair<typename Arc::StateId, size_t>>& parent,
                                                   ^~
                                                   > >
/usr/local/include/fst/shortest-path.h:91:26: error: a space is required between consecutive right angle brackets (use '> >')
      ArcIterator<Fst<Arc>> aiter(ifst, s);
                         ^~
                         > >

Reported by:	pkg-fallout
2016-02-05 17:23:29 +00:00
TAKATSU Tomonari
88ebbbfc1c - Update to 1.2.0
- Fix LICENSE
2016-02-03 03:07:05 +00:00
Ruslan Makhmatkhanov
1d86d24911 Bump minimal python3 version to 3.3 in USES
Because we are going to remove python 3.2 from the ports tree

With hat:   python
2016-02-02 20:01:44 +00:00
Stephen Montgomery-Smith
36fd0ed4df - Update to 0.5.0. 2016-02-02 19:21:45 +00:00
Dmitry Sivachenko
1e57682369 Update to version 1.5.0. 2016-01-30 13:47:57 +00:00
Antoine Brodin
650c8e40d5 Unbreak, math/R was updated to version 3.2.2 in r400221 2016-01-30 12:04:00 +00:00
Olivier Duchateau
2da06aa0f7 It is a calculator plugin for the Xfce4 panel. The plugin supports common
mathematical operators, constants (pi) and functions.

WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-calculator-plugin

Obtained from:	Xfce devel repository
2016-01-30 06:09:07 +00:00
Danilo Egea Gondolfo
295a854442 - Update to 6.500.4 2016-01-29 23:41:23 +00:00
Li-Wen Hsu
b345365ece Add openlibm, high quality system independent, portable, open source libm
PR:		206676
Submitted by:	Iblis Lin <e196819@hotmail.com>
2016-01-29 13:52:24 +00:00
TAKATSU Tomonari
0449136bd0 - Update to 0.6.500.4.0 2016-01-28 09:18:30 +00:00
Carlos J. Puga Medina
bb66785018 Log:
- Fix build with new GCC and remove BROKEN
  - Regenerate patches to make portlint(1) happy
  - Add fortran to USES
  - Bump PORTREVISION

PR:		205241
Submitted by:	Carlos J. Puga Medina <cpm@fbsd.es>
Approved by:	junovitch (mentor)
2016-01-27 09:42:36 +00:00
Stephen Montgomery-Smith
433bf93ce8 - Change Python bindings to ON by default.
- Bump portrevision.

Submitted by:	thierry@FreeBSD.org
2016-01-27 02:01:46 +00:00
TAKATSU Tomonari
968b20fe37 - Update to 0.99.3.2 2016-01-26 20:34:52 +00:00
TAKATSU Tomonari
38c185db0c - Update to 0.5-92
- Fix LICENSE
2016-01-26 01:28:19 +00:00
Thierry Thomas
1344fcfcd9 - math/plplot depends on the legacy math/qhull5, and since this port
conflicts with the new one, it was impossible to install together
  math/plplot and math/qhull;

- fix PKG_CONFIG_DIR.

PR:		ports/205937
Submitted by:	/me
Approved by:	maintainer
2016-01-24 14:05:33 +00:00
Dmitry Marakasov
cb03675fd4 - Add LICENSE_FILE
- Strip library
2016-01-24 13:56:00 +00:00
TAKATSU Tomonari
b5b3b2db57 - Update to 0.6.400.2.2
- Fix LICENSE
2016-01-24 13:27:25 +00:00
TAKATSU Tomonari
84b7c0e440 - Update to 0.4-5 2016-01-24 12:33:30 +00:00
TAKATSU Tomonari
80307d9933 - Update to 0.3.2.7.0
- Fix LICENSE
2016-01-24 11:32:51 +00:00
TAKATSU Tomonari
d9d1b33348 - Update to 0.99.3
- Update WWW: in pkg-descr
2016-01-24 11:17:31 +00:00
TAKATSU Tomonari
abdcf96db7 - Update to 0.4-4
- Fix LICENSE
2016-01-24 03:50:07 +00:00
Sunpoet Po-Chuan Hsieh
7f82db2965 - Strip shared library
- Bump PORTREVISION for package change
2016-01-23 15:15:32 +00:00
John Marino
f04fb356d7 math/why3-spark: Mark BROKEN (broken by ocaml changes) 2016-01-23 08:18:24 +00:00
Maxim Sobolev
c34ae61a18 Add py-cdecimal, a fast drop-in replacement for the Decimal module
in python < 3.3.
2016-01-23 02:58:20 +00:00
Stephen Montgomery-Smith
91ad1ce68f - Update to 0.1.10. 2016-01-21 15:54:44 +00:00
Stephen Montgomery-Smith
50dd4b1417 - Add optional dependency math/octave-forge=doctest.
- Update to 20160120.
2016-01-20 19:38:40 +00:00
Stephen Montgomery-Smith
e362d2de21 - Update to 0.4.1. 2016-01-20 19:36:45 +00:00
Wen Heping
f77bece776 - Update to 5.37.3
PR:		204939
Submitted by:	mike.d.ft402@gmail.com
Approved by:	maintainer(timeout, >40 days)
2016-01-20 08:45:57 +00:00
Stephen Montgomery-Smith
705b810ce6 - Put back uses=pkgconfig 2016-01-19 20:43:35 +00:00
Sunpoet Po-Chuan Hsieh
0ff354bf27 - Update to 0.43
Changes:	http://search.cpan.org/dist/Math-GMPz/CHANGES
2016-01-19 14:04:07 +00:00
Stephen Montgomery-Smith
dbd89fb58d - Set optional dependency math/octave-forge-video.
- Bump portrevision.
2016-01-18 06:21:18 +00:00
Stephen Montgomery-Smith
cce56014e0 - Update to 1.2.1.
- Remove broken.
2016-01-18 06:18:50 +00:00
Stephen Montgomery-Smith
8d58cd08b6 - Mark broken with FreeBSD 10 or older.
Reference:	http://beefy6.nyi.freebsd.org/data/101amd64-default/406195/logs/octave-forge-ad-1.0.6_12.log
		http://beefy2.nyi.freebsd.org/data/93amd64-default/406086/logs/octave-forge-ad-1.0.6_12.log
2016-01-17 20:12:20 +00:00
Stephen Montgomery-Smith
53a6737886 - Mark broken of FreeBSD 9 or older.
Reference:	http://beefy1.nyi.freebsd.org/data/93i386-default/406195/logs/octave-forge-image-2.4.1.log
2016-01-17 20:05:53 +00:00
Stephen Montgomery-Smith
b1c17f3525 - Mark broken of FreeBSD 9 or older.
Reference:	http://beefy2.nyi.freebsd.org/data/93amd64-default/406195/logs/octave-forge-tisean-0.2.3.log
2016-01-17 20:04:02 +00:00
Sunpoet Po-Chuan Hsieh
7912512f15 - Update to 0.54
Changes:	http://search.cpan.org/dist/Math-Int64/Changes
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:10:18 +00:00
Sunpoet Po-Chuan Hsieh
139bdb1146 - Update to 0.42
Changes:	http://search.cpan.org/dist/Math-GMPz/CHANGES
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:10:14 +00:00
Sunpoet Po-Chuan Hsieh
89ed8a5acc - Update to 0.39
Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:10:09 +00:00
Sunpoet Po-Chuan Hsieh
e2abbc01ca - Update to 0.41
Changes:	http://search.cpan.org/dist/Math-GMPf/CHANGES
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:10:04 +00:00
John Marino
178a588a64 math/spooles(-mpich): Fix DOCS options
The OPTIONS_DEFINE line was placed after <bsd.ports.pre.mk> meaning the
<bsd.ports.option.mk> file was imported before the options were defined.
This is revealed by SELECTED_OPTIONS showing up blank rather than as
"DOCS".  Move the line before the includes to fix.

Approved by:	just-fix-it
2016-01-17 11:18:31 +00:00
Thomas Zander
1820fb01b5 Update to upstream version 2.8
PR:		206090
Submitted by:	dieterich@ogolem.org (maintainer)
2016-01-16 20:14:03 +00:00
Martin Wilke
4f74f12dd2 - Update to 15.09.2
PR:		206251
Submitted by:	ports fury
2016-01-15 15:34:25 +00:00
Vanilla I. Shu
89a0360806 Upgrade to 0.5. 2016-01-13 07:52:32 +00:00
Alex Kozlov
b1b9b70c76 - Remove unused USE_* knobs:
databases/mysql57-server
   games/kajongg
   textproc/ruby-htree

- Fix typos in USE_* knobs:
   graphics/fortytwo
   math/hexcalc
   misc/gnustep-examples
   www/h2o

- Remove unused BROKEN_alpha knob:
   devel/directfb

- Remove user-settable knob:
   multimedia/tovid

Approved by:	portmgr blanket
2016-01-13 05:39:29 +00:00
Stephen Montgomery-Smith
8da7c5157e - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
Stephen Montgomery-Smith
287e9a0731 - Add math/otave-forge-tisean as an optional dependency.
- Update to version 20160113.
2016-01-13 04:31:59 +00:00
Stephen Montgomery-Smith
ac82ab0591 - New port math/octave-forge-tisean.
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.
2016-01-13 03:47:11 +00:00
Stephen Montgomery-Smith
3da75467c6 - New port math/octave-forge-sparsersb.
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 port uses math/librsb, which is quite difficult to install.  Therefore
this port will not be installed as part of the math/octave-forge meta-port.
2016-01-13 03:24:32 +00:00
Stephen Montgomery-Smith
e758fefc91 - Update to 1.3.0. 2016-01-13 03:05:36 +00:00
Stephen Montgomery-Smith
a5bedca5ca - Update to 2.0.0. 2016-01-13 03:05:04 +00:00
Stephen Montgomery-Smith
33362d5a9d - Update to 2.2.2. 2016-01-13 03:04:29 +00:00
Stephen Montgomery-Smith
7832391a68 - Update to 4.3.3. 2016-01-13 03:03:19 +00:00
Stephen Montgomery-Smith
70106146e9 - Update to 2.4.0. 2016-01-13 03:02:48 +00:00
Stephen Montgomery-Smith
0f7b24d1fe - Update to 2.0.0. 2016-01-13 03:02:10 +00:00
Stephen Montgomery-Smith
e421fad22e - Update to 2.3.4. 2016-01-13 03:01:35 +00:00
Stephen Montgomery-Smith
ccf798cbe8 - Default to off the optional dependencies that are broken. 2016-01-13 02:11:26 +00:00
Stephen Montgomery-Smith
3d2fdfdf54 - Mark broken. This package is currently unmaintained upstream. 2016-01-13 02:02:55 +00:00
Stephen Montgomery-Smith
68e5c487ef - Mark as broken, as it will not build with octave-4.0.0. 2016-01-13 02:00:19 +00:00
Maho Nakata
a2415bfdec Forgot to add patches, and bump port revision
PR:		201737
Submitted by:	you.akira.noda@gmail.com
Also spotted by: stephen@
2016-01-13 01:53:49 +00:00
Stephen Montgomery-Smith
03da2131d6 - Mark broken. This package is currently unmaintained upstream. 2016-01-13 01:52:17 +00:00
Stephen Montgomery-Smith
c0cf58fa5e - Unbreak. Add patch so it will build with octave-4.0.0. 2016-01-13 01:49:08 +00:00
Stephen Montgomery-Smith
52163851c5 - Add patch so it builds with octave-4.0.0. 2016-01-13 01:41:27 +00:00
Stephen Montgomery-Smith
0e3e736351 - Mark broken. This package is currently unmaintained upstream. 2016-01-13 01:30:43 +00:00
Stephen Montgomery-Smith
7cb93ad308 - Mark broken. This package is currently unmaintained upstream. 2016-01-13 01:25:54 +00:00
Stephen Montgomery-Smith
d713db6db3 - Update to 2.4.1. 2016-01-13 01:24:14 +00:00
Stephen Montgomery-Smith
fff94295ed - Mark as broken, as it will not build with octave-4.0.0. 2016-01-13 01:21:11 +00:00
Stephen Montgomery-Smith
d0e31d59aa - Update to 1.4. The only change is to call octave-cli instead of octave. 2016-01-13 01:19:33 +00:00
Sunpoet Po-Chuan Hsieh
d22d718620 - Update to 0.42
Changes:	http://search.cpan.org/dist/bignum/CHANGES
2016-01-12 21:40:45 +00:00
Sunpoet Po-Chuan Hsieh
853558e3e9 - Update to 3.29
Changes:	http://search.cpan.org/dist/Math-MPFR/CHANGES
2016-01-12 21:40:40 +00:00
Sunpoet Po-Chuan Hsieh
b1a871f0c7 - Update to 1.25
- Add LICENSE

Changes:	http://search.cpan.org/dist/Math-BigInt-Pari/CHANGES
2016-01-12 21:40:35 +00:00
Sunpoet Po-Chuan Hsieh
57df4a4ccd - Update to 1.49
Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2016-01-12 21:40:30 +00:00
Sunpoet Po-Chuan Hsieh
b0757ed492 - Update to 0.40
Changes:	http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES
2016-01-12 21:40:25 +00:00
Sunpoet Po-Chuan Hsieh
c2bacbc492 - Update to 1.999715
Changes:	http://search.cpan.org/dist/Math-BigInt/CHANGES
With hat:	perl
2016-01-12 21:40:21 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Dmitry Marakasov
94817f0784 Add Public Domain support to ports license framework. You can now use
LICENSE=  PD

Note that although Public Domain is not technically a license, it's
handled in the same way as licenses here, which is a common practice
(Arch, Gentoo, Fedora, Debian, even FOSSology do the same).

Convert all ports which redefine Public Domain LICENSE to LICENSE=PD.

Approved by:	portmgr (bapt)
Differential Revision:	D4149
2016-01-12 14:33:21 +00:00
Stephen Montgomery-Smith
bc6676f7b8 - Update to 1.6.6. 2016-01-12 01:09:30 +00:00
Pawel Pekala
ee268a4a01 Remove deprecated @dirrm
PR:		206071
Submitted by:	myself
Approved by:	portmgr (blanket)
2016-01-09 14:59:54 +00:00
Olivier Duchateau
a3911c113c - Update to 1.10.4
- Remove DOCVERSION (use SF host to fetch PDF documentation, more up-to-date
than SciPy.org)

Changes: https://github.com/numpy/numpy/blob/master/doc/release/1.10.4-notes.rst
2016-01-08 08:33:03 +00:00
Maho Nakata
90f7db573c Update to 4.0.0
PR:		201737 (partially)
Submitted by:	you.akira.noda@gmail.com
2016-01-08 08:18:36 +00:00
Pawel Pekala
9edcde37b9 - Remove home grown plist target, it used deprecated @dirrm
and make makeplist is doing the same job just fine
- Remove DOCS option, only DOCSDIR directory was installed,
  bump PORTREVISION - plist changed for default configuration
- Use options helper for EXAMPLES option
2016-01-06 19:48:08 +00:00
Dmitry Sivachenko
f1d26b30e0 Release to ports@ 2016-01-06 16:59:24 +00:00
Kubilay Kocak
0667006249 math/{py-}cryptominisat: Update to 4.5.3
Common:

- Update PORTVERSION and distinfo checksum (4.5.3) [1]
- Switch to GITHUB for DISTFILES, remove USES=tar accordingly [1]

py-cryptominisat:

- Convert into fully fledged port
- Add distinfo and proper (unique) pkg-descr
- Remove MASTER port overrides accordingly
- Match COMMENT to upstream setup.py:description
- De-scope USES=compiler to compiler only
- Remove upstreamed patches
- Patch to properly use distutils and autoplist instead
  of an uncessary cmake build (Also add post-patch for this)
- Strip shared library

cryptominisat:

- Remove slave port overrides
- Add BUILD_DEPENDS on vim-lite for xxd(8) tool [1]
- Remove upstreamed patches [1]
- Add patches for missing includes breaking builds on 9.3 [1]
- Update pkg-plist [1]

[1] https://github.com/msoos/cryptominisat/issues/304

PR:		204850 [1]
Submitted by:	maintainer [1]
Approved by:	maintainer [*]
2016-01-06 14:07:05 +00:00
Ruslan Makhmatkhanov
9c73f6b26d math/py-networkx: let it build with python3
Drop the python version limit, by asking user to uncheck some options,
that will not work with python3 for now.

PR:		204594
Submitted by:	John W. O'Brien <john@saltant.com>
Approved by:	dikshie@sfc.wide.ad.jp (maintainer)
2016-01-05 08:42:05 +00:00
Raphael Kubo da Costa
cfc4677d8c Switch to a working MASTER_SITE.
Version 3.1 does not seem to be released in PyPI.

MFH:		2016Q1
2016-01-03 23:23:09 +00:00
Kurt Jaeger
2487f5dd9f math/jags: 3.4.0 -> 4.0.0
- New WWW
- Changes:
  https://martynplummer.wordpress.com/2015/08/02/whats-new-in-jags-4-0-0-part-14-reproducibility-and-testing/
  https://martynplummer.wordpress.com/2015/08/09/whats-new-in-jags-4-0-0-part-24-dealing-with-undefined-nodes/
  https://martynplummer.wordpress.com/2015/08/16/whats-new-in-jags-4-0-0-part-34-r-style-features/#more-353

PR:		204525
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
Approved by:	bf
2016-01-03 18:13:44 +00:00
Muhammad Moinur Rahman
07435ddabf math/p5-Math-Derivative: Update version 0.03=>0.04 2016-01-02 00:16:40 +00:00
Olivier Duchateau
7063b1135e - Update to 1.10.2
- Reintroduce DOCVERSION variable, PDF documentation is not synchronized with
release
- Add missing dependency [1] for NETLIB option

PR:		203638 [1]
Submitted by:	John Hein [1]
2016-01-01 17:34:40 +00:00
Raphael Kubo da Costa
6009256d19 Switch to a working MASTER_SITE and unmark broken.
Also remove an old entry from distinfo that has not been used since r238832.
2016-01-01 16:51:12 +00:00
Raphael Kubo da Costa
9e595f5d16 Update to 1.0.0 and unbreak fetching.
- Switch to the port's new GitHub location.
- Add more runtime dependencies for additional functionality.
2016-01-01 16:21:44 +00:00
Raphael Kubo da Costa
76db174327 Fix MASTER_SITES for pure-* ports in math/.
cdn.bitbucket.org returns HTTP 403, switch to bitbucket.org to unbreak
fetching.
2016-01-01 15:54:38 +00:00
Raphael Kubo da Costa
a5d3a7ab28 Switch to a working MASTER_SITE, regenerate distinfo and unmark BROKEN.
Switch to fetching the source tarball from the website indicated in WWW. It
is slightly different from the previous tarball: some build system files
were generated by a more recent version of autotools, the documentation
contains a typo fix and its ChangeLog mentions this fix.
2016-01-01 15:49:44 +00:00
Dmitry Marakasov
a5b75f4afd - Pet portlint
- Switch to options helpers
2015-12-31 10:58:16 +00:00
Martin Wilke
fd13f084af - Correct PORTNAME
Reported by:    koobs
2015-12-31 03:24:11 +00:00
Martin Wilke
3461c16a26 - Remove duplicate www
- Provide a better description
2015-12-31 03:19:03 +00:00
Martin Wilke
ae8c724ac2 Tools for manipulating VTK (Visualization Toolkit) files in Python.
WWW: https://github.com/pearu/pyvtk/
WWW: https://pypi.python.org/pypi/PyVTK/

PR:		205644
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2015-12-31 03:12:50 +00:00
Rene Ladan
3b93c5c02a Remove expired ports:
2015-12-30 www/ocsigen: Broken for more than 6 months
2015-12-30 devel/monodevelop-database: Broken for more than 6 months
2015-12-30 lang/cduce: Broken for more than 6 months
2015-12-30 science/hdf-java: Broken for more than 6 months
2015-12-30 math/p5-Math-Geometry-Planar-GPC-Polygon: Broken for more than 6 months
2015-12-30 www/eliom: Depends on broken and expiring www/ocsigen
2015-12-30 audio/py-fastaudio: Broken for more than 6 months
2015-12-30 devel/jgoodies-common: Broken for more than 6 months
2015-12-30 graphics/pinta: Broken for more than 6 months
2015-12-30 games/kanatest: Broken for more than 6 months
2015-12-30 editors/bless: Broken for more than 6 months
2015-12-30 security/burpsuite: Broken for more than 6 months
2015-12-30 23:20:40 +00:00
Antoine Brodin
818888376b Fix fech, GH_PROJECT for this port is case sensitive 2015-12-30 09:53:30 +00:00
Sunpoet Po-Chuan Hsieh
d7371a5f05 - Update to 0.260802
- Add LICENSE
- Add NO_ARCH
- Remove outdated post-patch:
- Sort PLIST

Changes:	http://search.cpan.org/dist/Math-BigRat/CHANGES
2015-12-29 16:10:20 +00:00
Mathieu Arnold
7823fa4b7e Cleanup GH_* and variables order.
Sponsored by:	Absolight
2015-12-29 14:30:46 +00:00
Raphael Kubo da Costa
1a698db6ec Drop PLOT option.
gnuplot completely removed support for the gnugraph and unixplot terminal
drivers in 2011. From the one of the ChangeLog files:

> 2011-05-31  Ethan A Merritt  <merritt@u.washington.edu>
> [...]
> Remove obsolete terminal drivers gnugraph and unixplot. The underlying
> gnu plotutils library is itself more than 10 years out of date (last
> release July 2000) and the terminal drivers haven't been upgraded for
> longer than that. In any event, current gnuplot has better native
> terminal drivers for the devices supported by unixplot/gnugraph.

In practice, this means the PLOT option is a no-op and the dependency on
graphics/plotutils is unnecessary. Indeed, if one looks at the port's build
logs in the cluster the following can be seen:

configure: WARNING: unrecognized options: --without-lisp-files, --with-plot,
--disable-thin-splines, --with-wx-config

PR:		205488
Approved by:	glewis (maintainer)
2015-12-26 23:47:57 +00:00
Martin Wilke
ff66763537 - Fix build
PR:		205491
2015-12-26 11:40:41 +00:00
Koop Mast
6bf0ceb19e Update gnumeric to 1.12.25. 2015-12-26 10:36:45 +00:00
Kubilay Kocak
d8b78e009c math/py-pycosat: Update to 0.6.1
- Update PORTVERSION and distinfo checksum (0.6.1) [1]
- Use PYTHON_SITELIBDIR in post-install STRIP_CMD
- Update test target to new convention

Changes:

  https://github.com/ContinuumIO/pycosat/blob/0.6.1/CHANGELOG

PR:		205564 [1]
Submitted by:	Yuri <yuri rawbw com> [1]
2015-12-26 07:23:01 +00:00
Vanilla I. Shu
5e279ec3d3 Add py-pyhull 1.5.6, computation of convex hull, Delaunay triangulation
and Voronoi diagram.

PR:		205593
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2015-12-25 09:20:38 +00:00
Sunpoet Po-Chuan Hsieh
53ac6eda6f - Update MAINTAINER: use @FreeBSD.org 2015-12-25 07:04:07 +00:00
Wen Heping
12f9e1d4a5 - Update to 2.3.6 [1]
- Update my email

PR:		205561 [1]
Submitted by:	yuri@rawbw.com [1]
2015-12-25 06:05:17 +00:00
Martin Wilke
58a1eb3975 - Update from 2.2.2 (r2652) to 2.2.3 (r2737)
- Use other distfile naming scheme again
- Correct usage of wx-config for SAGA GIS module io_virtual
- Adjust naming scheme of patches via 'make makepatch'
- Update pkg-plist

PR:		    205491
Submitted by:   maintainer
2015-12-24 14:04:16 +00:00
Stephen Montgomery-Smith
550f30b303 - Update to 0.3.0. 2015-12-23 23:16:49 +00:00
Thierry Thomas
97f14f4839 Upgrade RKWard to 0.6.4.
Release notes at
https://rkward.kde.org/News#RKWard_0.6.4_-_Usability_improvements.2C_fixes.2C_and_preparation_for_porting_to_KDE_frameworks_version_5

Notified by:	Michael L. Wilson
2015-12-23 21:28:01 +00:00
Danilo Egea Gondolfo
11e20a7d9b - Update to 6.400.3 2015-12-22 23:26:15 +00:00
Martin Wilke
e679a585e4 - Update to 15.09-1
PR:		205214
Submitted by:	Ports Fury
Approved by:	mat (mentor)
Differential Revision:	D4612
2015-12-22 14:47:19 +00:00
Raphael Kubo da Costa
5ceffa7537 Drop dependency on graphics/plotutils.
According to the port's NEWS and ChangeLog, charts are currently produced
with Cairo and Pango, so the dependency on libplot is useless nowadays.
2015-12-21 14:19:10 +00:00
Antoine Brodin
c2c18a4975 Mark BROKEN: fails to build, does not respect DISABLE_MAKE_JOBS
gmake[2]: Entering directory '/wrkdirs/usr/ports/math/gotoblas/work/GotoBLAS2/test'
f77 -O2 -Wl,-rpath=/usr/local/lib/gcc48 -m128bit-long-double -Wall  -m64 -fPIC  -c sblat1.f  -o sblat1.o
gmake[2]: f77: Command not found
f77 -O2 -Wl,-rpath=/usr/local/lib/gcc48 -m128bit-long-double -Wall  -m64 -fPIC  -c dblat1.f  -o dblat1.o
gmake[2]: f77: Command not found
f77 -O2 -Wl,-rpath=/usr/local/lib/gcc48 -m128bit-long-double -Wall  -m64 -fPIC  -c cblat1.f  -o cblat1.o
../Makefile.system:721: recipe for target 'dblat1.o' failed
gmake[2]: *** [dblat1.o] Error 127
gmake[2]: *** Waiting for unfinished jobs....
../Makefile.system:721: recipe for target 'sblat1.o' failed
gmake[2]: *** [sblat1.o] Error 127
gmake[2]: f77: Command not found
../Makefile.system:721: recipe for target 'cblat1.o' failed

Reported by:	pkg-fallout
2015-12-19 15:22:27 +00:00
Danilo Egea Gondolfo
3dd5e62d02 - Update to 6.400.2 2015-12-18 23:14:41 +00:00
Wen Heping
c6e15e3b3f - Update to 5.0.9
- Add LICENSE
- Update DEPENDS
2015-12-18 06:38:08 +00:00
Wen Heping
a7ae515470 MatchIt selects matched samples of the the original treated and
control groups with similar covariate distributions - can be used
to match exactly on covariates, to match on propensity scores, or
perform a variety of other matching procedures.

WWW: http://gking.harvard.edu/matchit
2015-12-18 02:17:57 +00:00
Wen Heping
1b2f3f594a Generalized estimating equations solver for parameters in
mean, scale, and correlation structures, through mean link,
scale link, and correlation link. Can also handle clustered
categorical responses.

WWW: https://cran.r-project.org/web/packages/geepack/
2015-12-18 02:03:44 +00:00
Wen Heping
af3cb164eb A fast, consistent tool for working with data frame like
objects, both in memory and out of memory.

WWW: https://github.com/hadley/dplyr
2015-12-18 00:28:24 +00:00
Mathieu Arnold
7c47779cb9 Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.

While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.

PR:		205367
With hat:	portmgr
Sponsored by:	Absolight
2015-12-17 17:19:48 +00:00
Frederic Culot
bce1c7e8e8 - Reassign sperber@'s ports after his commit bit was taken in for safekeeping 2015-12-16 13:45:17 +00:00
Wen Heping
4bd1278c4e assertthat is an extension to stopifnot() that makes it easy to
declare the pre and post conditions that you code should satisfy,
while also producing friendly error messages so that your users
know what they've done wrong.

WWW: https://cran.r-project.org/web/packages/assertthat/
2015-12-16 07:58:08 +00:00
Wen Heping
1c074a38f0 A disciplined approach to non-standard evaluation.
WWW: https://cran.r-project.org/web/packages/lazyeval/
2015-12-16 07:44:49 +00:00
Wen Heping
cadfd2d36d A tool that "multiply imputes" missing data in a single cross-section
(such as a survey), from a time series (like variables collected for
each year in a country), or from a time-series-cross-sectional data set
(such as collected by years for each of several countries).

WWW: http://gking.harvard.edu/amelia
2015-12-16 07:12:50 +00:00
Thierry Thomas
c385b57fcd Re-add the dependency to math/R-cran-car, since it has been fixed
(PR ports/204587).
2015-12-15 20:41:37 +00:00
Stephen Montgomery-Smith
d248ce9d80 - Update to 2.2.4. 2015-12-15 14:10:52 +00:00
Raphael Kubo da Costa
b15d595457 Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.
Bring in some long overdue updates, some of which are required for us to
later land the PyQt5 ports.

One big change with this update is that the PyQt4 ports now install their
.sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do
not end up with directories like share/py-sip/QtCore, which are especially
confusing once PyQt5 lands and starts installing files with the same names.

Other noteworthy items:
- PORTREVISION has been bumped on ports depending on devel/qscintilla2
  because libqscintilla2.so's SOVERSION has changed.
- graphics/seexpr has been converted to USE_PYQT, as the file it used to
  define a build-time dependency on x11-toolkits/py-qt4-gui has moved.

Once again, big thanks to Tobias Berner <tcberner@gmail.com> and Guido Falsi
(madpilot@) for their initial work on these ports as part of the effort to
land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of
the PyQt5 patch set).

PR:		205143
2015-12-13 12:45:25 +00:00
Stephen Montgomery-Smith
83017aefcf - Mark as broken because of compile errors with sbcl-1.3.1. 2015-12-12 19:22:24 +00:00
Martin Wilke
4ee6e6cda4 - Update to 0.4.1
PR:		205119
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	D4509
2015-12-11 14:08:42 +00:00
Martin Wilke
9146c80d02 - Update maintainer mail address
- Update/Remove MASTER_SITE

PR:		204755
Submitted by:	 jwbacon@tds.net (maintainer)
Approved by:	mat (mentor)
Differential Revision:	D4493
2015-12-11 08:48:56 +00:00
John Marino
6e3d37113d Move math/why3-gpl => math/why3-spark
There are two reasons to rename this port.
1) Upstream never liked it and requested -spark be the suffix instead
2) An ongoing attempt to fix lang/spark may result in a number of slave
   ports with a -spark suffix, so this keeps up consistency as all of
   these ports only exist to support that port.
2015-12-10 20:20:22 +00:00
Jan Beich
d6517636e1 math/glm: update to 0.9.7.1,1
Changes:	https://github.com/g-truc/glm/releases/tag/0.9.7.1
PR:		203181
Approved by:	maintainer timeout (83 days)
2015-12-09 23:43:30 +00:00
Wen Heping
2f7b9f0bff - Update to 0.7.6.1 2015-12-09 08:57:08 +00:00
Mark Felder
0be86fb357 math/py-munkres: Update to 1.0.7 2015-12-08 17:27:27 +00:00
Mathieu Arnold
faaac0db42 Don't use GH_TAGNAME when DISTVERSION* variables can be used.
With hat:	portmgr
Sponsored by:	Absolight
2015-12-08 09:05:15 +00:00
TAKATSU Tomonari
4df483b3b0 - Update to 1.7-12 2015-12-06 10:49:41 +00:00
TAKATSU Tomonari
3873cbcc24 - Update to 0.5-88
- Update WWW in pkg-descr
2015-12-06 10:01:49 +00:00
TAKATSU Tomonari
0a3561889b - Update to 1.0.1
- Update COMMENT and pkg-descr
2015-12-06 06:54:57 +00:00
TAKATSU Tomonari
c295b101eb - Update to 2.0.0 2015-12-06 05:45:29 +00:00
TAKATSU Tomonari
02043c4259 - Update to 0.6.300.2.0 2015-12-06 05:17:09 +00:00
TAKATSU Tomonari
985556cb3b - Add new port: math/R-cran-MSwM
Univariate Autoregressive Markov Switching Models for Linear and
  Generalized Models

  WWW: https://cran.r-project.org/web/packages/MSwM/
2015-12-06 04:38:23 +00:00
John Marino
f01cba6e50 FPC ecosystem: Upgrade version 2.6.4 => 3.0.0
This is the first major release of FreePascal in nearly four years.
There are a ton of new features, way more to list here. see:
http://wiki.freepascal.org/FPC_New_Features_3.0

Several new unit ports were added, some were contracted.  Most of
those were absorbed into the main FPC packages, but two units are
no longer supported: sndfile and matroshka.

All 99 remaining ports (including Lazarus ports) were build tested
on FreeBSD i386 and amd64 Release 10.2
2015-12-05 23:29:36 +00:00
Sunpoet Po-Chuan Hsieh
1391838580 - Update to 1.46
Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2015-12-04 12:34:17 +00:00
Sunpoet Po-Chuan Hsieh
860249838e - Update to 0.38
Changes:	http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES
2015-12-04 12:34:13 +00:00
Danilo Egea Gondolfo
208ce6f700 - Update to 6.300.2 2015-12-04 11:03:54 +00:00
Raphael Kubo da Costa
54f0a044c9 Update to 1.1.1.
This is a bug fix release that adds OCaml4 support, which allows us to drop
files/patch-ocaml4.
2015-12-04 09:51:00 +00:00
Antoine Brodin
32e4a363c1 Mark BROKEN
With hat:	portmgr
2015-12-04 06:22:32 +00:00
Johan van Selst
e0da27c0d4 Update to GAP 4.7.9 2015-12-03 20:51:02 +00:00
Kurt Jaeger
7d6ce6223e math/gnuplot: 4.6.6 -> 5.0.1
- Changes:
  http://www.gnuplot.info/ReleaseNotes_5_0_1.html
- The "gnuplot mode" elisp and TeX files for use with emacs are now
  maintained as a separate project

PR:		204886
Submitted by:	pi
Approved by:	glewis (maintainer), via mail
2015-12-01 20:18:31 +00:00
Wen Heping
048f9d7cdc Functions for Maximum Likelihood (ML) estimation and non-linear
optimization, and related tools. It includes a unified way to
call different optimizers, and classes and methods to handle the
results from the ML viewpoint. It also includes a number of
convenience tools for testing and developing your own models.

WWW: http://www.maxlik.org/
2015-12-01 14:04:33 +00:00
Wen Heping
82e437d223 R-cran-miscTools is miscellaneous tools and utilities for R.
WWW: http://www.micecon.org/
2015-12-01 06:20:15 +00:00
Stephen Montgomery-Smith
039b2da372 - Update to 1.2.9. 2015-11-30 15:35:32 +00:00
Alex Dupre
cbe81e6b46 Update to 3.1.3 release. 2015-11-30 11:32:34 +00:00
TAKATSU Tomonari
1ec6437ea4 - Update to 6.2
- Update WWW in pkg-descr
2015-11-29 13:58:45 +00:00
TAKATSU Tomonari
3530da76ff - Update to 1.1.2
- Update WWW in pkg-descr
2015-11-29 12:49:05 +00:00
Antoine Brodin
a1af583929 Deprecate ports broken for more than 6 months 2015-11-29 09:51:30 +00:00
Sunpoet Po-Chuan Hsieh
8c31d1ab35 - Add LICENSE_FILE
- Add NO_ARCH
2015-11-29 07:00:19 +00:00
Dmitry Marakasov
259078c693 - Mark BROKEN: fails to fetch:
fetch: http://public.research.att.com/~stat/xgobi/xgobi.sh.gz: No route to host
2015-11-29 03:13:33 +00:00
Stephen Montgomery-Smith
22ef6500e5 - Update to 2.2.3. 2015-11-28 19:17:39 +00:00
Adam Weinberger
1edfd77c86 Update to 1.17. Strip the XS library, and sort plist.
Changes: https://metacpan.org/changes/distribution/Math-Random-MT
2015-11-28 17:14:52 +00:00
David Naylor
ebba12ec9c math/R-cran-car: update to 2.1-0
Changes:
 - Remove port's broken and depreciated status
 - Add two dependencies
 - Add GPLv3 as dual license
 - Update website URL

Change Log:
 - New power family called skewPower has been added that can be used with the
   Box Cox method with a few negative responses (joint work with Doug Hawkins).
   Several functions modified to accomodate two-parameter power families.
 - Fixed bug in Anova() for coxph models with clusters (reported by Jesus
   Humberto Gomez ), due apparently to a change in coxph().
 - Anova() F-tests for binomial and Poisson GLMs now changes
   error.estimate="dispersion" to "pearson" as advertized (bug reported by
   Will Petry).
 - Improved behavior of above-plot legends in scatterplot().
 - Fixed sp() (bug reported by Cesar Rabak).
 - Conforms to new CRAN requirements for package imports.

Reported by:	tota@
PR:		203418
PR:		204587
2015-11-28 14:30:40 +00:00
Stephen Montgomery-Smith
94c4be06a3 - Mild cosmetic changes to the Makefile comments. 2015-11-28 05:34:30 +00:00
Stephen Montgomery-Smith
e95300b703 - Add name mangling so that it will build when science/netcdf is installed.
- Bump portrevision.
2015-11-28 05:30:18 +00:00
Ashish SHUKLA
1f2d3fe605 - Patch euktoeps, so it uses GNU getopt
- Add dependency on misc/getopt

Reported by:	Nicolas <nh.techn at gmail.com>
2015-11-28 04:24:16 +00:00
Stephen Montgomery-Smith
da906cd857 - Update to 6.2.0. 2015-11-28 01:59:35 +00:00
Dmitry Marakasov
12805ae760 - Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
2015-11-27 11:26:12 +00:00
Danilo Egea Gondolfo
e5d83bb3d8 - Update to 6.200.5 2015-11-26 14:43:42 +00:00
Martin Wilke
db53585487 - Take Maintainership
Approved by:	mat (mentor)
2015-11-26 14:39:58 +00:00
Martin Wilke
b233276d78 - Take Maintainership
Approved by:	mat (mentor)
2015-11-26 12:04:00 +00:00
Sunpoet Po-Chuan Hsieh
9b5082f0cf - Update to 3.28
Changes:	http://search.cpan.org/dist/Math-MPFR/CHANGES
2015-11-26 01:00:37 +00:00
Sunpoet Po-Chuan Hsieh
909caa89f4 - Update to 1.07
Changes:	http://search.cpan.org/dist/Math-Utils/Changes
2015-11-26 01:00:13 +00:00
Raphael Kubo da Costa
6dd1205977 Update to 3.2.7.
PR:		203814
Submitted by:	dieterich.joh@gmail.com,
		Tobias Berner <tcberner@gmail.com>
2015-11-25 13:25:55 +00:00
Thierry Thomas
b737e7ac1a Update to 0.6.3.
PR:		ports/204738
Submitted by:	Rainer Hurling
2015-11-24 21:34:05 +00:00
Wen Heping
077c7556bb An implementation of about 6 major classes of statistical regression
models.At the heart of it are the vector generalized linear and
additive model (VGLM/VGAM) classes, and the book "Vector Generalized
Linear and Additive Models: With an Implementation in R" (Yee, 2015)
gives details of the statistical framework and VGAM package. Currently
only fixed-effects models are implemented, i.e., no random-effects models.

WWW: https://www.stat.auckland.ac.nz/~yee/VGAM
2015-11-24 06:22:04 +00:00
Sunpoet Po-Chuan Hsieh
9f2eca4db7 - Update to 1.23
Changes:	http://search.cpan.org/dist/Math-BigInt-Pari/CHANGES
2015-11-23 18:24:32 +00:00
Steven Kreuzer
42376af1a9 Update to 1.0.0
PR:		204274
Submitted by:	John W. O'Brien <john@saltant.com>
2015-11-23 15:32:38 +00:00
Stephen Montgomery-Smith
a38e17ce02 - Give maintainership to stephen@, This will help him track subtle C++
errors.  These errors also break cad/netgen.
2015-11-22 16:55:34 +00:00