From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 12 05:40:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D5C61065673 for ; Fri, 12 Mar 2010 05:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1002D8FC1A for ; Fri, 12 Mar 2010 05:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2C5e1dG054298 for ; Fri, 12 Mar 2010 05:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2C5e1hL054297; Fri, 12 Mar 2010 05:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 12 Mar 2010 05:40:01 GMT Resent-Message-Id: <201003120540.o2C5e1hL054297@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, Ju Pengfei Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FBC1106564A for ; Fri, 12 Mar 2010 05:36:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 6F83F8FC17 for ; Fri, 12 Mar 2010 05:36:38 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o2C5ac8N035312 for ; Fri, 12 Mar 2010 05:36:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o2C5acVr035311; Fri, 12 Mar 2010 05:36:38 GMT (envelope-from nobody) Message-Id: <201003120536.o2C5acVr035311@www.freebsd.org> Date: Fri, 12 Mar 2010 05:36:38 GMT From: Ju Pengfei To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/144676: New port: devel/py-distutils-extra Add support for i18n, documentation and icons to distutils X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2010 05:40:02 -0000 >Number: 144676 >Category: ports >Synopsis: New port: devel/py-distutils-extra Add support for i18n, documentation and icons to distutils >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 12 05:40:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Ju Pengfei >Release: 8.0-RELEASE-p2 >Organization: Ju Pengfei >Environment: >Description: New port: Enables you to easily integrate gettext support, themed icons and scrollkeeper based documentation into Python's distutils. WWW: https://launchpad.net/python-distutils-extra >How-To-Repeat: >Fix: the attachment is a shar file. Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./distinfo # ./pkg-descr # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19' X# New ports collection makefile for: py-distutils-extra X# Date created: 07 Mar 2010 X# Whom: Ju Pengfei X# X# $FreeBSD$ X# X XPORTNAME= distutils-extra XPORTVERSION= 2.15 XCATEGORIES= www python XMASTER_SITES= http://launchpadlibrarian.net/37390814/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= python-${PORTNAME}-${PORTVERSION} X XMAINTAINER= jupengfei@gmail.com XCOMMENT= Add support for i18n, documentation and icons to distutils X XBUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes XPYDISTUTILS_NOEGGINFO= yes X X.include 464ef7c6571951809b23e262cbe26e19 echo x - ./distinfo sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2' XMD5 (python-distutils-extra-2.15.tar.gz) = d93ad58262cb9ab2ea82584d1cb0ee93 XSHA256 (python-distutils-extra-2.15.tar.gz) = ae2d9b3357884e9ae950711b606cc460d97dc1cd4cbb6042abdaad664fc02210 XSIZE (python-distutils-extra-2.15.tar.gz) = 25986 aec8793adfd5b7c3f00e62ae41a09ac2 echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5' XEnables you to easily integrate gettext support, themed icons Xand scrollkeeper based documentation into Python's distutils. X XWWW: https://launchpad.net/python-distutils-extra 0e313719ff012ceaf97a028d51caa8f5 echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'ef3e7f63841ae908ba397c2bef1fbad6' X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/auto.py X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/__init__.py X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/auto.pyc X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/__init__.pyc X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/auto.pyo X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/__init__.pyo X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/build_i18n.py X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/check.py X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/build_help.py X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/build_extra.py X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/__init__.py X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/build_kdeui.py X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/clean_i18n.py X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/build_icons.py X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/build_i18n.pyc X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/check.pyc X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/build_help.pyc X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/build_extra.pyc X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/__init__.pyc X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/build_kdeui.pyc X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/clean_i18n.pyc X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/build_icons.pyc X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/build_i18n.pyo X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/check.pyo X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/build_help.pyo X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/build_extra.pyo X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/__init__.pyo X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/build_kdeui.pyo X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/clean_i18n.pyo X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command/build_icons.pyo X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/EGG-INFO/not-zip-safe X@dirrm %%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra/command X@dirrm %%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/DistUtilsExtra X@dirrm %%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/python_distutils_extra-2.15-py2.6.egg ef3e7f63841ae908ba397c2bef1fbad6 exit >Release-Note: >Audit-Trail: >Unformatted: