Page MenuHomeFreeBSD

New port: sysutils/gomplate
ClosedPublic

Authored by seanc on May 6 2018, 5:04 PM.
Tags
None
Referenced Files
F146445175: D15327.diff
Mon, Mar 2, 6:17 PM
F146398468: D15327.id42208.diff
Mon, Mar 2, 9:29 AM
F146356493: D15327.diff
Mon, Mar 2, 1:03 AM
Unknown Object (File)
Sun, Feb 1, 11:37 PM
Unknown Object (File)
Jan 30 2026, 9:04 PM
Unknown Object (File)
Jan 19 2026, 11:20 PM
Unknown Object (File)
Jan 19 2026, 11:20 PM
Unknown Object (File)
Dec 24 2025, 2:58 PM
Subscribers
None

Details

Summary

Gomplate is a template-based CLI tool. gomplate supports additional
template datasources such as: JSON, YAML, AWS EC2 metadata, BoltDB,
sockaddr, Hashicorp Consul, and Hashicorp Vault secrets.

Gomplate lets you process templates which also include shell-like
variables. Also there are some useful built-in functions that can be
used to make templates even more expressive.

WWW https://gomplate.hairyhenderson.ca

Test Plan
  1. poudriere testport's clean

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

gomplate/Makefile
27 ↗(On Diff #42208)

Isn't there a missing patch that will replace the actual values in the files with the %%foo%% placeholders.

Remove unnecessary post-patch step.

This revision is now accepted and ready to land.May 11 2018, 8:02 PM
This revision was automatically updated to reflect the committed changes.