The FreeBSD Ports Archive
FreeBSD math : asir20004>
The system Risa/Asir is a general computer algebra system
The system Risa/Asir is a general computer algebra system.
It performs arithmetics in various rings and fields, factorization,
and Groebner basis computations. It can call outer modules complient
to the OpenXM protocols.
The asir user language is like C.
The most recent source distribution from Kobe University can be found at
http://www.asir.org/
Risa/Asir was originally developed at Fujitsu Research Laboratory.
Fujitsu Research Laboratory holds the copyright of Risa/Asir.
See the COPYRIGHT file in the source distribution.
http://www.asir.org/
|
asir2000 history
v. 1.33
date: 2007/09/30 04:47:05; author: linimon; state: Exp; lines: +2 -1
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.32
date: 2007/09/02 13:41:54; author: arved; state: Exp; lines: +5 -5
Update to 20070806
PR: 115522
Submitted by: Tomokatsu SAITO
v. 1.31
date: 2007/07/19 16:24:18; author: rafan; state: Exp; lines: +25 -22
- Update to 20070718 [1]
- Respect NOPORTDOCS and use PORTDOCS to simplify pkg-plist [2]
- Remove useless PREFIX assignment which is for user not port's Makefile [2]
PR: ports/114723 [1]
Submitted by: Tomokatsu SAITO (maintainer) [1]
Approved by: maintainer [2]
v. 1.30
date: 2007/05/19 20:14:48; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.29
date: 2006/06/05 21:43:09; author: pav; state: Exp; lines: +2 -1
- Remove math/pari-devel port
v. 1.28
date: 2006/05/10 18:24:36; author: vs; state: Exp; lines: +4 -4
Update to 20060417
PR: ports/96104
Submitted by: maintainer
v. 1.27
date: 2005/11/15 06:50:04; author: ade; state: Exp; lines: +1 -2
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.26
date: 2005/10/21 11:31:56; author: sem; state: Exp; lines: +16 -11
- Update to 20051010
PR: ports/87217
Submitted by: maintainer
v. 1.25
date: 2005/08/05 15:13:50; author: krion; state: Exp; lines: +3 -3
Update to 20050603 and fix build on 6.x/7.x
Approved by: portmgr (implicit)
v. 1.24
date: 2005/03/26 20:23:35; author: kris; state: Exp; lines: +4 -0
BROKEN on sparc64 and ia64: Does not compile
Approved by: portmgr (self)
v. 1.23
date: 2005/02/01 16:22:28; author: vs; state: Exp; lines: +7 -9
Unreak: Chase pari-devel, update to 20050131
PR: ports/76881
Submitted by: Saito Tomokatsu (maintainer)
v. 1.22
date: 2004/06/04 17:29:25; author: ade; state: Exp; lines: +1 -1
Sync with new bsd.autotools.mk
v. 1.21
date: 2004/03/14 06:16:55; author: ade; state: Exp; lines: +1 -2
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.20
date: 2004/02/25 10:12:17; author: kris; state: Exp; lines: +7 -1
BROKEN on !i386 and !amd64: Does not compile
v. 1.19
date: 2004/02/13 21:19:23; author: krion; state: Exp; lines: +6 -8
- Update to version 20040214
- Fix build on 5.x and amd64
PR: ports/62795
Submitted by: maintainer
v. 1.18
date: 2004/02/07 23:45:50; author: kris; state: Exp; lines: +2 -5
This port is broken on 4.x too, and will be removed after April 7.
v. 1.17
date: 2004/02/07 23:17:41; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: does not compile
v. 1.16
date: 2003/10/16 04:15:47; author: kris; state: Exp; lines: +1 -7
Before committing the previous BROKEN changes I carefully checked the status
of each port on bento and for recent fixes. Unfortunately at some point I
got confused and switched to the wrong list :-) As a result I picked up a
number of ports that were fixed a while ago. Sorry for the false alarm,
maintainers.
Pointy hat to: kris
v. 1.15
date: 2003/10/16 02:16:36; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: does not compile
v. 1.14
date: 2003/09/10 13:11:11; author: kiri; state: Exp; lines: +4 -3
Update 20030507 to 20030825[1]. Following additional changes has made:
* spaces between macros and eqauls to tab(portlint)
* change %%DOCSDIR%% in pkg-plist(portlint)
PR: 56230
Submitted by: Saito Tomokatsu [1]
v. 1.13
date: 2003/05/19 14:08:29; author: arved; state: Exp; lines: +12 -66
Update to 20030507
PR: 52261
Submitted by: Saito Tomokatsu
v. 1.12
date: 2003/03/03 10:32:26; author: edwin; state: Exp; lines: +1 -0
Try to get it out of bento's failed ports list
Noticed by: kris@
v. 1.11
date: 2003/02/23 09:02:27; author: edwin; state: Exp; lines: +19 -3
Update for math/asir2000 to version 20030215
PR: ports/48284
Submitted by: Saito Tomokatsu
v. 1.10
date: 2003/02/21 12:43:56; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.9
date: 2002/11/07 13:16:35; author: edwin; state: Exp; lines: +5 -4
ports/math/asir2000 do not build. This probrem has two reasons.
1) ports/matn/pari-devel update.
2) 5-current do not build. This reasion is thread problem.
This send-pr solved that problems.
PR: ports/44308
Submitted by: Saito Tomokatsu
v. 1.8
date: 2002/10/02 07:24:24; author: kris; state: Exp; lines: +2 -2
Set USE_X_PREFIX=yes to fix build
v. 1.7
date: 2002/09/20 02:38:08; author: kuriyama; state: Exp; lines: +12 -9
Upgrade to 20020910 and unbroken.
PR: ports/42598
Submitted by: Saito Tomokatsu (maintainer)
v. 1.6
date: 2002/09/19 02:43:54; author: kris; state: Exp; lines: +2 -0
BROKEN: Does not build
v. 1.5
date: 2002/08/07 16:18:47; author: pat; state: Exp; lines: +1 -1
Bump shared library version after pari-devel update
v. 1.4
date: 2002/04/10 06:07:25; author: ijliao; state: Exp; lines: +1 -1
upgrade to 0410
PR: 36949
Submitted by: maintainer
v. 1.3
date: 2002/04/01 08:21:20; author: kuriyama; state: Exp; lines: +34 -28
Upgrade to 20020328.
PR: ports/36570
Submitted by: Saito Tomokatsu (maintainer)
v. 1.2
date: 2002/01/09 01:34:31; author: pat; state: Exp; lines: +35 -5
Update to 20020108
PR: 33677
Submitted by: maintainer
v. 1.1
date: 2001/08/30 15:50:38; author: ume; state: Exp;
Add new port Asir.
The system Risa/Asir is a general computer algebra system.
It performs arithmetics in various rings and fields, factorization,
and Groebner basis computations. It can call outer modules complient
to the OpenXM protocols.
PR: ports/30158
Submitted by: Saito Tomokatsu
=============================================================================
v. 1.33
date: 2007/09/30 04:47:05; author: linimon; state: Exp; lines: +2 -1
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.32
date: 2007/09/02 13:41:54; author: arved; state: Exp; lines: +5 -5
Update to 20070806
PR: 115522
Submitted by: Tomokatsu SAITO
v. 1.31
date: 2007/07/19 16:24:18; author: rafan; state: Exp; lines: +25 -22
- Update to 20070718 [1]
- Respect NOPORTDOCS and use PORTDOCS to simplify pkg-plist [2]
- Remove useless PREFIX assignment which is for user not port's Makefile [2]
PR: ports/114723 [1]
Submitted by: Tomokatsu SAITO (maintainer) [1]
Approved by: maintainer [2]
v. 1.30
date: 2007/05/19 20:14:48; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.29
date: 2006/06/05 21:43:09; author: pav; state: Exp; lines: +2 -1
- Remove math/pari-devel port
v. 1.28
date: 2006/05/10 18:24:36; author: vs; state: Exp; lines: +4 -4
Update to 20060417
PR: ports/96104
Submitted by: maintainer
v. 1.27
date: 2005/11/15 06:50:04; author: ade; state: Exp; lines: +1 -2
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.26
date: 2005/10/21 11:31:56; author: sem; state: Exp; lines: +16 -11
- Update to 20051010
PR: ports/87217
Submitted by: maintainer
v. 1.25
date: 2005/08/05 15:13:50; author: krion; state: Exp; lines: +3 -3
Update to 20050603 and fix build on 6.x/7.x
Approved by: portmgr (implicit)
v. 1.24
date: 2005/03/26 20:23:35; author: kris; state: Exp; lines: +4 -0
BROKEN on sparc64 and ia64: Does not compile
Approved by: portmgr (self)
v. 1.23
date: 2005/02/01 16:22:28; author: vs; state: Exp; lines: +7 -9
Unreak: Chase pari-devel, update to 20050131
PR: ports/76881
Submitted by: Saito Tomokatsu (maintainer)
v. 1.22
date: 2004/06/04 17:29:25; author: ade; state: Exp; lines: +1 -1
Sync with new bsd.autotools.mk
v. 1.21
date: 2004/03/14 06:16:55; author: ade; state: Exp; lines: +1 -2
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.20
date: 2004/02/25 10:12:17; author: kris; state: Exp; lines: +7 -1
BROKEN on !i386 and !amd64: Does not compile
v. 1.19
date: 2004/02/13 21:19:23; author: krion; state: Exp; lines: +6 -8
- Update to version 20040214
- Fix build on 5.x and amd64
PR: ports/62795
Submitted by: maintainer
v. 1.18
date: 2004/02/07 23:45:50; author: kris; state: Exp; lines: +2 -5
This port is broken on 4.x too, and will be removed after April 7.
v. 1.17
date: 2004/02/07 23:17:41; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: does not compile
v. 1.16
date: 2003/10/16 04:15:47; author: kris; state: Exp; lines: +1 -7
Before committing the previous BROKEN changes I carefully checked the status
of each port on bento and for recent fixes. Unfortunately at some point I
got confused and switched to the wrong list :-) As a result I picked up a
number of ports that were fixed a while ago. Sorry for the false alarm,
maintainers.
Pointy hat to: kris
v. 1.15
date: 2003/10/16 02:16:36; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: does not compile
v. 1.14
date: 2003/09/10 13:11:11; author: kiri; state: Exp; lines: +4 -3
Update 20030507 to 20030825[1]. Following additional changes has made:
* spaces between macros and eqauls to tab(portlint)
* change %%DOCSDIR%% in pkg-plist(portlint)
PR: 56230
Submitted by: Saito Tomokatsu [1]
v. 1.13
date: 2003/05/19 14:08:29; author: arved; state: Exp; lines: +12 -66
Update to 20030507
PR: 52261
Submitted by: Saito Tomokatsu
v. 1.12
date: 2003/03/03 10:32:26; author: edwin; state: Exp; lines: +1 -0
Try to get it out of bento's failed ports list
Noticed by: kris@
v. 1.11
date: 2003/02/23 09:02:27; author: edwin; state: Exp; lines: +19 -3
Update for math/asir2000 to version 20030215
PR: ports/48284
Submitted by: Saito Tomokatsu
v. 1.10
date: 2003/02/21 12:43:56; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.9
date: 2002/11/07 13:16:35; author: edwin; state: Exp; lines: +5 -4
ports/math/asir2000 do not build. This probrem has two reasons.
1) ports/matn/pari-devel update.
2) 5-current do not build. This reasion is thread problem.
This send-pr solved that problems.
PR: ports/44308
Submitted by: Saito Tomokatsu
v. 1.8
date: 2002/10/02 07:24:24; author: kris; state: Exp; lines: +2 -2
Set USE_X_PREFIX=yes to fix build
v. 1.7
date: 2002/09/20 02:38:08; author: kuriyama; state: Exp; lines: +12 -9
Upgrade to 20020910 and unbroken.
PR: ports/42598
Submitted by: Saito Tomokatsu (maintainer)
v. 1.6
date: 2002/09/19 02:43:54; author: kris; state: Exp; lines: +2 -0
BROKEN: Does not build
v. 1.5
date: 2002/08/07 16:18:47; author: pat; state: Exp; lines: +1 -1
Bump shared library version after pari-devel update
v. 1.4
date: 2002/04/10 06:07:25; author: ijliao; state: Exp; lines: +1 -1
upgrade to 0410
PR: 36949
Submitted by: maintainer
v. 1.3
date: 2002/04/01 08:21:20; author: kuriyama; state: Exp; lines: +34 -28
Upgrade to 20020328.
PR: ports/36570
Submitted by: Saito Tomokatsu (maintainer)
v. 1.2
date: 2002/01/09 01:34:31; author: pat; state: Exp; lines: +35 -5
Update to 20020108
PR: 33677
Submitted by: maintainer
v. 1.1
date: 2001/08/30 15:50:38; author: ume; state: Exp;
Add new port Asir.
The system Risa/Asir is a general computer algebra system.
It performs arithmetics in various rings and fields, factorization,
and Groebner basis computations. It can call outer modules complient
to the OpenXM protocols.
PR: ports/30158
Submitted by: Saito Tomokatsu
=============================================================================
v. 1.33
date: 2007/09/30 04:47:05; author: linimon; state: Exp; lines: +2 -1
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.32
date: 2007/09/02 13:41:54; author: arved; state: Exp; lines: +5 -5
Update to 20070806
PR: 115522
Submitted by: Tomokatsu SAITO
v. 1.31
date: 2007/07/19 16:24:18; author: rafan; state: Exp; lines: +25 -22
- Update to 20070718 [1]
- Respect NOPORTDOCS and use PORTDOCS to simplify pkg-plist [2]
- Remove useless PREFIX assignment which is for user not port's Makefile [2]
PR: ports/114723 [1]
Submitted by: Tomokatsu SAITO (maintainer) [1]
Approved by: maintainer [2]
v. 1.30
date: 2007/05/19 20:14:48; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.29
date: 2006/06/05 21:43:09; author: pav; state: Exp; lines: +2 -1
- Remove math/pari-devel port
v. 1.28
date: 2006/05/10 18:24:36; author: vs; state: Exp; lines: +4 -4
Update to 20060417
PR: ports/96104
Submitted by: maintainer
v. 1.27
date: 2005/11/15 06:50:04; author: ade; state: Exp; lines: +1 -2
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.26
date: 2005/10/21 11:31:56; author: sem; state: Exp; lines: +16 -11
- Update to 20051010
PR: ports/87217
Submitted by: maintainer
v. 1.25
date: 2005/08/05 15:13:50; author: krion; state: Exp; lines: +3 -3
Update to 20050603 and fix build on 6.x/7.x
Approved by: portmgr (implicit)
v. 1.24
date: 2005/03/26 20:23:35; author: kris; state: Exp; lines: +4 -0
BROKEN on sparc64 and ia64: Does not compile
Approved by: portmgr (self)
v. 1.23
date: 2005/02/01 16:22:28; author: vs; state: Exp; lines: +7 -9
Unreak: Chase pari-devel, update to 20050131
PR: ports/76881
Submitted by: Saito Tomokatsu (maintainer)
v. 1.22
date: 2004/06/04 17:29:25; author: ade; state: Exp; lines: +1 -1
Sync with new bsd.autotools.mk
v. 1.21
date: 2004/03/14 06:16:55; author: ade; state: Exp; lines: +1 -2
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.20
date: 2004/02/25 10:12:17; author: kris; state: Exp; lines: +7 -1
BROKEN on !i386 and !amd64: Does not compile
v. 1.19
date: 2004/02/13 21:19:23; author: krion; state: Exp; lines: +6 -8
- Update to version 20040214
- Fix build on 5.x and amd64
PR: ports/62795
Submitted by: maintainer
v. 1.18
date: 2004/02/07 23:45:50; author: kris; state: Exp; lines: +2 -5
This port is broken on 4.x too, and will be removed after April 7.
v. 1.17
date: 2004/02/07 23:17:41; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: does not compile
v. 1.16
date: 2003/10/16 04:15:47; author: kris; state: Exp; lines: +1 -7
Before committing the previous BROKEN changes I carefully checked the status
of each port on bento and for recent fixes. Unfortunately at some point I
got confused and switched to the wrong list :-) As a result I picked up a
number of ports that were fixed a while ago. Sorry for the false alarm,
maintainers.
Pointy hat to: kris
v. 1.15
date: 2003/10/16 02:16:36; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: does not compile
v. 1.14
date: 2003/09/10 13:11:11; author: kiri; state: Exp; lines: +4 -3
Update 20030507 to 20030825[1]. Following additional changes has made:
* spaces between macros and eqauls to tab(portlint)
* change %%DOCSDIR%% in pkg-plist(portlint)
PR: 56230
Submitted by: Saito Tomokatsu [1]
v. 1.13
date: 2003/05/19 14:08:29; author: arved; state: Exp; lines: +12 -66
Update to 20030507
PR: 52261
Submitted by: Saito Tomokatsu
v. 1.12
date: 2003/03/03 10:32:26; author: edwin; state: Exp; lines: +1 -0
Try to get it out of bento's failed ports list
Noticed by: kris@
v. 1.11
date: 2003/02/23 09:02:27; author: edwin; state: Exp; lines: +19 -3
Update for math/asir2000 to version 20030215
PR: ports/48284
Submitted by: Saito Tomokatsu
v. 1.10
date: 2003/02/21 12:43:56; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.9
date: 2002/11/07 13:16:35; author: edwin; state: Exp; lines: +5 -4
ports/math/asir2000 do not build. This probrem has two reasons.
1) ports/matn/pari-devel update.
2) 5-current do not build. This reasion is thread problem.
This send-pr solved that problems.
PR: ports/44308
Submitted by: Saito Tomokatsu
v. 1.8
date: 2002/10/02 07:24:24; author: kris; state: Exp; lines: +2 -2
Set USE_X_PREFIX=yes to fix build
v. 1.7
date: 2002/09/20 02:38:08; author: kuriyama; state: Exp; lines: +12 -9
Upgrade to 20020910 and unbroken.
PR: ports/42598
Submitted by: Saito Tomokatsu (maintainer)
v. 1.6
date: 2002/09/19 02:43:54; author: kris; state: Exp; lines: +2 -0
BROKEN: Does not build
v. 1.5
date: 2002/08/07 16:18:47; author: pat; state: Exp; lines: +1 -1
Bump shared library version after pari-devel update
v. 1.4
date: 2002/04/10 06:07:25; author: ijliao; state: Exp; lines: +1 -1
upgrade to 0410
PR: 36949
Submitted by: maintainer
v. 1.3
date: 2002/04/01 08:21:20; author: kuriyama; state: Exp; lines: +34 -28
Upgrade to 20020328.
PR: ports/36570
Submitted by: Saito Tomokatsu (maintainer)
v. 1.2
date: 2002/01/09 01:34:31; author: pat; state: Exp; lines: +35 -5
Update to 20020108
PR: 33677
Submitted by: maintainer
v. 1.1
date: 2001/08/30 15:50:38; author: ume; state: Exp;
Add new port Asir.
The system Risa/Asir is a general computer algebra system.
It performs arithmetics in various rings and fields, factorization,
and Groebner basis computations. It can call outer modules complient
to the OpenXM protocols.
PR: ports/30158
Submitted by: Saito Tomokatsu
=============================================================================
|
| |

|