---
name: cgit
version: 0.9.2_3
origin: devel/cgit
comment: Fast web frontend for Git repositories
arch: freebsd:10:x86:64
www: http://git.zx2c4.com/cgit/about/
maintainer: kevinz5000@gmail.com
prefix: /usr/local
licenselogic: single
licenses:
- GPLv2
flatsize: 915269
desc: |
  Cgit is an attempt to create a fast web interface for the git scm, using
  a builtin cache to decrease server io-pressure.

  WWW: http://git.zx2c4.com/cgit/about/
categories:
- devel
- www
options: {DOCS: on}
message: |
  ---------------------------------------------------
  cgit has been successfully installed.

  Now you need to change your webserver configuration
  as follows:

    <Directory "/usr/local/www/cgit/">
        AllowOverride None
        Options ExecCGI
        Order allow,deny
        Allow from all
    </Directory>

  Documentation and sample configuration can be found
  in /usr/local/share/doc/cgit/cgitrc.5.txt.
  ---------------------------------------------------
