Port details |
- jacal Symbolic mathematics program written in Scheme
- 1c8_2 math =3 1c8_2Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2002-03-16 14:32:16
- Last Update: 2024-06-15 12:54:19
- Commit Hash: 8229908
- People watching this port, also watch:: e2fsprogs, libevent, py39-simpy, pure-ftpd, sash
- License: GPLv3
- WWW:
- https://people.csail.mit.edu/jaffer/JACAL
- Description:
- JACAL is an interactive symbolic mathematics program. JACAL can
manipulate and simplify equations, scalars, vectors, and matrices of
single and multiple valued algebraic expressions containing numbers,
variables, radicals, and algebraic differential, and holonomic
functions.
JACAL is written in Scheme.
- ¦ ¦ ¦ ¦
- 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/jacal/ && make install clean
- To add the package, run one of these commands:
- pkg install math/jacal
- pkg install jacal
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jacal
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1718371266
SHA256 (jacal-1c8.zip) = bc6e4c4c46e52cd600abad0a2f4d08bedfdf74ea339f7a4e30a3d9429f01c736
SIZE (jacal-1c8.zip) = 347387
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- makeinfo : print/texinfo
- Runtime dependencies:
-
- scm : lang/scm
- require.scm : lang/slib
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for jacal-1c8_2:
INFO=on: Build and/or install GNU info pages
===> Use 'make config' to modify these settings
- Options name:
- math_jacal
- USES:
- gmake zip makeinfo
- 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 |
1c8_2 15 Jun 2024 12:54:19 |
Muhammad Moinur Rahman (bofh) |
math/jacal: Fix versions going backward |
1.c8_2 14 Jun 2024 17:07:33 |
Muhammad Moinur Rahman (bofh) |
math/jacal: Update distinfo
Upstream released an updated version of documentation which was included
in the distfile without bumping version. This has been verified by the
upstream with private mails. |
1c8_1 01 Jun 2024 09:50:11 |
Muhammad Moinur Rahman (bofh) |
math/jacal: Mark BROKEN
Currently the build fails with mismatched SHA256 hash although the SIZE
is same. Which is very hiighly unlikely to happen. I have been trying
to communicate with the upstream and based on feedback I will fix this. |
1c8_1 30 Jan 2024 20:48:15 |
Muhammad Moinur Rahman (bofh) |
math/jacal: Moved man to share/man |
1c8 20 Oct 2023 21:04:38 |
Muhammad Moinur Rahman (bofh) |
math/jacal: Optionize INFO |
1c8 11 Jan 2023 09:00:16 |
Muhammad Moinur Rahman (bofh) |
math/jacal: Update version 1c7=>1c8
- Update WWW
Relnotes: https://people.csail.mit.edu/jaffer/JACAL_ANNOUNCE.txt |
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) |
1c7 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 ) |
1c7 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 ) |
1c7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1c7 30 Mar 2020 20:47:11 |
bofh |
math/jacal: Update version 1c4=>1c7
- Remove USES=perl5
- Add USES=makeinfo
- Clean the patches
Relnotes: https://people.csail.mit.edu/jaffer/JACAL_ANNOUNCE.txt |
1c4_2 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
1c4_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
1c4 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1c4 02 Feb 2015 11:01:46 |
bofh |
math/jacal: Update version 1c3=>1c4
Differential Revision: https://reviews.freebsd.org/D1667
Approved by: bapt, marino(mentor) |
1c3 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
1c3 15 Nov 2014 12:20:54 |
antoine |
Cleanup plist |
1c3 06 Apr 2014 05:51:58 |
sunpoet |
- Update to 1c3
- Add LICENSE
- Support STAGEDIR
- While I'm here, pet stage-qa: fix STAGEDIR-prefix
Changes: http://cvs.savannah.gnu.org/viewvc/*checkout*/jacal/jacal/ChangeLog
PR: 188157
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) |
1c2 10 Mar 2014 16:25:34 |
bapt |
Convert m* to USES=zip |
1c2 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1c2 12 Sep 2013 05:53:04 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
1c2 10 Apr 2012 16:46:03 |
miwi |
- Update to 1c2
- Pass maintainership to submitter
PR: 166456
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
1b7_1 17 Jun 2011 08:44:31 |
bapt |
Fix master_site |
1b7_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1b7_1 25 Apr 2008 16:58:10 |
miwi |
- Add missing files to the Build.
PR: 122767
Submitted by: Kostas Karouzakis <kkarouzakis@gmail.com> |
1b7 23 Nov 2006 09:21:46 |
miwi |
- Update to jacal-1b7
(last commit wrong patch commited) |
1b7 23 Nov 2006 08:42:01 |
miwi |
- Update to 1b7 |
1b6 07 Aug 2006 10:44:03 |
markm |
Update to 1b6.
Relinquish maintainership. |
1b5 22 Jan 2006 12:56:47 |
edwin |
SHA256ify
Approved by: krion@ |
1b5 11 Jul 2005 07:25:54 |
markm |
Update to version 1b5, make it fetchable again. |
1b4_1 14 Feb 2005 21:56:13 |
markm |
Update to V 1b4. Also fixes fetching. |
1b2_1 18 Mar 2004 07:53:36 |
markm |
Add size info. |
1b2_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1b2 13 Nov 2003 13:30:42 |
trevor |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
1b2 07 Mar 2003 06:06:10 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1b2 04 Nov 2002 03:17:29 |
edwin |
PERL -> REINPLACE
and USE_PERL5 in some places
Noticed by: bento |
1b2 16 Mar 2002 14:32:06 |
markm |
Add jacal - a Symbolic Mathematics package, written in Scheme. |