summaryrefslogtreecommitdiff
path: root/devel/rapidsvn
diff options
context:
space:
mode:
authorepg <epg>2005-10-29 22:16:07 +0000
committerepg <epg>2005-10-29 22:16:07 +0000
commit1e0d854607a48b8807af93af115ee0ee05461a55 (patch)
treecb44aa9a7709d74b752dae29db590a7285331303 /devel/rapidsvn
parent11d097ae632c8f0cfc35a67a566047c2fc0b5acf (diff)
downloadpkgsrc-1e0d854607a48b8807af93af115ee0ee05461a55.tar.gz
Update to 0.9.0, set MAINTAINER to tech-pkg@NetBSD.org.
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 (limited to 'devel/rapidsvn')
-rw-r--r--devel/rapidsvn/Makefile16
-rw-r--r--devel/rapidsvn/PLIST3
-rw-r--r--devel/rapidsvn/distinfo8
3 files changed, 18 insertions, 9 deletions
diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile
index 81f8604f391..a0d7ca2375f 100644
--- a/devel/rapidsvn/Makefile
+++ b/devel/rapidsvn/Makefile
@@ -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
+MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://rapidsvn.tigris.org/
COMMENT= Cross-platform Subversion GUI
@@ -18,6 +17,15 @@ CONFIGURE_ARGS+= --with-svn-lib=${BUILDLINK_DIR}/lib
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 --git a/devel/rapidsvn/PLIST b/devel/rapidsvn/PLIST
index 0ac5e49c72a..8d6b7b39a40 100644
--- a/devel/rapidsvn/PLIST
+++ b/devel/rapidsvn/PLIST
@@ -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 --git a/devel/rapidsvn/distinfo b/devel/rapidsvn/distinfo
index a6ece39ddc8..5c9438cc99f 100644
--- a/devel/rapidsvn/distinfo
+++ b/devel/rapidsvn/distinfo
@@ -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