diff options
author | itojun <itojun@pkgsrc.org> | 2000-03-12 09:44:29 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-03-12 09:44:29 +0000 |
commit | 1c6b06fbe40c8713ee70c69e7d28c944230d4cc9 (patch) | |
tree | 4206de0cfcfd46379a39bab2947d8e1814ba72dc /textproc/cdif/pkg | |
parent | e17fc205fab2e9b4d2fc976fedd61ecf9f8dab2d (diff) | |
download | pkgsrc-1c6b06fbe40c8713ee70c69e7d28c944230d4cc9.tar.gz |
word context diff tool.
Usage: cdif [-Bvn] [-A #] [-C #] [-D #] [-I #] [-[bwcu]] file1 file2
cdif [-rcs] [-q] [-rrev1 [-rrev2]] [cdif options] file
cdif [cdif options] [diff-output-file]
Diffstat (limited to 'textproc/cdif/pkg')
-rw-r--r-- | textproc/cdif/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/cdif/pkg/DESCR | 23 | ||||
-rw-r--r-- | textproc/cdif/pkg/PLIST | 1 |
3 files changed, 25 insertions, 0 deletions
diff --git a/textproc/cdif/pkg/COMMENT b/textproc/cdif/pkg/COMMENT new file mode 100644 index 00000000000..d1deb26e370 --- /dev/null +++ b/textproc/cdif/pkg/COMMENT @@ -0,0 +1 @@ +word context diff diff --git a/textproc/cdif/pkg/DESCR b/textproc/cdif/pkg/DESCR new file mode 100644 index 00000000000..955af33ae7e --- /dev/null +++ b/textproc/cdif/pkg/DESCR @@ -0,0 +1,23 @@ +Usage: cdif [-Bvn] [-A #] [-C #] [-D #] [-I #] [-[bwcu]] file1 file2 + cdif [-rcs] [-q] [-rrev1 [-rrev2]] [cdif options] file + cdif [cdif options] [diff-output-file] +Options: + -B byte compare + -v use video standout (default for tty) + -n use nroff style overstrike (default for non-tty) + -b ignore trailing blank + -w ignore whitespace + -c[#] context diff + -u[#] unified diff (if diff has -u option) + -e # expression of `word' (default is '\w+') + -A, -C, -D (Append, Change, Delete) takes one of + vso: video standout vul: video underline + vbd: video bold bd: nroff style overstrike + ul: nroff style underline + or any sequence or sequences separated by comma + -I specify string to be shown on insertion point + Following strings have special meanings. + vbar: print vertical bar at the point + caret: print caret under the point + -diff=command + specify any diff command diff --git a/textproc/cdif/pkg/PLIST b/textproc/cdif/pkg/PLIST new file mode 100644 index 00000000000..1b41fb1e67f --- /dev/null +++ b/textproc/cdif/pkg/PLIST @@ -0,0 +1 @@ +bin/cdif |