<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc/py-xml, 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-18T09:12:08Z</updated>
<entry>
<title>Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly</title>
<updated>2004-03-18T09:12:08Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2004-03-18T09:12:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7db11b582a4d621362622fad99df1da62e930ffa'/>
<id>urn:sha1:7db11b582a4d621362622fad99df1da62e930ffa</id>
<content type='text'>
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for &lt;pkg&gt; correctly ensured that &lt;pkg&gt; was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.</content>
</entry>
<entry>
<title>If the ${PKGBASE} of a package doesn't match the token passed to</title>
<updated>2004-03-16T18:23:26Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2004-03-16T18:23:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=59bdf89739e1b8cb98678cbab4ad81c01458c735'/>
<id>urn:sha1:59bdf89739e1b8cb98678cbab4ad81c01458c735</id>
<content type='text'>
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.&lt;pkg&gt; explicitly so that
we can map from &lt;pkg&gt; to BUILDLINK_PKGBASE.&lt;pkg&gt;.</content>
</entry>
<entry>
<title>Reorder location and setting of BUILDLINK_PACKAGES to match template</title>
<updated>2004-03-05T19:25:06Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2004-03-05T19:25:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9ff0e10340db36b9d69d9c894831dee901dd82e7'/>
<id>urn:sha1:9ff0e10340db36b9d69d9c894831dee901dd82e7</id>
<content type='text'>
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.</content>
</entry>
<entry>
<title>add bl3</title>
<updated>2004-02-23T12:36:25Z</updated>
<author>
<name>recht</name>
<email>recht@pkgsrc.org</email>
</author>
<published>2004-02-23T12:36:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9a1529f57904f5b6351de85a075bf81b7a47f861'/>
<id>urn:sha1:9a1529f57904f5b6351de85a075bf81b7a47f861</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bl3ify</title>
<updated>2004-02-20T03:28:11Z</updated>
<author>
<name>minskim</name>
<email>minskim@pkgsrc.org</email>
</author>
<published>2004-02-20T03:28:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c8bd062429423e4b5ba51e94f69cdc27e837f326'/>
<id>urn:sha1:c8bd062429423e4b5ba51e94f69cdc27e837f326</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-import of pyxml as py-xml to match Python module naming convention.</title>
<updated>2004-01-23T15:25:39Z</updated>
<author>
<name>recht</name>
<email>recht@pkgsrc.org</email>
</author>
<published>2004-01-23T15:25:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cd32bcea7c09b6b738d430cd0ca47b6a51d95343'/>
<id>urn:sha1:cd32bcea7c09b6b738d430cd0ca47b6a51d95343</id>
<content type='text'>
Addresses PR pkg/23999 by Michal Pasternak.
ok'ed by drochner@

The PyXML package is a collection of libraries to process XML with Python. It
contains, among other things

    xmlproc: a validating XML parser.
    sgmlop: a C helper module that can speed-up xmllib.py and sgmllib.py by a
	factor of 5.
    PySAX: SAX 1 and SAX2 libraries with drivers for most of the parsers.
    4DOM: A fully compliant DOM Level 2 implementation
    javadom: An adapter from Java DOM implementations to the standard Python
	DOM binding.
    pulldom: a DOM implementation that supports lazy instantiation of nodes.
    marshal: a module with several options for serializing Python objects to
	XML, including WDDX and XML-RPC.
    unicode: a helper module for Python 1.5 users who need conversions between
	UTF-8 and ISO-8859-?.</content>
</entry>
</feed>
