<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/math/dcdflib.c, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-05-04T20:20:50Z</updated>
<entry>
<title>Honor LIBOWN and LIBGRP.</title>
<updated>2004-05-04T20:20:50Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-05-04T20:20:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2c90c21c384ad9435ca1dbe5f2a7334894ac5513'/>
<id>urn:sha1:2c90c21c384ad9435ca1dbe5f2a7334894ac5513</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move WRKSRC definition away from the first paragraph in a Makefile.</title>
<updated>2004-01-20T12:18:15Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2004-01-20T12:18:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1e53090cc228edde244c3b79950271b8ca469b1f'/>
<id>urn:sha1:1e53090cc228edde244c3b79950271b8ca469b1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The distifile has been regenerated (but its contents is identical).</title>
<updated>2003-11-15T14:09:30Z</updated>
<author>
<name>kristerw</name>
<email>kristerw</email>
</author>
<published>2003-11-15T14:09:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ba0004f14e018f4f34ca9e33f0ac51190998967e'/>
<id>urn:sha1:ba0004f14e018f4f34ca9e33f0ac51190998967e</id>
<content type='text'>
Add DIST_SUBDIR and regen distinfo.
</content>
</entry>
<entry>
<title>Update HOMEPAGE and/or MASTER_SITES</title>
<updated>2003-09-19T23:08:22Z</updated>
<author>
<name>dent</name>
<email>dent</email>
</author>
<published>2003-09-19T23:08:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bdf17511289d12e813b3607f0fda172aaa1566ab'/>
<id>urn:sha1:bdf17511289d12e813b3607f0fda172aaa1566ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/netbsd.org/NetBSD.org/</title>
<updated>2003-07-17T21:41:05Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2003-07-17T21:41:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8a11869b703aead0cb98488574404b2b233f0b64'/>
<id>urn:sha1:8a11869b703aead0cb98488574404b2b233f0b64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.</title>
<updated>2003-06-02T01:15:31Z</updated>
<author>
<name>jschauma</name>
<email>jschauma</email>
</author>
<published>2003-06-02T01:15:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e4265b310856834018287a415c6ccfa4a335a54a'/>
<id>urn:sha1:e4265b310856834018287a415c6ccfa4a335a54a</id>
<content type='text'>
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
</content>
</entry>
<entry>
<title>Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.</title>
<updated>2003-03-29T12:40:00Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2003-03-29T12:40:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=95b3e3e2360a18f5efbc61ef85a063b7481be09f'/>
<id>urn:sha1:95b3e3e2360a18f5efbc61ef85a063b7481be09f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in</title>
<updated>2001-11-29T01:12:24Z</updated>
<author>
<name>hubertf</name>
<email>hubertf</email>
</author>
<published>2001-11-29T01:12:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dfbf38a3ef25dda3800d125bfd25148ae1c64431'/>
<id>urn:sha1:dfbf38a3ef25dda3800d125bfd25148ae1c64431</id>
<content type='text'>
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     =&gt; PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     =&gt; PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
</content>
</entry>
<entry>
<title>Move pkg/ files into package's toplevel directory</title>
<updated>2001-11-01T00:11:36Z</updated>
<author>
<name>zuntum</name>
<email>zuntum</email>
</author>
<published>2001-11-01T00:11:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8bc5dafa3b85eac1ad1a0c6f37cd23466c28a12c'/>
<id>urn:sha1:8bc5dafa3b85eac1ad1a0c6f37cd23466c28a12c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move to sha1 digests, and add distfile sizes.</title>
<updated>2001-04-19T08:45:37Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2001-04-19T08:45:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2f311d5f2bcc520f53b68b734239db510649589e'/>
<id>urn:sha1:2f311d5f2bcc520f53b68b734239db510649589e</id>
<content type='text'>
</content>
</entry>
</feed>
