Port details |
- pkl Apple's Open Source Configuration as Code language
- 0.26.0 lang
=2 0.26.0Version of this port present on the latest quarterly branch. - Maintainer: nyan@myuji.xyz
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2024-06-26 18:00:09
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: APACHE20
- WWW:
- https://pkl-lang.org
- Description:
- Pkl - pronounced Pickle - is an embeddable configuration language which
provides rich support for data templating and validation. It can be used from
the command line, integrated in a build pipeline, or embedded in a program.
Pkl scales from small to large, simple to complex, ad-hoc to repetitive
configuration tasks.
¦ ¦ ¦ ¦ ![SVNWeb - no subversion history for this port SVNWeb - no subversion history for this port](/images/subversion-greyed.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/pkl/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/pkl
- pkg install pkl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pkl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1719362009
SHA256 (pkl-0.26.0/jpkl) = dc00252bf14ec13decf869e5061052e4b7300db20f4797d6434cc26aa8bfe77d
SIZE (pkl-0.26.0/jpkl) = 14762791
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk17
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- lang_pkl
- USES:
- java
- 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.26.0 31 Dec 2024 08:57:55
![commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b](/images/git.png) ![commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b](/images/codeberg.svg) ![commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
0.26.0 26 Jun 2024 17:58:26
![commit hash: bbb58d3bb4b5e320f664ad2293d287a21e479a42 commit hash: bbb58d3bb4b5e320f664ad2293d287a21e479a42](/images/git.png) ![commit hash: bbb58d3bb4b5e320f664ad2293d287a21e479a42 commit hash: bbb58d3bb4b5e320f664ad2293d287a21e479a42](/images/codeberg.svg) ![commit hash: bbb58d3bb4b5e320f664ad2293d287a21e479a42 commit hash: bbb58d3bb4b5e320f664ad2293d287a21e479a42](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Li-Wen Hsu (lwhsu) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) Author: Yan Ka Chiu |
Add lang/pkl, Apple's Open Source Configuration as Code language |