Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Oct 2016 11:29:55 +0200
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r423401 - in head/devel: . py-gitless
Message-ID:  <1475746195.51246.3.camel@FreeBSD.org>
In-Reply-To: <201610060923.u969Nbmm098537@repo.freebsd.org>
References:  <201610060923.u969Nbmm098537@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-b48Wz7vZOJdcAyx46sZc
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

On Thu, 2016-10-06 at 09:23 +0000, Carlos J. Puga Medina wrote:
> Author: cpm
> Date: Thu Oct=C2=A0=C2=A06 09:23:37 2016
> New Revision: 423401
> URL: https://svnweb.freebsd.org/changeset/ports/423401
>=20
> Log:
> =C2=A0 [NEW PORT] devel/gitless: Version control system built on top of
> Git
> =C2=A0=C2=A0
> =C2=A0 Gitless is an experimental version control system built on top of
> Git. Many
> =C2=A0 people complain that Git is hard to use. We think the problem lies
> deeper
> =C2=A0 than the user interface, in the concepts underlying Git. Gitless i=
s
> an
> =C2=A0 experiment to see what happens if you put a simple veneer on an ap=
p
> that
> =C2=A0 changes the underlying concepts. Because Gitless is implemented on
> top of Git
> =C2=A0 (could be considered what Git pros call a "porcelain" of Git), you
> can always
> =C2=A0 fall back on Git. And of course your coworkers you share a
> repository with
> =C2=A0 need never know that you're not a Git aficionado.
> =C2=A0=C2=A0
> =C2=A0 WWW: https://github.com/sdg-mit/gitless
> =C2=A0=C2=A0
> =C2=A0 Approved by:	amdmi3 (mentor)
> =C2=A0 Differential Revision:	D8159
>=20
> Added:
> =C2=A0 head/devel/py-gitless/
> =C2=A0 head/devel/py-gitless/Makefile=C2=A0=C2=A0=C2=A0(contents, props c=
hanged)
> =C2=A0 head/devel/py-gitless/distinfo=C2=A0=C2=A0=C2=A0(contents, props c=
hanged)
> =C2=A0 head/devel/py-gitless/pkg-descr=C2=A0=C2=A0=C2=A0(contents, props =
changed)
> Modified:
> =C2=A0 head/devel/Makefile
>=20
> Modified: head/devel/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> =3D=3D=3D=3D=3D=3D=3D=3D=3D
> --- head/devel/Makefile	Thu Oct=C2=A0=C2=A06 09:01:50 2016	(r4234
> 00)
> +++ head/devel/Makefile	Thu Oct=C2=A0=C2=A06 09:23:37 2016	(r4234
> 01)
> @@ -4163,6 +4163,7 @@
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0SUBDIR +=3D py-gflags
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0SUBDIR +=3D py-git-up
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0SUBDIR +=3D py-gitdb
> +=C2=A0=C2=A0=C2=A0=C2=A0SUBDIR +=3D py-gitless
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0SUBDIR +=3D py-gitosis
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0SUBDIR +=3D py-gitpython
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0SUBDIR +=3D py-glob2
>=20
> Added: head/devel/py-gitless/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> =3D=3D=3D=3D=3D=3D=3D=3D=3D
> --- /dev/null	00:00:00 1970	(empty, because file is
> newly added)
> +++ head/devel/py-gitless/Makefile	Thu Oct=C2=A0=C2=A06 09:23:37 2016=09
> (r423401)
> @@ -0,0 +1,30 @@
> +# Created by: Carlos J. Puga Medina <cpm@FreeBSD.org>
> +# $FreeBSD$
> +
> +PORTNAME=3D	gitless
> +PORTVERSION=3D	0.8.3
> +DISTVERSIONPREFIX=3D	v
> +CATEGORIES=3D	devel python
> +PKGNAMEPREFIX=3D	${PYTHON_PKGNAMEPREFIX}
> +
> +MAINTAINER=3D	cpm@FreeBSD.org
> +COMMENT=3D	Version control system built on top of Git
> +
> +LICENSE=3D	GPLv2
> +LICENSE_FILE=3D	${WRKSRC}/LICENSE.md
> +
> +RUN_DEPENDS=3D	${PYTHON_PKGNAMEPREFIX}argparse>=3D0:devel/py-
> argparse \
> +		${PYTHON_PKGNAMEPREFIX}clint>=3D0.3.6:devel/py-clint \
> +		${PYTHON_PKGNAMEPREFIX}pygit2>=3D0.23.0:devel/py-
> pygit2 \
> +		${PYTHON_PKGNAMEPREFIX}sh>=3D1.11:devel/py-sh \
> +		git:devel/git
> +
> +USES=3D		python
> +USE_PYTHON=3D	autoplist distutils
> +
> +USE_GITHUB=3D	yes
> +GH_ACCOUNT=3D	sdg-mit
> +
> +NO_ARCH=3D	yes
> +
> +.include <bsd.port.mk>
>=20
> Added: head/devel/py-gitless/distinfo
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> =3D=3D=3D=3D=3D=3D=3D=3D=3D
> --- /dev/null	00:00:00 1970	(empty, because file is
> newly added)
> +++ head/devel/py-gitless/distinfo	Thu Oct=C2=A0=C2=A06 09:23:37 2016=09
> (r423401)
> @@ -0,0 +1,3 @@
> +TIMESTAMP =3D 1475620912
> +SHA256 (sdg-mit-gitless-v0.8.3_GH0.tar.gz) =3D
> df212d6a3d377f90c46d03fd4216ecbbeb40055b62c0fe73b9c3aa165ea8f0af
> +SIZE (sdg-mit-gitless-v0.8.3_GH0.tar.gz) =3D 37530
>=20
> Added: head/devel/py-gitless/pkg-descr
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> =3D=3D=3D=3D=3D=3D=3D=3D=3D
> --- /dev/null	00:00:00 1970	(empty, because file is
> newly added)
> +++ head/devel/py-gitless/pkg-descr	Thu Oct=C2=A0=C2=A06 09:23:37 2016=
=09
> (r423401)
> @@ -0,0 +1,10 @@
> +Gitless is an experimental version control system built on top of
> Git. Many
> +people complain that Git is hard to use. We think the problem lies
> deeper
> +than the user interface, in the concepts underlying Git. Gitless is
> an
> +experiment to see what happens if you put a simple veneer on an app
> that
> +changes the underlying concepts. Because Gitless is implemented on
> top of Git
> +(could be considered what Git pros call a "porcelain" of Git), you
> can always
> +fall back on Git. And of course your coworkers you share a
> repository with
> +need never know that you're not a Git aficionado.
> +
> +WWW: https://github.com/sdg-mit/gitless
>=20

