pkgsrc-WIP-changes archive

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

git-toolbelt: Import git-toolbelt-1.7.1 as wip/git-toolbelt



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Jan 27 15:06:30 2022 +0100
Changeset:	b8de2879e0463e4d00e14c5412e559d1aa0c7d13

Added Files:
	git-toolbelt/DESCR
	git-toolbelt/Makefile
	git-toolbelt/PLIST
	git-toolbelt/distinfo

Log Message:
git-toolbelt: Import git-toolbelt-1.7.1 as wip/git-toolbelt

Suite of useful Git commands that aid with scripting or every day
command line usage.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b8de2879e0463e4d00e14c5412e559d1aa0c7d13

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 git-toolbelt/DESCR    |  2 ++
 git-toolbelt/Makefile | 25 +++++++++++++++++++++
 git-toolbelt/PLIST    | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++
 git-toolbelt/distinfo |  5 +++++
 4 files changed, 92 insertions(+)

diffs:
diff --git a/git-toolbelt/DESCR b/git-toolbelt/DESCR
new file mode 100644
index 0000000000..a7eff6b89e
--- /dev/null
+++ b/git-toolbelt/DESCR
@@ -0,0 +1,2 @@
+Suite of useful Git commands that aid with scripting or every day
+command line usage.
diff --git a/git-toolbelt/Makefile b/git-toolbelt/Makefile
new file mode 100644
index 0000000000..02cb1ecaa8
--- /dev/null
+++ b/git-toolbelt/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME=	git-toolbelt-1.7.1
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=nvie/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/nvie/git-toolbelt/
+COMMENT=	Suite of useful Git commands
+LICENSE=	modified-bsd
+
+REPLACE_SH+=	git-*
+
+USE_LANGUAGES=	# none
+
+INSTALLATION_DIRS=	bin share/doc/git-toolbelt
+
+do-build:
+
+do-install:
+	${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/git-toolbelt
+	${INSTALL_SCRIPT} ${WRKSRC}/git-* ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/git-toolbelt/PLIST b/git-toolbelt/PLIST
new file mode 100644
index 0000000000..acbc857f8f
--- /dev/null
+++ b/git-toolbelt/PLIST
@@ -0,0 +1,60 @@
+@comment $NetBSD$
+bin/git-active-branches
+bin/git-autofixup
+bin/git-branches-containing
+bin/git-cherry-pick-to
+bin/git-cleanup
+bin/git-cleave
+bin/git-commit-to
+bin/git-committer-info
+bin/git-conflicts
+bin/git-contains
+bin/git-current-branch
+bin/git-delouse
+bin/git-drop-local-changes
+bin/git-fixup
+bin/git-fixup-with
+bin/git-has-local-changes
+bin/git-has-local-commits
+bin/git-initial-commit
+bin/git-is-ancestor
+bin/git-is-clean
+bin/git-is-dirty
+bin/git-is-headless
+bin/git-is-repo
+bin/git-last-commit-to-file
+bin/git-local-branch-exists
+bin/git-local-branches
+bin/git-local-commits
+bin/git-main-branch
+bin/git-merge-status
+bin/git-merged
+bin/git-merges-cleanly
+bin/git-modified
+bin/git-modified-since
+bin/git-push-current
+bin/git-recent-branches
+bin/git-remote-branch-exists
+bin/git-remote-branches
+bin/git-remote-tracking-branch
+bin/git-repo
+bin/git-root
+bin/git-separator
+bin/git-sha
+bin/git-shatter-by-file
+bin/git-show-skipped
+bin/git-skip
+bin/git-spinoff
+bin/git-stage-all
+bin/git-stash-everything
+bin/git-tag-exists
+bin/git-trash
+bin/git-undo-commit
+bin/git-undo-merge
+bin/git-unmerged
+bin/git-unskip
+bin/git-unstage-all
+bin/git-update-all
+bin/git-wip
+bin/git-workon
+share/doc/git-toolbelt/README.md
diff --git a/git-toolbelt/distinfo b/git-toolbelt/distinfo
new file mode 100644
index 0000000000..d008e6f7ca
--- /dev/null
+++ b/git-toolbelt/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (git-toolbelt-1.7.1.tar.gz) = e457e6449e8e4e9c9736bf986575279fa6c6bc0380ffd014894d68b1739be4f7
+SHA512 (git-toolbelt-1.7.1.tar.gz) = e717361075e200810270c9ccc18dbf8186217d2602d709ac341a24d227a335928a24f3c33bc1f296d147906e95fc5c712ae2500f3843b2b07823b1af978dc651
+Size (git-toolbelt-1.7.1.tar.gz) = 139170 bytes


Home | Main Index | Thread Index | Old Index