aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2006-04-24 09:33:35 +0000
committerMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2006-04-24 09:33:35 +0000
commite80df343198c2df77e3cda11381d433e9d7c4e5d (patch)
tree8f2eede31c5cb06d4421264f14687ab54e5355a1
parent74689cbbf89a394346a835057e7821ea8a6ebe57 (diff)
downloadports-e80df343198c2df77e3cda11381d433e9d7c4e5d.tar.gz
ports-e80df343198c2df77e3cda11381d433e9d7c4e5d.zip
Unbreak and Update 1.19
Submitted by: fenner's distfiles survey
Notes
Notes: svn path=/head/; revision=160294
-rw-r--r--textproc/cdif/Makefile6
-rw-r--r--textproc/cdif/distinfo7
-rw-r--r--textproc/cdif/pkg-descr13
3 files changed, 14 insertions, 12 deletions
diff --git a/textproc/cdif/Makefile b/textproc/cdif/Makefile
index f5d108d8c4b2..9dd134a460b9 100644
--- a/textproc/cdif/Makefile
+++ b/textproc/cdif/Makefile
@@ -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
diff --git a/textproc/cdif/distinfo b/textproc/cdif/distinfo
index 1f3850617ee4..5dc22d8f2d1a 100644
--- a/textproc/cdif/distinfo
+++ b/textproc/cdif/distinfo
@@ -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
diff --git a/textproc/cdif/pkg-descr b/textproc/cdif/pkg-descr
index 955af33ae7e2..23ddba16dc25 100644
--- a/textproc/cdif/pkg-descr
+++ b/textproc/cdif/pkg-descr
@@ -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