Path to this page:
./
www/stagit,
Static git page generator
Branch: CURRENT,
Version: 0.9.5,
Package name: stagit-0.9.5,
Maintainer: fcambusstagit generates HTML pages for a Git repository, and supports 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.
- Usable with text-browsers such as dillo, links, lynx and w3m.
Required to run:[
devel/libgit2]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: e4e8c201119733bf44a721fa2bebb868c274bfc9
RMD160: 9dba8f86477fd9fe6152f82b56e26ee067e1643b
Filesize: 18.667 KB
Version history: (Expand)
- (2021-03-16) Updated to version: stagit-0.9.5
- (2020-08-18) Updated to version: stagit-0.9.4
- (2020-04-06) Updated to version: stagit-0.9.3nb2
- (2020-02-29) Updated to version: stagit-0.9.3nb1
- (2020-02-24) Updated to version: stagit-0.9.3
- (2019-06-25) Package added to pkgsrc.se, version stagit-0.9.2 (created)
CVS history: (Expand)
2021-03-16 17:29:42 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
stagit: update to 0.9.5.
ChangeLog:
- change STAGIT_BASEURL to an -u option and also update the example script
- add $STAGIT_BASEURL environment variable to make Atom links absolute
- README: mention tags.xml feature
- micro-optimization: fputc (function) -> putc (macro/inline function)
- fix warning with libgit2 v0.99+, remain compatible with older versions
- add abbreviated commit hash to submodule file
- add meta viewport for scaling on mobile
- style.css: improve contrast
- use size_t to count lines
- avoid shadowed `name' global variable
- refs_cmp: remove unneeded cast
- use LEN() macros for arrays
|
2020-08-17 22:59:54 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
stagit: update to 0.9.4.
ChangeLog:
- fix a small memleak in writeatom()
- stagit-index: remove unveil support for argv
- fix submodule lookup in bare repos
- regression: do not show unset or empty tags
- refactor get reference, add another feed for tags/releases
- sort branches and tags by time (descending)
|
2020-04-06 10:34:23 by Thomas Klausner | Files touched by this commit (6) |  |
Log message:
*: bump PKGREVISION for libgit2 shlib bump
|
2020-02-29 12:47:09 by Nia Alarie | Files touched by this commit (7) |
Log message:
Recursive revbump for libgit2-0.99.0
|
2020-02-23 22:38:49 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
stagit: update to 0.9.3.
ChangeLog:
- Makefile improvements
- some README tweaks and rewording, reordering
- add OpenBSD unveil support
- small code-style white-space/newline
- style.css: highlight anchor ids, useful for linking highlighting lines
in a diff
- improve includes, stagit-index does not need compat.h
- atom.xml: improve output format a bit
|
2019-06-19 12:04:58 by Frederic Cambus | Files touched by this commit (4) |
Log message:
www/stagit: import stagit-0.9.2.
stagit generates HTML pages for a Git repository, and supports 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.
- Usable with text-browsers such as dillo, links, lynx and w3m.
OK kamil@, leot@
|