<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/pkgtools/pkgdiff/files/patchdiff.pl, branch pkgsrc_2011Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2011-03-04T15:57:07Z</updated>
<entry>
<title>Add "-D"/"-d dir" options to mkpatches and patchdiff.</title>
<updated>2011-03-04T15:57:07Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2011-03-04T15:57:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=df739fbd7189ec7416198781b939dc2da400534f'/>
<id>urn:sha1:df739fbd7189ec7416198781b939dc2da400534f</id>
<content type='text'>
-D provides the previous behaviour of creating patches in $WRKDIR/.newpatches
-d dir specifies the directory where the patches will be created.

Requested by Aleksey Cheusov for read-only pkgsrc checkouts.

Fix minor bugs while here.

Bump version.
</content>
</entry>
<entry>
<title>Add proper license for files by dillo and myself.</title>
<updated>2011-02-02T23:35:11Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2011-02-02T23:35:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2a53cb2e09ffb23c684c5eb9a4f326640267f6be'/>
<id>urn:sha1:2a53cb2e09ffb23c684c5eb9a4f326640267f6be</id>
<content type='text'>
Ok dillo.
</content>
</entry>
<entry>
<title>Update to 1.0.</title>
<updated>2011-02-02T10:23:02Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2011-02-02T10:23:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=22d73b87b71ada193b7706f172106d434c3b9aaf'/>
<id>urn:sha1:22d73b87b71ada193b7706f172106d434c3b9aaf</id>
<content type='text'>
Smarter pkgdiff, doesn't create chunks that are added automatically
by the pkgsrc infrastructure (configure:exit instead of regenerate,
Makefile: localedir).

mkpatches: patch file names now contain the path to the file and its name
per discussion on tech-pkg June 2010.
Also, the files are created directly in the patches/ directory; backups
are saved as patches/patch-foo.orig.

patchdiff: now compares patches/patch-foo with patches/patch-foo.orig;
if they only differ in non-essential parts, patchdiff reinstates the
original patch to keep commits less noisy.
</content>
</entry>
<entry>
<title>Use a single pattern to match changes in the diff header so that a change to</title>
<updated>2010-07-04T22:20:04Z</updated>
<author>
<name>sbd</name>
<email>sbd</email>
</author>
<published>2010-07-04T22:20:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3223963289566f8ed1d735eb3429ef963c3f2930'/>
<id>urn:sha1:3223963289566f8ed1d735eb3429ef963c3f2930</id>
<content type='text'>
the input timestamp/name _and_/or output timestamp _and_/or line numbers
changes handled.

update version number to 0.123
</content>
</entry>
<entry>
<title>1) Add a space to the second white-space block, when matching filenames as some</title>
<updated>2010-07-04T22:18:28Z</updated>
<author>
<name>sbd</name>
<email>sbd</email>
</author>
<published>2010-07-04T22:18:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ac6687aeb99b300d995e68aa3d2166a472b009a7'/>
<id>urn:sha1:ac6687aeb99b300d995e68aa3d2166a472b009a7</id>
<content type='text'>
diff version must uses spaces to separate the filename and timestamp (that
or somepeople do cut-n-pasting of patches).

2) add the comma "," to the pattern used to match line numbers, to match POSIX.
</content>
</entry>
<entry>
<title>Ignore more uninteresting output.</title>
<updated>2008-11-05T23:18:18Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2008-11-05T23:18:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0076a1dc07ed70302554b7bc803765904d43522c'/>
<id>urn:sha1:0076a1dc07ed70302554b7bc803765904d43522c</id>
<content type='text'>
Tries to address PR 39291.

Welcome to 0.121.
</content>
</entry>
<entry>
<title>In both mkpatches.pl and patchdiff.pl, ignore a leading "./" when</title>
<updated>2008-02-16T22:21:35Z</updated>
<author>
<name>apb</name>
<email>apb</email>
</author>
<published>2008-02-16T22:21:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6f2e5c66bafd16258692a7ee848184f8dba7c150'/>
<id>urn:sha1:6f2e5c66bafd16258692a7ee848184f8dba7c150</id>
<content type='text'>
parsing a file name from the "+++" line in an old patch file.  (New
patch files created by mkpatches do not have "./" in the file name in
the "+++" line, but some old patches currently in pkgsrc do have "./"
there.)

Bump version to 0.120.
</content>
</entry>
<entry>
<title>Workaround too aggressive RCS ID find, so that +BUILD_VERSION and</title>
<updated>2007-07-12T15:35:43Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2007-07-12T15:35:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d3f0b33bc4c1b0a7d12100e9c27081c298e2eb87'/>
<id>urn:sha1:d3f0b33bc4c1b0a7d12100e9c27081c298e2eb87</id>
<content type='text'>
ident agree.
</content>
</entry>
<entry>
<title>NetBSD capitalization police.</title>
<updated>2005-12-13T12:03:47Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2005-12-13T12:03:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0418c31d12c31431c05b0a36a24342cdbcc12e02'/>
<id>urn:sha1:0418c31d12c31431c05b0a36a24342cdbcc12e02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Put the correct path to perl into the scripts.  This fixes using this</title>
<updated>2004-01-10T05:40:40Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-01-10T05:40:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e760603524a303c27777e8cf251cdad4a535183c'/>
<id>urn:sha1:e760603524a303c27777e8cf251cdad4a535183c</id>
<content type='text'>
package with pkgviews.
</content>
</entry>
</feed>
