<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc/ruby-rdtool/Makefile, 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>2004-03-16T02:01:09Z</updated>
<entry>
<title>Add ruby to CATEGORIES.</title>
<updated>2004-03-16T02:01:09Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2004-03-16T02:01:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d428fd9d93b4bc65b9cd261f122b6eaf62eb45a8'/>
<id>urn:sha1:d428fd9d93b4bc65b9cd261f122b6eaf62eb45a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump package revision.</title>
<updated>2004-03-07T04:40:26Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2004-03-07T04:40:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=af69d58d6b5cdd04bfe8d76447238fa058e311fe'/>
<id>urn:sha1:af69d58d6b5cdd04bfe8d76447238fa058e311fe</id>
<content type='text'>
- Make dependency with racc to build time only.
- Remove extra dependency to ruby-strscan package.</content>
</entry>
<entry>
<title>Remove dependency to ruby-amstd package and bump PKG_REVISION.</title>
<updated>2004-02-11T15:46:32Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2004-02-11T15:46:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b8a99f5fbd567c5725093db528af6bd6910f16ee'/>
<id>urn:sha1:b8a99f5fbd567c5725093db528af6bd6910f16ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ruby-rdtool package to 0.6.13.</title>
<updated>2003-08-30T05:56:26Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2003-08-30T05:56:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e8a719e8e0c8f4efd162cbba9e0723e9c1399b9e'/>
<id>urn:sha1:e8a719e8e0c8f4efd162cbba9e0723e9c1399b9e</id>
<content type='text'>
= CHANGES
:0.6.13
  * now tabs are expanded into spaces.
  * removed &lt;p&gt; for TextBlock in DescListItem when the TextBlock is only
    element of ListItem.
  * a line of `---\n' are now regarded as Verbatim (or TextBlock).
  * changed style of HTML anchors from `label:' to `label-'.
  * fixed rd2man for better support of multiple paragraphs.
  * fixed some bugs.
:0.6.12
  * fixed some bugs.</content>
</entry>
<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>Make sure to close "dt" tag.</title>
<updated>2002-10-06T15:10:23Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2002-10-06T15:10:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=81e113a52a6420a633db01bcd57ff95c0f642322'/>
<id>urn:sha1:81e113a52a6420a633db01bcd57ff95c0f642322</id>
<content type='text'>
Bump to ruby-rdtool-0.6.11nb1.</content>
</entry>
<entry>
<title>Update ruby-rdtool package to 0.6.11.  It also updates devel/ruby-rd-mode</title>
<updated>2002-02-04T15:30:17Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2002-02-04T15:30:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=eba0faec5e6d57a22698f1ff0466cdd2e19b5366'/>
<id>urn:sha1:eba0faec5e6d57a22698f1ff0466cdd2e19b5366</id>
<content type='text'>
package implicitly.

0.6.11
 * support Ruby 1.4.6. thanks. &gt; Aoki-san
 * now `=begin' and `=end' are omitable. thanks. &gt; Nakada-san
 * changed to omit &lt;p&gt;...&lt;/p&gt; for some ListItem.
 * added `class="foottext"' attribute to &lt;p&gt; element for foottext.
   thanks. &gt; Kimura-san
 * bug fix. thanks. &gt; \ay-san, rubikitch-san, Tamura-san
 * added rd-mode-hook in rd-mode.el. changed key-binding. thanks. &gt; Komiya-san
 * rd-intelligent-new-line (\M-RET) in rd-mode.el. thanks &gt; Usui-san, Nakada-san</content>
</entry>
<entry>
<title>Fix it compile, ruby-rdtool requires explicit dependency to ruby-amstd</title>
<updated>2002-01-05T05:47:21Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2002-01-05T05:47:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=54325f549df5a3c3364795305cb586658f94ab16'/>
<id>urn:sha1:54325f549df5a3c3364795305cb586658f94ab16</id>
<content type='text'>
package now.</content>
</entry>
<entry>
<title>Apply footnote patch and bump PKGREVISION (ruby-rdtool-0.6.10nb1).</title>
<updated>2002-01-03T14:11:25Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2002-01-03T14:11:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0424c1866b3d3adf92b3d7b675208c8e29cfeede'/>
<id>urn:sha1:0424c1866b3d3adf92b3d7b675208c8e29cfeede</id>
<content type='text'>
From [ruby-list:32471] on ruby-list@ruby-lang.org.</content>
</entry>
<entry>
<title>Don't try to format another packages's document files since ruby-optparse</title>
<updated>2001-07-11T16:34:04Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2001-07-11T16:34:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=41e1cd30e1e112b6e2b6932c05eb3fda9d798ec8'/>
<id>urn:sha1:41e1cd30e1e112b6e2b6932c05eb3fda9d798ec8</id>
<content type='text'>
package now install formated HTML files.</content>
</entry>
</feed>
