Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26186
Modified Files:
patchutils.info
Log Message:
Take over and new upstream version.
Index: patchutils.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/patchutils.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- patchutils.info 15 Jun 2006 03:59:03 -0000 1.4
+++ patchutils.info 24 Jan 2009 03:54:58 -0000 1.5
@@ -1,15 +1,16 @@
Package: patchutils
-Version: 0.2.31
-Revision: 2
-Maintainer: None <[email protected]>
+Version: 0.3.1
+Revision: 1
+Maintainer: Daniel Johnson <[email protected]>
Source: http://cyberelk.net/tim/data/patchutils/stable/%N-%v.tar.bz2
-Source-MD5: 3aa902cb7a57a4aa09427de603ebf17b
+Source-MD5: 3fd9bca58a429fbbb1c2126f1b72aa23
DocFiles: AUTHORS README COPYING ChangeLog AUTHORS NEWS TODO
ConfigureParams: --mandir=%p/share/man
CompileScript: <<
PERL=/usr/bin/perl ./configure %c
make
# make check
+#TODO: find out why tests fail
<<
InstallScript: make install DESTDIR=%d
#
@@ -24,6 +25,39 @@
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/patchutils/
+Homepage: http://cyberelk.net/tim/software/patchutils/
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs