<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/oleo, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>*/*: chase math/gsl update to 2.8</title>
<updated>2026-01-29T13:16:02+00:00</updated>
<author>
<name>Max Brazhnikov</name>
<email>makc@FreeBSD.org</email>
</author>
<published>2026-01-29T13:16:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=2e4f3d1acf813d450d775f0c2b2aa727e81e264b'/>
<id>2e4f3d1acf813d450d775f0c2b2aa727e81e264b</id>
<content type='text'>
PR:		292499
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		292499
</pre>
</div>
</content>
</entry>
<entry>
<title>all: drop support for expired FreeBSD 14.0</title>
<updated>2024-10-01T18:56:20+00:00</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2024-08-11T11:01:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=4485bd8221c2c5630b87826d37da850b3361b782'/>
<id>4485bd8221c2c5630b87826d37da850b3361b782</id>
<content type='text'>
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
</pre>
</div>
</content>
</entry>
<entry>
<title>math/oleo: Fix build on llvm15</title>
<updated>2023-06-03T14:08:48+00:00</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2023-06-03T13:21:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=8ae5ed687e477f6cd3c74cccabdb1c33a4bd40c9'/>
<id>8ae5ed687e477f6cd3c74cccabdb1c33a4bd40c9</id>
<content type='text'>
- Mark NOT_FOR_ARCHS on i386
- Pet portclippy
- Adopt port
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Mark NOT_FOR_ARCHS on i386
- Pet portclippy
- Adopt port
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup: drop redundant DESTDIR propagation via MAKE_{ARGS,ENV}</title>
<updated>2023-05-16T03:57:46+00:00</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2023-05-16T03:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=8b63b54d43cc9f4a3c3af406790fc6f0d86db560'/>
<id>8b63b54d43cc9f4a3c3af406790fc6f0d86db560</id>
<content type='text'>
Our framework usually DTRT; sometimes it's necessary to pass it
explicitly, e.g. for ports with USES+=qmake or which use exotic
build systems, but these are mostly staging dawn and apparently
debug leftovers, so remove them to not confuse the reader.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Our framework usually DTRT; sometimes it's necessary to pass it
explicitly, e.g. for ports with USES+=qmake or which use exotic
build systems, but these are mostly staging dawn and apparently
debug leftovers, so remove them to not confuse the reader.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</content>
</entry>
<entry>
<title>math: remove 'Created by' lines</title>
<updated>2022-07-20T14:22:24+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=f53eb28489aa8f30712cd8772d1a0e05c394a5da'/>
<id>f53eb28489aa8f30712cd8772d1a0e05c394a5da</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  Aaron Dalton &lt;aaron@FreeBSD.org&gt;
  *  Aaron Dalton &lt;aaron@daltons.ca&gt;
  *  Alessando Sagratini &lt;ale_sagra@hotmail.com&gt;
  *  Alex Dupre &lt;ale@FreeBSD.org&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Amarendra Godbole &lt;amarendra.godbole@gmail.com&gt;
  *  Anders Nordby &lt;anders@FreeBSD.org&gt;
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada &lt;andrew@chg.ru&gt;
  *  Andrey &lt;gugu@zoo.rambler.ru&gt;
  *  Andrey Zakhvatov
  *  Anton Berezin &lt;tobez@FreeBSD.org&gt;
  *  Anton Berezin &lt;tobez@plab.ku.dk&gt;
  *  Anton Berezin &lt;tobez@tobez.org&gt;
  *  Anton Shterenlikht
  *  Anton Shterenlikht &lt;mexas@bris.ac.uk&gt;
  *  Bob Eager &lt;bob@eager.cx&gt;
  *  Charlie Kester &lt;corky1951@comcast.net&gt;
  *  Cheng-Lung Sung &lt;clsung@FreeBSD.org&gt;
  *  Cheng-Lung Sung &lt;clsung@dragon2.net&gt;
  *  Chris D. Faulhaber &lt;jedgar@fxp.org&gt;
  *  Christopher J. Ruwe
  *  Christopher Key &lt;cjk32@cam.ac.uk&gt;
  *  Chuck Hein &lt;geekdude@pacbell.net&gt;
  *  Cyrille Szymanski &lt;cnszym@gmail.com&gt;
  *  Dan Rue &lt;drue@therub.org&gt;
  *  Danilo Egea Gondolfo &lt;danilo@FreeBSD.org&gt;
  *  David Naylor &lt;dbn@FreeBSD.org&gt;
  *  David Naylor &lt;naylor.b.david@gmail.com&gt;
  *  Dereckson &lt;dereckson@gmail.com&gt;
  *  Devin Teske &lt;dteske@FreeBSD.org&gt;
  *  Dmitry Sivachenko &lt;demon@FreeBSD.org&gt;
  *  Dmitry Sivachenko &lt;mitya@yandex-team.ru&gt;
  *  Don Croyle &lt;croyle@gelemna.org&gt;
  *  Douglas K. Rand (rand@meridian-enviro.com)
  *  Dylan Simon &lt;dylan@dylex.net&gt;
  *  Edwin Groothuis &lt;edwin@mavetju.org&gt;
  *  Eijiro Shibusawa &lt;ej-sib@ice.uec.ac.jp&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Eoin Lawless (eoin@maths.tcd.ie)
  *  Eric A. Griff &lt;eagriff@global2000.net&gt;
  *  Eric van Gyzen &lt;vangyzen@stat.duke.edu&gt;
  *  Ewgenij Gawrilow &lt;gawrilow@math.tu-berlin.de&gt;
  *  Fernan Aguero &lt;fernan@iib.unsam.edu.ar&gt;
  *  Foxfair Hu &lt;foxfair@FreeBSD.org&gt;
  *  Frederic Han &lt;han@math.jussieu.fr&gt;
  *  Gabor Kovesdan &lt;gabor@FreeBSD.org&gt;
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Giuseppe Pilichi aka Jacula Modyun &lt;jacula@gmail.com&gt;
  *  Greg Larkin &lt;glarkin@FreeBSD.org&gt;
  *  Guangyuan Yang &lt;ygy@FreeBSD.org&gt;
  *  Gustau Perez i Querol &lt;gustau.perez@gmail.com&gt;
  *  Heinz Tschabitscher
  *  Horia Racoviceanu &lt;horia@racoviceanu.com&gt;
  *  Hye-Shik Chang &lt;perky@fallin.lv&gt;
  *  Iblis Lin &lt;iblis@hs.ntnu.edu.tw&gt;
  *  Issei Suzuki &lt;issei@jp.FreeBSD.ORG&gt;
  *  Janni
  *  Jason Harris &lt;jharris@widomaker.com&gt;
  *  Javad Kouhi &lt;javad.kouhi@gmail.com&gt;
  *  Jean-Yves Lefort &lt;jylefort@FreeBSD.org&gt;
  *  Jin-Shan Tseng &lt;tjs@cdpa.nsysu.edu.tw&gt;
  *  Joe Marcus Clarke &lt;marcus@FreeBSD.org&gt;
  *  Johannes Dieterich &lt;dieterich@ogolem.org&gt;
  *  Johannes M Dieterich &lt;jmd@FreeBSD.org&gt;
  *  Johannes Meixner &lt;johannes@perceivon.net&gt;
  *  John Marino &lt;marino@FreeBSD.org&gt;
  *  Joseph Koshy &lt;jkoshy@FreeBSD.org&gt;
  *  Ju Pengfei &lt;ju.pengfei@gmail.com&gt;
  *  Jukka A. Ukkonen &lt;jau@iki.fi&gt;
  *  Kay Lehmann &lt;kay_lehmann@web.de&gt;
  *  Kevin Lo &lt;kevlo@FreeBSD.org&gt;
  *  Klaus T. Aehlig &lt;aehlig@linta.de&gt;
  *  Kubilay Kocak &lt;koobs@FreeBSD.org&gt;
  *  Kurt Jaeger &lt;fbsd-ports@opsec.eu&gt;
  *  Lars Engels &lt;lme@FreeBSD.org&gt;
  *  Lars Koeller &lt;Lars.Koeller@Uni-Bielefeld.DE&gt;
  *  Lars Koeller &lt;Lars.Koeller@Uni-Bielefeld.de&gt;
  *  Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;
  *  Li-Wen Hsu &lt;lwhsu@lwhsu.org&gt;
  *  M. L. Dodson, &lt;bdodson@scms.utmb.edu&gt;
  *  Maho Nakata &lt;maho@FreeBSD.org&gt;
  *  Mario S F Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mario S F Ferreira &lt;lioux@linf.unb.br&gt; et al.
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mark Felder &lt;feld@FreeBSD.org&gt;
  *  Mark R V Murray &lt;markm@FreeBSD.org&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Matthew Seaman &lt;matthew@FreeBSD.org&gt;
  *  Maurice Castro &lt;maurice@serc.rmit.edu.au&gt;
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Maxime Henrion &lt;mux@FreeBSD.org&gt;
  *  Michael Haro &lt;mharo@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@ahze.net&gt;
  *  Michael Neumann &lt;mneumann@ntecs.de&gt;
  *  Muhammad Moinur Rahmanh &lt;5u623l20@gmail.com&gt;
  *  NAKATA Maho &lt;chat95@mbox.kyoto-inet.or.jp&gt;
  *  NAKATA, Maho &lt;maho@FreeBSD.org&gt;
  *  Nakata Maho &lt;maho@FreeBSD.org&gt;
  *  Nicola Vitale &lt;nivit@email.it&gt;
  *  Olivier Duchateau
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni &lt;giffunip@asme.org&gt;
  *  Pedro Giffuni
  *  Pedro Giffuni &lt;giffunip@asme.org&gt;
  *  Pedro Giffuni &lt;pfg@FreeBSD.org&gt;
  *  Peter Pentchev &lt;roam@FreeBSD.org&gt;
  *  Philip Paeps &lt;philip@FreeBSD.org&gt;
  *  Pierre-Paul Lavoie &lt;ppl@nbnet.nb.ca&gt;
  *  Pietro Cerutti &lt;gahr@FreeBSD.org&gt;
  *  Piotr Rybicki &lt;meritus@innervision.pl&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Rainer Hurling &lt;rhurlin@gwdg.de&gt;
  *  Robert Jenssen
  *  Robin Schilham
  *  Rod Taylor &lt;ports@rbt.ca&gt;
  *  Roman Neuhauser &lt;neuhauser@sigpipe.cz&gt;
  *  Sander Vesik &lt;sander@haldjas.folklore.ee&gt;
  *  Scott Flatman &lt;sf@dsinw.com&gt;
  *  Seamus Venasse &lt;svenasse@polaris.ca&gt;
  *  Sergey A. Osokin &lt;osa@FreeBSD.org&gt;
  *  Sergey Akifyev &lt;asa@agava.com&gt;
  *  Sergey Akifyev &lt;asa@gascom.ru&gt;
  *  Sergey Skvortsov &lt;skv@FreeBSD.org&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Shell Hung &lt;shell@shellhung.org&gt;
  *  Shin-ya MURAKAMI &lt;murashin@gfd-dennou.org&gt;
  *  Stas Timokhin &lt;devel@stasyan.com&gt;
  *  Stefan A. Deutscher (sad@mailaps.org)
  *  Stefan Esser &lt;se@StefanEsser.FreeBSD.org&gt;
  *  Stephen Montgomery-Smith &lt;stephen@FreeBSD.edu&gt;
  *  Stephen Montgomery-Smith &lt;stephen@FreeBSD.org&gt;
  *  Stephen Montgomery-Smith &lt;stephen@math.missouri.edu&gt;
  *  Stephen Montgomery-Smith &lt;stephen@missouri.edu&gt;
  *  Steve Wills &lt;steve@mouf.net&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Steven Kreuzer &lt;skreuzer@FreeBSD.org&gt;
  *  Steven Kreuzer &lt;skreuzer@f2o.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  TAKATSU Tomonari &lt;tota@FreeBSD.org&gt;
  *  Thierry Thomas (&lt;thierry@pompo.net&gt;)
  *  Thierry Thomas &lt;thierry@pompo.net&gt;
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  Thomas Sandford &lt;freebsduser@paradisegreen.co.uk&gt;
  *  Timothy Bourke &lt;timbob@bigpond.com&gt;
  *  Tony Maher
  *  Tz-Huan Huang &lt;tzhuan@csie.org&gt;
  *  Vsevolod Stakhov &lt;vsevolod@FreeBSD.org&gt;
  *  Vsevolod Stakhov &lt;vsevolod@highsecure.ru&gt;
  *  Waitman Gobble &lt;waitman@waitman.net&gt;
  *  Wen Heping &lt;wen@FreeBSD.org&gt;
  *  Wen Heping &lt;wenheping@gmail.com&gt;
  *  Will Andrews &lt;andrews@technologist.com&gt;
  *  Yi-Hsuan Hsin &lt;mhsin@mhsin.org&gt;
  *  Ying-Chieh Liao &lt;ijliao@FreeBSD.org&gt;
  *  Yinghong.Liu &lt;relaxbsd@gmail.com&gt;
  *  Yoshiaki UCHIKAWA &lt;yoshiaki@kt.rim.or.jp&gt;
  *  Yukihiro Nakai &lt;Nakai@technologist.com&gt;
  *  Yuri Victorovich &lt;yuri@FreeBSD.org&gt;
  *  Yuri Victorovich &lt;yuri@rawbw.com&gt;
  *  Yuri Victorovich &lt;yuri@tsoft.com&gt;
  *  Zhen REN &lt;bg1tpt@gmail.com&gt;
  *  amir.husaini@gmail.com
  *  arved
  *  asami
  *  b.f. &lt;bf@FreeBSD.org&gt;
  *  bart &lt;lbartoletti@FreeBSD.org&gt;
  *  bauerm
  *  bf &lt;bf2006a@yahoo.com&gt;
  *  bf &lt;bf@FreeBSD.org&gt;
  *  bf@FreeBSD.org
  *  bremner@unb.ca
  *  chinsan
  *  chuckr@FreeBSD.org
  *  dawe &lt;daweonline@gmail.com&gt;
  *  dbader@ece.unm.edu
  *  dd
  *  demon@FreeBSD.org
  *  dikshie
  *  eserte
  *  fenner
  *  gahr
  *  giffunip
  *  gmarco@giovannelli.it
  *  gurkan@phys.ethz.ch
  *  ijliao
  *  janek@gaja.ipan.lublin.pl
  *  jhs@berklix.com / asami (original)
  *  jmz
  *  js@jeannot.org
  *  keith@FreeBSD.org
  *  ljo
  *  mr
  *  nobu@rd.isac.co.jp
  *  pauls@utdallas.edu
  *  pusto@web.de
  *  reg@shale.csir.co.za
  *  rfarmer@predatorlabs.net
  *  stephen@FreeBSD.org
  *  thierry@pompo.net
  *  tobez
  *  will
  * # Created by Matthias Fechner &lt;mfechner@FreeBSD.org&gt;

With hat:	portmgr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A big Thank You to the original contributors of these ports:

  *  Aaron Dalton &lt;aaron@FreeBSD.org&gt;
  *  Aaron Dalton &lt;aaron@daltons.ca&gt;
  *  Alessando Sagratini &lt;ale_sagra@hotmail.com&gt;
  *  Alex Dupre &lt;ale@FreeBSD.org&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Amarendra Godbole &lt;amarendra.godbole@gmail.com&gt;
  *  Anders Nordby &lt;anders@FreeBSD.org&gt;
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada &lt;andrew@chg.ru&gt;
  *  Andrey &lt;gugu@zoo.rambler.ru&gt;
  *  Andrey Zakhvatov
  *  Anton Berezin &lt;tobez@FreeBSD.org&gt;
  *  Anton Berezin &lt;tobez@plab.ku.dk&gt;
  *  Anton Berezin &lt;tobez@tobez.org&gt;
  *  Anton Shterenlikht
  *  Anton Shterenlikht &lt;mexas@bris.ac.uk&gt;
  *  Bob Eager &lt;bob@eager.cx&gt;
  *  Charlie Kester &lt;corky1951@comcast.net&gt;
  *  Cheng-Lung Sung &lt;clsung@FreeBSD.org&gt;
  *  Cheng-Lung Sung &lt;clsung@dragon2.net&gt;
  *  Chris D. Faulhaber &lt;jedgar@fxp.org&gt;
  *  Christopher J. Ruwe
  *  Christopher Key &lt;cjk32@cam.ac.uk&gt;
  *  Chuck Hein &lt;geekdude@pacbell.net&gt;
  *  Cyrille Szymanski &lt;cnszym@gmail.com&gt;
  *  Dan Rue &lt;drue@therub.org&gt;
  *  Danilo Egea Gondolfo &lt;danilo@FreeBSD.org&gt;
  *  David Naylor &lt;dbn@FreeBSD.org&gt;
  *  David Naylor &lt;naylor.b.david@gmail.com&gt;
  *  Dereckson &lt;dereckson@gmail.com&gt;
  *  Devin Teske &lt;dteske@FreeBSD.org&gt;
  *  Dmitry Sivachenko &lt;demon@FreeBSD.org&gt;
  *  Dmitry Sivachenko &lt;mitya@yandex-team.ru&gt;
  *  Don Croyle &lt;croyle@gelemna.org&gt;
  *  Douglas K. Rand (rand@meridian-enviro.com)
  *  Dylan Simon &lt;dylan@dylex.net&gt;
  *  Edwin Groothuis &lt;edwin@mavetju.org&gt;
  *  Eijiro Shibusawa &lt;ej-sib@ice.uec.ac.jp&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Eoin Lawless (eoin@maths.tcd.ie)
  *  Eric A. Griff &lt;eagriff@global2000.net&gt;
  *  Eric van Gyzen &lt;vangyzen@stat.duke.edu&gt;
  *  Ewgenij Gawrilow &lt;gawrilow@math.tu-berlin.de&gt;
  *  Fernan Aguero &lt;fernan@iib.unsam.edu.ar&gt;
  *  Foxfair Hu &lt;foxfair@FreeBSD.org&gt;
  *  Frederic Han &lt;han@math.jussieu.fr&gt;
  *  Gabor Kovesdan &lt;gabor@FreeBSD.org&gt;
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Giuseppe Pilichi aka Jacula Modyun &lt;jacula@gmail.com&gt;
  *  Greg Larkin &lt;glarkin@FreeBSD.org&gt;
  *  Guangyuan Yang &lt;ygy@FreeBSD.org&gt;
  *  Gustau Perez i Querol &lt;gustau.perez@gmail.com&gt;
  *  Heinz Tschabitscher
  *  Horia Racoviceanu &lt;horia@racoviceanu.com&gt;
  *  Hye-Shik Chang &lt;perky@fallin.lv&gt;
  *  Iblis Lin &lt;iblis@hs.ntnu.edu.tw&gt;
  *  Issei Suzuki &lt;issei@jp.FreeBSD.ORG&gt;
  *  Janni
  *  Jason Harris &lt;jharris@widomaker.com&gt;
  *  Javad Kouhi &lt;javad.kouhi@gmail.com&gt;
  *  Jean-Yves Lefort &lt;jylefort@FreeBSD.org&gt;
  *  Jin-Shan Tseng &lt;tjs@cdpa.nsysu.edu.tw&gt;
  *  Joe Marcus Clarke &lt;marcus@FreeBSD.org&gt;
  *  Johannes Dieterich &lt;dieterich@ogolem.org&gt;
  *  Johannes M Dieterich &lt;jmd@FreeBSD.org&gt;
  *  Johannes Meixner &lt;johannes@perceivon.net&gt;
  *  John Marino &lt;marino@FreeBSD.org&gt;
  *  Joseph Koshy &lt;jkoshy@FreeBSD.org&gt;
  *  Ju Pengfei &lt;ju.pengfei@gmail.com&gt;
  *  Jukka A. Ukkonen &lt;jau@iki.fi&gt;
  *  Kay Lehmann &lt;kay_lehmann@web.de&gt;
  *  Kevin Lo &lt;kevlo@FreeBSD.org&gt;
  *  Klaus T. Aehlig &lt;aehlig@linta.de&gt;
  *  Kubilay Kocak &lt;koobs@FreeBSD.org&gt;
  *  Kurt Jaeger &lt;fbsd-ports@opsec.eu&gt;
  *  Lars Engels &lt;lme@FreeBSD.org&gt;
  *  Lars Koeller &lt;Lars.Koeller@Uni-Bielefeld.DE&gt;
  *  Lars Koeller &lt;Lars.Koeller@Uni-Bielefeld.de&gt;
  *  Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;
  *  Li-Wen Hsu &lt;lwhsu@lwhsu.org&gt;
  *  M. L. Dodson, &lt;bdodson@scms.utmb.edu&gt;
  *  Maho Nakata &lt;maho@FreeBSD.org&gt;
  *  Mario S F Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mario S F Ferreira &lt;lioux@linf.unb.br&gt; et al.
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mark Felder &lt;feld@FreeBSD.org&gt;
  *  Mark R V Murray &lt;markm@FreeBSD.org&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Matthew Seaman &lt;matthew@FreeBSD.org&gt;
  *  Maurice Castro &lt;maurice@serc.rmit.edu.au&gt;
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Maxime Henrion &lt;mux@FreeBSD.org&gt;
  *  Michael Haro &lt;mharo@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@ahze.net&gt;
  *  Michael Neumann &lt;mneumann@ntecs.de&gt;
  *  Muhammad Moinur Rahmanh &lt;5u623l20@gmail.com&gt;
  *  NAKATA Maho &lt;chat95@mbox.kyoto-inet.or.jp&gt;
  *  NAKATA, Maho &lt;maho@FreeBSD.org&gt;
  *  Nakata Maho &lt;maho@FreeBSD.org&gt;
  *  Nicola Vitale &lt;nivit@email.it&gt;
  *  Olivier Duchateau
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni &lt;giffunip@asme.org&gt;
  *  Pedro Giffuni
  *  Pedro Giffuni &lt;giffunip@asme.org&gt;
  *  Pedro Giffuni &lt;pfg@FreeBSD.org&gt;
  *  Peter Pentchev &lt;roam@FreeBSD.org&gt;
  *  Philip Paeps &lt;philip@FreeBSD.org&gt;
  *  Pierre-Paul Lavoie &lt;ppl@nbnet.nb.ca&gt;
  *  Pietro Cerutti &lt;gahr@FreeBSD.org&gt;
  *  Piotr Rybicki &lt;meritus@innervision.pl&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Rainer Hurling &lt;rhurlin@gwdg.de&gt;
  *  Robert Jenssen
  *  Robin Schilham
  *  Rod Taylor &lt;ports@rbt.ca&gt;
  *  Roman Neuhauser &lt;neuhauser@sigpipe.cz&gt;
  *  Sander Vesik &lt;sander@haldjas.folklore.ee&gt;
  *  Scott Flatman &lt;sf@dsinw.com&gt;
  *  Seamus Venasse &lt;svenasse@polaris.ca&gt;
  *  Sergey A. Osokin &lt;osa@FreeBSD.org&gt;
  *  Sergey Akifyev &lt;asa@agava.com&gt;
  *  Sergey Akifyev &lt;asa@gascom.ru&gt;
  *  Sergey Skvortsov &lt;skv@FreeBSD.org&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Shell Hung &lt;shell@shellhung.org&gt;
  *  Shin-ya MURAKAMI &lt;murashin@gfd-dennou.org&gt;
  *  Stas Timokhin &lt;devel@stasyan.com&gt;
  *  Stefan A. Deutscher (sad@mailaps.org)
  *  Stefan Esser &lt;se@StefanEsser.FreeBSD.org&gt;
  *  Stephen Montgomery-Smith &lt;stephen@FreeBSD.edu&gt;
  *  Stephen Montgomery-Smith &lt;stephen@FreeBSD.org&gt;
  *  Stephen Montgomery-Smith &lt;stephen@math.missouri.edu&gt;
  *  Stephen Montgomery-Smith &lt;stephen@missouri.edu&gt;
  *  Steve Wills &lt;steve@mouf.net&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Steven Kreuzer &lt;skreuzer@FreeBSD.org&gt;
  *  Steven Kreuzer &lt;skreuzer@f2o.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  TAKATSU Tomonari &lt;tota@FreeBSD.org&gt;
  *  Thierry Thomas (&lt;thierry@pompo.net&gt;)
  *  Thierry Thomas &lt;thierry@pompo.net&gt;
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  Thomas Sandford &lt;freebsduser@paradisegreen.co.uk&gt;
  *  Timothy Bourke &lt;timbob@bigpond.com&gt;
  *  Tony Maher
  *  Tz-Huan Huang &lt;tzhuan@csie.org&gt;
  *  Vsevolod Stakhov &lt;vsevolod@FreeBSD.org&gt;
  *  Vsevolod Stakhov &lt;vsevolod@highsecure.ru&gt;
  *  Waitman Gobble &lt;waitman@waitman.net&gt;
  *  Wen Heping &lt;wen@FreeBSD.org&gt;
  *  Wen Heping &lt;wenheping@gmail.com&gt;
  *  Will Andrews &lt;andrews@technologist.com&gt;
  *  Yi-Hsuan Hsin &lt;mhsin@mhsin.org&gt;
  *  Ying-Chieh Liao &lt;ijliao@FreeBSD.org&gt;
  *  Yinghong.Liu &lt;relaxbsd@gmail.com&gt;
  *  Yoshiaki UCHIKAWA &lt;yoshiaki@kt.rim.or.jp&gt;
  *  Yukihiro Nakai &lt;Nakai@technologist.com&gt;
  *  Yuri Victorovich &lt;yuri@FreeBSD.org&gt;
  *  Yuri Victorovich &lt;yuri@rawbw.com&gt;
  *  Yuri Victorovich &lt;yuri@tsoft.com&gt;
  *  Zhen REN &lt;bg1tpt@gmail.com&gt;
  *  amir.husaini@gmail.com
  *  arved
  *  asami
  *  b.f. &lt;bf@FreeBSD.org&gt;
  *  bart &lt;lbartoletti@FreeBSD.org&gt;
  *  bauerm
  *  bf &lt;bf2006a@yahoo.com&gt;
  *  bf &lt;bf@FreeBSD.org&gt;
  *  bf@FreeBSD.org
  *  bremner@unb.ca
  *  chinsan
  *  chuckr@FreeBSD.org
  *  dawe &lt;daweonline@gmail.com&gt;
  *  dbader@ece.unm.edu
  *  dd
  *  demon@FreeBSD.org
  *  dikshie
  *  eserte
  *  fenner
  *  gahr
  *  giffunip
  *  gmarco@giovannelli.it
  *  gurkan@phys.ethz.ch
  *  ijliao
  *  janek@gaja.ipan.lublin.pl
  *  jhs@berklix.com / asami (original)
  *  jmz
  *  js@jeannot.org
  *  keith@FreeBSD.org
  *  ljo
  *  mr
  *  nobu@rd.isac.co.jp
  *  pauls@utdallas.edu
  *  pusto@web.de
  *  reg@shale.csir.co.za
  *  rfarmer@predatorlabs.net
  *  stephen@FreeBSD.org
  *  thierry@pompo.net
  *  tobez
  *  will
  * # Created by Matthias Fechner &lt;mfechner@FreeBSD.org&gt;

With hat:	portmgr
</pre>
</div>
</content>
</entry>
<entry>
<title>math/gsl: bump portrevision of consumers after update to 2.7.1</title>
<updated>2022-01-12T19:41:22+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-01-12T19:41:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=654acd81409d31495f8b1b11db61e1afbf640981'/>
<id>654acd81409d31495f8b1b11db61e1afbf640981</id>
<content type='text'>
PR:		260201
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		260201
</pre>
</div>
</content>
</entry>
<entry>
<title>math/gsl: update to 2.7</title>
<updated>2021-06-16T19:31:27+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2021-06-05T07:30:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=63e653adaa7493aa98f17f9fbc834c0aed7e096e'/>
<id>63e653adaa7493aa98f17f9fbc834c0aed7e096e</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup LIB_DEPENDS</title>
<updated>2021-04-23T20:56:21+00:00</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2021-04-23T20:56:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=56d3caa4ad614ae876296a49bdc77f641da8ffe9'/>
<id>56d3caa4ad614ae876296a49bdc77f641da8ffe9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
