Commit graph

9518 commits

Author SHA1 Message Date
Johan van Selst
f0025c8789 Update to GAP 4.7.6 2014-11-19 10:46:16 +00:00
Kurt Jaeger
400fc6ca43 math/p5-Math-Int128: fix _DEPENDS
PR:		194736
2014-11-19 06:29:58 +00:00
Kurt Jaeger
a3f14ba3ad math/p5-Math-Int128: 0.13 -> 0.15
http://cpansearch.perl.org/src/SALVA/Math-Int128-0.15/Changes

PR:		194736
2014-11-19 06:28:05 +00:00
Kurt Jaeger
95283cfa99 math/p5-Math-Int64: 0.32 -> 0.34
http://cpansearch.perl.org/src/SALVA/Math-Int64-0.34/Changes

- native_to_uint64 was broken when using native integers (bug report
  by Aleksey Mashanov)
- add sv_seti64 and sv_setu64 macros (feature request by Graham Ollis)

PR:		194735
Approved by:	sunpoet (maintainer timeout)
2014-11-19 06:19:20 +00:00
Danilo Egea Gondolfo
3c12c95c82 - Update from 4.500.0 to 4.500.1 2014-11-18 16:48:30 +00:00
Baptiste Daroussin
91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00
Antoine Brodin
0dae2aca96 Cleanup plist 2014-11-15 12:20:53 +00:00
Antoine Brodin
942951d86b Cleanup plist 2014-11-14 09:39:21 +00:00
Antoine Brodin
cff02893b4 Cleanup plist 2014-11-13 23:24:00 +00:00
Antoine Brodin
faad978bef Cleanup plist 2014-11-12 20:11:15 +00:00
Antoine Brodin
5f172f29f0 - Allow staging as a regular user
- Cleanup plist
2014-11-12 09:10:23 +00:00
Antoine Brodin
8f5f0d8588 Cleanup plist 2014-11-10 23:10:23 +00:00
Stephen Montgomery-Smith
aa163df848 - Update to 1.1.0. 2014-11-10 00:03:25 +00:00
Stephen Montgomery-Smith
9175b4fdbf - Update to 1.3.9. 2014-11-07 22:25:52 +00:00
Rene Ladan
2f08c48841 Remove expired ports:
2014-11-07 math/elmer-umfpack: Obsoleted by cad/elmerfem
2014-11-07 science/elmer-eio: Obsoleted by cad/elmerfem
2014-11-07 science/elmer-matc: Obsoleted by cad/elmerfem
2014-11-07 science/elmer-meshgen2d: Obsoleted by cad/elmerfem
2014-11-07 science/elmergrid: Obsoleted by cad/elmerfem
2014-11-07 14:58:00 +00:00
Max Brazhnikov
ebf18a7b49 math/scilab:
- remove parallel from CATEGORIES (should have gone along with update to 5.5.0)
- drop @dirrm from plist
2014-11-07 12:16:48 +00:00
Ashish SHUKLA
85f56adb6e - Chase GNU Emacs updates
PR:		194624
2014-11-05 13:19:31 +00:00
Pawel Pekala
cae6212aec - Update to version 0.15.0
- Offer experimental Openpyxl2 support
- epend on minimum versions of optional ports per upstream docs

PR:		194504
Submitted by:	maintainer
2014-11-04 16:11:57 +00:00
Dmitry Sivachenko
4f7630ccd9 Update to version 1.9.1
Phabric:	D998
2014-11-03 11:14:34 +00:00
Pawel Pekala
e74cc53c55 - Update to version 0.8.4
- Clean pkg-plist

