Commit Graph

1466 Commits

Author SHA1 Message Date
pirofti
9f5965be74 Update GiNaC to 1.6.3
Changes by this update:
	- major libarary bump
	- added doxygen documentation
	- perl scripts switched to python
	- ditched the PFRAG.shared file

Okay sthen@
2015-01-06 13:19:05 +00:00
sthen
d6a3190275 bump REVISION for 5.7 2015-01-02 14:26:12 +00:00
landry
e7df1f7194 Mark BROKEN-alpha a bunch of ports that reliably failed (!) to build in
the past 3 bulks, or forever.

Various reasons: no d^Hrecent compiler available, base gcc generating
nice internal compiler errors, no atomic ops, etc, etc.

While here, mark all webkits as BROKEN-hppa, since this also requires
clang or g++ 4.7. Our g++ 4.8 port only builds on
i386|amd64|powerpc|sparc64 anyway...

if you're interested^Wbored to death, full past logs at
http://build-failures.rhaalovely.net/alpha/...
2014-12-30 21:50:24 +00:00
benoit
70ca6bc919 Update to p5-Math-MatrixReal-2.12.
ok ajacoutot@
2014-12-29 10:14:52 +00:00
benoit
03d4568588 Update to ntl-8.0.0. 2014-12-26 08:42:02 +00:00
benoit
347579afaa Update to p5-Math-BigInt-GMP-1.38.
ok ajacoutot@
2014-12-17 10:22:47 +00:00
sthen
922e1c29ee +p5-Math-BaseCnv 2014-12-16 11:00:10 +00:00
sthen
a24f1d7636 import math/p5-Math-BaseCnv, ok benoit@
BaseCnv is a pure Perl module providing a few simple functions for converting
between arbitrary number bases.
2014-12-16 10:59:07 +00:00
benoit
5f2a0e6420 Update to ntl-7.0.2. 2014-12-16 08:29:04 +00:00
brad
41920b4d83 add missing WANTLIB. 2014-12-14 20:56:07 +00:00
benoit
cc69272e20 Update to udunits-2.2.17.
ok rpointel@ (maintainer)
2014-12-13 17:15:01 +00:00
benoit
f83d8b1ef5 Update to p5-Math-BigInt-Pari-1.18.
ok ajacoutot@
2014-12-06 16:01:50 +00:00
naddy
fb84824c2e Drop USE_GROFF since groff and mandoc produce identical output. 2014-12-05 12:50:09 +00:00
benoit
b37e763bdc Update to p5-Math-MatrixReal-2.11.
ok ajacoutot@
2014-12-05 07:12:39 +00:00
benoit
e209a946a0 Update to p5-Math-Spline-0.02.
ok ajacoutot@
2014-12-03 17:57:18 +00:00
benoit
d5f891f3b5 Update to p5-Statistics-Descriptive-3.0607.
ok ajacoutot@
2014-12-03 17:55:26 +00:00
brad
b70345e22c Eliminate the use of the malloc.h header and/or replace
with stdlib.h.
2014-11-30 05:41:34 +00:00
benoit
4d2c46d77c Update to p5-Bit-Vector-7.4. 2014-11-21 09:40:32 +00:00
pirofti
6406aa4bc1 Update umfpack to 5.6.2.
Stop using AMD and hacking the UFConfig dependency (which caused all the
freemat mess).

There is no way to ditch the AMD alloctaion symbols in the last
umfpack stand-alone release so I patched them.

This is fixed in SuiteSparse which is supposed to put all the sparse
matrix libraries in one spot, but this is a large project left
for better times.

This is part 3/3 that allows freemat to build and package.

Regression tests seem to be fine on both octave and py-scipy.

First found by and discussed with sthen@
2014-11-18 08:12:14 +00:00
pirofti
6ace19db9d AMD must use the suitesparse_config library.
AMD starts using the new suitesparse_config library so that it stops
exporting bogus symbols for it's allocators.

This is part 2/3 for fixing the freemat regression.

First found by and discussed with sthen@
2014-11-18 08:09:07 +00:00
pirofti
9a9728da50 SuiteSparse_config is also a library.
SuiteSparse_config turns into a library that defines allocation routines
for AMD, CAMD, COLAMD, CCOLAMD and so on.

This is part 1/3 of the changes needed to fix the freemat regression.

