<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/math/mcsim, 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-03-07T22:44:00Z</updated>
<entry>
<title>Remove info files entries from PLIST.</title>
<updated>2004-03-07T22:44:00Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2004-03-07T22:44:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=63d145e070f7c4e2e4182ec4c9fea932daac0030'/>
<id>urn:sha1:63d145e070f7c4e2e4182ec4c9fea932daac0030</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>USE_NEW_TEXINFO is unnecessary now.</title>
<updated>2003-08-09T10:59:08Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2003-08-09T10:59:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1170bf854e7760a82ba67413eea1d0acd6d95ead'/>
<id>urn:sha1:1170bf854e7760a82ba67413eea1d0acd6d95ead</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert to USE_NEW_TEXINFO.</title>
<updated>2003-08-02T13:27:27Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2003-08-02T13:27:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=32608fba52470ec0b75dca067617ad83717d790c'/>
<id>urn:sha1:32608fba52470ec0b75dca067617ad83717d790c</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>Introduce new framework for handling info files generation and installation.</title>
<updated>2002-02-18T15:14:00Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2002-02-18T15:14:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=94736fef3d3bc180c38e89ad3b9fc89d91756057'/>
<id>urn:sha1:94736fef3d3bc180c38e89ad3b9fc89d91756057</id>
<content type='text'>
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
</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>Fix typo.</title>
<updated>2001-04-29T01:15:06Z</updated>
<author>
<name>jtb</name>
<email>jtb</email>
</author>
<published>2001-04-29T01:15:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5983b6338b830b4a6997d455cab701879501b7b0'/>
<id>urn:sha1:5983b6338b830b4a6997d455cab701879501b7b0</id>
<content type='text'>
</content>
</entry>
</feed>
