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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
auto-tempo Manage Jira Tempo Timesheets worklogs from a text file
g20250902 miscnew! 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: slw@zxy.spb.ru search for ports maintained by this maintainer
Port Added: 2026-07-03 04:27:03
Last Update: 2026-07-03 04:25:29
Commit Hash: 674c4d4
Also Listed In: python
License: APACHE20
WWW:
https://github.com/atteo/Auto-Tempo
Description:
AutoTempo manages Jira worklogs through the Tempo Timesheets REST API using a simple, version-controllable text file. It can generate a monthly worklog template pre-populated with working days, expand keyword shortcuts and recurring entries defined in config.toml, validate daily totals, and apply worklogs idempotently to Jira. A helper can draft worklogs from local git commit history. Targets Tempo Timesheets on Jira Server/Data Center; authentication uses a Jira personal access token. The tool is run from a directory containing a config.toml file.
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
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}auto-tempo>0:misc/auto-tempo@${PY_FLAVOR}
To install the port:
cd /usr/ports/misc/auto-tempo/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/auto-tempo
  • pkg install py312-auto-tempo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py312-auto-tempo listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py312-auto-tempo
Package flavors (<flavor>: <package>)
  • py312: py312-auto-tempo
distinfo:
TIMESTAMP = 1782911686 SHA256 (atteo-Auto-Tempo-g20250902-0eb4159_GH0.tar.gz) = afa9c97cb130a299fd485b164d74ed7643b206c8f79307d1f3ea9b9f697818ea SIZE (atteo-Auto-Tempo-g20250902-0eb4159_GH0.tar.gz) = 9111

Packages (timestamps in pop-ups are UTC):
py312-auto-tempo
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latestg20250902g20250902--g20250902---
FreeBSD:14:quarterlyg20250902g20250902--g20250902---
FreeBSD:15:latestg20250902g20250902n/a-n/an/a--
FreeBSD:15:quarterlyg20250902g20250902n/a-n/an/a--
FreeBSD:16:latestg20250902g20250902n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. python3.12 : lang/python312
Test dependencies:
  1. python3.12 : lang/python312
Runtime dependencies:
  1. py312-requests>0 : www/py-requests@py312
  2. py312-toml>0 : textproc/py-toml@py312
  3. git : devel/git
  4. python3.12 : lang/python312
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
misc_auto-tempo
USES:
python shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/atteo/Auto-Tempo/tar.gz/0eb4159?dummy=/
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
g20250902
03 Jul 2026 04:25:29
commit hash: 674c4d4fee24a7dbaaa18142874a3e1d76c40949commit hash: 674c4d4fee24a7dbaaa18142874a3e1d76c40949commit hash: 674c4d4fee24a7dbaaa18142874a3e1d76c40949commit hash: 674c4d4fee24a7dbaaa18142874a3e1d76c40949 files touched by this commit
Eugene Grosbein (eugen) search for other commits by this committer
Author: Vyacheslav Olkhovchenkov
misc/auto-tempo: Manage Jira Tempo Timesheets worklogs from a text file

AutoTempo manages Jira worklogs through the Tempo Timesheets REST API
using a simple, version-controllable text file.
It can generate a monthly worklog template pre-populated
with working days, expand keyword shortcuts and recurring entries
defined in config.toml, validate daily totals, and apply worklogs
idempotently to Jira. A helper can draft worklogs from local
git commit history.

Targets Tempo Timesheets on Jira Server/Data Center;
authentication uses a Jira personal access token.
The tool is run from a directory containing a config.toml file.

PR:		296427

Number of commits found: 1