First found by and discussed with sthen@
2014-11-18 08:07:33 +00:00
daniel
7be5704e9a coq update from chrisz@ and nigel@ by way of Yozo Toda (MAINTAINER).
using dpb, sthen@ discovered that having latex around at config time
but not at build time will cause the coq build to fail because
latex is not listed as a BDEP. Fix this as well.
2014-11-18 02:00:52 +00:00
benoit
23a8588c14 Update to p5-Math-GMP-2.07.
ok ajacoutot@
2014-11-17 09:04:46 +00:00
benoit
a91e1f3223 Update to p5-Bit-Vector-7.3.
Take maintainership, ok ajacoutot@
2014-11-15 16:48:24 +00:00
benoit
05b1133bc8 Update to ntl-7.0.1. 2014-11-15 06:53:49 +00:00
benoit
ed5aeab1be Update to p5-Set-IntSpan-1.19.
Take maintainership, ok ajacoutot@
2014-11-13 20:12:25 +00:00
benoit
e4b09c698f Update to p5-Chart-Math-Axis-1.06.
Take maintainership, ok ajacoutot@
2014-11-13 12:14:32 +00:00
pirofti
f585936484 Update ccolamd to 2.9.0
While at it, switch to SuiteSparse_config and take maintainership.

Comments and okay benoit@, thanks!
2014-11-11 19:30:52 +00:00
pirofti
b3488d23ff Update colamd to 2.9.0
While at it, switch to SuiteSparse_config and take maintainership.

Comments and okay benoit@, thanks!
2014-11-11 19:29:24 +00:00
pirofti
b58213cb39 Update camd to 2.4.0
While at it, switch to SuiteSparse_config and take maintainership.

Comments and okay benoit@, thanks!
2014-11-11 19:27:09 +00:00
benoit
7b6ef9ccb1 Update to p5-Statistics-Contingency-0.09. 2014-11-11 16:51:34 +00:00
pirofti
18bac3838c Update amd to 2.4.0.
Start using the new SuiteSparse_config package.
While at it take maintainership.

Okay and comments from benoit@, thanks!
2014-11-11 13:27:10 +00:00
pirofti
56a3020ceb Link SuiteSparse_config 2014-11-11 11:22:21 +00:00
pirofti
afb43466ef Import SuiteSparse_config 4.3.1, the continuation of UFconfig.
Was renamed once version 4.0.0 was released.
Version 3.7.1 was the last to go by the name of UFconfig.
This will soon replace UFconfig.

Okay sthen@
2014-11-11 11:21:01 +00:00
benoit
4deb01b44c Remove maintainer (Markus Bergkvist) per his request. 2014-11-11 07:15:08 +00:00
benoit
454f87fdf8 Update p5-Math-Symbolic to 0.612.
Ok and remove maintainer (Markus Bergkvist) per his request.
2014-11-11 06:56:38 +00:00
dcoppa
6fb9f2c145 Add portroach annotation 2014-11-10 08:14:34 +00:00
benoit
e2b3c37d9e Update ntl to 7.0.0. 2014-11-09 14:35:25 +00:00
espie
1b252dd3f1 hidden dependency, will pick up gfortran if it's installed.
Enforce same fortran compiler in configure.
2014-11-08 13:56:21 +00:00
zhuk
20345466ed Unify my email in MAINTAINER lines to make portroach happy.
Kindly reminded by jasper@ a week (or two?) ago, sorry for slacking.
2014-11-02 10:33:50 +00:00
jca
6b1af994ab Use emacs>=24 at build time. 2014-11-01 00:56:44 +00:00
bcallah
4f0e9c697a Update to 1.22
Changelog: http://home.gna.org/veusz/releasenotes/1.22-changelog.txt
2014-10-20 01:57:52 +00:00
zhuk
7170481595 Maintaince update of OpenCV to 3.2.2. Bugfix release, no test regressions.
Forgotten previously and then reminded again by portroach.
2014-10-04 11:06:06 +00:00
sthen
6a4bc96c12 bump; py-distribute -> py-setuptools changed plist. reported by nigel@ 2014-09-30 16:21:56 +00:00
ajacoutot
a747a26897 Make sure not to pick up guile2 if present. 2014-09-28 13:44:48 +00:00
ajacoutot
39bce2ac77 Update to gnumeric-1.12.18. 2014-09-26 07:54:31 +00:00
bcallah
927d817b92 Bugfix update to 1.21.1 2014-09-19 23:12:19 +00:00
ajacoutot
ff4c847289 +py-numpy,python3 2014-09-17 06:42:25 +00:00
daniel
3ab75eeca5 - update numpy to 1.8.2 and take maintainer
- python3 flavor contributed by Dawe with assistance from rpointel@
- tested in a bulk by landry@
- bcallah@ needs this update to update math/veusz

