<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/libirman, branch pkgsrc-2004Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2004Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2004Q1'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2003-07-17T22:50:55Z</updated>
<entry>
<title>s/netbsd.org/NetBSD.org/</title>
<updated>2003-07-17T22:50:55Z</updated>
<author>
<name>grant</name>
<email>grant@pkgsrc.org</email>
</author>
<published>2003-07-17T22:50:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ca3be631f2258f67a9df24aab083df2983c07822'/>
<id>urn:sha1:ca3be631f2258f67a9df24aab083df2983c07822</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Instead of including bsd.pkg.install.mk directly in a package Makefile,</title>
<updated>2003-01-28T22:03:00Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2003-01-28T22:03:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d7f69e47ce32be7271733bcdf48d28468f400ab9'/>
<id>urn:sha1:d7f69e47ce32be7271733bcdf48d28468f400ab9</id>
<content type='text'>
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal &lt;jmmv at menta.net&gt;.</content>
</entry>
<entry>
<title>Make Dewey-conformant PKGNAME.</title>
<updated>2002-09-26T02:03:58Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2002-09-26T02:03:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=49d873c8d13b632dbad93ecf113da9f17c8c783e'/>
<id>urn:sha1:49d873c8d13b632dbad93ecf113da9f17c8c783e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add RCS Id.</title>
<updated>2002-07-02T13:01:52Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2002-07-02T13:01:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=acf797f175b7607f1815c81d52498eda713ee86d'/>
<id>urn:sha1:acf797f175b7607f1815c81d52498eda713ee86d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix last correctly. Bump to libirman-0.4.1bnb5</title>
<updated>2002-06-26T22:51:46Z</updated>
<author>
<name>abs</name>
<email>abs@pkgsrc.org</email>
</author>
<published>2002-06-26T22:51:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e5981ddff6bd7429cbf64cf68f587a39a7de18f2'/>
<id>urn:sha1:e5981ddff6bd7429cbf64cf68f587a39a7de18f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated libirman to 0.4.1bnb4:</title>
<updated>2002-06-26T21:02:59Z</updated>
<author>
<name>abs</name>
<email>abs@pkgsrc.org</email>
</author>
<published>2002-06-26T21:02:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a6e010689dcf5876a156ee3bdb0c62deb1b9604a'/>
<id>urn:sha1:a6e010689dcf5876a156ee3bdb0c62deb1b9604a</id>
<content type='text'>
    Fix incorrect free() usage and writing past the end of a malloc()ed string</content>
</entry>
<entry>
<title>Update to libirman-0.4.1bnb3 - honour PKG_SYSCONFDIR</title>
<updated>2002-06-20T09:06:48Z</updated>
<author>
<name>abs</name>
<email>abs@pkgsrc.org</email>
</author>
<published>2002-06-20T09:06:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b9035b82a07eafa2c51f0edd0251307792fbc74d'/>
<id>urn:sha1:b9035b82a07eafa2c51f0edd0251307792fbc74d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to libirman-0.4.1bnb2</title>
<updated>2002-06-14T20:38:40Z</updated>
<author>
<name>abs</name>
<email>abs@pkgsrc.org</email>
</author>
<published>2002-06-14T20:38:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=71fe29a6d134b77c5de87d6acd991e2722ba316c'/>
<id>urn:sha1:71fe29a6d134b77c5de87d6acd991e2722ba316c</id>
<content type='text'>
    Fix default serial port to be ${DEFAULT_SERIAL_DEVICE}
    Drop 'test_' prefix on test_irman_{name,io,func}, and call
    setlinebuf(stdout) so they are usable when piped to an interactive
    program.
    Mmmm, fixes to libirman and mserv in the same day. Can they be related? :)</content>
</entry>
<entry>
<title>Updated libirman to libirman-0.4.1bnb1</title>
<updated>2002-05-17T13:06:09Z</updated>
<author>
<name>abs</name>
<email>abs@pkgsrc.org</email>
</author>
<published>2002-05-17T13:06:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d7ecc981f1f2833f478fc71ce4b7d39ec43e5291'/>
<id>urn:sha1:d7ecc981f1f2833f478fc71ce4b7d39ec43e5291</id>
<content type='text'>
    - Install README and programs for testing/setting up config</content>
</entry>
<entry>
<title>Import libirman-0.4.1b</title>
<updated>2002-05-17T11:32:51Z</updated>
<author>
<name>abs</name>
<email>abs@pkgsrc.org</email>
</author>
<published>2002-05-17T11:32:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=425c72455774ecfc7bd2c57bb8dcb04900b0ae73'/>
<id>urn:sha1:425c72455774ecfc7bd2c57bb8dcb04900b0ae73</id>
<content type='text'>
    Libirman is a programming library for Irman control of Unix software.

    Infrared man (Irman) is a small device that allows you to control
    your PC with the remote from your TV, VCR, CD or Stereo. Irman
    can be used in many ways, for example to control a software program
    while you are in another room, such as xmms.</content>
</entry>
</feed>
