diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-05-24 16:27:35 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-05-24 16:27:35 +0800 |
commit | 583cff1bbdc82af9815581af85309fb9a7e2d534 (patch) | |
tree | d87935cdc57d82fa76cf55d6a9bc8bbca36c6dfb /www/Makefile | |
parent | bbe6150b0f82a5c04676dc9dcda2c7ae9c7958db (diff) | |
download | freebsd-ports-gnome-583cff1bbdc82af9815581af85309fb9a7e2d534.tar.gz freebsd-ports-gnome-583cff1bbdc82af9815581af85309fb9a7e2d534.tar.zst freebsd-ports-gnome-583cff1bbdc82af9815581af85309fb9a7e2d534.zip |
RhodeCode is a fast and powerful management tool for Mercurial and GIT with a
built in push/pull server and full text search and code-review. It works on
http/https and has a built in permission/authentication system with the ability
to authenticate via LDAP or ActiveDirectory. RhodeCode also provides simple API
so it.s easy integrable with existing external systems.
RhodeCode is similar in some respects to github or bitbucket, however RhodeCode
can be run as standalone hosted application on your own server. It is open
source and donation ware and focuses more on providing a customized, self
administered interface for Mercurial and GIT repositories.
WWW: http://www.rhodecode.org/
PR: 167186
Submitted by: Luiz Gustavo <luizgustavo@luizgustavo.pro.br>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index db0253b87725..9aa832fb0b73 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1584,6 +1584,7 @@ SUBDIR += py-requests SUBDIR += py-requests-oauth-hook SUBDIR += py-restclient + SUBDIR += py-rhodecode SUBDIR += py-routes SUBDIR += py-satchmo SUBDIR += py-scgi |