ok landry@
2014-09-17 00:46:13 +00:00
landry
5c7640534e Update to pari 2.1.7, from Sebastien Marie (thanks!)
Fixes readline support, correct tests target, and dont pickup emacs if
installed. All tests pass and also Math::Pari tests.

We cant update to 2.3 branch for obscure breakage with other things
depending on it.
2014-09-15 15:11:35 +00:00
chrisz
b73d87a0a9 Add missing BUILD_DEPENDS/lang/ocaml-camlp4 to math/coq
noticed by landry@
2014-09-10 08:36:18 +00:00
benoit
f9d768ecac Update ntl to 6.2.1. 2014-09-03 09:46:46 +00:00
dcoppa
b7ce2df0af Update to R-3.1.1
From maintainer Rafael Sadowski with a patch by zhuk@ to please
-Wbounded checks.

Also, I patched Makefile.in to not check for java during the build.
2014-09-02 14:55:37 +00:00
daniel
ad7f6192e7 Update to 8.4pl4. Compilation problem with ocaml 4.02 noted by chrisz@;
fix taken from coq trunk.

ok Yozo Toda (MAINTAINER) some time ago.
ok chrisz@
2014-08-27 09:44:59 +00:00
chrisz
0ae97f5f8a Last OCaml REVISION bumps do to changes in BUILD_DEPENDS. 2014-08-23 07:09:18 +00:00
edd
6a9e53e3b6 Mark math/wxMaxima broken. 2014-07-24 08:47:54 +00:00
naddy
7652ff02cd bump for plist changes 5.5 -> 5.6 2014-07-16 14:35:38 +00:00
espie
d1604ea6b2 fix for endian.h 2014-07-13 18:07:35 +00:00
zhuk
0eca4da31c Link up eigen3. 2014-07-10 09:02:33 +00:00
zhuk
064217f74c Eigen is a C++ template library for vector and matrix math.
Unlike most other linear algebra libraries, Eigen focuses on the
simple mathematical needs of applications: games and other OpenGL
apps, spreadsheets and other office apps, etc. Eigen is dedicated
to providing optimal speed with GCC.

This is used by some KDE applications. Probably some other ports will
pick up Eigen3, too, this will be dealt soon.

okay landry@
2014-07-10 08:59:52 +00:00
sthen
8892d5bfeb @comment zero-byte perl .bs files 2014-06-14 23:25:41 +00:00
ajacoutot
64bd993ff0 Update to gnumeric-1.12.17. 2014-06-10 07:01:22 +00:00
ajacoutot
46af4a3e1e Update to gnumeric-1.12.16. 2014-05-24 06:37:40 +00:00
dcoppa
850e445228 Update to R-3.1.0.
From maintainer Rafael Sadowski, with tweaks by me.
2014-05-20 11:02:12 +00:00
bcallah
dd6668f43f Update to 1.21
Selected changelog:
Add HDF5 saved document format, master color setting for xy point and
nonorthpoint plot, more accurate axis tick label bounding boxes, and
switching to scientific notation earlier when showing float settings, along
with bug fixes.
2014-05-07 11:39:16 +00:00
ajacoutot
4828b736ae Update to gnumeric-1.12.15. 2014-05-01 06:22:04 +00:00
sthen
32f3a51bfe remove unguarded "#define AI_ADDRCONFIG 0" 2014-04-28 22:02:39 +00:00
benoit
c691a0bb46 Update py-sympy to 0.7.5.
ok Wen Heping, remove maintainer per his request.
2014-04-28 14:56:10 +00:00
ajacoutot
3b5ffbfd36 Update to gnumeric-1.12.14. 2014-04-13 19:39:01 +00:00
naddy
2b8930a283 Drop USE_GROFF since groff and mandoc produce identical output. 2014-04-13 01:01:38 +00:00
ajacoutot
5bbebc2253 Re-indent and add proper MODGNOME_TOOLS where missing. 2014-04-02 14:34:47 +00:00
jasper
012f7978a4 cleanup double spaces and sort MODGNOME_TOOLS 2014-04-02 09:36:09 +00:00
jasper
43b19ca734 merge various MODGNOME_TOOLS lines into a single line (or two if it would
exceed 80 chars); no functional change intended..
2014-04-01 18:06:28 +00:00
jasper
64ebb01f71 move more bits and bobs into MODGNOME_TOOLS to make it more clear which
tools are actually used.

