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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: math/eclib/Makefile

Number of commits found: 34

Friday, 14 Feb 2025
03:17 Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after Boost-1.87 update

Sponsored by:	Future Crew, LLC
commit hash: fa53920e7219d4246816f65034ad058e81de3353 commit hash: fa53920e7219d4246816f65034ad058e81de3353 commit hash: fa53920e7219d4246816f65034ad058e81de3353 commit hash: fa53920e7219d4246816f65034ad058e81de3353 fa53920
Tuesday, 11 Feb 2025
17:34 Thierry Thomas (thierry) search for other commits by this committer
math/eclib: upgrade to 20250122

Release notes at https://github.com/JohnCremona/eclib/releases/tag/20250122
commit hash: fcecf3d6599787766e3982ee9ffc5c6f1e8130a7 commit hash: fcecf3d6599787766e3982ee9ffc5c6f1e8130a7 commit hash: fcecf3d6599787766e3982ee9ffc5c6f1e8130a7 commit hash: fcecf3d6599787766e3982ee9ffc5c6f1e8130a7 fcecf3d
Saturday, 18 Jan 2025
19:47 Thierry Thomas (thierry) search for other commits by this committer
math/eclib: upgrade to v20241112

Releases notes at https://github.com/JohnCremona/eclib/releases
commit hash: d7c306d3ff38d7f08df38dd9fd8d03cdf48f5e30 commit hash: d7c306d3ff38d7f08df38dd9fd8d03cdf48f5e30 commit hash: d7c306d3ff38d7f08df38dd9fd8d03cdf48f5e30 commit hash: d7c306d3ff38d7f08df38dd9fd8d03cdf48f5e30 d7c306d
Saturday, 4 Jan 2025
02:12 Yuri Victorovich (yuri) search for other commits by this committer
math/pari: update 2.15.5 → 2.17.1
commit hash: 5e27cbbe6fd0447249d9b3b51a1d20b8854b1010 commit hash: 5e27cbbe6fd0447249d9b3b51a1d20b8854b1010 commit hash: 5e27cbbe6fd0447249d9b3b51a1d20b8854b1010 commit hash: 5e27cbbe6fd0447249d9b3b51a1d20b8854b1010 5e27cbb
Wednesday, 20 Nov 2024
10:05 Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consu,ers after update Boost to 1.86 release

