Port details |
- aribas Interpreter for big integer/multi-precision floating point arithmetic
- 1.64_1 math =2 1.64_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2007-06-20 14:05:14
- Last Update: 2024-01-09 15:41:04
- Commit Hash: e10e202
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://www.mathematik.uni-muenchen.de/~forster/sw/aribas.html
- Description:
- ARIBAS is an interactive interpreter for big integer arithmetic and
multi-precision floating point arithmetic with a Pascal/Modula like
syntax. It has several builtin functions for algorithmic number
theory like gcd, Jacobi symbol, Rabin probabilistic prime test,
continued fraction and quadratic sieve factorization, Pollard rho
factorization, etc.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/aribas/ && make install clean
- To add the package, run one of these commands:
- pkg install math/aribas
- pkg install aribas
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: aribas
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (aribas-1.64.tar.gz) = 11b2a934774088e2c66a9d9397806dbb8d33f0da48d6c800a492c2a43c258169
SIZE (aribas-1.64.tar.gz) = 293285
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for aribas-1.64_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- math_aribas
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.64_1 09 Jan 2024 15:41:04 |
Baptiste Daroussin (bapt) |
MAN[1-5]PREFIX: eleminate its usage and move man to share/man |
1.64 30 Oct 2023 22:37:03 |
Rodrigo Osorio (rodrigo) |
math/aribas: Update MASTER_SITE and WWW
Main URL path change. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.64 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.64 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
1.64 28 Jul 2021 20:34:51 |
Lars Engels (lme) |
*: Drop maintainership on most of my ports.
Unfortunately I cannot give them the love they deserve at the moment. |
1.64 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.64 30 Jun 2014 21:43:24 |
antoine |
Remove pkg-plist, the Makefile already has PLIST_FILES/PORTDOCS/PORTEXAMPLES
Add missing OPTIONS_DEFINE |
1.64 06 Oct 2013 09:58:29 |
lme |
- Support staging
- Break lines after 80 chars
- Add pkg-plist |
1.64 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.64 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.64 02 Jun 2010 06:59:05 |
lme |
- Update to 1.64
- Respect CFLAGS
PR: ports/146344
Submitted by: bf <bf1783@gmail.com>
Approved by: maintainer (me) |
1.63 04 Sep 2008 14:52:05 |
lme |
Update to 1.63 |
1.53 12 Jul 2007 18:52:00 |
lme |
Change e-mail address of my ports to my FreeBSD.org one.
Approved by: miwi (mentor) |
1.53 20 Jun 2007 14:04:09 |
miwi |
ARIBAS is an interactive interpreter for big integer arithmetic and
multi-precision floating point arithmetic with a Pascal/Modula like
syntax. It has several builtin functions for algorithmic number
theory like gcd, Jacobi symbol, Rabin probabilistic prime test,
continued fraction and quadratic sieve factorization, Pollard rho
factorization, etc.
WWW: http://www.mathematik.uni-muenchen.de/~forster/sw/adownload.html
PR: ports/113862
Submitted by: Lars Engels <lars.engels at 0x20.net> |