diff options
author | wiz <wiz@pkgsrc.org> | 2000-06-28 01:42:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-06-28 01:42:42 +0000 |
commit | 464f7a093ae3877157772dc2c6aedf5b6453e107 (patch) | |
tree | dfcbaed0a66a2190bcdf563314ede6736cc4af28 /pkgtools/pkgdiff/pkg | |
parent | a144168f6d4870475eb4b5cd3884e830ed6ec5f8 (diff) | |
download | pkgsrc-464f7a093ae3877157772dc2c6aedf5b6453e107.tar.gz |
Import of pkgdiff & friends, some tools for easier patch creation
and maintenance.
Diffstat (limited to 'pkgtools/pkgdiff/pkg')
-rw-r--r-- | pkgtools/pkgdiff/pkg/COMMENT | 1 | ||||
-rw-r--r-- | pkgtools/pkgdiff/pkg/DESCR | 11 | ||||
-rw-r--r-- | pkgtools/pkgdiff/pkg/PLIST | 10 |
3 files changed, 22 insertions, 0 deletions
diff --git a/pkgtools/pkgdiff/pkg/COMMENT b/pkgtools/pkgdiff/pkg/COMMENT new file mode 100644 index 00000000000..34ab28474ca --- /dev/null +++ b/pkgtools/pkgdiff/pkg/COMMENT @@ -0,0 +1 @@ +tools to ease creating and maintaining patches for pkgsrc diff --git a/pkgtools/pkgdiff/pkg/DESCR b/pkgtools/pkgdiff/pkg/DESCR new file mode 100644 index 00000000000..af98c238b37 --- /dev/null +++ b/pkgtools/pkgdiff/pkg/DESCR @@ -0,0 +1,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. diff --git a/pkgtools/pkgdiff/pkg/PLIST b/pkgtools/pkgdiff/pkg/PLIST new file mode 100644 index 00000000000..bae5c2448bf --- /dev/null +++ b/pkgtools/pkgdiff/pkg/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/06/28 01:42:43 wiz Exp $ +bin/mkpatches +bin/patchdiff +bin/pkgdiff +man/cat1/mkpatches.0 +man/cat1/patchdiff.0 +man/cat1/pkgdiff.0 +man/man1/mkpatches.1 +man/man1/patchdiff.1 +man/man1/pkgdiff.1 |