summaryrefslogtreecommitdiff
path: root/devel/diffuse/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-07-13Update to 0.4.5.wiz1-3/+2
Diffuse 0.4.5 - 2011-07-13 - fixed a bug in CVS and Subversion support that prevented Diffuse from displaying some removed files - added syntax highlighting for JSON files - added menu items and keyboard shortcuts for "First Tab" and "Last Tab" - added "--line" command line option - fixed a bug that caused deleted files to be ignored when using the '-m' option - fixed a bug that incorrectly encoded pasted text if utf_8 was not specified in the Region Settings preferences - state information is now stored in ~/.local/share/diffuse - Diffuse now uses a patience diff-based algorithm to align lines - added command line option to specify a label to display instead of the file name - added preference to display the right margin - added Cristian Marchi's Italian translation - fixed a bug that could cause "Save As..." to fail with some user specified encodings
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-1/+2
2010-10-21Update to 0.4.4:wiz1-3/+2
This release adds Korean and Russian localisation, fixes several issues with file paths containing non-English characters, and adds some other minor enhancements.
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-04-16Update to 0.4.3:wiz1-2/+2
Diffuse 0.4.3 - 2010-04-15 - fixed a bug that prevent the "-m" option from opening a 3-way merge for Subversion and Bazaar conflicts
2010-04-15Update to 0.4.2:wiz1-3/+2
Diffuse 0.4.2 - 2010-04-13 - support for detached Git repositories - better removal of unnecessary spacer lines - added support for horizontal mouse scrolling - renamed some resources to more user friendly names - RCS support - added Henri Menke's Spanish translation - "#!" interpreter lines are now used to select proper highlighting rules - syntax highlighting is now indicated by radio menu items
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-1/+2
2009-10-19Update to 0.4.1.wiz1-4/+2
Attention! - personal configuration files are now stored in ~/.config/diffuse/ (the README file describes how to migrate old settings) Diffuse 0.4.1 - 2009-10-12 - added Japanese translation - added Liu Hao's simplified Chinese translation - added a 'Dismiss All Edits' menu item - personal configuration files are now stored in ~/.config/diffuse/ (the README file describes how to migrate old settings) - localised manuals are now supported on Windows - new command line option for specifying blank file comparison panes - new preference to enable/disable line numbers - Diffuse now quits if no viewers were created with the -m option - MMB on a notebook tab now closes the tab - RMB on a notebook tab creates a popup menu to set the current page - added "Undo Close Tab" menu item - replaced "Closing last tab quits Diffuse" preference with a "Warn me when closing a tab will quit Diffuse" preference - added new menu items and buttons for copying lines between panes - changed the default hotkeys for merging to reflect the direction text "moves"
2009-09-23Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessarytron1-2/+1
after Python 2.3 has been removed from "pkgsrc". Approved by Thomas Klausner.
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-08-20Update to 0.4.0:wiz1-2/+2
Diffuse 0.4.0 - 2009-08-17 - changed the default hotkeys for merging to reflect the direction text "moves" - added format menu with new items for changing case, sorting, and manipulating white space - replaced 'Hide end of line characters' preference with 'Show white space characters' - errors are now reported in a dialogue instead of printing to stderr - optimised redraws when only the cursor position has changed - input methods that use pre-editing can now be used when editing text - dead keys can now be used when editing text - updated Monotone support to use 'mtn automate inventory' - Git support now handles files flagged as 'unmerged' - graceful handling of and non-zero exit codes from 'git status' - added version control section to the manual - minor bug fixes
2009-08-17Needs msgfmt.hasso1-1/+2
2009-08-06Update to 0.3.4:wiz1-3/+3
Released 2009-07-03 * syntax highlighting for .plist, GLSL, SConscript, and SConstruct files * status bar now explains how to navigate between modes * added labels to indicate syntax highlighting rules, encoding, and format * Subversion 1.6 support * added Henri Menke's German translation * added '--examplesdir=' and '--mandir=' options to install.py * renamed the '--python-interpreter=' installer option to '--pythonbin=' * minor bug fixes Add an additional post-release fix from upstream (patch-aa).
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+1
block). Uncomment some commented out LICENSE lines while here.
2009-04-29Fix installation without destdir; reported in PR 41270.wiz1-2/+2
2009-04-16Update to 0.3.3 with post-release patches for easier installation andwiz1-33/+9
a bug fix. Set LICENSE. Diffuse 0.3.3 - 2009-04-13 - fixed a bug handling the backspace key with the cursor in the first column Diffuse 0.3.2 - 2009-04-13 - POSIX installer with '--destdir=' and '--files-only' options for packagers - vi-like keybindings for line mode - '-m' option to open modified files in separate tabs - 'Merge From Left Then Right' and 'Merge From Right Then Left' menu items - drag-n-drop support - preferences for behaviour of tabs - files with edits now tagged with '*' - auto indent - 'Open File In New Tab...' and 'Open Modified Files...' menu items - 'Save All' menu item - mac-style line ending support - new end of line display behaviour - improved organisation of menu items - button bar no longer grabs keyboard focus - removed dependence on urllib module - errors are now reported on stderr - removed TODO list - minor bug fixes
2009-04-06Update to 0.3.1. Avoid using urllib, because it causes a core dump.wiz1-5/+3
Next release will not use urllib. Diffuse 0.3.1 - 2009-03-05 - fixed a typo that broke the 'Find...' dialogue Diffuse 0.3.0 - 2009-03-03 - new Windows installer - notification on focus change when files change on disk - menu items for adjusting indentation - syntax highlighting for Objective-C++ - '-c' option now works with CVS-style revision numbers - window title now describes current tab - search settings now persist across sessions - minor bug fixes
2009-03-07Convert to user-destdir.wiz1-4/+7
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-2/+2
changed runtime dependencies now.
2009-01-20fix some installation problems, and make it work with default 'C' localedrochner1-2/+6
2009-01-04Move scrollkeeper/omf.mk to rarian/omf.mk.wiz1-2/+2
scrollkeeper is nowadays included in rarian, so the omf.mk file should be there as well. Adapt all references.
2008-12-09Mark as only for python 2.4 and 2.5, and py-gtk2>=2.10.wiz1-1/+3
2008-12-09Initial import of diffuse-0.2.15:wiz1-0/+57
Diffuse is a graphical tool for merging and comparing text files. Diffuse is able to compare an arbitrary number of files side-by-side and gives users the ability to manually adjust line matching and directly edit files. Diffuse can also retrieve revisions of files from Bazaar, CVS, Darcs, Git, Mercurial, Monotone, Subversion, and SVK repositories for comparison and merging. Some key features of Diffuse: - ability to compare and merge an arbitrary number of files side-by-side (n-way merges) - line matching can be manually corrected by the user - ability to directly edit files - syntax highlighting - Bazaar, CVS, Darcs, Git, Mercurial, Monotone, Subversion, and SVK support - support for UTF-8 encoded unicode - unlimited undo - easy keyboard navigation