<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/cpuburn, branch pkgsrc-2014Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2012-10-23T19:50:50Z</updated>
<entry>
<title>Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.</title>
<updated>2012-10-23T19:50:50Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-10-23T19:50:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c4f95ab71a8e776eb3384df9e8b9ddfa4e2a89c8'/>
<id>urn:sha1:c4f95ab71a8e776eb3384df9e8b9ddfa4e2a89c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PR/34029 -- gtar is probably not required any more.</title>
<updated>2011-07-03T13:59:53Z</updated>
<author>
<name>shattered</name>
<email>shattered@pkgsrc.org</email>
</author>
<published>2011-07-03T13:59:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=196ab8bb7c493b57f57234b707d1ff12a1534b38'/>
<id>urn:sha1:196ab8bb7c493b57f57234b707d1ff12a1534b38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add PKG_DESTDIR_SUPPORT</title>
<updated>2009-02-10T12:01:04Z</updated>
<author>
<name>abs</name>
<email>abs@pkgsrc.org</email>
</author>
<published>2009-02-10T12:01:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=95362c79805fd51a2ef7b20506f6b91ec16a3f41'/>
<id>urn:sha1:95362c79805fd51a2ef7b20506f6b91ec16a3f41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace cleanup, courtesy of pkglint.</title>
<updated>2007-02-22T19:26:05Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2007-02-22T19:26:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=601583c3207bd23bb05d0761888aefcb5699e1c2'/>
<id>urn:sha1:601583c3207bd23bb05d0761888aefcb5699e1c2</id>
<content type='text'>
Patch provided by Sergey Svishchev in private mail.</content>
</entry>
<entry>
<title>Install README in share/doc/cpuburn, following the normal convention.</title>
<updated>2006-06-01T20:56:33Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2006-06-01T20:56:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=14fd0b2dfdcfb8997d8b71f6bf87b9737887d4f7'/>
<id>urn:sha1:14fd0b2dfdcfb8997d8b71f6bf87b9737887d4f7</id>
<content type='text'>
Ensure that the directory exists. Bump revision.</content>
</entry>
<entry>
<title>Recursive revision bump / recommended bump for gettext ABI change.</title>
<updated>2006-02-05T23:08:03Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2006-02-05T23:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5911def8168a758ff36655bdfb061b58eb52ff1c'/>
<id>urn:sha1:5911def8168a758ff36655bdfb061b58eb52ff1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update package Makefile now that bsd.pkg.extract.mk is using the</title>
<updated>2006-01-21T18:57:40Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2006-01-21T18:57:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=758d912e338f2060213377f59a7f58ced9eeab24'/>
<id>urn:sha1:758d912e338f2060213377f59a7f58ced9eeab24</id>
<content type='text'>
"extract" script for extraction.  Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed.  The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.</content>
</entry>
<entry>
<title>Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making</title>
<updated>2005-07-15T18:27:48Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2005-07-15T18:27:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bf9129c41e2b7be767d2c17d60e379900e6dda5f'/>
<id>urn:sha1:bf9129c41e2b7be767d2c17d60e379900e6dda5f</id>
<content type='text'>
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.</content>
</entry>
<entry>
<title>Create directories before installing files into them.</title>
<updated>2005-06-17T03:50:19Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2005-06-17T03:50:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e46a9dd38060ef6414b4db2f15402a701e32c7b7'/>
<id>urn:sha1:e46a9dd38060ef6414b4db2f15402a701e32c7b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Note that gtar is required by the package.</title>
<updated>2005-05-16T01:15:30Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2005-05-16T01:15:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7425b543e8f92cf560a58d4bf6db6c156cca9e85'/>
<id>urn:sha1:7425b543e8f92cf560a58d4bf6db6c156cca9e85</id>
<content type='text'>
</content>
</entry>
</feed>
