notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-gitosis Software for hosting git repositories
0.3 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.3Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Uses deprecated version of python
Expired This port expired on: 2020-08-15
Maintainer: douglas@douglasthrift.net search for ports maintained by this maintainer
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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>)
  • py27: py27-gitosis
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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. git : devel/git
  2. py27-setuptools>0 : devel/py-setuptools@py27
  3. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/tv42/gitosis/tar.gz/release/0.3?dummy=/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.3
15 Aug 2020 10:50:59
Revision:544927Original commit files touched by this commit
rene search for other commits by this committer
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 View all of this commit message)
0.3
23 Feb 2020 15:25:53
Revision:526925Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
0.3
13 Aug 2019 16:01:59
Revision:508835Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories d)
0.3
28 Feb 2019 15:36:27
Revision:494156Original commit files touched by this commit
kai search for other commits by this committer
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 View all of this commit message)
0.2.20090917_1
25 Jan 2017 14:24:44
Revision:432417Original commit files touched by this commit
jhale search for other commits by this committer
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
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
0.2.20090917_1
29 Jul 2014 21:43:18
Revision:363399Original commit files touched by this commit
adamw search for other commits by this committer
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
Revision:357133Original commit files touched by this commit
mva search for other commits by this committer
- 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
Revision:334938Original commit files touched by this commit
sunpoet search for other commits by this committer
- Remove PLIST_DIRSTRY: it causes packaging failure with pkgng

Approved by:	maintainer (implicit)
0.2.20090917
25 Nov 2013 19:18:46
Revision:334887Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
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
Original commit files touched by this commit
crees search for other commits by this committer
- 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
Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Add missing python virtual categories
0.2.20090917
10 Mar 2010 13:05:42
Original commit files touched by this commit
miwi search for other commits by this committer
- 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
Original commit files touched by this commit
miwi search for other commits by this committer
- Update MASTER_SITES

PR:             140746 140745
Submitted by:   maintainer
0.2.20080825
15 Sep 2009 08:23:25
Original commit files touched by this commit
nivit search for other commits by this committer
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>

Number of commits found: 18