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 43 44 45
|
Source: libsvn-web-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9~),
libexception-class-perl,
liblocale-maketext-lexicon-perl,
libmodule-build-perl,
libplack-perl,
libsvn-perl,
libtemplate-perl,
libtemplate-plugin-number-format-perl,
libtest-www-mechanize-perl,
libyaml-perl,
subversion,
Build-Depends-Indep: perl
Maintainer: Hilko Bengen <bengen@debian.org>
Standards-Version: 3.9.8
Homepage: http://search.cpan.org/dist/SVN-Web/
Package: libsvn-web-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
libexception-class-perl,
libhtml-parser-perl,
libhttp-server-simple-perl,
liblocale-maketext-lexicon-perl,
libplack-perl,
libsvn-perl,
libtemplate-perl,
libtemplate-plugin-number-format-perl,
libtimedate-perl,
libyaml-perl,
Description: Subversion repository web frontend
SVN::Web provides a web interface to subversion repositories.
.
- Viewing multiple Subversion repositories.
- Browsing every revision of the repository.
- Viewing the contents of files in the repository at any revision.
- Viewing diffs of arbitrary revisions of any file.
- Viewing the revision log of files and directories, see what was changed
when, by who.
- Viewing the blame/annotation details of any file.
- Generating RSS feeds of commits, down to the granularity of
individual files.
- Many more.
|