Date: Tue, 15 Sep 2009 08:23:25 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-gitosis Makefile distinfo pkg-descr pkg-install pkg-message pkg-plist Message-ID: <200909150823.n8F8NP00061194@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nivit 2009-09-15 08:23:25 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/py-gitosis Makefile distinfo pkg-descr pkg-install
pkg-message pkg-plist
Log:
Manage git repositories, provide access to them over SSH, with tight
access control and not needing shell accounts.
Gitosis aims to make hosting git repos easier and safer. It manages
multiple repositories under one user account, using SSH keys to
identify users. End users do not need shell accounts on the server,
they will talk to one shared account that will not let them run
arbitrary commands.
WWW: http://eagain.net/gitweb/?p=gitosis.git
PR: ports/136083
Submitted by: Douglas Thrift <douglas at douglasthrift.net>
Revision Changes Path
1.3632 +1 -0 ports/devel/Makefile
1.1 +36 -0 ports/devel/py-gitosis/Makefile (new)
1.1 +3 -0 ports/devel/py-gitosis/distinfo (new)
1.1 +10 -0 ports/devel/py-gitosis/pkg-descr (new)
1.1 +43 -0 ports/devel/py-gitosis/pkg-install (new)
1.1 +5 -0 ports/devel/py-gitosis/pkg-message (new)
1.1 +92 -0 ports/devel/py-gitosis/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909150823.n8F8NP00061194>
