diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-03-13 19:38:29 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-03-13 19:38:29 +0000 |
commit | 4c4c69137236f2dcf318e70dcacbf0e13a470d81 (patch) | |
tree | 3472fe6d8f529515943954d22e8d8adcf9a10342 /textproc/dwdiff | |
parent | 031912a30f16f875b59540ca9f0129e56165ea3f (diff) | |
download | ports-4c4c69137236f2dcf318e70dcacbf0e13a470d81.tar.gz ports-4c4c69137236f2dcf318e70dcacbf0e13a470d81.zip |
Notes
Diffstat (limited to 'textproc/dwdiff')
-rw-r--r-- | textproc/dwdiff/Makefile | 7 | ||||
-rw-r--r-- | textproc/dwdiff/distinfo | 4 | ||||
-rw-r--r-- | textproc/dwdiff/pkg-descr | 15 | ||||
-rw-r--r-- | textproc/dwdiff/pkg-plist | 2 |
4 files changed, 13 insertions, 15 deletions
diff --git a/textproc/dwdiff/Makefile b/textproc/dwdiff/Makefile index 35b13245a6d0..edff2c9be243 100644 --- a/textproc/dwdiff/Makefile +++ b/textproc/dwdiff/Makefile @@ -2,16 +2,15 @@ # $FreeBSD$ PORTNAME= dwdiff -PORTVERSION= 1.9 -PORTREVISION= 1 +PORTVERSION= 2.0.4 CATEGORIES= textproc MASTER_SITES= http://os.ghalkes.nl/dist/ \ - http://www.logvinov.ru/files/dist/ \ + http://fossies.org/unix/privat/ \ LOCAL/avl EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A delimited word diff program +COMMENT= Delimited word diff program LICENSE= GPLv3 diff --git a/textproc/dwdiff/distinfo b/textproc/dwdiff/distinfo index 249bde2db559..4b45290f2c5b 100644 --- a/textproc/dwdiff/distinfo +++ b/textproc/dwdiff/distinfo @@ -1,2 +1,2 @@ -SHA256 (dwdiff-1.9.tgz) = 602a6728f317717041ff83d46737c92e2b08491fd44370f70d956fc7b7db6219 -SIZE (dwdiff-1.9.tgz) = 76488 +SHA256 (dwdiff-2.0.4.tgz) = 0e467dbb2cc52d81f3e070adab823ac2a9170cac1910bc02bb8edec3f75e0b3d +SIZE (dwdiff-2.0.4.tgz) = 85930 diff --git a/textproc/dwdiff/pkg-descr b/textproc/dwdiff/pkg-descr index d770cb80a444..aad2d7e0756e 100644 --- a/textproc/dwdiff/pkg-descr +++ b/textproc/dwdiff/pkg-descr @@ -1,15 +1,14 @@ -dwdiff is a front-end for the diff program that operates at the word level -instead of the line level. It is different from wdiff in that it allows the -user to specify what should be considered whitespace, and in that it takes an -optional list of characters that should be considered delimiters. Delimiters -are single characters that are treated as if they are words, even when there -is no whitespace separating them from preceding words or delimiters. dwdiff -is mostly commandline compatible with wdiff. Only the --autopager, --terminal +dwdiff is a diff program that operates at the word level instead of the line +level. It is different from wdiff in that it allows the user to specify what +should be considered whitespace, and in that it takes an optional list of +characters that should be considered delimiters. Delimiters are single +characters that are treated as if they are words, even when there is no +whitespace separating them from preceding words or delimiters. dwdiff is +mostly commandline compatible with wdiff. Only the --autopager, --terminal and --avoid-wraps options are not supported. The default output from dwdiff is the new text, with the deleted and inserted parts annotated with markers. Command line options are available to change both what is printed, and the markers. -Author: Gertjan Halkes <dwdiff@ghalkes.nl> WWW: http://os.ghalkes.nl/dwdiff.html diff --git a/textproc/dwdiff/pkg-plist b/textproc/dwdiff/pkg-plist index 9196cf6aaebb..66aaa8f4036d 100644 --- a/textproc/dwdiff/pkg-plist +++ b/textproc/dwdiff/pkg-plist @@ -1,9 +1,9 @@ bin/dwdiff bin/dwfilter %%NLS%%share/locale/de/LC_MESSAGES/dwdiff.mo +%%NLS%%share/locale/es/LC_MESSAGES/dwdiff.mo %%NLS%%share/locale/fr/LC_MESSAGES/dwdiff.mo %%NLS%%share/locale/nl/LC_MESSAGES/dwdiff.mo -%%NLS%%share/locale/ru/LC_MESSAGES/dwdiff.mo %%NLS%%@dirrmtry man/nl.UTF-8/man1 %%NLS%%@dirrmtry man/nl.UTF-8 %%NLS%%@dirrmtry man/nl/man1 |