FreeBSD Bugzilla – Attachment 148569 Details for
Bug 194542
New port: devel/git-extras sub-commands for repo summary, repl, changelog population, etc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
git-extras-2.1.0.shar
git-extras-2.1.0.shar (text/plain), 5.13 KB, created by
Igor Ostapenko
on 2014-10-23 02:21:38 UTC
(
hide
)
Description:
git-extras-2.1.0.shar
Filename:
MIME Type:
Creator:
Igor Ostapenko
Created:
2014-10-23 02:21:38 UTC
Size:
5.13 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># git-extras ># git-extras/Makefile ># git-extras/distinfo ># git-extras/pkg-descr ># git-extras/files ># git-extras/files/patch-Makefile ># git-extras/pkg-plist ># >echo c - git-extras >mkdir -p git-extras > /dev/null 2>&1 >echo x - git-extras/Makefile >sed 's/^X//' >git-extras/Makefile << 'b12bfd5ef0dcbda963a7b8ec87fae1ba' >X# $FreeBSD$ >X >XPORTNAME= git-extras >XPORTVERSION= 2.1.0 >XCATEGORIES= devel >X >XMAINTAINER= igor.ostapenko@gmail.com >XCOMMENT= Sub-commands for repo summary, repl, changelog population, and more >X >XLICENSE= MIT >X >XRUN_DEPENDS= git:${PORTSDIR}/devel/git \ >X bash:${PORTSDIR}/shells/bash >X >XUSE_GITHUB= yes >XGH_ACCOUNT= tj >XGH_TAGNAME= v2.1.0 >XGH_COMMIT= 28f0ad8 >X >XNO_BUILD= yes >XUSES+= gmake >X >XUSES+= shebangfix >XSHEBANG_FILES= bin/git-* >X >X.include <bsd.port.mk> >b12bfd5ef0dcbda963a7b8ec87fae1ba >echo x - git-extras/distinfo >sed 's/^X//' >git-extras/distinfo << '1e0da973fd1f582458c1decfa843454e' >XSHA256 (git-extras-2.1.0.tar.gz) = bcd0aed2f6675929f59d4be386a34f71023c7851f69d60f2d9360131705b40b7 >XSIZE (git-extras-2.1.0.tar.gz) = 51203 >1e0da973fd1f582458c1decfa843454e >echo x - git-extras/pkg-descr >sed 's/^X//' >git-extras/pkg-descr << '94d1b5f8260c5ef130d62601a2ecc481' >XAdditional Git sub-commands: >X - repository summary >X - author commit percentages >X - changelog population >X - shortcuts for branching/tagging/releasing >X - GitHub related shortcuts >X - repl (read-eval-print-loop), an interactive mode >X - and more... >X >XWWW: https://github.com/tj/git-extras/ >94d1b5f8260c5ef130d62601a2ecc481 >echo c - git-extras/files >mkdir -p git-extras/files > /dev/null 2>&1 >echo x - git-extras/files/patch-Makefile >sed 's/^X//' >git-extras/files/patch-Makefile << 'dd8d68d5ce04b5a4ea1eebf031324d16' >X--- Makefile.orig 2014-10-13 12:21:54 UTC >X+++ Makefile >X@@ -1,6 +1,7 @@ >X PREFIX ?= /usr/local >X BINPREFIX ?= "$(PREFIX)/bin" >X-MANPREFIX ?= "$(PREFIX)/share/man/man1" >X+MANPREFIX = "$(PREFIX)/man/man1" >X+ETCPREFIX ?= "$(PREFIX)/etc" >X BINS = $(wildcard bin/git-*) >X MANS = $(wildcard man/git-*.md) >X MAN_HTML = $(MANS:.md=.html) >X@@ -17,7 +18,7 @@ >X @mkdir -p $(DESTDIR)$(BINPREFIX) >X @echo "... installing bins to $(DESTDIR)$(BINPREFIX)" >X @echo "... installing man pages to $(DESTDIR)$(MANPREFIX)" >X- $(eval TEMPFILE := $(shell mktemp)) >X+ $(eval TEMPFILE := $(shell mktemp -t git-extras)) >X @# chmod from rw-------(default) to rwxrwxr-x, so that users can exec the scripts >X @chmod 775 $(TEMPFILE) >X @$(foreach COMMAND, $(COMMANDS_USED_WITH_GIT_REPO), \ >X@@ -31,8 +32,8 @@ >X cp -f bin/$(COMMAND) $(DESTDIR)$(BINPREFIX); \ >X ) >X cp -f man/git-*.1 $(DESTDIR)$(MANPREFIX) >X- @mkdir -p $(DESTDIR)/etc/bash_completion.d >X- cp -f etc/bash_completion.sh $(DESTDIR)/etc/bash_completion.d/git-extras >X+ @mkdir -p $(DESTDIR)$(ETCPREFIX)/bash_completion.d >X+ cp -f etc/bash_completion.sh $(DESTDIR)$(ETCPREFIX)/bash_completion.d/git-extras >X >X man/%.html: man/%.md >X ronn \ >dd8d68d5ce04b5a4ea1eebf031324d16 >echo x - git-extras/pkg-plist >sed 's/^X//' >git-extras/pkg-plist << '21b1720aef263f21e96cf622f23328a7' >Xbin/git-alias >Xbin/git-archive-file >Xbin/git-back >Xbin/git-bug >Xbin/git-changelog >Xbin/git-commits-since >Xbin/git-contrib >Xbin/git-count >Xbin/git-create-branch >Xbin/git-delete-branch >Xbin/git-delete-merged-branches >Xbin/git-delete-submodule >Xbin/git-delete-tag >Xbin/git-effort >Xbin/git-extras >Xbin/git-feature >Xbin/git-fork >Xbin/git-fresh-branch >Xbin/git-gh-pages >Xbin/git-graft >Xbin/git-ignore >Xbin/git-info >Xbin/git-line-summary >Xbin/git-local-commits >Xbin/git-lock >Xbin/git-missing >Xbin/git-obliterate >Xbin/git-pr >Xbin/git-pull-request >Xbin/git-rebase-patch >Xbin/git-refactor >Xbin/git-release >Xbin/git-rename-tag >Xbin/git-repl >Xbin/git-reset-file >Xbin/git-setup >Xbin/git-show-tree >Xbin/git-squash >Xbin/git-summary >Xbin/git-touch >Xbin/git-undo >Xbin/git-unlock >Xetc/bash_completion.d/git-extras >Xman/man1/git-alias.1.gz >Xman/man1/git-archive-file.1.gz >Xman/man1/git-back.1.gz >Xman/man1/git-bug.1.gz >Xman/man1/git-changelog.1.gz >Xman/man1/git-commits-since.1.gz >Xman/man1/git-contrib.1.gz >Xman/man1/git-count.1.gz >Xman/man1/git-create-branch.1.gz >Xman/man1/git-delete-branch.1.gz >Xman/man1/git-delete-merged-branches.1.gz >Xman/man1/git-delete-submodule.1.gz >Xman/man1/git-delete-tag.1.gz >Xman/man1/git-effort.1.gz >Xman/man1/git-extras.1.gz >Xman/man1/git-feature.1.gz >Xman/man1/git-fork.1.gz >Xman/man1/git-fresh-branch.1.gz >Xman/man1/git-gh-pages.1.gz >Xman/man1/git-graft.1.gz >Xman/man1/git-ignore.1.gz >Xman/man1/git-info.1.gz >Xman/man1/git-local-commits.1.gz >Xman/man1/git-lock.1.gz >Xman/man1/git-missing.1.gz >Xman/man1/git-pr.1.gz >Xman/man1/git-rebase-patch.1.gz >Xman/man1/git-refactor.1.gz >Xman/man1/git-release.1.gz >Xman/man1/git-rename-tag.1.gz >Xman/man1/git-repl.1.gz >Xman/man1/git-reset-file.1.gz >Xman/man1/git-setup.1.gz >Xman/man1/git-show-tree.1.gz >Xman/man1/git-squash.1.gz >Xman/man1/git-summary.1.gz >Xman/man1/git-touch.1.gz >Xman/man1/git-undo.1.gz >Xman/man1/git-unlock.1.gz >X@dir etc/bash_completion.d >21b1720aef263f21e96cf622f23328a7 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 194542
:
148569
|
149174