Port details |
- gitolite Access control layer on top of git
- 3.6.13,1 devel =11 3.6.13,1Version of this port present on the latest quarterly branch.
- Maintainer: mat@FreeBSD.org
- Port Added: 2011-07-29 22:17:12
- Last Update: 2024-04-27 08:44:12
- Commit Hash: 0661620
- People watching this port, also watch:: lsof, libiconv, subversion, python27, sudo
- License: GPLv2
- WWW:
- https://github.com/sitaramc/gitolite
- 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:
-
- gitolite>0:devel/gitolite
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/devel/gitolite/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/gitolite
- pkg install gitolite
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gitolite
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1714206857
SHA256 (sitaramc-gitolite-v3.6.13_GH0.tar.gz) = b8ebd9f0ad89d1d7494da37883636f9475ef254cd018c8a54d21e678f4bf2b2a
SIZE (sitaramc-gitolite-v3.6.13_GH0.tar.gz) = 204615
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.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- git>=0 : devel/git
- p5-JSON>=0 : converters/p5-JSON
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gitolite-3.6.13,1:
CONTRIB=on: Install additional contrib files
DOCS=on: Build and/or install documentation
GITUSER=off: Create git user as gitolite provider
===> Use 'make config' to modify these settings
- Options name:
- devel_gitolite
- USES:
- cpe perl5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.6.13,1 27 Apr 2024 08:44:12 |
Mathieu Arnold (mat) |
devel/gitolite: update to 3.6.13 |
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) |
3.6.12,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 ) |
3.6.12,1 14 Sep 2021 10:55:05 |
Bernhard Froehlich (decke) |
devel/gitolite: Fix CPE information because current one is deprecated
Approved by: portmgr (blanket) |
3.6.12,1 08 May 2021 09:25:02 |
Dimitry Andric (dim) |
devel/gitolite: fix typo in contrib description |
3.6.12,1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.6.12,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.6.12,1 24 Mar 2021 11:56:27 |
grembo |
Fix filename in pkg-message
Not worth bumping the revision for.
PR: 254480
Approved by: mat (maintainer) |
3.6.12,1 31 Aug 2020 13:11:55 |
mat |
Cleanup a few of my ports.
No functional changes. |
3.6.12,1 04 Aug 2020 15:09:47 |
mat |
Update to 3.6.12. |
3.6.11_1,1 22 Apr 2020 08:23:44 |
mat |
Allow using keys with existing options.
Submitted by: bapt
Differential Revision: https://reviews.freebsd.org/D24529 |
3.6.11,1 19 Jun 2019 15:20:23 |
mat |
Update the rest of my ports to UCL pkg-message. |
3.6.11,1 14 Jan 2019 14:05:39 |
tobik |
Cleanup RLN usage
RLN is based on install(1) and -s means "run strip(1) on the installed
binary". install(1) ignores -s when it makes a link, so it "works"
now instead of failing when it links non-binaries. |
3.6.11,1 09 Jan 2019 13:12:41 |
mat |
Update to 3.6.11.
MFH: 2019Q1
Security: https://github.com/sitaramc/gitolite/commit/5df2b817255ee919991da6c310239e08c8fcc1ae |
3.6.10,1 04 Oct 2018 08:45:35 |
mat |
Update to 3.6.10. |
3.6.9,1 10 Sep 2018 10:29:13 |
mat |
Update to 3.6.9. |
3.6.8,1 12 Jul 2018 08:42:35 |
mat |
Update to 3.6.8.
Sponsored by: Absolight |
3.6.7_1,1 14 Jul 2017 07:57:07 |
mat |
Fix shebang in hooks.
PR: 220716
Reported by: Christian Geier
Sponsored by: Absolight |
3.6.7,1 03 Jul 2017 12:14:14 |
mat |
Update to 3.6.7 and take maintainership.
Remove extra WWW line, only the first one is ever used.
Sponsored by: Absolight |
3.6.6,1 10 Sep 2016 10:47:43 |
ohauer |
- update to v3.6.6
2016-09-08 v3.6.6
- simple but important fix for a future perl deprecation
(perl will be removing "." from @INC in 5.24)
- 'perms' now requires a '-c' to activate batch mode
(should not affect interactive use but check your scripts
perhaps?)
- gitolite setup now accepts a '-m' option to supply a
custom message (useful when it is used by a script) |
3.6.5,1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.6.5,1 21 Feb 2016 13:33:59 |
ohauer |
- update to v3.6.5
Changes:
2016-02-20 v3.6.5
- allow creator check to be bypassed during mirroring
- handle new style ssh fingerprinting correctly (thanks to
Robin Johnson)
- allow pre-auto-gc as a repo-specific hook
- optimise mirror pushes for heavily used repos
- create-with-reference trigger: on repo creation, setup
objects/info/alternates for a server side alternate object
store.
- 'mirror status all all' prints a list of repos that have
*some* error, which is arguably more useful for further
action/processing
- allow incrementally adding more repo-specific hooks |
3.6.4,1 13 Feb 2016 09:12:20 |
ohauer |
- update to 3.6.4
- remove MASTER_SITES/LOCAL, they are not needed with GH
- fix VERSION
- make ssh-authkeys-split work with sh instead bash
2015-11-01 v3.6.4
- a ref-create bug in wild repos was fixed
- some contrib code related to AD integration, and to
redmine user aliases
- teach Alias.pm a few new tricks
- remove a race condition in 'create' command that affected
the 'default roles' setting
- make 'who-pushed' more efficient (local push logs, and
'tip search')
- 'gitolite query-rc' learns '-d' ('--dump') option (Only the first 15 lines of the commit message are shown above ) |
3.6.1_1,1 24 Jan 2016 20:02:46 |
amdmi3 |
- Add NO_ARCH
- Switch to options helpers |
3.6.1_1,1 20 Jan 2016 15:33:27 |
culot |
- Reassign milki@'s ports after his commit bit was taken in for safekeeping |
3.6.1_1,1 08 May 2015 08:24:03 |
amdmi3 |
- Add LICENSE_FILE
- Add CPE info
- Fix whitespace
Approved by: portmgr blanket |
3.6.1_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 |
3.6.1_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 |
3.6.1_1,1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
3.6.1,1 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
3.6.1,1 15 Jul 2014 05:27:57 |
milki |
Unmute build steps, DOCS options
Approved by: swills (mentor) |
3.6.1,1 26 Jun 2014 16:51:04 |
milki |
Update gitolite to 3.6.1,1
Changes:
https://github.com/sitaramc/gitolite/blob/v3.6.1/CHANGELOG
https://github.com/sitaramc/gitolite/compare/v3.6...v3.6.1
Approved by: swills (mentor) |
3.6,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) |
3.6,1 24 May 2014 21:26:32 |
milki |
Update to 3.6,1
- New RUN_DEPENDS p5-JSON
Approved by: swills (mentor) |
3.5.3.1,1 18 May 2014 02:59:00 |
milki |
Update gitolite to 3.5.3.1,1
Changes: https://github.com/sitaramc/gitolite/blob/v3.5.3.1/CHANGELOG
Approved by: swills (mentor) |
3.5.2,1 21 Jan 2014 05:12:41 |
milki |
Update maintainer email address
Approved by: swills (mentor) |
3.5.2,1 14 Nov 2013 18:30:39 |
swills |
- Update to 3.5.2,1
- Use GH mastersite
- Support stagedir
PR: ports/183371
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) |
3.5.1,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) |
3.5.1,1 16 Sep 2013 10:58:05 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
3.5.1,1 24 Apr 2013 19:18:21 |
swills |
- Update master site
PR: ports/177430
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) |
3.5.1,1 24 Apr 2013 17:54:06 |
swills |
- Update to 3.5.1
PR: ports/177430
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) |
3.4,1 14 Mar 2013 11:31:58 |
miwi |
- Update to 3.4
PR: 176789
Submitted by: William Grzybowski <william88@gmail.com>
Approved by: naintainer |
3.3,1 17 Feb 2013 20:08:30 |
swills |
- Update to 3.3,1
PR: ports/175727
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) |
3.2,1 13 Jan 2013 20:40:33 |
swills |
- Update to 3.2
Changes:
https://github.com/sitaramc/gitolite/blob/5f9789ed8ee519a5987e8fede7f3e65001f4f9c0/CHANGELOG
https://github.com/sitaramc/gitolite/compare/v3.1...v3.2
PR: ports/175243
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) |
3.1,1 11 Oct 2012 01:40:59 |
swills |
- Update devel/gitolite to 3.1
- Document security issue in devel/gitolite
PR: ports/172565
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
Reviewed by: eadler
Security: f94befcd-1289-11e2-a25e-525400272390
Feature safe: yes |
3.04 05 Aug 2012 19:36:47 |
swills |
- Update to 3.04
PR: ports/170394
Submitted by: milki <milki@rescomp.berkeley.edu> |
3.03 31 May 2012 19:14:04 |
sylvio |
- Update to 3.0.3
PR: ports/168378
Submitted by: Milki <milki@rescomp.berkeley.edu> (maintainer) |
3.01_1 08 May 2012 18:02:15 |
crees |
Correct pkg-message instructions on providing gitolite
Submitted by: maintainer via email |
3.01 07 May 2012 16:52:01 |
crees |
- Update to 3.01
- Register CONFLICTS with gitolite2 legacy port
PR: ports/167440
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) |
2.3 17 Feb 2012 11:50:50 |
culot |
- Update to 2.3
Changes: https://raw.github.com/sitaramc/gitolite/pu/doc/CHANGELOG
PR: ports/165222
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) |
2.2.1 12 Feb 2012 19:55:42 |
jgh |
- Update to 2.2.1
PR: ports/165022
Submitted by: maintainer, milki at rescomp.berkeley.edu |
2.2 06 Feb 2012 09:15:06 |
tdb |
- Update to 2.2
Changes:
https://github.com/sitaramc/gitolite/blob/pu/doc/CHANGELOG
https://github.com/sitaramc/gitolite/compare/v2.1...v2.2
PR: ports/164809
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) |
2.1 30 Sep 2011 11:39:37 |
tdb |
- Update to 2.1
Changes:
https://groups.google.com/d/topic/gitolite/CzL4g1vuqbY/discussion
https://github.com/sitaramc/gitolite/compare/v2.0.3...v2.1
PR: ports/161147
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) |
2.0.3 24 Sep 2011 11:16:01 |
dhn |
- Update to 2.0.3
PR: ports/160940
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) |
2.0.2 29 Jul 2011 22:16:45 |
tdb |
- 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> |