7972 FreshPorts -- math/giacxcas
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
giacxcas 1.0.0 math on this many watch lists=0 search for ports that depend on this port
NO CDROM NO CDROM: French documentation is for non-commercial use only
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: GPLv3


General purpose computer algebra system by Bernard Parisse released under
GPLv3.  French documentation by Renee De Graeve is for non-commercial use
only.  The package 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, summation, ...). 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
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. shells/bash
  2. math/ntl
  3. print/teTeX-base
  4. print/teTeX-texmf
  5. print/dvipsk-tetex
  6. devel/gmake
  7. x11/libXcursor
  8. x11-fonts/libXft
  9. x11/libXi
Required To Run:
  1. x11/libXcursor
  2. x11-fonts/libXft
  3. x11/libXi
Required Libraries:
  1. math/gmp
  2. math/pari
  3. math/mpfr
  4. math/gsl
  5. math/lapack
  6. devel/gettext
  7. 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:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/giacxcas/
  2. http://people.math.jussieu.fr/~han/xcas/sources/
  3. http://www-fourier.ujf-grenoble.fr/~parisse/giac/freebsd/

Number of commits found: 17

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
11 May 2013 17:58:56
Original commit files touched by this commit  1.0.0
hrs search for other commits by this committer
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
Original commit files touched by this commit  1.0.0
hrs search for other commits by this committer
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
Original commit files touched by this commit  1.0.0
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
31 Jan 2013 12:29:50
Original commit files touched by this commit  1.0.0
danfe search for other commits by this committer
- 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
Original commit files touched by this commit  0.9.8
scheidell search for other commits by this committer
- 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
Original commit files touched by this commit  0.9.8
scheidell search for other commits by this committer
- Update to 0.9.5

PR:             ports/164030
Submitted by:   Han Frederic <han@math.jussieu.fr> (maintainer)
01 Jun 2012 05:26:28
Original commit files touched by this commit  0.9.5_1
dinoex search for other commits by this committer
- update png to 1.5.10
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: 17

2830
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24523
Broken 217
Deprecated 473
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 7
new 48 hours10
new 7 days29
new fortnight78
new month210

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0