1876 Commits

Author SHA1 Message Date
benoit
3edb6e5cff Update to ecm-7.0.4. 2019-07-01 09:49:43 +00:00
sthen
109458a8fa bump REVISION for ports using x11/qt5 MODULES and containing .la files in
their PLIST, following the addition of patch-qmake_generators_unix_unixmake2_cpp
to x11/qt5/qtbase/patches which adds a missing newline.
2019-06-24 20:56:45 +00:00
ajacoutot
042ab9fd14 Update to gnumeric-1.12.45. 2019-06-15 11:06:59 +00:00
rsadowski
8436eb9d7a Disable OpenMP with the cmake option
OK rpointel
2019-06-15 08:53:32 +00:00
feinerer
788bb2a2d5 Update to Maxima 5.43.0 2019-06-14 23:13:30 +00:00
kn
4266798690 Update to NLopt 2.6.1
libnlopt_cxx now merged into libnlopt, lots of API additions, various
fixes.

Also set COMPILER and remove broken HOMEPAGE.

Feedback and OK sthen
2019-06-13 23:16:05 +00:00
bcallah
1289513272 Update to ebc-2.0.3
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.0.3
2019-06-13 21:54:24 +00:00
sthen
f548d95863 sync some WANTLIBs 2019-06-13 15:48:50 +00:00
kurt
7705a5ad0b Revision bump all java ports for the jre package removal and java.port.mk
changes.
2019-06-11 00:38:33 +00:00
jasper
185194f9f1 +py-pysmt 2019-06-07 08:00:15 +00:00
jasper
1ab4461c13 import py-PySMT-0.8.0
pySMT makes working with Satisfiability Modulo Theory simple.

Among others, you can:

* Define formulae in a solver independent way in a simple and
  inutitive way,
* Write ad-hoc simplifiers and operators,
* Dump your problems in the SMT-Lib format,
* Solve them using one of the native solvers, or by wrapping any
  SMT-Lib complaint solver.

feedback and ok kn@
2019-06-07 07:58:57 +00:00
kn
4e794a4705 py-networkx has no flavors
Noticed by naddy
2019-06-06 22:37:09 +00:00
kn
67cedab971 + py-networkx 2019-06-06 20:19:44 +00:00
kn
bb5d39275e Import py-networkx 2.3
NetworkX is a Python package for the creation, manipulation,
and study of the structure, dynamics, and functions
of complex networks.

Feedback and OK jasper
2019-06-06 20:18:57 +00:00
daniel
2f9d755371 Update to py-sympy-1.4 and take maintainer. 2019-06-05 22:43:00 +00:00
rpointel
120c7d5d68 use GH_TAGNAME, spotted by sthen@.
ok sthen@.
2019-06-05 14:23:18 +00:00
rpointel
4bf7b34b7c update z3 to 4.8.5, ok kn@.
bump lib version because few functions were removed, for example:
86b98e3477
40e329fc92
2019-06-05 05:44:54 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
bcallah
af5260764e Update to ebc-2.0.2
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.0.2
2019-05-29 17:00:48 +00:00
bcallah
bcba0a5928 Update to ebc-2.0.1
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.0.1
2019-05-27 12:19:43 +00:00
bcallah
f397c6ac37 Update to ebc-2.0.0
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.0.0
2019-05-25 22:25:01 +00:00
sthen
902b542fe0 more ncurses->curses 2019-05-21 09:34:30 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
sthen
e40f996745 another batch of ncurses->curses WANTLIB updates, skipping any
that have gettext LIB/RUN_DEPENDS to avoid conflicts for naddy's
multipackaging work
2019-05-20 20:52:31 +00:00
danj
ceab685459 Remove maintainers whose addresses bounce 2019-05-19 19:58:51 +00:00
steven
619e048aa4 +p5-Math-GMPf
+p5-Math-GMPz
2019-05-18 18:13:15 +00:00
steven
05a380e4bc import Math::GMPf
perl interface to the GMP library's floating point (mpf) functions

test, tweaks and ok cwen@
2019-05-18 18:12:22 +00:00
steven
bc25fb9048 import Math::GMPz
perl interface to the GMP library's integer (mpz) functions

test, tweaks and ok cwen@
2019-05-18 18:11:10 +00:00
naddy
a1822e2450 switch to CONFIGURE_STYLE=autoreconf 2019-05-18 12:13:33 +00:00
naddy
1601320ea9 Always build shared libs with -fPIC, never -fpic. Fixes aarch64. 2019-05-17 17:42:15 +00:00
naddy
c4a12c8a3c * Always build shared libs with -fPIC, never -fpic. Fixes build on aarch64.
* Do not build the profiling library.
* No test target available.
2019-05-17 17:01:08 +00:00
sthen
22de3ff02c set png16 WANTLIB entries back to png following the change in soname
part done by portbump, part by hand (it is easily confused)
2019-05-17 16:45:25 +00:00
sthen
b17bf3228e update curses WANTLIB entries following the change in base libraries to use soname 2019-05-17 16:19:37 +00:00
jasper
4698c9b4bc update to netcdf-4.7.0
from martin@ (MAINTAINER) with a tweak by me
2019-05-16 11:39:19 +00:00
kmos
c45cd79fc7 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@
2019-05-15 12:04:34 +00:00
danj
7219f4e6bd Remove shadchin@ as maintainer per his request 2019-05-13 19:03:51 +00:00
feinerer
503fb6ee88 Update to HDF5 1.10.5
Joint work with and OK martin@
2019-05-10 15:12:19 +00:00
bcallah
9d11df3761 Use flang to build R on arm64
ok jca@ steven@
2019-05-08 20:17:21 +00:00
danj
52b228c901 Remove maintainers per their requests 2019-05-08 19:08:58 +00:00
danj
1ff4762cc4 Remove pvalchev as maintainer per his request 2019-05-07 17:04:58 +00:00
steven
f652e5e55d update to 5.1.0
ok kn@
2019-05-06 21:09:52 +00:00
danj
d6a3237c73 Remove mariani@ as maintainer per his request 2019-05-05 15:44:12 +00:00
danj
09d47bc9e8 Remove maintainers per their requests 2019-05-05 15:15:45 +00:00
steven
9ff6201f8b dropping maintainer 2019-05-03 22:29:00 +00:00
bcallah
d755fd6cb4 Update to ebc-1.2.8
Changelog: https://github.com/gavinhoward/bc/compare/1.2.5...1.2.8
2019-05-03 15:10:25 +00:00
kn
53a4179f03 regen patch
(offset 30 lines)
2019-05-03 13:32:57 +00:00
bcallah
716dffbef2 +ebc 2019-05-02 13:24:50 +00:00
bcallah
043c5b5497 Import math/ebc, an implementation of POSIX bc with GNU and BSD extensions.
ok rsadowski@

This is an implementation of the POSIX bc calculator that implements GNU
bc extensions, as well as the period (.) extension for the BSD flavor of
bc.

This bc also includes an implementation of dc in the same binary,
accessible via a symbolic link, which implements all *BSD and GNU
extensions, though the ! command is omitted for security concerns.
2019-05-02 13:24:30 +00:00
rsadowski
44a82257a9 Update cfitsio to 3.450 2019-05-02 13:13:08 +00:00
danj
63967366aa Remove avsm@ as maintainer per his request 2019-05-01 16:04:26 +00:00