Port details |
- R-cran-fastmap Fast Implementation of a Key-Value Store
- 1.1.0 databases
=0 Version of this port present on the latest quarterly branch. - Maintainer: tota@FreeBSD.org
 - Port Added: 2019-10-11 10:45:48
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- License: MIT
- 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++.
¦ ¦ ¦ ¦ 
- 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 = 1611895485
SHA256 (fastmap_1.1.0.tar.gz) = 9113e526b4c096302cfeae660a06de2c4c82ae4e2d3d6ef53af6de812d4c822b
SIZE (fastmap_1.1.0.tar.gz) = 44277
- 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
- gfortran12 : lang/gcc12
- as : devel/binutils
- Runtime dependencies:
-
- R : math/R
- gfortran12 : lang/gcc12
- This port is required by:
- for Build
-
- databases/R-cran-cachem
- textproc/R-cran-htmltools
- www/R-cran-shiny
- for Run
-
- databases/R-cran-cachem
- textproc/R-cran-htmltools
- www/R-cran-shiny
- Configuration Options:
- No options to configure
- Options name:
- databases_R-cran-fastmap
- USES:
- cran:auto-plist,compiles
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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/ |
Number of commits found: 7
|