Package: makepatch Version: 2.00.09 Revision: 1 #Comment: can't use %v in the source. Contains an underline. Source: mirror:cpan:authors/id/JV/makepatch-2.00_09.tar.gz SourceRename: %n-%v.tar.gz SourceDirectory: %n-2.00_09 Source-MD5: c1ea79992e2dcf0faea03c8ce8c084fa UpdatePOD: true Patch: %f.patch CompileScript: << perl Makefile.PL PREFIX=\%p INSTALLPRIVLIB=\%p/lib/perl5 INSTALLARCHLIB=\%p/lib/perl5/darwin INSTALLSITELIB=\%p/lib/perl5 INSTALLSITEARCH=\%p/lib/perl5/darwin INSTALLMAN1DIR=\%p/share/man/man1 INSTALLMAN3DIR=\%p/share/man/man3 INSTALLBIN=\%p/bin INSTALLSCRIPT=\%p/bin make make test << InstallScript: << make install INSTALLPRIVLIB=\%i/lib/perl5 INSTALLARCHLIB=\%i/lib/perl5/darwin INSTALLSITELIB=\%i/lib/perl5 INSTALLSITEARCH=\%i/lib/perl5/darwin INSTALLMAN1DIR=\%i/share/man/man1 INSTALLMAN3DIR=\%i/share/man/man3 INSTALLBIN=\%i/bin INSTALLSCRIPT=\%i/bin << DocFiles: CHANGES MANIFEST README* Description: Perl scripts to make and apply patches DescDetail: << The makepatch package contains two programs, both written in Perl: 'makepatch' and 'applypatch'. 'makepatch' will generate a patch kit from two source trees. It traverses the source directory and runs a 'diff' on each pair of corresponding files, accumulating the output into a patch kit. It knows about the conventions for patch kits: if a file named patchlevel.h exists, it is handled first, so 'patch' can check the version of the source tree. Also, to deal with the non-perfect versions of 'patch' that are in use, it supplies 'Index:' and 'Prereq:' lines, so 'patch' can correctly locate the files to patch, and it relocates the patch to the current directory to avoid problems with creating new files. << DescPort: << Patch to make TMPDIR /tmp instead of /usr/tmp (Hmm patch a program that makes patches?) << License: Artistic/GPL Maintainer: Peter O'Gorman Homepage: http://www.cpan.org/