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: www/R-cran-httpuv/Makefile

Number of commits found: 53

Saturday, 3 Feb 2024
08:46 Nuno Teixeira (eduardo) search for other commits by this committer
www/R-cran-httpuv: Unbundle devel/libuv

While here, apply upstream patch to fix tests when all of the unsafe
ports are available (e.g. poudriere jail).

See also: https://github.com/rstudio/httpuv/pull/396
commit hash: b008ae57de676fafac4c6c65311fced307e9141d commit hash: b008ae57de676fafac4c6c65311fced307e9141d commit hash: b008ae57de676fafac4c6c65311fced307e9141d commit hash: b008ae57de676fafac4c6c65311fced307e9141d b008ae5
Tuesday, 30 Jan 2024
11:05 Nuno Teixeira (eduardo) search for other commits by this committer
www/R-cran-httpuv: Update to 1.6.14

ChangeLog: https://cran.r-project.org/web/packages/httpuv/news/news.html
commit hash: b5d91e3fa94a5b0866c9515df3a98cf7f35ae674 commit hash: b5d91e3fa94a5b0866c9515df3a98cf7f35ae674 commit hash: b5d91e3fa94a5b0866c9515df3a98cf7f35ae674 commit hash: b5d91e3fa94a5b0866c9515df3a98cf7f35ae674 b5d91e3
Saturday, 9 Dec 2023
17:29 Nuno Teixeira (eduardo) search for other commits by this committer
www/R-cran-httpuv: Update to 1.6.13

ChangeLog: https://cran.r-project.org/web/packages/httpuv/news/news.html
commit hash: 832807095975b46a3e70088f6ac2989f21d862ef commit hash: 832807095975b46a3e70088f6ac2989f21d862ef commit hash: 832807095975b46a3e70088f6ac2989f21d862ef commit hash: 832807095975b46a3e70088f6ac2989f21d862ef 8328070
Thursday, 26 Oct 2023
13:17 Nuno Teixeira (eduardo) search for other commits by this committer
www/R-cran-httpuv: Update to 1.6.12

- Define LICENSE_FILE

ChangeLog: https://cran.r-project.org/web/packages/httpuv/news/news.html
commit hash: d8bfebf48445ca8c40d0f40e990eacfe461d2213 commit hash: d8bfebf48445ca8c40d0f40e990eacfe461d2213 commit hash: d8bfebf48445ca8c40d0f40e990eacfe461d2213 commit hash: d8bfebf48445ca8c40d0f40e990eacfe461d2213 d8bfebf
Monday, 5 Jun 2023
09:40 Nuno Teixeira (eduardo) search for other commits by this committer
www/R-cran-httpuv: Update to 1.6.11

 - Take maintainership

ChangeLog: https://cran.r-project.org/web/packages/httpuv/news/news.html
commit hash: 8cbd79c036dd31f0f4a5377498e103e5d0c16513 commit hash: 8cbd79c036dd31f0f4a5377498e103e5d0c16513 commit hash: 8cbd79c036dd31f0f4a5377498e103e5d0c16513 commit hash: 8cbd79c036dd31f0f4a5377498e103e5d0c16513 8cbd79c
Monday, 8 May 2023
00:15 TAKATSU Tomonari (tota) search for other commits by this committer
www/R-cran-httpuv: Update to 1.6.9

