diff options
author | wiz <wiz> | 2011-07-13 14:45:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-07-13 14:45:39 +0000 |
commit | 910a50f1e601c77f1962186d980e478668f97003 (patch) | |
tree | 25a6f952e89adce79b4c57c45bbb8731780a853c /devel/diffuse | |
parent | 05c2c34527e20ff3564cc1bca7a7b88757ee7be1 (diff) | |
download | pkgsrc-910a50f1e601c77f1962186d980e478668f97003.tar.gz |
Update to 0.4.5.
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
Diffstat (limited to 'devel/diffuse')
-rw-r--r-- | devel/diffuse/Makefile | 5 | ||||
-rw-r--r-- | devel/diffuse/PLIST | 7 | ||||
-rw-r--r-- | devel/diffuse/distinfo | 8 |
3 files changed, 12 insertions, 8 deletions
diff --git a/devel/diffuse/Makefile b/devel/diffuse/Makefile index c197fb57d91..9b5642eb2f8 100644 --- a/devel/diffuse/Makefile +++ b/devel/diffuse/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2011/04/22 13:43:17 obache Exp $ +# $NetBSD: Makefile,v 1.27 2011/07/13 14:45:39 wiz Exp $ # -DISTNAME= diffuse-0.4.4 -PKGREVISION= 3 +DISTNAME= diffuse-0.4.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=diffuse/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/diffuse/PLIST b/devel/diffuse/PLIST index 44cad99ca98..64e4c867fed 100644 --- a/devel/diffuse/PLIST +++ b/devel/diffuse/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.9 2010/10/21 15:41:48 wiz Exp $ +@comment $NetBSD: PLIST,v 1.10 2011/07/13 14:45:39 wiz Exp $ bin/diffuse +man/it/man1/diffuse.1 man/man1/diffuse.1 man/ru/man1/diffuse.1 share/applications/diffuse.desktop @@ -15,6 +16,7 @@ share/diffuse/syntax/html.syntax share/diffuse/syntax/ini.syntax share/diffuse/syntax/java.syntax share/diffuse/syntax/javascript.syntax +share/diffuse/syntax/json.syntax share/diffuse/syntax/jsp.syntax share/diffuse/syntax/makefile.syntax share/diffuse/syntax/objective-c++.syntax @@ -33,13 +35,16 @@ share/diffuse/syntax/vhdl.syntax share/diffuse/syntax/xml.syntax share/examples/diffuse/diffuserc share/gnome/help/diffuse/C/diffuse.xml +share/gnome/help/diffuse/it/diffuse.xml share/gnome/help/diffuse/ru/diffuse.xml share/locale/de/LC_MESSAGES/diffuse.mo share/locale/es/LC_MESSAGES/diffuse.mo +share/locale/it/LC_MESSAGES/diffuse.mo share/locale/ja/LC_MESSAGES/diffuse.mo share/locale/ko/LC_MESSAGES/diffuse.mo share/locale/ru/LC_MESSAGES/diffuse.mo share/locale/zh_CN/LC_MESSAGES/diffuse.mo share/omf/diffuse/diffuse-C.omf +share/omf/diffuse/diffuse-it.omf share/omf/diffuse/diffuse-ru.omf share/pixmaps/diffuse.png diff --git a/devel/diffuse/distinfo b/devel/diffuse/distinfo index 5bbfdb133eb..a7ae338de04 100644 --- a/devel/diffuse/distinfo +++ b/devel/diffuse/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2010/10/21 15:41:48 wiz Exp $ +$NetBSD: distinfo,v 1.11 2011/07/13 14:45:39 wiz Exp $ -SHA1 (diffuse-0.4.4.tar.bz2) = 4689c13a11a182f9230bd394f4050b656d3d1476 -RMD160 (diffuse-0.4.4.tar.bz2) = e507ca2c9002cd7e66d42de0d592c4c283fb0aa9 -Size (diffuse-0.4.4.tar.bz2) = 146351 bytes +SHA1 (diffuse-0.4.5.tar.bz2) = 46fddd6bb61caaddf9a9a8d691d16cd510b5e37b +RMD160 (diffuse-0.4.5.tar.bz2) = 126f502c3ac2ce57d99e0ec290fd4009083050a8 +Size (diffuse-0.4.5.tar.bz2) = 167958 bytes |