pkgsrc-WIP-changes archive

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

Import vcsh v1.20151229



Module Name:	pkgsrc-wip
Committed By:	Sasha Kovar <sasha-pkgsrc%arcocene.org@localhost>
Pushed By:	abend
Date:		Thu Jun 8 00:15:31 2017 +0000
Changeset:	9e94b7d72929d2c38844dd1f94fd88f27867f050

Added Files:
	vcsh/DESCR
	vcsh/Makefile
	vcsh/PLIST
	vcsh/distinfo
	vcsh/patches/patch-100-init.t
	vcsh/patches/patch-Makefile

Log Message:
Import vcsh v1.20151229

vcsh - Version Control System for $HOME - multiple Git repositories in
$HOME

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

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

diffstat:
 vcsh/DESCR                    |  1 +
 vcsh/Makefile                 | 26 ++++++++++++++++++++++++++
 vcsh/PLIST                    |  6 ++++++
 vcsh/distinfo                 |  8 ++++++++
 vcsh/patches/patch-100-init.t | 14 ++++++++++++++
 vcsh/patches/patch-Makefile   | 35 +++++++++++++++++++++++++++++++++++
 6 files changed, 90 insertions(+)

diffs:
diff --git a/vcsh/DESCR b/vcsh/DESCR
new file mode 100644
index 0000000000..459d63e13a
--- /dev/null
+++ b/vcsh/DESCR
@@ -0,0 +1 @@
+vcsh - Version Control System for $HOME - multiple Git repositories in $HOME
diff --git a/vcsh/Makefile b/vcsh/Makefile
new file mode 100644
index 0000000000..0a73bf21ad
--- /dev/null
+++ b/vcsh/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	vcsh
+DISTNAME=	v1.20151229
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=RichiH/}
+EXTRACT_SUFX=	.zip
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	sasha-pkgsrc%arcocene.org@localhost
+HOMEPAGE=	https://github.com/RichiH/vcsh/
+COMMENT=	Version Control System for the home directory
+LICENSE=	gnu-gpl-v2
+
+WRKSRC=		${WRKDIR}/vcsh-1.20151229
+
+USE_LANGUAGES=	c
+USE_TOOLS=	perl
+
+DEPENDS+=	git-base-[0-9]*:../../devel/git-base
+BUILD_DEPENDS+=	p5-Shell-Command-[0-9]*:../../wip/p5-Shell-Command
+BUILD_DEPENDS+=	p5-Test-Most-[0-9]*:../../wip/p5-Test-Most
+BUILD_DEPENDS+=	p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/vcsh/PLIST b/vcsh/PLIST
new file mode 100644
index 0000000000..0af0d43d0d
--- /dev/null
+++ b/vcsh/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+bin/vcsh
+man/man1/vcsh.1
+share/doc/vcsh/README.md
+share/doc/vcsh/hooks
+share/zsh/vendor-completions/_vcsh
diff --git a/vcsh/distinfo b/vcsh/distinfo
new file mode 100644
index 0000000000..dca57bff97
--- /dev/null
+++ b/vcsh/distinfo
@@ -0,0 +1,8 @@
+$NetBSD$
+
+SHA1 (vcsh/v1.20151229.zip) = 26132f5c5dd73857f8b513f733ed1dc6b6c50d68
+RMD160 (vcsh/v1.20151229.zip) = f2c9218483c9eb5253c62858b8a97bb765d4b3f8
+SHA512 (vcsh/v1.20151229.zip) = 04c6f8315e0746457976fdc0524d991fcf1fde77ef049e5d337b0ac677a7aa41bc20c596bdb7c85bf5e424394832cfef5d8fc0e3a26d6d86d8b1b6ccd8717581
+Size (vcsh/v1.20151229.zip) = 44281 bytes
+SHA1 (patch-100-init.t) = 7967fecceed1b67febdcf08c58a4976cbda4175f
+SHA1 (patch-Makefile) = 41aa1ed3b44c940b582e197ba2e995bfafaafa25
diff --git a/vcsh/patches/patch-100-init.t b/vcsh/patches/patch-100-init.t
new file mode 100644
index 0000000000..04308c78c7
--- /dev/null
+++ b/vcsh/patches/patch-100-init.t
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Remove failing test for missing hook sample.
+
+--- t/100-init.t.orig	2015-12-29 19:24:22.000000000 +0000
++++ t/100-init.t
+@@ -39,7 +39,6 @@ ok -f 'hooks/commit-msg.sample';
+ ok -f 'hooks/post-update.sample';
+ ok -f 'hooks/pre-applypatch.sample';
+ ok -f 'hooks/pre-commit.sample';
+-ok -f 'hooks/pre-push.sample';
+ ok -f 'hooks/pre-rebase.sample';
+ ok -f 'hooks/prepare-commit-msg.sample';
+ ok -f 'hooks/update.sample';
diff --git a/vcsh/patches/patch-Makefile b/vcsh/patches/patch-Makefile
new file mode 100644
index 0000000000..5ebaf869df
--- /dev/null
+++ b/vcsh/patches/patch-Makefile
@@ -0,0 +1,35 @@
+$NetBSD$
+
+Move man pages from share/man/ to man/
+
+--- Makefile.orig	2015-12-29 19:24:22.000000000 +0000
++++ Makefile
+@@ -12,8 +12,8 @@ all: $(all)
+ install: all
+ 	install -d $(DESTDIR)$(PREFIX)/bin
+ 	install -m 0755 $(self) $(DESTDIR)$(PREFIX)/bin
+-	install -d $(DESTDIR)$(PREFIX)/share/man/man1
+-	install -m 0644 $(manpages) $(DESTDIR)$(PREFIX)/share/man/man1
++	install -d $(DESTDIR)$(PREFIX)/man/man1
++	install -m 0644 $(manpages) $(DESTDIR)$(PREFIX)/man/man1
+ 	install -d $(DESTDIR)$(DOCDIR)
+ 	install -m 0644 README.md $(DESTDIR)$(DOCDIR)
+ 	install -m 0644 doc/hooks $(DESTDIR)$(DOCDIR)
+@@ -24,7 +24,7 @@ clean:
+ 
+ uninstall:
+ 	rm -rf $(DESTDIR)$(PREFIX)/bin/$(self)
+-	rm -rf $(DESTDIR)$(PREFIX)/share/man/man1/$(self).1
++	rm -rf $(DESTDIR)$(PREFIX)/man/man1/$(self).1
+ 	rm -rf $(DESTDIR)$(DOCDIR)
+ 	rm -rf $(DESTDIR)$(ZSHDIR)/_$(self)
+ 
+@@ -32,7 +32,7 @@ uninstall:
+ # If PREFIX=/usr/local and that's empty...
+ purge: uninstall
+ 	rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/bin/
+-	rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/man/man1/
++	rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/man/man1/
+ 	rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(DOCDIR)
+ 	rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(ZSHDIR)
+ 


Home | Main Index | Thread Index | Old Index