- Update to 1.6.9
- Drop maintainership
commit hash: a30b13361171de5cf4b184182545f8064cccc1c3 commit hash: a30b13361171de5cf4b184182545f8064cccc1c3 commit hash: a30b13361171de5cf4b184182545f8064cccc1c3 commit hash: a30b13361171de5cf4b184182545f8064cccc1c3 a30b133
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, 12 Sep 2022
20:58 TAKATSU Tomonari (tota) search for other commits by this committer
www/R-cran-httpuv: Update to 1.6.6
commit hash: 8e938a086c35b3d13f7ded19d7723cbcdde78dec commit hash: 8e938a086c35b3d13f7ded19d7723cbcdde78dec commit hash: 8e938a086c35b3d13f7ded19d7723cbcdde78dec commit hash: 8e938a086c35b3d13f7ded19d7723cbcdde78dec 8e938a0
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, 20 Jul 2022
14:23 Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Aldert Nooitgedagt
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Kapranoff <alex@kapranoff.ru>
  *  Alex Kapranoff <kapr@crosswinds.net>
  *  Alex Miller (<asm@asm.kiev.ua>)
  *  Alex Pesternikov <ap@page2rss.com>
  *  Alex Povolotsky <tarkhil@over.ru>
  *  Alex Varju <freebsd-ports@varju.ca>
  *  Alexander Koch <fbsd@meersau.de>
  *  Alexander Kriventsov
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Logvinov <info@logvinov.com>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Moisseev <moiseev@mezonplus.ru>
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev
  *  Alfred Perlstein <alfred@freebsd.org>
  *  Allie Micka <allie@pajunas.com>
  *  Anatoliy Dmytriyev <tolid@plab.ku.dk>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andrea Cervesato <andrea@cervesato.it>
  *  Andrea Sozzi <as@g-cows.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrej Zverev <andrey.zverev@electro-com.ru>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew T. Bennett <potatosaladx@gmail.com>
  *  Andrey Chernov <ache@FreeBSD.org>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Andrey Slusar <anray@FreeBSD.org>
  *  Anes Muhametov <anes@anes.su>
  *  Anes Mukhametov <anes@anes.su>
  *  Anonymous
  *  Antoine Brodin <antoine@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Antony Mawer <ports@mawer.org>
  *  Aron Schlesinger <as@bsdgroup.de>
  *  Ask Bjoern Hansen <ask@valueclick.com>
  *  Autrijus Tang <autrijus@autrijus.org>
  *  Ayumi M <ayu@commun.jp>
  *  Babak Farrokhi <babak@farrokhi.net>
  *  Bartek Rutkowski <robak@FreeBSD.org>
  *  Bartlomiej Rutkowski <r@robakdesign.com>
  *  Bernard Spil <brnrd@FreeBSD.org>
  *  Bernard Spil <brnrd@freebsd.org>
  *  Bill Brinzer <bill.brinzer@gmail.com>
  *  Bill Swingle <unfurl@FreeBSD.org>
  *  Bob Bomar <bob@fly.homeunix.org>
  *  Boris Lytochkin (lytboris@gmail.com)
  *  Brandon Fosdick <bfoz@bfoz.net>
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Brian Somers <brian@FreeBSD.org>
  *  CHOI Junho <cjh@FreeBSD.org>
  *  Carlo Strub
  *  Carlo Strub <cs@FreeBSD.org>
  *  Cecile Neu <neu@mycontrol.de>
  *  Chadwick Sorrell chad@wickdev.com
  *  Charlie & <root@dev2.rambler.ru>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chin-San Huang <chinsan@mail2000.com.tw>
  *  Choe, Cheng-Dae
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris Larsen <darth@vader.dk>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Christopher Knaust <jigboe@gmx.de>
  *  Clement Laforet <clement@FreeBSD.org>
  *  Clement Laforet <sheepkiller@cultdeadsheep.org>
  *  Conor McDermottroe <ports@mcdermottroe.com>
  *  Cory R King <coryking@mozimedia.com>
  *  Craig Rodrigues <rodrigc@FreeBSD.org>
  *  Dan Langille <dan@langille.org>
  *  Dan Langille <dvl@FreeBSD.org>
  *  Daniel B. Hemmerich
  *  Daniel Gerzo <danger@FreeBSD.org>
  *  Daniel Morante <daniel@morante.net>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Daniel Wijnands <daniel@itxl.nl>
  *  Danny Warren <danny@dannywarren.com>
  *  Dash|RD
  *  Dave Cottlehuber <dch@FreeBSD.org>
  *  David Barksdale <amatus@gnu.org>
  *  Dean Hollister <dean@odyssey.apana.org.au>
  *  Denis Pokataev <catone@cpan.org>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Denny Lin <dennylin93@hs.ntnu.edu.tw>
  *  Dikshie <dikshie@sfc.wide.ad.jp>
  *  Dima Sivachenko
  *  Dima Sivachenko <dima@Chg.RU>
  *  Dirk Froemberg <dirk@FreeBSD.org>
  *  Ditesh Shashikant Gathani <ditesh@gathani.org>
  *  Dmitry Liakh <dliakh@ukr.net>
  *  Dmitry Semkin <lslarry@gmail.com>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Domas Mituzas <midom@dammit.lt>
  *  Dominic Mitchell <dom@happygiraffe.net>
  *  Dominique Goncalves <dominique.goncalves@gmail.com>
  *  Douglas Thrift
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Dryice Liu <dryice@FreeBSD.org>
  *  Dryice Liu <dryice@dryice.name>
  *  Elisey Savateev <b3k@mail.ru>
  *  Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Ernst de Haan <znerd@FreeBSD.org>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Espen Tagestad <espen@tagestad.no>
  *  Euan Thoms <euan@potensol.com>
  *  Fanying Jen <fanying@fynet.com>
  *  Fernan Aguero
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Florent Thoumie <flz@FreeBSD.org>
  *  Florent Thoumie <flz@xbsd.org>
  *  Foxfair Hu <foxfair@FreeBSD.org>
  *  Francisco Cabrita <include@npf.pt.freebsd.org>
  *  Frank Behrens <frank@pinky.sax.de>
  *  Frank Mayhar <frank@exit.com>
  *  Frank Wall <fw@moov.de>
  *  Fred Cox
  *  Frederic Culot <culot@FreeBSD.org>
  *  Frederic Culot <frederic@culot.org>
  *  Fumihiko Kimura <jfkimura@yahoo.co.jp>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Garrett A. Wollman
  *  Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
  *  Geoffroy Desvernay <dgeo@centrale-marseille.fr>
  *  George Hartzell <hartzell@alerce.com>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerard Seibert <gerard@seibercom.net>
  *  Gerrit Beine (<tux@pinguru.net>)
  *  Gerrit Beine <gerrit.beine@gmx.de>
  *  Gerrit Beine <tux@pinguru.net>
  *  Gilbert Morgan <gmm@tutanota.com>
  *  Goran Lowkrantz <glz@hidden-powers.com>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Groovis <groovis@groovis.net>
  *  Gruen Christian <kiki@bsdro.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Guixing Bai <khsing.cn@gmail.com>
  *  Guy P.
  *  Helmut Ritter <freebsd-ports@charlieroot.de>
  *  Henk van Oers <hvo.pm@xs4all.nl>
  *  Henrik Brix Andersen <brix@FreeBSD.org>
  *  Henrik Brix Andersen <henrik@brixandersen.dk>
  *  Henrik Motakef <henrik.motakef@web.de>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Hiten Pandya <hiten@uk.FreeBSD.org>
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hubert Tournier <hubert@frbsd.org>
  *  Hugo Leisink
  *  Hung-Yi Chen <gaod@hychen.org>
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Igor Vinokurov <igor@zynaps.ru>
  *  Ilia Skalozubov <freebsd@skinc.ru>
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jacob Atzen <jatzen@gmail.com>
  *  Jacques Marneweck <jacques@php.net>
  *  James Bailie <jimmy@mammothcheese.ca>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  James White <whitejv81@gmail.com>
  *  Janos.Mohacsi@bsd.hu
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Javier Martin Rueda <jmrueda@diatel.upm.es>
  *  Jean Milanez Melo <jmelo@FreeBSD.org>
  *  Jean-Baptiste Quenot <jb.quenot@caraldi.com>
  *  Jeremie Le Hen <jlh@FreeBSD.org>
  *  Jeremy Chadwick <koitsu@FreeBSD.org>
  *  Jeremy Shaffner <jeremy@external.org>
  *  Jev Björsell <ports@ecadlabs.com>
  *  Jim Riggs <ports@christianserving.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Jin-Sih Lin <linpct@gmail.com>
  *  Jochen Neumeister <joneum@FreeBSD.org>
  *  Joe Horn <joehorn@gmail.com>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johann Visagie <wjv@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Chen <johnpupu@gmail.com>
  *  John Hixson <john@ixsystems.com>
  *  John von Essen
  *  Jon Nistor <nistor@snickers.org>
  *  Jonathan Pater <cowboyneal@gmail.com>
  *  Jonathan Weiss (<jw@innerewut.de>)
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose Garcia Juanino <jjuanino@gmail.com>
  *  Josef El-Rayes <j.el-rayes@daemon.li>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Joseph Scott (<joseph@randomnetworks.com>)
  *  Joseph Scott <joseph@randomnetworks.com>
  *  Juergen Lock <nox@FreeBSD.org>
  *  Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Julien Laffaye <jlaffaye@FreeBSD.org>
  *  JunSeon Oh <hollywar@mail.holywar.net>
  *  Juraj Lutter <juraj@lutter.sk>
  *  Justin Hawkins <justin@hawkins.id.au>
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
  *  Keith Gaughan <k@stereochro.me>
  *  Kelly Yancey <kbyanc@posi.net>
  *  Ken McGlothlen <ken.mcglothlen@gmail.com>
  *  Kevin Golding <ports@caomhin.org>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Kim Scarborough <user@unknown.nu>
  *  Kimo <kimor79@yahoo.com>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Konstantin Menshikov <kostjnspb@yandex.ru>
  *  Koop Mast <einekoai@chello.nl>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kozlov Sergey <kozlov.sergey.404@gmail.com>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kristaps Kulis <kristaps.kulis@gmail.com>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Lidl (kurt.lidl@cello.com)
  *  Kurt Lidl <kurt.lidl@cello.com>
  *  Kyle Evans <kevans@FreeBSD.org>
  *  Lars Balker Rasmussen <lbr@FreeBSD.org>
  *  Lars Eggert <lars.eggert@gmx.net>
  *  Lars Eggert <larse@isi.edu>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Lawrence Chen <beastie@tardisi.com>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Li-Wen Hsu <lwhsu@lwhsu.org>
  *  Loic Blot <loic.blot@unix-experience.fr>
  *  Loren M. Lang <loren@north-winds.org>
  *  Luca Pizzamiglio <pizzamig@FreeBSD.org>
  *  Lukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
  *  Lukasz Wasikowski <lukasz@wasikowski.net>
  *  Lung-Pin Chang <changlp@cs.nctu.edu.tw>
  *  MANTANI Nobutaka <nobutaka@nobutaka.com>
  *  MIHIRA Yoshiro <sanpei@FreeBSD.org>
  *  Manuel Kasper <mk@neon1.net>
  *  Manuel Rábade <mig@mig-29.net>
  *  Marc G. Fournier
  *  Marc G. Fournier <scrappy@hub.org>
  *  Marcello Coutinho
  *  Marcin Cieslak <saper@SYSTEM.PL>
  *  Marek Holienka <marekholienka@gmail.com>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Huizer; Eindhoven
  *  Mark Pulford <mark@kyne.com.au>
  *  Martin Matuska <martin@matuska.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Waschbuesch <martin@waschbuesch.de>
  *  Martin Wilke (miwi@FreeBSD.org)
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Masafumi NAKANE <max@FreeBSD.org>
  *  Masahiro Teramoto <markun@onohara.to>
  *  Masaki TAGAWA <masaki@club.kyutech.ac.jp>
  *  Mathias Monnerville <mathias@monnerville.com>
  *  Mathieu Arnold <m@absolight.net>
  *  Matthew Seaman
  *  Matthew Seaman <m.seaman@infracaninophile.co.uk>
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Matthew X. Economou <xenophon+fbsdports@irtnog.org>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Maurice Castro <maurice@castro.aus.net>
  *  Max N. Boyarov <m.boyarov@bsd.by>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Maxime Henrion (mux@FreeBSD.org)
  *  Meno Abels <meno.abels@adviser.com>
  *  Michael Capp <myntric@exeonline.com>
  *  Michael Fausten <ports@michael-fausten.de>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael Moll <kvedulv at kvedulv.de>
  *  Michael Moll <kvedulv@kvedulv.de>
  *  Michael Ranner <mranner@inode.at>
  *  Michael Schout <mschout@gkg.net>
  *  Michael Vasilenko <acid@stu.cn.ua>
  *  Mike Meyer
  *  Mikhail T. <michael@fun-box.ru>
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Mitchell Smith <mjs@bur.st>
  *  Mitsuru Yoshida <mitsuru@riken.go.jp>
  *  Moggie <moggie@elasticmind.net>
  *  Mohammad S. Babaei <info@babaei.net>
  *  Mons Anderson <mons@cpan.org>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Mun-Kyo Seo <munggo@pmy.lv>
  *  Munish Chopra <mchopra@engmail.uwaterloo.ca>
  *  Murilo Opsfelder <mopsfelder@gmail.com>
  *  Mykola Marzhan <delgod@portaone.com>
  *  Naram Qashat <cyberbotx@cyberbotx.com>
  *  Neil Blakey-Milner
  *  Neil Blakey-Milner <nbm@FreeBSD.org>
  *  Nick Hilliard <nick@foobar.org
  *  Nick Hilliard <nick@foobar.org>
  *  Nicola Stanislao Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Nicolas de Bari Embriz Garcia Rojas <nbari@tequila.io>
  *  Nicole Reid <root@cooltrainer.org>
  *  Oddbjorn Steffensen <oddbjorn@tricknology.org>
  *  Oleg Mamontov <oleg@mamontov.net>
  *  Oleg Pudeyev <oleg@bsdpower.com>
  *  Oleg Sidorkin <osidorkin@gmail.com>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Olivier Duchateau <duchateau.olivier@gmail.com>
  *  Paul Schmehl <pauls@utdallas.edu>
  *  Pavel Timofeev <timp87@gmail.com>
  *  Pete Fritchman <petef@databits.net>
  *  Peter <peter@vereshagin.org>
  *  Peter Avalos <pavalos@theshell.com>
  *  Peter Lai <cowbert@gmail.com>
  *  Peter Libassi <peter@libassi.se>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Peter Schuller <peter.schuller@infidyne.com>
  *  Peter Wemm <peter@netplex.com.au>
  *  Phil Phillips
  *  Philip M. Gollucci <pgollucci@p6m7g8.com>
  *  Philip Paeps <philip@FreeBSD.org>
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Qing Feng <qingfeng@douban.com>
  *  Radim Kolar <hsn@sanatana.dharma>
  *  Ralf Gebhart <gebhart@secnetix.de>
  *  Renaud Chaput <renchap@cocoa-x.com>
  *  René Ladan <rene@FreeBSD.org>
  *  René Ladan <rene@freebsd.org>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Richard Neese <r.neese@gmail.com>
  *  Ricky E. <codeblock@eighthbit.net>
  *  Rink Springer <rink@FreeBSD.org>
  *  Robert Gogolok <gogo@cs.uni-sb.de>
  *  Rod Taylor <ports@rbt.ca>
  *  Rodrigo Nicola Lombardo <rodnic@gmail.com>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Rozhuk Ivan 2019 <rozhuk.im@gmail.com>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Ryan T. Dean <rtdean@cytherianage.net>
  *  Sahil Tandon <sahil@tandon.net>
  *  Scott Sanders <scott@jssjr.com>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Kozlov <kozlov.sergey.404@gmail.com>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Osipov <sipopo@yandex.ru>
  *  Sergey Osokin <osa@FreeBSD.org>
  *  Sergey Osokin aka oZZ <ports@FreeBSD.org>
  *  Sergey Samoyloff <gonza@techline.ru>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Seth Kingsley <sethk@meowfishies.com>
  *  Shaun Amott <shaun@FreeBSD.org>
  *  Shigeyuki Fukushima <shige@FreeBSD.org>
  *  Shinsuke Matsui <smatsui@karashi.org>
  *  Simon 'corecode' Schubert <corecode@corecode.ath.cx>
  *  Simon Dick <simond@irrelevant.org>
  *  Simun Mikecin <numisemis at yahoo.com>
  *  Sir l33tname <sirl33tname@gmail.com>
  *  Sofian Brabez <sbrabez@gmail.com>
  *  Soren Dossing <sauber@netcom.com>
  *  Stanislav Sedov <stas@FreeBSD.org>
  *  Stefan Bethke <stb@lassitu.de>
  *  Stefan Esser <se@FreeBSD.org>
  *  Stefan Hagen <ports@textmail.me>
  *  Stefan `Sec` Zehl <sec@42.org>
  *  Stephane Legrand <stephane@freebsd-fr.org>
  *  Steve Polyack <spolyack@collaborativefusion.com>
  *  Steve Wills <steve@mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steve Wills <swills@freebsd.org>
  *  Steven Kreuzer
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@exit2shel.com>
  *  Steven Kreuzer <skreuzer@exit2shell.com>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sutra Zhou <zhoushuqun@gmail.com>
  *  Søren Straarup <xride@x12.dk>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TAKATSU Tomonari <tota@rtfm.jp>
  *  TERAMOTO Masahiro <markun@onohara.to>
  *  Thierry Thomas (<thierry@FreeBSD.org>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Sandford <freebsduser@paradisegreen.co.uk>
  *  Thomas Zander <riggs@FreeBSD.org>
  *  Thomas-Martin Seck <tmseck@netcologne.de>
  *  Thomas-Martin Seck <tmseck@web.de>
  *  Tobias Rehbein <tobias.rehbein@web.de>
  *  Tom Hukins <tom@FreeBSD.org>
  *  Tom Judge <tj@FreeBSD.org>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Tomoyuki Sakurai <cherry@trombik.org>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuehlsdorff <tz@FreeBSD.org>
  *  Torsten Zuhlsdorff <ports@toco-domains.de>
  *  Torsten Zühlsdorff <ports@toco-domains.de>
  *  Travis Campbell <hcoyote@ghostar.org>
  *  Trevor Caira <trevor@bitba.se>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Tuc <freebsd-ports@t-b-o-h.net>
  *  Ultima
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vivek Khera <vivek@khera.org>
  *  Vladimir Timofeev <vovkasm@gmail.com>
  *  Vsevolod Stakhov
  *  Wen Heping
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping<wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>)
  *  Will Andrews <andrews@technologist.com>
  *  William Grzybowski <william88@gmail.com>
  *  Xavier Beaudouin <kiwi@oav.net>
  *  Yasuhiro Fukuma <yasuf@big.or.jp>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
  *  Yoshiro MIHIRA <sanpei@FreeBSD.org>
  *  Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zach Thompson <lin-chi@lastamericanempire.com>
  *  Zahatski Aliaksandr <zag@cpan.org>
  *  Zane C, Bowers-Hadley <vvelox@vvelox.net>
  *  Zhen REN <bg1tpt@gmail.com>
  *  Zhihao Yuan <lichray@gmail.com>
  *  aaron@FreeBSD.org
  *  ache
  *  ache@FreeBSD.org
  *  alex@kapranoff.ru
  *  anders
  *  andrew@scoop.co.nz
  *  andrey@kostenko.name
  *  antoine@FreeBSD.org
  *  arved
  *  babak@farrokhi.net
  *  bf <bf2006a@yahoo.com>
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  chinsan <chinsan.tw@gmail.com>, Gea-Suan Lin <gslin@gslin.org>
  *  chinsan <chinsan@mail2000.com.tw>
  *  chinsan <chisnan.tw@gmail.com>
  *  citrin+bsd@citrin.ru
  *  cjr@cruwe.de
  *  clement
  *  clive
  *  clsung
  *  clsung@dragon2.net
  *  coryking
  *  cpm
  *  dom@happygiraffe.net
  *  dsh@vlink.ru
  *  fabian.freyer@physik.tu-berlin.de
  *  gahr
  *  genserg@hotmail.com
  *  gugu
  *  hrs@FreeBSD.org
  *  ijliao
  *  janos.mohacsi@bsd.hu
  *  jfitz
  *  johnpupu <johnpupu@gmail.com>
  *  jupengfei <jupengfei@gmail.com>
  *  k@123.org
  *  kbyanc
  *  kftseng@iyard.org
  *  koshy@india.hp.com
  *  kstailey
  *  lars.eggert@gmx.net
  *  lbr
  *  lbr@FreeBSD.org
  *  lev@FreeBSD.org
  *  mahlon
  *  maintainer.freebsd@xpoundit.com
  *  mbr@FreeBSD.org
  *  milki <milki@rescomp.berkeley.edu>
  *  mjhsieh
  *  mons
  *  mt@primats.org.ua
  *  mwlucas
  *  niels <niels@FreeBSD.org>
  *  nik
  *  nork@cityfujisawa.ne.jp
  *  otaviof@gmail.com
  *  pauls@utdallas.edu
  *  ports@c0decafe.net
  *  ports@c0decafe.net <ports@c0decafe.net>
  *  rene@FreeBSD.org
  *  sada
  *  stas
  *  thierry@pompo.net
  *  thinker <thinker@branda.to>
  *  tobez@plab.ku.dk
  *  toni.viemero@iki.fi
  *  torstenb
  *  tundra
  *  uwe.pierau@tu-clausthal.de
  *  vanilla
  *  vanilla@
  *  will
  *  wollman
  *  wosch@FreeBSD.org
  * # Created by Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com>

