diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 1 | ||||
-rw-r--r-- | shells/esh/Makefile | 39 | ||||
-rw-r--r-- | shells/esh/distinfo | 2 | ||||
-rw-r--r-- | shells/esh/files/patch-Makefile | 11 | ||||
-rw-r--r-- | shells/esh/pkg-descr | 10 | ||||
-rw-r--r-- | shells/esh/pkg-plist | 1 |
6 files changed, 0 insertions, 64 deletions
diff --git a/shells/Makefile b/shells/Makefile index 65807c197db8..de2da3d45c55 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -15,7 +15,6 @@ SUBDIR += elvish SUBDIR += envy SUBDIR += es - SUBDIR += esh SUBDIR += fd SUBDIR += fish SUBDIR += git-prompt.zsh diff --git a/shells/esh/Makefile b/shells/esh/Makefile deleted file mode 100644 index 55aa0408ba33..000000000000 --- a/shells/esh/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: nectar@FreeBSD.org - -PORTNAME= esh -PORTVERSION= 0.8.5 -PORTREVISION= 4 -CATEGORIES= shells -MASTER_SITES= GENTOO - -MAINTAINER= ports@FreeBSD.org -COMMENT= The "easy shell", a small shell with Lisp-like syntax - -LICENSE= GPLv2 - -WRKSRC= ${WRKDIR}/${PORTNAME} - -USES= ncurses readline -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}" \ - LIB="${LDFLAGS} -lreadline -lncurses" - -INFO= esh - -CFLAGS+= -fcommon - -DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) -EXPIRATION_DATE=2021-04-01 - -post-patch: - @${REINPLACE_CMD} -e \ - 's|<readline.h>|<readline/readline.h>| ; \ - s|<history.h>|<readline/history.h>|' ${WRKSRC}/read-rl.c - -pre-build: - @(cd ${WRKSRC} && ${MAKE} clean) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/esh ${STAGEDIR}${PREFIX}/bin/esh - ${INSTALL_DATA} ${WRKSRC}/doc/esh.info ${STAGEDIR}${PREFIX}/${INFO_PATH} - -.include <bsd.port.mk> diff --git a/shells/esh/distinfo b/shells/esh/distinfo deleted file mode 100644 index 0e2626d0c020..000000000000 --- a/shells/esh/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (esh-0.8.5.tar.gz) = 8801c8ffacc07240da20425728bd69897fc26f07839e7e8d5ee9059097961744 -SIZE (esh-0.8.5.tar.gz) = 214040 diff --git a/shells/esh/files/patch-Makefile b/shells/esh/files/patch-Makefile deleted file mode 100644 index bee505c9c4b6..000000000000 --- a/shells/esh/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig 2014-08-16 12:44:43.000000000 -0400 -+++ Makefile 2014-08-16 12:44:58.000000000 -0400 -@@ -27,7 +27,7 @@ - VERS=0.8.5 - - all: $(OBJS) -- $(CC) $(OBJS) $(LIB) -o esh -+ $(CC) $(OBJS) $(LIB) -o esh ${LDFLAGS} - - backup: - cp -f Makefile *.[ch] /home/backup/esh diff --git a/shells/esh/pkg-descr b/shells/esh/pkg-descr deleted file mode 100644 index 96ac99137341..000000000000 --- a/shells/esh/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -esh is a new shell for Unix, written completely from scratch. It is -very small, both in number of lines of source code and in memory -consumption. The whole shell is about 5000 lines of C source code, and -occupies about twice as little memory as bash in some cases. - -However, esh is also extremely flexible, with a real programming -language at the core. The syntax is a simplified form of Scheme. The -current version is 0.8, though it is already stable and -featureful. The reason for the low version number is lack of -real-world testing. It is released under the GPL, of course. diff --git a/shells/esh/pkg-plist b/shells/esh/pkg-plist deleted file mode 100644 index c1def7c71c37..000000000000 --- a/shells/esh/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@shell bin/esh |