diff options
Diffstat (limited to 'shells/bashc')
-rw-r--r-- | shells/bashc/Makefile | 26 | ||||
-rw-r--r-- | shells/bashc/distinfo | 2 | ||||
-rw-r--r-- | shells/bashc/files/patch-builtins_printf.def | 11 | ||||
-rw-r--r-- | shells/bashc/pkg-descr | 15 | ||||
-rw-r--r-- | shells/bashc/pkg-plist | 3 |
5 files changed, 0 insertions, 57 deletions
diff --git a/shells/bashc/Makefile b/shells/bashc/Makefile deleted file mode 100644 index b8de13f7a64d..000000000000 --- a/shells/bashc/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: alepulver -# $FreeBSD$ - -PORTNAME= bashc -PORTVERSION= 3.2.33.0 -PORTREVISION= 1 -CATEGORIES= shells -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= GNU bash shell extended with visual two-panel file browser - -MAKE_JOBS_UNSAFE= yes - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 -BROKEN_aarch64= Fails to link: missing sbrk - -USES= tar:tgz -GNU_CONFIGURE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|autoconf|${TRUE}|' ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/shells/bashc/distinfo b/shells/bashc/distinfo deleted file mode 100644 index 12347736a4f6..000000000000 --- a/shells/bashc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bashc-3.2.33.0.tgz) = d8cd2a20628ab6aee7d89ec4e3a0163d2b1cb4d7d3e135af3f82474c5d3e6cb8 -SIZE (bashc-3.2.33.0.tgz) = 2502560 diff --git a/shells/bashc/files/patch-builtins_printf.def b/shells/bashc/files/patch-builtins_printf.def deleted file mode 100644 index af5147742f99..000000000000 --- a/shells/bashc/files/patch-builtins_printf.def +++ /dev/null @@ -1,11 +0,0 @@ ---- builtins/printf.def.orig 2012-12-03 14:14:04.000000000 +0100 -+++ builtins/printf.def 2012-12-03 14:14:44.000000000 +0100 -@@ -577,7 +577,7 @@ - #else - if (string == 0 || len == 0) - #endif -- return; -+ return 0; - - #if 0 - s = fmt; diff --git a/shells/bashc/pkg-descr b/shells/bashc/pkg-descr deleted file mode 100644 index ed657517a366..000000000000 --- a/shells/bashc/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Bash Commander is a traditional GNU bash shell extended with visual two-panel -file browser. - -Features: - -* Full bash compatibility. -* Embedded visual file browser. -* Two file panels, turned on and off by pressing ^O. -* Actions and colors configured via .bashrc script. -* Run current file on pressing Enter, configurable via commander_start_file() - shell function. -* Perform an action on pressing F1-F20 keys, configurable via commander_fN() - shell functions. - -WWW: https://groups.google.com/forum/?fromgroups#!forum/bashc diff --git a/shells/bashc/pkg-plist b/shells/bashc/pkg-plist deleted file mode 100644 index 0101978e806b..000000000000 --- a/shells/bashc/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@shell bin/bashc -etc/bash_commander -etc/bash_dialog |