pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/mob



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Sep 18 09:27:43 UTC 2020

Added Files:
        pkgsrc/devel/mob: DESCR Makefile PLIST distinfo

Log Message:
Initial import of mob, a tool for swift git handover during remote mob
programming.

With on-site Mob Programming, you just pass on the keyboard to hand over
to the next person. This is a challenge for a distributed team.

We hand over with WIP commits on a temporary git branch. A quick
handover is essential. At the end of the mob session, we squash the WIP
commits into expressive commits and merge into master.

We created the mob tool to simplify this process. mob notifies you when
it's time to handover. mob can moo.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/mob/DESCR pkgsrc/devel/mob/Makefile \
    pkgsrc/devel/mob/PLIST pkgsrc/devel/mob/distinfo

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

Added files:

Index: pkgsrc/devel/mob/DESCR
diff -u /dev/null pkgsrc/devel/mob/DESCR:1.1
--- /dev/null   Fri Sep 18 09:27:43 2020
+++ pkgsrc/devel/mob/DESCR      Fri Sep 18 09:27:43 2020
@@ -0,0 +1,9 @@
+With on-site Mob Programming, you just pass on the keyboard to hand over
+to the next person. This is a challenge for a distributed team.
+
+We hand over with WIP commits on a temporary git branch. A quick
+handover is essential. At the end of the mob session, we squash the WIP
+commits into expressive commits and merge into master.
+
+We created the mob tool to simplify this process. mob notifies you when
+it's time to handover. mob can moo.
Index: pkgsrc/devel/mob/Makefile
diff -u /dev/null pkgsrc/devel/mob/Makefile:1.1
--- /dev/null   Fri Sep 18 09:27:43 2020
+++ pkgsrc/devel/mob/Makefile   Fri Sep 18 09:27:43 2020
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2020/09/18 09:27:43 schmonz Exp $
+
+DISTNAME=      ${GITHUB_PROJECT}-0.0.25
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=remotemobprogramming/}
+GITHUB_PROJECT=        mob
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    schmonz%NetBSD.org@localhost
+HOMEPAGE=      https://mob.sh/
+COMMENT=       Swift git handover during remote mob programming
+LICENSE=       mit
+
+GO_DIST_BASE=  ${PKGNAME_NOREV}
+GO_SRCPATH=    github.com/remotemobprogramming/mob
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/mob/PLIST
diff -u /dev/null pkgsrc/devel/mob/PLIST:1.1
--- /dev/null   Fri Sep 18 09:27:43 2020
+++ pkgsrc/devel/mob/PLIST      Fri Sep 18 09:27:43 2020
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/09/18 09:27:43 schmonz Exp $
+bin/mob
Index: pkgsrc/devel/mob/distinfo
diff -u /dev/null pkgsrc/devel/mob/distinfo:1.1
--- /dev/null   Fri Sep 18 09:27:43 2020
+++ pkgsrc/devel/mob/distinfo   Fri Sep 18 09:27:43 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/18 09:27:43 schmonz Exp $
+
+SHA1 (mob-0.0.25.tar.gz) = b1637d5081fbf16e894b7623b8c5c1e53fa96b7a
+RMD160 (mob-0.0.25.tar.gz) = 814856d7faace907fbc314f27e25538472161b33
+SHA512 (mob-0.0.25.tar.gz) = a2b5818fff861bf108d5a6393639fcbe002026fba784b5dac500dd7675f32a3f9b641916e5cc56a26f6be5c50eacf8e1c753597ed3dc8bc26c3f7e04ac9e3f5e
+Size (mob-0.0.25.tar.gz) = 22118 bytes



Home | Main Index | Thread Index | Old Index