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
digdag Workload Automation System
0.10.5.1 sysutils 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 0.10.5Version of this port present on the latest quarterly branch.
Maintainer: ehaupt@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-11-21 18:02:15
Last Update: 2024-02-13 21:11:15
Commit Hash: 65a636f
Also Listed In: java
License: APACHE20
WWW:
https://www.digdag.io/
Description:
Digdag is a simple tool that helps you to build, run, schedule, and monitor complex pipelines of tasks. It handles dependency resolution so that tasks run in series or in parallel. Digdag replaces cron, facilitates IT operations automation, orchestrates data engineering tasks, coordinates machine learning pipelines, and more.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (11 items)
Collapse this list.
  1. /usr/local/share/licenses/digdag-0.10.5.1/catalog.mk
  2. /usr/local/share/licenses/digdag-0.10.5.1/LICENSE
  3. /usr/local/share/licenses/digdag-0.10.5.1/APACHE20
  4. @sample etc/digdag.conf.sample
  5. share/java/classes/digdag/digdag-0.10.5.1.jar
  6. bin/digdag
  7. @owner digdag
  8. @dir /var/run/digdag
  9. @owner
  10. @group
  11. @mode
Collapse this list.
Dependency lines:
  • digdag>0:sysutils/digdag
To install the port:
cd /usr/ports/sysutils/digdag/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/digdag
  • pkg install digdag
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: digdag
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1707856389 SHA256 (digdag-0.10.5.1.jar) = 4d1337d777bd334c2348e07ebc1795283aa50a2fd3b7d720cba5ee33b5486aa8 SIZE (digdag-0.10.5.1.jar) = 90581778

Packages (timestamps in pop-ups are UTC):
digdag
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.10.5.10.10.5.1-0.10.5.10.10.5.1---
FreeBSD:13:quarterly0.10.50.10.50.10.50.10.50.10.5-0.10.50.10.5
FreeBSD:14:latest0.10.5.10.10.5.10.10.4_1-0.10.5.1--0.10.5
FreeBSD:14:quarterly0.10.50.10.5--0.10.5-0.10.50.10.5
FreeBSD:15:latest0.10.5.10.10.5.1n/a-n/a-0.10.50.10.5.1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. java : java/openjdk8
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_digdag
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/ehaupt/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/ehaupt/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/ehaupt/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/ehaupt/
  5. https://github.com/treasure-data/digdag/releases/download/v0.10.5.1/
Collapse this list.

Number of commits found: 26

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.10.5.1
13 Feb 2024 21:11:15
commit hash: 65a636fdbe98c3341c7094c3c455fed0281ab5edcommit hash: 65a636fdbe98c3341c7094c3c455fed0281ab5edcommit hash: 65a636fdbe98c3341c7094c3c455fed0281ab5edcommit hash: 65a636fdbe98c3341c7094c3c455fed0281ab5ed files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
sysutils/digdag: Update to 0.10.5.1
0.10.5
04 Apr 2023 18:10:53
commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Refactor java/openjdk7 removal

- java/openjdk7* has been removed from the tree since 2022-09-03 however
  the relevant codebases in bsd.java.mk has not been removed and the
  consumers has also not been updated to use the next jdk version. This
  commit updates all relevant consumers to use JAVA_VERSION=8 instead of
  JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
  jdk version 8(java version string 1.8). This is prone to error as it
  looks similar and is only seperated by a '.'. Remove using
  JAVA_VERSION with dotted fomat of java version string and update all
  consumers to utilize version 8 instead of 1.8.

