pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells



Module Name:    pkgsrc
Committed By:   nikita
Date:           Wed Dec 14 19:10:45 UTC 2022

Modified Files:
        pkgsrc/shells: Makefile
Added Files:
        pkgsrc/shells/es-shell: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/shells/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/shells/es-shell/DESCR \
    pkgsrc/shells/es-shell/Makefile pkgsrc/shells/es-shell/PLIST \
    pkgsrc/shells/es-shell/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/Makefile
diff -u pkgsrc/shells/Makefile:1.69 pkgsrc/shells/Makefile:1.70
--- pkgsrc/shells/Makefile:1.69 Sat Nov  5 16:41:32 2022
+++ pkgsrc/shells/Makefile      Wed Dec 14 19:10:45 2022
@@ -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

Added files:

Index: pkgsrc/shells/es-shell/DESCR
diff -u /dev/null pkgsrc/shells/es-shell/DESCR:1.1
--- /dev/null   Wed Dec 14 19:10:45 2022
+++ pkgsrc/shells/es-shell/DESCR        Wed Dec 14 19:10:45 2022
@@ -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.
Index: pkgsrc/shells/es-shell/Makefile
diff -u /dev/null pkgsrc/shells/es-shell/Makefile:1.1
--- /dev/null   Wed Dec 14 19:10:45 2022
+++ pkgsrc/shells/es-shell/Makefile     Wed Dec 14 19:10:45 2022
@@ -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@localhost
+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"
Index: pkgsrc/shells/es-shell/PLIST
diff -u /dev/null pkgsrc/shells/es-shell/PLIST:1.1
--- /dev/null   Wed Dec 14 19:10:45 2022
+++ pkgsrc/shells/es-shell/PLIST        Wed Dec 14 19:10:45 2022
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2022/12/14 19:10:45 nikita Exp $
+bin/es
+man/man1/es.1
Index: pkgsrc/shells/es-shell/distinfo
diff -u /dev/null pkgsrc/shells/es-shell/distinfo:1.1
--- /dev/null   Wed Dec 14 19:10:45 2022
+++ pkgsrc/shells/es-shell/distinfo     Wed Dec 14 19:10:45 2022
@@ -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



Home | Main Index | Thread Index | Old Index