From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 20 14:30:22 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1331216A41C for ; Mon, 20 Jun 2005 14:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D085E43D53 for ; Mon, 20 Jun 2005 14:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5KEUL3r039532 for ; Mon, 20 Jun 2005 14:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5KEULac039531; Mon, 20 Jun 2005 14:30:21 GMT (envelope-from gnats) Resent-Date: Mon, 20 Jun 2005 14:30:21 GMT Resent-Message-Id: <200506201430.j5KEULac039531@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vsevolod Stakhov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C05E16A41C for ; Mon, 20 Jun 2005 14:20:58 +0000 (GMT) (envelope-from vsevolod@highsecure.ru) Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7BA343D49 for ; Mon, 20 Jun 2005 14:20:57 +0000 (GMT) (envelope-from vsevolod@highsecure.ru) Received: from waterwall.inec.ru (root@localhost) by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j5KEKHw6028705 for ; Mon, 20 Jun 2005 18:20:17 +0400 (MSD) Received: from waterwall.inec.ru (localhost.inec.ru [127.0.0.1]) by localhost (8.13.1/8.12.6) with ESMTP id j5KEKGdT028700; Mon, 20 Jun 2005 18:20:16 +0400 (MSD) Received: from localhost (localhost.inec.ru [127.0.0.1]) by localhost (Postfix) with SMTP id D520D5A2F9; Mon, 20 Jun 2005 18:20:16 +0400 (MSD) Received: from core (postbox.inec.ru [213.148.3.226]) by waterwall.inec.ru (Postfix) with ESMTP id AAP5C42B6D0A04944; Mon, 20 Jun 2005 18:20:16 +0400 (MSD) Received: from [213.219.249.64] (helo=spray.anyhost.ru) by core with esmtp (Exim 4.51 (FreeBSD)) id 1DkN76-000L1a-4L; Mon, 20 Jun 2005 18:19:00 +0400 Received: from cebka by spray.anyhost.ru with local (Exim 4.51 (FreeBSD)) id 1DkN8i-000HII-0k; Mon, 20 Jun 2005 18:20:40 +0400 Message-Id: Date: Mon, 20 Jun 2005 18:20:40 +0400 From: Vsevolod Stakhov Sender: Vsevolod Stakhov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: perky@FreeBSD.org Subject: ports/82445: Add PYTWISTED dependence line to bsd.python.mk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vsevolod Stakhov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2005 14:30:22 -0000 >Number: 82445 >Category: ports >Synopsis: Add PYTWISTED dependence line to bsd.python.mk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 20 14:30:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vsevolod Stakhov >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: >Description: Twisted is a framework that is used by number of python network applications. So I think it would be useful to have comfortable way to include it. BTW, devel/py-twisted is very old and I have an idea to upgrade it to TwistedSumo. Also this patch contains description for USE_ZOPE option of bsd.python.mk. >How-To-Repeat: >Fix: --- bsd.python.mk.orig Mon Jun 20 17:24:59 2005 +++ bsd.python.mk Mon Jun 20 18:09:35 2005 @@ -96,6 +96,9 @@ # is the last release that works with Python versions older # than 1.6. # +# PYTWISTED: Dependency line for the Python event-driven networking +# framework twisted. +# # PYXML: Dependency line for the XML extension. As of Python-2.0, # this extension is in the base distribution. # @@ -115,6 +118,14 @@ # # PYSETUP: Name of the setup script used by the distutils package. # default: setup.py +# +# USE_ZOPE: Use Zope - an object-based web application platform, this +# also sets up ZOPEBASEDIR - relative base directory of zope +# server, SZOPEBASEDIR - absolute base directory of zope that +# is ${LOCALBASE}/${SZOPEBASEDIR} by default, +# ZOPEPRODUCTDIR - directory, where products for zope can be +# found. Note that USE_ZOPE require python2.3 +# _PYTHON_PORTBRANCH= 2.4 _PYTHON_ALLBRANCHES= 2.4 2.3 2.2 2.1 2.5 # preferred first @@ -299,6 +310,7 @@ PYDISTUTILS= ${PYTHON_LIBDIR}/distutils/core.py:${PYTHON_PORTSDIR} PYNUMERIC= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric +PYTWISTED= ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twisted PYXML= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml .if defined(PYTHON_REL) && ${PYTHON_REL} < 232 >Release-Note: >Audit-Trail: >Unformatted: