From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 5 16:33:21 2006 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 DC96016A417 for ; Thu, 5 Oct 2006 16:33:20 +0000 (UTC) (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 4EAE643D6D for ; Thu, 5 Oct 2006 16:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k95GULWT069053 for ; Thu, 5 Oct 2006 16:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k95GUL3B069051; Thu, 5 Oct 2006 16:30:21 GMT (envelope-from gnats) Resent-Date: Thu, 5 Oct 2006 16:30:21 GMT Resent-Message-Id: <200610051630.k95GUL3B069051@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, Edwin Groothuis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E051916A407 for ; Thu, 5 Oct 2006 16:28:42 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 292B143D46 for ; Thu, 5 Oct 2006 16:28:41 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id 5900D37B92E; Fri, 6 Oct 2006 02:28:40 +1000 (EST) Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id 0351B42302A for ; Fri, 6 Oct 2006 02:28:40 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id 2338337B8C8 for ; Fri, 6 Oct 2006 02:28:39 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id CCFA559F; Fri, 6 Oct 2006 02:28:38 +1000 (EST) Message-Id: <20061005162838.CCFA559F@k7.mavetju> Date: Fri, 6 Oct 2006 02:28:38 +1000 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/104021: bsd.python.mk - whitespace cleanup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 16:33:21 -0000 >Number: 104021 >Category: ports >Synopsis: bsd.python.mk - whitespace cleanup >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: Thu Oct 05 16:30:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 6.1-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: The whitespace police is back in town. Adjust comments in the variable to match other bsd.x.mk files >How-To-Repeat: >Fix: Index: bsd.python.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.python.mk,v retrieving revision 1.82 diff -u -r1.82 bsd.python.mk --- bsd.python.mk 13 Sep 2006 16:26:49 -0000 1.82 +++ bsd.python.mk 5 Oct 2006 16:27:36 -0000 @@ -19,68 +19,72 @@ # # The variables: # -# PYTHONBASE: Python port's installation prefix. -# default: ${LOCALBASE} +# PYTHONBASE - Python port's installation prefix. +# default: ${LOCALBASE} # -# PYTHON_CMD: Python's command line file name, including the version -# number (used for dependencies). -# default: ${PYTHONBASE}/bin/${PYTHON_VERSION} -# -# PYTHON_DISTFILE: The ${DISTFILE} for your python version. Needed for -# extensions like Tkinter, py-gdbm and py-expat, which -# are built from sources contained in the Python -# distribution. -# -# PYTHON_MASTER_SITES: The ${MASTER_SITES} for your python version. (You must -# use this instead of ${MASTER_SITE_PYTHON} to support -# python-devel port.) -# -# PYTHON_MASTER_SITE_SUBDIR: The ${MASTER_SITE_SUBDIR} for your python -# version. -# -# PYTHON_INCLUDEDIR: Location of the Python include files. -# default: ${PYTHONBASE}/include/${PYTHON_VERSION} -# -# PYTHON_LIBDIR: Base of the python library tree -# default: ${PYTHONBASE}/lib/${PYTHON_VERSION} -# -# PYTHON_PKGNAMEPREFIX: Use this as a ${PKGNAMEPREFIX} to distinguish -# packages for different Python versions. -# default: py${PYTHON_SUFFIX}- -# -# PYTHON_PKGNAMESUFFIX: If your port's name is more popular without `py-' -# prefix, use this as a ${PKGNAMESUFFIX} alternatively. -# default: -py${PYTHON_SUFFIX} -# -# PYTHON_PLATFORM: Python's idea of the OS release. -# XXX This is faked with ${OPSYS} and ${OSREL} until I -# find out how to delay defining a variable until after -# a certain target has been built. -# -# PYTHON_PORTSDIR: The source of your binary's port. Needed for the -# RUN_DEPENDS. -# -# PYTHON_PORTVERSION: Version number suitable for ${PORTVERSION}. -# -# PYTHON_REL: Version number in numerical format, to ease -# comparison in makefiles -# -# PYTHON_SITELIBDIR: Location of the site-packages tree. Don't change, -# unless you know what you do. -# default: ${PYTHON_LIBDIR}/site-packages -# -# PYTHON_SUFFIX: Yet another short version number, primarily intended -# for ${PYTHON_PKGNAMEPREFIX}. -# -# PYTHON_VERSION: Version of the python binary in your ${PATH}, in the -# format "python2.0". Set this in your makefile in case you -# want to build extensions with an older binary. -# default: depends on the version of your python binary -# -# PYTHON_WRKSRC: The ${WRKSRC} for your python version. Needed for -# extensions like Tkinter, py-gdbm and py-expat, which -# are built from sources contained in the Python -# distribution. +# PYTHON_CMD - Python's command line file name, including the version +# number (used for dependencies). +# default: ${PYTHONBASE}/bin/${PYTHON_VERSION} +# +# PYTHON_DISTFILE - The ${DISTFILE} for your python version. Needed for +# extensions like Tkinter, py-gdbm and py-expat, which +# are built from sources contained in the Python +# distribution. +# +# PYTHON_MASTER_SITES +# - The ${MASTER_SITES} for your python version. (You must +# use this instead of ${MASTER_SITE_PYTHON} to support +# python-devel port.) +# +# PYTHON_MASTER_SITE_SUBDIR +# - The ${MASTER_SITE_SUBDIR} for your python version. +# +# PYTHON_INCLUDEDIR - Location of the Python include files. +# default: ${PYTHONBASE}/include/${PYTHON_VERSION} +# +# PYTHON_LIBDIR - Base of the python library tree +# default: ${PYTHONBASE}/lib/${PYTHON_VERSION} +# +# PYTHON_PKGNAMEPREFIX +# - Use this as a ${PKGNAMEPREFIX} to distinguish +# packages for different Python versions. +# default: py${PYTHON_SUFFIX}- +# +# PYTHON_PKGNAMESUFFIX +# - If your port's name is more popular without `py-' +# prefix, use this as a ${PKGNAMESUFFIX} alternatively. +# default: -py${PYTHON_SUFFIX} +# +# PYTHON_PLATFORM - Python's idea of the OS release. +# XXX This is faked with ${OPSYS} and ${OSREL} until I +# find out how to delay defining a variable until after +# a certain target has been built. +# +# PYTHON_PORTSDIR - The source of your binary's port. Needed for the +# RUN_DEPENDS. +# +# PYTHON_PORTVERSION +# - Version number suitable for ${PORTVERSION}. +# +# PYTHON_REL - Version number in numerical format, to ease +# comparison in makefiles +# +# PYTHON_SITELIBDIR - Location of the site-packages tree. Don't change, +# unless you know what you do. +# default: ${PYTHON_LIBDIR}/site-packages +# +# PYTHON_SUFFIX - Yet another short version number, primarily intended +# for ${PYTHON_PKGNAMEPREFIX}. +# +# PYTHON_VERSION - Version of the python binary in your ${PATH}, in the +# format "python2.0". Set this in your makefile in case you +# want to build extensions with an older binary. +# default: depends on the version of your python binary +# +# PYTHON_WRKSRC - The ${WRKSRC} for your python version. Needed for +# extensions like Tkinter, py-gdbm and py-expat, which +# are built from sources contained in the Python +# distribution. # # There are PREFIX-clean variants of the PYTHON_*DIR variables above. # They are meant to be used in the installation targets. @@ -89,63 +93,70 @@ # PYTHONPREFIX_LIBDIR: default: ${PREFIX}/lib/${PYTHON_VERSION} # PYTHONPREFIX_SITELIBDIR: default: ${PYTHONPREFIX_LIBDIR}/site-packages # -# PYDISTUTILS: Dependency line for the distutils extension. As of Python-2.0, -# the distutils are in the base distribution. -# -# PYNUMERIC: Dependency line for the numeric extension. Py-Numeric-17 -# is the last release that works with Python versions older -# than 1.6. -# -# PYXML: Dependency line for the XML extension. As of Python-2.0, -# this extension is in the base distribution. -# -# USE_PYTHON_PREFIX: Says that the port installs in ${PYTHONBASE}. -# -# USE_PYDISTUTILS: Use distutils as do-configure, do-build and do-install -# targets. -# -# PYDISTUTILS_CONFIGURE_TARGET: Pass this command to distutils on configure -# stage. default: config -# -# PYDISTUTILS_BUILD_TARGET: Pass this command to distutils on build stage. -# default: build -# -# PYDISTUTILS_INSTALL_TARGET: Pass this command to distutils on install -# stage. default: install -# -# PYDISTUTILS_CONFIGUREARGS: Arguments to config with distutils. -# default: -# -# PYDISTUTILS_BUILDARGS: Arguments to build with distutils. -# default: -# -# PYDISTUTILS_INSTALLARGS: Arguments to install with distutils. -# default: -c -O1 --prefix=${PREFIX} -# -# PYSETUP: Name of the setup script used by the distutils package. -# default: setup.py -# -# USE_TWISTED: If this option is just yes then build and run -# the dependence to twistedCore is added. Alternatively here -# can be listed specific components of twisted framework, -# available components are: web, web2, lore, news, words, pair, -# mail, names, xish, runner, flow and conch. Note that -# core component is required for any of this optional components. -# -# USE_TWISTED_BUILD: Same as previous but add only build dependency. -# -# USE_TWISTED_RUN: Same as USE_TWISTED but add only run dependency. -# -# 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. +# PYDISTUTILS - Dependency line for the distutils extension. As of +# Python-2.0, the distutils are in the base distribution. # -# ZOPE_VERSION: Version of zope that will be used in the port. Set this in -# your /etc/make.conf in case you want to use a specific -# version of zope. +# PYNUMERIC - Dependency line for the numeric extension. Py-Numeric-17 +# is the last release that works with Python versions older +# than 1.6. +# +# PYXML - Dependency line for the XML extension. As of Python-2.0, +# this extension is in the base distribution. +# +# USE_PYTHON_PREFIX - Says that the port installs in ${PYTHONBASE}. +# +# USE_PYDISTUTILS - Use distutils as do-configure, do-build and do-install +# targets. +# +# PYDISTUTILS_CONFIGURE_TARGET +# - Pass this command to distutils on configure stage. +# default: config +# +# PYDISTUTILS_BUILD_TARGET +# - Pass this command to distutils on build stage. +# default: build +# +# PYDISTUTILS_INSTALL_TARGET +# - Pass this command to distutils on install stage. +# default: install +# +# PYDISTUTILS_CONFIGUREARGS +# - Arguments to config with distutils. +# default: +# +# PYDISTUTILS_BUILDARGS +# - Arguments to build with distutils. +# default: +# +# PYDISTUTILS_INSTALLARGS +# - Arguments to install with distutils. +# default: -c -O1 --prefix=${PREFIX} +# +# PYSETUP - Name of the setup script used by the distutils package. +# default: setup.py +# +# USE_TWISTED - If this option is just yes then build and run +# the dependence to twistedCore is added. Alternatively +# here can be listed specific components of twisted +# framework, available components are: web, web2, lore, +# news, words, pair,mail, names, xish, runner, flow and +# conch. Note that core component is required for any of +# this optional components. +# +# USE_TWISTED_BUILD - Same as previous but add only build dependency. +# +# USE_TWISTED_RUN - Same as USE_TWISTED but add only run dependency. +# +# 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 +# +# ZOPE_VERSION - Version of zope that will be used in the port. Set this +# in your /etc/make.conf in case you want to use a +# specific version of zope. # _PYTHON_PORTBRANCH= 2.4 >Release-Note: >Audit-Trail: >Unformatted: