Port details |
- py-gitosis Software for hosting git repositories
- 0.3 devel
=0 0.3Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses deprecated version of python
This port expired on: 2020-08-15
- Maintainer: douglas@douglasthrift.net
- Port Added: 2009-09-15 08:23:55
- Last Update: 2020-08-15 10:50:59
- SVN Revision: 544927
- Also Listed In: python
- License: GPLv2
- WWW:
- https://github.com/tv42/gitosis
- Description:
- 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: https://github.com/tv42/gitosis
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}gitosis>0:devel/py-gitosis@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-gitosis
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1550465853
SHA256 (tv42-gitosis-release-0.3_GH0.tar.gz) = 9eb7dd1051663b72411b697c737aced0ea87d2971d6ccc381f0550794f56acd4
SIZE (tv42-gitosis-release-0.3_GH0.tar.gz) = 31175
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- git : devel/git
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2.7
- pkg-message:
- For install:
- For more information, see https://github.com/tv42/gitosis/blob/master/README.rst
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3 15 Aug 2020 10:50:59 |
rene |
Remove deprecated ports:
2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
0.3 23 Feb 2020 15:25:53 |
antoine |
Deprecate a few ports
With hat: portmgr |
0.3 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
0.3 28 Feb 2019 15:36:27 |
kai |
devel/py-gitosis: Update to 0.3 and limit to Python 2.7
Python 3 handles octal numbers in a different way as with Python 2.7. The
latter one uses leading zeroes (e.g. 0755) to signify that a number is an
octal number but this is invalid for Python 3 where the required syntax is
0o755 for that case.
Also there are some references to the "cStringIO" module that is gone in
Python 3. Thus limit this port to Python 2.7 only.
While I'm here:
* Add location to license file
* Update URL in pkg-message
* Add test target with the required dependencies (Only the first 15 lines of the commit message are shown above ) |
0.2.20090917_1 25 Jan 2017 14:24:44 |
jhale |
Update MASTER_SITES
Remove superfluous post-install chmod (no change to package)
While here:
Update WWW which was redirecting
$ curl -I http://eagain.net/gitweb/?p=gitosis.git
HTTP/1.1 302 Found
Location: https://github.com/tv42/
Date: Wed, 25 Jan 2017 14:14:47 GMT
Content-Type: text/plain; charset=utf-8
PR: 216386
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) |
0.2.20090917_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.2.20090917_1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.2.20090917_1 29 Jul 2014 21:43:18 |
adamw |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.2.20090917_1 09 Jun 2014 10:39:41 |
mva |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
0.2.20090917 26 Nov 2013 14:52:20 |
sunpoet |
- Remove PLIST_DIRSTRY: it causes packaging failure with pkgng
Approved by: maintainer (implicit) |
0.2.20090917 25 Nov 2013 19:18:46 |
sunpoet |
- Use PYDISTUTILS_AUTOPLIST
- Support STAGEDIR
PR: ports/184267
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) |
0.2.20090917 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.2.20090917 03 Jul 2011 15:19:15 |
crees |
- Use USERS and GROUPS
PR: ports/157594
Submitted by: Chris Rees <utisoft@gmail.com>
Approved by: rene (mentor), maintainer (Douglas Thrift) |
0.2.20090917 15 Jan 2011 15:33:32 |
sunpoet |
- Add LICENSE
- Remove obsolete MD5 checksum while I'm here
PR: ports/154012
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Feature safe: yes |
0.2.20090917 13 Sep 2010 23:44:04 |
pgollucci |
- Add missing python virtual categories |
0.2.20090917 10 Mar 2010 13:05:42 |
miwi |
- Update to 0.2.20090917
PR: 144612
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) |
0.2.20080825 21 Nov 2009 10:55:25 |
miwi |
- Update MASTER_SITES
PR: 140746 140745
Submitted by: maintainer |
0.2.20080825 15 Sep 2009 08:23:25 |
nivit |
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> |