blob: af98c238b378a685c30269da749553066d5df893 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
This package contains three tools to ease creating and maintaining
patches for pkgsrc: mkpatches, patchdiff, and pkgdiff.
pkgdiff compares two files (like diff) and produces an output file
that can be used in pkgsrc.
mkpatches automatically generates a set of patches, if the original
versions of the files had been saved as filename.orig.
patchdiff compares a previously existing set of patches with another
one created by mkpatches, and outputs any changes.
|