This commit replaces
MODGNOME_DESKTOP_FILE with MODGNOME_TOOLS += desktop-file-utils
MODGNOME_MIME_FILE with MODGNOME_TOOLS += shared-mime-info
MODGNOME_ICON_CACHE with MODGNOME_TOOLS += gtk-update-icon-cache

(some prettyfication will follow shortly)
2014-04-01 17:03:13 +00:00
jasper
2100c2cdff start to make MODGNOME_TOOLS resemble the name of the tools actually used.
rename 'gi' to 'gobject-introspection'.

discussed with aja@
2014-04-01 15:31:45 +00:00
daniel
090ffc6b18 Update to 8.4pl3; Yozo Toda.
ok sthen@
2014-03-26 03:27:26 +00:00
espie
cd625d933a fix bulk builds: move includes out of the way as well as the library,
so that other ports don't fail randomly when they find gnu-readline.

okay sthen@
2014-03-24 09:08:46 +00:00
naddy
0b226bbb15 remove Maple, ancient Linux/i386 version of commerical software; ok espie@ 2014-03-23 18:50:39 +00:00
jasper
618029415e missing bumps after gd update 2014-03-22 10:26:38 +00:00
jasper
d666be8a1b +p5-Math-BigInt-Pari 2014-03-20 20:35:31 +00:00
jasper
3d42ee0f9a import Math-BigInt-Pari-1.17
looks ok to sthen@
2014-03-20 20:34:57 +00:00
ajacoutot
19a23eacdd Update to gnumeric-1.12.13. 2014-03-19 07:23:57 +00:00
sthen
41b1db3c57 unbreak gnuplot,no_x11 following gd changes; reported by/analysis nigel@ 2014-03-18 11:33:29 +00:00
sthen
dcb445207e sync follow graphics/gd update 2014-03-17 23:21:26 +00:00
naddy
43cb1b7ab8 bug fix update to 2.1.3 2014-03-15 19:41:03 +00:00
benoit
53c738be1e Update to ntl 6.1.0. 2014-03-15 09:13:13 +00:00
sthen
b14dc9997e make it easier for updates: move MASTER_SITES up next to DISTNAME. 2014-03-13 21:05:38 +00:00
pascal
b9fd076dd5 This is actually CGAL 3.8, not 4.1 as it claims to be, due to confusing
MASTER_SITES layout.  Correct the mistake and bump EPOCH.

