---
name: cgit
version: 0.9.2_3
origin: devel/cgit
comment: Fast web frontend for Git repositories
arch: freebsd:9:x86:64
www: http://git.zx2c4.com/cgit/about/
maintainer: kevinz5000@gmail.com
prefix: /usr/local
licenselogic: single
licenses:
- GPLv2
flatsize: 916082
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/
deps:
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- www
- devel
shlibs_required:
- libiconv.so.3
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.
  ---------------------------------------------------
