aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2006-04-24 17:33:35 +0800
committersanpei <sanpei@FreeBSD.org>2006-04-24 17:33:35 +0800
commit9b5012a6a44a7db851519689595d51a441a6aefb (patch)
tree73c1d034da4a781b092e57907d7f128911c8ad1f /textproc
parentad0abefb3ec4d7cf6b8062627d955be4f797864b (diff)
downloadfreebsd-ports-gnome-9b5012a6a44a7db851519689595d51a441a6aefb.tar.gz
freebsd-ports-gnome-9b5012a6a44a7db851519689595d51a441a6aefb.tar.zst
freebsd-ports-gnome-9b5012a6a44a7db851519689595d51a441a6aefb.zip
Unbreak and Update 1.19
Submitted by: fenner's distfiles survey
Diffstat (limited to 'textproc')
-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