diff options
author | nikita <nikita@pkgsrc.org> | 2022-12-14 19:10:45 +0000 |
---|---|---|
committer | nikita <nikita@pkgsrc.org> | 2022-12-14 19:10:45 +0000 |
commit | b1d5bf64a49fb932d372e8fc1033bc511dcbd03f (patch) | |
tree | b8eb75558d00abd2d82d403050ec202691946338 /shells/Makefile | |
parent | c573f3b733d9e5e5c68acd8abf09eeeefcc91f94 (diff) | |
download | pkgsrc-b1d5bf64a49fb932d372e8fc1033bc511dcbd03f.tar.gz |
shells/es-shell: Import version 0.9.2
Es is an extensible shell. The language was derived from the Plan 9
shell, rc, and was influenced by functional programming languages, such as
Scheme, and the Tcl embeddable programming language. This implementation is
derived from Byron Rakitzis's public domain implementation of rc, and was
written by Paul Haahr and Byron Rakitzis.
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/Makefile b/shells/Makefile index adcea01d1ef..baccdda4cb3 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2022/11/05 16:41:32 pin Exp $ +# $NetBSD: Makefile,v 1.70 2022/12/14 19:10:45 nikita Exp $ # COMMENT= Shells @@ -14,6 +14,7 @@ SUBDIR+= dash SUBDIR+= eltclsh SUBDIR+= elvish SUBDIR+= es +SUBDIR+= es-shell SUBDIR+= esh SUBDIR+= etsh SUBDIR+= fish |