git: 1cd2f28f639a - main - Add shells/etsh: Enhanced V6 Thompson Compatible Shell
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Jun 2022 14:40:18 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=1cd2f28f639accd4890763d5ebb6adaed155ae1b commit 1cd2f28f639accd4890763d5ebb6adaed155ae1b Author: Daniel Menelkir <dmenelkir@gmail.com> AuthorDate: 2022-06-25 14:39:20 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-06-25 14:39:20 +0000 Add shells/etsh: Enhanced V6 Thompson Compatible Shell PR: 264880 --- shells/Makefile | 1 + shells/etsh/Makefile | 15 +++++++++++++++ shells/etsh/distinfo | 3 +++ shells/etsh/pkg-descr | 4 ++++ shells/etsh/pkg-plist | 22 ++++++++++++++++++++++ 5 files changed, 45 insertions(+) diff --git a/shells/Makefile b/shells/Makefile index b3a1825991d5..3762779fffab 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -14,6 +14,7 @@ SUBDIR += elvish SUBDIR += envy SUBDIR += es + SUBDIR += etsh SUBDIR += fd SUBDIR += fish SUBDIR += git-prompt.zsh diff --git a/shells/etsh/Makefile b/shells/etsh/Makefile new file mode 100644 index 000000000000..e5546c88b171 --- /dev/null +++ b/shells/etsh/Makefile @@ -0,0 +1,15 @@ +PORTNAME= etsh +DISTVERSION= 5.4.0 +CATEGORIES= shells +MASTER_SITES= https://etsh.nl/src/${PORTNAME}_${PORTVERSION}/ + +MAINTAINER= dmenelkir@gmail.com +COMMENT= Enhanced V6 Thompson Compatible Shell + +LICENSE= BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE +LICENSE_COMB= multi +LICENSE_FILE= ${WORKSRC}/LICENSE + +HAS_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/shells/etsh/distinfo b/shells/etsh/distinfo new file mode 100644 index 000000000000..e52e4a0e5b7d --- /dev/null +++ b/shells/etsh/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1656109658 +SHA256 (etsh-5.4.0.tar.gz) = dc64d65d10d71794b05080025a7ee32174ce17fa67a403557f9bb06b0a0ea636 +SIZE (etsh-5.4.0.tar.gz) = 134505 diff --git a/shells/etsh/pkg-descr b/shells/etsh/pkg-descr new file mode 100644 index 000000000000..590fdcf2c62f --- /dev/null +++ b/shells/etsh/pkg-descr @@ -0,0 +1,4 @@ +Etsh is an enhanced, backward-compatible port of the +V6 UNIX <-> V6 Thompson shell. + +WWW: https://etsh.nl/ diff --git a/shells/etsh/pkg-plist b/shells/etsh/pkg-plist new file mode 100644 index 000000000000..bfa8a0ad2d69 --- /dev/null +++ b/shells/etsh/pkg-plist @@ -0,0 +1,22 @@ +bin/etsh +bin/tsh +libexec/etsh-5.4.0/README +libexec/etsh-5.4.0/etsh/README +libexec/etsh-5.4.0/etsh/SetP +libexec/etsh-5.4.0/etsh/SetTandCTTY +libexec/etsh-5.4.0/etsh/SetV +libexec/etsh-5.4.0/etsh/etshdir +libexec/etsh-5.4.0/etsh/history +libexec/etsh-5.4.0/etsh/history.help +libexec/etsh-5.4.0/etsh/pev +libexec/etsh-5.4.0/tsh/README +libexec/etsh-5.4.0/tsh/fd2 +libexec/etsh-5.4.0/tsh/glob +libexec/etsh-5.4.0/tsh/goto +libexec/etsh-5.4.0/tsh/if +man/man1/etsh.1.gz +man/man1/fd2.1.gz +man/man1/glob.1.gz +man/man1/goto.1.gz +man/man1/if.1.gz +man/man1/tsh.1.gz