Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2020 05:59:37 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549985 - in head: . shells shells/poshinit shells/switchBashZsh
Message-ID:  <202009250559.08P5xbhT034894@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Fri Sep 25 05:59:36 2020
New Revision: 549985
URL: https://svnweb.freebsd.org/changeset/ports/549985

Log:
  Track upstream name change shells/poshinit -> shells/switchBashZsh
  
  PR:		249458
  Approved by:	bourne.identity@hotmail.com (Maintainer)

Added:
  head/shells/switchBashZsh/
     - copied from r549984, head/shells/poshinit/
Deleted:
  head/shells/poshinit/
Modified:
  head/MOVED
  head/shells/Makefile
  head/shells/switchBashZsh/Makefile
  head/shells/switchBashZsh/distinfo
  head/shells/switchBashZsh/pkg-descr

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri Sep 25 04:47:10 2020	(r549984)
+++ head/MOVED	Fri Sep 25 05:59:36 2020	(r549985)
@@ -15623,3 +15623,4 @@ mail/squirrelmail-tmda-plugin||2020-09-19|Removed, unm
 mail/tmda||2020-09-19|Has expired: Uses EOL Python 2.7
 devel/storm||2020-09-19|Has expired: Uses deprecated version of python
 dns/dnsmasq-devel|dns/dnsmasq|2020-09-24|Has expired: use dns/dnsmasq instead, which is newer
+shells/poshinit|shells/switchBashZsh|2020-09-24|Tracking upstream name change

Modified: head/shells/Makefile
==============================================================================
--- head/shells/Makefile	Fri Sep 25 04:47:10 2020	(r549984)
+++ head/shells/Makefile	Fri Sep 25 05:59:36 2020	(r549985)
@@ -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

Modified: head/shells/switchBashZsh/Makefile
==============================================================================
--- head/shells/poshinit/Makefile	Fri Sep 25 04:47:10 2020	(r549984)
+++ head/shells/switchBashZsh/Makefile	Fri Sep 25 05:59:36 2020	(r549985)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
-PORTNAME=	poshinit
-PORTVERSION=	2.0
+PORTNAME=	switchBashZsh
+PORTVERSION=	1.0
 CATEGORIES=	shells
 
 MAINTAINER=	bourne.identity@hotmail.com

Modified: head/shells/switchBashZsh/distinfo
==============================================================================
--- head/shells/poshinit/distinfo	Fri Sep 25 04:47:10 2020	(r549984)
+++ head/shells/switchBashZsh/distinfo	Fri Sep 25 05:59:36 2020	(r549985)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588397137
-SHA256 (bourne-again-poshinit-2.0_GH0.tar.gz) = 237c5fca5019c6a67ce3229386698a5020d55e03d2533c176aa3dd6a02c112fc
-SIZE (bourne-again-poshinit-2.0_GH0.tar.gz) = 11926
+TIMESTAMP = 1600979835
+SHA256 (bourne-again-switchBashZsh-1.0_GH0.tar.gz) = d40f28a0d21105cbd864eca182485455038221384b0cb45f049ac5c47434688e
+SIZE (bourne-again-switchBashZsh-1.0_GH0.tar.gz) = 6142

Modified: head/shells/switchBashZsh/pkg-descr
==============================================================================
--- head/shells/poshinit/pkg-descr	Fri Sep 25 04:47:10 2020	(r549984)
+++ head/shells/switchBashZsh/pkg-descr	Fri Sep 25 05:59:36 2020	(r549985)
@@ -1,16 +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 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.
+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 poshinit
-setup script on the second box). The second box need not be the same
-operating system - poshinit works across FreeBSD / Linux / Cygwin.
+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/poshinit
+WWW: https://github.com/bourne-again/switchBashZsh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009250559.08P5xbhT034894>