<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/misc/vera, 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-08T22:18:19Z</updated>
<entry>
<title>Remove info files entries from PLIST.</title>
<updated>2004-03-08T22:18:19Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2004-03-08T22:18:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=58d3488d76eb311e8a4aecbffaabe04ea338a15f'/>
<id>urn:sha1:58d3488d76eb311e8a4aecbffaabe04ea338a15f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to vera-1.11 while I'm sending patches back.</title>
<updated>2003-09-17T15:51:06Z</updated>
<author>
<name>hubertf</name>
<email>hubertf</email>
</author>
<published>2003-09-17T15:51:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=966d92ae4019ae5fdf9d08d445ee615d58cea373'/>
<id>urn:sha1:966d92ae4019ae5fdf9d08d445ee615d58cea373</id>
<content type='text'>
Changes: lots of new acronyms.
</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-03T08:26:21Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2003-08-03T08:26:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=61df5ec8bdc514b2ee50208663173e6afe7b7d81'/>
<id>urn:sha1:61df5ec8bdc514b2ee50208663173e6afe7b7d81</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>Added INFO_FILES so install-info is run.</title>
<updated>2002-02-20T18:06:08Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2002-02-20T18:06:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=777066aa90622bf5abecd99440547e3711685af0'/>
<id>urn:sha1:777066aa90622bf5abecd99440547e3711685af0</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:57:41Z</updated>
<author>
<name>zuntum</name>
<email>zuntum</email>
</author>
<published>2001-11-01T00:57:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0b6b506536c1ff50f1531d26be2fccfe86c74335'/>
<id>urn:sha1:0b6b506536c1ff50f1531d26be2fccfe86c74335</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop maintainership</title>
<updated>2001-05-26T09:56:10Z</updated>
<author>
<name>zuntum</name>
<email>zuntum</email>
</author>
<published>2001-05-26T09:56:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=22366acf52138b90c06afc34ebbe3e2a40d826e9'/>
<id>urn:sha1:22366acf52138b90c06afc34ebbe3e2a40d826e9</id>
<content type='text'>
</content>
</entry>
</feed>
