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: benchmarks/rubygem-benchmark-ips/Makefile

Number of commits found: 27

Thursday, 14 Dec 2023
20:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
benchmarks/rubygem-benchmark-ips: Update to 2.13.0

Changes:	https://github.com/evanphx/benchmark-ips/releases
		https://github.com/evanphx/benchmark-ips/blob/master/History.md
		https://github.com/evanphx/benchmark-ips/commits/master
commit hash: a180df97e90a174b8dc00e7f4859528d75ac033c commit hash: a180df97e90a174b8dc00e7f4859528d75ac033c commit hash: a180df97e90a174b8dc00e7f4859528d75ac033c commit hash: a180df97e90a174b8dc00e7f4859528d75ac033c a180df9
Wednesday, 5 Apr 2023
17:31 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
benchmarks/rubygem-benchmark-ips: Update to 2.12.0

Changes:	https://github.com/evanphx/benchmark-ips/releases
		https://github.com/evanphx/benchmark-ips/blob/master/History.md
commit hash: 05fc9d4a317aa1a55d134069d917d2ade2306cfa commit hash: 05fc9d4a317aa1a55d134069d917d2ade2306cfa commit hash: 05fc9d4a317aa1a55d134069d917d2ade2306cfa commit hash: 05fc9d4a317aa1a55d134069d917d2ade2306cfa 05fc9d4
Tuesday, 21 Mar 2023
19:21 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
benchmarks/rubygem-benchmark-ips: Update to 2.11.0

Changes:	https://github.com/evanphx/benchmark-ips/releases
		https://github.com/evanphx/benchmark-ips/blob/master/History.md
commit hash: 18101e55aaf033b6bd0a9074cd72092f8e91b3d0 commit hash: 18101e55aaf033b6bd0a9074cd72092f8e91b3d0 commit hash: 18101e55aaf033b6bd0a9074cd72092f8e91b3d0 commit hash: 18101e55aaf033b6bd0a9074cd72092f8e91b3d0 18101e5
Saturday, 14 Jan 2023
23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae 18c6e18
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:20 Tobias C. Berner (tcberner) search for other commits by this committer
benchmarks: remove 'Created by' lines

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

  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
  *  Andrey Zakhvatov <andy@FreeBSD.org>
  *  Andy Clark <andrewclarkii@gmail.com>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Brad Davis <brd@FreeBSD.org>
  *  Bruce A. Mah <bmah@FreeBSD.org>
  *  Chao Shin <quakelee@cn.freebsd.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  David O'Brien (obrien@FreeBSD.org)
  *  David O'Brien (obrien@NUXI.com)
  *  Dima Sivachenko <dima@chg.ru>
  *  Gabriel M. Dutra <0xdutra@gmail.com>
  *  Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Hannes Hauswedell <h2+fbsdports@fsfe.org>
  *  Johannes Dieterich <dieterich@ogolem.org>
  *  Johannes Dieterich <jmd@FreeBSD.org>
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Kris Moore <kmoore@FreeBSD.org>
  *  Lars Eggert <lars@eggert.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
  *  NAKATA Maho <maho@FreeBSD.org>
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Pete Fritchman <petef@databits.net>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Radim Kolar
  *  Radim Kolar <hsn@sendmail.cz>
  *  Roman Bogorodskiy <bogorodskiy@inbox.ru>
  *  Scott Flatman <sf@dsinw.com>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Kandaurov <pluknet@gmail.com>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Slava Shwartsman <slavash@FreeBSD.org>
  *  Stephen Montgomery-Smith <stephen@math.missouri.edu>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Thomas Dreibholz <dreibh@iem.uni-due.de>
  *  Tom Judge <tom@tomjudge.com>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vsevolod Stakhov <vsevolod@FreeBSD.org>
  *  Will Andrews <andrews@technologist.com>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  arved
  *  asami
  *  dikshie <dikshie@lapi.itb.ac.id>
  *  gnn
  *  ijliao
  *  janos.mohacsi@bsd.hu
  *  jesper@jdn.dk
  *  jmz
  *  koshy
  *  luigi@FreeBSD.org
  *  mharo@FreeBSD.org
  *  mich@freebsdcluster.org
  *  mr
  *  se
  *  shalunov
  *  thierry@pompo.net
  *  trasz <trasz@pin.if.uz.zgora.pl>
  *  uminac

With hat:	portmgr
commit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803a commit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803a commit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803a commit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803a 86b2c51
Monday, 7 Mar 2022
18:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
benchmarks/rubygem-benchmark-ips: Update to 2.10.0

Changes:	https://github.com/evanphx/benchmark-ips/releases
commit hash: 927a5a4f3cef6ca85711b135b64c9211b50f7aa2 commit hash: 927a5a4f3cef6ca85711b135b64c9211b50f7aa2 commit hash: 927a5a4f3cef6ca85711b135b64c9211b50f7aa2 commit hash: 927a5a4f3cef6ca85711b135b64c9211b50f7aa2 927a5a4
Friday, 28 Jan 2022
23:26 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
benchmarks/rubygem-benchmark-ips: Update to 2.9.3

