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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: science/fisicalab/Makefile

Number of commits found: 27

Tuesday, 21 Mar 2023
00:01 Muhammad Moinur Rahman (bofh) search for other commits by this committer
science/fisicalab: Remove expired port:

2023-03-21 science/fisicalab: Broken since 2021
commit hash: 09654bcd22d274672f3b269ef1d43ee0e3509375 commit hash: 09654bcd22d274672f3b269ef1d43ee0e3509375 commit hash: 09654bcd22d274672f3b269ef1d43ee0e3509375 commit hash: 09654bcd22d274672f3b269ef1d43ee0e3509375 09654bc
Monday, 20 Feb 2023
17:09 Antoine Brodin (antoine) search for other commits by this committer
science/fisicalab: deprecate
commit hash: 5d3809c8ac2cc796b20ff9780dde17ef79f69cd4 commit hash: 5d3809c8ac2cc796b20ff9780dde17ef79f69cd4 commit hash: 5d3809c8ac2cc796b20ff9780dde17ef79f69cd4 commit hash: 5d3809c8ac2cc796b20ff9780dde17ef79f69cd4 5d3809c
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, 12 Jan 2022
19:41 Tobias C. Berner (tcberner) search for other commits by this committer
math/gsl: bump portrevision of consumers after update to 2.7.1

PR:		260201
commit hash: 654acd81409d31495f8b1b11db61e1afbf640981 commit hash: 654acd81409d31495f8b1b11db61e1afbf640981 commit hash: 654acd81409d31495f8b1b11db61e1afbf640981 commit hash: 654acd81409d31495f8b1b11db61e1afbf640981 654acd8
Wednesday, 16 Jun 2021
19:31 Tobias C. Berner (tcberner) search for other commits by this committer
math/gsl: update to 2.7

From [1]

* What is new in gsl-2.7:
	* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
	* fixed bug #60335 (spmatrix test failure, J. Lamb)
	* fixed bug #36577
	* clarified documentation on interpolation accelerators (V. Krishnan)
	* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M.
Sitte)
	* fixed doc bug #59758
	* fixed bug #58202 (rstat median for n=5)
	* added support for native C complex number types in gsl_complex
	   when using a C11 compiler
	* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6
	* updated exponential fitting example for nonlinear least squares
	* added banded LU decomposition and solver (gsl_linalg_LU_band)
	* New functions added to the library:
	      - gsl_matrix_norm1
	      - gsl_spmatrix_norm1
	      - gsl_matrix_complex_conjtrans_memcpy
	      - gsl_linalg_QL: decomp, unpack
	      - gsl_linalg_complex_QR_* (thanks to Christian Krueger)
	      - gsl_vector_sum
	      - gsl_matrix_scale_rows
	      - gsl_matrix_scale_columns
	      - gsl_multilarge_linear_matrix_ptr
	      - gsl_multilarge_linear_rhs_ptr
	      - gsl_spmatrix_dense_add (renamed from gsl_spmatrix_add_to_dense)
	      - gsl_spmatrix_dense_sub
	      - gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply
	      - gsl_linalg_QR_UD: decomp, lssolve
	      - gsl_linalg_QR_UU: decomp, lssolve, QTvec
	      - gsl_linalg_QR_UZ: decomp
	      - gsl_multifit_linear_lcurvature
	      - gsl_spline2d_eval_extrap
	* bug fix in checking vector lengths in gsl_vector_memcpy (dieggsy@pm.me)
	* made gsl_sf_legendre_array_index() inline and documented
	      - gsl_sf_legendre_nlm()

[1] http://git.savannah.gnu.org/cgit/gsl.git/tree/NEWS

PR:		256423
Exp-run by:	antoine
commit hash: 63e653adaa7493aa98f17f9fbc834c0aed7e096e commit hash: 63e653adaa7493aa98f17f9fbc834c0aed7e096e commit hash: 63e653adaa7493aa98f17f9fbc834c0aed7e096e commit hash: 63e653adaa7493aa98f17f9fbc834c0aed7e096e 63e653a
Monday, 26 Apr 2021
14:19 Dmitry Marakasov (amdmi3) search for other commits by this committer
science/fisicalab: mark BROKEN
commit hash: fdc5df1f157c8186ca9053105272e639b5705f6d commit hash: fdc5df1f157c8186ca9053105272e639b5705f6d commit hash: fdc5df1f157c8186ca9053105272e639b5705f6d commit hash: fdc5df1f157c8186ca9053105272e639b5705f6d fdc5df1
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
Sunday, 14 Feb 2021
23:21 nc search for other commits by this committer
Update a few GNUstep ports:

 * devel/gnustep-make: Update to 2.8.0
 * lang/gnustep-base: Update to 1.27.0
 * x11-toolkits/gnustep-back: update to 0.28.0
 * x11-toolkits/gnustep-gui: update to 0.28.0

