mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
math/giacxcas: Update 1.4.9-59 -> 1.5.0-37
Reported by: portscout
This commit is contained in:
parent
d4b55826cc
commit
c71804ee0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493555
3 changed files with 14 additions and 7 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= giacxcas
|
PORTNAME= giacxcas
|
||||||
DISTVERSION= 1.4.9-59
|
DISTVERSION= 1.5.0-37
|
||||||
PORTREVISION= 6
|
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/:giac \
|
MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/:giac \
|
||||||
http://www-fourier.ujf-grenoble.fr/~parisse/giac/freebsd/
|
http://www-fourier.ujf-grenoble.fr/~parisse/giac/freebsd/
|
||||||
|
@ -20,18 +19,20 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
BUILD_DEPENDS= bash:shells/bash
|
BUILD_DEPENDS= bash:shells/bash
|
||||||
LIB_DEPENDS= libao.so:audio/libao \
|
LIB_DEPENDS= libao.so:audio/libao \
|
||||||
|
libcurl.so:ftp/curl \
|
||||||
libfontconfig.so:x11-fonts/fontconfig \
|
libfontconfig.so:x11-fonts/fontconfig \
|
||||||
libgsl.so:math/gsl \
|
libgsl.so:math/gsl \
|
||||||
libglpk.so:math/glpk \
|
libglpk.so:math/glpk \
|
||||||
libgmp.so:math/gmp \
|
libgmp.so:math/gmp \
|
||||||
libmpfr.so:math/mpfr \
|
libmpfr.so:math/mpfr \
|
||||||
libpari.so:math/pari \
|
libpari.so:math/pari \
|
||||||
libpng.so:graphics/png
|
libpng.so:graphics/png \
|
||||||
|
libsamplerate.so:audio/libsamplerate
|
||||||
RUN_DEPENDS= xdg-open:devel/xdg-utils
|
RUN_DEPENDS= xdg-open:devel/xdg-utils
|
||||||
|
|
||||||
NO_CDROM= French documentation is for non-commercial use only
|
NO_CDROM= French documentation is for non-commercial use only
|
||||||
|
|
||||||
USES= blaslapack desktop-file-utils fortran gettext gmake jpeg \
|
USES= blaslapack desktop-file-utils fortran gettext gl gmake gnome jpeg \
|
||||||
libtool ncurses readline shebangfix
|
libtool ncurses readline shebangfix
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GL= gl
|
USE_GL= gl
|
||||||
|
@ -74,6 +75,8 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
# installed with USE_GCC
|
# installed with USE_GCC
|
||||||
CONFIGURE_ARGS+= --disable-ntl
|
CONFIGURE_ARGS+= --disable-ntl
|
||||||
|
|
||||||
|
INFO= giac_us giac_es
|
||||||
|
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
PORTEXAMPLES= *
|
PORTEXAMPLES= *
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
TIMESTAMP = 1521185410
|
TIMESTAMP = 1550815944
|
||||||
SHA256 (giacxcas/giac_1.4.9-59.tar.gz) = d3abd7924d51bdb366020bd704266f7c292ff341dc1dd5c7af3acf677cb96537
|
SHA256 (giacxcas/giac_1.5.0-37.tar.gz) = 780f0b19b1788f487551bbb2c6172df5b5bbece1093e598d1dc1abb1b9aed2b0
|
||||||
SIZE (giacxcas/giac_1.4.9-59.tar.gz) = 57391588
|
SIZE (giacxcas/giac_1.5.0-37.tar.gz) = 76219674
|
||||||
SHA256 (giacxcas/CoCoALib-0.9950.tgz) = b30d840593e1930c1629467918b508c429e0a983ef0d1343eab570f238275678
|
SHA256 (giacxcas/CoCoALib-0.9950.tgz) = b30d840593e1930c1629467918b508c429e0a983ef0d1343eab570f238275678
|
||||||
SIZE (giacxcas/CoCoALib-0.9950.tgz) = 4120680
|
SIZE (giacxcas/CoCoALib-0.9950.tgz) = 4120680
|
||||||
SHA256 (giacxcas/fltk-giac.tar.gz) = 538243c536a62e562bc26dec1c54454f54ce614cc540371f5ccfe71d8ed27cf7
|
SHA256 (giacxcas/fltk-giac.tar.gz) = 538243c536a62e562bc26dec1c54454f54ce614cc540371f5ccfe71d8ed27cf7
|
||||||
|
|
|
@ -3,6 +3,7 @@ bin/en_cas_help
|
||||||
bin/es_cas_help
|
bin/es_cas_help
|
||||||
bin/fr_cas_help
|
bin/fr_cas_help
|
||||||
bin/giac
|
bin/giac
|
||||||
|
bin/hevea2mml
|
||||||
bin/icas
|
bin/icas
|
||||||
bin/pgiac
|
bin/pgiac
|
||||||
bin/xcas
|
bin/xcas
|
||||||
|
@ -25,6 +26,8 @@ include/giac/giacPCH.h
|
||||||
include/giac/giacintl.h
|
include/giac/giacintl.h
|
||||||
include/giac/global.h
|
include/giac/global.h
|
||||||
include/giac/gmp_replacements.h
|
include/giac/gmp_replacements.h
|
||||||
|
include/giac/graphe.h
|
||||||
|
include/giac/graphtheory.h
|
||||||
include/giac/help.h
|
include/giac/help.h
|
||||||
include/giac/identificateur.h
|
include/giac/identificateur.h
|
||||||
include/giac/ifactor.h
|
include/giac/ifactor.h
|
||||||
|
@ -43,6 +46,7 @@ include/giac/modpoly.h
|
||||||
include/giac/monomial.h
|
include/giac/monomial.h
|
||||||
include/giac/moyal.h
|
include/giac/moyal.h
|
||||||
include/giac/myostream.h
|
include/giac/myostream.h
|
||||||
|
include/giac/nautywrapper.h
|
||||||
include/giac/optimization.h
|
include/giac/optimization.h
|
||||||
include/giac/pari.h
|
include/giac/pari.h
|
||||||
include/giac/permu.h
|
include/giac/permu.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue