aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 6c1d8dcdd51c68bfadfd3262e8cfa6e9237a35eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: cgit
Section: vcs
Priority: optional
Maintainer: YAEGASHI Takeshi <yaegashi@debian.org>
Build-Depends: debhelper (>= 8.0.0),
 pkg-config,
 libssl-dev,
 libluajit-5.1-dev,
 curl,
 ca-certificates,
 asciidoc,
 libxml2-utils,
 xsltproc,
 dblatex,
Standards-Version: 3.9.4
Homepage: http://git.zx2c4.com/cgit/about/
Vcs-Git: http://git.zx2c4.com/cgit
Vcs-Browser: http://git.zx2c4.com/cgit

Package: cgit
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: apache2 | httpd-cgi
Description: A hyperfast web frontend for git repositories written in C	
 This is an attempt to create a fast web interface for the Git SCM, using a
 built-in cache to decrease server I/O pressure.
 .
 Features:
  * basic repository browsing (logs, diffs, trees...)
  * caching of generated HTML
  * cloneable URLs (implements dumb HTTP transport)
  * commit feeds (atom format)
  * discovery of Git repositories
  * on-the-fly archives for tags and commits
  * plugin support for e.g. syntax highlighting
  * side-by-side diffs
  * simple time/author statistics
  * simple virtual hosting support (macro expansion)
  * understands GitWeb project-lists
  * understands gitweb.owner in Git config files
  * has extensive filtering framework using scripts or a built-in lua
    interpreter