diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-01-17 23:16:44 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-01-17 23:16:44 +0000 |
commit | 9142ed6c05cfcc71a0bf3b81cb543fdb62090ea4 (patch) | |
tree | 42368226ffe31e0c33948329c28bfdee63f847aa /pkgtools/pkgdiff/pkg | |
parent | 53c8b8c46ff9709202b53d7a3ad09b4a36db9829 (diff) | |
download | pkgsrc-9142ed6c05cfcc71a0bf3b81cb543fdb62090ea4.tar.gz |
Update to 0.96: Add pkgvi, a wrapper that cares to backup files before you
modify them (and that also handles unmodified files in a sane way by deleting
backup files that had no changes).
The pkgvi utility was contributed by Tomasz Luchowski <zuntum@eik.pl>
Diffstat (limited to 'pkgtools/pkgdiff/pkg')
-rw-r--r-- | pkgtools/pkgdiff/pkg/COMMENT | 2 | ||||
-rw-r--r-- | pkgtools/pkgdiff/pkg/DESCR | 3 | ||||
-rw-r--r-- | pkgtools/pkgdiff/pkg/PLIST | 4 |
3 files changed, 7 insertions, 2 deletions
diff --git a/pkgtools/pkgdiff/pkg/COMMENT b/pkgtools/pkgdiff/pkg/COMMENT index 34ab28474ca..dbcabc066db 100644 --- a/pkgtools/pkgdiff/pkg/COMMENT +++ b/pkgtools/pkgdiff/pkg/COMMENT @@ -1 +1 @@ -tools to ease creating and maintaining patches for pkgsrc +Tools to ease creating and maintaining patches for pkgsrc diff --git a/pkgtools/pkgdiff/pkg/DESCR b/pkgtools/pkgdiff/pkg/DESCR index af98c238b37..e895ef6356d 100644 --- a/pkgtools/pkgdiff/pkg/DESCR +++ b/pkgtools/pkgdiff/pkg/DESCR @@ -9,3 +9,6 @@ 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. + +pkgvi makes backup copies if a file is changed, so pkgdiff can be run +on it later, generating a patch for the changes made. diff --git a/pkgtools/pkgdiff/pkg/PLIST b/pkgtools/pkgdiff/pkg/PLIST index bae5c2448bf..058f3b70782 100644 --- a/pkgtools/pkgdiff/pkg/PLIST +++ b/pkgtools/pkgdiff/pkg/PLIST @@ -1,10 +1,12 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/06/28 01:42:43 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/01/17 23:16:48 hubertf Exp $ bin/mkpatches bin/patchdiff bin/pkgdiff +bin/pkgvi man/cat1/mkpatches.0 man/cat1/patchdiff.0 man/cat1/pkgdiff.0 man/man1/mkpatches.1 man/man1/patchdiff.1 man/man1/pkgdiff.1 +man/man1/pkgvi.1 |