Bi-monthly report draft for python

Hye-Shik Chang perky at i18n.org
Tue Mar 9 18:40:38 PST 2004


On Wed, Mar 10, 2004 at 10:19:06AM +0800, Khairil Yusof wrote:
> Comments? Anything missing? 
> 
> Thanks
> 

Great! I see no problem on your descriptions.

I converted this into XML format which is for submitting it to
Scott. (and added your name to contact, fixed one spelling.)


<!-- $FreeBSD: www/en/news/status/report-sample.xml,v 1.2 2001/10/19 21:53:37 chris Exp $ -->

<project>
  <title>FreeBSD Python Summary</title>

  <contact>
    <person>
      <name>
	<given>Hye-Shik</given>
	<common>Chang</common>
      </name>
      <email>perky at FreeBSD.org</email>
    </person>
    <person>
      <name>
	<given>Khairil</given>
	<common>Yusof</common>
      </name>
      <email>kaeru at pd.jaring.my</email>
    </person>
  </contact>

  <links></links>

  <body>
    <p>New Mailing List</p>

    <p>A new mailing list for python has been created. The list is for
      discussions related to improve Python support on FreeBSD. This
      is a technical mailing list. It is for individual working on
      porting Python, it's third party modules to FreeBSD. These
      also include issues with python related ports such as Zope.</p>

    <p>Shared and Static libraries for python.</p>

    <p>Due to performance reasons, python was built as static. Hye-Shik
      Chang has recently commited changes so that the python port
      now installs both static and dynamic libraries. This means
      that you need to change linking with not static but shared
      library if you need to embed python into your shared library.</p>

    <p>Zope ports</p>

    <p>Zope 2.6.2 currently uses and older version of python (python2.1)
      and the version was fixed for the USE_ZOPE variable for ports.
      This caused problems, with dependent ports. Since the proper
      fix was not easy (install multiple instances of a port),
      discussions on the mailing list seem to agree to update the
      Zope port to 2.7 and allow it to use the current version of
      python. This update will be checked in soon.</p>

    <p>Plone 2.0 is coming to FreeBSD. It's imminent release has lead to
      it's maintainer holding the release of the plone-devel port.
      Those who can't wait can grab it from
      http://www.zope.it/Members/UlbabraB/Ports/plone-devel.tar.gz.  A
      lot of CMF Products for Plone has been added, more will be
      coming soon, when Zope is updated.</p>
  </body>
</project>


Regards,
Hye-Shik


More information about the freebsd-python mailing list