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
non port: databases/R-cran-cachem/Makefile

Number of commits found: 13

Saturday, 25 May 2024
19:37 Zsolt Udvari (uzsolt) search for other commits by this committer
databases/R-cran-cachem: update to 1.1.0

Requires now R-cran-fastmap >= 1.2.0.

Changelog: https://cran.r-project.org/web/packages/cachem/news/news.html

Approved by:	bofh (implicit), diizzy (implicit)
commit hash: 59644e0ce7ff832b1fcd4a892862120f4d7f839b commit hash: 59644e0ce7ff832b1fcd4a892862120f4d7f839b commit hash: 59644e0ce7ff832b1fcd4a892862120f4d7f839b commit hash: 59644e0ce7ff832b1fcd4a892862120f4d7f839b 59644e0
Tuesday, 30 Jan 2024
08:05 Zsolt Udvari (uzsolt) search for other commits by this committer
multiple_ports: Update MAINTAINER

Change uzsolt@uzsolt.hu to uzsolt@FreeBSD.org on all relevant ports:
audio/musicpc
converters/R-cran-jsonlite
databases/R-cran-cachem
databases/R-cran-fastmap
databases/adminer
deskutils/fet
devel/R-cran-cli
devel/R-cran-fansi
devel/R-cran-later
devel/R-cran-purrr
devel/R-cran-vctrs
devel/lua-sysctl
ftp/R-cran-curl
graphics/R-cran-colorspace
graphics/R-cran-ggrepel
graphics/R-cran-magick
graphics/diff-pdf
graphics/mupdf
graphics/timg
graphics/zathura-pdf-mupdf
mail/squirrelmail-translations
mail/squirrelmail
math/R-cran-gtable
math/R-cran-isoband
math/geogebra
misc/R-cran-xfun
misc/histring
print/R-cran-knitr
security/R-cran-digest
sysutils/hcloud
sysutils/py-rdiff-backup
textproc/R-cran-highr
textproc/R-cran-htmltools
textproc/R-cran-stringi
textproc/R-cran-stringr
textproc/R-cran-utf8
textproc/R-cran-yaml
textproc/urlview
www/kohana
x11-wm/herbstluftwm
x11/bemenu
x11/dzen2
x11/stalonetray

Approved by:	bofh (mentor), diizzy (mentor)
Differential Revision:	https://reviews.freebsd.org/D43614
commit hash: e44adb99487a7b492bed3c6c785fa46cfea26aaf commit hash: e44adb99487a7b492bed3c6c785fa46cfea26aaf commit hash: e44adb99487a7b492bed3c6c785fa46cfea26aaf commit hash: e44adb99487a7b492bed3c6c785fa46cfea26aaf e44adb9
Thursday, 1 Jun 2023
10:55 Wen Heping (wen) search for other commits by this committer
*/*: Pass maintainership to submitter

PR:		271317
Reported by:	uzsolt@uzsolt.hu
commit hash: 0b7540258b2a3621aaa4b1d8fcfedfea7f23e553 commit hash: 0b7540258b2a3621aaa4b1d8fcfedfea7f23e553 commit hash: 0b7540258b2a3621aaa4b1d8fcfedfea7f23e553 commit hash: 0b7540258b2a3621aaa4b1d8fcfedfea7f23e553 0b75402
Saturday, 6 May 2023
00:22 TAKATSU Tomonari (tota) search for other commits by this committer
databases/R-cran-cachem: Update to 1.0.8

- Update to 1.0.8
- Drop maintainership
commit hash: d180e00f73d2f5b19d77523aad93d8632c1bfa83 commit hash: d180e00f73d2f5b19d77523aad93d8632c1bfa83 commit hash: d180e00f73d2f5b19d77523aad93d8632c1bfa83 commit hash: d180e00f73d2f5b19d77523aad93d8632c1bfa83 d180e00
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
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
Saturday, 21 Aug 2021
07:21 TAKATSU Tomonari (tota) search for other commits by this committer
databases/R-cran-cachem: Update to 1.0.6
commit hash: 04e52e03f95d933d00c44fdad8e72db3409026fc commit hash: 04e52e03f95d933d00c44fdad8e72db3409026fc commit hash: 04e52e03f95d933d00c44fdad8e72db3409026fc commit hash: 04e52e03f95d933d00c44fdad8e72db3409026fc 04e52e0
Sunday, 16 May 2021
10:41 TAKATSU Tomonari (tota) search for other commits by this committer
databases/R-cran-cachem: Update to 1.0.5
commit hash: 4b77260bbfb57d95c05aec29efd0046cb99aed08 commit hash: 4b77260bbfb57d95c05aec29efd0046cb99aed08 commit hash: 4b77260bbfb57d95c05aec29efd0046cb99aed08 commit hash: 4b77260bbfb57d95c05aec29efd0046cb99aed08 4b77260
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
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, 15 Feb 2021
11:53 tota search for other commits by this committer
- Update to 1.0.4
Original commitRevision:565302 
Friday, 5 Feb 2021
16:02 tota search for other commits by this committer
- Update to 1.0.3
Original commitRevision:564125 
Saturday, 30 Jan 2021
23:18 tota search for other commits by this committer
- Add new port: databases/R-cran-cachem

  Key-value stores with automatic pruning. Caches can limit either
  their total size or the age of the oldest object (or both),
  automatically pruning objects to maintain the constraints.

  WWW: https://cran.r-project.org/web/packages/cachem/
Original commitRevision:563438 

Number of commits found: 13