With hat:	portmgr
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 e915e75
Sunday, 9 Jan 2022
01:35 TAKATSU Tomonari (tota) search for other commits by this committer
www/R-cran-httpuv: Update to 1.6.5
commit hash: 54b4ea1e19cdb3bfe4f198f6a1cb14811beb3d60 commit hash: 54b4ea1e19cdb3bfe4f198f6a1cb14811beb3d60 commit hash: 54b4ea1e19cdb3bfe4f198f6a1cb14811beb3d60 commit hash: 54b4ea1e19cdb3bfe4f198f6a1cb14811beb3d60 54b4ea1
Saturday, 18 Dec 2021
06:38 TAKATSU Tomonari (tota) search for other commits by this committer
www/R-cran-httpuv: Update to 1.6.4
commit hash: 02c444877dcae9b85b5af89ef4424330d2735488 commit hash: 02c444877dcae9b85b5af89ef4424330d2735488 commit hash: 02c444877dcae9b85b5af89ef4424330d2735488 commit hash: 02c444877dcae9b85b5af89ef4424330d2735488 02c4448
Sunday, 12 Sep 2021
10:51 TAKATSU Tomonari (tota) search for other commits by this committer
www/R-cran-httpuv: Update to 1.6.3
commit hash: c6ccc0b08467ea5baa5176391d672270718bd545 commit hash: c6ccc0b08467ea5baa5176391d672270718bd545 commit hash: c6ccc0b08467ea5baa5176391d672270718bd545 commit hash: c6ccc0b08467ea5baa5176391d672270718bd545 c6ccc0b
Thursday, 19 Aug 2021
21:39 TAKATSU Tomonari (tota) search for other commits by this committer
www/R-cran-httpuv: Update to 1.6.2