- Add LICENSE_FILE

Changes:	https://github.com/evanphx/benchmark-ips/releases
commit hash: cc4d152d4f18d401bace880ab71ebed59fbfea2d commit hash: cc4d152d4f18d401bace880ab71ebed59fbfea2d commit hash: cc4d152d4f18d401bace880ab71ebed59fbfea2d commit hash: cc4d152d4f18d401bace880ab71ebed59fbfea2d cc4d152
Wednesday, 13 Oct 2021
19:16 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
benchmarks/rubygem-benchmark-ips: Update to 2.9.2

Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
commit hash: c51b5d13ef31c4909327b9c551bc2dfdec888ae2 commit hash: c51b5d13ef31c4909327b9c551bc2dfdec888ae2 commit hash: c51b5d13ef31c4909327b9c551bc2dfdec888ae2 commit hash: c51b5d13ef31c4909327b9c551bc2dfdec888ae2 c51b5d1
Sunday, 30 May 2021
19:52 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
benchmarks/rubygem-benchmark-ips: Update to 2.9.1

Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
		https://github.com/evanphx/benchmark-ips/commits/master
commit hash: 0edf7a4a3ec3afdfce1563bdac4f24a1170e0d52 commit hash: 0edf7a4a3ec3afdfce1563bdac4f24a1170e0d52 commit hash: 0edf7a4a3ec3afdfce1563bdac4f24a1170e0d52 commit hash: 0edf7a4a3ec3afdfce1563bdac4f24a1170e0d52 0edf7a4
Wednesday, 26 May 2021
12:55 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
benchmarks/rubygem-benchmark-ips: Update to 2.9.0

Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
		https://github.com/evanphx/benchmark-ips/commits/master
commit hash: 8d8a9cd648f2a44782ffad122a853aad618c930c commit hash: 8d8a9cd648f2a44782ffad122a853aad618c930c commit hash: 8d8a9cd648f2a44782ffad122a853aad618c930c commit hash: 8d8a9cd648f2a44782ffad122a853aad618c930c 8d8a9cd
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
Thursday, 10 Dec 2020
21:46 sunpoet search for other commits by this committer
Update to 2.8.4

Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
		https://github.com/evanphx/benchmark-ips/commits/master
Original commitRevision:557608 
Sunday, 30 Aug 2020
20:21 sunpoet search for other commits by this committer
Update to 2.8.3

Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
		https://github.com/evanphx/benchmark-ips/commits/master
Original commitRevision:547101 
Tuesday, 19 May 2020
23:31 sunpoet search for other commits by this committer
Update to 2.8.2

Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
Original commitRevision:535915 
Sunday, 3 May 2020
20:50 sunpoet search for other commits by this committer
Update to 2.8.0

Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
		https://github.com/evanphx/benchmark-ips/commits/master
Original commitRevision:533836 
Tuesday, 3 Sep 2019
19:09 sunpoet search for other commits by this committer
Cosmetic change
Original commitRevision:510992 
Saturday, 3 Dec 2016
19:29 sunpoet search for other commits by this committer
- Update to 2.7.2

Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
Original commitRevision:427652 
Wednesday, 27 Apr 2016
21:57 swills search for other commits by this committer
Convert USES=gem:autoplist to USES=gem since autoplist is default
Original commitRevision:414136 
16:36 swills search for other commits by this committer
create USES=gem and update rubygem- ports to use it

Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
Original commitRevision:414118 
Friday, 15 Apr 2016
23:10 sunpoet search for other commits by this committer
- Update to 2.6.1

Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
		https://github.com/evanphx/benchmark-ips/commits/master
Original commitRevision:413387 
Thursday, 14 Apr 2016
16:39 sunpoet search for other commits by this committer
- Update to 2.6.0

Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
		https://github.com/evanphx/benchmark-ips/commits/master
Original commitRevision:413279 
Sunday, 6 Mar 2016
06:24 sunpoet search for other commits by this committer
- Update to 2.5.0

Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
Original commitRevision:410286 
Friday, 24 Jul 2015
08:58 sunpoet search for other commits by this committer
- Update to 2.3.0

Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
Original commitRevision:392780 
Monday, 6 Jul 2015
18:05 sunpoet search for other commits by this committer
- Remove blank line between NO_ARCH and USE_RUBY
Original commitRevision:391473 
Thursday, 2 Jul 2015
16:01 pgollucci search for other commits by this committer
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files

Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
Original commitRevision:391169 
Sunday, 10 May 2015
20:20 sunpoet search for other commits by this committer
- Add rubygem-benchmark-ips 2.2.0

Benchmark.ips provides iterations per second enhancement to Benchmark.

WWW: https://github.com/evanphx/benchmark-ips
RG:  https://rubygems.org/gems/benchmark-ips
Original commitRevision:386024 

Number of commits found: 27