Path to this page:
./
devel/task,
Task-runner / simpler Make alternative written in Go
Branch: CURRENT,
Version: 3.41.0,
Package name: task-3.41.0,
Maintainer: iquiwTask is a task runner / build tool that aims to be simpler and easier to
use than, for example, GNU Make.
Master sites:
Filesize: 513.274 KB
Version history: (Expand)
- (2025-01-19) Updated to version: task-3.41.0
- (2024-12-08) Updated to version: task-3.40.1
- (2024-11-10) Package added to pkgsrc.se, version task-3.40.0 (created)
CVS history: (Expand)
2025-01-19 08:58:49 by Iku Iwasa | Files touched by this commit (3) | |
Log message:
devel/task: update to 3.41.0
* Fixed: an issue where dynamic variables were not properly logged in
verbose mode.
* Support: silent for defer statements.
* Added: an option to exclude some tasks from being included.
* Fixed: an issue where a required variable was incorrectly handled in a
template function.
* Expose: a new TASK_DIR special variable, which will contain the absolute
path of task directory..
* Fixed: fatal bugs that caused concurrent map writes).
* Refactored: internal ordered map implementation to use
github.com/elliotchance/orderedmap.
* Fixed: a bug where variables defined at the task level were being ignored
in the requires section.
* The: CHECKSUM and TIMESTAMP variables are now accessible within cmds.
* Updated: installation docs and added pip installation method.
* Fixed: a bug where dynamic variables could not access environment
variables.
* Disable: version check for use as an external library.
|
2024-12-08 09:26:13 by Iku Iwasa | Files touched by this commit (3) | |
Log message:
devel/task: update to 3.40.1
* Fixed a security issue in git-urls by switching to the maintained fork
chainguard-dev/git-urls.
* Added missing platforms property to cmds that use for.
* Added misspell linter to check for misspelled English words.
|
2024-11-10 06:12:29 by Iku Iwasa | Files touched by this commit (5) |
Log message:
devel/task: import task version 3.40.0
Task is a task runner / build tool that aims to be simpler and easier to
use than, for example, GNU Make.
|