sthen
551df2f60d
update to calc-2.12.6.0
2017-06-06 14:32:00 +00:00
feinerer
7c927f0549
Update to Maxima 5.40.0
...
OK pirofti@
2017-06-02 10:13:25 +00:00
benoit
bd3de20f1b
Update to udunits-2.2.25.
2017-06-02 07:26:47 +00:00
espie
cc5bc426ed
switch everything to new COMPILER idiom, even stuff that won't build with clang
...
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
jasper
46fcb71932
update da g-g-g-g-units to 2.14 yo
2017-05-28 09:52:22 +00:00
sthen
bc89b4caba
update to calc-2.12.5.6
2017-05-25 00:13:47 +00:00
espie
c65e58b36b
clang insists on more correct C++
2017-05-23 23:19:08 +00:00
sthen
9cb960a4be
Fix intermittent segfault in the version string printing that was introduced
...
in the last update.
2017-05-21 21:05:22 +00:00
sthen
b31dd2aa0f
update to calc-2.12.5.5
2017-05-21 14:44:31 +00:00
espie
6316682783
fix friend
2017-05-19 23:20:59 +00:00
pirofti
e592d39328
Link p5-Business-Hours
2017-05-19 07:38:06 +00:00
pirofti
082f8933e8
Import math/p5-Business-Hours.
...
This module is a simple tool for calculating business hours in a time period.
Over time, additional functionality will be added to make it easy to calculate
the number of business hours between arbitrary dates.
OK and input from benoit@, sthen@, tsg@
2017-05-19 07:37:00 +00:00
shadchin
701a14c0ab
Update to py-bottleneck 1.2.1
2017-05-16 14:57:28 +00:00
rsadowski
88404f29cf
Bump REVISION and adjust WANTLIB after gd update
...
ok sthen@, "looks okay" @landry
2017-05-15 19:56:02 +00:00
espie
f25cadfee9
fix build with clang
2017-05-13 18:45:38 +00:00
espie
0ab0c09554
first batch of WANT_CXX
2017-05-13 09:49:50 +00:00
naddy
419a7f5550
Fix missing return values, missing prototypes, missing includes; for clang.
...
Also fix numerous harmless warnings since they drown out the important ones.
Fix code bugs revealed in the process.
2017-05-12 20:27:25 +00:00
benoit
da02d104ba
Update to foma-0.9.17.
2017-05-12 14:38:18 +00:00
espie
53240c3653
restrict is a reserved keyword now
2017-05-11 16:40:58 +00:00
espie
5ae41f6bcd
trivial fixes for clang
2017-05-11 16:34:03 +00:00
schwarze
ceadaffc42
mandoc(1) now supports .ti, drop USE_GROFF and bump
2017-05-08 17:25:41 +00:00
schwarze
bfce4f46fe
USE_GROFF no longer needed. While here, add missing escaping
...
in the ncgen(1) manual that caused loss of a text line.
2017-05-08 13:31:58 +00:00
espie
643b6e99fc
let it build with clang, mostly try => standard, plus some configure bugs
...
and hackery
2017-05-07 20:00:25 +00:00
fcambus
8367960a3c
Remove math/xspread.
...
Our xspread port is from 1995. This is a modifed version of sc 6.22
that runs under X, there is no upstream anymore.
We have sc 7.16 in the ports tree, so this should be used instead.
OK jca@
2017-05-06 11:53:31 +00:00
edd
ccc1df42cc
Unify usage of mktexlsr across the ports tree.
...
Also add a missing RUN_DEPEND to fonts/pscyr. Found during testing.
Raised, input from, and OK, sthen@, thanks.
2017-05-04 11:13:52 +00:00
benoit
c8a19773fd
Update to udunits-2.2.24.
2017-04-30 09:58:48 +00:00
benoit
bfa2edce29
Update to p5-Math-GMP-2.14.
2017-04-30 09:10:00 +00:00
benoit
c5aecd0240
Update to p5-Math-Derivative-0.04.
2017-04-30 08:59:34 +00:00
rsadowski
1bd30308da
update to ginac-1.7.2
...
ok pirofti@ jca@
2017-04-29 19:18:49 +00:00
edd
aba3a4a0dd
Unlink math/logic2cnf.
...
OK naddy@
2017-04-29 15:37:32 +00:00
edd
73e144bec9
Remove math/logic2cnf from ports.
...
I wrote logic2cnf many years ago and have no intention of maintaining it.
No-one appears to be using it, so let's remove it (especially since it doesn't
build under clang).
OK naddy@
2017-04-29 15:35:34 +00:00
espie
c9ae8ec27e
qhull steals tricks from qt4, along with portability bugs.
...
use the same trick as qt4 to fix it.
2017-04-27 20:46:17 +00:00
feinerer
76f87924f4
Update to R 3.4.0
...
OK pirofti@
2017-04-26 17:29:58 +00:00
shadchin
5aa19ba135
+py-numexpr
...
+py-numexpr,python3
2017-04-23 17:50:01 +00:00
shadchin
d84983268e
Import py-numexpr 2.6.2, ok daniel@
...
Numexpr is a fast numerical expression evaluator for NumPy. With it, expressions that operate on arrays (like "3*a+4*b") are accelerated and use less memory than doing the same calculation in Python. In addition, its multi-threaded capabilities can make use of all your cores, which may accelerate computations, most specially if they are not memory-bounded (e.g. those using transcendental functions).
2017-04-23 17:45:20 +00:00
shadchin
4bd6bb2f3b
+py-sympy,python3
2017-04-23 09:19:10 +00:00
shadchin
515b8ace6e
Update to py-sympy 1.0, add py3 flavor and take maintainership.
2017-04-23 09:17:16 +00:00
kurt
558715b919
- disconnect devel/jdk/1.7 from the build
...
- adjust java.port.mk so all 1.7 and lower ports now build with 1.8
- bump revision on affected ports
okay sthen@, ian@, landry@
2017-04-21 13:27:46 +00:00
benoit
e13f7d46de
Patch to make it build with clang.
2017-04-19 07:35:45 +00:00
naddy
fc6907440c
Remove libneural: dates from the turn of the century, abandoned,
...
master site unreachable, nothing in ports uses it. ok jasper@
2017-04-17 19:49:39 +00:00
sthen
bcbf44ab87
use LIBCXX
2017-04-10 11:46:18 +00:00
benoit
16e0d83f2c
Update to p5-Math-MatrixReal-2.13.
2017-03-28 10:52:06 +00:00
ajacoutot
5a36ec2aec
Update to gnumeric-1.12.34.
2017-03-21 09:21:42 +00:00
feinerer
eb9e37112d
Remove devel/libidn from LIB_DEPENDS.
...
OK sthen@
2017-03-09 10:10:41 +00:00
feinerer
23932095f0
Update to R 3.3.3
...
OK pirofti@
2017-03-09 05:18:44 +00:00
sthen
0ad58f5f4c
add tests
2017-03-08 17:41:42 +00:00
sthen
c4fefeb543
add tests
2017-03-08 17:41:04 +00:00
sthen
e67de74046
update to fann-2.2.0, move to github, update license marker
2017-03-08 17:17:14 +00:00
sthen
d13947c49d
bump ports with openbsd version number in filenames
2017-03-04 21:59:55 +00:00
sthen
173b4d4799
mark BROKEN-i386 for now
2017-02-28 22:37:31 +00:00