Port details |
- zls Zig LSP implementation + Zig Language Server
- 0.13.0 devel =2 0.12.0_1Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2021-08-01 01:00:22
- Last Update: 2024-10-03 14:42:29
- Commit Hash: 6eff6ca
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/zigtools/zls
- Description:
- Zig Language Server, or zls, is a language server for Zig. The Zig
wiki states that "The Zig community is decentralized" and "There is no
concept of 'official' or 'unofficial'", so instead of calling zls
unofficial, and I'm going to call it a cool option, one of many.
- ¦ ¦ ¦ ¦
- 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/devel/zls/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/zls
- pkg install zls
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: zls
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1717891507
SHA256 (zig/0.13.0/doc/langref.html.in) = 5d43f599f56a1ee0246958552545d13ee4ddeb7c705c05a432554d5eff6e1902
SIZE (zig/0.13.0/doc/langref.html.in) = 336139
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- zig>=0.13.0 : lang/zig
- Runtime dependencies:
-
- zig : lang/zig
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_zls
- 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.13.0 03 Oct 2024 14:42:29 |
Jan Beich (jbeich) |
devel/zls: update to 0.13.0 after b2b3906286ed
zls-0.12.0/build.zig:496:9: error:
Your Zig version does not meet the minimum build requirement:
required Zig version: 0.12.0
actual Zig version: 0.13.0
PR: 279604
Changes: https://github.com/zigtools/zls/releases/tag/0.13.0
Reported by: GitHub (watch releases) |
0.12.0_1 10 Jun 2024 22:50:49 |
Jan Beich (jbeich) |
lang/zig: update to 0.12.1
Force rebuild consumers due to changes in codegen and std library.
Changes: https://github.com/ziglang/zig/compare/0.12.0...0.12.1
PR: 279608
Approved by: bsd@orsolic.org (maintainer) |
0.12.0 20 May 2024 14:42:45 |
Jan Beich (jbeich) |
devel/zls: update to 0.12.0
Changes: https://github.com/zigtools/zls/releases/tag/0.12.0
Reported by: GitHub (watch releases) |
0.11.0 20 May 2024 14:42:39 |
Jan Beich (jbeich) Author: Pero Oršolić |
lang/zig: update to 0.12.0
Changes: https://ziglang.org/download/0.12.0/release-notes.html
PR: 278570
Differential Revision: https://reviews.freebsd.org/D45024 |
0.11.0 01 Jan 2024 05:37:34 |
Jan Beich (jbeich) |
devel/zls: update to 0.11.0
Changes: https://github.com/zigtools/zls/releases/tag/0.11.0
Reported by: GitHub (watch releases) |
0.10.0_2 01 Jan 2024 05:37:19 |
Jan Beich (jbeich) Author: Nathan Fisher |
lang/zig: update to 0.11.0
Changes: https://ziglang.org/download/0.11.0/release-notes.html
PR: 273124
Approved by: dch (maintainer) |
0.10.0_1 23 Jan 2023 23:51:41 |
Jan Beich (jbeich) |
lang/zig: rebuild consumers after 91552559ae79
Propagate standard library and miscompilation fixes into binary packages. |
0.10.0 12 Jan 2023 06:35:40 |
Jan Beich (jbeich) |
devel/zls: update to 0.10.0
Changes: https://github.com/zigtools/zls/releases/tag/0.10.0
Reported by: GitHub (watch releases) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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.9.0_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.9.0_2 17 May 2022 14:07:51 |
Dave Cottlehuber (dch) |
lang/zig: devel/zls x11-wm/river bump portrevision after update
Approved by: jbeich (maintainer)
Sponsored by: SkunkWerks, GmbH |
0.9.0_1 05 Jan 2022 06:57:18 |
Jan Beich (jbeich) |
devel/zls: respect CPUTYPE instead of host CPU |
0.9.0 05 Jan 2022 06:57:18 |
Jan Beich (jbeich) |
devel/zls: unbreak with non-empty WITH_DEBUG
Cannot run step 'yes' because it does not exist |
0.9.0 04 Jan 2022 09:19:34 |
Dave Cottlehuber (dch) |
devel/zls: revert to lang/zig after 0.9.0 release
Approved by: jbeich
Sponsored by: SkunkWerks, GmbH |
0.9.0 23 Dec 2021 07:32:23 |
Jan Beich (jbeich) |
devel/zls: update to 0.9.0
Changes: https://github.com/zigtools/zls/releases/tag/0.9.0
Reported by: GitHub (watch releases) |
0.2.0 22 Dec 2021 13:44:07 |
Jan Beich (jbeich) |
devel/zls: update to 0.2.0
Changes: https://github.com/zigtools/zls/compare/39d8718...0.2.0
Reported by: GitHub (watch releases) |
0.1.0.226_2 09 Sep 2021 12:55:03 |
Dave Cottlehuber (dch) |
devel/zls: bump PORTREVISION for lang/zig 0.8.1
Approved by: jbeich |
0.1.0.226_1 01 Aug 2021 01:34:48 |
Jan Beich (jbeich) |
devel/zls: respect PREFIX for zls config (system-wide)
/etc/zls.json -> /usr/local/etc/zls.json |
0.1.0.226 01 Aug 2021 00:59:07 |
Jan Beich (jbeich) |
devel/zls: add new port
Zig Language Server, or zls, is a language server for Zig. The Zig
wiki states that "The Zig community is decentralized" and "There is no
concept of 'official' or 'unofficial'", so instead of calling zls
unofficial, and I'm going to call it a cool option, one of many.
https://github.com/zigtools/zls |