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 context diff)
--- pkgsrc/shells/Makefile 2022/11/05 16:41:32 1.69
+++ pkgsrc/shells/Makefile 2022/12/14 19:10:45 1.70
@@ -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+=	eltclsh
 SUBDIR+=	elvish
 SUBDIR+=	es
+SUBDIR+=	es-shell
 SUBDIR+=	esh
 SUBDIR+=	etsh
 SUBDIR+=	fish

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