Approved by:	portmgr (blanket)
0.10.5
14 Feb 2023 15:00:37
commit hash: 191ffa25ac03a78e383a12c7c02bea6387b22b29commit hash: 191ffa25ac03a78e383a12c7c02bea6387b22b29commit hash: 191ffa25ac03a78e383a12c7c02bea6387b22b29commit hash: 191ffa25ac03a78e383a12c7c02bea6387b22b29 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
sysutils/digdag: Update to 0.10.5
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
0.10.4_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.10.4_1
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.10.4_1
19 Jan 2022 22:19:04
commit hash: edc99c24c3c089289441f281c36e12861c437abccommit hash: edc99c24c3c089289441f281c36e12861c437abccommit hash: edc99c24c3c089289441f281c36e12861c437abccommit hash: edc99c24c3c089289441f281c36e12861c437abc files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
sysutils/digdag: Improve startup script

Improve startup script to provide a better user experience. The default
configuration provides a typical minimal ready-to-go setup.

While here pacify portclippy and portfmt.
0.10.4
19 Jan 2022 19:44:59
commit hash: bae4187229ce807c979757853b5d57b97d3afe34commit hash: bae4187229ce807c979757853b5d57b97d3afe34commit hash: bae4187229ce807c979757853b5d57b97d3afe34commit hash: bae4187229ce807c979757853b5d57b97d3afe34 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
sysutils/digdag: Update to 0.10.4
0.10.3
28 Sep 2021 05:34:16
commit hash: 7f8810d6864e141b37c5548cd3ff0f814fc08dcacommit hash: 7f8810d6864e141b37c5548cd3ff0f814fc08dcacommit hash: 7f8810d6864e141b37c5548cd3ff0f814fc08dcacommit hash: 7f8810d6864e141b37c5548cd3ff0f814fc08dca files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
sysutils/digdag: Update to 0.10.3
0.10.2
13 Aug 2021 12:40:53
commit hash: 29291b70dbb672147e565c7b62057490f80b198acommit hash: 29291b70dbb672147e565c7b62057490f80b198acommit hash: 29291b70dbb672147e565c7b62057490f80b198acommit hash: 29291b70dbb672147e565c7b62057490f80b198a files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
sysutils/digdag: Update to 0.10.2
0.10.1
04 Jun 2021 22:40:59
commit hash: 84451ae49baced20755782a1366c86fef99d9861commit hash: 84451ae49baced20755782a1366c86fef99d9861commit hash: 84451ae49baced20755782a1366c86fef99d9861commit hash: 84451ae49baced20755782a1366c86fef99d9861 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
sysutils/digdag: Update to 0.10.1
0.10.0
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
0.10.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.10.0
30 Jan 2021 09:26:14
Revision:563283Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 0.10.0

Changelog:	http://docs.digdag.io/releases/release-0.10.0.html
0.9.42
01 Jul 2020 10:10:21
Revision:540947Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 0.9.42
0.9.41
17 Jan 2020 06:15:33
Revision:523276Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 0.9.41
0.9.40
11 Dec 2019 14:43:38
Revision:519808Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 0.9.40
0.9.39
30 Aug 2019 07:37:26
Revision:510252Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 0.9.39
0.9.37
03 Jun 2019 21:08:43
Revision:503424Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 0.9.37
0.9.36
16 Apr 2019 16:08:18
Revision:499098Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 0.9.36
0.9.35
12 Mar 2019 15:56:33
Revision:495464Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 0.9.35
0.9.34
28 Feb 2019 19:05:12
Revision:494179Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 0.9.34
0.9.33_1
18 Feb 2019 21:52:29
Revision:493327Original commit files touched by this commit
ehaupt search for other commits by this committer
- Provide a startup script
- Provide a sample config
0.9.33
12 Feb 2019 09:59:40
Revision:492768Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 0.9.33
0.9.32
31 Jan 2019 15:27:24
Revision:491736Original commit files touched by this commit
ehaupt search for other commits by this committer
- Update to 0.9.32
- Add an additional mirror
0.9.31
21 Nov 2018 18:01:57
Revision:485529Original commit files touched by this commit
ehaupt search for other commits by this committer
Add digdag 0.9.31, workload Automation System.

Number of commits found: 26