Sponsored by:	Future Crew, LLC
commit hash: 312ee18b022b4abcb14973bb10894ba152b8f60b commit hash: 312ee18b022b4abcb14973bb10894ba152b8f60b commit hash: 312ee18b022b4abcb14973bb10894ba152b8f60b commit hash: 312ee18b022b4abcb14973bb10894ba152b8f60b 312ee18
Thursday, 3 Oct 2024
10:25 Dima Panov (fluffy) search for other commits by this committer
*/*: bump consumers after devel/boost* update

With hat:	office
Sponsored by:	Future Crew, LLC
commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6 commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6 commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6 commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6 55cfbcf
Friday, 1 Mar 2024
16:59 Thierry Thomas (thierry) search for other commits by this committer
math/eclib: move man page
commit hash: eebbccfcf600d03db8c5284d99bbe14e8edcd0b0 commit hash: eebbccfcf600d03db8c5284d99bbe14e8edcd0b0 commit hash: eebbccfcf600d03db8c5284d99bbe14e8edcd0b0 commit hash: eebbccfcf600d03db8c5284d99bbe14e8edcd0b0 eebbccf
Tuesday, 13 Feb 2024
14:44 Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after library update
commit hash: db616534ff99d6268997e2f30858891e20641a1e commit hash: db616534ff99d6268997e2f30858891e20641a1e commit hash: db616534ff99d6268997e2f30858891e20641a1e commit hash: db616534ff99d6268997e2f30858891e20641a1e db61653
Wednesday, 27 Sep 2023
14:36 Dima Panov (fluffy) search for other commits by this committer
devel/boost*: bump all consumers after 1.83.0
commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 21d8008
Sunday, 25 Jun 2023
16:36 Thierry Thomas (thierry) search for other commits by this committer
math/eclib: work-around to build with clang 16

Adding "CXXFLAGS+=-std=c++11" to fix the build on 14-CURRENT.

Without that, it fails with this error:

In file included from unimod.cc:24:
In file included from ./eclib/unimod.h:27:
In file included from ./eclib/interface.h:51:
./eclib/templates.h:64:12: error: no member named 'ptr_fun' in namespace 'std'
using std::ptr_fun;
      ~~~~~^
--- interface.lo ---
In file included from interface.cc:24:
In file included from ./eclib/interface.h:51:
./eclib/templates.h:64:12: error: no member named 'ptr_fun' in namespace 'std'
using std::ptr_fun;
      ~~~~~^
1 error generated.
*** [interface.lo] Error code 1

PR:		271047
Reported by:	pkg-fallout
commit hash: 86aa24afc629aefb9501fc55b6cdf1b94ce717e3 commit hash: 86aa24afc629aefb9501fc55b6cdf1b94ce717e3 commit hash: 86aa24afc629aefb9501fc55b6cdf1b94ce717e3 commit hash: 86aa24afc629aefb9501fc55b6cdf1b94ce717e3 86aa24a
Saturday, 20 May 2023
16:34 Thierry Thomas (thierry) search for other commits by this committer
math/eclib: upgrade to 20230424

Release notes at
	<https://github.com/JohnCremona/eclib/releases/tag/v20230424>.
commit hash: 4ea93dc69fcf2ea8154e5450bcdb8230f53e9a2a commit hash: 4ea93dc69fcf2ea8154e5450bcdb8230f53e9a2a commit hash: 4ea93dc69fcf2ea8154e5450bcdb8230f53e9a2a commit hash: 4ea93dc69fcf2ea8154e5450bcdb8230f53e9a2a 4ea93dc
Thursday, 27 Apr 2023
18:25 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all direct Boost cunsumers
commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 3e45e8e
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Monday, 16 Jan 2023
19:32 Dima Panov (fluffy) search for other commits by this committer
*/*:	bump libboost*.so libraries consumert after Boost upgrade
commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b e1287d0
Wednesday, 28 Sep 2022
02:25 Yuri Victorovich (yuri) search for other commits by this committer
math/pari: Update 2.13.4 -> 2.15.0

Reported by:	portscout
commit hash: 3064601ea2fe9494101daaf46402335ee05ca21a commit hash: 3064601ea2fe9494101daaf46402335ee05ca21a commit hash: 3064601ea2fe9494101daaf46402335ee05ca21a commit hash: 3064601ea2fe9494101daaf46402335ee05ca21a 3064601
Friday, 16 Sep 2022
16:31 Thierry Thomas (thierry) search for other commits by this committer
math/eclib: upgrade to 20220621

