<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc/py-docutils, 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-07-30T18:28:25Z</updated>
<entry>
<title>update to 0.3.5</title>
<updated>2004-07-30T18:28:25Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2004-07-30T18:28:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c1fb8bc1075c65424749a4dc945aac4b31f24605'/>
<id>urn:sha1:c1fb8bc1075c65424749a4dc945aac4b31f24605</id>
<content type='text'>
Major changes:
* improved, extended and reorganized documentation;
  see http://docutils.sourceforge.net/docs/
* new cvs-table directive
* many minor improvements, additions and bug fixes

For a detailed list see:
http://docutils.sourceforge.net/0.3.5/HISTORY.html
</content>
</entry>
<entry>
<title>add python as category</title>
<updated>2004-07-22T09:15:59Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2004-07-22T09:15:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7e0557702b6d438187125c40c0516561917b79d2'/>
<id>urn:sha1:7e0557702b6d438187125c40c0516561917b79d2</id>
<content type='text'>
ok'd a while back at pkgsrcCon by agc and wiz
</content>
</entry>
<entry>
<title>bl3ify</title>
<updated>2004-02-18T04:44:46Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-02-18T04:44:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6a6d4f0ef86bae4ad901b626897457556e84d282'/>
<id>urn:sha1:6a6d4f0ef86bae4ad901b626897457556e84d282</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Take maintainership.</title>
<updated>2004-02-07T19:13:24Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-02-07T19:13:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=39776010cd91c845c93ad63f2723ac30492ba688'/>
<id>urn:sha1:39776010cd91c845c93ad63f2723ac30492ba688</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some modules are not installed for python 2.3.  This closes PR pkg/23800.</title>
<updated>2004-02-07T19:02:44Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-02-07T19:02:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d40bf0a4c039ddea5d554baf1b8dc5f25d5ad647'/>
<id>urn:sha1:d40bf0a4c039ddea5d554baf1b8dc5f25d5ad647</id>
<content type='text'>
Approved by wiz@.
</content>
</entry>
<entry>
<title>Add some missing entries</title>
<updated>2003-09-18T02:41:05Z</updated>
<author>
<name>jmc</name>
<email>jmc</email>
</author>
<published>2003-09-18T02:41:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7cd10101d81df715e4e295864b52e595f0f2040c'/>
<id>urn:sha1:7cd10101d81df715e4e295864b52e595f0f2040c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add USE_BUILDLINK2 so this actually works and requires python correctly</title>
<updated>2003-09-18T02:28:08Z</updated>
<author>
<name>jmc</name>
<email>jmc</email>
</author>
<published>2003-09-18T02:28:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=74e4e011a908943f75222b7d2ea67879426af798'/>
<id>urn:sha1:74e4e011a908943f75222b7d2ea67879426af798</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update to 0.3</title>
<updated>2003-09-14T17:46:55Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2003-09-14T17:46:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=315afaceef32dc884ece4dbb5d549bdbcb37ca72'/>
<id>urn:sha1:315afaceef32dc884ece4dbb5d549bdbcb37ca72</id>
<content type='text'>
changes:
General:
* Renamed "attribute" to "option" for directives/extensions.
* Renamed transform method "transform" to "apply".
* Renamed "options" to "settings" for runtime settings (as set by
  command-line options).  Sometimes "option" (singular) became
  "settings" (plural).  Some variations below:
  - document.options -&gt; document.settings (stored in other objects as
    well)
  - option_spec -&gt; settings_spec (not directives though)
  - OptionSpec -&gt; SettingsSpec
  - cmdline_options -&gt; settings_spec
  - relative_path_options -&gt; relative_path_settings
  - option_default_overrides -&gt; settings_default_overrides
  - Publisher.set_options -&gt; Publisher.get_settings

for the "Specific" changes see HISTORY.txt.
</content>
</entry>
<entry>
<title>COMMENT should start with a capital letter.</title>
<updated>2003-07-21T17:27:24Z</updated>
<author>
<name>martti</name>
<email>martti</email>
</author>
<published>2003-07-21T17:27:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=af082df7262f10da3a5afc00ae50996cc2e5411e'/>
<id>urn:sha1:af082df7262f10da3a5afc00ae50996cc2e5411e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/netbsd.org/NetBSD.org/</title>
<updated>2003-07-17T22:50:55Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2003-07-17T22:50:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=016914e7f9e5498e9fdf870d12d99bfeb4e66d4a'/>
<id>urn:sha1:016914e7f9e5498e9fdf870d12d99bfeb4e66d4a</id>
<content type='text'>
</content>
</entry>
</feed>