Also bump PORTREVISION on dependent ports.
Original commitRevision:565273 
Friday, 20 Nov 2020
07:16 adamw search for other commits by this committer
Add education virtual category

PR:		248402
Submitted by:	PauAmma
Original commitRevision:555738 
Thursday, 5 Mar 2020
20:49 rene search for other commits by this committer
Return theraven's ports to the pool after safekeeping his commit bit.
Original commitRevision:527847 
Friday, 25 Oct 2019
23:41 tcberner search for other commits by this committer
math/gsl: update to 2.6

- math/p5-Math-GSL does not seem to have any upstream activity to make it work
with this version -> mark it broken
  - this also breaks the two consumers of this port

- biology/gemma: has a conflict with cblas, and is makred broken.

PR:		241363
Exp-run by:	antoine
Original commitRevision:515671 
Sunday, 3 Feb 2019
15:37 theraven search for other commits by this committer
Move Objective-C ports to the v2 GNUstep ABI.

 * Bump the LLVM revision used for GNUstep to 7, the minimum to support
   the new ABI.
 * GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
   doesn't seem able to link Objective-C things).
 * Turn off some annoying debug logs in GNUstep back, which generate
   several messages per second when you move the mouse.  These should
   never have been enabled in a release build anyway.
 * Downgrade Cenon to 4.0.2.  This was the last version to actually work
   with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
   can't parse).
 * Update gorm to git head. The current release doesn't work with the
   new Objective-C ABI, but -head has the patches to fix it.
 * Update PikoPixel and add it to the gnustep-app meta-package.
 * Update the three core GNUstep packages to the latest release.
 * Update gnumail and pantomime to the latest release and fix a linking
   error with the new ABI.
 * Update GNUstep FTP to the latest version.

Reviewed by:	bapt (previous version)
Original commitRevision:492056 
Wednesday, 26 Sep 2018
15:23 brooks search for other commits by this committer
Update Objective-C LLVM version to 6.0.

Fixes aarch64 build.  Reduces depends on obsolete LLVM 4.0.

PR:		230116
Submitted by:	mikael.urankar@gmail.com
Approved by:	theraven (prior version)
Sponsored by:	DARPA, AFRL
Original commitRevision:480741 
Saturday, 23 Jun 2018
08:27 tcberner search for other commits by this committer
Update math/gsl to 2.5

PR:		229067
Original commitRevision:473116 
Sunday, 3 Dec 2017
12:23 theraven search for other commits by this committer
Fix configure options for gnustep-make

We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs.  This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
Original commitRevision:455401 
Monday, 21 Aug 2017
13:26 theraven search for other commits by this committer
Update GNUstep core libraries.

Update the default Objective-C compiler.

Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.

Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
Original commitRevision:448472 
Monday, 3 Jul 2017
20:38 tcberner search for other commits by this committer
Update math/gsl to 2.4

Exp-Run by:	antoine
PR:		220408
Original commitRevision:444988 
Tuesday, 2 May 2017
05:26 tcberner search for other commits by this committer
Update math/gsl to 2.3

This release introduces some new features and fixes several bugs:
	http://savannah.gnu.org/forum/forum.php?forum_id=8751

* update to 2.3 and take maintainership
* update math/py-gsl to 2.2.0 for gsl2 support
* update math/rubygem-rb-gsl to 2.1.0.2 for gsl2 support

PR:		218952
Exp-run by:	antoine
Reviewed by:	mat, rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D10522
Original commitRevision:439928 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Saturday, 19 Sep 2015
10:33 theraven search for other commits by this committer
Make all GNUstep ports install into the System domain so that the Local domain
is available for stuff built from source.

Some ports were already installing in the System domain, for these just remove
the Makefile lines explicitly specifying the install domain.

The rest are installed in the Local domain, remove any overrides, update their
pkg-plists and any explicit paths in the Makefiles and then bump port revision.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D2977
Original commitRevision:397315 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Friday, 10 Apr 2015
07:33 bapt search for other commits by this committer
Convert to USES=gnustep
Original commitRevision:383704 
Sunday, 17 Aug 2014
13:09 tijl search for other commits by this committer
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstage port)
Original commitRevision:365182 
Tuesday, 5 Aug 2014
22:13 tijl search for other commits by this committer
Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.

PR:		192342
Approved by:	portmgr (implicit, bump unstaged ports)
Original commitRevision:364143 
Sunday, 12 Jan 2014
22:54 theraven search for other commits by this committer
Update core GNUstep libraries and fisicalab to latest versions

Approved by:	bapt (mentor)
Original commitRevision:339559 
Tuesday, 8 Oct 2013
19:31 theraven search for other commits by this committer
Added FisicaLab port.

Approved by:	bapt (mentor)
Original commitRevision:329828 

Number of commits found: 27