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: math/gsl/pkg-plist

Number of commits found: 38

Tuesday, 23 Jan 2024
13:47 Muhammad Moinur Rahman (bofh) search for other commits by this committer
math/gsl: Impelled to share/man

Approved by:    portmgr (blanket)
commit hash: 6f7a6bdf68b8047947969b225c4e51aa4d064607 commit hash: 6f7a6bdf68b8047947969b225c4e51aa4d064607 commit hash: 6f7a6bdf68b8047947969b225c4e51aa4d064607 commit hash: 6f7a6bdf68b8047947969b225c4e51aa4d064607 6f7a6bd
Wednesday, 12 Jan 2022
19:37 Tobias C. Berner (tcberner) search for other commits by this committer
math/gsl: update to 2.7.1

Update fixes libtool version numbers

PR:		260201
Exp-run by:	antoine
commit hash: 96b10354587b1757131cb23d32cfc464aa423771 commit hash: 96b10354587b1757131cb23d32cfc464aa423771 commit hash: 96b10354587b1757131cb23d32cfc464aa423771 commit hash: 96b10354587b1757131cb23d32cfc464aa423771 96b1035
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
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 
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 
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 
Saturday, 15 Nov 2014
12:20 antoine search for other commits by this committer
Cleanup plist
Original commitRevision:372596 
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 
Sunday, 2 Feb 2014
08:22 miwi search for other commits by this committer
- Stage support
Original commitRevision:342250 
Monday, 26 Aug 2013
16:06 bf search for other commits by this committer
Update math/gsl to 1.16 and adjust some dependent ports
Original commitRevision:325401 
Wednesday, 28 Dec 2011
06:40 bf search for other commits by this committer
simplify the port and shrink the package by removing the extra
PostScript documents
Original commit
Monday, 9 May 2011
16:42 bf search for other commits by this committer
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
Original commit
Monday, 29 Mar 2010
01:10 wen search for other commits by this committer
- Update to 1.14

PR:             ports/144776
Submitted by:   bf <bf1783@gmail.com> (maintainer)
Original commit
Tuesday, 1 Dec 2009
20:31 makc search for other commits by this committer
Update to 1.13

PR:             ports/138700
Submitted by:   bf <bf1783 at gmail.com> (maintainer)
Original commit
Monday, 12 Jan 2009
20:35 miwi search for other commits by this committer
- Update to 1.12

PR:             129726
Submitted by:   bf <bf2006a@yahoo.com> (maintainer)
Original commit
Tuesday, 8 Apr 2008
13:30 jadawin search for other commits by this committer
- Update to 1.11
- Update pkg-descr
- Update pkg-plist

PR:             ports/122325
Submitted by:   bf <bf2006a@yahoo.com> (maintainer)
Approved by:    thierry (mentor)
Original commit
Friday, 29 Jun 2007
05:46 ijliao search for other commits by this committer
upgrade to 1.9
pass maintainership to bf2006a@yahoo.com

PR:             109548
Submitted by:   me
Approved by:    maintainer timeout (over 2 months)
Original commit
Saturday, 6 May 2006
01:27 mnag search for other commits by this committer
- Update to 1.8
- Take maintainership

PR:             96733
Submitted by:   Rainer Alves <rainer.alves___gmail.com>
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Monday, 16 May 2005
21:52 pav search for other commits by this committer
- libdata/pkgconfig is now included in mtree

Approved by:    marcus (portmgr hat)
Original commit
Monday, 2 May 2005
12:58 jylefort search for other commits by this committer
Update to 1.6

PR:             ports/80341
Submitted by:   maintainer
Original commit
Tuesday, 6 Jul 2004
13:53 vs search for other commits by this committer
- Update to 1.5
- Assign maintainership to submitter

PR:             ports/68715
Submitted by:   Jonathan Drews
Original commit
Thursday, 4 Dec 2003
10:39 pav search for other commits by this committer
- Pretend we don't have ieee functionality on sparc64, amd64 and ia64,
  thus fixing build there
- Axe html documentation, it disappeared from master site

PR:             ports/59238
Approved by:    adamw (mentor)
Original commit
Sunday, 28 Sep 2003
21:25 krion search for other commits by this committer
- Update to version 1.4
- Pet portlint

PR:             56160
Submitted by:   AMAKAWA Shuhei <sa264@cam.ac.uk>
Approved by:    maintainer timeout > 1 month
Original commit
Saturday, 18 Jan 2003
23:37 obraun search for other commits by this committer
Upgrade to 1.3.

PR:             ports/46931
Submitted by:   maintainer
Original commit
Tuesday, 14 Jan 2003
10:01 kris search for other commits by this committer
Add missing file
Original commit
Sunday, 29 Sep 2002
06:26 kris search for other commits by this committer
Fix plist
Original commit
Tuesday, 23 Jul 2002
21:57 pat search for other commits by this committer
Update to 1.2

PR:             ports/40934
Submitted by:   maintainer
Original commit
Friday, 22 Mar 2002
03:28 ijliao search for other commits by this committer
upgrade to 1.1.1

PR:             36176
Submitted by:   maintainer
Original commit
Tuesday, 30 Oct 2001
23:09 tobez search for other commits by this committer
Update to 0.9.4.    
Original commit
Saturday, 29 Sep 2001
11:02 demon search for other commits by this committer
Update to 0.9.3    
Original commit
Monday, 3 Sep 2001
03:03 demon search for other commits by this committer
Upgrade to 0.9.2;   Use IGNOREFILES for postscript manual, it is rerolled
frequently and has no   version information in the filename.    
Original commit
Saturday, 4 Aug 2001
18:56 ijliao search for other commits by this committer
add missing files in PLIST    
Original commit
Friday, 3 Aug 2001
20:23 ijliao search for other commits by this committer
upgrade to 0.9    
Original commit
Sunday, 24 Jun 2001
08:54 knu search for other commits by this committer
Update to 0.8.    
Original commit
Sunday, 25 Feb 2001
15:27 kevlo search for other commits by this committer
- Use MASTER_SITE_SOURCEWARE to MASTER_SITES   - Update WWW: line   - Use
NOPORTDOCS PLIST_SUB    
Original commit
Friday, 3 Nov 2000
12:33 kevlo search for other commits by this committer
Update to version 0.7    
Original commit

Number of commits found: 38