pkgsrc/devel/rapidsvn/Makefile

35 lines
923 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.33 2007/06/08 12:25:02 wiz Exp $
Updated rapidsvn to 0.9.4. Version 0.9.4 (released December 8th 2006) http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.4 User-visible changes * 446 New Feature: Support for Subversion 1.4.2 * 368 New Feature: Show affected files/dirs in Log dialog * 425 New Feature: Show dialog for errors * 447 New Feature: Add Annotate functionality * 439 New Feature: Translation for Simplified Chinese * 441 New Feature: Translation for Brazilian Portuguese * 453 New Feature: Translation for Italian and Portuguese (while updating translations) * 213 Enhancement: Different icon for a repository bookmark * 292 Enhancement: Enable recursive update for get action * 295 Enhancement: Import dialog uses URL of the current selection * 245 Enhancement: Checkout Dialog remembers previous working copies * 417 Enhancement: Mac: Change 48x48 Icon * 420 Enhancement: Dont expand folders while navigating with the keyboard * 433 Enhancement: Make "Diff to another rev/date" the default option for diff dialog * 434 Enhancement: Allow compare with ONE other revision in log dialog * 442 Enhancement: Update the indicator if a repository folder has no children * 468 Enhancement: Resizeable log dialog * 444 Enhancement: Log history window resizing * 454 Enhancement: Allow editing for unversioned files * 175 Fixed: File modified status didnt refresh automatically * 322 Fixed: Unable to expand directory in tree view * 354 Fixed: RapidSVN didnt show an error if no diff tool is configured * 373 Fixed: Update didnt pull svn:externals * 374 Fixed: Edit action failed after folder change * 407 Fixed: View (in log dialog) failed after folder change * 431 Fixed: Diff (in log dialog) failed after folder change * 409 Fixed: Sash location setting not correct under wxGTK * 423 Fixed: wxGTK: Selecting Diff options worked only with Mouse * 426 Fixed: Win32: Working copies on network share not accessible * 429 Fixed: Refresh caused folder browser to lose the selected folder * 436 Fixed: UI dead when a repository refused anonymous * 437 Fixed: Diff tool arguments hidden in Program Preferences * 438 Fixed: RapidSvn Authentication failure after change of system password * 443 Fixed: Diff dialog fields didnt resize * 448 Fixed: HistoryValidator didnt set text control value * 459 Fixed: Double-click on child in list view does not work * 464 Fixed: RapidSVN crashed on SSL certificate dialog * 465 Fixed: Move directory into subdirectory failed * 469 Fixed: Switch URL crashed from Folder Browser * 470 Fixed: Double-click on child URL in list view didnt work * 471 Fixed: Https crashed on Windows * 472 Fixed: Win2K: Icons in folder browser and filelist have black border Developer-visible changes * 346 Fixed: Could not compile rapidsvn-0.9.0 with GCC 4.1.0-beta20051230 * 408 Fixed: Solaris Compilation with Sun compiler and linker broken Work in progress (not completed) * 7 Create user documentation * 41 Icons for all cmds * 451 Use wxWidgets date picker control for date fields on Diff dialog * 331 Display svn:externals properly * 377 Mac: OpenSSL not supported * 419 Win32: OpenSSL was not static in Installer Version 0.9.3-1 (released June 29 2006) http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.3-1 User-visible changes * 427 Win32: Incompatible update to Bdb 4.4 while SVN is using 4.3
2007-01-06 16:37:02 +01:00
DISTNAME= rapidsvn-0.9.4
PKGREVISION= 1
CATEGORIES= devel x11 scm
Updated rapidsvn to 0.9.4. Version 0.9.4 (released December 8th 2006) http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.4 User-visible changes * 446 New Feature: Support for Subversion 1.4.2 * 368 New Feature: Show affected files/dirs in Log dialog * 425 New Feature: Show dialog for errors * 447 New Feature: Add Annotate functionality * 439 New Feature: Translation for Simplified Chinese * 441 New Feature: Translation for Brazilian Portuguese * 453 New Feature: Translation for Italian and Portuguese (while updating translations) * 213 Enhancement: Different icon for a repository bookmark * 292 Enhancement: Enable recursive update for get action * 295 Enhancement: Import dialog uses URL of the current selection * 245 Enhancement: Checkout Dialog remembers previous working copies * 417 Enhancement: Mac: Change 48x48 Icon * 420 Enhancement: Dont expand folders while navigating with the keyboard * 433 Enhancement: Make "Diff to another rev/date" the default option for diff dialog * 434 Enhancement: Allow compare with ONE other revision in log dialog * 442 Enhancement: Update the indicator if a repository folder has no children * 468 Enhancement: Resizeable log dialog * 444 Enhancement: Log history window resizing * 454 Enhancement: Allow editing for unversioned files * 175 Fixed: File modified status didnt refresh automatically * 322 Fixed: Unable to expand directory in tree view * 354 Fixed: RapidSVN didnt show an error if no diff tool is configured * 373 Fixed: Update didnt pull svn:externals * 374 Fixed: Edit action failed after folder change * 407 Fixed: View (in log dialog) failed after folder change * 431 Fixed: Diff (in log dialog) failed after folder change * 409 Fixed: Sash location setting not correct under wxGTK * 423 Fixed: wxGTK: Selecting Diff options worked only with Mouse * 426 Fixed: Win32: Working copies on network share not accessible * 429 Fixed: Refresh caused folder browser to lose the selected folder * 436 Fixed: UI dead when a repository refused anonymous * 437 Fixed: Diff tool arguments hidden in Program Preferences * 438 Fixed: RapidSvn Authentication failure after change of system password * 443 Fixed: Diff dialog fields didnt resize * 448 Fixed: HistoryValidator didnt set text control value * 459 Fixed: Double-click on child in list view does not work * 464 Fixed: RapidSVN crashed on SSL certificate dialog * 465 Fixed: Move directory into subdirectory failed * 469 Fixed: Switch URL crashed from Folder Browser * 470 Fixed: Double-click on child URL in list view didnt work * 471 Fixed: Https crashed on Windows * 472 Fixed: Win2K: Icons in folder browser and filelist have black border Developer-visible changes * 346 Fixed: Could not compile rapidsvn-0.9.0 with GCC 4.1.0-beta20051230 * 408 Fixed: Solaris Compilation with Sun compiler and linker broken Work in progress (not completed) * 7 Create user documentation * 41 Icons for all cmds * 451 Use wxWidgets date picker control for date fields on Diff dialog * 331 Display svn:externals properly * 377 Mac: OpenSSL not supported * 419 Win32: OpenSSL was not static in Installer Version 0.9.3-1 (released June 29 2006) http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.3-1 User-visible changes * 427 Win32: Incompatible update to Bdb 4.4 while SVN is using 4.3
2007-01-06 16:37:02 +01:00
MASTER_SITES= http://www.rapidsvn.org/download/release/0.9.4/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rapidsvn.tigris.org/
COMMENT= Cross-platform Subversion GUI
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-svn-include=${BUILDLINK_DIR}/include
CONFIGURE_ARGS+= --with-svn-lib=${BUILDLINK_DIR}/lib
2004-09-26 19:15:18 +02:00
INSTALLATION_DIRS+= include/svncpp
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
2005-10-30 00:16:07 +02:00
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/apr0/buildlink3.mk"
.include "../../devel/subversion-base/buildlink3.mk"
2004-03-08 02:27:23 +01:00
.include "../../x11/wxGTK/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"