Sorry, it should be named devel/py-gitless in the log.

--=20
Carlos Jacobo Puga Medina <cpm@FreeBSD.org>
PGP fingerprint =3D C60E 9497 5302 793B CC2D  BB89 A1F3 5D66 E6D0 5453

--=-b48Wz7vZOJdcAyx46sZc
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQF8BAABCgBmBQJX9hmUXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRDNjBFOTQ5NzUzMDI3OTNCQ0MyREJCODlB
MUYzNUQ2NkU2RDA1NDUzAAoJEKHzXWbm0FRTVeAH/0DBfwOKjh6CMjcEJ56LSuvD
y6wQdAoeu5nNgvwnyGmDJVkx5CzDyMu6p9X6V4z9vS/DEw0DOqeEXNJw/xCKB2Cs
eRbu2uivHwW5pNypzg6EC/AsXgWHSJcdbBZDwJ9Guy9KpmkJDjETs7j78z207zj7
keVtVvj4WI1Z26bsqJmWcQELeec7sXMiyK3lfKRHuWpHWk38f4xbpIcci0MxwucR
NeuEwGoW4GOytvxqYoHCiw3/FBMC0KwExOViCxE2ruUeRr/2Ddu+8iYUUItnaciY
rKam1YOMa3hlR8/Ks/5yGCIAOmgGS1vw65bylKn4bGdz4pSxXl4S/QA9ttHTQM0=
=L7BI
-----END PGP SIGNATURE-----

--=-b48Wz7vZOJdcAyx46sZc--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1475746195.51246.3.camel>