ok jasper@
2014-03-13 20:50:22 +00:00
dcoppa
d79313cf78 Long overdue update of R to version 3.0.3.
Tests and feedback: Ze Loff and Rafael Sadowski (maintainer)
OK Rafael Sadowski (maintainer)
2014-03-12 11:04:41 +00:00
espie
e4391345be R would pick up readline if it was around, so let's use it anyways
somehow requires gmake ;(
(problem found by me, patch from maintainer)
2014-03-09 23:01:41 +00:00
ajacoutot
8eafbb5bad Update to gnumeric-1.12.12. 2014-03-09 22:10:25 +00:00
bcallah
933a4ba616 Update to 1.20.1 2014-03-09 21:27:03 +00:00
jasper
f88aaeacfd Security fixes for CVE-2014-1858 and CVE-2014-1859 2014-02-09 13:32:40 +00:00
edd
f5263ad576 Update to graphviz-2.36.0.
Addresses some CVEs:
http://www.debian.org/security/2014/dsa-2843

Thanks to Sebastian Trahm for pointing these out.

OK jasper@
2014-02-06 17:32:27 +00:00
edd
bf701bec18 R should install TeX macros in TEXMFLOCAL not TEXMFMAIN.
From Rafael Sadowski (maintainer), with a few tweaks from me (missing hashing, sort PLIST).

OK naddy@
2014-01-20 17:09:52 +00:00
naddy
09999a5515 bump for plist changes 5.4 -> 5.5 2014-01-12 14:58:30 +00:00
sthen
0399587ebb fix license marker, this version of graphviz is under EPL 2014-01-07 10:01:47 +00:00
naddy
611dc52f1c Drop USE_GROFF since groff and mandoc produce identical output. 2014-01-01 20:46:27 +00:00
zhuk
d04ea22dcb Next KDE deconflicting step: rename share/config/ to share/config.kde3/ and
share/config.kcfg/ to share/config.kcfg.kde3/. Tested on i386, including
run-time tests (not for all apps, though).

After this commit, there are only two conflicting files in kdelibs 3.x and
4.x packages left - to be solved soon.

spurring from espie@
2013-12-22 19:24:33 +00:00
ajacoutot
aae9a5a103 Update to geogebra-4.2.60.0. 2013-12-20 07:58:09 +00:00
brad
f9406e8bf4 Don't pick up libquadmath if it happens to be installed resulting in a "hidden"
dependency.

ok naddy@
2013-12-07 19:59:13 +00:00
edd
f0a1059c7e Remove lpsolve's dependency upon <sys/timeb.h>.
Looks like I already patched away libcompat.a last year.

OK naddy@
2013-12-07 12:04:55 +00:00
ajacoutot
a51fbed706 Update to gnumeric-1.12.9. 2013-11-29 08:52:50 +00:00
bcallah
86f8e3ee2f Bugfix update to 1.19.1 2013-11-29 04:33:19 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
bcallah
7ccf8b87d9 Update Veusz to 1.19 2013-11-17 23:34:55 +00:00
naddy
725de75f3a move http://www.gnu.org to https 2013-11-09 23:19:01 +00:00
sthen
7d0c407ab6 update to coq 8.4pl2, from Daniel Dickman, ok Yozo TODA (maintainer) 2013-11-08 23:11:48 +00:00
naddy
ac703bde18 install man page and sync wantlib 2013-11-05 15:33:06 +00:00
brad
d8981fd22f Fix GNU make check with newer versions.
ok sthen@
2013-10-26 07:38:19 +00:00
zhuk
0e3d15242b Do a massive change on the placement of some KDE3 apps data:
* share/apps => share/apps.kde3
  * share/doc/HTML => share/doc/HTML.kde3

This is a part of KDE3/4 deconflicting work.

Build tested in a bulk by landry@, also sat over a week on ports@.
Run-time tested with some KDE3 apps, including KMail, taxipilot, yakuake...

"do it" landry@
2013-10-22 11:33:55 +00:00
miod
15d673f805 NOT_FOR_ARCHES=${GCC3_ARCHS}, these port depend upon the C++ tr1 headers,
which are only available on gcc4 platforms.
ok espie@
2013-10-18 14:29:16 +00:00
naddy
19b8746210 make very sure we pick up the intended Tcl/Tk version, otherwise Tk
detection will fail in configure
2013-10-13 21:41:44 +00:00
naddy
06a9102560 Drop USE_GROFF since groff and mandoc produce identical output. 2013-10-11 23:48:03 +00:00
espie
492e1a91c6 the makefile does some crazy thing with libraries. Sometimes the timestamps
don't quite match, and all hell breaks loose.

MAKE DARN SURE it gets its file by forcing them down the problematic target.
Yep, sometimes ar will replace the same files twice. Which is always better
than 0.

this has long been an annoyance. Why do every single math guy still write
makefiles by hand that look like fortran77 code ?

(also fix an error in popen by speaking the right standardese)
2013-10-11 08:39:25 +00:00
brad
1d77e89c13 Remove Chris Kuethe as maintainer. OpenBSD e-mail address bounces and has been
inactive for quite awhile.
2013-10-10 02:08:19 +00:00
ajacoutot
c8083bfedf Update to gnumeric-1.12.8. 2013-10-08 09:21:15 +00:00
espie
26b383a87e disentangle kde3 from kde4: all kde3 with the same name get an explict
PKGSPEC.  revision bumps follow.

Also, tag all kde3 ports, those that use the module and those that do not,
with explicit kde3 tags.
2013-10-05 07:34:30 +00:00
dcoppa
a2a0464ede Bye bye MODPY_BADEGGS 2013-10-03 16:37:15 +00:00
ajacoutot
ea93efd05f Remove hardcoded HOMEPAGE and use the one from the x11/gnome MODULE
instead. It is just too hard to maintain a coherent list of still
reachable homepages for GNOME projects so use wiki.gnome.org which is
the entry point for *all* GNOME apps.
2013-09-28 08:50:34 +00:00
landry
3817610542 Mark as BROKEN-alpha: ICE in scipy/optimize/minpack/lmstr.f:462 2013-09-04 18:40:21 +00:00
ajacoutot
0edbdb972e Update to gnumeric-1.12.7. 2013-09-02 09:44:48 +00:00
ajacoutot
4441a6d003 Update to gnumeric-1.12.6. 2013-08-28 08:00:59 +00:00
zhuk
4f664d8b82 Fixup handling of FreeDesktop goo: desktop-file-utils, gtk-update-icon-cache
and shared-mime-info. Found by portcheck.

A lot of input from and okay ajacoutot@
2013-08-20 22:05:46 +00:00
ajacoutot
c334bb4e91 Update to gnumeric-1.12.5. 2013-08-20 07:31:15 +00:00
naddy
2394f51acd move http://github.com and http://bitbucket.org to https
suggested by bentley@
2013-08-07 21:57:40 +00:00
naddy
c2832a1290 move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@
2013-08-07 21:31:12 +00:00
miod
103afb9d45 Mark as BROKEN on m88k: fails to figure out cpu details, and I don't have
enough time to fix this at the moment.
2013-07-21 18:26:29 +00:00
ajacoutot
c19b680d2a Update to gnumeric-1.12.4. 2013-07-15 07:16:41 +00:00
bcallah
5e29795085 Minor update to 1.18 2013-07-09 16:32:35 +00:00
naddy
6b7bf0fa1b bump for plist changes 5.3 -> 5.4 2013-07-07 21:25:27 +00:00
ajacoutot
75da358e68 Updtae to gnumeric-1.12.3. 2013-06-26 06:52:09 +00:00
espie
fd70df1e93 prepare for upcoming ninja switch 2013-06-24 19:35:18 +00:00
zhuk
cc129972c6 Massive cleanup for KDE3. Main point is in changing WANTLIB from "foo" to
"lib/kde3/foo" where appropirate, but also many missing desktop goo items
added, some PFRAG.shared removed and so on.

input and okay landry@ and ajacoutot@, also okay espie@
2013-06-24 15:53:38 +00:00
bcallah
b1593e51fc +veusz 2013-06-20 14:57:21 +00:00
bcallah
e6108e0c36 Import math/veusz, a graphical scientific plotting and graphing package
designed to produce publication-ready Postscript or PDF output.
Minor tweak from and ok sthen@
2013-06-20 14:56:49 +00:00
naddy
10bfdff492 the png headers are now directly under include/ 2013-06-04 18:41:39 +00:00
dcoppa
c7d96ee94d Bugfix update to R-2.15.3.
Until someone understand what is wrong with R-3.0.x and we can move
to the R-3 branch...
2013-06-03 10:46:45 +00:00
ajacoutot
3de9758da8 Sync WANTLIB and bump after the recent harfbuzz update; icu libs are not
needed anymore. This is a mecanical commit, there might be dragons :-)
2013-05-31 15:34:39 +00:00
sthen
7e0f6517b6 zap whitespace at eof, no package changes 2013-05-30 10:51:22 +00:00
jasper
e3dfc3bc2f drop the xmhtml flavor, which wasn't built by default.
ok aja@
2013-05-29 20:46:25 +00:00
jasper
3a56a8d6f4 - update to gnuplot 4.6.3
testing by various
ok sthen@
2013-05-29 14:32:11 +00:00
kirby
35e59d7159 - update HOMEPAGE
- regen distinfo while here.
Patches from Martin Natano natano at natano dot net, thanks!
2013-05-18 16:11:39 +00:00
sthen
8c49cfdb82 use gettext/libiconv MODULES. 2013-05-16 09:16:43 +00:00
zhuk
8956c3b65c No need for pre-configure here: file being patched does not go to binary
package, and is not called as executable script but as
"$(TCLSH) gv_doc_writer.tcl" instead.

