From owner-freebsd-python@FreeBSD.ORG Tue Mar 9 18:40:37 2004 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F013316A4CE for ; Tue, 9 Mar 2004 18:40:37 -0800 (PST) Received: from miffy.openlook.org (openlook.org [211.236.182.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A9D143D39 for ; Tue, 9 Mar 2004 18:40:37 -0800 (PST) (envelope-from perky@miffy.openlook.org) Received: by miffy.openlook.org (Postfix, from userid 1000) id 29627A9CC; Wed, 10 Mar 2004 11:40:36 +0900 (KST) Date: Wed, 10 Mar 2004 11:40:36 +0900 From: Hye-Shik Chang To: Khairil Yusof Message-ID: <20040310024036.GA18147@i18n.org> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1078885145.49304.9.camel@wolverine.cerebro.net.my> X-Accept-Language: ko, en User-Agent: Mutt/1.5.5.1i cc: python@freebsd.org Subject: Re: Bi-monthly report draft for python X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2004 02:40:38 -0000 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 Python Summary Hye-Shik Chang perky@FreeBSD.org Khairil Yusof kaeru@pd.jaring.my

New Mailing List

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.

Shared and Static libraries for python.

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.

Zope ports

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.

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.

Regards, Hye-Shik