| Port details |
- bttf Command-line utility for datetime arithmetic, parsing and formatting
- 0.1.4_2 sysutils
=0 0.1.4_1Version of this port present on the latest quarterly branch. - Maintainer: olgeni@FreeBSD.org
 - Port Added: 2026-06-01 18:45:07
- Last Update: 2026-07-21 06:47:24
- Commit Hash: 9c892d2
- License: MIT UNLICENSE
- WWW:
- https://github.com/BurntSushi/bttf
- Description:
- bttf is a command-line utility for working with dates and times. It exposes
much of the functionality of the Jiff datetime library on the command line,
providing a more intuitive way to format datetimes or do arithmetic than
traditional tools like date(1).
Features include datetime formatting with custom patterns, arithmetic with
durations, time zone conversions, duration calculations, sequence generation
for recurring dates, and a "tag" mode that finds and processes datetimes
embedded in arbitrary data.
bttf deliberately does not aim for POSIX date(1) compatibility, instead
offering a fresh, modern approach.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/bttf/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/bttf
- pkg install bttf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bttf
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1780319459
SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301
SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015
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:
-
- rust>=1.97.0 : lang/rust
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_bttf
- USES:
- cargo
- 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 |
0.1.4_2 21 Jul 2026 06:47:24
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.97.1
PR: 296645 |
0.1.4_1 04 Jun 2026 08:52:51
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.96.0
PR: 295694 |
0.1.4 01 Jun 2026 18:42:48
    |
Jimmy Olgeni (olgeni)  |
sysutils/bttf: New port: Command-line utility for datetime processing
bttf is a command-line utility for working with dates and times. It
exposes much of the functionality of the Jiff datetime library on the
command line, providing a more intuitive way to format datetimes or do
arithmetic than traditional tools like date(1). |