diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-23 18:02:24 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-23 18:02:24 +0800 |
commit | 0cb9c2240b0fbd43a912f4693d189899d0af4f67 (patch) | |
tree | b1780b2521db720c1b23d8340187b6e4ed6d309d /misc/patchutils/pkg-descr | |
parent | f54b08292c15b75155a3cc001738b75a13057656 (diff) | |
download | freebsd-ports-gnome-0cb9c2240b0fbd43a912f4693d189899d0af4f67.tar.gz freebsd-ports-gnome-0cb9c2240b0fbd43a912f4693d189899d0af4f67.tar.zst freebsd-ports-gnome-0cb9c2240b0fbd43a912f4693d189899d0af4f67.zip |
add patchutils
A small collection of programs that operate on patch files
Diffstat (limited to 'misc/patchutils/pkg-descr')
-rw-r--r-- | misc/patchutils/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/patchutils/pkg-descr b/misc/patchutils/pkg-descr new file mode 100644 index 000000000000..6f013b5b6e7f --- /dev/null +++ b/misc/patchutils/pkg-descr @@ -0,0 +1,13 @@ +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. + +WWW: http://people.redhat.com/twaugh/patchutils/ |