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
Port details
retry Retry a command until the command succeeds
1.0.5_1 misc on this many watch lists=2 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 1.0.5_1Version of this port present on the latest quarterly branch.
Maintainer: jon@zikomo.xyz search for ports maintained by this maintainer
Port Added: 2023-09-15 13:54:07
Last Update: 2024-02-24 20:43:16
Commit Hash: b91f242
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: APACHE20
WWW:
https://github.com/minfrin/retry
Description:
Retry captures stdin into memory as the data is passed to the repeated command, and this captured stdin is then replayed should the command be repeated. This makes it possible to embed the retry tool into shell pipelines. Retry captures stdout into memory, and if the command was successful stdout is passed on to stdout as normal, while if the command was repeated stdout is passed to stderr instead. This ensures that output is passed to stdout once and once only.
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 (5 items)
Collapse this list.
  1. bin/retry
  2. share/man/man1/retry.1.gz
  3. /usr/local/share/licenses/retry-1.0.5_1/catalog.mk
  4. /usr/local/share/licenses/retry-1.0.5_1/LICENSE
  5. /usr/local/share/licenses/retry-1.0.5_1/APACHE20
Collapse this list.
Dependency lines:
  • retry>0:misc/retry
To install the port:
cd /usr/ports/misc/retry/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/retry
  • pkg install retry
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: retry
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1694647018 SHA256 (retry-1.0.5.tar.bz2) = 68e241d10f0e2d784a165634bb2eb12b7baf0a9fd9d27c4d54315382597d892e SIZE (retry-1.0.5.tar.bz2) = 260264

Packages (timestamps in pop-ups are UTC):
retry
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.5_11.0.5_1-1.0.5_11.0.5_1---
FreeBSD:13:quarterly1.0.5_11.0.5_1-1.0.5_11.0.5_11.0.51.0.51.0.5
FreeBSD:14:latest1.0.5_11.0.5_1-1.0.5_11.0.5_1---
FreeBSD:14:quarterly1.0.5_11.0.5_1-1.0.5_11.0.5_11.0.51.0.51.0.5
FreeBSD:15:latest1.0.5_11.0.5_1n/a1.0.5_1n/a1.0.51.0.51.0.5
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
misc_retry
USES:
tar:bzip2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/minfrin/retry/releases/download/retry-1.0.5/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.5_1
24 Feb 2024 20:43:16
commit hash: b91f242faffb94525a4fb75d9310b1711ad338b9commit hash: b91f242faffb94525a4fb75d9310b1711ad338b9commit hash: b91f242faffb94525a4fb75d9310b1711ad338b9commit hash: b91f242faffb94525a4fb75d9310b1711ad338b9 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
misc/retry: Moved man to share/man

Approved by:    portmgr (blanket)
1.0.5
15 Sep 2023 13:51:25
commit hash: c046a1681579b4ff0dd479c2313bd73c0238967ccommit hash: c046a1681579b4ff0dd479c2313bd73c0238967ccommit hash: c046a1681579b4ff0dd479c2313bd73c0238967ccommit hash: c046a1681579b4ff0dd479c2313bd73c0238967c files touched by this commit
Joel Bodenmann (jbo) search for other commits by this committer
Author: Jon Stuart
misc/retry: Add new port

A utility to retry a command until the command succeeds.

PR: 			273730
Approved by:		zirias (mentor)
Reviewed by:		diizzy
Differential Revision:	https://reviews.freebsd.org/D41862

Number of commits found: 2