cvs commit: ports/devel Makefile ports/devel/gitolite Makefile
distinfo pkg-descr pkg-plist ports/devel/gitolite/files
patch-gl-install patch-gl-setup pkg-message.in
Tim Bishop
tdb at FreeBSD.org
Fri Jul 29 22:16:45 UTC 2011
tdb 2011-07-29 22:16:45 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/gitolite Makefile distinfo pkg-descr pkg-plist
devel/gitolite/files patch-gl-install patch-gl-setup
pkg-message.in
Log:
- Add new port gitolite:
Gitolite is an access control layer on top of git, which allows access control
down to the branch level, including specifying who can and cannot rewind a
given branch.
Gitolite lets you use a single user on a server to host many git repositories
and provide access to many developers, without having to give them real
userids on or shell access to the server. Authentication is most commonly done
using sshd, but you can also use httpd if you prefer.
Gitolite can restrict who can read from (clone/fetch) or write to (push) a
repository. It can also restrict who can push to what branch or tag, which is
very important in a corporate environment.
WWW: https://github.com/sitaramc/gitolite
PR: ports/159260
Submitted by: milki <milki at rescomp.berkeley.edu>
Revision Changes Path
1.4460 +1 -0 ports/devel/Makefile
1.1 +87 -0 ports/devel/gitolite/Makefile (new)
1.1 +2 -0 ports/devel/gitolite/distinfo (new)
1.1 +11 -0 ports/devel/gitolite/files/patch-gl-install (new)
1.1 +26 -0 ports/devel/gitolite/files/patch-gl-setup (new)
1.1 +18 -0 ports/devel/gitolite/files/pkg-message.in (new)
1.1 +14 -0 ports/devel/gitolite/pkg-descr (new)
1.1 +34 -0 ports/devel/gitolite/pkg-plist (new)
More information about the cvs-ports
mailing list