CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/02/28 08:32:26
Log message:
import lang/zig, ok abieber@
Zig is a general-purpose programming language and toolchain for
maintaining robust, optimal, and reusable software.
- Robust: behavior is correct even for edge cases such as out of memory.
- Optimal: write programs the best way they can behave and perform.
- Reusable: the same code works in many environments which have different
constraints.
- Maintainable: precisely communicate intent to the compiler and other
programmers. The language imposes a low overhead to reading code and is
resilient to changing requirements and environments.
Status:
Vendor Tag: semarie
Release Tags: semarie_20210228
N ports/lang/zig/Makefile
N ports/lang/zig/distinfo
N ports/lang/zig/files/build.sh
N ports/lang/zig/patches/patch-clang_lib_Driver_ToolChains_OpenBSD_cpp
N ports/lang/zig/patches/patch-lld_ELF_DriverUtils_cpp
N ports/lang/zig/patches/patch-lld_ELF_Driver_cpp
N ports/lang/zig/patches/patch-zig_lib_libcxx_include___config
N ports/lang/zig/patches/patch-zig_lib_libcxx_include___locale
N
ports/lang/zig/patches/patch-zig_lib_libcxx_include_support_newlib_xlocale_h
N ports/lang/zig/pkg/DESCR
N ports/lang/zig/pkg/PLIST
No conflicts created by this import