Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

18
devel/diffuse/DESCR Normal file
View File

@@ -0,0 +1,18 @@
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, RCS, 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

34
devel/diffuse/Makefile Normal file
View File

@@ -0,0 +1,34 @@
# $NetBSD: Makefile,v 1.33 2013/05/14 19:44:22 wiz Exp $
DISTNAME= diffuse-0.4.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=diffuse/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://diffuse.sourceforge.net/
COMMENT= Graphical tool for merging and comparing text files
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.10:../../x11/py-gtk2
USE_TOOLS+= msgfmt
USE_LANGUAGES= # none
CONF_FILES+= ${PREFIX}/share/examples/diffuse/diffuserc \
${PKG_SYSCONFDIR}/diffuserc
do-build:
# nothing
do-install:
cd ${WRKSRC} && ${PYTHONBIN} ./install.py --destdir=/${DESTDIR} \
--examplesdir=${PREFIX}/share/examples/diffuse \
--mandir=${PREFIX}/${PKGMANDIR} \
--prefix=${PREFIX} --sysconfdir=${PKG_SYSCONFDIR} \
--pythonbin=${PYTHONBIN} --files-only
.include "../../lang/python/application.mk"
.include "../../mk/omf-scrollkeeper.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"

57
devel/diffuse/PLIST Normal file
View File

@@ -0,0 +1,57 @@
@comment $NetBSD: PLIST,v 1.12 2013/05/14 19:44:22 wiz Exp $
bin/diffuse
man/cs/man1/diffuse.1
man/it/man1/diffuse.1
man/man1/diffuse.1
man/ru/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/erlang.syntax
share/diffuse/syntax/fortran.syntax
share/diffuse/syntax/gettext.syntax
share/diffuse/syntax/glsl.syntax
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
share/diffuse/syntax/octave.syntax
share/diffuse/syntax/opencl.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/r.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/diffuse.xml
share/gnome/help/diffuse/cs/diffuse.xml
share/gnome/help/diffuse/it/diffuse.xml
share/gnome/help/diffuse/ru/diffuse.xml
share/locale/cs/LC_MESSAGES/diffuse.mo
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/pl/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

5
devel/diffuse/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.13 2013/05/14 19:44:22 wiz Exp $
SHA1 (diffuse-0.4.7.tar.bz2) = 9e3b906b579495027b76dc723b5df28e400d3f26
RMD160 (diffuse-0.4.7.tar.bz2) = 8a7d2a4c8b5af59ab5e0a7c5db619a5017022976
Size (diffuse-0.4.7.tar.bz2) = 189257 bytes