| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
11 May 2013 17:58:56
1.0.0
|
hrs  |
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk. |
06 May 2013 02:00:41
1.0.0
|
hrs  |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
24 Apr 2013 18:10:32
1.0.0
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
31 Jan 2013 12:29:50
1.0.0
|
danfe  |
- Update to version 1.0.0
- Update CocoaLib dependency version to 9950
- Use the PORTDOCS and PORTDATA macros in Makefile
- Trim Makefile header, define LICENSE (GPLv3)
- Perform miscellaneous cleanups while I am at it
PR: ports/175143
Submitted by: maintainer |
22 Jun 2012 13:50:04
0.9.8
|
scheidell  |
- Force commit to fix ports/pr number
- Update to 0.9.8 from the author sources
- CONFLICTS aide-[0-9]* because of overlapping files bin/aide (also used by
security/aide) has been removed.
PR: ports/169210
Submitted by: HAN Frederic <han@math.jussieu.fr> (maintainer) |
22 Jun 2012 13:44:53
0.9.8
|
scheidell  |
- Update to 0.9.5
PR: ports/164030
Submitted by: Han Frederic <han@math.jussieu.fr> (maintainer) |
01 Jun 2012 05:26:28
0.9.5_1
|
dinoex  |
- update png to 1.5.10 |
14 Jan 2012 21:43:20
0.9.5
|
jgh  |
- Update to 0.9.5
-swich back to previous auxiliary file fltkdev.tgz instead of fltk-giac.tar.gz
due to a printing bug in 64bits.
- xgiac was removed in the author sources, so remove texmacs run dependency
- add lapack dependency
PR: ports/164030
Submitted by: maintainer, Han Frederic <han at math.jussieu.fr>
Approved by: crees (mentor) |
01 Nov 2011 17:32:03
0.9.3
|
pawel  |
- Update from the author sources to giac 0.9.3 [1]
- The fltk auxiliary file is updated from giac's author. The name of the new
version has changed to fltk-giac.tar.gz [1]
- (re)Enable pari support, This version of giac is now
compatible with pari > 2.3 [1]
- Remove (after run tests) the amd64 extra flags in the Makefile [1]
- Patch phase don't require bash [2]
- Programs link to libintl so add USE_GETTEXT=yes [2]
- Add run dependency on editors/texmacs, xgiac script calls it [2]
- Fix path to binaries in dektop entry files [2]
- Mark MAKE_JOBS_SAFE [2]
PR: ports/161302 [1]
Submitted by: Han Frederic <han@math.jussieu.fr> [1], myself [2] |
23 Sep 2011 22:26:39
0.9.1_2
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
28 Aug 2011 21:59:26
0.9.1_2
|
pav  |
- Update MASTER_SITES
- Does not build with new pari so disable pari
PR: ports/160258
Submitted by: Han Frederic <han@math.jussieu.fr> (maintainer) |
09 May 2011 16:42:28
0.9.1_1
|
bf  |
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports |
09 Apr 2011 15:40:17
0.9.1
|
makc  |
- Update to 0.9.1
- Remove patches integrated upstream
PR: ports/156192
Submitted by: Han Frederic (maintainer) |
20 Mar 2011 12:54:45
0.9.0_1
|
miwi  |
- Get Rid MD5 support |
13 Oct 2010 12:44:24
0.9.0_1
|
pav  |
- Fix build on FreeBSD 8.0
Submitted by: maintainer |
09 Oct 2010 22:26:00
0.9.0_1
|
makc  |
- Add new mastersite and use original sources from author
- Fix build on pointyhat
- Fix runtime problem on amd64
- Use @dirrmtry for common directories
PR: ports/150395
Submitted by: Han Frederic (maintainer) |
21 Sep 2010 15:29:52
0.9.0
|
makc  |
Add new port math/giacxcas:
General purpose Computer algebra system by Bernard Parisse released
under GPLv3. The french documentation by Renee De Graeve is for non
commercial use only.
it consists of:
- a C++ library (libgiac). It is build on C and C++ libraries:
PARI, NTL (arithmetic), CoCoA (Groebner basis), GSL (numerics),
GMP (big integers), MPFR (bigfloats) and provides algorithms for
basic polynomial operations (product, GCD) and symbolic
computations (simplifications, limits/series, symbolic
integration, sommation, ...). The library can be configured to
accept Maple or TI syntax to ease the transition for users of
these systems.
- a command line interpreter (icas or giac). It can be called from texmacs.
- a FLTK-based GUI (xcas). It is a GUI for symbolic computation
with several modules added: 2-d and 3-d graphics, dynamic 2-d and
3-d geometry (exact or numeric), spreadsheet, programming
environment.
WWW: http://www-fourier.ujf-grenoble.fr/~parisse/giac.html
PR: ports/150395
Submitted by: Han Frederic <han at math.jussieu.fr> |