FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 5:05 PM BST
Port details
giacxcas 0.9.5 math on this many watch lists=0 search for ports that depend on this port
NO CDROM NO CDROM: The french documentation is for non commercial only use
Computer algebra system by Bernard Parisse
Maintained by: han@math.jussieu.fr search for ports maintained by this maintainer
Port Added: 21 Sep 2010 15:30:24
License: not specified in port


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.

Bernard Parisse is the main author of the CAS of HP40G and HP49G calculators.

This port is statically linked against snapshots of FLTK-1.3.x 
(http://www.fltk.org) and of CoCoALib (http://cocoa.dima.unige.it/cocoalib)

WWW:	http://www-fourier.ujf-grenoble.fr/~parisse/giac.html
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: print/teTeX-base, print/dvipsk-tetex, shells/bash, math/ntl, devel/gmake, x11/libXcursor, x11-fonts/libXft, x11/libXi
Required To Run: x11/libXcursor, x11-fonts/libXft, x11/libXi
Required Libraries: math/gmp, math/pari, math/mpfr, math/gsl, math/lapack, devel/gettext, graphics/libGL
There are no ports dependent upon this port

To install the port: cd /usr/ports/math/giacxcas/ && make install clean
To add the package: pkg_add -r giacxcas


Configuration Options
     No options to configure

Master Sites:
ftp://ftp-fourier.ujf-grenoble.fr/linux/xcas/freebsd/
http://people.math.jussieu.fr/~han/xcas/sources/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/giacxcas/

Number of commits found: 10

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 21:43:20
Original commit files touched by this commit  0.9.5
jgh search for other commits by this committer
- 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
Original commit files touched by this commit  0.9.3
pawel search for other commits by this committer
- 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
Original commit files touched by this commit  0.9.1_2
amdmi3 search for other commits by this committer
- 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
Original commit files touched by this commit  0.9.1_2
pav search for other commits by this committer
- 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
Original commit files touched by this commit  0.9.1_1
bf search for other commits by this committer
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
09 Apr 2011 15:40:17
Original commit files touched by this commit  0.9.1
makc search for other commits by this committer
- Update to 0.9.1
- Remove patches integrated upstream

PR:             ports/156192
Submitted by:   Han Frederic (maintainer)
20 Mar 2011 12:54:45
Original commit files touched by this commit  0.9.0_1
miwi search for other commits by this committer
- Get Rid MD5 support
13 Oct 2010 12:44:24
Original commit files touched by this commit  0.9.0_1
pav search for other commits by this committer
- Fix build on FreeBSD 8.0

Submitted by:   maintainer
09 Oct 2010 22:26:00
Original commit files touched by this commit  0.9.0_1
makc search for other commits by this committer
- 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
Original commit files touched by this commit  0.9.0
makc search for other commits by this committer
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>

Number of commits found: 10

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 5
new 48 hours8
new 7 days63
new fortnight185
new month256

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.179 seconds.