Port details |
- gitolite2 Access control layer on top of git
- 2.3.1_1 devel =3 2.3.1_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2012-05-07 15:43:13
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- License: GPLv2
- WWW:
- https://github.com/sitaramc/gitolite/tree/g2
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gitolite2>0:devel/gitolite2
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/devel/gitolite2/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/gitolite2
- pkg install gitolite2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gitolite2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1496146374
SHA256 (sitaramc-gitolite-v2.3.1_GH0.tar.gz) = bdf4afc482b69c0c28a36e22a448b569c6da63a3c43dd4e66916355ff68efe50
SIZE (sitaramc-gitolite-v2.3.1_GH0.tar.gz) = 255707
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- git>=0 : devel/git
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gitolite2-2.3.1_1:
GITUSER=off: Create git user as gitolite provider
===> Use 'make config' to modify these settings
- Options name:
- devel_gitolite2
- USES:
- cpe perl5 shebangfix
- pkg-message:
- For install:
- Final gitolite installation instructions:
Any ssh user can be a gitolite provider. Simply run the following command as
the user:
/usr/local/bin/gl-setup /path/to/admin.ssh.key.pub
This will setup up the configuration files for gitolite, designating where the
repositories are located and other options.
The admin ssh key allows full access to the gitolite-admin repository where
additional users and repositories can be configured.
By default, the git user is created for use by gitolite.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.3.1_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.3.1_1 14 Sep 2021 10:55:07 |
Bernhard Froehlich (decke) |
devel/gitolite2: Fix CPE information because current one is deprecated
Approved by: portmgr (blanket) |
2.3.1_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.3.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.1_1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
2.3.1_1 30 May 2017 15:22:32 |
sunpoet |
Use DISTVERSIONPREFIX instead of GH_TAGNAME
- Remove MASTER_SITES |
2.3.1_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.3.1_1 24 Jan 2016 20:01:54 |
amdmi3 |
- Add LICENSE_FILE
- Switch to options helpers
- Add CPE info |
2.3.1_1 20 Jan 2016 15:33:27 |
culot |
- Reassign milki@'s ports after his commit bit was taken in for safekeeping |
2.3.1_1 06 May 2015 15:16:54 |
mat |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
2.3.1_1 19 Mar 2015 16:44:59 |
bdrewery |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
2.3.1_1 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
2.3.1_1 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
2.3.1_1 02 Jun 2014 22:41:12 |
milki |
Add stagedir support to devel/gitolite2
- stagedir support
- milki local distfiles
- USES=shebangfix
Approved by: swills (mentor) |
2.3.1_1 21 Jan 2014 05:12:41 |
milki |
Update maintainer email address
Approved by: swills (mentor) |
2.3.1_1 14 Nov 2013 17:59:11 |
swills |
- Update to 2.3.1_1
- Fix package name collision
- Use github master site
PR: ports/183382
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) |
2.3.1 14 Oct 2013 06:52:32 |
bapt |
Fix package name collision |
2.3.1 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
2.3.1 16 Sep 2013 08:39:20 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
2.3.1 24 Apr 2013 19:19:25 |
swills |
- Convert to OptionsNG
- Update master site
PR: ports/177162
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) |
2.3.1 31 May 2012 19:16:20 |
sylvio |
- Update to 2.3.1
PR: ports/168380
Submitted by: Milki <milki@rescomp.berkeley.edu> (maintainer) |
2.3 07 May 2012 16:52:50 |
crees |
- Connect legacy gitolite2 port to build
- Register CONFLICTS with latest gitolite port
PR: ports/167440
Submitted by: milki <milki@rescomp.berkeley.edu> |
2.3 07 May 2012 15:42:13 |
crees |
Repocopied devel/gitolite --> devel/gitolite2
PR: ports/167440
Repocopy by: marcus |