Package: patchutils Version: 0.3.4 Revision: 1 Maintainer: Daniel Johnson Source: http://cyberelk.net/tim/data/patchutils/stable/%N-%v.tar.xz Source-Checksum: SHA256(cf55d4db83ead41188f5b6be16f60f6b76a87d5db1c42f5459d596e81dabe876) BuildDepends: fink (>= 0.32.0) PatchFile: %n.patch PatchFile-MD5: 7affde79af3b144f523e07d19acecdbd ConfigureParams: --disable-dependency-tracking CompileScript: << PERL=/usr/bin/perl ./configure %c make << InfoTest: TestScript: make check || exit 1 InstallScript: make install DESTDIR=%d DocFiles: AUTHORS README COPYING ChangeLog AUTHORS NEWS TODO DescPackaging: << 20 tests fail due to problems with the test suite. I don't care enough to rewrite the tests to work, so make the test phase exit with 1. Patch getline in util.c to fix a buffer underrun issue that causes segfaults. Maintained up to 0.2.30 by Spundun Bhatt Avoid dependency mess if /sw/bin/perl exists at compile-time << Description: Utilities to work with patches DescDetail: << patchutils is a collection of small utilities that help extracting and viewing patches (difffs). 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. Combinediff generates a single patch from two incremental patches, allowing you to merge patches together. The resulting patch file only alters each file once. Filterdiff will select the portions of a patch file that apply to files matching (or, alternatively, not matching) a shell wildcard. Fixcvsdiff is for correcting the output of 'cvs diff'. Rediff corrects hand-edited patches, by comparing the original patch with the modified one and adjusting the offsets and counts. Lsdiff displays a short listing of affected files in a patch file, along with (optionally) the line numbers of the start of each patch. Splitdiff separates out patches from a patch file so that each new patch file only alters any given file once. In this way, a file containing several incremental patches can be split into individual incremental patches. Grepdiff displays a list of the files modified by a patch where the patch contains a given regular expression. Recountdiff fixes up counts and offsets in a unified diff. Unwrapdiff fixes word-wrapped unified diffs. << License: GPL Homepage: http://cyberelk.net/tim/software/patchutils/