Release notes at
<https://github.com/JohnCremona/eclib/releases/tag/20220621>.
commit hash: 38071ee399a2837d9f81c44e85ba19482fade8a3 commit hash: 38071ee399a2837d9f81c44e85ba19482fade8a3 commit hash: 38071ee399a2837d9f81c44e85ba19482fade8a3 commit hash: 38071ee399a2837d9f81c44e85ba19482fade8a3 38071ee
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
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
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
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@plab.ku.dk>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Shterenlikht
  *  Anton Shterenlikht <mexas@bris.ac.uk>
  *  Bob Eager <bob@eager.cx>
  *  Charlie Kester <corky1951@comcast.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Christopher J. Ruwe
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Hein <geekdude@pacbell.net>
  *  Cyrille Szymanski <cnszym@gmail.com>
  *  Dan Rue <drue@therub.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Naylor <naylor.b.david@gmail.com>
  *  Dereckson <dereckson@gmail.com>
  *  Devin Teske <dteske@FreeBSD.org>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Don Croyle <croyle@gelemna.org>
  *  Douglas K. Rand (rand@meridian-enviro.com)
  *  Dylan Simon <dylan@dylex.net>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Eijiro Shibusawa <ej-sib@ice.uec.ac.jp>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Eoin Lawless (eoin@maths.tcd.ie)
  *  Eric A. Griff <eagriff@global2000.net>
  *  Eric van Gyzen <vangyzen@stat.duke.edu>
  *  Ewgenij Gawrilow <gawrilow@math.tu-berlin.de>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Foxfair Hu <foxfair@FreeBSD.org>
  *  Frederic Han <han@math.jussieu.fr>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Heinz Tschabitscher
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  Issei Suzuki <issei@jp.FreeBSD.ORG>
  *  Janni
  *  Jason Harris <jharris@widomaker.com>
  *  Javad Kouhi <javad.kouhi@gmail.com>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Dieterich <dieterich@ogolem.org>
  *  Johannes M Dieterich <jmd@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Marino <marino@FreeBSD.org>
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Ju Pengfei <ju.pengfei@gmail.com>
  *  Jukka A. Ukkonen <jau@iki.fi>
  *  Kay Lehmann <kay_lehmann@web.de>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Klaus T. Aehlig <aehlig@linta.de>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Jaeger <fbsd-ports@opsec.eu>
  *  Lars Engels <lme@FreeBSD.org>
  *  Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
  *  Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Li-Wen Hsu <lwhsu@lwhsu.org>
  *  M. L. Dodson, <bdodson@scms.utmb.edu>
  *  Maho Nakata <maho@FreeBSD.org>
  *  Mario S F Ferreira <lioux@FreeBSD.org>
  *  Mario S F Ferreira <lioux@linf.unb.br> et al.
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark R V Murray <markm@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Maurice Castro <maurice@serc.rmit.edu.au>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Maxime Henrion <mux@FreeBSD.org>
  *  Michael Haro <mharo@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Neumann <mneumann@ntecs.de>
  *  Muhammad Moinur Rahmanh <5u623l20@gmail.com>
  *  NAKATA Maho <chat95@mbox.kyoto-inet.or.jp>
  *  NAKATA, Maho <maho@FreeBSD.org>
  *  Nakata Maho <maho@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Olivier Duchateau
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni <giffunip@asme.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <giffunip@asme.org>
  *  Pedro Giffuni <pfg@FreeBSD.org>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Philip Paeps <philip@FreeBSD.org>
  *  Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Piotr Rybicki <meritus@innervision.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Robert Jenssen
  *  Robin Schilham
  *  Rod Taylor <ports@rbt.ca>
  *  Roman Neuhauser <neuhauser@sigpipe.cz>
  *  Sander Vesik <sander@haldjas.folklore.ee>
  *  Scott Flatman <sf@dsinw.com>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Akifyev <asa@agava.com>
  *  Sergey Akifyev <asa@gascom.ru>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Shell Hung <shell@shellhung.org>
  *  Shin-ya MURAKAMI <murashin@gfd-dennou.org>
  *  Stas Timokhin <devel@stasyan.com>
  *  Stefan A. Deutscher (sad@mailaps.org)
  *  Stefan Esser <se@StefanEsser.FreeBSD.org>
  *  Stephen Montgomery-Smith <stephen@FreeBSD.edu>
  *  Stephen Montgomery-Smith <stephen@FreeBSD.org>
  *  Stephen Montgomery-Smith <stephen@math.missouri.edu>
  *  Stephen Montgomery-Smith <stephen@missouri.edu>
  *  Steve Wills <steve@mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@f2o.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas Sandford <freebsduser@paradisegreen.co.uk>
  *  Timothy Bourke <timbob@bigpond.com>
  *  Tony Maher
  *  Tz-Huan Huang <tzhuan@csie.org>
  *  Vsevolod Stakhov <vsevolod@FreeBSD.org>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Waitman Gobble <waitman@waitman.net>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Will Andrews <andrews@technologist.com>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yinghong.Liu <relaxbsd@gmail.com>
  *  Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp>
  *  Yukihiro Nakai <Nakai@technologist.com>
  *  Yuri Victorovich <yuri@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Yuri Victorovich <yuri@tsoft.com>
  *  Zhen REN <bg1tpt@gmail.com>
  *  amir.husaini@gmail.com
  *  arved
  *  asami
  *  b.f. <bf@FreeBSD.org>
  *  bart <lbartoletti@FreeBSD.org>
  *  bauerm
  *  bf <bf2006a@yahoo.com>
  *  bf <bf@FreeBSD.org>
  *  bf@FreeBSD.org
  *  bremner@unb.ca
  *  chinsan
  *  chuckr@FreeBSD.org
  *  dawe <daweonline@gmail.com>
  *  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 <mfechner@FreeBSD.org>