- Update to 1.6.2
- Add compiler:c++11-lang to USES
commit hash: 6d04b771850e63ac15d3cec0eff9d8321458522e commit hash: 6d04b771850e63ac15d3cec0eff9d8321458522e commit hash: 6d04b771850e63ac15d3cec0eff9d8321458522e commit hash: 6d04b771850e63ac15d3cec0eff9d8321458522e 6d04b77
Sunday, 9 May 2021
16:22 TAKATSU Tomonari (tota) search for other commits by this committer
www/R-cran-httpuv: Update to 1.6.1
commit hash: 8b834c1d35530a883c4cb127913348ef1d6aecb8 commit hash: 8b834c1d35530a883c4cb127913348ef1d6aecb8 commit hash: 8b834c1d35530a883c4cb127913348ef1d6aecb8 commit hash: 8b834c1d35530a883c4cb127913348ef1d6aecb8 8b834c1
Saturday, 24 Apr 2021
10:42 TAKATSU Tomonari (tota) search for other commits by this committer
www/R-cran-httpuv: Update to 1.6.0
commit hash: 7c1d3bdf0d57bec0b57d50654ade5a56bb72fb50 commit hash: 7c1d3bdf0d57bec0b57d50654ade5a56bb72fb50 commit hash: 7c1d3bdf0d57bec0b57d50654ade5a56bb72fb50 commit hash: 7c1d3bdf0d57bec0b57d50654ade5a56bb72fb50 7c1d3bd
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
Saturday, 16 Jan 2021
16:30 tota search for other commits by this committer
- Update to 1.5.5
Original commitRevision:561734 
Tuesday, 9 Jun 2020
10:40 tota search for other commits by this committer
- Update to 1.5.4
Original commitRevision:538300 
Wednesday, 27 May 2020
22:10 tota search for other commits by this committer
- Update to 1.5.3.1
Original commitRevision:536725 
Tuesday, 5 May 2020
16:07 jrm search for other commits by this committer
math/R: Update to version 4.0.0

