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.
This commit is contained in:
parent
28887fd679
commit
a816e4986a
5 changed files with 38 additions and 1 deletions
|
@ -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
|
||||
|
|
5
shells/es-shell/DESCR
Normal file
5
shells/es-shell/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
23
shells/es-shell/Makefile
Normal file
23
shells/es-shell/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $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"
|
3
shells/es-shell/PLIST
Normal file
3
shells/es-shell/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2022/12/14 19:10:45 nikita Exp $
|
||||
bin/es
|
||||
man/man1/es.1
|
5
shells/es-shell/distinfo
Normal file
5
shells/es-shell/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$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
|
Loading…
Reference in a new issue