notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: math/amath/Makefile

Number of commits found: 18

Saturday, 24 Feb 2024
18:21 Muhammad Moinur Rahman (bofh) search for other commits by this committer
math/amath: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: a939b34bc0fb0625874fa67ca1e2fe7188157d74 commit hash: a939b34bc0fb0625874fa67ca1e2fe7188157d74 commit hash: a939b34bc0fb0625874fa67ca1e2fe7188157d74 commit hash: a939b34bc0fb0625874fa67ca1e2fe7188157d74 a939b34
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 19 Jan 2021
04:02 linimon search for other commits by this committer
Mark as BROKEN on riscv64:

  ./prim.h:117:2: error: Must define endianness

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com build testing
Original commitRevision:562020 
Saturday, 24 Aug 2019
12:42 pkubaj search for other commits by this committer
math/amath: fix build on powerpc* and mips*

The big-endian ifdef misses ||.

PR:		239298
Approved by:	cs@innolan.net (maintainer timeout), linimon (mentor)
Original commitRevision:509722 
Sunday, 10 Mar 2019
03:03 linimon search for other commits by this committer
Mark as NOT_FOR powerpc*.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:495220 
Thursday, 16 Aug 2018
12:28 swills search for other commits by this committer
math/amath: update to 1.8.5

PR:		230482
Submitted by:	Carsten Larsen <cs@innolan.net> (maintainer)
Original commitRevision:477327 
Friday, 18 Aug 2017
03:40 swills search for other commits by this committer
math/amath: Update to 1.8.3

PR:		221034
Submitted by:	Carsten Larsen <cs@innolan.dk> (maintainer)
Original commitRevision:448207 
Thursday, 20 Jul 2017
20:23 ultima search for other commits by this committer
* Updated to 1.8.2
* Update maintainer address
* Included new dist sites
* Stopped build in install stage
* Sorted Makefile, Uses section is before option section[1]. Option section was
also sorted to comply with[1].

[1]
https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order

PR:		220741
Submitted by:	Carsten Larsen <cs@innolan.net> (maintainer)
Reviewed by:	lifanov (mentor)
Approved by:	lifanov (mentor)
Differential Revision:	https://reviews.freebsd.org/D11663
Original commitRevision:446289 
Saturday, 15 Apr 2017
15:05 riggs search for other commits by this committer
Update to upstream version 1.8.0

Detailed log:
- Update to upstream version 1.8.0
- New default OPTION
  TESTS: Build with regression tests
- Now choice possible between different math libs:
  SYSLIBM (-lm)
  OPENLIBM (math/openlibm)
  APPLIBM (bundled), default

PR:		218612
Submitted by:	cs@innolan.dk (maintainer)
MFH:		2017Q2
Original commitRevision:438586 
Saturday, 18 Mar 2017
14:42 jrm search for other commits by this committer
math/amath: Update to version 1.7.0.

- Also switch to using the configure script included upstream (with
  patches).

PR:		217724
Submitted by:	cs@innolan.dk (maintainer)
Approved by:	swills (mentor, implicit)
Original commitRevision:436413 
Monday, 13 Feb 2017
22:26 jrm search for other commits by this committer
math/amath: Update to version 1.6.4.

Remove ONLY_FOR_ARCHS.

PR:		216926
Submitted by:	cs@innolan.dk (maintainer)
Reviewed by:	linimon
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9541
Original commitRevision:434058 
Tuesday, 31 Jan 2017
03:40 linimon search for other commits by this committer
Mark various ports broken on aarch64 and armv6.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:432897 
Saturday, 28 Jan 2017
22:54 arved search for other commits by this committer
Update to 1.6.2

PR:		216538
Submitted by:	maintainer
Original commitRevision:432692 
Saturday, 21 Jan 2017
14:49 rakuco search for other commits by this committer
Update to 1.6.1.

- Clang support.
- New website.

PR:		216344
Submitted by:	Carsten Larsen <cs@innolan.dk> (maintainer)
Original commitRevision:432043 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Original commitRevision:426566 
Tuesday, 1 Nov 2016
20:26 jrm search for other commits by this committer
New port, math/amath: simple command line calculator

https://gitlab.com/rnger/amath/

Features a case sensitive command line interface, internal IEEE 754
calculations with 15 significant digits, calculations with real and complex
numbers, variables and user defined functions, logarithmic and exponential
functions, trigonometric and hyperbolic function and selected mathematical
constants and rounding functions.

PR:		209905
Submitted by:	cs@innolan.dk (maintainer)
Reviewed by:	mat
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8386
Original commitRevision:425086 

Number of commits found: 18