summaryrefslogtreecommitdiff
path: root/pkgtools/pkgdiff/pkg
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-06-28 01:42:42 +0000
committerwiz <wiz@pkgsrc.org>2000-06-28 01:42:42 +0000
commit464f7a093ae3877157772dc2c6aedf5b6453e107 (patch)
treedfcbaed0a66a2190bcdf563314ede6736cc4af28 /pkgtools/pkgdiff/pkg
parenta144168f6d4870475eb4b5cd3884e830ed6ec5f8 (diff)
downloadpkgsrc-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/COMMENT1
-rw-r--r--pkgtools/pkgdiff/pkg/DESCR11
-rw-r--r--pkgtools/pkgdiff/pkg/PLIST10
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