pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/rapidsvn Update to 0.9.0, set MAINTAINER to tech...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae8cb560bad6
branches:  trunk
changeset: 501829:ae8cb560bad6
user:      epg <epg%pkgsrc.org@localhost>
date:      Sat Oct 29 22:16:07 2005 +0000

description:
Update to 0.9.0, set MAINTAINER to tech-pkg%NetBSD.org@localhost.

Version 0.9.0 (released Oct 18 2005)
http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.0

User-visible changes:
* 285 New: Changed license to GPL / LGPL
* 68  New: commit log ctrl
* 95  New: Create a bookmark editor
* 249 New: Bookmark based configuration for flat view
* 253 New: Expand item in tree view when selected
* 258 New: Added column for log messages in Log dialog
* 307 New: No prefix in path column (Flat mode)
* 273 Change titlebar info to "RapidSVN - <location>"
* 205 Fixed: Show log entries for copied branches
* 274 Fixed: Import and Info had the same shorcut
* 275 Fixed: Window Frame Positioning incorrect on restart
* 303 Fixed: GUI minimized and then closed does not show GUI on restart
* 286 Fixed: Detection of supported schemas doesnt work with subversion-1.2

Developer-visible changes:
* 281 New (Mac): Create package directory for osx and include it in "check-version"
* 276 Fixed: Compilation error in path.cpp because of missing APR_STATUS_
* 277 Fixed: Build error on wxMac because of wxString/libtoolize
* 278 Fixed (Mac): autogen.sh on OSX needs 'glibtoolize' instead of 'libtoolize
* 280 Fixed: configure didnt detect missing docbook-xsl
* 284 Fixed (Mac): Menu flickering when list view changes
* 288 Fixed: Performance while expand item in tree view
* 289 Fixed: Diff working copy against BASE file
* 293 Fixed: Segmentation fault in client error handling
* 321 Fixed: segmentation fault in src/svncpp/context.cpp
* 328 Fixed: Change MSVC project to support Subversion 1.2.3.
* 329 Fixed: Add ICONV files to installer

Work in progress (not completed):
* 80  Remember filenames, log entries between calls
* 261 Additional bookmark operations
* 279 Ensure Compatibility with wxWidgets 2.6.0
* 287 Support Subversion 1.2

diffstat:

 devel/rapidsvn/Makefile |  16 ++++++++++++----
 devel/rapidsvn/PLIST    |   3 ++-
 devel/rapidsvn/distinfo |   8 ++++----
 3 files changed, 18 insertions(+), 9 deletions(-)

diffs (60 lines):

diff -r ab1734bbe260 -r ae8cb560bad6 devel/rapidsvn/Makefile
--- a/devel/rapidsvn/Makefile   Sat Oct 29 21:05:28 2005 +0000
+++ b/devel/rapidsvn/Makefile   Sat Oct 29 22:16:07 2005 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.20 2005/08/07 11:34:21 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2005/10/29 22:16:07 epg Exp $
 
-DISTNAME=              rapidsvn-0.8.0
-PKGREVISION=           1
+DISTNAME=              rapidsvn-0.9.0
 CATEGORIES=            devel x11
 MASTER_SITES=          http://www.rapidsvn.org/download/
 
-MAINTAINER=            epg%NetBSD.org@localhost
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
 HOMEPAGE=              http://rapidsvn.tigris.org/
 COMMENT=               Cross-platform Subversion GUI
 
@@ -18,6 +17,15 @@
 
 INSTALLATION_DIRS+=    include/svncpp
 
+post-configure:
+       ${ECHO} 'all:' > ${WRKSRC}/doc/manpage/Makefile
+       ${ECHO} 'install:' >> ${WRKSRC}/doc/manpage/Makefile
+
+post-install:
+       ${INSTALL_MAN} ${WRKSRC}/doc/manpage/rapidsvn.1 \
+               ${PREFIX}/${PKGMANDIR}/man1
+
+
 .include "../../devel/apr/buildlink3.mk"
 .include "../../devel/subversion/buildlink3.mk"
 .include "../../x11/wxGTK/buildlink3.mk"
diff -r ab1734bbe260 -r ae8cb560bad6 devel/rapidsvn/PLIST
--- a/devel/rapidsvn/PLIST      Sat Oct 29 21:05:28 2005 +0000
+++ b/devel/rapidsvn/PLIST      Sat Oct 29 22:16:07 2005 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2004/09/26 17:15:18 epg Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/10/29 22:16:07 epg 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
diff -r ab1734bbe260 -r ae8cb560bad6 devel/rapidsvn/distinfo
--- a/devel/rapidsvn/distinfo   Sat Oct 29 21:05:28 2005 +0000
+++ b/devel/rapidsvn/distinfo   Sat Oct 29 22:16:07 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2005/05/23 23:43:38 epg Exp $
+$NetBSD: distinfo,v 1.9 2005/10/29 22:16:07 epg Exp $
 
-SHA1 (rapidsvn-0.8.0.tar.gz) = b86c75fceca95672054213a492321d8fa6142e27
-RMD160 (rapidsvn-0.8.0.tar.gz) = 4ea67c1fb74b569ff31289912a580db8c07c49e1
-Size (rapidsvn-0.8.0.tar.gz) = 570862 bytes
+SHA1 (rapidsvn-0.9.0.tar.gz) = de0db1743c0cc9486685dda92cf66e025e04cf49
+RMD160 (rapidsvn-0.9.0.tar.gz) = 256d15f60686e0825451feb5f76e70cc68bf4e9a
+Size (rapidsvn-0.9.0.tar.gz) = 573956 bytes



Home | Main Index | Thread Index | Old Index