Upstream changes:
https://stat.ethz.ch/pipermail/r-announce/2020/000653.html

Also bump PORTREVISION of ports that depend on math/R.

Submitted by:	wen (in part)
Reviewed by:	jwb, Rainer Hurling <rhurlin@gwdg.de>, thierry
Differential Revision:	https://reviews.freebsd.org/D24572
Original commitRevision:534095 
Saturday, 28 Sep 2019
06:51 tota search for other commits by this committer
- Update to 1.5.2
Original commitRevision:513106 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Sunday, 14 Jul 2019
20:15 tota search for other commits by this committer
- Update to 1.5.1
Original commitRevision:506630 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Monday, 23 Jul 2018
07:58 tota search for other commits by this committer
- Update to 1.4.5
Original commitRevision:475153 
Thursday, 5 Jul 2018
22:09 tota search for other commits by this committer
- Update to 1.4.4.2
Original commitRevision:473984 
Wednesday, 20 Jun 2018
07:31 tota search for other commits by this committer
- Update to 1.4.4.1
Original commitRevision:472850 
Friday, 18 May 2018
01:39 tota search for other commits by this committer
- Update to 1.4.3
- Update LICENSE
Original commitRevision:470256 
Thursday, 22 Mar 2018
09:35 tota search for other commits by this committer
- Update to 1.3.6.2
Original commitRevision:465280 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Thursday, 6 Jul 2017
05:03 tota search for other commits by this committer
- Update to 1.3.5
- Update LICENSE
Original commitRevision:445127 
Sunday, 18 Jun 2017
18:09 dbn search for other commits by this committer
qa: add check for NO_ARCH

