diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2015-04-10 17:41:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-10 17:41:27 +0700 |
commit | bc4c1b3fb4804a8a8a28232ae6c22f5cd93a1c49 (patch) | |
tree | 61d5347531dce97f04cebe4e3712a0280cb8141e /gis/geogig/slack-desc | |
parent | ded29c9ac6d28403a9daf6d96303506b0d097807 (diff) | |
download | slackbuilds-bc4c1b3fb4804a8a8a28232ae6c22f5cd93a1c49.tar.gz |
gis/geogig: Added (Distributed version control for geospatial data).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/geogig/slack-desc')
-rw-r--r-- | gis/geogig/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gis/geogig/slack-desc b/gis/geogig/slack-desc new file mode 100644 index 0000000000..3883f9c16f --- /dev/null +++ b/gis/geogig/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +geogig: geogig (Distributed version control for geospatial data) +geogig: +geogig: geogig is a distributed version control system specially designed to +geogig: handle geospatial data. geogig draws inspiration from Git, but adapts +geogig: its core concepts to handle versioning of spatial data. Users are able +geogig: to import raw geospatial data (such as Shapefiles, PostGIS or +geogig: SpatiaLite) into a repository where every change to the data is +geogig: tracked. These changes can be viewed in a history, reverted, branched +geogig: into sandboxed areas, merged back in or pushed to remote repositories. +geogig: +geogig: Homepage: http://geogig.org |