okay edd@ (MAINTAINER)
2013-05-06 18:50:47 +00:00
naddy
634881cc28 maintenance update to 2.1.2 2013-04-29 14:00:44 +00:00
ajacoutot
0b37488866 Update to gnumeric-1.12.2. 2013-04-27 11:32:47 +00:00
sthen
d5c9aab9b1 update to p5-Math-Base36 0.12, minor fixes, from maintainer Mikolaj Kucharski 2013-04-18 23:44:51 +00:00
ajacoutot
a24f325efa goi -> gi (gnome MODULE change). 2013-04-16 13:17:00 +00:00
zhuk
dfe0b288b0 Hook up wcslib and libqalculate. 2013-04-11 14:06:40 +00:00
ajacoutot
c5a198e230 Missing textproc/intltool MODULE.
Remove uneeded BUILD_DEPENDS.
2013-04-11 13:46:51 +00:00
zhuk
97e642770d Import libqalculate, somewhat useful math library, used by recent KDE 4 SC
versions.

Qalculate! is small and simple to use but with much power and
versatility underneath. Features include customizable functions,
units, arbitrary precision, plotting, and a graphical interface
that uses a one-line fault-tolerant expression entry (although it
supports optional traditional buttons).

Input and okay landry@
2013-04-11 13:38:31 +00:00
ajacoutot
1b2df4e9ad Add comment about desktop-file-install(1). 2013-04-03 07:01:32 +00:00
ajacoutot
59da45c3b9 Fix build with gtk+3>=3.8.0.
Regen WANTLIB.
2013-03-27 18:03:33 +00:00
naddy
398591c503 really generate the shared library correctly 2013-03-22 18:10:59 +00:00
benoit
5a760dfe17 - update p5-Statistics-Descriptive to 3.0604
- regen PLIST

