diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-11-28 10:35:45 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-11-28 10:35:45 +0000 |
commit | 30055dce44982581bc341b7b8b410c54e82c678e (patch) | |
tree | 53826421c59b5850f56849b99d884e8fd7e84d44 /devel/monotone/DESCR | |
parent | ebdc0c2e06cd71341cf0d9b1ea9e9b090145a228 (diff) | |
download | pkgsrc-30055dce44982581bc341b7b8b410c54e82c678e.tar.gz |
Changes in the package, coming from a monotone package I started creating
yesterday w/o having checked for this one:
- Beautify DESCR.
- Take maintainership.
- Handle monotone.info properly.
- Mark the package as C/C++.
- Use boost's toolset.mk to get the compiler name.
- Simplify patches by using CPPFLAGS.
- Add missing dependencies.
While here, update to 0.15:
- overhauled the internal representation of changes. see README.changesets
for details.
- fixed bugs in merkle trie synchronization code.
- fixed echoing and progress UI bugs (helps when using in emacs).
- upgraded cryptopp to 5.2.1.
- fixed bug 8715, diff hunk coordinate reporting.
- added figures, new tutorial to manual.
- improve accuracy of log command.
- several build, configure, and linkage fixes.
- some OSX / PPC portability fixes.
Diffstat (limited to 'devel/monotone/DESCR')
-rw-r--r-- | devel/monotone/DESCR | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/monotone/DESCR b/devel/monotone/DESCR index 39b502c0452..9d4e5c6ddf7 100644 --- a/devel/monotone/DESCR +++ b/devel/monotone/DESCR @@ -1,8 +1,8 @@ -monotone is a free distributed version control system. it provides a simple, -single-file transactional version store, with fully disconnected operation and -an efficient peer-to-peer synchronization protocol. it understands -history-sensitive merging, lightweight branches, integrated code review and -3rd party testing. it uses cryptographic version naming and client-side RSA -certificates. it has good internationalization support, has no external -dependencies, runs on linux, solaris, OSX, and windows, and is licensed under -the GNU GPL. +monotone is a free distributed version control system. It provides a +simple, single-file transactional version store, with fully disconnected +operation and an efficient peer-to-peer synchronization protocol. It +understands history-sensitive merging, lightweight branches, integrated +code review and 3rd party testing. It uses cryptographic version naming +and client-side RSA certificates. It has good internationalization +support, has no external dependencies, runs on NetBSD, Linux, Solaris, +OSX and Windows (among others), and is licensed under the GNU GPL. |