PR:		194168
Submitted by:	tkato432@yahoo.com
2014-11-02 16:41:05 +00:00
Thierry Thomas
7ab5bb5f5d Revert `make plist' optimization.
Submitted by:	makc
2014-11-01 20:15:15 +00:00
Kurt Jaeger
de5c6806a0 math/p5-Math-Int128: add armv6 to NOT_FOR_ARCHS
PR:		194188
Submitted by:	sbruno
2014-11-01 10:00:57 +00:00
Thierry Thomas
268e053c8d Upgrade to 0.6.2.
Changelog at <http://rkward.sourceforge.net/wiki/News>.
2014-11-01 08:47:42 +00:00
Danilo Egea Gondolfo
4ed4570f90 - Update from 4.450.4 to 4.500.0 2014-10-30 12:36:22 +00:00
Anders Nordby
fa72785059 Drop maintainership of all remaining ports where I am listed.
No time for this unfortunately.
2014-10-29 22:11:51 +00:00
Antoine Brodin
8b1dc0a9c8 Unbreak
Reported by:	pkg-fallout
2014-10-24 18:18:18 +00:00
Dmitry Sivachenko
7007ea4b9b Fix compilation after recent numpy patch.
Patch by thierry@FreeBSD.org, pointed out by antoine.
2014-10-23 15:23:27 +00:00
Dmitry Sivachenko
97ca34aaa4 Use std::isspace instead of isspace to fix the following compile error in
py-fst:
In file included from fst/_fst.cpp:322:
In file included from /usr/local/include/fst/fstlib.h:49:
In file included from /usr/local/include/fst/fst.h:34:
In file included from /usr/local/include/fst/arc.h:31:
In file included from /usr/local/include/fst/power-weight.h:24:
/usr/local/include/fst/tuple-weight.h:179:14: error: call to 'isspace' is ambiguous
    } while (isspace(c));
             ^~~~~~~
/usr/include/ctype.h:57:5: note: candidate function
int     isspace(int);
        ^
/usr/include/c++/v1/cctype:125:38: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY int isspace(int __c) {return __libcpp_isspace(__c);}
/usr/include/ctype.h:57:5: note: candidate function
int     isspace(int);
        ^
/usr/include/c++/v1/cctype:125:38: note: candidate function
inline _LIBCPP_INLINE_VISIBILITY int isspace(int __c) {return __libcpp_isspace(__c);}
2014-10-23 14:05:56 +00:00
Dmitry Sivachenko
dd3baef728 New port: pyfst
pyfst provides a Python interface to the excellent OpenFst library.
Most of the essential functionality of the library is exposed through a
simplified API, allowing quick prototyping of algorithms using finite-state
methods and easy visual debugging of the results obtained by applying
FST operations.

WWW: http://pyfst.github.io
2014-10-23 14:03:56 +00:00
Marcus von Appen
214bd533a7 - Convert ports of math/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 16:54:54 +00:00
Dmitry Sivachenko
3a5717fa24 Use correct directory for USE_LDCONFIG;
Remove obsoleted @dirrm's.
2014-10-20 14:28:17 +00:00
Stephen Montgomery-Smith
8f25480f37 - Update to 1.1.5. 2014-10-19 22:32:28 +00:00
Stephen Montgomery-Smith
8a3c97f9f1 - Update to 1.3.8. 2014-10-19 22:31:31 +00:00
Max Brazhnikov
0ea52f99b4 KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!
USE_KDE4=kdehier component has been deprecated, new components added:
 baloo			- Baloo core libraries
 baloo-widgets		- Baloo widgets library
 kfilemetadata		- KDE library for extracting file metadata

New ports:
  graphics/kqtquickcharts	- QtQuick plugin to render interactive charts
  misc/artikulate		- Pronunciation trainer for KDE
				(not usable currently, links to both
				GStreamer 1.x and 0.10.x via dependencies)
  sysutils/baloo[-widgets]	- KDE framework for searching and
				managing user metadata
  sysutils/kfilemetadata	- Library for extracting file metadata

l10n ports:
- Farsi (Persian) and Indonesian translations has been readded
- Vietnamese didn't pass threshold for inclusion into release

astro/kstars:
- switch dependency from math/eigen2 to math/eigen3
- add PYKDE option for updating supernovae data

deskutils/kdepim4:
- update dependencies: add libkgapi and baloo,
  remove now needless clucene, link-grammar, strigi
- add patch to fix build with gcc42
- update COMMENT and description for all KDE PIM ports

devel/ruby-krossruby:
- remove BROKEN, it builds with ruby 2.x now

editors/kate:
- add patch to disable memory-hungry build of the kate tests [1]

graphics/okular:
- add dependency on graphics/libkscreen

math/cantor:
- add optional dependency on lang/luajit for LuaJIT backend
- fix gfortran detection [2]

misc/kdehier4:
- adapt to new pkg world. Now the purpose of kdehier4 only
  to link some stuff between KDE4_PREFIX and LOCALBASE.

science/kalzium:
- switch dependency from math/eigen2 to math/eigen3
- add dependence on science/chemical-mime-data

x11-themes/kdeartwork4
- switch dependency from math/eigen2 to math/eigen3

among other changes:
- drop deprecated USE_KDE4=kdehier
- drop @dirrm from plist
- clean up pkg-descr
- convert to options helpers
- other portlint fixes

The area51 repository features commits by alonso, rakuco and myself.

PR:		187150 [1]
Reported by:	pe.freethread@live.com
Patch by:	Tobias Berner <tcberner@gmail.com>

PR:		180674 [2]
Reported by:	torsten.eichstaedt@web.de

PR:		194316
Exp-run:	antoine
2014-10-19 15:57:27 +00:00
Wen Heping
2048eb8057 - Update to 2.3.3 2014-10-16 22:43:56 +00:00
Thierry Thomas
95b71a550f Rescue the build on FreeBSD < 10 with libmissing.
Reported by:	pkg-fallout
2014-10-16 19:44:14 +00:00
John Marino
5ebdc43505 Remove @dirrm from package list of 8 of my ports 2014-10-16 10:56:37 +00:00
Johan van Selst
aa38e7d985 Update to calc 2.12.5.0 2014-10-15 19:07:45 +00:00
Danilo Egea Gondolfo
de43167971 - Update from 4.450.3 to 4.450.4 2014-10-14 14:06:36 +00:00
Dmitry Marakasov
b2ffd39a04 - Add LICENSE
- Drop @dirrm* from plist
2014-10-14 11:03:16 +00:00
Pietro Cerutti
56a424b20a - Enable the RenderingMatplotlib and PythonInterpreter modules when building
w/ Python support
- Bump PORTREVISION

Submitted by:	Stas Timokhin <devel@stasyan.com> (via email)
2014-10-13 12:10:21 +00:00
Stephen Montgomery-Smith
4f4114c797 - Update to 2.6.6. 2014-10-12 21:51:50 +00:00
Thierry Thomas
37be35c40e Add libproj4, a cartographic projections C library. 2014-10-12 08:32:24 +00:00
Thomas Zander
eafe2a7e8d - Initial import of math/nlopt
PR:		193262
Submitted by:	rhurlin@gwdg.de (maintainer)
Reviewed by:	koobs, riggs
2014-10-11 18:46:41 +00:00
Stephen Montgomery-Smith
5f0a21c535 Update to 2.0.1. 2014-10-10 23:34:59 +00:00
Danilo Egea Gondolfo
dec3bde266 - Update from 13.09-1 to 14.09 [1]
- Use options helpers

PR:		194281
Submitted by:	cjr@cruwe.de (maintainer) [1]
2014-10-10 15:58:05 +00:00
Pietro Cerutti
93f2c2133b - Another take at pkg-plist 2014-10-10 14:18:34 +00:00
Pietro Cerutti
555f9c700d - Add an OPTION to enable the Python wrapping module
- Add an OPTION to chose between static and shared libs
- Bump PORTREVISION
2014-10-10 13:36:08 +00:00
Antoine Brodin
1719756e87 Remove LTFAT option from octave-forge, the package builders are getting
crazy with this
several things like this in the log + installing takes hours:
load-octave-pkg: octave is installing ltfat-2.0.0.tar.gz.
panic: Segmentation fault: 11 -- stopping myself...

With hat:	portmgr
2014-10-08 22:31:40 +00:00
Danilo Egea Gondolfo
9140b4857c - Update from 4.450.2 to 4.450.3 2014-10-08 16:39:43 +00:00