Update to 0.4.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
This commit is contained in:
parent
e78f01c392
commit
de3ef3e801
4 changed files with 10 additions and 10 deletions
|
@ -2,8 +2,8 @@ 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.
|
||||
from Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion,
|
||||
and SVK repositories for comparison and merging.
|
||||
|
||||
Some key features of Diffuse:
|
||||
- ability to compare and merge an arbitrary number of files
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.18 2010/02/10 19:17:35 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2010/04/15 00:28:42 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= diffuse-0.4.1
|
||||
PKGREVISION= 1
|
||||
DISTNAME= diffuse-0.4.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=diffuse/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2009/10/19 14:33:28 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2010/04/15 00:28:42 wiz Exp $
|
||||
bin/diffuse
|
||||
man/man1/diffuse.1
|
||||
share/applications/diffuse.desktop
|
||||
|
@ -33,6 +33,7 @@ share/diffuse/syntax/xml.syntax
|
|||
share/examples/diffuse/diffuserc
|
||||
share/gnome/help/diffuse/C/diffuse.xml
|
||||
share/locale/de/LC_MESSAGES/diffuse.mo
|
||||
share/locale/es/LC_MESSAGES/diffuse.mo
|
||||
share/locale/ja/LC_MESSAGES/diffuse.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/diffuse.mo
|
||||
share/omf/diffuse/diffuse-C.omf
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2009/10/19 14:33:28 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.8 2010/04/15 00:28:42 wiz Exp $
|
||||
|
||||
SHA1 (diffuse-0.4.1.tar.bz2) = 684891e7a77a5a49a7acaf4e14f69d49d70fa7d1
|
||||
RMD160 (diffuse-0.4.1.tar.bz2) = 424734fedb2f154da1e640912affa5bd41d0066a
|
||||
Size (diffuse-0.4.1.tar.bz2) = 117740 bytes
|
||||
SHA1 (diffuse-0.4.2.tar.bz2) = ece6899094fd0f3808beedf371c80c75f4b59a44
|
||||
RMD160 (diffuse-0.4.2.tar.bz2) = 2f70a22eb3ae9d6c8318babec19871e5669fc46b
|
||||
Size (diffuse-0.4.2.tar.bz2) = 124150 bytes
|
||||
|
|
Loading…
Reference in a new issue