diff options
author | wiz <wiz@pkgsrc.org> | 2008-12-09 14:19:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-12-09 14:19:21 +0000 |
commit | 9d5c30416d5f039a58c16372a5ae65bc7aeb9ccb (patch) | |
tree | 7e199deab0bb88ef1a035ead8c6ab9e01f3e68a4 /devel/diffuse/PLIST | |
parent | bfd4c08369d383848305919613b883557abf7e5a (diff) | |
download | pkgsrc-9d5c30416d5f039a58c16372a5ae65bc7aeb9ccb.tar.gz |
Initial import of diffuse-0.2.15:
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
Diffstat (limited to 'devel/diffuse/PLIST')
-rw-r--r-- | devel/diffuse/PLIST | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/devel/diffuse/PLIST b/devel/diffuse/PLIST new file mode 100644 index 00000000000..fe53b8f0360 --- /dev/null +++ b/devel/diffuse/PLIST @@ -0,0 +1,41 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/09 14:19:21 wiz Exp $ +bin/diffuse +man/man1/diffuse.1 +share/applications/diffuse.desktop +share/diffuse/syntax/bash.syntax +share/diffuse/syntax/c++.syntax +share/diffuse/syntax/csh.syntax +share/diffuse/syntax/csharp.syntax +share/diffuse/syntax/css.syntax +share/diffuse/syntax/gettext.syntax +share/diffuse/syntax/html.syntax +share/diffuse/syntax/ini.syntax +share/diffuse/syntax/java.syntax +share/diffuse/syntax/javascript.syntax +share/diffuse/syntax/jsp.syntax +share/diffuse/syntax/makefile.syntax +share/diffuse/syntax/octave.syntax +share/diffuse/syntax/pascal.syntax +share/diffuse/syntax/patch.syntax +share/diffuse/syntax/perl.syntax +share/diffuse/syntax/php.syntax +share/diffuse/syntax/python.syntax +share/diffuse/syntax/ruby.syntax +share/diffuse/syntax/sql.syntax +share/diffuse/syntax/tcl.syntax +share/diffuse/syntax/vb.syntax +share/diffuse/syntax/verilog.syntax +share/diffuse/syntax/vhdl.syntax +share/diffuse/syntax/xml.syntax +share/examples/diffuse/diffuserc +share/gnome/help/diffuse/C +share/omf/diffuse +share/pixmaps/diffuse.png +@comment in xdg-dirs: @dirrm share/pixmaps +@comment in rarian: @dirrm share/omf +@dirrm share/gnome/help/diffuse +@comment in gnome2-dirs: @dirrm share/gnome/help +@dirrm share/examples/diffuse +@dirrm share/diffuse/syntax +@dirrm share/diffuse +@comment in xdg-dirs: @dirrm share/applications |