Port details |
- R-cran-fastmap Fast Implementation of a Key-Value Store
- 1.2.0 databases
=2 1.2.0Version of this port present on the latest quarterly branch. - Maintainer: uzsolt@FreeBSD.org
 - Port Added: 2019-10-11 10:45:48
- Last Update: 2024-05-25 18:40:28
- Commit Hash: 6ca6478
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://cran.r-project.org/web/packages/fastmap/
- Description:
- Fast implementation of a key-value store. Environments are commonly
used as key-value stores, but every time a new key is used, it is
added to R's global symbol table, causing a small amount of memory
leakage. This can be problematic in cases where many different keys
are used. Fastmap avoids this memory leak issue by implementing the
map using data structures in C++.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-fastmap>0:databases/R-cran-fastmap
- To install the port:
- cd /usr/ports/databases/R-cran-fastmap/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/R-cran-fastmap
- pkg install R-cran-fastmap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-fastmap
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1716661008
SHA256 (fastmap_1.2.0.tar.gz) = b1da04a2915d1d057f3c2525e295ef15016a64e6667eac83a14641bbd83b9246
SIZE (fastmap_1.2.0.tar.gz) = 46710
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- R : math/R
- gfortran13 : lang/gcc13
- as : devel/binutils
- Runtime dependencies:
-
- R : math/R
- gfortran13 : lang/gcc13
- This port is required by:
- for Build
-
- databases/R-cran-cachem
- textproc/R-cran-htmltools
- for Run
-
- databases/R-cran-cachem
- devel/R-cran-promises
- textproc/R-cran-htmltools
- www/R-cran-bslib
- www/R-cran-shiny
Configuration Options:
- No options to configure
- Options name:
- databases_R-cran-fastmap
- USES:
- compiler:c++17-lang cran:auto-plist,compiles
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.0 25 May 2024 18:40:28
    |
Zsolt Udvari (uzsolt)  |
databases/R-cran-fastmap: update to 1.2.0
Add compiler:c++17-lang to USES.
Changelog: https://cran.r-project.org/web/packages/fastmap/news/news.html
Approved by: bofh (implicit), diizzy (implicit) |
1.1.1 30 Jan 2024 08:05:56
    |
Zsolt Udvari (uzsolt)  |
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 (Only the first 15 lines of the commit message are shown above ) |
1.1.1 01 Jun 2023 10:55:30
    |
Wen Heping (wen)  |
*/*: Pass maintainership to submitter
PR: 271317
Reported by: uzsolt@uzsolt.hu |
1.1.1 03 May 2023 09:04:07
    |
TAKATSU Tomonari (tota)  |
databases/R-cran-fastmap: Update to 1.1.1
- Update to 1.1.1
- Drop maintainership |
1.1.0_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
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) |
1.1.0 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 ) |
1.1.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1.0 30 Jan 2021 02:20:42
  |
tota  |
- Update to 1.1.0 |
1.0.1_1 05 May 2020 16:07:54
  |
jrm  |
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 |
1.0.1 11 Oct 2019 10:45:43
  |
tota  |
- Add new port: databases/R-cran-fastmap
Fast implementation of a key-value store. Environments are commonly
used as key-value stores, but every time a new key is used, it is
added to R's global symbol table, causing a small amount of memory
leakage. This can be problematic in cases where many different keys
are used. Fastmap avoids this memory leak issue by implementing the
map using data structures in C++.
WWW: https://cran.r-project.org/web/packages/fastmap/ |