Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2011 22:16:45 +0000 (UTC)
From:      Tim Bishop <tdb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <201107292216.p6TMGjp5013723@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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