aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2020-09-25 13:59:36 +0800
committerMatthew Seaman <matthew@FreeBSD.org>2020-09-25 13:59:36 +0800
commitdde6febb17bcd7a36e93303dabf54ad08504c988 (patch)
tree19642e3d855365e45e0d7cbc5ecfe1c8ddaef5fe /shells
parent9bf60542d4aa8317e1dc6784cd9dcdfc19325125 (diff)
downloadfreebsd-ports-gnome-dde6febb17bcd7a36e93303dabf54ad08504c988.tar.gz
freebsd-ports-gnome-dde6febb17bcd7a36e93303dabf54ad08504c988.tar.zst
freebsd-ports-gnome-dde6febb17bcd7a36e93303dabf54ad08504c988.zip
Track upstream name change shells/poshinit -> shells/switchBashZsh
PR: 249458 Approved by: bourne.identity@hotmail.com (Maintainer)
Diffstat (limited to 'shells')
-rw-r--r--shells/Makefile2
-rw-r--r--shells/poshinit/distinfo3
-rw-r--r--shells/poshinit/pkg-descr16
-rw-r--r--shells/switchBashZsh/Makefile (renamed from shells/poshinit/Makefile)4
-rw-r--r--shells/switchBashZsh/distinfo3
-rw-r--r--shells/switchBashZsh/pkg-descr17
6 files changed, 23 insertions, 22 deletions
diff --git a/shells/Makefile b/shells/Makefile
index 6ff204e2e0af..c3612fe0c48e 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -38,13 +38,13 @@
SUBDIR += p5-Term-ShellUI
SUBDIR += pdksh
SUBDIR += pear-PHP_Shell
- SUBDIR += poshinit
SUBDIR += psh
SUBDIR += rc
SUBDIR += rush
SUBDIR += sash
SUBDIR += scponly
SUBDIR += starship
+ SUBDIR += switchBashZsh
SUBDIR += tcsh_nls
SUBDIR += tcshrc
SUBDIR += v7sh
diff --git a/shells/poshinit/distinfo b/shells/poshinit/distinfo
deleted file mode 100644
index 14e57c594588..000000000000
--- a/shells/poshinit/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1588397137
-SHA256 (bourne-again-poshinit-2.0_GH0.tar.gz) = 237c5fca5019c6a67ce3229386698a5020d55e03d2533c176aa3dd6a02c112fc
-SIZE (bourne-again-poshinit-2.0_GH0.tar.gz) = 11926
diff --git a/shells/poshinit/pkg-descr b/shells/poshinit/pkg-descr
deleted file mode 100644
index 94d1b9d65518..000000000000
--- a/shells/poshinit/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-You want your shell stuff to work the same way even when you use a
-different shell, or even a different box. Right?
-
-If you use poshinit (Portable Shell Initialization), you can attain at
-least most of what you desire, perhaps even all. You can log out of Bash
-and log in with Zsh (or vice versa) - and your aliases/exports/functions
-will continue to work as before.
-
-It gets better - if someday you need to use a different box with a
-different OS, you can get your shell to work your 'normal' way in a
-jiffy. Just save your $HOME/.shell directory on your primary box, and
-paste it over your second box's $HOME/.shell (after running poshinit
-setup script on the second box). The second box need not be the same
-operating system - poshinit works across FreeBSD / Linux / Cygwin.
-
-WWW: https://github.com/bourne-again/poshinit
diff --git a/shells/poshinit/Makefile b/shells/switchBashZsh/Makefile
index db6580b14fe9..84877b6d70c1 100644
--- a/shells/poshinit/Makefile
+++ b/shells/switchBashZsh/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
-PORTNAME= poshinit
-PORTVERSION= 2.0
+PORTNAME= switchBashZsh
+PORTVERSION= 1.0
CATEGORIES= shells
MAINTAINER= bourne.identity@hotmail.com
diff --git a/shells/switchBashZsh/distinfo b/shells/switchBashZsh/distinfo
new file mode 100644
index 000000000000..6a94ebe40ce1
--- /dev/null
+++ b/shells/switchBashZsh/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1600979835
+SHA256 (bourne-again-switchBashZsh-1.0_GH0.tar.gz) = d40f28a0d21105cbd864eca182485455038221384b0cb45f049ac5c47434688e
+SIZE (bourne-again-switchBashZsh-1.0_GH0.tar.gz) = 6142
diff --git a/shells/switchBashZsh/pkg-descr b/shells/switchBashZsh/pkg-descr
new file mode 100644
index 000000000000..99505f111aaf
--- /dev/null
+++ b/shells/switchBashZsh/pkg-descr
@@ -0,0 +1,17 @@
+You want your shell stuff to work the same way even when you use a
+different shell, or even a different box. Right?
+
+If you use switchBashZsh you can attain at least most of what you
+desire, perhaps even all. You can log out of Bash and log in with Zsh
+(or vice versa) - and your aliases/exports/functions will continue to
+work as before.
+
+It gets better - if someday you need to use a different box with a
+different OS, you can get your shell to work your 'normal' way in a
+jiffy. Just save your $HOME/.shell directory on your primary box, and
+paste it over your second box's $HOME/.shell (after running
+switchBashZsh setup script on the second box). The second box need not
+be the same operating system - switchBashZsh works across FreeBSD /
+Linux / Cygwin.
+
+WWW: https://github.com/bourne-again/switchBashZsh