diff options
author | joerg <joerg> | 2009-08-07 14:00:49 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-08-07 14:00:49 +0000 |
commit | aa609742beeb52606f87de7f0cda5f64f3f0d7e4 (patch) | |
tree | 896a18d27e751a3ac08ec487e0232db6aa071f69 /devel/rapidsvn/PLIST | |
parent | f1241ba5138f33238c775c6a9316b0c6d065ea66 (diff) | |
download | pkgsrc-aa609742beeb52606f87de7f0cda5f64f3f0d7e4.tar.gz |
Update to rapidsvn-0.10.0-1:
- switch to wxGTK 2.8
- new features:
- commit individual files
- display filters
- subversion 1.5
- recursive revert
- menu shortcut to set svn:ignore
- relocate option for the switch command
- history for copy/move
- date picker in diff dialog
- allow using external 3-way diff tool
- various bugfixes
- switch to GPL v3
Diffstat (limited to 'devel/rapidsvn/PLIST')
-rw-r--r-- | devel/rapidsvn/PLIST | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/rapidsvn/PLIST b/devel/rapidsvn/PLIST index dbec9e7d28e..284d4d2cf16 100644 --- a/devel/rapidsvn/PLIST +++ b/devel/rapidsvn/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.5 2009/06/14 17:49:07 joerg Exp $ +@comment $NetBSD: PLIST,v 1.6 2009/08/07 14:00:49 joerg Exp $ bin/rapidsvn include/svncpp/annotate_line.hpp include/svncpp/apr.hpp -include/svncpp/check.hpp include/svncpp/client.hpp include/svncpp/context.hpp include/svncpp/context_listener.hpp @@ -10,14 +9,20 @@ include/svncpp/datetime.hpp include/svncpp/dirent.hpp include/svncpp/entry.hpp include/svncpp/exception.hpp +include/svncpp/info.hpp include/svncpp/log_entry.hpp +include/svncpp/map_wrapper.hpp include/svncpp/path.hpp include/svncpp/pool.hpp include/svncpp/property.hpp include/svncpp/revision.hpp include/svncpp/status.hpp +include/svncpp/status_selection.hpp +include/svncpp/string_wrapper.hpp include/svncpp/targets.hpp include/svncpp/url.hpp +include/svncpp/utility_wrapper.hpp +include/svncpp/vector_wrapper.hpp +include/svncpp/version.hpp include/svncpp/wc.hpp lib/libsvncpp.la -man/man1/rapidsvn.1 |