from David Hill
2013-03-21 11:42:03 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
sthen
5a0b7c0d66 update to Math-Pari 2.01080605 (who makes up these version numbers?!)
tested with perl 5.12.2 and fixes things with 5.16.3
2013-03-20 22:54:27 +00:00
nigel
011de064f8 WANTLIB updates for fontconfig and other libraries.
Ok sthen
2013-03-19 13:07:13 +00:00
benoit
97c54e79c5 - update p5-Bit-Vector to 7.2
- remove USE_GROFF

from David Hill, ok kevlo@ (maintainer)
2013-03-19 08:37:54 +00:00
ajacoutot
75759e0fe1 Enable introspection. 2013-03-14 09:00:44 +00:00
sthen
7b10e7c633 PERMIT_* 2013-03-11 12:27:53 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
ajacoutot
ff32d045a0 Update to gnumeric-1.12.1. 2013-03-10 12:17:57 +00:00
naddy
62272690f4 update to 2.1: bug fixes, add Turkish translation 2013-03-08 18:33:21 +00:00
djm
128e83da3c drop MAINTAINERship of my ports. I simply don't have time to give them
the attention they deserve
2013-03-08 02:04:37 +00:00
brad
a51f55af2a Update to CGAL 4.1. Tied to the Boost update.
From Amit Kulkarni.

ok sthen@
2013-03-08 01:26:55 +00:00
benoit
7c7dc91248 - update py-sympy to 0.7.2
- regen PLIST

ok Wen Heping (maintainer)
2013-03-06 14:46:31 +00:00
benoit
be06e469c0 - update ntl to 6.0.0
- update patches
- bump SHARED_LIBS
- update PLIST
2013-03-05 08:26:02 +00:00
benoit
044df90bf6 - update ecm to 6.4.4
- update PLIST
2013-03-05 08:01:29 +00:00
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
nigel
12d0c6e92d Add missing build dependency findlib
Ok sthen@ jasper@
2013-02-07 22:03:36 +00:00
naddy
347a5578b4 actually define V, so that we have a valid master site path 2013-02-07 12:16:08 +00:00
chrisz
0039808155 Update to 8.4pl1 by Daniel Dickman <didickman@gmail.com>
OK by Daniel, avsm@, Yozo TODA (maintainer) and jasper@
2013-02-07 09:43:15 +00:00
naddy
cbeb31112b bump for plist changes 5.2 -> 5.3 2013-02-01 16:34:36 +00:00
zhuk
c170c564db Unbreak after recent KDE 3 headers movement and cleanup math/kst.
Input by nigel@ (who originally reported the problem as well
as it happened with LibreOffice before), landry@ and ajacoutot@.

