diff options
author | pi <pi@FreeBSD.org> | 2016-07-17 01:12:56 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-07-17 01:12:56 +0800 |
commit | 1b6ecbcca8c97755cd91c28c88f403b5f33b087e (patch) | |
tree | 68a878eea0e06c484c1021251bb3327903862bc6 /www/Makefile | |
parent | e0004e3c74e3c413d7c818f10196fd1fa03c2703 (diff) | |
download | freebsd-ports-gnome-1b6ecbcca8c97755cd91c28c88f403b5f33b087e.tar.gz freebsd-ports-gnome-1b6ecbcca8c97755cd91c28c88f403b5f33b087e.tar.zst freebsd-ports-gnome-1b6ecbcca8c97755cd91c28c88f403b5f33b087e.zip |
New port: www/stagit
stagit is a static Git web page generator with the following features:
- Log of all commits from HEAD.
- Log and diffstat per commit.
- Show file tree with linkable line numbers.
- Show references: local branches and tags.
- Detect README and LICENSE file from HEAD and link it as a webpage.
- Detect submodules (.gitmodules file) from HEAD and link it as a
webpage.
- Atom feed log (atom.xml).
- Make index page for multiple repositories with stagit-index.
- After generating the pages (relatively slow) serving the files is
very fast, simple and requires little resources (because the content
is static), only a HTTP file server is required.
WWW: http://git.2f30.org/stagit/log.html
PR: 209206
Submitted by: Tobias Kortkamp <t@tobik.me>
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 fbd456797e15..251a174e4c1f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2088,6 +2088,7 @@ SUBDIR += squidstats SUBDIR += squidview SUBDIR += srg + SUBDIR += stagit SUBDIR += subsonic SUBDIR += subsonic-standalone SUBDIR += suphp |