Date: Wed, 10 Mar 2004 11:40:36 +0900 From: Hye-Shik Chang <perky@i18n.org> To: Khairil Yusof <kaeru@pd.jaring.my> Cc: python@freebsd.org Subject: Re: Bi-monthly report draft for python Message-ID: <20040310024036.GA18147@i18n.org> In-Reply-To: <1078885145.49304.9.camel@wolverine.cerebro.net.my> References: <1074757577.920.38.camel@wolverine.cerebro.net.my> <20040223150041.GA92110@i18n.org> <1078389395.936.39.camel@wolverine.cerebro.net.my> <20040304131815.GA6010@i18n.org> <1078885145.49304.9.camel@wolverine.cerebro.net.my>
next in thread | previous in thread | raw e-mail | index | archive | help
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@FreeBSD.org</email> </person> <person> <name> <given>Khairil</given> <common>Yusof</common> </name> <email>kaeru@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040310024036.GA18147>