Wed Dec 14 19:10:45 2022 UTC ()
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.


(nikita)
diff -r1.69 -r1.70 pkgsrc/shells/Makefile
diff -r0 -r1.1 pkgsrc/shells/es-shell/DESCR
diff -r0 -r1.1 pkgsrc/shells/es-shell/Makefile
diff -r0 -r1.1 pkgsrc/shells/es-shell/PLIST
diff -r0 -r1.1 pkgsrc/shells/es-shell/distinfo

cvs diff -r1.69 -r1.70 pkgsrc/shells/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/Makefile 2022/11/05 16:41:32 1.69
+++ pkgsrc/shells/Makefile 2022/12/14 19:10:45 1.70
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1# $NetBSD: Makefile,v 1.69 2022/11/05 16:41:32 pin Exp $ 1# $NetBSD: Makefile,v 1.70 2022/12/14 19:10:45 nikita Exp $
2# 2#
3 3
4COMMENT= Shells 4COMMENT= Shells
5 5
6SUBDIR+= ast-ksh 6SUBDIR+= ast-ksh
7SUBDIR+= autojump 7SUBDIR+= autojump
8SUBDIR+= bash 8SUBDIR+= bash
9SUBDIR+= bash-completion 9SUBDIR+= bash-completion
10SUBDIR+= bash2 10SUBDIR+= bash2
11SUBDIR+= bash2-doc 11SUBDIR+= bash2-doc
12SUBDIR+= bosh 12SUBDIR+= bosh
13SUBDIR+= dash 13SUBDIR+= dash
14SUBDIR+= eltclsh 14SUBDIR+= eltclsh
15SUBDIR+= elvish 15SUBDIR+= elvish
16SUBDIR+= es 16SUBDIR+= es
 17SUBDIR+= es-shell
17SUBDIR+= esh 18SUBDIR+= esh
18SUBDIR+= etsh 19SUBDIR+= etsh
19SUBDIR+= fish 20SUBDIR+= fish
20SUBDIR+= git-sh 21SUBDIR+= git-sh
21SUBDIR+= guile-gash 22SUBDIR+= guile-gash
22SUBDIR+= heirloom-sh 23SUBDIR+= heirloom-sh
23SUBDIR+= ksh93 24SUBDIR+= ksh93
24SUBDIR+= lshell 25SUBDIR+= lshell
25SUBDIR+= mksh 26SUBDIR+= mksh
26SUBDIR+= nologinmsg 27SUBDIR+= nologinmsg
27SUBDIR+= nushell 28SUBDIR+= nushell
28SUBDIR+= oksh 29SUBDIR+= oksh
29SUBDIR+= osh 30SUBDIR+= osh

File Added: pkgsrc/shells/es-shell/DESCR
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.

File Added: pkgsrc/shells/es-shell/Makefile
# $NetBSD: Makefile,v 1.1 2022/12/14 19:10:45 nikita Exp $

DISTNAME=	es-0.9.2
CATEGORIES=	shells
MASTER_SITES=	${MASTER_SITE_GITHUB:=wryun/}
GITHUB_PROJECT=	es-shell
GITHUB_RELEASE=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://wryun.github.io/es-shell/
COMMENT=	Resurection of es shell
LICENSE=	public-domain

WRKSRC=		${WRKDIR}
USE_LANGUAGES=	c
GNU_CONFIGURE=	yes
BUILD_TARGET=	es
CONFIGURE_ENV=	es_cv_abused_getenv=no

# INSTALL says this can be build with editline or readline,
# configure does not seem to support this anymore.
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/shells/es-shell/PLIST
@comment $NetBSD: PLIST,v 1.1 2022/12/14 19:10:45 nikita Exp $
bin/es
man/man1/es.1

File Added: pkgsrc/shells/es-shell/distinfo
$NetBSD: distinfo,v 1.1 2022/12/14 19:10:45 nikita Exp $

BLAKE2s (es-0.9.2.tar.gz) = 9f659d2a2e2752c3b04ae512524ee5c798faa39b4e7fbd60ec3169cf34ec7838
SHA512 (es-0.9.2.tar.gz) = 6f946ea0f5a0f32643498227d270bade12628892a2beabe6e401edd484916b04cf06e49b1df9880c0b61e4771ce08f8b323e9f71872aa554012e4ea57b4d81a2
Size (es-0.9.2.tar.gz) = 794752 bytes