If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR.
If an elf(5) file is bundles as part of the package, but is not meant to be
run directly (i.e. the elf(5) file is a payload, and not compiled) then
those files can be added to NO_ARCH_IGNORE to avoid the check from failing,

Changes to ports:
 - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH
   removed.
 - Ports that have elf(5) payloads have had those files added to
   NO_ARCH_IGNORE.
 - R-cran ports that do not set USES=cran:compiles have NO_ARCH set,

PR:		218976
Reviewed by:	antoine, mat
Approved by:	portmgr
Original commitRevision:443845 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Monday, 10 Aug 2015
07:06 tota search for other commits by this committer
- Update to 1.3.3
Original commitRevision:393847 
Saturday, 13 Jun 2015
05:43 tota search for other commits by this committer
- Update to 1.3.2
- Regenerate patch file with 'make makepatch'
Original commitRevision:389319 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Original commitRevision:359185 
Wednesday, 9 Apr 2014
16:40 tota search for other commits by this committer
- Update to 1.3.0
- Fix LICENSE_PERMS_NODE
Original commitRevision:350726 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Original commitRevision:347809 
Thursday, 20 Feb 2014
14:24 tota search for other commits by this committer
- Update to 1.2.3
Original commitRevision:345232 
Saturday, 1 Feb 2014
11:41 tota search for other commits by this committer
- Update to 1.2.2
Original commitRevision:342120 
Tuesday, 31 Dec 2013
14:02 tota search for other commits by this committer
- Update to 1.2.1
Original commitRevision:338306 
Saturday, 28 Dec 2013
10:28 dbn search for other commits by this committer
Convert Mk/bsd.cran.mk to the Uses framework.

