aboutsummaryrefslogtreecommitdiff
path: root/misc/patchutils
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-25 16:40:50 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-25 16:40:50 +0000
commit1bb78675af997372b5ef997b5d2d00d352016a5d (patch)
treeb42f09ca40bd4df6b2e879300ee8044172d1859c /misc/patchutils
parent07cca506c60e4b320aca8a96c9639cb7f07a4bb7 (diff)
downloadports-1bb78675af997372b5ef997b5d2d00d352016a5d.tar.gz
ports-1bb78675af997372b5ef997b5d2d00d352016a5d.zip
make pkg-descr up to date
Notes
Notes: svn path=/head/; revision=67135
Diffstat (limited to 'misc/patchutils')
-rw-r--r--misc/patchutils/Makefile1
-rw-r--r--misc/patchutils/pkg-descr26
2 files changed, 18 insertions, 9 deletions
diff --git a/misc/patchutils/Makefile b/misc/patchutils/Makefile
index 49137ecea66b..7710ba191bf3 100644
--- a/misc/patchutils/Makefile
+++ b/misc/patchutils/Makefile
@@ -8,6 +8,7 @@
PORTNAME= patchutils
PORTVERSION= 0.2.16
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/
diff --git a/misc/patchutils/pkg-descr b/misc/patchutils/pkg-descr
index 02139c436821..4ad834d39aa5 100644
--- a/misc/patchutils/pkg-descr
+++ b/misc/patchutils/pkg-descr
@@ -1,13 +1,21 @@
Patchutils is a small collection of programs that operate on patch files.
-Currently it contains interdiff and filterdiff.
-Interdiff generates an incremental patch from two patches against a common
-source. For example, if you have applied a pre-patch to a source tree, and
-wish to apply another pre-patch (which is against the same original source
-tree), you can use interdiff to generate the patch that you need to apply.
-You can also use this to review changes between two pre-patches.
-
-Filterdiff will select the portions of a patch file that apply to files
-matching (or, alternatively, not matching) a shell wildcard.
+ - Interdiff generates an incremental patch from two patches against a common
+ source.
+ - Combinediff generates a single patch from two incremental patches, allowing
+ you to merge patches together.
+ - Filterdiff will select the portions of a patch file that apply to files
+ matching (or, alternatively, not matching) a shell wildcard.
+ - Fixcvsdiff is for correcting the output of 'cvs diff'.
+ - Rediff corrects hand-edited patches, by comparing the original patch with
+ the modified one and adjusting the offsets and counts.
+ - Lsdiff displays a short listing of affected files in a patch file, along
+ with (optionally) the line numbers of the start of each patch.
+ - Splitdiff separates out patches from a patch file so that each new patch
+ file only alters any given file once.
+ - Grepdiff displays a list of the files modified by a patch where the patch
+ contains a given regular expression.
+ - Recountdiff fixes up counts and offsets in a unified diff.
+ - Unwrapdiff fixes word-wrapped unified diffs.
WWW: http://cyberelk.net/tim/patchutils/