pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/git-sh Import git-sh-1.3 as shells/git-sh.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9573e1d34174
branches:  trunk
changeset: 646430:9573e1d34174
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 08 16:53:55 2015 +0000

description:
Import git-sh-1.3 as shells/git-sh.

git-sh is a customized bash shell suitable for git work.

The git-sh command starts an interactive bash shell tweaked for
heavy git interaction:

* All git commands available at top-level (checkout master = git
  checkout master)
* All git aliases defined in the [alias] section of ~/.gitconfig
  available at top-level.
* Shawn O. Pearce's excellent bash completion strapped onto all
  core commands and git aliases.
* Custom prompt with current branch, repository, and work tree
  dirty indicator.
* Customizable via /etc/gitshrc and ~/.gitshrc config files; for
  creating aliases, changing the prompt, etc.
* Runs on top of normal bash (~/.bashrc) and readline (~/.inputrc)
  configurations.

diffstat:

 shells/git-sh/DESCR    |  17 +++++++++++++++++
 shells/git-sh/Makefile |  19 +++++++++++++++++++
 shells/git-sh/PLIST    |   3 +++
 shells/git-sh/distinfo |   5 +++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r b5a4f9cba9ef -r 9573e1d34174 shells/git-sh/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/git-sh/DESCR       Sun Feb 08 16:53:55 2015 +0000
@@ -0,0 +1,17 @@
+git-sh is a customized bash shell suitable for git work.
+
+The git-sh command starts an interactive bash shell tweaked for
+heavy git interaction:
+
+* All git commands available at top-level (checkout master = git
+  checkout master)
+* All git aliases defined in the [alias] section of ~/.gitconfig
+  available at top-level.
+* Shawn O. Pearce's excellent bash completion strapped onto all
+  core commands and git aliases.
+* Custom prompt with current branch, repository, and work tree
+  dirty indicator.
+* Customizable via /etc/gitshrc and ~/.gitshrc config files; for
+  creating aliases, changing the prompt, etc.
+* Runs on top of normal bash (~/.bashrc) and readline (~/.inputrc)
+  configurations.
diff -r b5a4f9cba9ef -r 9573e1d34174 shells/git-sh/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/git-sh/Makefile    Sun Feb 08 16:53:55 2015 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2015/02/08 16:53:55 wiz Exp $
+
+VERSION=       1.3
+DISTNAME=      git-sh-${VERSION}
+CATEGORIES=    shells
+MASTER_SITES=  -https://github.com/rtomayko/git-sh/archive/${VERSION}${EXTRACT_SUFX}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rtomayko/git-sh/
+COMMENT=       Customized bash environment suitable for git work
+LICENSE=       gnu-gpl-v2
+
+USE_LANGUAGES= # none
+USE_TOOLS+=    bash:run
+REPLACE_BASH+= git-sh.bash
+MAKE_FLAGS+=   PREFIX=${DESTDIR}${PREFIX}
+MAKE_FLAGS+=   mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}/
+
+.include "../../mk/bsd.pkg.mk"
diff -r b5a4f9cba9ef -r 9573e1d34174 shells/git-sh/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/git-sh/PLIST       Sun Feb 08 16:53:55 2015 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2015/02/08 16:53:55 wiz Exp $
+bin/git-sh
+man/man1/git-sh.1
diff -r b5a4f9cba9ef -r 9573e1d34174 shells/git-sh/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/git-sh/distinfo    Sun Feb 08 16:53:55 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/02/08 16:53:55 wiz Exp $
+
+SHA1 (git-sh-1.3.tar.gz) = b96801ed2a63ef510583e7f1c1b4bc234d991507
+RMD160 (git-sh-1.3.tar.gz) = 4ffccaac2ff4c7a9b1ae60424e236f68feb94070
+Size (git-sh-1.3.tar.gz) = 26757 bytes



Home | Main Index | Thread Index | Old Index