Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1_11 14 Feb 2025 03:17:22
    |
Dima Panov (fluffy)  |
devel/boost: bump consumers after Boost-1.87 update
Sponsored by: Future Crew, LLC |
0.1_10 20 Nov 2024 10:05:25
    |
Dima Panov (fluffy)  |
devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by: Future Crew, LLC |
0.1_9 03 Oct 2024 10:25:14
    |
Dima Panov (fluffy)  |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
0.1_8 13 Feb 2024 14:44:22
    |
Dima Panov (fluffy)  |
devel/boost: bump consumers after library update |
0.1_7 27 Sep 2023 14:36:30
    |
Dima Panov (fluffy)  |
devel/boost*: bump all consumers after 1.83.0 |
0.1_6 27 Apr 2023 18:25:55
    |
Dima Panov (fluffy)  |
*/*: bump all direct Boost cunsumers |
0.1_5 16 Jan 2023 19:32:07
    |
Dima Panov (fluffy)  |
*/*: bump libboost*.so libraries consumert after Boost upgrade |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
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) |
0.1_4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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.
(Only the first 15 lines of the commit message are shown above ) |
0.1_4 12 Aug 2022 14:46:53
    |
Dima Panov (fluffy)  |
*/*: bump all consumers after recent boost upgrade |
0.1_3 22 May 2022 20:17:16
    |
Dima Panov (fluffy)  |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
0.1_2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.1_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.1_2 11 Dec 2019 17:53:49
  |
jbeich  |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
0.1_1 19 Sep 2019 19:40:37
  |
pkubaj  |
sysutils/frand: fix build on GCC architectures
Use C++11 compiler:
/wrkdirs/usr/ports/sysutils/frand/work/frand-0.1/main.cpp:7: error: ISO C++
forbids declaration of 'sample_sets_count' with no type
Approved by: mentors (implicit approval) |
0.1_1 31 Aug 2019 20:07:46
  |
tobik  |
sysutils/frand: Canonicalize USE_GITHUB usage
Make use of GH_TUPLE, avoid implementation details, and turn this
into a form that everybody understands. |
0.1_1 19 Aug 2019 15:35:28
  |
jbeich  |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
0.1 19 Aug 2019 12:17:44
  |
mat  |
Some @comment $FreeBSD$ always creep back, for some reason.
Pointy hat: pi rodrigo |
0.1 18 Aug 2019 10:34:07
  |
rodrigo  |
Add new port sysutils/frand
frand is a command line tool who returns
a random file from a given directory using
the reservoir sampling algorithm.
With reservoir sampling algorithm, directory
contents doesn't need to be read in memory
then sorted and so will perform much better
than find+sort for directories with a large
amount of files.
PR: 239467
Submitted by: serpent7776@gmail.com |