diff options
author | Andy Goth <andrew.m.goth@gmail.com> | 2013-11-30 18:26:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-12-01 01:13:58 +0700 |
commit | 2b162d42763ab6537be6a207d2dec516a1d1b686 (patch) | |
tree | f2c2f7d881f05224a19bb3df3c771f55009b076b /development/fossil/slack-desc | |
parent | 8bf207875a236641cc8ec3121eef4d9f04a317fc (diff) | |
download | slackbuilds-2b162d42763ab6537be6a207d2dec516a1d1b686.tar.gz |
development/fossil: Added (Distributed Version Control System).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/fossil/slack-desc')
-rw-r--r-- | development/fossil/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/fossil/slack-desc b/development/fossil/slack-desc new file mode 100644 index 0000000000..867372714f --- /dev/null +++ b/development/fossil/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------------------------------------------------------| +fossil: fossil (Distributed Version Control System) +fossil: +fossil: Fossil is a distributed version control and bug tracking system +fossil: created by D. Richard Hipp. Fossil embeds a web server to provide a +fossil: graphical interface for end users, developers, and administrators. +fossil: Also included is a file server for remote repository synchronization. +fossil: Content is stored using SQLite for atomicity, durability, and ease of +fossil: administration. +fossil: +fossil: Project Site: http://www.fossil-scm.org/ +fossil: |