<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/bwbasic, 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-02T20:11:34Z</updated>
<entry>
<title>Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.</title>
<updated>2012-10-02T20:11:34Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-10-02T20:11:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=03b2363e06490a335548301fb31e1f444a8a0d82'/>
<id>urn:sha1:03b2363e06490a335548301fb31e1f444a8a0d82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 2.50</title>
<updated>2012-01-15T15:29:31Z</updated>
<author>
<name>ryoon</name>
<email>ryoon@pkgsrc.org</email>
</author>
<published>2012-01-15T15:29:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c2c7aa42d34d2e71d00f8b2b02637fb015893415'/>
<id>urn:sha1:c2c7aa42d34d2e71d00f8b2b02637fb015893415</id>
<content type='text'>
Based on PR pkg/42846

Changelog:
CHANGES FROM 2.40 to 2.50
   * Bug fixes
   * New compilation procedure for MVS and CMS

CHANGES FROM 2.30 to 2.40
   * Bug fixes from Bill Chatfield
   * Updated documentation
   * Added support for compiling on CMS (another IBM mainframe OS)

CHANGES FROM 2.20pl2 to 2.30
   * Minor bug fixes, cosmetic improvements and portability improvements
   * Added support for compiling on MVS (IBM mainframe)

Tested on NetBSD/i3865.99.59 and 5.1.</content>
</entry>
<entry>
<title>void main</title>
<updated>2011-08-29T06:09:19Z</updated>
<author>
<name>dholland</name>
<email>dholland@pkgsrc.org</email>
</author>
<published>2011-08-29T06:09:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0b26b561fe4d93a60f36debaa8b3613ded1e28b0'/>
<id>urn:sha1:0b26b561fe4d93a60f36debaa8b3613ded1e28b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set HOMEPAGE.</title>
<updated>2010-03-03T12:38:28Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2010-03-03T12:38:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=108f0c271eef6804249cc4428272e63f0fc67fb4'/>
<id>urn:sha1:108f0c271eef6804249cc4428272e63f0fc67fb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set license to "gnu-gpl-v2".</title>
<updated>2010-01-06T15:14:49Z</updated>
<author>
<name>tron</name>
<email>tron@pkgsrc.org</email>
</author>
<published>2010-01-06T15:14:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=53dea75c8de2c36697c0e7986e5a47a38a59f36b'/>
<id>urn:sha1:53dea75c8de2c36697c0e7986e5a47a38a59f36b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T18:03:28Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2009-06-14T18:03:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=24151e2b9991726fa4bcd0ace9289f45de0f325e'/>
<id>urn:sha1:24151e2b9991726fa4bcd0ace9289f45de0f325e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DESTDIR support.</title>
<updated>2009-03-02T14:27:11Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2009-03-02T14:27:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d1654fcdd37c3bde71a2ee0ab86fe15636c906db'/>
<id>urn:sha1:d1654fcdd37c3bde71a2ee0ab86fe15636c906db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of</title>
<updated>2007-01-07T09:13:46Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2007-01-07T09:13:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2829e658f2ba62cb77f3f151f468ec8de1549bd5'/>
<id>urn:sha1:2829e658f2ba62cb77f3f151f468ec8de1549bd5</id>
<content type='text'>
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.</content>
</entry>
<entry>
<title>Move init of errfdevice to bwb_init, it should be the first</title>
<updated>2005-12-30T23:29:36Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2005-12-30T23:29:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6e244a7db6eb4616a0174f0090dc0b200f4a08de'/>
<id>urn:sha1:6e244a7db6eb4616a0174f0090dc0b200f4a08de</id>
<content type='text'>
function which is ran and stderr can't be used as lvalue in
file scope.</content>
</entry>
<entry>
<title>Fixed wrong use of WRKSRC.</title>
<updated>2005-11-03T21:51:57Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2005-11-03T21:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3605a9ddd7b16fa23d85e4d5f590bb08654fcaa8'/>
<id>urn:sha1:3605a9ddd7b16fa23d85e4d5f590bb08654fcaa8</id>
<content type='text'>
</content>
</entry>
</feed>
