Subject: CVS commit: pkgsrc/lang/pnut
From: Amitai Schleier
Date: 2024-07-24 13:48:59
Message id: 20240724114859.49008FC74@cvs.NetBSD.org

Log Message:
Add pnut: C compiler written in POSIX shell and generating POSIX shell scripts

Pnut compiles a reasonably large subset of C99 to human-readable POSIX
shell scripts. It can be used to generate portable shell scripts without
having to write shell.

Its main uses are:

- As a transpiler to write portable shell scripts in C
- As a way to bootstrap a compiler written in C with an executable
  version that is still human readable

Main features:

- No new language to learn -- C code in, shell code out
- The human-readable shell script is easy to read and understand.
- A runtime library including file I/O and dynamic memory allocations
- A preprocessor
- Integrates easily with existing shell scripts

Files:
RevisionActionfile
1.1addpkgsrc/lang/pnut/DESCR
1.1addpkgsrc/lang/pnut/Makefile
1.1addpkgsrc/lang/pnut/PLIST
1.1addpkgsrc/lang/pnut/distinfo
1.1addpkgsrc/lang/pnut/patches/patch-Makefile