PR:		ports/184699
Reviewed by:	bapt
Approved by:	portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
Original commitRevision:337846 
Wednesday, 27 Nov 2013
18:56 dbn search for other commits by this committer
Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).

Since this patch converts all affected ports, bsd.cran.mk no longer supports
NO_STAGE and errors out if NO_STAGE is set.

Exp-run:	ports/184216
Reviewed by:	bdrewery
Approved by:	portsmgr, wen
Original commitRevision:335044 
Saturday, 23 Nov 2013
06:01 tota search for other commits by this committer
- Update to 1.2.0
Original commitRevision:334636 
Wednesday, 13 Nov 2013
08:19 bf search for other commits by this committer
Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;
adjust dependent ports

Reviewed by:	pfg, thierry, tota
Original commitRevision:333659 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Tuesday, 27 Aug 2013
11:39 tota search for other commits by this committer
- Update to 1.1.0
Original commitRevision:325437 
Tuesday, 4 Jun 2013
11:58 tota search for other commits by this committer
- Update to 1.0.6.3
Original commitRevision:319854 
Tuesday, 28 May 2013
15:15 bf search for other commits by this committer
Update math/R to 3.0.1-patched, and adjust dependent ports;
synchronize math/rpy with upstream repository

Reviewed by:	wen
Approved by:	wen, tota
Original commitRevision:319316 
Tuesday, 14 May 2013
21:31 tota search for other commits by this committer
- Add new port: www/R-cran-httpuv

  httpuv provides low-level socket and protocol support for handling
  HTTP and WebSocket requests directly from within R. It is primarily
  intended as a building block for other packages, rather than making
  it particularly easy to create complete web applications using
  httpuv alone. httpuv is built on top of the libuv and http-parser
  C libraries, both of which were developed by Joyent, Inc.

  WWW: http://cran.r-project.org/web/packages/httpuv/
Original commitRevision:318201 

Number of commits found: 53