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) combination for a given watch list. This is what FreshPorts will look for.

Port details
R-cran-mockr Mocking in R
0.2.1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: einar@isnic.is search for ports maintained by this maintainer
Port Added: 2024-04-06 14:54:23
Last Update: 2024-04-06 14:42:37
Commit Hash: 7a08708
License: GPLv3
WWW:
https://krlmlr.github.io/mockr/
Description:
Provides a means to mock a package function, i.e., temporarily substitute it for testing. Designed as a drop-in replacement for the now deprecated 'testthat::with_mock()' and 'testthat::local_mock()'.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/R-cran-mockr-0.2.1/catalog.mk
  2. /usr/local/share/licenses/R-cran-mockr-0.2.1/LICENSE
  3. /usr/local/share/licenses/R-cran-mockr-0.2.1/GPLv3
Collapse this list.
Dependency lines:
  • R-cran-mockr>0:devel/R-cran-mockr
To install the port:
cd /usr/ports/devel/R-cran-mockr/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/R-cran-mockr
  • pkg install R-cran-mockr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: R-cran-mockr
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1708759171 SHA256 (mockr_0.2.1.tar.gz) = 23ef5941eeed6a20b7670e78ef54a406ecd1eb9b57da2d4ca92ae03696f27a58 SIZE (mockr_0.2.1.tar.gz) = 20956

Packages (timestamps in pop-ups are UTC):
R-cran-mockr
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.2.10.2.1-0.2.10.2.1---
FreeBSD:13:quarterly0.2.10.2.1-0.2.10.2.1---
FreeBSD:14:latest0.2.10.2.1-0.2.10.2.1---
FreeBSD:14:quarterly0.2.10.2.1-0.2.10.2.1---
FreeBSD:15:latest0.2.10.2.1n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. R-cran-rlang>0 : devel/R-cran-rlang
  2. R-cran-withr>0 : devel/R-cran-withr
  3. R : math/R
Test dependencies:
  1. R-cran-testthat>0 : devel/R-cran-testthat
Runtime dependencies:
  1. R-cran-rlang>0 : devel/R-cran-rlang
  2. R-cran-withr>0 : devel/R-cran-withr
  3. R : math/R
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_R-cran-mockr
USES:
cran:auto-plist
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (16 items)
Collapse this list.
  1. http://cran.utstat.utoronto.ca/src/contrib/
  2. http://cran.utstat.utoronto.ca/src/contrib/Archive/mockr/
  3. https://cloud.r-project.org/src/contrib/
  4. https://cloud.r-project.org/src/contrib/Archive/mockr/
  5. https://cran.csiro.au/src/contrib/
  6. https://cran.csiro.au/src/contrib/Archive/mockr/
  7. https://cran.ism.ac.jp/src/contrib/
  8. https://cran.ism.ac.jp/src/contrib/Archive/mockr/
  9. https://cran.ma.imperial.ac.uk/src/contrib/
  10. https://cran.ma.imperial.ac.uk/src/contrib/Archive/mockr/
  11. https://mirror.las.iastate.edu/CRAN/src/contrib/
  12. https://mirror.las.iastate.edu/CRAN/src/contrib/Archive/mockr/
  13. https://mirrors.tuna.tsinghua.edu.cn/CRAN/src/contrib/
  14. https://mirrors.tuna.tsinghua.edu.cn/CRAN/src/contrib/Archive/mockr/
  15. https://stat.ethz.ch/CRAN/src/contrib/
  16. https://stat.ethz.ch/CRAN/src/contrib/Archive/mockr/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2.1
06 Apr 2024 14:42:37
commit hash: 7a0870824158bb1c47bd4ae12411c2261fe9bf3ccommit hash: 7a0870824158bb1c47bd4ae12411c2261fe9bf3ccommit hash: 7a0870824158bb1c47bd4ae12411c2261fe9bf3ccommit hash: 7a0870824158bb1c47bd4ae12411c2261fe9bf3c files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Einar Bjarni Halldórsson
devel/R-cran-mockr: New port: Mocking in R

- Submitter becomes maintainer

Provides a means to mock a package function, i.e., temporarily substitute
it for testing.
Designed as a drop-in replacement for the now deprecated
'testthat::with_mock()' and 'testthat::local_mock()'.

WWW: https://krlmlr.github.io/mockr/

Differential Revision:	https://reviews.freebsd.org/D43735

Number of commits found: 1