With hat:	portmgr
commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da f53eb28
Wednesday, 29 Jun 2022
05:25 Yuri Victorovich (yuri) search for other commits by this committer
math/flint2: Update 2.8.5 -> 2.9.0
commit hash: d61cc94b73b377ed2c36fee152f0ae953892cdba commit hash: d61cc94b73b377ed2c36fee152f0ae953892cdba commit hash: d61cc94b73b377ed2c36fee152f0ae953892cdba commit hash: d61cc94b73b377ed2c36fee152f0ae953892cdba d61cc94
Friday, 3 Jun 2022
20:32 Thierry Thomas (thierry) search for other commits by this committer
math/eclib: update to 20210625 (minor bugfix)

Release notes at
	<https://github.com/JohnCremona/eclib/releases/tag/20210625>.
commit hash: 7db8cd2f6e2a837ec20fca8f7e8b7dbde3676921 commit hash: 7db8cd2f6e2a837ec20fca8f7e8b7dbde3676921 commit hash: 7db8cd2f6e2a837ec20fca8f7e8b7dbde3676921 commit hash: 7db8cd2f6e2a837ec20fca8f7e8b7dbde3676921 7db8cd2
Sunday, 22 May 2022
20:17 Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd b082b3d
Monday, 20 Dec 2021
21:36 Yuri Victorovich (yuri) search for other commits by this committer
math/ntl: Update 11.4.3 -> 11.5.1

PR:		259363
Approved by:	ndowens04@gmail.com (maintainer's timeout, 58 days)
commit hash: 513bcc8c55e09f51b7ccf4f70017ca3ef19a4584 commit hash: 513bcc8c55e09f51b7ccf4f70017ca3ef19a4584 commit hash: 513bcc8c55e09f51b7ccf4f70017ca3ef19a4584 commit hash: 513bcc8c55e09f51b7ccf4f70017ca3ef19a4584 513bcc8
Sunday, 25 Jul 2021
15:17 Yuri Victorovich (yuri) search for other commits by this committer
math/flint2: Update 2.7.1 -> 2.8.0

Bump 12 consumer ports.

Reported by:	portscout
commit hash: d4c60df5e14e5486ba5831157716d9efd20f2cb0 commit hash: d4c60df5e14e5486ba5831157716d9efd20f2cb0 commit hash: d4c60df5e14e5486ba5831157716d9efd20f2cb0 commit hash: d4c60df5e14e5486ba5831157716d9efd20f2cb0 d4c60df5
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
Monday, 22 Mar 2021
16:35 thierry search for other commits by this committer
Minor update to 20210318.

Release notes at <https://github.com/JohnCremona/eclib/releases/tag/20210318>.
Original commitRevision:568970 
Sunday, 14 Mar 2021
11:38 thierry search for other commits by this committer
Upgrade to v20210310.

Release notes at <https://github.com/JohnCremona/eclib/releases/tag/v20210310>.
Original commitRevision:568380 
Tuesday, 9 Mar 2021
16:32 thierry search for other commits by this committer
Upgrade math/eclib to v20210308.

Release notes at <https://github.com/JohnCremona/eclib/releases/tag/v20210308>.
Original commitRevision:567942 
Saturday, 27 Feb 2021
17:41 thierry search for other commits by this committer
Upgrade to v20210226.
Original commitRevision:566719 
Wednesday, 24 Feb 2021
17:02 thierry search for other commits by this committer
Upgrade to v20210223 and fix the site URL.

Release notes at <https://github.com/JohnCremona/eclib/releases/tag/v20210223>.
Original commitRevision:566489 
Sunday, 25 Oct 2020
05:39 yuri search for other commits by this committer
math/pari: Update 2.11.4 -> 2.13.0

Bump 15 depending ports.

Reported by:	portscout
Original commitRevision:553237 
Wednesday, 10 Jun 2020
18:15 yuri search for other commits by this committer
math/flint2: Update g20190210 -> 2.6.0

Bump 6 depending ports.

Reported by:	portscout
Original commitRevision:538421 
Friday, 27 Mar 2020
06:56 linimon search for other commits by this committer
Add c++11-lang to USES to fix build on GCC-based systems:

  configure: error: *** A compiler with support for C++11 language features is
required.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:529229 
Thursday, 26 Mar 2020
16:23 thierry search for other commits by this committer
Adding eclib. The eclib package includes mwrank (for 2-descent on elliptic
curves over Q) and modular symbol code used to create the elliptic curve
database.

It can be used by SageMath.
Original commitRevision:529199 

Number of commits found: 34