"Looks good for me" sthen@
2013-01-25 09:42:06 +00:00
jasper
160d47c6c1 mark broken on mips64, gcc crashes on:
IA operator-() const { return IA (-sup(), -inf()); }
2013-01-18 14:03:14 +00:00
benoit
bd7e98b686 - update ecm to 6.4.2
- bump SHARED_LIBS
- add USE_LIBTOOL
- update license and MASTER_SITES
2013-01-12 15:37:43 +00:00
sthen
a09312d7e2 mark conflict: misc/cmdpack, math/ecm 2013-01-09 23:00:51 +00:00
edd
21ab43fb1e update to wxMaxima-12.09.0
OK shadchin@
2013-01-04 14:06:33 +00:00
edd
448742e47d update to maxima-5.29.1
OK shadchin@
2013-01-04 14:05:41 +00:00
chrisz
cc072d54cf update to version 8.4
OK
jasper@, sthen@, Yozo Toda (maintainer)
2013-01-04 11:07:28 +00:00
landry
87ac3bbc83 Mark as BROKEN-hppa, doesnt pass configure since the PIE switch.
checking if Fortran "byte" is C "signed char"... configure: error: Could not link conftestf.o and conftest.o
2012-12-21 18:27:00 +00:00
landry
b52d8e4a9f Mark as BROKEN-hppa: never built there.
libumfpack.so has undefined refs to a bunch of lapack funcs ?
dgemm, zgemm, dtrsm, ztrsv, dger, zgemv, dgemv, ztrsm, dtrsv, zgeru
2012-12-21 18:25:03 +00:00
sthen
0b9d8d5e1a fix homepage/master_sites 2012-12-21 13:08:47 +00:00
ajacoutot
0aca0e2225 Update to gnumeric-1.12.0. 2012-12-19 10:43:02 +00:00
naddy
68a468008d maintenance update to 2.0.1 2012-12-17 21:29:36 +00:00
naddy
1e474f48e1 remove Peter Stromberg as maintainer:
"I haven't used any of those ports myself for a long time, so I think it's
best you remove me as maintainer."
2012-12-13 16:34:47 +00:00
chrisz
0081341c9f update lang/ocaml to 4.00.1.
Let all ocaml ports RUN_DEPEND on the version of ocaml they were built with.
2012-11-30 19:38:09 +00:00
naddy
69bdb11e1c access to %tick on sparc64 is no longer privileged 2012-11-14 19:56:53 +00:00
espie
2009c4a6ca zap space 2012-11-03 03:23:20 +00:00
ajacoutot
cc9f60078f tweak previous 2012-11-01 17:24:14 +00:00
espie
8402d656e1 zap space 2012-11-01 16:37:49 +00:00
espie
9a11505f7a resurrect USE_X11, only for the few ports that require xenocara components
but don't have explicit WANTLIB that point to X11.
2012-10-29 15:19:02 +00:00
dcoppa
d4450566c4 Update to R-2.15.2 2012-10-29 11:07:29 +00:00
dcoppa
6184068293 Remove pthread patching.
I'm doing this now to ease an upcoming update to R-2.15.2
2012-10-25 11:59:30 +00:00
kirby
5267e3335c Enable threaded libs.
OK pirofti@
library bump prodded by steven@, yes please by sthen@
2012-10-23 20:44:03 +00:00
bentley
aa2f804b4b +foma
+openfst
2012-10-20 04:36:45 +00:00
bentley
d41645c4fb Import openfst-1.3.1.
OpenFst is a library for constructing, combining, optimizing, and
searching weighted finite-state transducers (FSTs). Weighted
finite-state transducers are automata where each transition has an input
label, an output label, and a weight. The more familiar finite-state
acceptor is represented as a transducer with each transition's input and
output label equal. Finite-state acceptors are used to represent sets of
strings (specifically, regular or rational sets); finite-state
transducers are used to represent binary relations between pairs of
strings (specifically, rational transductions). The weights can be used
to represent the cost of taking a particular transition.

ok jeremy@
2012-10-20 04:35:55 +00:00
bentley
7fb44f7e59 Import foma-0.9.16.
Foma is a compiler, programming language, and C library for constructing
finite-state automata and transducers for various uses. It has specific
support for many natural language processing applications such as
producing morphological analyzers. Although NLP applications are
probably the main use of foma, it is sufficiently generic to use for a
large number of purposes.

ok jeremy@ pirofti@
2012-10-20 04:34:32 +00:00