mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Unbreak and Update 1.19
Submitted by: fenner's distfiles survey
This commit is contained in:
parent
74689cbbf8
commit
e80df34319
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160294
@ -7,13 +7,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= cdif
|
||||
PORTVERSION= 1.15
|
||||
PORTVERSION= 1.19
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/
|
||||
MASTER_SITES= http://www.srekcah.org/~utashiro/perl/scripts/cdif/
|
||||
EXTRACT_SUFX= # empty
|
||||
|
||||
MAINTAINER= sanpei@FreeBSD.org
|
||||
COMMENT= Display word context diff
|
||||
COMMENT= Word context diff
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
$NetBSD: md5,v 1.1.1.1 2000/03/12 09:44:30 itojun Exp $
|
||||
|
||||
MD5 (cdif-1.15) = b3d4ebebcea5e1e85264a180178339b4
|
||||
SIZE (cdif-1.15) = 17571
|
||||
MD5 (cdif-1.19) = 184ee4733c6f9c3560dbfc27a360bd3d
|
||||
SHA256 (cdif-1.19) = 1b11fd4fd06680f9563dbd58c9bcecf8317d4f4633028598769d930e3a487b3c
|
||||
SIZE (cdif-1.19) = 19894
|
||||
|
@ -1,6 +1,6 @@
|
||||
Usage: cdif [-Bvn] [-A #] [-C #] [-D #] [-I #] [-[bwcu]] file1 file2
|
||||
cdif [-rcs] [-q] [-rrev1 [-rrev2]] [cdif options] file
|
||||
cdif [cdif options] [diff-output-file]
|
||||
Usage: cdif [-Bvns] [-A #] [-C #] [-D #] [-I #] [-e #] [-[bwcu]] file1 file2
|
||||
cdif [-rcs] [-q] [-rrev1 [-rrev2]] [$myname options] file
|
||||
cdif [$myname options] [diff-output-file]
|
||||
Options:
|
||||
-B byte compare
|
||||
-v use video standout (default for tty)
|
||||
@ -10,9 +10,12 @@ Options:
|
||||
-c[#] context diff
|
||||
-u[#] unified diff (if diff has -u option)
|
||||
-e # expression of `word' (default is '\w+')
|
||||
-s show statistical information at the end
|
||||
-A, -C, -D (Append, Change, Delete) takes one of
|
||||
vso: video standout vul: video underline
|
||||
vbd: video bold bd: nroff style overstrike
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user