From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 00:00:32 2012 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 AD26A106564A for ; Sun, 17 Jun 2012 00:00:32 +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 82CE08FC14 for ; Sun, 17 Jun 2012 00:00:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H00WpU054500 for ; Sun, 17 Jun 2012 00:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H00WsL054499; Sun, 17 Jun 2012 00:00:32 GMT (envelope-from gnats) Resent-Date: Sun, 17 Jun 2012 00:00:32 GMT Resent-Message-Id: <201206170000.q5H00WsL054499@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, "John W. O'Brien" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B7F4106564A for ; Sat, 16 Jun 2012 23:54:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 640EA8FC08 for ; Sat, 16 Jun 2012 23:54:56 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5GNsu5n036945 for ; Sat, 16 Jun 2012 23:54:56 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5GNsulf036939; Sat, 16 Jun 2012 23:54:56 GMT (envelope-from nobody) Message-Id: <201206162354.q5GNsulf036939@red.freebsd.org> Date: Sat, 16 Jun 2012 23:54:56 GMT From: "John W. O'Brien" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169168: New port: math/py-pandas Flexible, high-performance data analysis in Python 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: Sun, 17 Jun 2012 00:00:32 -0000 >Number: 169168 >Category: ports >Synopsis: New port: math/py-pandas Flexible, high-performance data analysis in Python >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: Sun Jun 17 00:00:31 UTC 2012 >Closed-Date: >Last-Modified: >Originator: John W. O'Brien >Release: 9-STABLE >Organization: Saltant Solutions >Environment: FreeBSD XXXX 9.0-STABLE FreeBSD 9.0-STABLE #0 r236450: Sat Jun 2 11:08:51 EDT 2012 root@XXXX:/usr/obj/usr/src/sys/NIPPL amd64 >Description: This is a beta version of pandas. Release of 0.8.0 expected by the end of June. Testing and feedback are respectfully requested to identify any FreeBSD-specific issues. Port developed on 9-STABLE (r236450) amd64. Compiles with base gcc and clang. Please try building and testing on currently supported releases and stable branches. # nosetests pandas [snip] Ran 1976 tests in 80.964s FAILED (SKIP=43, errors=1) The failed test has been reported here: https://github.com/pydata/pandas/issues/1484 It is related to v1.0.1 of math/py-matplotlib, pending update per: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166329 >How-To-Repeat: >Fix: Please commit this new port to the ports tree. An update will be forthcoming upon the release of 0.8.0. 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: # # py-pandas # py-pandas/pkg-plist # py-pandas/pkg-descr # py-pandas/Makefile # py-pandas/pkg-message # py-pandas/distinfo # echo c - py-pandas mkdir -p py-pandas > /dev/null 2>&1 echo x - py-pandas/pkg-plist sed 's/^X//' >py-pandas/pkg-plist << 'b0a5e97b51d31c01a97566fd2b2ecd16' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/native_libs.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_algos.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_algos.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_algos.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_algos.so X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_period.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_period.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_period.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_period.so X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_sparse.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_sparse.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_sparse.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_sparse.so X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/compat/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/compat/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/compat/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/compat/scipy.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/compat/scipy.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/compat/scipy.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/algorithms.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/algorithms.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/algorithms.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/api.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/api.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/api.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/common.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/common.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/common.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/daterange.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/daterange.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/daterange.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/datetools.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/datetools.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/datetools.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/factor.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/factor.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/factor.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/format.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/format.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/format.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/frame.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/frame.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/frame.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/generic.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/generic.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/generic.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/groupby.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/groupby.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/groupby.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/index.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/index.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/index.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/indexing.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/indexing.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/indexing.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/internals.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/internals.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/internals.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/matrix.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/matrix.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/matrix.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/nanops.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/nanops.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/nanops.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/panel.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/panel.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/panel.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/reshape.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/reshape.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/reshape.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/series.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/series.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/series.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/sparse.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/sparse.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/sparse.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/strings.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/strings.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/strings.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/info.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/info.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/info.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/data.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/data.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/data.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/date_converters.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/date_converters.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/date_converters.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/parsers.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/parsers.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/parsers.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/pytables.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/pytables.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/pytables.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/sql.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/sql.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/sql.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/legacy.h5 X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/salary.table X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test.xls X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test.xlsx X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test1.csv X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test2.csv X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test2.xls X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test3.xls X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_date_converters.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_date_converters.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_date_converters.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_parsers.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_parsers.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_parsers.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_pytables.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_pytables.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_pytables.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_sql.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_sql.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_sql.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_yahoo.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_yahoo.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_yahoo.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/lib.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/lib.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/lib.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/lib.so X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy/base.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy/base.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy/base.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy/common.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy/common.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy/common.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy/mass.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy/mass.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy/mass.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy/vars.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy/vars.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy/vars.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sandbox/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sandbox/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sandbox/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sandbox/qtpandas.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sandbox/qtpandas.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sandbox/qtpandas.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/setup.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/setup.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/setup.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/api.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/api.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/api.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/array.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/array.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/array.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/frame.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/frame.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/frame.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/list.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/list.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/list.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/panel.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/panel.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/panel.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/series.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/series.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/series.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/tests/test_array.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/tests/test_array.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/tests/test_array.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/tests/test_libsparse.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/tests/test_libsparse.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/tests/test_libsparse.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/tests/test_list.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/tests/test_list.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/tests/test_list.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/tests/test_sparse.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/tests/test_sparse.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/tests/test_sparse.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/api.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/api.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/api.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/common.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/common.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/common.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/fama_macbeth.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/fama_macbeth.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/fama_macbeth.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/interface.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/interface.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/interface.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/math.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/math.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/math.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/misc.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/misc.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/misc.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/moments.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/moments.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/moments.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/ols.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/ols.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/ols.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/plm.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/plm.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/plm.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/common.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/common.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/common.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/test_fama_macbeth.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/test_fama_macbeth.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/test_fama_macbeth.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/test_math.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/test_math.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/test_math.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/test_moments.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/test_moments.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/test_moments.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/test_ols.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/test_ols.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/test_ols.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/test_var.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/test_var.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests/test_var.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/var.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/var.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/var.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/data/iris.csv X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/data/multiindex_v1.pickle X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/data/unicode_series.csv X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_algos.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_algos.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_algos.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_common.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_common.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_common.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_factor.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_factor.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_factor.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_format.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_format.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_format.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_frame.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_frame.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_frame.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_graphics.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_graphics.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_graphics.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_groupby.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_groupby.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_groupby.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_index.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_index.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_index.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_internals.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_internals.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_internals.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_multilevel.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_multilevel.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_multilevel.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_ndframe.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_ndframe.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_ndframe.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_panel.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_panel.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_panel.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_reshape.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_reshape.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_reshape.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_series.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_series.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_series.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_stats.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_stats.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_stats.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_tseries.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_tseries.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_tseries.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/describe.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/describe.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/describe.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/merge.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/merge.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/merge.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/pivot.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/pivot.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/pivot.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/plotting.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/plotting.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/plotting.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/test_merge.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/test_merge.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/test_merge.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/test_pivot.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/test_pivot.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/test_pivot.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/test_tile.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/test_tile.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/test_tile.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/test_tools.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/test_tools.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/test_tools.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tile.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tile.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tile.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/util.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/util.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/util.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/api.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/api.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/api.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/frequencies.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/frequencies.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/frequencies.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/index.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/index.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/index.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/interval.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/interval.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/interval.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/offsets.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/offsets.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/offsets.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/period.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/period.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/period.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/plotting.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/plotting.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/plotting.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/resample.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/resample.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/resample.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/data/frame.pickle X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/data/frame2.pickle X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/data/series.pickle X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/data/series_daterange0.pickle X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_cursor.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_cursor.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_cursor.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_daterange.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_daterange.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_daterange.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_frequencies.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_frequencies.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_frequencies.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_offsets.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_offsets.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_offsets.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_period.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_period.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_period.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_plotting.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_plotting.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_plotting.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_resample.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_resample.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_resample.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_timeseries.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_timeseries.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_timeseries.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_timezones.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_timezones.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_timezones.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_util.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_util.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/test_util.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tools.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tools.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tools.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/util.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/util.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/util.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/clipboard.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/clipboard.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/clipboard.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/compat.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/compat.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/compat.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/counter.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/counter.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/counter.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/decorators.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/decorators.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/decorators.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/map.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/map.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/map.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/misc.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/misc.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/misc.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/py3compat.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/py3compat.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/py3compat.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/terminal.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/terminal.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/terminal.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/testing.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/testing.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util/testing.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/version.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/version.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/version.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/util X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests/data X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tseries X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/data X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/stats X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sandbox X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/compat X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% b0a5e97b51d31c01a97566fd2b2ecd16 echo x - py-pandas/pkg-descr sed 's/^X//' >py-pandas/pkg-descr << '913f38343b1ba0fc0d3e5a6d016e5be1' Xpandas is a Python package providing fast, flexible, and expressive Xdata structures designed to make working with "relational" or X"labeled" data both easy and intuitive. It aims to be the Xfundamental high-level building block for doing practical, real Xworld data analysis in Python. X XWWW: http://pandas.pydata.org/ 913f38343b1ba0fc0d3e5a6d016e5be1 echo x - py-pandas/Makefile sed 's/^X//' >py-pandas/Makefile << '8e220d3821438a4969e06ddee12b6c78' X# vim:ts=8 sw=8 noet X# Ports collection Makefile for: pandas X# Date created: 16 June 2012 X# Whom: John W. O'Brien X# X# $FreeBSD$ X# X XPORTNAME= pandas XDISTVERSION= 0.8.0b2 XCATEGORIES= math devel python XMASTER_SITES= CHEESESHOP \ X http://pandas.pydata.org/pandas-build/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= john@saltant.com XCOMMENT= Flexible, high-performance data analysis in Python X XBUILD_DEPENDS= cython:${PORTSDIR}/lang/cython \ X ${PYNUMPY} \ X ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil \ X ${PYNUMPY} \ X ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz X XLICENSE_FILE= ${WRKSRC}/LICENSE X XUSE_PYTHON= yes XUSE_PYDISTUTILS= easy_install XPYEASYINSTALL_ARCHDEP= yes XPYDISTUTILS_PKGVERSION= ${DISTVERSION} X Xpost-install: print-pkg-message X Xprint-pkg-message: X @${CAT} ${PKGMESSAGE} X X.include 8e220d3821438a4969e06ddee12b6c78 echo x - py-pandas/pkg-message sed 's/^X//' >py-pandas/pkg-message << '25031e7cf493e925e118a7b7b93ffb13' X=== XNote that the following ports are not strict dependencies but are highly Xrecommended to get the most out of pandas. Install them as needed. X Xscipy science/py-scipy Xpytables devel/py-tables Xmatplotlib math/py-matplotlib X XAlso recommended, but not yet available as a port is scikits.statsmodels. Xhttp://statsmodels.sourceforge.net/ X=== 25031e7cf493e925e118a7b7b93ffb13 echo x - py-pandas/distinfo sed 's/^X//' >py-pandas/distinfo << 'dd64779fd1d3146c47d27eebea2a41d3' XSHA256 (pandas-0.8.0b2.tar.gz) = c30b99a8d10a99bdbd7fbd0195c322208e91ab379f0c156ab1f658ea397e0168 XSIZE (pandas-0.8.0b2.tar.gz) = 1679338 dd64779fd1d3146c47d27eebea2a41d3 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 00:00:48 2012 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 BAD05106564A; Sun, 17 Jun 2012 00:00:48 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8D80E8FC08; Sun, 17 Jun 2012 00:00:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H00mCL055023; Sun, 17 Jun 2012 00:00:48 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H00m1s055013; Sun, 17 Jun 2012 00:00:48 GMT (envelope-from edwin) Date: Sun, 17 Jun 2012 00:00:48 GMT Message-Id: <201206170000.q5H00m1s055013@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169168: New port: math/py-pandas Flexible, high-performance data analysis in Python 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: Sun, 17 Jun 2012 00:00:48 -0000 Synopsis: New port: math/py-pandas Flexible, high-performance data analysis in Python Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 17 00:00:46 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169168 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 00:14:32 2012 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 D3078106564A; Sun, 17 Jun 2012 00:14:32 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A7CCA8FC08; Sun, 17 Jun 2012 00:14:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H0EWNK078998; Sun, 17 Jun 2012 00:14:32 GMT (envelope-from ak@freefall.freebsd.org) Received: (from ak@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H0EWCr078994; Sun, 17 Jun 2012 00:14:32 GMT (envelope-from ak) Date: Sun, 17 Jun 2012 00:14:32 GMT Message-Id: <201206170014.q5H0EWCr078994@freefall.freebsd.org> To: ak@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ak@FreeBSD.org From: ak@FreeBSD.org Cc: Subject: Re: ports/168648: [PATCH] editors/mg: Don't hard code CC in Makefile 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: Sun, 17 Jun 2012 00:14:32 -0000 Synopsis: [PATCH] editors/mg: Don't hard code CC in Makefile Responsible-Changed-From-To: freebsd-ports-bugs->ak Responsible-Changed-By: ak Responsible-Changed-When: Sun Jun 17 00:14:32 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=168648 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 00:31:42 2012 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 90739106566C; Sun, 17 Jun 2012 00:31:42 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 645CF8FC0C; Sun, 17 Jun 2012 00:31:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H0VgOp095002; Sun, 17 Jun 2012 00:31:42 GMT (envelope-from ak@freefall.freebsd.org) Received: (from ak@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H0Vgto094993; Sun, 17 Jun 2012 00:31:42 GMT (envelope-from ak) Date: Sun, 17 Jun 2012 00:31:42 GMT Message-Id: <201206170031.q5H0Vgto094993@freefall.freebsd.org> To: ak@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ak@FreeBSD.org From: ak@FreeBSD.org Cc: Subject: Re: ports/168976: [maintainer patch] astro/merkaartor update to 0.18.1 release and misc changes 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: Sun, 17 Jun 2012 00:31:42 -0000 Synopsis: [maintainer patch] astro/merkaartor update to 0.18.1 release and misc changes Responsible-Changed-From-To: freebsd-ports-bugs->ak Responsible-Changed-By: ak Responsible-Changed-When: Sun Jun 17 00:31:41 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=168976 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 01:00:30 2012 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 AD3891065678; Sun, 17 Jun 2012 01:00:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7F70F8FC1B; Sun, 17 Jun 2012 01:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H10P8F016688; Sun, 17 Jun 2012 01:00:25 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H10O9F016684; Sun, 17 Jun 2012 01:00:24 GMT (envelope-from linimon) Date: Sun, 17 Jun 2012 01:00:24 GMT Message-Id: <201206170100.q5H10O9F016684@freefall.freebsd.org> To: matt@peterson.org, koobs.freebsd@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169141: [PATCH] sysutils/sortu: update to 2.1.2 - Honour CC and CFLAGS 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: Sun, 17 Jun 2012 01:00:30 -0000 Synopsis: [PATCH] sysutils/sortu: update to 2.1.2 - Honour CC and CFLAGS State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sun Jun 17 01:00:17 UTC 2012 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=169141 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 02:16:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC6041065670; Sun, 17 Jun 2012 02:16:22 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AEFCA8FC1C; Sun, 17 Jun 2012 02:16:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H2GMmf093474; Sun, 17 Jun 2012 02:16:22 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H2GMVN093469; Sun, 17 Jun 2012 02:16:22 GMT (envelope-from jgh) Date: Sun, 17 Jun 2012 02:16:22 GMT Message-Id: <201206170216.q5H2GMVN093469@freefall.freebsd.org> To: matt@peterson.org, jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/169141: [PATCH] sysutils/sortu: update to 2.1.2 - Honour CC and CFLAGS 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: Sun, 17 Jun 2012 02:16:22 -0000 Synopsis: [PATCH] sysutils/sortu: update to 2.1.2 - Honour CC and CFLAGS Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Sun Jun 17 02:16:22 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169141 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 04:00:24 2012 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 02CE41065670 for ; Sun, 17 Jun 2012 04:00:24 +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 B59FB8FC17 for ; Sun, 17 Jun 2012 04:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H40N7w085696 for ; Sun, 17 Jun 2012 04:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H40NrX085695; Sun, 17 Jun 2012 04:00:23 GMT (envelope-from gnats) Resent-Date: Sun, 17 Jun 2012 04:00:23 GMT Resent-Message-Id: <201206170400.q5H40NrX085695@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, Leo Vandewoestijne Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 89D3E1065676 for ; Sun, 17 Jun 2012 03:54:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 763C68FC17 for ; Sun, 17 Jun 2012 03:54:08 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5H3s8js080540 for ; Sun, 17 Jun 2012 03:54:08 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5H3s87A080539; Sun, 17 Jun 2012 03:54:08 GMT (envelope-from nobody) Message-Id: <201206170354.q5H3s87A080539@red.freebsd.org> Date: Sun, 17 Jun 2012 03:54:08 GMT From: Leo Vandewoestijne To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169170: [MAINTAINER-UPDATE] dns/knot: update from 1.0.5 to 1.0.6 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: Sun, 17 Jun 2012 04:00:24 -0000 >Number: 169170 >Category: ports >Synopsis: [MAINTAINER-UPDATE] dns/knot: update from 1.0.5 to 1.0.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 17 04:00:23 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Leo Vandewoestijne >Release: >Organization: DNS-Lab >Environment: >Description: The Knot DNS server was updated. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ru knot.old/Makefile knot/Makefile --- knot.old/Makefile 2012-05-21 20:35:20.000000000 +0000 +++ knot/Makefile 2012-06-17 02:54:16.000000000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= knot -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= dns ipv6 MASTER_SITES= http://public.nic.cz/files/knot-dns/ \ http://www.dns-lab.com/downloads/knot-dns/ diff -ru knot.old/distinfo knot/distinfo --- knot.old/distinfo 2012-05-21 20:35:20.000000000 +0000 +++ knot/distinfo 2012-06-17 02:54:39.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (knot-1.0.5.tar.gz) = 9476aa0444f4c8e9ec96bb284aa7b03a746a8ddfef5dbd287fcb6efedcfcc1dd -SIZE (knot-1.0.5.tar.gz) = 1064340 +SHA256 (knot-1.0.6.tar.gz) = baa4e086372015e233ff90cf72ef06e18513b8f2b17196684b6718aa7854f028 +SIZE (knot-1.0.6.tar.gz) = 1065751 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 04:01:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B713B1065670; Sun, 17 Jun 2012 04:01:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 89A7D8FC14; Sun, 17 Jun 2012 04:01:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H41XqX089668; Sun, 17 Jun 2012 04:01:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H41Xfv089661; Sun, 17 Jun 2012 04:01:33 GMT (envelope-from edwin) Date: Sun, 17 Jun 2012 04:01:33 GMT Message-Id: <201206170401.q5H41Xfv089661@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169170: [MAINTAINER-UPDATE] dns/knot: update from 1.0.5 to 1.0.6 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: Sun, 17 Jun 2012 04:01:33 -0000 Synopsis: [MAINTAINER-UPDATE] dns/knot: update from 1.0.5 to 1.0.6 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Sun Jun 17 04:01:32 UTC 2012 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169170 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 04:01:41 2012 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 DA8A3106566C; Sun, 17 Jun 2012 04:01:41 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AD90B8FC08; Sun, 17 Jun 2012 04:01:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H41fBq090243; Sun, 17 Jun 2012 04:01:41 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H41fDo090234; Sun, 17 Jun 2012 04:01:41 GMT (envelope-from edwin) Date: Sun, 17 Jun 2012 04:01:41 GMT Message-Id: <201206170401.q5H41fDo090234@freefall.freebsd.org> To: freebsd@unicycle.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169170: [MAINTAINER-UPDATE] dns/knot: update from 1.0.5 to 1.0.6 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: Sun, 17 Jun 2012 04:01:41 -0000 Synopsis: [MAINTAINER-UPDATE] dns/knot: update from 1.0.5 to 1.0.6 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jun 17 04:01:40 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169170 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 04:10:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 15FEF1065674 for ; Sun, 17 Jun 2012 04:10:13 +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 CDB288FC0A for ; Sun, 17 Jun 2012 04:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H4ACAb096044 for ; Sun, 17 Jun 2012 04:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H4ACpE096043; Sun, 17 Jun 2012 04:10:12 GMT (envelope-from gnats) Resent-Date: Sun, 17 Jun 2012 04:10:12 GMT Resent-Message-Id: <201206170410.q5H4ACpE096043@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, Jin-Sih Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B3DF106566C for ; Sun, 17 Jun 2012 04:01:21 +0000 (UTC) (envelope-from root@deep.tw) Received: from deep.tw (220-134-39-129.HINET-IP.hinet.net [220.134.39.129]) by mx1.freebsd.org (Postfix) with ESMTP id 483558FC0C for ; Sun, 17 Jun 2012 04:01:21 +0000 (UTC) Received: by deep.tw (Postfix, from userid 0) id 18E975C5A; Sun, 17 Jun 2012 12:01:14 +0800 (CST) Message-Id: <20120617040114.18E975C5A@deep.tw> Date: Sun, 17 Jun 2012 12:01:14 +0800 (CST) From: Jin-Sih Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169171: [MAINTAINER] www/phalcon: update to 0.4.1 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: Sun, 17 Jun 2012 04:10:13 -0000 >Number: 169171 >Category: ports >Synopsis: [MAINTAINER] www/phalcon: update to 0.4.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 17 04:10:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jin-Sih Lin >Release: FreeBSD 10.0-CURRENT i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD deep.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Thu Apr 19 10:22:37 CST 2012 >Description: - Update to 0.4.1 Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- phalcon-0.4.1.patch begins here --- diff -ruN --exclude=CVS ../phalcon.orig/Makefile ./Makefile --- ../phalcon.orig/Makefile 2012-06-07 11:16:50.000000000 +0800 +++ ./Makefile 2012-06-17 11:55:26.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= phalcon -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= www MASTER_SITES= https://github.com/${PORTNAME}/c${PORTNAME}/tarball/${GITVERSION}/ DISTNAME= ${PORTNAME}-c${PORTNAME}-${GITVERSION} @@ -14,7 +14,7 @@ MAINTAINER= linpct@gmail.com COMMENT= Phalcon PHP Framework written in C-language -GITVERSION= 0ff8753 +GITVERSION= 586965f FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/${PORTNAME}-c${PORTNAME}-${GITVERSION}/release/ diff -ruN --exclude=CVS ../phalcon.orig/distinfo ./distinfo --- ../phalcon.orig/distinfo 2012-06-07 11:16:50.000000000 +0800 +++ ./distinfo 2012-06-17 11:55:39.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (phalcon-cphalcon-0ff8753.tar.gz) = 15d350f7fd28bac7a188020051653db8543727a9aa8dc75b6c79194def7ab04d -SIZE (phalcon-cphalcon-0ff8753.tar.gz) = 472185 +SHA256 (phalcon-cphalcon-586965f.tar.gz) = 321cdb6212bb3004e0b392c0447e88d9f3d47334e440dfded41fd7c2e5266dff +SIZE (phalcon-cphalcon-586965f.tar.gz) = 479045 --- phalcon-0.4.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 04:20:12 2012 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 1A745106566C for ; Sun, 17 Jun 2012 04:20:12 +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 0566E8FC08 for ; Sun, 17 Jun 2012 04:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H4KBMm006260 for ; Sun, 17 Jun 2012 04:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H4KBVQ006259; Sun, 17 Jun 2012 04:20:11 GMT (envelope-from gnats) Date: Sun, 17 Jun 2012 04:20:11 GMT Message-Id: <201206170420.q5H4KBVQ006259@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/169170: [MAINTAINER-UPDATE] dns/knot: update from 1.0.5 to 1.0.6 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: Sun, 17 Jun 2012 04:20:12 -0000 The following reply was made to PR ports/169170; it has been noted by GNATS. From: Edwin Groothuis To: freebsd@dns-lab.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/169170: [MAINTAINER-UPDATE] dns/knot: update from 1.0.5 to 1.0.6 Date: Sun, 17 Jun 2012 04:01:37 UT Maintainer of dns/knot, Please note that PR ports/169170 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169170 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 04:22:38 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 346751065670; Sun, 17 Jun 2012 04:22:38 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 06EEE8FC16; Sun, 17 Jun 2012 04:22:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H4MbBT014389; Sun, 17 Jun 2012 04:22:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H4MbFL014385; Sun, 17 Jun 2012 04:22:37 GMT (envelope-from edwin) Date: Sun, 17 Jun 2012 04:22:37 GMT Message-Id: <201206170422.q5H4MbFL014385@freefall.freebsd.org> To: dh@bsd.ee, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169165: sysutils/fusefs-kmod: calling fchown(2) on sshfs filesystem causes panic 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: Sun, 17 Jun 2012 04:22:38 -0000 Synopsis: sysutils/fusefs-kmod: calling fchown(2) on sshfs filesystem causes panic State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jun 17 04:22:37 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169165 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 04:30:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3FD30106566B for ; Sun, 17 Jun 2012 04:30:14 +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 2A53B8FC0C for ; Sun, 17 Jun 2012 04:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H4UEVg014765 for ; Sun, 17 Jun 2012 04:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H4UECs014762; Sun, 17 Jun 2012 04:30:14 GMT (envelope-from gnats) Date: Sun, 17 Jun 2012 04:30:14 GMT Message-Id: <201206170430.q5H4UECs014762@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/169165: sysutils/fusefs-kmod: calling fchown(2) on sshfs filesystem causes panic 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: Sun, 17 Jun 2012 04:30:14 -0000 The following reply was made to PR ports/169165; it has been noted by GNATS. From: Edwin Groothuis To: mirror176@cox.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/169165: sysutils/fusefs-kmod: calling fchown(2) on sshfs filesystem causes panic Date: Sun, 17 Jun 2012 04:22:36 UT Maintainer of sysutils/fusefs-kmod, Please note that PR ports/169165 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169165 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 05:14:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ECECD1065672; Sun, 17 Jun 2012 05:14:18 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C1F748FC12; Sun, 17 Jun 2012 05:14:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H5EINg061691; Sun, 17 Jun 2012 05:14:18 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H5EIb0061687; Sun, 17 Jun 2012 05:14:18 GMT (envelope-from jgh) Date: Sun, 17 Jun 2012 05:14:18 GMT Message-Id: <201206170514.q5H5EIb0061687@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/169171: [MAINTAINER] www/phalcon: update to 0.4.1 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: Sun, 17 Jun 2012 05:14:19 -0000 Synopsis: [MAINTAINER] www/phalcon: update to 0.4.1 Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Sun Jun 17 05:14:18 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169171 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 05:14:27 2012 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 999B71065670; Sun, 17 Jun 2012 05:14:27 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3211C8FC15; Sun, 17 Jun 2012 05:14:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H5ERn8061785; Sun, 17 Jun 2012 05:14:27 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H5EQDY061781; Sun, 17 Jun 2012 05:14:26 GMT (envelope-from jgh) Date: Sun, 17 Jun 2012 05:14:26 GMT Message-Id: <201206170514.q5H5EQDY061781@freefall.freebsd.org> To: freebsd@dns-lab.com, jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/169170: [MAINTAINER-UPDATE] dns/knot: update from 1.0.5 to 1.0.6 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: Sun, 17 Jun 2012 05:14:27 -0000 Synopsis: [MAINTAINER-UPDATE] dns/knot: update from 1.0.5 to 1.0.6 Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Sun Jun 17 05:14:26 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169170 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 05:26:29 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74C52106566C; Sun, 17 Jun 2012 05:26:29 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 491B78FC14; Sun, 17 Jun 2012 05:26:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H5QTsE070781; Sun, 17 Jun 2012 05:26:29 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H5QSn2070777; Sun, 17 Jun 2012 05:26:28 GMT (envelope-from rm) Date: Sun, 17 Jun 2012 05:26:28 GMT Message-Id: <201206170526.q5H5QSn2070777@freefall.freebsd.org> To: lavr@unix1.jinr.ru, rm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: rm@FreeBSD.org Cc: Subject: Re: ports/169159: deluge 1.3.x with new boost-1.48 problem 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: Sun, 17 Jun 2012 05:26:29 -0000 Synopsis: deluge 1.3.x with new boost-1.48 problem State-Changed-From-To: open->closed State-Changed-By: rm State-Changed-When: Sun Jun 17 05:26:28 UTC 2012 State-Changed-Why: Duplicate of ports/169164 http://www.freebsd.org/cgi/query-pr.cgi?pr=169159 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 05:40:11 2012 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 64626106566B for ; Sun, 17 Jun 2012 05:40:11 +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 59D4B8FC14 for ; Sun, 17 Jun 2012 05:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H5e9X1081663 for ; Sun, 17 Jun 2012 05:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H5e9mX081662; Sun, 17 Jun 2012 05:40:09 GMT (envelope-from gnats) Resent-Date: Sun, 17 Jun 2012 05:40:09 GMT Resent-Message-Id: <201206170540.q5H5e9mX081662@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, Carl Makin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2AD8106564A for ; Sun, 17 Jun 2012 05:30:31 +0000 (UTC) (envelope-from carl@stagecraft.cx) Received: from brain.stagecraft.cx (brain.stagecraft.cx [59.167.142.95]) by mx1.freebsd.org (Postfix) with ESMTP id 2CFAB8FC0C for ; Sun, 17 Jun 2012 05:30:30 +0000 (UTC) Received: from ferb.stagecraft.cx (ferb.stagecraft.cx [172.30.0.20]) by brain.stagecraft.cx (8.14.5/8.14.4) with ESMTP id q5EAtrhf097799 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 14 Jun 2012 20:55:53 +1000 (EST) (envelope-from carl@ferb.stagecraft.cx) Received: (from root@localhost) by ferb.stagecraft.cx (8.14.5/8.14.5/Submit) id q5EAtrDv064972; Thu, 14 Jun 2012 20:55:53 +1000 (EST) (envelope-from carl) Message-Id: <201206141055.q5EAtrDv064972@ferb.stagecraft.cx> Date: Thu, 14 Jun 2012 20:55:53 +1000 (EST) From: Carl Makin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169172: [MAINTAINER UPDATE] comms/xastir - Fix build issue X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Carl Makin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2012 05:40:11 -0000 >Number: 169172 >Category: ports >Synopsis: [MAINTAINER UPDATE] comms/xastir - Fix build issue >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 17 05:40:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Carl Makin >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD ferb 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: HDRI has been enabled by default on ImageMagick. This breaks Xastir badly as it assumes QuantumDepth is an integer. >How-To-Repeat: >Fix: This fix below removes ImageMagick from the build and defaults to GraphicsMagick which still works. --- Makefile.diff begins here --- --- /usr/ports/comms/xastir/Makefile 2012-06-01 15:16:45.000000000 +1000 +++ Makefile 2012-06-14 20:52:14.000000000 +1000 @@ -7,7 +7,7 @@ PORTNAME= xastir PORTVERSION= 2.0.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION} @@ -34,8 +34,7 @@ OPTIONS= SHAPELIB "Include Shapelib support" On \ DBFAWK "Include DBFAWK Support" On \ - MAGICK "Include [Image|Graphics]Magick Support" On \ - GRAPHICK "Use GraphicsMagick instead of ImageMagick" Off \ + MAGICK "Include GraphicsMagick Support" On \ CURL "Include CURL Internet Image support" On \ GEOTIFF "Include GeoTIFF Support" Off \ GDAL "Include GDAL Support" Off \ @@ -57,12 +56,7 @@ .if defined(WITHOUT_MAGICK) CONFIGURE_ARGS+= --without-imagemagick --without-graphicsmagick .else -.if defined(WITH_GRAPHICK) LIB_DEPENDS+= GraphicsMagickWand.7:${PORTSDIR}/graphics/GraphicsMagick13 -.else -LIB_DEPENDS+= MagickWand.5:${PORTSDIR}/graphics/ImageMagick -CONFIGURE_ARGS+= --without-graphicsmagick -.endif .endif .if defined(WITHOUT_DBFAWK) --- Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 05:40:11 2012 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 7DF191065672 for ; Sun, 17 Jun 2012 05:40:11 +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 ABBEE8FC17 for ; Sun, 17 Jun 2012 05:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H5e9Xn081672 for ; Sun, 17 Jun 2012 05:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H5e9uQ081671; Sun, 17 Jun 2012 05:40:09 GMT (envelope-from gnats) Resent-Date: Sun, 17 Jun 2012 05:40:09 GMT Resent-Message-Id: <201206170540.q5H5e9uQ081671@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, Carl Makin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD55B106566B for ; Sun, 17 Jun 2012 05:30:32 +0000 (UTC) (envelope-from carl@stagecraft.cx) Received: from brain.stagecraft.cx (brain.stagecraft.cx [59.167.142.95]) by mx1.freebsd.org (Postfix) with ESMTP id 572E18FC16 for ; Sun, 17 Jun 2012 05:30:32 +0000 (UTC) Received: from ferb.stagecraft.cx (ferb.stagecraft.cx [172.30.0.20]) by brain.stagecraft.cx (8.14.5/8.14.4) with ESMTP id q5EAQIdh095451 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 14 Jun 2012 20:26:18 +1000 (EST) (envelope-from carl@ferb.stagecraft.cx) Received: from ferb.stagecraft.cx (localhost [127.0.0.1]) by ferb.stagecraft.cx (8.14.5/8.14.5) with ESMTP id q5EAJ8sE064683 for ; Thu, 14 Jun 2012 20:19:08 +1000 (EST) (envelope-from carl@ferb.stagecraft.cx) Received: (from root@localhost) by ferb.stagecraft.cx (8.14.5/8.14.5/Submit) id q5EAJ8te064682; Thu, 14 Jun 2012 20:19:08 +1000 (EST) (envelope-from carl) Message-Id: <201206141019.q5EAJ8te064682@ferb.stagecraft.cx> Date: Thu, 14 Jun 2012 20:19:08 +1000 (EST) From: Carl Makin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169173: Maintainer Update - ports comms/gmfsk - fix log2 build problem X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Carl Makin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2012 05:40:11 -0000 >Number: 169173 >Category: ports >Synopsis: Maintainer Update - ports comms/gmfsk - fix log2 build problem >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 17 05:40:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Carl Makin >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD ferb 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This update fixes the log2 build error. >How-To-Repeat: >Fix: Apple the below patches and files. --- gmfsk-log2fix begins here --- # 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: # # ./files/extra-patch-misc_misc.c # ./files/extra-patch-misc_misc.h # ./Makefile.diff # ./pkg-message.diff # echo x - ./files/extra-patch-misc_misc.c sed 's/^X//' >./files/extra-patch-misc_misc.c << 'a5c5aaff89310f2d53c0ecbd6094cdbd' X--- src/misc/misc.c.orig 2011-11-13 09:57:36.000000000 +0100 X+++ src/misc/misc.c 2011-11-13 09:58:06.000000000 +0100 X@@ -103,25 +103,6 @@ X /* ---------------------------------------------------------------------- */ X X /* X- * Integer base-2 logarithm X- */ X-int log2(unsigned int x) X-{ X- int y = 0; X- X- x >>= 1; X- X- while (x) { X- x >>= 1; X- y++; X- } X- X- return y; X-} X- X-/* ---------------------------------------------------------------------- */ X- X-/* X * Gray encoding and decoding (8 bit) X */ X unsigned char grayencode(unsigned char data) a5c5aaff89310f2d53c0ecbd6094cdbd echo x - ./files/extra-patch-misc_misc.h sed 's/^X//' >./files/extra-patch-misc_misc.h << 'a98a6ea86da9a034de6048fa6ce5b91b' X--- src/misc/misc.h.orig 2011-11-13 09:59:46.000000000 +0100 X+++ src/misc/misc.h 2011-11-13 10:01:09.000000000 +0100 X@@ -104,25 +104,6 @@ X /* ---------------------------------------------------------------------- */ X X /* X- * Integer base-2 logarithm X- */ X-extern inline int log2(unsigned int x) X-{ X- int y = 0; X- X- x >>= 1; X- X- while (x) { X- x >>= 1; X- y++; X- } X- X- return y; X-} X- X-/* ---------------------------------------------------------------------- */ X- X-/* X * Gray encoding and decoding (8 bit) X */ X extern inline unsigned char grayencode(unsigned char data) a98a6ea86da9a034de6048fa6ce5b91b echo x - ./Makefile.diff sed 's/^X//' >./Makefile.diff << '52a75af8009414ea5f10694a854e1038' X--- /usr/ports/comms/gmfsk/Makefile 2012-06-14 18:36:17.000000000 +1000 X+++ Makefile 2012-06-14 20:03:39.000000000 +1000 X@@ -7,7 +7,7 @@ X X PORTNAME= gmfsk X PORTVERSION= 0.6 X-PORTREVISION= 10 X+PORTREVISION= 11 X CATEGORIES= comms audio hamradio X MASTER_SITES= http://gmfsk.connect.fi/ X X@@ -37,9 +37,11 @@ X CONFIGURE_ENV+= PKG_CONFIG_PATH=${LOCALBASE}/lib/pkgconfig X .endif X X-#.if ( ${OSVERSION} >= 802502 && ${OSVERSION} < 900000 ) || ${OSVERSION} >= 900027 X-#BROKEN= does not build after log2 addition X-#.endif X+.if ( ${OSVERSION} >= 802502 && ${OSVERSION} < 900000 ) || ${OSVERSION} >= 900027 X+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-misc_misc.c X+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-misc_misc.h X+ X+.endif X X post-patch: X @${REINPLACE_CMD} -e 's|[$$][(]localstatedir[)]/lib/scrollkeeper|${SCROLLKEEPER_DIR}|g' \ 52a75af8009414ea5f10694a854e1038 echo x - ./pkg-message.diff sed 's/^X//' >./pkg-message.diff << '8eb62b4631f03619a9d813944a6561e7' X--- /usr/ports/comms/gmfsk/pkg-message 2004-10-12 08:28:24.000000000 +1000 X+++ pkg-message 2012-06-14 20:02:57.000000000 +1000 X@@ -5,19 +5,8 @@ X Start it using the command "gmfsk". You may need to type "rehash" X first. X X-Upon first starting it, go to Settings->Preferences and fill out X-all your details. X- X-Under Settings->Preferences->Devices->Sound set your sound device to X-/dev/dspW0 X-This will use the 16bit sound device rather than /dev/dsp0 which is X-the 8bit sound device. X- X-Then use the Gnome-volume-control or your favourite mixer program X+Use the Gnome-volume-control or your favourite mixer program X to set your receive and transmit levels. DO NOT OVERDRIVE YOUR RIG. X-I recommend you head over to X-http://www.w5bbr.com/ X-which has links to useful info. X X Enjoy! X Carl, VK1KCM 8eb62b4631f03619a9d813944a6561e7 exit --- gmfsk-log2fix ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 05:41:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A1DE9106566B; Sun, 17 Jun 2012 05:41:01 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 75C068FC14; Sun, 17 Jun 2012 05:41:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H5f1Zc085097; Sun, 17 Jun 2012 05:41:01 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H5f1XW085091; Sun, 17 Jun 2012 05:41:01 GMT (envelope-from edwin) Date: Sun, 17 Jun 2012 05:41:01 GMT Message-Id: <201206170541.q5H5f1XW085091@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, xride@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169172: [MAINTAINER UPDATE] comms/xastir - Fix build issue 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: Sun, 17 Jun 2012 05:41:01 -0000 Synopsis: [MAINTAINER UPDATE] comms/xastir - Fix build issue Responsible-Changed-From-To: freebsd-ports-bugs->xride Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 17 05:41:01 UTC 2012 Responsible-Changed-Why: xride@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169172 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 05:41:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43E071065680; Sun, 17 Jun 2012 05:41:06 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 174388FC12; Sun, 17 Jun 2012 05:41:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H5f5LV085388; Sun, 17 Jun 2012 05:41:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H5f5B2085379; Sun, 17 Jun 2012 05:41:05 GMT (envelope-from edwin) Date: Sun, 17 Jun 2012 05:41:05 GMT Message-Id: <201206170541.q5H5f5B2085379@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, xride@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169173: Maintainer Update - ports comms/gmfsk - fix log2 build problem 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: Sun, 17 Jun 2012 05:41:06 -0000 Synopsis: Maintainer Update - ports comms/gmfsk - fix log2 build problem Responsible-Changed-From-To: freebsd-ports-bugs->xride Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 17 05:41:05 UTC 2012 Responsible-Changed-Why: xride@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169173 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 08:20:10 2012 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 6B9DF106566C for ; Sun, 17 Jun 2012 08:20:10 +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 43AE58FC12 for ; Sun, 17 Jun 2012 08:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H8KAIe043917 for ; Sun, 17 Jun 2012 08:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H8KAeR043915; Sun, 17 Jun 2012 08:20:10 GMT (envelope-from gnats) Resent-Date: Sun, 17 Jun 2012 08:20:10 GMT Resent-Message-Id: <201206170820.q5H8KAeR043915@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, Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DEE21065672 for ; Sun, 17 Jun 2012 08:10:15 +0000 (UTC) (envelope-from jason@jw.lds.net.ua) Received: from jw.lds.net.ua (jw.lds.net.ua [193.192.37.74]) by mx1.freebsd.org (Postfix) with ESMTP id A730D8FC08 for ; Sun, 17 Jun 2012 08:10:14 +0000 (UTC) Received: from jw.lds.net.ua (localhost [127.0.0.1]) by jw.lds.net.ua (8.14.5/8.14.5) with ESMTP id q5H847aQ092752 for ; Sun, 17 Jun 2012 11:04:07 +0300 (EEST) (envelope-from jason@jw.lds.net.ua) Received: (from root@localhost) by jw.lds.net.ua (8.14.5/8.14.5/Submit) id q5H842xr092750; Sun, 17 Jun 2012 11:04:02 +0300 (EEST) (envelope-from jason) Message-Id: <201206170804.q5H842xr092750@jw.lds.net.ua> Date: Sun, 17 Jun 2012 11:04:02 +0300 (EEST) From: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169174: [patch] sysutils/htop: fix swap size calculation on i386 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vsjcfm@gmail.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2012 08:20:10 -0000 >Number: 169174 >Category: ports >Synopsis: [patch] sysutils/htop: fix swap size calculation on i386 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 17 08:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sayetsky Anton >Release: FreeBSD 8.3-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD jw.local 8.3-RELEASE-p1 FreeBSD 8.3-RELEASE-p1 #0 r235504: Wed May 16 14:33:18 EEST 2012 root@jw.local:/tmp/obj/mnt/garbage/build/src/sys/JASONW i386 >Description: There is an error in my previous htop patch. Swap values can overflow on i386. >How-To-Repeat: Install htop 1.0.1_1 and create swap >2GiB, you will see a value of -2097152MiB >Fix: Patch for previous patch attached. --- patch-Makefile begins here --- --- /usr/ports/sysutils/htop/Makefile 2012-05-30 00:22:56.000000000 +0300 +++ Makefile 2012-06-17 10:53:16.000000000 +0300 @@ -7,7 +7,7 @@ PORTNAME= htop PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF --- patch-Makefile ends here --- --- patch-patch-ProcessList.c begins here --- --- /usr/ports/sysutils/htop/files/patch-ProcessList.c 2012-05-30 00:22:56.000000000 +0300 +++ patch-ProcessList.c 2012-06-17 10:53:54.000000000 +0300 @@ -51,8 +51,8 @@ + kd = kvm_open(NULL, _PATH_DEVNULL, NULL, O_RDONLY, NULL); + assert(kd != NULL); + kvm_getswapinfo(kd, kvmswapinfo, 1, 0); -+ this->totalSwap = kvmswapinfo[0].ksw_total * PAGE_SIZE / KB; -+ this->usedSwap = kvmswapinfo[0].ksw_used * PAGE_SIZE / KB; ++ this->totalSwap = kvmswapinfo[0].ksw_total * (PAGE_SIZE / KB); ++ this->usedSwap = kvmswapinfo[0].ksw_used * (PAGE_SIZE / KB); + kvm_close(kd); + len = sizeof(this->totalMem); + SYSCTLBYNAME("vm.stats.vm.v_page_count", this->totalMem, len); --- patch-patch-ProcessList.c ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 08:20:57 2012 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 2C0B9106566C; Sun, 17 Jun 2012 08:20:57 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F33718FC08; Sun, 17 Jun 2012 08:20:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H8KuXa045651; Sun, 17 Jun 2012 08:20:56 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H8KuVS045642; Sun, 17 Jun 2012 08:20:56 GMT (envelope-from edwin) Date: Sun, 17 Jun 2012 08:20:56 GMT Message-Id: <201206170820.q5H8KuVS045642@freefall.freebsd.org> To: vsjcfm@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169174: [patch] sysutils/htop: fix swap size calculation on i386 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: Sun, 17 Jun 2012 08:20:57 -0000 Synopsis: [patch] sysutils/htop: fix swap size calculation on i386 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jun 17 08:20:56 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169174 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 08:30:13 2012 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 92A26106564A for ; Sun, 17 Jun 2012 08:30:13 +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 7D2218FC12 for ; Sun, 17 Jun 2012 08:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5H8UDCq053621 for ; Sun, 17 Jun 2012 08:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5H8UDHL053618; Sun, 17 Jun 2012 08:30:13 GMT (envelope-from gnats) Date: Sun, 17 Jun 2012 08:30:13 GMT Message-Id: <201206170830.q5H8UDHL053618@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/169174: [patch] sysutils/htop: fix swap size calculation on i386 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: Sun, 17 Jun 2012 08:30:13 -0000 The following reply was made to PR ports/169174; it has been noted by GNATS. From: Edwin Groothuis To: gaod@hychen.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/169174: [patch] sysutils/htop: fix swap size calculation on i386 Date: Sun, 17 Jun 2012 08:20:51 UT Maintainer of sysutils/htop, Please note that PR ports/169174 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169174 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 12:00:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48CCC106567F for ; Sun, 17 Jun 2012 12:00:24 +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 1C6B68FC1F for ; Sun, 17 Jun 2012 12:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HC0NBT057865 for ; Sun, 17 Jun 2012 12:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HC0NuF057863; Sun, 17 Jun 2012 12:00:23 GMT (envelope-from gnats) Resent-Date: Sun, 17 Jun 2012 12:00:23 GMT Resent-Message-Id: <201206171200.q5HC0NuF057863@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, koobs Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58965106564A for ; Sun, 17 Jun 2012 11:58:35 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2A2698FC15 for ; Sun, 17 Jun 2012 11:58:35 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so7516055pbb.13 for ; Sun, 17 Jun 2012 04:58:28 -0700 (PDT) Received: by 10.68.224.70 with SMTP id ra6mr40279362pbc.11.1339934308888; Sun, 17 Jun 2012 04:58:28 -0700 (PDT) Received: from freebsd-90-amd64.elysium (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id os1sm20059489pbb.49.2012.06.17.04.58.25 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 17 Jun 2012 04:58:27 -0700 (PDT) Received: by freebsd-90-amd64.elysium (Postfix, from userid 1001) id 90CFE1799C; Sun, 17 Jun 2012 21:58:21 +1000 (EST) Message-Id: <20120617115821.90CFE1799C@freebsd-90-amd64.elysium> Date: Sun, 17 Jun 2012 21:58:21 +1000 (EST) From: koobs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169176: [MAINTAINER] security/py27-rsa: update to 3.1 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: Sun, 17 Jun 2012 12:00:24 -0000 >Number: 169176 >Category: ports >Synopsis: [MAINTAINER] security/py27-rsa: update to 3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 17 12:00:23 UTC 2012 >Closed-Date: >Last-Modified: >Originator: koobs >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD freebsd-90-amd64.elysium 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat May 5 14:51:14 EST >Description: - Update to 3.1 - Sort pkg-plist - Remove USE_ZIP, DISTFILE is now tar.gz - s/dirrmtry/dirrm for non-shared directories. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-rsa-3.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/py-rsa/Makefile ./Makefile --- /usr/ports/security/py-rsa/Makefile 2012-06-14 10:28:47.000000000 +1000 +++ ./Makefile 2012-06-17 21:45:10.000000000 +1000 @@ -6,7 +6,7 @@ # PORTNAME= rsa -PORTVERSION= 3.0.1 +PORTVERSION= 3.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,6 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.13:${PORTSDIR}/devel/py-asn1 -USE_ZIP= yes USE_PYTHON= yes USE_PYDISTUTILS=easy_install diff -ruN --exclude=CVS /usr/ports/security/py-rsa/distinfo ./distinfo --- /usr/ports/security/py-rsa/distinfo 2012-06-14 10:28:47.000000000 +1000 +++ ./distinfo 2012-06-17 21:45:15.000000000 +1000 @@ -1,2 +1,2 @@ -SHA256 (rsa-3.0.1.zip) = 2c36df5690f476154c32537b6a0a0bce85c26b4b4a365e23b6e5ac6773355668 -SIZE (rsa-3.0.1.zip) = 49380 +SHA256 (rsa-3.1.tar.gz) = 93728c699d8bb55c4edd224ef0302e1e71ab86bd46b484acc9a0927c04af0fd2 +SIZE (rsa-3.1.tar.gz) = 37580 diff -ruN --exclude=CVS /usr/ports/security/py-rsa/pkg-plist ./pkg-plist --- /usr/ports/security/py-rsa/pkg-plist 2012-06-14 10:28:47.000000000 +1000 +++ ./pkg-plist 2012-06-17 21:55:06.000000000 +1000 @@ -7,58 +7,64 @@ bin/pyrsa-decrypt bin/pyrsa-keygen bin/pyrsa-decrypt-bigfile -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/bigfile.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/cli.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/common.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/core.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/key.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/pem.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/pkcs1.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/prime.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/randnum.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/transform.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/util.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/varblock.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/_version133.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/_version200.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/zip-safe %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/bigfile.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/cli.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/common.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/core.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/key.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/pem.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/pkcs1.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/prime.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/randnum.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/transform.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/util.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/varblock.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/_compat.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/_compat.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/_compat.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/_version133.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/_version133.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/_version133.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/_version200.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/_version200.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/_version200.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/bigfile.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/bigfile.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/bigfile.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/cli.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/cli.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/cli.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/common.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/common.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/common.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/core.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/core.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/core.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/key.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/key.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/key.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/parallel.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/parallel.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/parallel.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/pem.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/pem.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/pem.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/pkcs1.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/pkcs1.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/pkcs1.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/prime.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/prime.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/prime.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/randnum.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/randnum.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/randnum.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/transform.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/transform.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/transform.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/util.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/util.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/util.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/varblock.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/varblock.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/varblock.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/_version133.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/_version200.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/zip-safe -@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa -@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO -@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ --- py27-rsa-3.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 12:50:04 2012 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 4854E106566C for ; Sun, 17 Jun 2012 12:50:04 +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 1C36E8FC14 for ; Sun, 17 Jun 2012 12:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HCo3p7006137 for ; Sun, 17 Jun 2012 12:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HCo38M006136; Sun, 17 Jun 2012 12:50:03 GMT (envelope-from gnats) Resent-Date: Sun, 17 Jun 2012 12:50:03 GMT Resent-Message-Id: <201206171250.q5HCo38M006136@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, koobs Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F55C106564A for ; Sun, 17 Jun 2012 12:45:34 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 313798FC0C for ; Sun, 17 Jun 2012 12:45:34 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so7542432pbb.13 for ; Sun, 17 Jun 2012 05:45:34 -0700 (PDT) Received: by 10.68.130.169 with SMTP id of9mr11217259pbb.82.1339937133788; Sun, 17 Jun 2012 05:45:33 -0700 (PDT) Received: from freebsd-90-amd64.elysium (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id kg4sm20155689pbb.67.2012.06.17.05.45.30 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 17 Jun 2012 05:45:32 -0700 (PDT) Received: by freebsd-90-amd64.elysium (Postfix, from userid 1001) id 9130B17225; Sun, 17 Jun 2012 22:45:26 +1000 (EST) Message-Id: <20120617124526.9130B17225@freebsd-90-amd64.elysium> Date: Sun, 17 Jun 2012 22:45:26 +1000 (EST) From: koobs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169177: [NEW PORT] net/py-pysendfile: A Python interface to sendfile(2) 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: Sun, 17 Jun 2012 12:50:04 -0000 >Number: 169177 >Category: ports >Synopsis: [NEW PORT] net/py-pysendfile: A Python interface to sendfile(2) >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: Sun Jun 17 12:50:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: koobs >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD freebsd-90-amd64.elysium 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat May 5 14:51:14 EST >Description: sendfile(2) is a system call which provides a "zero-copy" way of copying data from one file descriptor to another (a socket). The phrase "zero-copy" refers to the fact that all of the copying of data between the two descriptors is done entirely by the kernel, with no copying of data into userspace buffers. WWW: http://code.google.com/p/pysendfile Generated with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # 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: # # py-pysendfile # py-pysendfile/Makefile # py-pysendfile/pkg-descr # py-pysendfile/pkg-plist # py-pysendfile/distinfo # py-pysendfile/files # py-pysendfile/files/patch-setup.py # echo c - py-pysendfile mkdir -p py-pysendfile > /dev/null 2>&1 echo x - py-pysendfile/Makefile sed 's/^X//' >py-pysendfile/Makefile << '3ee193f97b541f94daa4d862744c5ccf' X# New ports collection makefile for: py-pysendfile X# Date created: 2012-06-15 X# Whom: koobs X# X# $FreeBSD$ X# X XPORTNAME= pysendfile XPORTVERSION= 2.0.0 XCATEGORIES= net python devel XMASTER_SITES= GOOGLE_CODE XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= koobs.freebsd@gmail.com XCOMMENT= A Python interface to sendfile(2) X XCONFLICTS_INSTALL= py*-sendfile X XUSE_PYTHON= 2.5+ XUSE_PYDISTUTILS= easy_install XPYEASYINSTALL_ARCHDEP= yes X X.include 3ee193f97b541f94daa4d862744c5ccf echo x - py-pysendfile/pkg-descr sed 's/^X//' >py-pysendfile/pkg-descr << '3878b3b59526afdb4357f660b6d6309b' Xsendfile(2) is a system call which provides a "zero-copy" way of copying data Xfrom one file descriptor to another (a socket). The phrase "zero-copy" refers Xto the fact that all of the copying of data between the two descriptors is Xdone entirely by the kernel, with no copying of data into userspace buffers. X XWWW: http://code.google.com/p/pysendfile 3878b3b59526afdb4357f660b6d6309b echo x - py-pysendfile/pkg-plist sed 's/^X//' >py-pysendfile/pkg-plist << '169d99ea314fbb5f6c418f08bd279a33' X@comment $FreeBSD$ X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sendfile.so X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sendfile.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sendfile.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sendfile.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/native_libs.txt X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 169d99ea314fbb5f6c418f08bd279a33 echo x - py-pysendfile/distinfo sed 's/^X//' >py-pysendfile/distinfo << 'eb5c1fa78422e56741331c273d69a62a' XSHA256 (pysendfile-2.0.0.tar.gz) = b7b747e47f2b1b16942d8db9139e0f0f70546ca80a06460bd5abfdc7a1bca957 XSIZE (pysendfile-2.0.0.tar.gz) = 11155 eb5c1fa78422e56741331c273d69a62a echo c - py-pysendfile/files mkdir -p py-pysendfile/files > /dev/null 2>&1 echo x - py-pysendfile/files/patch-setup.py sed 's/^X//' >py-pysendfile/files/patch-setup.py << '8661ea2bddfb081466def9ff70d4d03c' X--- ./setup.py.orig 2012-06-17 22:22:27.000000000 +1000 X+++ ./setup.py 2012-06-17 22:22:42.000000000 +1000 X@@ -79,6 +79,7 @@ X 'Topic :: Internet :: WWW/HTTP', X 'License :: OSI Approved :: MIT License', X ], X+ zip_safe=False, X ext_modules = [Extension('sendfile', X sources=['sendfilemodule.c'], X libraries=libraries)], 8661ea2bddfb081466def9ff70d4d03c exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 12:50:16 2012 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 2A53F106564A; Sun, 17 Jun 2012 12:50:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F12AD8FC16; Sun, 17 Jun 2012 12:50:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HCoFDi006347; Sun, 17 Jun 2012 12:50:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HCoF3o006343; Sun, 17 Jun 2012 12:50:15 GMT (envelope-from edwin) Date: Sun, 17 Jun 2012 12:50:15 GMT Message-Id: <201206171250.q5HCoF3o006343@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169177: [NEW PORT] net/py-pysendfile: A Python interface to sendfile(2) 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: Sun, 17 Jun 2012 12:50:16 -0000 Synopsis: [NEW PORT] net/py-pysendfile: A Python interface to sendfile(2) Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 17 12:50:15 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169177 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 12:51:45 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82DA71065672; Sun, 17 Jun 2012 12:51:45 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 56A728FC15; Sun, 17 Jun 2012 12:51:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HCpjIu014380; Sun, 17 Jun 2012 12:51:45 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HCpjQF014376; Sun, 17 Jun 2012 12:51:45 GMT (envelope-from crees) Date: Sun, 17 Jun 2012 12:51:45 GMT Message-Id: <201206171251.q5HCpjQF014376@freefall.freebsd.org> To: sseekamp@risei.net, crees@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: crees@FreeBSD.org Cc: Subject: Re: ports/163441: databases/couchdb multiple port installation issues. 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: Sun, 17 Jun 2012 12:51:45 -0000 Synopsis: databases/couchdb multiple port installation issues. State-Changed-From-To: open->closed State-Changed-By: crees State-Changed-When: Sun Jun 17 12:51:44 UTC 2012 State-Changed-Why: Fixed in ports/168923 http://www.freebsd.org/cgi/query-pr.cgi?pr=163441 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 12:51:56 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1FFC2106566B; Sun, 17 Jun 2012 12:51:56 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E804B8FC16; Sun, 17 Jun 2012 12:51:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HCptXB014476; Sun, 17 Jun 2012 12:51:55 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HCptXb014472; Sun, 17 Jun 2012 12:51:55 GMT (envelope-from crees) Date: Sun, 17 Jun 2012 12:51:55 GMT Message-Id: <201206171251.q5HCptXb014472@freefall.freebsd.org> To: crees@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, crees@FreeBSD.org From: crees@FreeBSD.org Cc: Subject: Re: ports/163441: databases/couchdb multiple port installation issues. 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: Sun, 17 Jun 2012 12:51:56 -0000 Synopsis: databases/couchdb multiple port installation issues. Responsible-Changed-From-To: freebsd-ports-bugs->crees Responsible-Changed-By: crees Responsible-Changed-When: Sun Jun 17 12:51:55 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=163441 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 15:10:13 2012 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 CA4EE106564A for ; Sun, 17 Jun 2012 15:10:13 +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 8B2378FC0A for ; Sun, 17 Jun 2012 15:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HFADmH037817 for ; Sun, 17 Jun 2012 15:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HFADau037816; Sun, 17 Jun 2012 15:10:13 GMT (envelope-from gnats) Resent-Date: Sun, 17 Jun 2012 15:10:13 GMT Resent-Message-Id: <201206171510.q5HFADau037816@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, Bryan Drewery Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D691C1065672 for ; Sun, 17 Jun 2012 15:01:29 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) by mx1.freebsd.org (Postfix) with ESMTP id 826068FC0C for ; Sun, 17 Jun 2012 15:01:29 +0000 (UTC) Received: (qmail 26827 invoked from network); 17 Jun 2012 10:01:21 -0500 Received: from unknown (HELO test8.xzibition.com) (10.10.0.34) by sweb.xzibition.com with SMTP; 17 Jun 2012 10:01:21 -0500 Received: by test8.xzibition.com (sSMTP sendmail emulation); Sun, 17 Jun 2012 10:01:06 -0500 Message-Id: <20120617150129.D691C1065672@hub.freebsd.org> Date: Sun, 17 Jun 2012 10:01:06 -0500 From: "Bryan Drewery" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169178: [PATCH] irc/gseen.mod: Fix build failure after eggdrop update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bryan Drewery List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2012 15:10:13 -0000 >Number: 169178 >Category: ports >Synopsis: [PATCH] irc/gseen.mod: Fix build failure after eggdrop update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jun 17 15:10:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bryan Drewery >Release: FreeBSD 8.3-RELEASE i386 >Organization: >Environment: >Description: Does not build due to build dependency irc/eggdrop being updated to 1.6.21 >How-To-Repeat: make -C /usr/ports/irc/gseen.mod >Fix: --- patch-gseen-eggdrop1621.txt begins here --- --- Makefile.orig 2012-06-17 09:56:25.000000000 -0500 +++ Makefile 2012-06-17 09:57:07.000000000 -0500 @@ -32,7 +32,7 @@ do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} - @${CP} -R ${WRKDIRPREFIX}${.CURDIR}/../../irc/eggdrop/work/eggdrop1.6.20 ${WRKSRC} + @${CP} -R ${WRKDIRPREFIX}${.CURDIR}/../../irc/eggdrop/work/eggdrop1.6.21 ${WRKSRC} cd ${WRKSRC}/src/mod && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS} post-extract: --- patch-gseen-eggdrop1621.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 15:10:28 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B19310656D2; Sun, 17 Jun 2012 15:10:28 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4E10E8FC1A; Sun, 17 Jun 2012 15:10:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HFARed037983; Sun, 17 Jun 2012 15:10:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HFARbG037973; Sun, 17 Jun 2012 15:10:27 GMT (envelope-from edwin) Date: Sun, 17 Jun 2012 15:10:27 GMT Message-Id: <201206171510.q5HFARbG037973@freefall.freebsd.org> To: bryan@shatow.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169178: [PATCH] irc/gseen.mod: Fix build failure after eggdrop update 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: Sun, 17 Jun 2012 15:10:28 -0000 Synopsis: [PATCH] irc/gseen.mod: Fix build failure after eggdrop update State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jun 17 15:10:27 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169178 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 15:20:14 2012 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 04D261065673 for ; Sun, 17 Jun 2012 15:20:14 +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 E2FEB8FC14 for ; Sun, 17 Jun 2012 15:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HFKDA0047999 for ; Sun, 17 Jun 2012 15:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HFKDLY047998; Sun, 17 Jun 2012 15:20:13 GMT (envelope-from gnats) Date: Sun, 17 Jun 2012 15:20:13 GMT Message-Id: <201206171520.q5HFKDLY047998@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/169178: [PATCH] irc/gseen.mod: Fix build failure after eggdrop update 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: Sun, 17 Jun 2012 15:20:14 -0000 The following reply was made to PR ports/169178; it has been noted by GNATS. From: Edwin Groothuis To: gerrit.beine@gmx.de Cc: bug-followup@FreeBSD.org Subject: Re: ports/169178: [PATCH] irc/gseen.mod: Fix build failure after eggdrop update Date: Sun, 17 Jun 2012 15:10:25 UT Maintainer of irc/gseen.mod, Please note that PR ports/169178 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169178 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 16:30:14 2012 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 32D65106564A for ; Sun, 17 Jun 2012 16:30:14 +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 086A88FC0A for ; Sun, 17 Jun 2012 16:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HGUDwL012841 for ; Sun, 17 Jun 2012 16:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HGUDET012837; Sun, 17 Jun 2012 16:30:13 GMT (envelope-from gnats) Resent-Date: Sun, 17 Jun 2012 16:30:13 GMT Resent-Message-Id: <201206171630.q5HGUDET012837@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, Kevin Zheng Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3ED3106564A for ; Sun, 17 Jun 2012 16:26:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 85D5A8FC0C for ; Sun, 17 Jun 2012 16:26:28 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5HGQSvi079183 for ; Sun, 17 Jun 2012 16:26:28 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5HGQS4m079157; Sun, 17 Jun 2012 16:26:28 GMT (envelope-from nobody) Message-Id: <201206171626.q5HGQS4m079157@red.freebsd.org> Date: Sun, 17 Jun 2012 16:26:28 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169179: [maintainer-update] Patch to fix games/netrek-client-cow build using CLANG 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: Sun, 17 Jun 2012 16:30:14 -0000 >Number: 169179 >Category: ports >Synopsis: [maintainer-update] Patch to fix games/netrek-client-cow build using CLANG >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 17 16:30:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kevin Zheng >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD sigma.local 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 01:47:53 UTC 2012 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: FreeBSD is now moving to the CLANG/LLVM compiler architecture. Ports should be built with CLANG without errors, and ports that fail are buggy. A source file contained in games/netrek-client-cow makes incorrect use of inline functions. This wasn't a problem for GCC, but turned out to be a problem for CLANG. >How-To-Repeat: Append the following to /etc/make.conf: CC=clang CXX=clang++ CPP=clang-cpp Try to build games/netrek-client-cow (it won't work). >Fix: Apply the attached patch to games/netrek-client-cow. Patch attached with submission follows: diff -ruN /usr/ports/games/netrek-client-cow/files/patch-local.c netrek-client-cow/files/patch-local.c --- /usr/ports/games/netrek-client-cow/files/patch-local.c 1969-12-31 18:00:00.000000000 -0600 +++ netrek-client-cow/files/patch-local.c 2012-06-17 11:17:47.000000000 -0500 @@ -0,0 +1,20 @@ +--- ./local.c.orig 2012-06-17 10:02:41.000000000 -0500 ++++ ./local.c 2012-06-17 10:03:00.000000000 -0500 +@@ -1292,7 +1292,7 @@ + } + + +-inline void local(void) ++extern void local(void) + /* + * Draw out the 'tactical' map + */ +@@ -1310,7 +1310,7 @@ + } + + +-inline void clearLocal(void) ++extern void clearLocal(void) + /* + * Clear the local map (intelligently rather than just simply wiping + * the map). diff -ruN /usr/ports/games/netrek-client-cow/files/patch-local.h netrek-client-cow/files/patch-local.h --- /usr/ports/games/netrek-client-cow/files/patch-local.h 1969-12-31 18:00:00.000000000 -0600 +++ netrek-client-cow/files/patch-local.h 2012-06-17 11:17:47.000000000 -0500 @@ -0,0 +1,18 @@ +--- ./local.h.orig 2012-06-17 10:02:37.000000000 -0500 ++++ ./local.h 2012-06-17 10:02:50.000000000 -0500 +@@ -17,13 +17,13 @@ + + /* Global Functions */ + +-inline void clearLocal(void); ++extern void clearLocal(void); + /* + Clear the local map (intelligently rather than just simply wiping + the map). + */ + +-inline void local(void); ++extern void local(void); + /* + Draw out the 'tactical' map. + */ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 16:30:27 2012 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 5AB60106564A; Sun, 17 Jun 2012 16:30:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2DEC98FC0C; Sun, 17 Jun 2012 16:30:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HGURXY013554; Sun, 17 Jun 2012 16:30:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HGUR0c013547; Sun, 17 Jun 2012 16:30:27 GMT (envelope-from edwin) Date: Sun, 17 Jun 2012 16:30:27 GMT Message-Id: <201206171630.q5HGUR0c013547@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169179: [maintainer-update] Patch to fix games/netrek-client-cow build using CLANG 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: Sun, 17 Jun 2012 16:30:27 -0000 Synopsis: [maintainer-update] Patch to fix games/netrek-client-cow build using CLANG Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 17 16:30:26 UTC 2012 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169179 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 17:18:41 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A7C5F106564A; Sun, 17 Jun 2012 17:18:41 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3DF358FC18; Sun, 17 Jun 2012 17:18:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HHIfPJ061103; Sun, 17 Jun 2012 17:18:41 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HHIfSU061099; Sun, 17 Jun 2012 17:18:41 GMT (envelope-from culot) Date: Sun, 17 Jun 2012 17:18:41 GMT Message-Id: <201206171718.q5HHIfSU061099@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/169176: [MAINTAINER] security/py27-rsa: update to 3.1 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: Sun, 17 Jun 2012 17:18:41 -0000 Synopsis: [MAINTAINER] security/py27-rsa: update to 3.1 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Sun Jun 17 17:18:40 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169176 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 17:30:12 2012 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 AA1571065677 for ; Sun, 17 Jun 2012 17:30:12 +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 780F48FC18 for ; Sun, 17 Jun 2012 17:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HHUCkl069566 for ; Sun, 17 Jun 2012 17:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HHUCV6069563; Sun, 17 Jun 2012 17:30:12 GMT (envelope-from gnats) Resent-Date: Sun, 17 Jun 2012 17:30:12 GMT Resent-Message-Id: <201206171730.q5HHUCV6069563@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, lbartoletti Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 066661065672 for ; Sun, 17 Jun 2012 17:25:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id CB5A18FC08 for ; Sun, 17 Jun 2012 17:25:29 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5HHPTIC063022 for ; Sun, 17 Jun 2012 17:25:29 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5HHPT7J063021; Sun, 17 Jun 2012 17:25:29 GMT (envelope-from nobody) Message-Id: <201206171725.q5HHPT7J063021@red.freebsd.org> Date: Sun, 17 Jun 2012 17:25:29 GMT From: lbartoletti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169181: New port: databases/spatialite_gui spatialite-gui is an open source Graphical User Interface (GUI) tool supporting SpatiaLite. 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: Sun, 17 Jun 2012 17:30:12 -0000 >Number: 169181 >Category: ports >Synopsis: New port: databases/spatialite_gui spatialite-gui is an open source Graphical User Interface (GUI) tool supporting SpatiaLite. >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: Sun Jun 17 17:30:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: lbartoletti >Release: >Organization: lbartoletti >Environment: >Description: spatialite-gui is an open source Graphical User Interface (GUI) tool supporting SpatiaLite. spatialite-gui is licensed under the GPL v3 (or any subsequent version) terms WWW : https://www.gaia-gis.it/fossil/spatialite_gui/index Require graphics/libgaigraphics (see this new port) >How-To-Repeat: >Fix: See shar file. Tinder log : https://redports.org/~lbartoletti/20120617053842-61265-30729/spatialite_gui-1.5.0.log 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: # # spatialite_gui # spatialite_gui/Makefile # spatialite_gui/pkg-descr # spatialite_gui/distinfo # echo c - spatialite_gui mkdir -p spatialite_gui > /dev/null 2>&1 echo x - spatialite_gui/Makefile sed 's/^X//' >spatialite_gui/Makefile << 'c2298336e8aedfcab025be96e97bd30a' X# New ports collection makefile for: spatialite-gui X# Date created: 2012-06-14 X# Whom: lbartoletti X# X# $FreeBSD$ X# X XPORTNAME= spatialite_gui XPORTVERSION= 1.5.0 XCATEGORIES= databases XMASTER_SITES= http://www.gaia-gis.it/gaia-sins/ XDISTNAME= ${PORTNAME}-${PORTVERSION}-stable X XMAINTAINER= coder@tuxfamily.org XCOMMENT= spatialite-gui is an open source Graphical User Interface (GUI) tool supporting SpatiaLite X XLIB_DEPENDS= gaiagraphics:${PORTSDIR}/graphics/libgaiagraphics \ X freexl:${PORTSDIR}/textproc/freexl \ X spatialite:${PORTSDIR}/databases/spatialite X XUSE_WX= 2.8 XWANT_UNICODE= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_ICONV= yes XUSE_GNOME= pkgconfig XCPPFLAGS+= -I${LOCALBASE}/include `${WX_CONFIG} --cppflags` XLDFLAGS+= -L${LOCALBASE}/lib -liconv `${WX_CONFIG} --libs` XCONFIGURE_ARGS+=CFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" XUSE_LDCONFIG= yes X XPLIST_FILES= bin/spatialite_gui X X.include c2298336e8aedfcab025be96e97bd30a echo x - spatialite_gui/pkg-descr sed 's/^X//' >spatialite_gui/pkg-descr << '638880d81ddb07137998ad4c0ace84b3' Xspatialite-gui is an open source Graphical User Interface (GUI) tool supporting SpatiaLite. X XWWW: https://www.gaia-gis.it/fossil/spatialite_gui/index 638880d81ddb07137998ad4c0ace84b3 echo x - spatialite_gui/distinfo sed 's/^X//' >spatialite_gui/distinfo << '31a0ea540978056669b7907b2b73ae69' XSHA256 (spatialite_gui-1.5.0-stable.tar.gz) = 4d531954b3e2a0fbd147d7df77dbb8aa83634fe0349d454e904031278b836494 XSIZE (spatialite_gui-1.5.0-stable.tar.gz) = 1019221 31a0ea540978056669b7907b2b73ae69 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 18:40:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D74A106566C for ; Sun, 17 Jun 2012 18:40:11 +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 1223C8FC0C for ; Sun, 17 Jun 2012 18:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HIeAaQ037275 for ; Sun, 17 Jun 2012 18:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HIeAkk037274; Sun, 17 Jun 2012 18:40:10 GMT (envelope-from gnats) Resent-Date: Sun, 17 Jun 2012 18:40:10 GMT Resent-Message-Id: <201206171840.q5HIeAkk037274@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, Craig Leres Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F2CA1065672 for ; Sun, 17 Jun 2012 18:36:07 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca]) by mx1.freebsd.org (Postfix) with ESMTP id 585198FC1F for ; Sun, 17 Jun 2012 18:36:07 +0000 (UTC) Received: from ice.ee.lbl.gov (ice.ee.lbl.gov [131.243.2.213]) (authenticated bits=0) by fun.ee.lbl.gov (8.14.5/8.14.5) with ESMTP id q5HIa6ah083037 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 17 Jun 2012 11:36:06 -0700 (PDT) Message-Id: <4FDE2396.5070006@ee.lbl.gov> Date: Sun, 17 Jun 2012 11:36:06 -0700 From: Craig Leres To: FreeBSD-gnats-submit@FreeBSD.org Cc: leres@ee.lbl.gov Subject: ports/169183: mail/mailman: pkg-plist broken with MNLS option enabled 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: Sun, 17 Jun 2012 18:40:11 -0000 >Number: 169183 >Category: ports >Synopsis: mail/mailman: pkg-plist broken with MNLS option enabled >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 17 18:40:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Craig Leres >Release: FreeBSD 7.2-RELEASE amd64 >Organization: Lawrence Berkeley National Laboratory >Environment: System: FreeBSD peabody.lbl.gov 7.2-RELEASE FreeBSD 7.2-RELEASE #9 r99: Sat Dec 4 23:25:23 PST 2010 leres@fun.ee.lbl.gov:/home/fun/u2/src/7.2-RELEASE/sys/amd64/compile/LBLSMPIPV6 amd64 >Description: If mailman is installed with the MNLS option enabled, the messages and templates trees are not installed but are still listed in pkg-plist. >How-To-Repeat: With the MNLS option set: cd /usr/ports/mail/mailman && make install && make deinstall Note the large number of deinstall errors. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 19:06:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E664106564A; Sun, 17 Jun 2012 19:06:12 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0EF5F8FC0C; Sun, 17 Jun 2012 19:06:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HJ6B6x064591; Sun, 17 Jun 2012 19:06:11 GMT (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HJ6Bwu064587; Sun, 17 Jun 2012 19:06:11 GMT (envelope-from glewis) Date: Sun, 17 Jun 2012 19:06:11 GMT Message-Id: <201206171906.q5HJ6Bwu064587@freefall.freebsd.org> To: peter.schuller@infidyne.com, jan0sch@gmx.net, glewis@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, glewis@FreeBSD.org From: glewis@FreeBSD.org Cc: Subject: Re: ports/168559: Updated lang/clojure to version 1.4.0 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: Sun, 17 Jun 2012 19:06:12 -0000 Synopsis: Updated lang/clojure to version 1.4.0 State-Changed-From-To: feedback->open State-Changed-By: glewis State-Changed-When: Sun Jun 17 19:05:29 UTC 2012 State-Changed-Why: Requester has responded with an updated patch. Responsible-Changed-From-To: freebsd-ports-bugs->glewis Responsible-Changed-By: glewis Responsible-Changed-When: Sun Jun 17 19:05:29 UTC 2012 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=168559 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 19:26:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B4E62106566B; Sun, 17 Jun 2012 19:26:10 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 87D5B8FC12; Sun, 17 Jun 2012 19:26:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HJQAEd083390; Sun, 17 Jun 2012 19:26:10 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HJQAac083386; Sun, 17 Jun 2012 19:26:10 GMT (envelope-from scheidell) Date: Sun, 17 Jun 2012 19:26:10 GMT Message-Id: <201206171926.q5HJQAac083386@freefall.freebsd.org> To: scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/162511: [NEW PORT] net-im/imspector-devel devel version of imspector 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: Sun, 17 Jun 2012 19:26:10 -0000 Synopsis: [NEW PORT] net-im/imspector-devel devel version of imspector Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Sun Jun 17 19:26:10 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=162511 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 19:40:14 2012 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 636561065676 for ; Sun, 17 Jun 2012 19:40:14 +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 3345B8FC16 for ; Sun, 17 Jun 2012 19:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HJeEuJ094576 for ; Sun, 17 Jun 2012 19:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HJeEYG094575; Sun, 17 Jun 2012 19:40:14 GMT (envelope-from gnats) Resent-Date: Sun, 17 Jun 2012 19:40:14 GMT Resent-Message-Id: <201206171940.q5HJeEYG094575@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, Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F7B61065678 for ; Sun, 17 Jun 2012 19:34:10 +0000 (UTC) (envelope-from douglas@slowhand.douglasthrift.net) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3937D8FC0C for ; Sun, 17 Jun 2012 19:34:10 +0000 (UTC) Received: from slowhand.douglasthrift.net (douglas@slowhand.douglasthrift.net [69.55.236.40]) by slowhand.douglasthrift.net (8.14.5/8.14.5) with ESMTP id q5HJY3D5059420 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 17 Jun 2012 12:34:04 -0700 (PDT) (envelope-from douglas@slowhand.douglasthrift.net) Received: (from douglas@localhost) by slowhand.douglasthrift.net (8.14.5/8.14.5/Submit) id q5HJY3cm059419; Sun, 17 Jun 2012 12:34:03 -0700 (PDT) (envelope-from douglas) Message-Id: <201206171934.q5HJY3cm059419@slowhand.douglasthrift.net> Date: Sun, 17 Jun 2012 12:34:03 -0700 (PDT) From: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: douglas@douglasthrift.net Subject: ports/169184: Update port: sysutils/hardlink Convert to Options NG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: douglas@douglasthrift.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2012 19:40:14 -0000 >Number: 169184 >Category: ports >Synopsis: Update port: sysutils/hardlink Convert to Options NG >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 17 19:40:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 8.0-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD slowhand.douglasthrift.net 8.0-RELEASE-p6 FreeBSD 8.0-RELEASE-p6 #2: Wed Sep 28 21:40:42 PDT 2011 user@jail8.johncompanies.com:/usr/obj/usr/src/sys/jail8 amd64 >Description: Converted to Options NG and massaged portlint's warning about LIB_DEPENDS. >How-To-Repeat: >Fix: --- hardlink.2012-06-16T234233Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/sysutils/hardlink/Makefile hardlink/Makefile --- /usr/ports/sysutils/hardlink/Makefile 2012-05-18 02:27:54.000000000 -0700 +++ hardlink/Makefile 2012-06-16 12:29:04.000000000 -0700 @@ -23,7 +23,9 @@ PLIST_FILES= bin/hardlink WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} -OPTIONS= PCRE "Use PCRE for regular expressions" On +OPTIONS_DEFINE= PCRE + +OPTIONS_DEFAULT=PCRE PORTSCOUT= limit:(?Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 19:40:25 2012 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 76372106566B; Sun, 17 Jun 2012 19:40:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 492728FC08; Sun, 17 Jun 2012 19:40:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HJePpB094654; Sun, 17 Jun 2012 19:40:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HJePJJ094649; Sun, 17 Jun 2012 19:40:25 GMT (envelope-from edwin) Date: Sun, 17 Jun 2012 19:40:25 GMT Message-Id: <201206171940.q5HJePJJ094649@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169184: Update port: sysutils/hardlink Convert to Options NG 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: Sun, 17 Jun 2012 19:40:25 -0000 Synopsis: Update port: sysutils/hardlink Convert to Options NG Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Sun Jun 17 19:40:24 UTC 2012 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169184 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 19:40:31 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CD681065674; Sun, 17 Jun 2012 19:40:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D38308FC14; Sun, 17 Jun 2012 19:40:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HJeU4c094930; Sun, 17 Jun 2012 19:40:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HJeUGL094922; Sun, 17 Jun 2012 19:40:30 GMT (envelope-from edwin) Date: Sun, 17 Jun 2012 19:40:30 GMT Message-Id: <201206171940.q5HJeUGL094922@freefall.freebsd.org> To: douglas@douglasthrift.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169184: Update port: sysutils/hardlink Convert to Options NG 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: Sun, 17 Jun 2012 19:40:31 -0000 Synopsis: Update port: sysutils/hardlink Convert to Options NG State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jun 17 19:40:30 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169184 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 19:50:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 014131065672 for ; Sun, 17 Jun 2012 19:50:17 +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 8F67A8FC17 for ; Sun, 17 Jun 2012 19:50:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HJoHXu003961 for ; Sun, 17 Jun 2012 19:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HJoHdu003960; Sun, 17 Jun 2012 19:50:17 GMT (envelope-from gnats) Date: Sun, 17 Jun 2012 19:50:17 GMT Message-Id: <201206171950.q5HJoHdu003960@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/169184: Update port: sysutils/hardlink Convert to Options NG 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: Sun, 17 Jun 2012 19:50:18 -0000 The following reply was made to PR ports/169184; it has been noted by GNATS. From: Edwin Groothuis To: douglas@douglasthrift.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/169184: Update port: sysutils/hardlink Convert to Options NG Date: Sun, 17 Jun 2012 19:40:27 UT Maintainer of sysutils/hardlink, Please note that PR ports/169184 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169184 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 19:50:30 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E5D1106566C for ; Sun, 17 Jun 2012 19:50:30 +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 485608FC0A for ; Sun, 17 Jun 2012 19:50:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HJoU1X004448 for ; Sun, 17 Jun 2012 19:50:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HJoUI6004442; Sun, 17 Jun 2012 19:50:30 GMT (envelope-from gnats) Date: Sun, 17 Jun 2012 19:50:30 GMT Message-Id: <201206171950.q5HJoUI6004442@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Douglas Thrift Cc: Subject: Re: ports/169184: Update port: sysutils/hardlink Convert to Options NG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Douglas Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2012 19:50:30 -0000 The following reply was made to PR ports/169184; it has been noted by GNATS. From: Douglas Thrift To: bug-followup@FreeBSD.ORG Cc: Subject: Re: ports/169184: Update port: sysutils/hardlink Convert to Options NG Date: Sun, 17 Jun 2012 12:45:50 -0700 Oops, I forgot to include the RedPorts report. https://redports.org/buildarchive/20120616194331-29416/ -- Douglas William Thrift On 6/17/2012 12:40 PM, Edwin Groothuis wrote: > Maintainer of sysutils/hardlink, > > Please note that PR ports/169184 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169184 > From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 19:50:38 2012 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 D6C52106568B for ; Sun, 17 Jun 2012 19:50:37 +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 6C52D8FC1A for ; Sun, 17 Jun 2012 19:50:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HJob9b004955 for ; Sun, 17 Jun 2012 19:50:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HJobHo004952; Sun, 17 Jun 2012 19:50:37 GMT (envelope-from gnats) Date: Sun, 17 Jun 2012 19:50:37 GMT Message-Id: <201206171950.q5HJobHo004952@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mikhail Tsatsenko Cc: Subject: Re: ports/169139: [PATCH] devel/pyst: update to 0.4.38 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mikhail Tsatsenko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2012 19:50:38 -0000 The following reply was made to PR ports/169139; it has been noted by GNATS. From: Mikhail Tsatsenko To: bug-followup@freebsd.org Cc: Subject: Re: ports/169139: [PATCH] devel/pyst: update to 0.4.38 Date: Sun, 17 Jun 2012 23:47:14 +0400 Approved. Thank you! From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 20:08:43 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E878C1065673; Sun, 17 Jun 2012 20:08:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BBBC38FC15; Sun, 17 Jun 2012 20:08:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HK8hpg023077; Sun, 17 Jun 2012 20:08:43 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HK8ha3023073; Sun, 17 Jun 2012 20:08:43 GMT (envelope-from linimon) Date: Sun, 17 Jun 2012 20:08:43 GMT Message-Id: <201206172008.q5HK8ha3023073@freefall.freebsd.org> To: m.tsatsenko@gmail.com, koobs.freebsd@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169139: [PATCH] devel/pyst: update to 0.4.38 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: Sun, 17 Jun 2012 20:08:44 -0000 Synopsis: [PATCH] devel/pyst: update to 0.4.38 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sun Jun 17 20:08:35 UTC 2012 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=169139 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 20:09:39 2012 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 8DDA710656B3; Sun, 17 Jun 2012 20:09:39 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 604418FC0C; Sun, 17 Jun 2012 20:09:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HK9dTh023234; Sun, 17 Jun 2012 20:09:39 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HK9dgm023229; Sun, 17 Jun 2012 20:09:39 GMT (envelope-from linimon) Date: Sun, 17 Jun 2012 20:09:39 GMT Message-Id: <201206172009.q5HK9dgm023229@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169180: New port: graphics/libgaiagraphics libgaiagraphics is an open source library supporting common-utility raster handling methods. 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: Sun, 17 Jun 2012 20:09:39 -0000 Synopsis: New port: graphics/libgaiagraphics libgaiagraphics is an open source library supporting common-utility raster handling methods. Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jun 17 20:09:27 UTC 2012 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=169180 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 20:10:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8246F1065673 for ; Sun, 17 Jun 2012 20:10:18 +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 5A2F78FC21 for ; Sun, 17 Jun 2012 20:10:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HKAI1D023369 for ; Sun, 17 Jun 2012 20:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HKAII5023368; Sun, 17 Jun 2012 20:10:18 GMT (envelope-from gnats) Resent-Date: Sun, 17 Jun 2012 20:10:18 GMT Resent-Message-Id: <201206172010.q5HKAII5023368@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, Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 181C3106566C for ; Sun, 17 Jun 2012 20:06:36 +0000 (UTC) (envelope-from douglas@douglasthrift.net) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) by mx1.freebsd.org (Postfix) with ESMTP id E6FF98FC21 for ; Sun, 17 Jun 2012 20:06:35 +0000 (UTC) Received: from localhost (laguna.douglasthrift.net [68.6.64.103]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.5/8.14.5) with ESMTP id q5HK6SkU006050 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Sun, 17 Jun 2012 13:06:33 -0700 (PDT) (envelope-from douglas@douglasthrift.net) Message-Id: <201206172006.q5HK6SkU006050@slowhand.douglasthrift.net> Date: Sun, 17 Jun 2012 13:06:33 -0700 (PDT) From: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: douglas@douglasthrift.net Subject: ports/169185: Update port: net/isc-dhcp41-server Upgrade to 4.1-ESV-R5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: douglas@douglasthrift.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2012 20:10:18 -0000 >Number: 169185 >Category: ports >Synopsis: Update port: net/isc-dhcp41-server Upgrade to 4.1-ESV-R5 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 17 20:10:18 UTC 2012 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 8.3-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD justonenight.douglasthrift.net 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #11: Sat Jun 16 11:44:28 PDT 2012 root@justonenight.douglasthrift.net:/usr/obj/usr/src/sys/FURTHERONUPTHEROAD amd64 >Description: Upgraded to 4.1-ESV-R5 and converted to Options NG. https://redports.org/buildarchive/20120616213248-15566/ https://redports.org/buildarchive/20120616213525-90656/ https://redports.org/buildarchive/20120616213610-30840/ >From the Release Notes: Changes since 4.1-ESV-R4 - Fixed the code that checks if an address the server is planning to hand out is in a reserved range. This would appear as the server being out of addresses in pools with particular ranges. [ISC-Bugs #26498] - Tidy up the receive calls and eliminate the need for found_pkt. [ISC-Bugs #25066] - Add support for Infiniband over sockets to the server and relay code. We've tested this on Solaris and hope to expand support for Infiniband in the future. This patch also corrects some issues we found in the socket code. [ISC-Bugs #24245] - Add a compile time check for the presence of the noreturn attribute and use it for log_fatal if it's available. This will help code checking programs to eliminate false positives. [ISC-Bugs #27539] - Fixed many compilation problems ("set, but not used" warnings) for gcc 4.6 that may affect Ubuntu 11.10 users. [ISC-Bugs #27588] - Remove outdated note in the description of the bootp keyword about the option not satisfying the requirement of failover peers for denying dynamic bootp clients. [ISC-bugs #28574] - Multiple items to clean up IPv6 address processing. When processing an IA that we've seen check to see if the addresses are usable (not in use by somebody else) before handing it out. When reading in leases from the file discard expired addresses. When picking an address for a client include the IA ID in addition to the client ID to generally pick different addresses for different IAs. [ISC-Bugs #23138] [ISC-Bugs #27945] [ISC-Bugs #25586] [ISC-Bugs #27684] - Remove unnecessary checks in the lease query code and clean up several compiler issues (some dereferences of NULL and treating an int as a boolean). [ISC-Bugs #26203] - Fix the NA and PD allocation code to handle the case where a client provides a preference and the server doesn't have any addresses or prefixes available. Previoulsy the server ignored the request with this patch it replies with a NoAddrsAvail or NoPrefixAvail response. By default the code performs according to the errata of August 2010 for RFC 3315 section 17.2.2; to enable the previous style see the section on RFC3315_PRE_ERRATA_2010_08 in includes/site.h. This option may be removed in the future. Thanks to Jiri Popelka at Red Hat for the patch. [ISC-Bugs #22676] - Fix up some issues found by static analysis. A potential memory leak and NULL dereference in omapi. The use of a boolean test instead of a bitwise test in dst. [ISC-Bugs #28941] >How-To-Repeat: >Fix: --- isc-dhcp41-server.2012-06-17T041117Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/net/isc-dhcp41-server/Makefile isc-dhcp41-server/Makefile --- /usr/ports/net/isc-dhcp41-server/Makefile 2012-04-18 10:55:18.000000000 -0700 +++ isc-dhcp41-server/Makefile 2012-06-16 14:18:14.000000000 -0700 @@ -21,22 +21,24 @@ LICENSE= ISCL -PATCHLEVEL= R4 -PORTREVISION_SERVER= 3 -PORTREVISION_CLIENT= 0 -PORTREVISION_RELAY= 3 +PATCHLEVEL= R5 +PORTREVISION_SERVER= 4 +PORTREVISION_CLIENT= 1 +PORTREVISION_RELAY= 4 SUBSYS?= server WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}-${PATCHLEVEL} UNIQUENAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} -OPTIONS= DHCP_IPV6 "Enable support for IPv6" on +OPTIONS_DEFINE= IPV6 +OPTIONS_DEFAULT=IPV6 .if ${SUBSYS} == server -OPTIONS+= DHCP_PARANOIA "Enable support for chroot" on \ - DHCP_LDAP "Experimental LDAP backend support" off \ - DHCP_LDAP_SSL "Support LDAP connection over SSL/TLS" on +OPTIONS_DEFINE+= PARANOIA LDAP LDAP_SSL +OPTIONS_DEFAULT+= PARANOIA LDAP_SSL +PARANOIA_DESC= Enable support for chroot +LDAP_SSL_DESC= Support LDAP over SSL/TLS .endif # PORTREVISION and CONFLICTS handling @@ -75,7 +77,7 @@ MAN3= dhcpctl.3 omapi.3 CFLAGS+= -fPIC CONF_FILE= dhcpd.conf -.if defined(WITH_DHCP_IPV6) +.if ${PORT_OPTIONS:MIPV6} CONF_FILE+= dhcpd6.conf .endif .else @@ -103,7 +105,7 @@ DOCSDIR="${DOCSDIR}" # XXX: Have to hardcode 4.1.1 here as there is no release for 4.1.2 or later. -.if defined(WITH_DHCP_LDAP) +.if ${PORT_OPTIONS:MLDAP} MASTER_SITES+= http://cloud.github.com/downloads/dcantrell/ldap-for-dhcp/:ldap LDAPPATCHRELEASE= 2 LDAPPATCHDIST= ldap-for-dhcp-4.1.1-${LDAPPATCHRELEASE} @@ -125,7 +127,7 @@ .endif # WITH_DHCP_LDAP_SSL without WITH_DHCP_LDAP is silly. -.if defined(WITH_DHCP_LDAP_SSL) && defined (WITH_DHCP_LDAP) +.if ${PORT_OPTIONS:MLDAP_SSL} && ${PORT_OPTIONS:MLDAP} USE_OPENSSL= yes CONFIGURE_ARGS+= --with-ldapcrypto CONFIGURE_ENV+= LIBS="-lssl" @@ -133,14 +135,14 @@ .include "${PORTSDIR}/Mk/bsd.openssl.mk" .endif -.if defined(WITH_DHCP_PARANOIA) +.if ${PORT_OPTIONS:MPARANOIA} CONFIGURE_ARGS+= --enable-paranoia --enable-early-chroot SUB_LIST+= PARANOIA=yes .else SUB_LIST+= PARANOIA=no .endif -.if defined(WITH_DHCP_IPV6) +.if ${PORT_OPTIONS:MIPV6} CONFIGURE_ARGS+= --enable-dhcpv6 PLIST_SUB+= IPV6="" .else @@ -149,7 +151,7 @@ .endif pre-patch: -.if ${SUBSYS} == server && defined(WITH_DHCP_LDAP) +.if ${SUBSYS} == server && ${PORT_OPTIONS:MLDAP} @${PATCH} ${WRKDIR}/${LDAPPATCHDIST}/${LDAPPATCHFILE} ${FILESDIR}/extra-patch-${LDAPPATCHFILE} @cd ${WRKSRC} && ${PATCH} -p1 < ${WRKDIR}/${LDAPPATCHDIST}/${LDAPPATCHFILE} .endif @@ -169,17 +171,17 @@ ${MAKE} -C ${WRKSRC}/includes install ${MAKE} -C ${WRKSRC}/common install ${INSTALL_DATA} ${WRKSRC}/dhcpctl/dhcpctl.h ${PREFIX}/include -.if defined(WITH_DHCP_IPV6) +.if ${PORT_OPTIONS:MIPV6} ${INSTALL_DATA} ${WRKSRC}/doc/examples/dhcpd-dhcpv6.conf \ ${PREFIX}/etc/dhcpd6.conf.sample .endif .endif -.if defined(WITH_DHCP_LDAP) +.if ${PORT_OPTIONS:MLDAP} @${MKDIR} ${SCHEMA_DIR} ${INSTALL_DATA} ${LDAP_SCHEMA} ${SCHEMA_DIR} ${INSTALL_SCRIPT} ${LDAP_SCRIPT} ${PREFIX}/bin .endif -.if defined(WITH_DHCP_LDAP) && !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MLDAP} && !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKDIR}/${LDAPPATCHDIST}/README.ldap ${DOCSDIR} ${INSTALL_MAN} ${WRKDIR}/${LDAPPATCHDIST}/LICENSE.ldap ${DOCSDIR} @@ -196,17 +198,17 @@ .if ${SUBSYS} == client ${INSTALL_SCRIPT} ${WRKSRC}/client/scripts/freebsd ${PREFIX}/sbin/dhclient-script .elif ${SUBSYS} == server -.if defined(WITH_DHCP_IPV6) +.if ${PORT_OPTIONS:MIPV6} @${LN} -sf isc-dhcpd ${PREFIX}/etc/rc.d/isc-dhcpd6 .endif .elif ${SUBSYS} == relay -.if defined(WITH_DHCP_IPV6) +.if ${PORT_OPTIONS:MIPV6} @${LN} -sf isc-dhcrelay ${PREFIX}/etc/rc.d/isc-dhcrelay6 .endif .endif @${SED} ${PKGMESSAGE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${MSG_FILE} > ${PKGMESSAGE} -.if defined(WITH_DHCP_LDAP) +.if ${PORT_OPTIONS:MLDAP} @${REINPLACE_CMD} -e 's|^%%LDAP%%||g' ${PKGMESSAGE} .else @${REINPLACE_CMD} -e '/^%%LDAP%%/d' ${PKGMESSAGE} diff -Nrux .svn -x work /usr/ports/net/isc-dhcp41-server/distinfo isc-dhcp41-server/distinfo --- /usr/ports/net/isc-dhcp41-server/distinfo 2011-12-07 15:45:50.000000000 -0800 +++ isc-dhcp41-server/distinfo 2012-06-16 13:54:16.662129131 -0700 @@ -1,4 +1,4 @@ -SHA256 (dhcp-4.1-ESV-R4.tar.gz) = 13b3c08695f0a663fe1e1b6af5ce8a4e052b3f4a291e404b463f5d2762e6000d -SIZE (dhcp-4.1-ESV-R4.tar.gz) = 1114257 +SHA256 (dhcp-4.1-ESV-R5.tar.gz) = c028fd6f9c1fff38fd0ae21cc89a70912e0eb759ea1019fb25b145cf14527583 +SIZE (dhcp-4.1-ESV-R5.tar.gz) = 1120684 SHA256 (ldap-for-dhcp-4.1.1-2.tar.gz) = 566b7be2ebefdc583d0bf0095c804ba69807b67e5cc29a2b64b1b39202b37d0d SIZE (ldap-for-dhcp-4.1.1-2.tar.gz) = 39004 --- isc-dhcp41-server.2012-06-17T041117Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 20:10:38 2012 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 741D01065687; Sun, 17 Jun 2012 20:10:38 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 488098FC08; Sun, 17 Jun 2012 20:10:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HKAcj6024359; Sun, 17 Jun 2012 20:10:38 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HKAc9G024350; Sun, 17 Jun 2012 20:10:38 GMT (envelope-from edwin) Date: Sun, 17 Jun 2012 20:10:38 GMT Message-Id: <201206172010.q5HKAc9G024350@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169185: Update port: net/isc-dhcp41-server Upgrade to 4.1-ESV-R5 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: Sun, 17 Jun 2012 20:10:38 -0000 Synopsis: Update port: net/isc-dhcp41-server Upgrade to 4.1-ESV-R5 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Sun Jun 17 20:10:37 UTC 2012 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169185 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 20:10:43 2012 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 3AFF5106568A; Sun, 17 Jun 2012 20:10:43 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0EFEB8FC0C; Sun, 17 Jun 2012 20:10:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HKAgMS024915; Sun, 17 Jun 2012 20:10:42 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HKAgv9024907; Sun, 17 Jun 2012 20:10:42 GMT (envelope-from edwin) Date: Sun, 17 Jun 2012 20:10:42 GMT Message-Id: <201206172010.q5HKAgv9024907@freefall.freebsd.org> To: douglas@douglasthrift.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169185: Update port: net/isc-dhcp41-server Upgrade to 4.1-ESV-R5 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: Sun, 17 Jun 2012 20:10:43 -0000 Synopsis: Update port: net/isc-dhcp41-server Upgrade to 4.1-ESV-R5 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jun 17 20:10:42 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169185 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 20:20:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B2B11065670 for ; Sun, 17 Jun 2012 20:20:16 +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 6CCC18FC17 for ; Sun, 17 Jun 2012 20:20:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HKKGev034619 for ; Sun, 17 Jun 2012 20:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HKKGqB034618; Sun, 17 Jun 2012 20:20:16 GMT (envelope-from gnats) Date: Sun, 17 Jun 2012 20:20:16 GMT Message-Id: <201206172020.q5HKKGqB034618@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/169185: Update port: net/isc-dhcp41-server Upgrade to 4.1-ESV-R5 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: Sun, 17 Jun 2012 20:20:16 -0000 The following reply was made to PR ports/169185; it has been noted by GNATS. From: Edwin Groothuis To: douglas@douglasthrift.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/169185: Update port: net/isc-dhcp41-server Upgrade to 4.1-ESV-R5 Date: Sun, 17 Jun 2012 20:10:40 UT Maintainer of net/isc-dhcp41-server, Please note that PR ports/169185 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169185 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 21:30:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 168FA106566C for ; Sun, 17 Jun 2012 21:30:16 +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 E25818FC12 for ; Sun, 17 Jun 2012 21:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HLUE9K099964 for ; Sun, 17 Jun 2012 21:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HLUENW099962; Sun, 17 Jun 2012 21:30:14 GMT (envelope-from gnats) Resent-Date: Sun, 17 Jun 2012 21:30:14 GMT Resent-Message-Id: <201206172130.q5HLUENW099962@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, "4721@hushmail.com" <4721@hushmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03AAD106566B for ; Sun, 17 Jun 2012 21:30:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id DAC628FC17 for ; Sun, 17 Jun 2012 21:30:03 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5HLU3sp031884 for ; Sun, 17 Jun 2012 21:30:03 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5HLU3RW031883; Sun, 17 Jun 2012 21:30:03 GMT (envelope-from nobody) Message-Id: <201206172130.q5HLU3RW031883@red.freebsd.org> Date: Sun, 17 Jun 2012 21:30:03 GMT From: "4721@hushmail.com" <4721@hushmail.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169186: [patch] upgrade x11/nvidia-driver to 295.59 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: Sun, 17 Jun 2012 21:30:16 -0000 >Number: 169186 >Category: ports >Synopsis: [patch] upgrade x11/nvidia-driver to 295.59 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jun 17 21:30:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: 4721@hushmail.com >Release: >Organization: >Environment: >Description: patch updates x11/nvidia-driver, x11/nvidia-settings, x11/nvidia-xconfig to 295.59. tested working on 8.3-amd64 with gt 440. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: x11/nvidia-driver/Makefile =================================================================== RCS file: /home/ncvs/ports/x11/nvidia-driver/Makefile,v retrieving revision 1.117 diff -u -r1.117 Makefile --- x11/nvidia-driver/Makefile 10 May 2012 11:21:59 -0000 1.117 +++ x11/nvidia-driver/Makefile 16 Jun 2012 06:17:44 -0000 @@ -6,7 +6,7 @@ # PORTNAME= nvidia-driver -DISTVERSION?= 295.49 +DISTVERSION?= 295.59 PORTREVISION?= 0 # As a reminder it can be overridden CATEGORIES= x11 kld MASTER_SITES= ${MASTER_SITE_NVIDIA} Index: x11/nvidia-driver/distinfo =================================================================== RCS file: /home/ncvs/ports/x11/nvidia-driver/distinfo,v retrieving revision 1.43 diff -u -r1.43 distinfo --- x11/nvidia-driver/distinfo 10 May 2012 03:15:38 -0000 1.43 +++ x11/nvidia-driver/distinfo 16 Jun 2012 06:17:44 -0000 @@ -1,7 +1,7 @@ -SHA256 (NVIDIA-FreeBSD-x86_64-295.49.tar.gz) = e9baf4be5fa54c4f0d606dca95d21e2d0ec0835377c311df279b10e77b8eb4f2 -SIZE (NVIDIA-FreeBSD-x86_64-295.49.tar.gz) = 33035836 -SHA256 (NVIDIA-FreeBSD-x86-295.49.tar.gz) = aa7c9a13931a55e358c542e1d18feb0aeaa7b18550e9675698b152265134d938 -SIZE (NVIDIA-FreeBSD-x86-295.49.tar.gz) = 32078716 +SHA256 (NVIDIA-FreeBSD-x86_64-295.59.tar.gz) = 4993f2c4874c080352856b1eac529c7be61aff73ea9db7012a04a571f3553bfd +SIZE (NVIDIA-FreeBSD-x86_64-295.59.tar.gz) = 33049711 +SHA256 (NVIDIA-FreeBSD-x86-295.59.tar.gz) = 9a3e1794418add03ad97aad93608d1bc1f2f9c5a82e0321a2a8ba1c9db7d41dd +SIZE (NVIDIA-FreeBSD-x86-295.59.tar.gz) = 32092806 SHA256 (NVIDIA-FreeBSD-x86-173.14.31.tar.gz) = 98699bc8dc1dad86cebc2ed067b4fc5cd37b8540e897bb218f38ac80c4b4d875 SIZE (NVIDIA-FreeBSD-x86-173.14.31.tar.gz) = 17991684 SHA256 (NVIDIA-FreeBSD-x86-96.43.20.tar.gz) = e75fce272e72644d53e6ad3c0957fe173735a4b621726ce227ba8ecf9bd9c5cf Index: x11/nvidia-settings/Makefile =================================================================== RCS file: /home/ncvs/ports/x11/nvidia-settings/Makefile,v retrieving revision 1.55 diff -u -r1.55 Makefile --- x11/nvidia-settings/Makefile 1 Jun 2012 05:25:17 -0000 1.55 +++ x11/nvidia-settings/Makefile 16 Jun 2012 06:17:44 -0000 @@ -6,7 +6,7 @@ # PORTNAME= nvidia-settings -PORTVERSION= 295.40 +PORTVERSION= 295.59 PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://download.nvidia.com/XFree86/nvidia-settings/ \ Index: x11/nvidia-settings/distinfo =================================================================== RCS file: /home/ncvs/ports/x11/nvidia-settings/distinfo,v retrieving revision 1.38 diff -u -r1.38 distinfo --- x11/nvidia-settings/distinfo 25 Apr 2012 13:17:18 -0000 1.38 +++ x11/nvidia-settings/distinfo 16 Jun 2012 06:17:44 -0000 @@ -1,2 +1,2 @@ -SHA256 (nvidia-settings-295.40.tar.bz2) = 68e8da979ef69b487a5ef237d7cc0f6d1d1cf3e027ffa2e90fa2501dc793d909 -SIZE (nvidia-settings-295.40.tar.bz2) = 1545625 +SHA256 (nvidia-settings-295.59.tar.bz2) = 7ed8f07cc3e81c6a3d007f896bef2b05ee52013ee846de4cac80372c9a77ff10 +SIZE (nvidia-settings-295.59.tar.bz2) = 1546170 Index: x11/nvidia-xconfig/Makefile =================================================================== RCS file: /home/ncvs/ports/x11/nvidia-xconfig/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- x11/nvidia-xconfig/Makefile 25 Apr 2012 13:09:11 -0000 1.26 +++ x11/nvidia-xconfig/Makefile 16 Jun 2012 06:17:44 -0000 @@ -6,7 +6,7 @@ # PORTNAME= nvidia-xconfig -PORTVERSION= 295.40 +PORTVERSION= 295.59 CATEGORIES= x11 MASTER_SITES= ftp://download.nvidia.com/XFree86/nvidia-xconfig/ \ ftp://download1.nvidia.com/XFree86/nvidia-xconfig/ Index: x11/nvidia-xconfig/distinfo =================================================================== RCS file: /home/ncvs/ports/x11/nvidia-xconfig/distinfo,v retrieving revision 1.23 diff -u -r1.23 distinfo --- x11/nvidia-xconfig/distinfo 25 Apr 2012 13:09:11 -0000 1.23 +++ x11/nvidia-xconfig/distinfo 16 Jun 2012 06:17:44 -0000 @@ -1,2 +1,2 @@ -SHA256 (nvidia-xconfig-295.40.tar.bz2) = ae6dbce07cd29731dfd119c66a6c1b5fa6cc8d1bed75063f892210fc2ae7df24 -SIZE (nvidia-xconfig-295.40.tar.bz2) = 99277 +SHA256 (nvidia-xconfig-295.59.tar.bz2) = 9febca7cc3243fcaab33bf7c91cc18127d9632d33b925fbbab03f18373ff489a +SIZE (nvidia-xconfig-295.59.tar.bz2) = 99283 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 21:30:56 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8EEC0106566C; Sun, 17 Jun 2012 21:30:56 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 62EC28FC0A; Sun, 17 Jun 2012 21:30:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HLUu3V003813; Sun, 17 Jun 2012 21:30:56 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HLUugd003802; Sun, 17 Jun 2012 21:30:56 GMT (envelope-from edwin) Date: Sun, 17 Jun 2012 21:30:56 GMT Message-Id: <201206172130.q5HLUugd003802@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danfe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169186: [patch] upgrade x11/nvidia-driver to 295.59 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: Sun, 17 Jun 2012 21:30:56 -0000 Synopsis: [patch] upgrade x11/nvidia-driver to 295.59 Responsible-Changed-From-To: freebsd-ports-bugs->danfe Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 17 21:30:55 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169186 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 22:36:58 2012 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 7B3C31065673; Sun, 17 Jun 2012 22:36:58 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4F6508FC0C; Sun, 17 Jun 2012 22:36:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HMawPA068343; Sun, 17 Jun 2012 22:36:58 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HMawrJ068339; Sun, 17 Jun 2012 22:36:58 GMT (envelope-from linimon) Date: Sun, 17 Jun 2012 22:36:58 GMT Message-Id: <201206172236.q5HMawrJ068339@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/168975: databases/couchdb stops on start and did not return to shell 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: Sun, 17 Jun 2012 22:36:58 -0000 Old Synopsis: CouchDB stops on start and did not return to shell New Synopsis: databases/couchdb stops on start and did not return to shell Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jun 17 22:36:24 UTC 2012 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=168975 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 22:37:09 2012 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 3B157106566C; Sun, 17 Jun 2012 22:37:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0E3AB8FC12; Sun, 17 Jun 2012 22:37:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HMb806068461; Sun, 17 Jun 2012 22:37:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HMb8w7068457; Sun, 17 Jun 2012 22:37:08 GMT (envelope-from edwin) Date: Sun, 17 Jun 2012 22:37:08 GMT Message-Id: <201206172237.q5HMb8w7068457@freefall.freebsd.org> To: paul-christian.volkmer@mni.thm.de, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/168975: databases/couchdb stops on start and did not return to shell 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: Sun, 17 Jun 2012 22:37:09 -0000 Synopsis: databases/couchdb stops on start and did not return to shell State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jun 17 22:37:08 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=168975 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 17 22:40:17 2012 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 9469810656D4 for ; Sun, 17 Jun 2012 22:40:17 +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 7A0958FC0C for ; Sun, 17 Jun 2012 22:40:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5HMeHc1068977 for ; Sun, 17 Jun 2012 22:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5HMeH7o068976; Sun, 17 Jun 2012 22:40:17 GMT (envelope-from gnats) Date: Sun, 17 Jun 2012 22:40:17 GMT Message-Id: <201206172240.q5HMeH7o068976@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/168975: databases/couchdb stops on start and did not return to shell 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: Sun, 17 Jun 2012 22:40:17 -0000 The following reply was made to PR ports/168975; it has been noted by GNATS. From: Edwin Groothuis To: till@php.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/168975: databases/couchdb stops on start and did not return to shell Date: Sun, 17 Jun 2012 22:37:07 UT Maintainer of databases/couchdb, Please note that PR ports/168975 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/168975 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 00:00:29 2012 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 3C6A71065674; Mon, 18 Jun 2012 00:00:28 +0000 (UTC) (envelope-from sylvio@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DF5148FC0A; Mon, 18 Jun 2012 00:00:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I00RKQ043475; Mon, 18 Jun 2012 00:00:27 GMT (envelope-from sylvio@freefall.freebsd.org) Received: (from sylvio@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I00RpO043468; Mon, 18 Jun 2012 00:00:27 GMT (envelope-from sylvio) Date: Mon, 18 Jun 2012 00:00:27 GMT Message-Id: <201206180000.q5I00RpO043468@freefall.freebsd.org> To: akruijff@dds.nl, sylvio@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: sylvio@FreeBSD.org Cc: Subject: Re: ports/161981: [maintainer update] sysutils/samesame to v1.10 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: Mon, 18 Jun 2012 00:00:29 -0000 Synopsis: [maintainer update] sysutils/samesame to v1.10 State-Changed-From-To: open->closed State-Changed-By: sylvio State-Changed-When: Mon Jun 18 00:00:26 UTC 2012 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=161981 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 00:32:11 2012 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 14974106566C; Mon, 18 Jun 2012 00:32:11 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DE5978FC0C; Mon, 18 Jun 2012 00:32:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I0WA6i086169; Mon, 18 Jun 2012 00:32:10 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I0WAkw086158; Mon, 18 Jun 2012 00:32:10 GMT (envelope-from jgh) Date: Mon, 18 Jun 2012 00:32:10 GMT Message-Id: <201206180032.q5I0WAkw086158@freefall.freebsd.org> To: m.tsatsenko@gmail.com, jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/169139: [PATCH] devel/pyst: update to 0.4.38 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: Mon, 18 Jun 2012 00:32:11 -0000 Synopsis: [PATCH] devel/pyst: update to 0.4.38 Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Mon Jun 18 00:32:10 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169139 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 01:30:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55AD51065670; Mon, 18 Jun 2012 01:30:06 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 21A238FC0C; Mon, 18 Jun 2012 01:30:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I1U69g034726; Mon, 18 Jun 2012 01:30:06 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I1U5Ch034722; Mon, 18 Jun 2012 01:30:05 GMT (envelope-from wen) Date: Mon, 18 Jun 2012 01:30:05 GMT Message-Id: <201206180130.q5I1U5Ch034722@freefall.freebsd.org> To: llwang@infor.org, wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/169162: [PATCH] math/py27-numpy: update to 1.6.2,1 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: Mon, 18 Jun 2012 01:30:06 -0000 Synopsis: [PATCH] math/py27-numpy: update to 1.6.2,1 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Mon Jun 18 01:30:04 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169162 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 03:58:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40E50106564A; Mon, 18 Jun 2012 03:58:00 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 140C08FC0C; Mon, 18 Jun 2012 03:58:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I3vxjt075893; Mon, 18 Jun 2012 03:57:59 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I3vxS2075889; Mon, 18 Jun 2012 03:57:59 GMT (envelope-from linimon) Date: Mon, 18 Jun 2012 03:57:59 GMT Message-Id: <201206180357.q5I3vxS2075889@freefall.freebsd.org> To: leres@ee.lbl.gov, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169182: Re: [PATCH] net/hostapd: update to 1.0 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: Mon, 18 Jun 2012 03:58:00 -0000 Synopsis: Re: [PATCH] net/hostapd: update to 1.0 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jun 18 03:57:19 UTC 2012 State-Changed-Why: Misfiled followup to ports/169154; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jun 18 03:57:19 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=169182 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 04:00:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22D72106566B; Mon, 18 Jun 2012 04:00:18 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D900F8FC0C; Mon, 18 Jun 2012 04:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I40HmT076069; Mon, 18 Jun 2012 04:00:17 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I40Gkx076065; Mon, 18 Jun 2012 04:00:16 GMT (envelope-from linimon) Date: Mon, 18 Jun 2012 04:00:16 GMT Message-Id: <201206180400.q5I40Gkx076065@freefall.freebsd.org> To: ychsiao@ychsiao.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169118: Re: [PATCH] www/wordpress: update to 3.4,1 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: Mon, 18 Jun 2012 04:00:21 -0000 Synopsis: Re: [PATCH] www/wordpress: update to 3.4,1 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jun 18 03:59:15 UTC 2012 State-Changed-Why: Misfiled followup to ports/169114, already committed. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jun 18 03:59:15 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=169118 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 04:02:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F695106564A; Mon, 18 Jun 2012 04:02:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 22DFA8FC14; Mon, 18 Jun 2012 04:02:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I42C5Y082845; Mon, 18 Jun 2012 04:02:12 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I42BGN082838; Mon, 18 Jun 2012 04:02:11 GMT (envelope-from linimon) Date: Mon, 18 Jun 2012 04:02:11 GMT Message-Id: <201206180402.q5I42BGN082838@freefall.freebsd.org> To: sunpoet@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169113: Re: patch as net/mDNSResponder fails to install 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: Mon, 18 Jun 2012 04:02:12 -0000 Synopsis: Re: patch as net/mDNSResponder fails to install State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jun 18 04:01:24 UTC 2012 State-Changed-Why: Misfiled followup to ports/169109; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jun 18 04:01:24 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=169113 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 04:02:54 2012 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 B302B106564A; Mon, 18 Jun 2012 04:02:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 85B3C8FC08; Mon, 18 Jun 2012 04:02:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I42sqe085542; Mon, 18 Jun 2012 04:02:54 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I42r5w085537; Mon, 18 Jun 2012 04:02:53 GMT (envelope-from linimon) Date: Mon, 18 Jun 2012 04:02:53 GMT Message-Id: <201206180402.q5I42r5w085537@freefall.freebsd.org> To: jhs@berklix.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169131: Re: patch as net/mDNSResponder fails to install 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: Mon, 18 Jun 2012 04:02:54 -0000 Synopsis: Re: patch as net/mDNSResponder fails to install State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jun 18 04:01:24 UTC 2012 State-Changed-Why: Misfiled followup to ports/169109; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jun 18 04:01:24 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=169131 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 04:05:10 2012 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 820F4106564A; Mon, 18 Jun 2012 04:05:10 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4C0BC8FC16; Mon, 18 Jun 2012 04:05:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I4597C085914; Mon, 18 Jun 2012 04:05:09 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I459UJ085910; Mon, 18 Jun 2012 04:05:09 GMT (envelope-from linimon) Date: Mon, 18 Jun 2012 04:05:09 GMT Message-Id: <201206180405.q5I459UJ085910@freefall.freebsd.org> To: martymac@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169101: Re: [PATCH] sysutils/fpart: update to 0.4 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: Mon, 18 Jun 2012 04:05:10 -0000 Synopsis: Re: [PATCH] sysutils/fpart: update to 0.4 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jun 18 04:04:26 UTC 2012 State-Changed-Why: Misfiled followup to ports/169098, already closed. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jun 18 04:04:26 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=169101 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 04:06:45 2012 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 107D4106566C; Mon, 18 Jun 2012 04:06:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D73EE8FC0A; Mon, 18 Jun 2012 04:06:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I46idn086152; Mon, 18 Jun 2012 04:06:44 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I46i67086148; Mon, 18 Jun 2012 04:06:44 GMT (envelope-from linimon) Date: Mon, 18 Jun 2012 04:06:44 GMT Message-Id: <201206180406.q5I46i67086148@freefall.freebsd.org> To: devin@spamcop.net, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169044: Re: [PATCH] graphics/p5-Image-ExifTool: update to 8.94 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: Mon, 18 Jun 2012 04:06:45 -0000 Synopsis: Re: [PATCH] graphics/p5-Image-ExifTool: update to 8.94 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jun 18 04:05:58 UTC 2012 State-Changed-Why: Misfiled followup to ports/169034; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jun 18 04:05:58 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=169044 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 04:07:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F0E6106566C; Mon, 18 Jun 2012 04:07:18 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E70048FC19; Mon, 18 Jun 2012 04:07:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I47HIt086242; Mon, 18 Jun 2012 04:07:17 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I47Hj3086238; Mon, 18 Jun 2012 04:07:17 GMT (envelope-from linimon) Date: Mon, 18 Jun 2012 04:07:17 GMT Message-Id: <201206180407.q5I47Hj3086238@freefall.freebsd.org> To: koobs.freebsd@gmail.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169055: Re: [PATCH] graphics/p5-Image-ExifTool: update to 8.94 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: Mon, 18 Jun 2012 04:07:18 -0000 Synopsis: Re: [PATCH] graphics/p5-Image-ExifTool: update to 8.94 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jun 18 04:05:58 UTC 2012 State-Changed-Why: Misfiled followup to ports/169034; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jun 18 04:05:58 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=169055 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 05:36:44 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A3F41065672; Mon, 18 Jun 2012 05:36:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F23A78FC08; Mon, 18 Jun 2012 05:36:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I5ahM9073676; Mon, 18 Jun 2012 05:36:43 GMT (envelope-from bapt@freefall.freebsd.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I5ahkG073672; Mon, 18 Jun 2012 05:36:43 GMT (envelope-from bapt) Date: Mon, 18 Jun 2012 05:36:43 GMT Message-Id: <201206180536.q5I5ahkG073672@freefall.freebsd.org> To: leres@ee.lbl.gov, bapt@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: bapt@FreeBSD.org Cc: Subject: Re: ports/169183: mail/mailman: pkg-plist broken with MNLS option enabled 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: Mon, 18 Jun 2012 05:36:44 -0000 Synopsis: mail/mailman: pkg-plist broken with MNLS option enabled State-Changed-From-To: open->closed State-Changed-By: bapt State-Changed-When: Mon Jun 18 05:36:43 UTC 2012 State-Changed-Why: Fixed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=169183 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 05:46:53 2012 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 A99461065670; Mon, 18 Jun 2012 05:46:53 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 409C88FC0C; Mon, 18 Jun 2012 05:46:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I5krVB082172; Mon, 18 Jun 2012 05:46:53 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I5krai082167; Mon, 18 Jun 2012 05:46:53 GMT (envelope-from scheidell) Date: Mon, 18 Jun 2012 05:46:53 GMT Message-Id: <201206180546.q5I5krai082167@freefall.freebsd.org> To: douglas@douglasthrift.net, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/169185: Update port: net/isc-dhcp41-server Upgrade to 4.1-ESV-R5 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: Mon, 18 Jun 2012 05:46:53 -0000 Synopsis: Update port: net/isc-dhcp41-server Upgrade to 4.1-ESV-R5 Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: scheidell Class-Changed-When: Mon Jun 18 05:44:32 UTC 2012 Class-Changed-Why: Submitter IS maintainer, via scheidell manual fix GNATS misfire correction tool (manual edit of pr) http://www.freebsd.org/cgi/query-pr.cgi?pr=169185 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 05:48:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46C01106566C; Mon, 18 Jun 2012 05:48:08 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 17BE48FC12; Mon, 18 Jun 2012 05:48:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I5m7Zf082405; Mon, 18 Jun 2012 05:48:07 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I5m7e5082401; Mon, 18 Jun 2012 05:48:07 GMT (envelope-from scheidell) Date: Mon, 18 Jun 2012 05:48:07 GMT Message-Id: <201206180548.q5I5m7e5082401@freefall.freebsd.org> To: douglas@douglasthrift.net, douglas@douglasthrift.net, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/169185: Update port: net/isc-dhcp41-server Upgrade to 4.1-ESV-R5 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: Mon, 18 Jun 2012 05:48:08 -0000 Synopsis: Update port: net/isc-dhcp41-server Upgrade to 4.1-ESV-R5 State-Changed-From-To: feedback->open State-Changed-By: scheidell State-Changed-When: Mon Jun 18 05:47:27 UTC 2012 State-Changed-Why: not awaiting feedback at this time Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Mon Jun 18 05:47:27 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169185 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 05:56:55 2012 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 3D5BD106564A; Mon, 18 Jun 2012 05:56:55 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0F7EB8FC0C; Mon, 18 Jun 2012 05:56:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I5usSY090972; Mon, 18 Jun 2012 05:56:54 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I5usxG090968; Mon, 18 Jun 2012 05:56:54 GMT (envelope-from scheidell) Date: Mon, 18 Jun 2012 05:56:54 GMT Message-Id: <201206180556.q5I5usxG090968@freefall.freebsd.org> To: douglas@douglasthrift.net, douglas@douglasthrift.net, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/169184: Update port: sysutils/hardlink Convert to Options NG 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: Mon, 18 Jun 2012 05:56:55 -0000 Synopsis: Update port: sysutils/hardlink Convert to Options NG State-Changed-From-To: feedback->open State-Changed-By: scheidell State-Changed-When: Mon Jun 18 05:55:55 UTC 2012 State-Changed-Why: fix class, submitter is maintainer Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: scheidell Class-Changed-When: Mon Jun 18 05:55:55 UTC 2012 Class-Changed-Why: I'll take it. Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Mon Jun 18 05:55:55 UTC 2012 Responsible-Changed-Why: Correction in state. http://www.freebsd.org/cgi/query-pr.cgi?pr=169184 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 06:40:11 2012 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 5F95A106564A; Mon, 18 Jun 2012 06:40:11 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 266628FC08; Mon, 18 Jun 2012 06:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I6eBgR031893; Mon, 18 Jun 2012 06:40:11 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I6eAiG031889; Mon, 18 Jun 2012 06:40:10 GMT (envelope-from scheidell) Date: Mon, 18 Jun 2012 06:40:10 GMT Message-Id: <201206180640.q5I6eAiG031889@freefall.freebsd.org> To: scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/168832: New port: sysutils/bsdinfo a freebsd version of 'archey' application to display system information 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: Mon, 18 Jun 2012 06:40:11 -0000 Synopsis: New port: sysutils/bsdinfo a freebsd version of 'archey' application to display system information Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Mon Jun 18 06:40:09 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=168832 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 06:40:15 2012 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 B8E09106564A for ; Mon, 18 Jun 2012 06:40:15 +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 A3BA18FC14 for ; Mon, 18 Jun 2012 06:40:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I6eFPf031980 for ; Mon, 18 Jun 2012 06:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I6eFDY031978; Mon, 18 Jun 2012 06:40:15 GMT (envelope-from gnats) Date: Mon, 18 Jun 2012 06:40:15 GMT Message-Id: <201206180640.q5I6eFDY031978@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Michael Scheidell Cc: Subject: Re: ports/168141: faild to install lang/ezm3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael Scheidell List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2012 06:40:15 -0000 The following reply was made to PR ports/168141; it has been noted by GNATS. From: Michael Scheidell To: Cc: Subject: Re: ports/168141: faild to install lang/ezm3 Date: Mon, 18 Jun 2012 02:39:12 -0400 Not sure if this is an ezm3 issue, or a FreeBSD 10 issue. I was able to compile it cleanly in a tinderbox (FreeBSD 9.0, AMD64) if you look here; lines 7183 and down, it seems to pass the problem area you have. can you update your ports tree? check dependencies ? (did you update your FreeBSD 10.0 from 8,x? 9.0?) have you contacted the group working on 10.0? have you posted to the freebsd-ports list ? Since ezm3 is an unmaintained port, it is unlikely to be fixed unless you can find and recommend a fix. -- Michael Scheidell, CTO >*| * SECNAP Network Security Corporation d: +1.561.948.2259 w: http://people.freebsd.org/~scheidell From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 06:50:28 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E9A74106564A; Mon, 18 Jun 2012 06:50:28 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D56278FC14; Mon, 18 Jun 2012 06:50:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I6oS63044820; Mon, 18 Jun 2012 06:50:28 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I6oScj044782; Mon, 18 Jun 2012 06:50:28 GMT (envelope-from scheidell) Date: Mon, 18 Jun 2012 06:50:28 GMT Message-Id: <201206180650.q5I6oScj044782@freefall.freebsd.org> To: jbeich@tormail.org, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/168968: [patch] x11-drivers/input-wacom: update to 0.15.0 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: Mon, 18 Jun 2012 06:50:29 -0000 Synopsis: [patch] x11-drivers/input-wacom: update to 0.15.0 State-Changed-From-To: open->feedback State-Changed-By: scheidell State-Changed-When: Mon Jun 18 06:49:34 UTC 2012 State-Changed-Why: Nice patch Jan. The use of cvs and cvs diff makes all the difference in the world! Would you be willing to take maintainership of this port? it needs someone who can send in patches like this when needed, and respond to (approve, disapprove) patches sent in by others, and your pr's will get acted upon faster. What do you think? Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Mon Jun 18 06:49:34 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=168968 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 07:00:34 2012 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 49FA8106566B for ; Mon, 18 Jun 2012 07:00:34 +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 2606B8FC0C for ; Mon, 18 Jun 2012 07:00:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I70X3P053474 for ; Mon, 18 Jun 2012 07:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I70XYZ053471; Mon, 18 Jun 2012 07:00:33 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 07:00:33 GMT Resent-Message-Id: <201206180700.q5I70XYZ053471@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, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EBCAF106564A for ; Mon, 18 Jun 2012 06:55:22 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id B0C258FC1A for ; Mon, 18 Jun 2012 06:55:22 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 3WG32K3QfgzB0J; Mon, 18 Jun 2012 14:54:33 +0800 (CST) Message-Id: <3WG32K3QfgzB0J@sunpoet.net> Date: Mon, 18 Jun 2012 14:54:33 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: catone@cpan.org Subject: ports/169189: [PATCH] devel/p5-AnyEvent-DBI: update to 2.2 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: Mon, 18 Jun 2012 07:00:34 -0000 >Number: 169189 >Category: ports >Synopsis: [PATCH] devel/p5-AnyEvent-DBI: update to 2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 18 07:00:33 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Thu May 31 14:45:51 CST 2012 >Description: - Update to 2.2 - Sort *_DEPENDS Changes: http://search.cpan.org/dist/AnyEvent-DBI/Changes Port maintainer (catone@cpan.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-AnyEvent-DBI-2.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-AnyEvent-DBI/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 10 Jun 2012 18:41:26 -0000 1.4 +++ Makefile 18 Jun 2012 06:55:00 -0000 @@ -6,7 +6,7 @@ # PORTNAME= AnyEvent-DBI -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,10 @@ MAINTAINER= catone@cpan.org COMMENT= AnyEvent::DBI - asynchronous DBI access -RUN_DEPENDS= p5-DBI>=1.0:${PORTSDIR}/databases/p5-DBI \ - p5-AnyEvent>=4.15:${PORTSDIR}/devel/p5-AnyEvent \ +BUILD_DEPENDS= p5-AnyEvent>=4.15:${PORTSDIR}/devel/p5-AnyEvent \ + p5-DBI>=1.0:${PORTSDIR}/databases/p5-DBI \ p5-common-sense>=3.3:${PORTSDIR}/devel/p5-common-sense -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-AnyEvent-DBI/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 16 Dec 2010 08:25:17 -0000 1.2 +++ distinfo 18 Jun 2012 06:55:00 -0000 @@ -1,2 +1,2 @@ -SHA256 (AnyEvent-DBI-2.1.tar.gz) = c974787ba730ca53fae048469a18de11ce932409d253ae74f23c3388b8484bf4 -SIZE (AnyEvent-DBI-2.1.tar.gz) = 22663 +SHA256 (AnyEvent-DBI-2.2.tar.gz) = a40979cdb9552e0d6d576a77706b76cb77eafdbf2f389f3fcd6af2c66c3ae901 +SIZE (AnyEvent-DBI-2.2.tar.gz) = 22846 --- p5-AnyEvent-DBI-2.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 07:00:34 2012 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 BDE281065672 for ; Mon, 18 Jun 2012 07:00:34 +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 81FA08FC14 for ; Mon, 18 Jun 2012 07:00:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I70YSA053542 for ; Mon, 18 Jun 2012 07:00:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I70Yl8053540; Mon, 18 Jun 2012 07:00:34 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 07:00:34 GMT Resent-Message-Id: <201206180700.q5I70Yl8053540@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, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B4D8C1065689 for ; Mon, 18 Jun 2012 06:56:20 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 79B538FC08 for ; Mon, 18 Jun 2012 06:56:20 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 3WG33Y2VJXzB0c; Mon, 18 Jun 2012 14:55:37 +0800 (CST) Message-Id: <3WG33Y2VJXzB0c@sunpoet.net> Date: Mon, 18 Jun 2012 14:55:37 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mons@cpan.org Subject: ports/169190: [PATCH] devel/p5-common-sense: update to 3.6 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: Mon, 18 Jun 2012 07:00:34 -0000 >Number: 169190 >Category: ports >Synopsis: [PATCH] devel/p5-common-sense: update to 3.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 18 07:00:34 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Thu May 31 14:45:51 CST 2012 >Description: - Update to 3.6 Changes: http://search.cpan.org/dist/common-sense/Changes Port maintainer (mons@cpan.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-common-sense-3.6.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-common-sense/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 20 Jun 2011 08:36:17 -0000 1.8 +++ Makefile 18 Jun 2012 06:56:05 -0000 @@ -6,7 +6,7 @@ # PORTNAME= common-sense -PORTVERSION= 3.4 +PORTVERSION= 3.6 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MLEHMANN Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-common-sense/distinfo,v retrieving revision 1.7 diff -u -u -r1.7 distinfo --- distinfo 29 Jan 2011 18:14:43 -0000 1.7 +++ distinfo 18 Jun 2012 06:56:05 -0000 @@ -1,2 +1,2 @@ -SHA256 (common-sense-3.4.tar.gz) = 54300c966fda0e1c0ba6539ab0ea3af9a99858c2cc30d3f86bfca5504af53468 -SIZE (common-sense-3.4.tar.gz) = 11717 +SHA256 (common-sense-3.6.tar.gz) = 86e2c2e109a7dd4bc5441757e729d7d622da125c6e14607a78fb56e057b86b5a +SIZE (common-sense-3.6.tar.gz) = 12594 --- p5-common-sense-3.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 07:00:46 2012 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 75A631065670; Mon, 18 Jun 2012 07:00:46 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 48D198FC17; Mon, 18 Jun 2012 07:00:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I70kd6053824; Mon, 18 Jun 2012 07:00:46 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I70kaf053819; Mon, 18 Jun 2012 07:00:46 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 07:00:46 GMT Message-Id: <201206180700.q5I70kaf053819@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169189: [PATCH] devel/p5-AnyEvent-DBI: update to 2.2 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: Mon, 18 Jun 2012 07:00:46 -0000 Synopsis: [PATCH] devel/p5-AnyEvent-DBI: update to 2.2 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 07:00:45 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169189 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 07:01:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0193C1065688; Mon, 18 Jun 2012 07:01:07 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C99F18FC16; Mon, 18 Jun 2012 07:01:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I716V9055261; Mon, 18 Jun 2012 07:01:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I716NB055251; Mon, 18 Jun 2012 07:01:06 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 07:01:06 GMT Message-Id: <201206180701.q5I716NB055251@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169190: [PATCH] devel/p5-common-sense: update to 3.6 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: Mon, 18 Jun 2012 07:01:07 -0000 Synopsis: [PATCH] devel/p5-common-sense: update to 3.6 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 07:01:06 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169190 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 07:10:44 2012 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 E83A01065689; Mon, 18 Jun 2012 07:10:44 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BA89C8FC14; Mon, 18 Jun 2012 07:10:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I7AiGO065782; Mon, 18 Jun 2012 07:10:44 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I7AiAS065723; Mon, 18 Jun 2012 07:10:44 GMT (envelope-from scheidell) Date: Mon, 18 Jun 2012 07:10:44 GMT Message-Id: <201206180710.q5I7AiAS065723@freefall.freebsd.org> To: zalex_ua@i.ua, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/157301: [New port] net-mgmt/zbxlog: Syslog server receives messages and send them to Zabbix 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: Mon, 18 Jun 2012 07:10:45 -0000 Synopsis: [New port] net-mgmt/zbxlog: Syslog server receives messages and send them to Zabbix State-Changed-From-To: open->closed State-Changed-By: scheidell State-Changed-When: Mon Jun 18 07:10:43 UTC 2012 State-Changed-Why: Too old. http://www.freebsd.org/cgi/query-pr.cgi?pr=157301 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 07:13:54 2012 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 47883106564A; Mon, 18 Jun 2012 07:13:54 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 32F488FC1A; Mon, 18 Jun 2012 07:13:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I7DsRR073580; Mon, 18 Jun 2012 07:13:54 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I7Drnx073563; Mon, 18 Jun 2012 07:13:53 GMT (envelope-from scheidell) Date: Mon, 18 Jun 2012 07:13:53 GMT Message-Id: <201206180713.q5I7Drnx073563@freefall.freebsd.org> To: jnlin@csie.nctu.edu.tw, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/157320: [NEW PORT] databases/pecl-pdo_user: PECL classes provides a Userspace interface for PDO drivers 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: Mon, 18 Jun 2012 07:13:54 -0000 Synopsis: [NEW PORT] databases/pecl-pdo_user: PECL classes provides a Userspace interface for PDO drivers State-Changed-From-To: open->feedback State-Changed-By: scheidell State-Changed-When: Mon Jun 18 07:11:54 UTC 2012 State-Changed-Why: Sorry this has taken so long, this pr for a new port is > 12 months old. Do you still want this added to FreeBSD ports collection? Is there a newer version available? (I can submit this original and you can update it, or you can send a new shar attached as a followup) Let me know. Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Mon Jun 18 07:11:54 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=157320 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 08:25:34 2012 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 83E12106564A; Mon, 18 Jun 2012 08:25:34 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 543DC8FC0A; Mon, 18 Jun 2012 08:25:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I8PYsd048799; Mon, 18 Jun 2012 08:25:34 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I8PYZ8048795; Mon, 18 Jun 2012 08:25:34 GMT (envelope-from scheidell) Date: Mon, 18 Jun 2012 08:25:34 GMT Message-Id: <201206180825.q5I8PYZ8048795@freefall.freebsd.org> To: superbofh@gmail.com, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/168191: sysutils/ezjail + freebsd9 -stable --> dont work 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: Mon, 18 Jun 2012 08:25:34 -0000 Synopsis: sysutils/ezjail + freebsd9 -stable --> dont work State-Changed-From-To: open->feedback State-Changed-By: scheidell State-Changed-When: Mon Jun 18 08:24:13 UTC 2012 State-Changed-Why: So, this pr should be closed? nothing to patch for ezjail? it's an issue with freebsd9-stable that has been fixed? Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Mon Jun 18 08:24:13 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=168191 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 08:26:37 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2785E106566C; Mon, 18 Jun 2012 08:26:37 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EE40C8FC17; Mon, 18 Jun 2012 08:26:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I8QaPa048989; Mon, 18 Jun 2012 08:26:36 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I8QaPO048985; Mon, 18 Jun 2012 08:26:36 GMT (envelope-from scheidell) Date: Mon, 18 Jun 2012 08:26:36 GMT Message-Id: <201206180826.q5I8QaPO048985@freefall.freebsd.org> To: samm@os2.kiev.ua, dark@rambler-co.ru, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/168523: [PATCH] sysutils/smartmontools smartd can't see ada(4) disks on ata buses 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: Mon, 18 Jun 2012 08:26:37 -0000 Synopsis: [PATCH] sysutils/smartmontools smartd can't see ada(4) disks on ata buses State-Changed-From-To: feedback->open State-Changed-By: scheidell State-Changed-When: Mon Jun 18 08:26:35 UTC 2012 State-Changed-Why: Feedback timeout. Patch can be committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=168523 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 08:30:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3FC21065670 for ; Mon, 18 Jun 2012 08:30:13 +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 B0B738FC15 for ; Mon, 18 Jun 2012 08:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I8UDoI049083 for ; Mon, 18 Jun 2012 08:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I8UDtp049081; Mon, 18 Jun 2012 08:30:13 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 08:30:13 GMT Resent-Message-Id: <201206180830.q5I8UDtp049081@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, Hiroto Kagotani Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ECC341065670; Mon, 18 Jun 2012 08:29:53 +0000 (UTC) (envelope-from kagotani@serv52.infsys.cne.okayama-u.ac.jp) Received: from serv52.infsys.cne.okayama-u.ac.jp (serv52.infsys.cne.okayama-u.ac.jp [150.46.6.52]) by mx1.freebsd.org (Postfix) with ESMTP id 86F368FC08; Mon, 18 Jun 2012 08:29:53 +0000 (UTC) Received: from serv52.infsys.cne.okayama-u.ac.jp (localhost [127.0.0.1]) by serv52.infsys.cne.okayama-u.ac.jp (8.14.5/8.14.5) with ESMTP id q5I8Tkrx074399; Mon, 18 Jun 2012 17:29:46 +0900 (JST) (envelope-from kagotani@serv52.infsys.cne.okayama-u.ac.jp) Received: (from root@localhost) by serv52.infsys.cne.okayama-u.ac.jp (8.14.5/8.14.5/Submit) id q5I8TjUJ074398; Mon, 18 Jun 2012 17:29:45 +0900 (JST) (envelope-from kagotani) Message-Id: <201206180829.q5I8TjUJ074398@serv52.infsys.cne.okayama-u.ac.jp> Date: Mon, 18 Jun 2012 17:29:45 +0900 (JST) From: Hiroto Kagotani To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: swills@FreeBSD.org Subject: ports/169192: [PATCH] x11-toolkits/p5-Gtk2: update to 1.243 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: Mon, 18 Jun 2012 08:30:14 -0000 >Number: 169192 >Category: ports >Synopsis: [PATCH] x11-toolkits/p5-Gtk2: update to 1.243 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 18 08:30:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Hiroto Kagotani >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD myhost.mydomain 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: - Update to 1.243 1.242 is not compatible with devel/p5-Glib2-1.260. This incompatibility causes some warnings related to re-registration of GType for GConnectFlags for p5-Gtk2 apps, and a segfault for my private app. Port maintainer (swills@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- p5-Gtk2-1.243.patch begins here --- diff -ruN --exclude=CVS ../p5-Gtk2-1.242_1/Makefile ./Makefile --- ../p5-Gtk2-1.242_1/Makefile 2012-06-01 14:25:57.000000000 +0900 +++ ./Makefile 2012-06-18 17:03:47.000000000 +0900 @@ -6,8 +6,7 @@ # PORTNAME= Gtk2 -PORTVERSION= 1.242 -PORTREVISION= 1 +PORTVERSION= 1.243 CATEGORIES= x11-toolkits lang perl5 MASTER_SITES= CPAN SF/${PORTNAME:L}-perl/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= p5- diff -ruN --exclude=CVS ../p5-Gtk2-1.242_1/distinfo ./distinfo --- ../p5-Gtk2-1.242_1/distinfo 2012-02-02 01:56:14.000000000 +0900 +++ ./distinfo 2012-06-18 17:04:08.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (Gtk2-1.242.tar.gz) = 8c3ebd2d0bce82f421166fe2c2345b048214f6a83791a0e5cdd90eac0d756281 -SIZE (Gtk2-1.242.tar.gz) = 740140 +SHA256 (Gtk2-1.243.tar.gz) = 039bd521eab4133a5af0485efa64b7c52ec7539855d3057e27a551d562a03a8f +SIZE (Gtk2-1.243.tar.gz) = 740472 --- p5-Gtk2-1.243.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 08:30:25 2012 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 0CEF8106566B; Mon, 18 Jun 2012 08:30:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D4BD88FC08; Mon, 18 Jun 2012 08:30:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I8UOHv049678; Mon, 18 Jun 2012 08:30:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I8UONj049672; Mon, 18 Jun 2012 08:30:24 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 08:30:24 GMT Message-Id: <201206180830.q5I8UONj049672@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169192: [PATCH] x11-toolkits/p5-Gtk2: update to 1.243 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: Mon, 18 Jun 2012 08:30:25 -0000 Synopsis: [PATCH] x11-toolkits/p5-Gtk2: update to 1.243 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 08:30:24 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169192 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 08:31:48 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAF18106566B; Mon, 18 Jun 2012 08:31:48 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7D7AD8FC0C; Mon, 18 Jun 2012 08:31:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5I8VmOX054705; Mon, 18 Jun 2012 08:31:48 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5I8Vm9a054697; Mon, 18 Jun 2012 08:31:48 GMT (envelope-from scheidell) Date: Mon, 18 Jun 2012 08:31:48 GMT Message-Id: <201206180831.q5I8Vm9a054697@freefall.freebsd.org> To: scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/168809: [new port] net-im/spectrum: Jabber/XMPP transport/gateway using libpurple 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: Mon, 18 Jun 2012 08:31:48 -0000 Synopsis: [new port] net-im/spectrum: Jabber/XMPP transport/gateway using libpurple Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Mon Jun 18 08:31:47 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=168809 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 10:20:12 2012 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 7F2A0106566C for ; Mon, 18 Jun 2012 10:20:12 +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 50D928FC17 for ; Mon, 18 Jun 2012 10:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IAKC8Q059680 for ; Mon, 18 Jun 2012 10:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IAKC3T059679; Mon, 18 Jun 2012 10:20:12 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 10:20:12 GMT Resent-Message-Id: <201206181020.q5IAKC3T059679@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, koobs Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C776910656F0 for ; Mon, 18 Jun 2012 10:15:17 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 570148FC0C for ; Mon, 18 Jun 2012 10:15:06 +0000 (UTC) Received: by dadv36 with SMTP id v36so7168397dad.13 for ; Mon, 18 Jun 2012 03:15:06 -0700 (PDT) Received: by 10.68.238.68 with SMTP id vi4mr49451084pbc.123.1340014505878; Mon, 18 Jun 2012 03:15:05 -0700 (PDT) Received: from freebsd-90-amd64.elysium (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id gh10sm23386452pbc.19.2012.06.18.03.15.02 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 18 Jun 2012 03:15:04 -0700 (PDT) Received: by freebsd-90-amd64.elysium (Postfix, from userid 1001) id 9ADF71799D; Mon, 18 Jun 2012 20:14:58 +1000 (EST) Message-Id: <20120618101458.9ADF71799D@freebsd-90-amd64.elysium> Date: Mon, 18 Jun 2012 20:14:58 +1000 (EST) From: koobs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169194: [NEW PORT] net/py-port-for: Python utility and library that helps with TCP ports management 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: Mon, 18 Jun 2012 10:20:12 -0000 >Number: 169194 >Category: ports >Synopsis: [NEW PORT] net/py-port-for: Python utility and library that helps with TCP ports management >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 18 10:20:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: koobs >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD freebsd-90-amd64.elysium 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat May 5 14:51:14 EST >Description: A command-line utility and a python library that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association. WWW: https://github.com/kmike/port-for/ Generated with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # 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: # # py-port-for # py-port-for/Makefile # py-port-for/pkg-descr # py-port-for/pkg-plist # py-port-for/distinfo # py-port-for/files # py-port-for/files/patch-port_for__store.py # echo c - py-port-for mkdir -p py-port-for > /dev/null 2>&1 echo x - py-port-for/Makefile sed 's/^X//' >py-port-for/Makefile << 'bf1a4eaa12d23dd251aee2987fe61015' X# New ports collection makefile for: py-port-for X# Date created: 2012-06-18 X# Whom: koobs X# X# $FreeBSD$ X# X XPORTNAME= port-for XPORTVERSION= 0.3 XCATEGORIES= net python devel XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= koobs.freebsd@gmail.com XCOMMENT= Python utility and library that helps with TCP ports management X XLICENSE= MIT X X#Python3 Ready XUSE_PYTHON= 2.5+ XUSE_PYDISTUTILS= yes X Xpost-patch: X @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/port_for/store.py X X.include bf1a4eaa12d23dd251aee2987fe61015 echo x - py-port-for/pkg-descr sed 's/^X//' >py-port-for/pkg-descr << '5cc1d3168b528168c6d5a5604289bceb' XA command-line utility and a python library that helps with local TCP ports Xmanagement. It can find an unused TCP localhost port and remember the Xassociation. X XWWW: https://github.com/kmike/port-for/ 5cc1d3168b528168c6d5a5604289bceb echo x - py-port-for/pkg-plist sed 's/^X//' >py-port-for/pkg-plist << 'c2bb26adbb5fcd68bde4e56932fcd6a6' X@comment $FreeBSD$ Xbin/port-for X%%PYTHON_SITELIBDIR%%/port_for/__init__.py X%%PYTHON_SITELIBDIR%%/port_for/__init__.pyc X%%PYTHON_SITELIBDIR%%/port_for/__init__.pyo X%%PYTHON_SITELIBDIR%%/port_for/_download_ranges.py X%%PYTHON_SITELIBDIR%%/port_for/_download_ranges.pyc X%%PYTHON_SITELIBDIR%%/port_for/_download_ranges.pyo X%%PYTHON_SITELIBDIR%%/port_for/_ranges.py X%%PYTHON_SITELIBDIR%%/port_for/_ranges.pyc X%%PYTHON_SITELIBDIR%%/port_for/_ranges.pyo X%%PYTHON_SITELIBDIR%%/port_for/api.py X%%PYTHON_SITELIBDIR%%/port_for/api.pyc X%%PYTHON_SITELIBDIR%%/port_for/api.pyo X%%PYTHON_SITELIBDIR%%/port_for/docopt.py X%%PYTHON_SITELIBDIR%%/port_for/docopt.pyc X%%PYTHON_SITELIBDIR%%/port_for/docopt.pyo X%%PYTHON_SITELIBDIR%%/port_for/ephemeral.py X%%PYTHON_SITELIBDIR%%/port_for/ephemeral.pyc X%%PYTHON_SITELIBDIR%%/port_for/ephemeral.pyo X%%PYTHON_SITELIBDIR%%/port_for/exceptions.py X%%PYTHON_SITELIBDIR%%/port_for/exceptions.pyc X%%PYTHON_SITELIBDIR%%/port_for/exceptions.pyo X%%PYTHON_SITELIBDIR%%/port_for/store.py X%%PYTHON_SITELIBDIR%%/port_for/store.pyc X%%PYTHON_SITELIBDIR%%/port_for/store.pyo X%%PYTHON_SITELIBDIR%%/port_for/tests.py X%%PYTHON_SITELIBDIR%%/port_for/tests.pyc X%%PYTHON_SITELIBDIR%%/port_for/tests.pyo X%%PYTHON_SITELIBDIR%%/port_for/utils.py X%%PYTHON_SITELIBDIR%%/port_for/utils.pyc X%%PYTHON_SITELIBDIR%%/port_for/utils.pyo X@dirrm %%PYTHON_SITELIBDIR%%/port_for c2bb26adbb5fcd68bde4e56932fcd6a6 echo x - py-port-for/distinfo sed 's/^X//' >py-port-for/distinfo << 'acf43509fb34f2ccc1310536c554f484' XSHA256 (port-for-0.3.tar.gz) = 89a53e4ac858899b9c3dc69f6aedc1abb0b00dced6bb73fc31575b8050bdc479 XSIZE (port-for-0.3.tar.gz) = 18053 acf43509fb34f2ccc1310536c554f484 echo c - py-port-for/files mkdir -p py-port-for/files > /dev/null 2>&1 echo x - py-port-for/files/patch-port_for__store.py sed 's/^X//' >py-port-for/files/patch-port_for__store.py << '19ae3a1b47b20abd240158477c8f08f2' X--- ./port_for/store.py.orig 2012-06-18 20:03:13.000000000 +1000 X+++ ./port_for/store.py 2012-06-18 20:04:20.000000000 +1000 X@@ -9,7 +9,7 @@ X from .api import select_random X from .exceptions import PortForException X X-DEFAULT_CONFIG_PATH = '/etc/port-for.conf' X+DEFAULT_CONFIG_PATH = '%%PREFIX%%/etc/port-for.conf' X X class PortStore(object): X def __init__(self, config_filename=DEFAULT_CONFIG_PATH): 19ae3a1b47b20abd240158477c8f08f2 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 10:20:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7AF51065673 for ; Mon, 18 Jun 2012 10:20:12 +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 AB86B8FC19 for ; Mon, 18 Jun 2012 10:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IAKCJs059690 for ; Mon, 18 Jun 2012 10:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IAKCUY059689; Mon, 18 Jun 2012 10:20:12 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 10:20:12 GMT Resent-Message-Id: <201206181020.q5IAKCUY059689@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, Neil Darlow Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 211371065674 for ; Mon, 18 Jun 2012 10:19:03 +0000 (UTC) (envelope-from neil@darlow.co.uk) Received: from relay.darlow.co.uk (relay.darlow.co.uk [195.3.137.233]) by mx1.freebsd.org (Postfix) with ESMTP id 17F128FC16 for ; Mon, 18 Jun 2012 10:19:01 +0000 (UTC) Received: from bumblebee.darlow.co.uk (cpc1-bigg2-0-0-cust442.9-2.cable.virginmedia.com [80.6.45.187]) by relay.darlow.co.uk (8.14.5/8.14.5) with ESMTP id q5IA5n09039947 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=OK) for ; Mon, 18 Jun 2012 11:05:49 +0100 (BST) (envelope-from neil@darlow.co.uk) Received: by bumblebee.darlow.co.uk (Postfix, from userid 1004) id 3WG7H074Svz13tv; Mon, 18 Jun 2012 11:05:48 +0100 (BST) Message-Id: <3WG7H074Svz13tv@bumblebee.darlow.co.uk> Date: Mon, 18 Jun 2012 11:05:48 +0100 (BST) From: Neil Darlow To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169195: www/habari: Update to version 0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Neil Darlow List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2012 10:20:12 -0000 >Number: 169195 >Category: ports >Synopsis: www/habari: Update to version 0.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 18 10:20:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Neil Darlow >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD bumblebee.darlow.co.uk 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Wed Jun 13 12:45:05 BST 2012 root@bumblebee.darlow.co.uk:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The attached patches update www/habari from 0.6.6 to 0.8. Changes - 1) Removal of php(4|5)-iconv dependency. iconv functions are not used by Habari although libiconv is a user-controlled dependency of php(4|5)-mbstring. 2) Addition of php(4|5)-hash and php(4|5)-json dependencies which are required. 3) Modifications to Makefile to accommodate source tarball layout changes. 4) Regenerated pkg-plist for source tarball changes and added @dirrmtry for user modifiable directories. 5) Addition of a patch to silence an array to string conversion warning in php-5.4+. >How-To-Repeat: N/A >Fix: A note is needed for /usr/ports/UPDATING - Please note that the Habari directory layout has changed between 0.6.6 and 0.8. User provided locales, plugins and themes now go into the 'user' directory and the 3rdparty directory is deprecated. Please relocate anything you may have in 3rdparty and delete that directory. New patch -> www/habari/files/patch-system__classes__theme.php --- system/classes/theme.php.orig 2011-12-13 05:22:28.000000000 +0000 +++ system/classes/theme.php 2012-06-18 10:24:39.000000000 +0100 @@ -90,7 +90,7 @@ public function info() { - $xml_file = $this->theme_dir . '/theme.xml'; + $xml_file = end( $this->theme_dir ) . '/theme.xml'; if(!file_exists($xml_file)) { return new SimpleXMLElement(' Build file patches -> diff -ur www/habari.orig/Makefile www/habari/Makefile --- www/habari.orig/Makefile 2011-02-27 13:04:36.000000000 +0000 +++ www/habari/Makefile 2012-06-18 10:22:35.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= habari -PORTVERSION= 0.6.6 +PORTVERSION= 0.8 CATEGORIES= www MASTER_SITES= http://habariproject.org/dist/ \ http://launchpadlibrarian.net/60087200/ @@ -15,7 +15,7 @@ COMMENT= Next-generation free software blogging platform USE_ZIP= yes -USE_PHP= pdo pcre simplexml session tokenizer iconv mbstring +USE_PHP= hash json mbstring pcre pdo session simplexml tokenizer WANT_PHP_WEB= yes NO_BUILD= yes @@ -41,15 +41,20 @@ IGNORE= please choose the type of database .endif +post-patch: +.for f in doc/index.html user/cache/.gitignore + ${RM} ${WRKSRC}/${f} +.endfor + do-install: @${MKDIR} ${WWWDIR} ${INSTALL_DATA} ${WRKSRC}/index.php ${WWWDIR} -.for f in 3rdparty scripts system user +.for f in system user @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} ${WWWDIR}) .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for f in LICENCE NOTICE doc/MIT.txt doc/Tiddlywiki_License.txt +.for f in LICENSE NOTICE README.md doc/MIT.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} manual ${DOCSDIR}) diff -ur www/habari.orig/distinfo www/habari/distinfo --- www/habari.orig/distinfo 2011-02-27 13:04:36.000000000 +0000 +++ www/habari/distinfo 2012-06-18 10:22:35.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (habari-0.6.6.zip) = 037f74f59f617a52a04e07f3e07ecf7c47f9e059c533fe9faa349dea9a51b724 -SIZE (habari-0.6.6.zip) = 1296088 +SHA256 (habari-0.8.zip) = 33f593204d230bbe7b4c7681f3efe0ed50916ec74db3965b46a157eb5b3e7855 +SIZE (habari-0.8.zip) = 3173943 Only in www/habari: files diff -ur www/habari.orig/pkg-plist www/habari/pkg-plist --- www/habari.orig/pkg-plist 2011-02-27 13:04:36.000000000 +0000 +++ www/habari/pkg-plist 2012-06-18 10:22:35.000000000 +0100 @@ -1,52 +1,32 @@ -%%PORTDOCS%%%%DOCSDIR%%/LICENCE -%%PORTDOCS%%%%DOCSDIR%%/MIT.txt -%%PORTDOCS%%%%DOCSDIR%%/NOTICE -%%PORTDOCS%%%%DOCSDIR%%/Tiddlywiki_License.txt -%%PORTDOCS%%%%DOCSDIR%%/manual/create_entry.jpg -%%PORTDOCS%%%%DOCSDIR%%/manual/create_new_ticket.jpg -%%PORTDOCS%%%%DOCSDIR%%/manual/dashboard_with_modules.jpg -%%PORTDOCS%%%%DOCSDIR%%/manual/group.jpg -%%PORTDOCS%%%%DOCSDIR%%/manual/index.html -%%PORTDOCS%%%%DOCSDIR%%/manual/manage_comments.jpg -%%PORTDOCS%%%%DOCSDIR%%/manual/manage_plugins.jpg -%%PORTDOCS%%%%DOCSDIR%%/manual/manage_posts.jpg -%%PORTDOCS%%%%DOCSDIR%%/manual/manage_tags.jpg -%%PORTDOCS%%%%DOCSDIR%%/manual/manage_themes.jpg -%%PORTDOCS%%%%DOCSDIR%%/manual/notagsposts.PNG -%%PORTDOCS%%%%DOCSDIR%%/manual/options.jpg -%%PORTDOCS%%%%DOCSDIR%%/manual/timeline.jpg -%%WWWDIR%%/3rdparty/blueprint/ie.css -%%WWWDIR%%/3rdparty/blueprint/plugins/fancy-type/readme.txt -%%WWWDIR%%/3rdparty/blueprint/plugins/fancy-type/screen.css -%%WWWDIR%%/3rdparty/blueprint/print.css -%%WWWDIR%%/3rdparty/blueprint/screen.css -%%WWWDIR%%/3rdparty/blueprint/src/forms.css -%%WWWDIR%%/3rdparty/blueprint/src/grid.css -%%WWWDIR%%/3rdparty/blueprint/src/grid.png -%%WWWDIR%%/3rdparty/blueprint/src/ie.css -%%WWWDIR%%/3rdparty/blueprint/src/print.css -%%WWWDIR%%/3rdparty/blueprint/src/reset.css -%%WWWDIR%%/3rdparty/blueprint/src/typography.css -%%WWWDIR%%/3rdparty/hotkeys/jquery.hotkeys.js -%%WWWDIR%%/3rdparty/humanmsg/humanmsg.css -%%WWWDIR%%/3rdparty/humanmsg/humanmsg.js %%WWWDIR%%/index.php -%%WWWDIR%%/scripts/crc32.js -%%WWWDIR%%/scripts/index.html -%%WWWDIR%%/scripts/jquery.color.js -%%WWWDIR%%/scripts/jquery.js -%%WWWDIR%%/scripts/ui.core.js -%%WWWDIR%%/scripts/ui.resizable.js -%%WWWDIR%%/scripts/ui.slider.js -%%WWWDIR%%/scripts/ui.sortable.js -%%WWWDIR%%/scripts/ui.tabs.js +%%WWWDIR%%/system/README.md %%WWWDIR%%/system/admin/blank.php +%%WWWDIR%%/system/admin/block_areas.php +%%WWWDIR%%/system/admin/block_configure.php +%%WWWDIR%%/system/admin/block_instances.php %%WWWDIR%%/system/admin/comment.overview.php %%WWWDIR%%/system/admin/comment.php %%WWWDIR%%/system/admin/comments.php %%WWWDIR%%/system/admin/comments_items.php %%WWWDIR%%/system/admin/css/admin.css %%WWWDIR%%/system/admin/css/ie.css +%%WWWDIR%%/system/admin/css/images/ui-bg_flat_0_aaaaaa_40x100.png +%%WWWDIR%%/system/admin/css/images/ui-bg_flat_75_ffffff_40x100.png +%%WWWDIR%%/system/admin/css/images/ui-bg_glass_55_fbf9ee_1x400.png +%%WWWDIR%%/system/admin/css/images/ui-bg_glass_65_ffffff_1x400.png +%%WWWDIR%%/system/admin/css/images/ui-bg_glass_75_dadada_1x400.png +%%WWWDIR%%/system/admin/css/images/ui-bg_glass_75_e6e6e6_1x400.png +%%WWWDIR%%/system/admin/css/images/ui-bg_glass_75_ffffff_1x400.png +%%WWWDIR%%/system/admin/css/images/ui-bg_glass_95_fef1ec_1x400.png +%%WWWDIR%%/system/admin/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png +%%WWWDIR%%/system/admin/css/images/ui-bg_inset-soft_95_fef1ec_1x100.png +%%WWWDIR%%/system/admin/css/images/ui-icons_222222_256x240.png +%%WWWDIR%%/system/admin/css/images/ui-icons_2e83ff_256x240.png +%%WWWDIR%%/system/admin/css/images/ui-icons_454545_256x240.png +%%WWWDIR%%/system/admin/css/images/ui-icons_888888_256x240.png +%%WWWDIR%%/system/admin/css/images/ui-icons_cd0a0a_256x240.png +%%WWWDIR%%/system/admin/css/jqueryui.css +%%WWWDIR%%/system/admin/css/token-input.css %%WWWDIR%%/system/admin/dash_additem.php %%WWWDIR%%/system/admin/dash_status.php %%WWWDIR%%/system/admin/dashboard.php @@ -57,9 +37,11 @@ %%WWWDIR%%/system/admin/formcontrols/admincontrol_submit.php %%WWWDIR%%/system/admin/formcontrols/admincontrol_text.php %%WWWDIR%%/system/admin/formcontrols/admincontrol_textarea.php +%%WWWDIR%%/system/admin/formcontrols/formcontrol_button.php %%WWWDIR%%/system/admin/formcontrols/formcontrol_checkbox.php %%WWWDIR%%/system/admin/formcontrols/formcontrol_checkboxes.php %%WWWDIR%%/system/admin/formcontrols/formcontrol_fieldset.php +%%WWWDIR%%/system/admin/formcontrols/formcontrol_file.php %%WWWDIR%%/system/admin/formcontrols/formcontrol_form.php %%WWWDIR%%/system/admin/formcontrols/formcontrol_password.php %%WWWDIR%%/system/admin/formcontrols/formcontrol_radio.php @@ -70,11 +52,14 @@ %%WWWDIR%%/system/admin/formcontrols/formcontrol_text.php %%WWWDIR%%/system/admin/formcontrols/formcontrol_textarea.php %%WWWDIR%%/system/admin/formcontrols/formcontrol_textmulti.php +%%WWWDIR%%/system/admin/formcontrols/formcontrol_tree.php %%WWWDIR%%/system/admin/formcontrols/formcontrol_wrapper.php %%WWWDIR%%/system/admin/formcontrols/optionscontrol_checkbox.php +%%WWWDIR%%/system/admin/formcontrols/optionscontrol_password.php %%WWWDIR%%/system/admin/formcontrols/optionscontrol_select.php %%WWWDIR%%/system/admin/formcontrols/optionscontrol_submit.php %%WWWDIR%%/system/admin/formcontrols/optionscontrol_text.php +%%WWWDIR%%/system/admin/formcontrols/optionscontrol_textarea.php %%WWWDIR%%/system/admin/formcontrols/tabcontrol_checkbox.php %%WWWDIR%%/system/admin/formcontrols/tabcontrol_select.php %%WWWDIR%%/system/admin/formcontrols/tabcontrol_tag.php @@ -84,6 +69,7 @@ %%WWWDIR%%/system/admin/groups.php %%WWWDIR%%/system/admin/groups_item.php %%WWWDIR%%/system/admin/header.php +%%WWWDIR%%/system/admin/images/4way.png %%WWWDIR%%/system/admin/images/arrowdown.png %%WWWDIR%%/system/admin/images/arrowright.png %%WWWDIR%%/system/admin/images/button_background.png @@ -95,6 +81,7 @@ %%WWWDIR%%/system/admin/images/habari-logo.png %%WWWDIR%%/system/admin/images/help_icon.png %%WWWDIR%%/system/admin/images/help_icon_over.png +%%WWWDIR%%/system/admin/images/index.php %%WWWDIR%%/system/admin/images/loginbg.png %%WWWDIR%%/system/admin/images/loupebg.png %%WWWDIR%%/system/admin/images/loupehandle.png @@ -110,6 +97,9 @@ %%WWWDIR%%/system/admin/images/silo-mediabg.png %%WWWDIR%%/system/admin/images/spin.gif %%WWWDIR%%/system/admin/images/tabsbg.png +%%WWWDIR%%/system/admin/images/trash.png +%%WWWDIR%%/system/admin/images/treehandle.png +%%WWWDIR%%/system/admin/images/warning.png %%WWWDIR%%/system/admin/import.php %%WWWDIR%%/system/admin/index.php %%WWWDIR%%/system/admin/js/admin.js @@ -117,7 +107,9 @@ %%WWWDIR%%/system/admin/login.php %%WWWDIR%%/system/admin/logs.php %%WWWDIR%%/system/admin/logs_items.php +%%WWWDIR%%/system/admin/navigator.php %%WWWDIR%%/system/admin/options.php +%%WWWDIR%%/system/admin/plugin.php %%WWWDIR%%/system/admin/plugins.php %%WWWDIR%%/system/admin/posts.php %%WWWDIR%%/system/admin/posts_items.php @@ -125,18 +117,18 @@ %%WWWDIR%%/system/admin/sysinfo.php %%WWWDIR%%/system/admin/tag_collection.php %%WWWDIR%%/system/admin/tags.php +%%WWWDIR%%/system/admin/theme.xml %%WWWDIR%%/system/admin/themes.php %%WWWDIR%%/system/admin/timeline_items.php %%WWWDIR%%/system/admin/user.php %%WWWDIR%%/system/admin/users.php %%WWWDIR%%/system/admin/users_items.php +%%WWWDIR%%/system/autoload.php %%WWWDIR%%/system/classes/acl.php -%%WWWDIR%%/system/classes/actionhandler.php -%%WWWDIR%%/system/classes/adminhandler.php -%%WWWDIR%%/system/classes/ajaxhandler.php +%%WWWDIR%%/system/classes/ajaxresponse.php %%WWWDIR%%/system/classes/apccache.php -%%WWWDIR%%/system/classes/atomhandler.php %%WWWDIR%%/system/classes/bitmask.php +%%WWWDIR%%/system/classes/block.php %%WWWDIR%%/system/classes/cache.php %%WWWDIR%%/system/classes/colorutils.php %%WWWDIR%%/system/classes/comment.php @@ -151,9 +143,9 @@ %%WWWDIR%%/system/classes/db.php %%WWWDIR%%/system/classes/error.php %%WWWDIR%%/system/classes/eventlog.php -%%WWWDIR%%/system/classes/feedbackhandler.php %%WWWDIR%%/system/classes/filecache.php %%WWWDIR%%/system/classes/format.php +%%WWWDIR%%/system/classes/formstorage.php %%WWWDIR%%/system/classes/formui.php %%WWWDIR%%/system/classes/habaridatetime.php %%WWWDIR%%/system/classes/habarilocale.php @@ -165,7 +157,6 @@ %%WWWDIR%%/system/classes/infoobject.php %%WWWDIR%%/system/classes/inforecords.php %%WWWDIR%%/system/classes/inputfilter.php -%%WWWDIR%%/system/classes/installhandler.php %%WWWDIR%%/system/classes/iscontent.php %%WWWDIR%%/system/classes/logentry.php %%WWWDIR%%/system/classes/media.php @@ -176,7 +167,6 @@ %%WWWDIR%%/system/classes/options.php %%WWWDIR%%/system/classes/pluggable.php %%WWWDIR%%/system/classes/plugin.php -%%WWWDIR%%/system/classes/pluginhandler.php %%WWWDIR%%/system/classes/plugins.php %%WWWDIR%%/system/classes/post.php %%WWWDIR%%/system/classes/postinfo.php @@ -191,13 +181,15 @@ %%WWWDIR%%/system/classes/session.php %%WWWDIR%%/system/classes/singleton.php %%WWWDIR%%/system/classes/site.php -%%WWWDIR%%/system/classes/smartyengine.php %%WWWDIR%%/system/classes/socketrequestprocessor.php %%WWWDIR%%/system/classes/stack.php %%WWWDIR%%/system/classes/superglobal.php %%WWWDIR%%/system/classes/tag.php %%WWWDIR%%/system/classes/tags.php %%WWWDIR%%/system/classes/templateengine.php +%%WWWDIR%%/system/classes/term.php +%%WWWDIR%%/system/classes/terminfo.php +%%WWWDIR%%/system/classes/terms.php %%WWWDIR%%/system/classes/theme.php %%WWWDIR%%/system/classes/themes.php %%WWWDIR%%/system/classes/update.php @@ -206,13 +198,12 @@ %%WWWDIR%%/system/classes/user.php %%WWWDIR%%/system/classes/usergroup.php %%WWWDIR%%/system/classes/usergroups.php -%%WWWDIR%%/system/classes/userhandler.php %%WWWDIR%%/system/classes/userinfo.php %%WWWDIR%%/system/classes/users.php -%%WWWDIR%%/system/classes/userthemehandler.php %%WWWDIR%%/system/classes/utils.php %%WWWDIR%%/system/classes/uuid.php %%WWWDIR%%/system/classes/version.php +%%WWWDIR%%/system/classes/vocabulary.php %%WWWDIR%%/system/classes/xmlrpcbinary.php %%WWWDIR%%/system/classes/xmlrpcclient.php %%WWWDIR%%/system/classes/xmlrpcdate.php @@ -220,7 +211,27 @@ %%WWWDIR%%/system/classes/xmlrpcserver.php %%WWWDIR%%/system/classes/xmlrpcstruct.php %%WWWDIR%%/system/classes/xmlrpcutils.php -%%WWWDIR%%/system/index.html +%%WWWDIR%%/system/handlers/actionhandler.php +%%WWWDIR%%/system/handlers/admincommentshandler.php +%%WWWDIR%%/system/handlers/admindashboardhandler.php +%%WWWDIR%%/system/handlers/admingroupshandler.php +%%WWWDIR%%/system/handlers/adminhandler.php +%%WWWDIR%%/system/handlers/adminimportdminlogshandler.php +%%WWWDIR%%/system/handlers/adminoptionshandler.php +%%WWWDIR%%/system/handlers/adminpluginshandler.php +%%WR%%/system/handlers/adminpostshandler.php +%%WWWDIR%%/system/handlers/admintagshandler.php +%%WWWDIR%%/system/handlers/adminthemusershandler.php +%%WWWDIR%%/system/handlers/ajaxhandler.php +%%WWWDIR%%/system/handlers/atomhandler.php +%%WWWDIR%%/system/handkhandler.php +%%WWWDIR%%/system/handlers/installhandler.php +%%WWWDIR%%/system/handlers/pluginhandler.php +%%WWWDIR%%/system/han%%/system/handlers/userthemehandler.php +%%WWWDIR%%/system/index.php %%WWWDIR%%/system/installer/config.php %%WWWDIR%%/system/IR%%/system/installer/footer.php @@ -230,12 +241,11 @@ %%WWWDIR%%/system/installer/images/boxmiddle.png %%WWWDIR%%/system/inst%%WWWDIR%%/system/installer/images/fail.png +%%WWWDIR%%/system/installer/images/index.php %%WWWDIR%%/system/installer/images/intaller/images/install-step_done.png %%WWWDIR%%/system/installer/images/install-step_h2.png %%WWWDIR%%/system/installer/images/%WWWDIR%%/system/installer/images/install-step_h2_help-me.png -%%WWWDIR%%/system/installer/images/install-step_h2_help-me_over.per/images/next-section.png %%WWWDIR%%/system/installer/images/ok.png %%WWWDIR%%/system/installer/images/options.png @@ -251,32system/installer/sqlite.php %%WWWDIR%%/system/installer/style.css %%WWWDIR%%/system/installer/theme.php -%%WWWDIR%%/system/locDIR%%/system/installer/theme.xml %%WWWDIR%%/system/locale/da/LC_MESSAGES/habari.mo %%WWWDIR%%/system/locale/de/LC_MESSAGES/habe/en-gb/LC_MESSAGES/habari.mo %%WWWDIR%%/system/locale/en-us/LC_MESSAGES/habari.mo +%%WWWDIR%%/system/locale/en-us/LC_MESSAGES/ale/es/LC_MESSAGES/habari.mo %%WWWDIR%%/system/locale/fr/LC_MESSAGES/habari.mo %%WWWDIR%%/system/locale/habari.pot %%WWWDIR%%%WWWDIR%%/system/locale/it/LC_MESSAGES/habari.mo %%WWWDIR%%/system/locale/ja/LC_MESSAGES/habari.mo -%%WWWDIR%%/system/locale/pl%%/system/locale/pt/LC_MESSAGES/habari.mo -%%WWWDIR%%/system/locale/zh-cn/LC_MESSAGES/habari.mo +%%WWWDIR%%/system/locale/ru/LC_system/locale/zh-tw/LC_MESSAGES/habari.mo +%%WWWDIR%%/system/plugins/autop/autop.plugin.php +%%WWWDIR%%/system/plugins/autop/autugins/coreblocks/block.dropdown.monthly_archives.php +%%WWWDIR%%/system/plugins/coreblocks/block.dropdown.tag_archives.php +%%WWeblocks/block.meta_links.php +%%WWWDIR%%/system/plugins/coreblocks/block.monthly_archives.php +%%WWWDIR%%/system/plugins/coreblo%%WWWDIR%%/system/plugins/coreblocks/block.recent_posts.php +%%WWWDIR%%/system/plugins/coreblocks/block.search_form.php +%%WWWDIs/block.tag_archives.php +%%WWWDIR%%/system/plugins/coreblocks/block.text.php +%%WWWDIR%%/system/plugins/coreblocks/coreblocks.p%/system/plugins/coreblocks/coreblocks.plugin.xml +%%WWWDIR%%/system/plugins/coredashmodules/coredashmodules.css %%WWWDIR%%/sysp %%WWWDIR%%/system/plugins/coredashmodules/coredashmodules.plugin.xml %%WWWDIR%%/system/plugins/coredashmodules/dash_latestcomments.php %%WWWDIR%%/system/plugins/coredashmodules/dash_latestentries.php %%WWWDIR%%/system/plugins/coredashmodules/dash_log%/system/plugins/flickrsilo/flickrsilo.plugin.php %%WWWDIR%%/system/plugins/flickrsilo/flickrsilo.plugin.xml %%WWWDIR%%/systemn.png %%WWWDIR%%/system/plugins/habarisilo/habarisilo.plugin.php %%WWWDIR%%/system/plugins/habarisilo/habarisilo.plugin.xml %arisilo/icon.png +%%WWWDIR%%/system/plugins/habarisilo/icons/application.png +%%WWWDIR%%/system/plugins/habarisilo/icons/applicam/plugins/habarisilo/icons/application_x_zip.png +%%WWWDIR%%/system/plugins/habarisilo/icons/application_zip.png +%%WWWDIR%%/syspng +%%WWWDIR%%/system/plugins/habarisilo/icons/default.png +%%WWWDIR%%/system/plugins/habarisilo/icons/image.png +%%WWWDIR%%/syxt.png +%%WWWDIR%%/system/plugins/habarisilo/icons/text_html.png +%%WWWDIR%%/system/plugins/habarisilo/icons/video.png %%WWWDIRml %%WWWDIR%%/system/plugins/pingback/pingback.plugin.php %%WWWDIR%%/system/plugins/pingback/pingback.plugin.xml @@ -284,8 +31/plugins/simple_private_posts/simple_private_posts.plugin.xml %%WWWDIR%%/system/plugins/spamchecker/spamchecker.plugin.php %%Wer/spamchecker.plugin.xml -%%WWWDIR%%/system/plugins/themehelper/themehelper.plugin.php -%%WWWDIR%%/system/plugins/themehelper/tsystem/plugins/undelete/undelete.css %%WWWDIR%%/system/plugins/undelete/undelete.plugin.php %%WWWDIR%%/system/plugins/undelete@@ %%WWWDIR%%/system/schema/mysql/upgrades/post/1377.sql %%WWWDIR%%/system/schema/mysql/upgrades/post/2951.sql %%WWWDIR%%/sys/post/3249.sql +%%WWWDIR%%/system/schema/mysql/upgrades/post/4785.sql %%WWWDIR%%/system/schema/mysql/upgrades/pre/2264.sql %%Wql/config.php %%WWWDIR%%/system/schema/pgsql/connection.php @@ -312,10 +344,12 @@ %%WWWDIR%%/system/schema/sqlite/schema.sql a/sqlite/upgrades/pre/2264.sql %%WWWDIR%%/system/themes/charcoal/404.php +%%WWWDIR%%/system/themes/charcoal/block.charcoal_menuhp %%WWWDIR%%/system/themes/charcoal/commentform.php %%WWWDIR%%/system/themes/charcoal/comments.php %%WWWDIR%%/system/themes/rcoal/entry.single.php %%WWWDIR%%/system/themes/charcoal/footer.php +%%WWWDIR%%/system/themes/charcoal/formcontrol_text.php %%/charcoal/header.php %%WWWDIR%%/system/themes/charcoal/home.php %%WWWDIR%%/system/themes/charcoal/ie.css @@ -352,59 +386,13 @@themes/charcoal/scripts/jquery.pngfix.js %%WWWDIR%%/system/themes/charcoal/search.php %%WWWDIR%%/system/themes/charcoal/searchp +%%WWWDIR%%/system/themes/charcoal/sidebar.blockwrapper.php %%WWWDIR%%/system/themes/charcoal/sidebar.php %%WWWDIR%%/system/s/charcoal/style.css %%WWWDIR%%/system/themes/charcoal/tag.php %%WWWDIR%%/system/themes/charcoal/taglist.php %%WWWDIR%%/systeWWDIR%%/system/themes/charcoal/theme.xml -%%WWWDIR%%/system/themes/k2/404.php -%%WWWDIR%%/system/themes/k2/commentform.php -%%WWstem/themes/k2/comments.php -%%WWWDIR%%/system/themes/k2/db_profiling.php -%%WWWDIR%%/system/themes/k2/entry.multiple.php -%%WWWphp -%%WWWDIR%%/system/themes/k2/footer.php -%%WWWDIR%%/system/themes/k2/header.php -%%WWWDIR%%/system/themes/k2/home.php -%%WWWk2/images/arrow_refresh.png -%%WWWDIR%%/system/themes/k2/images/book_next.png -%%WWWDIR%%/system/themes/k2/images/book_previous.IR%%/system/themes/k2/images/bug.png -%%WWWDIR%%/system/themes/k2/images/calendar.png -%%WWWDIR%%/system/themes/k2/images/commen/k2/images/comment_edit.png -%%WWWDIR%%/system/themes/k2/images/defaultgravatar.jpg -%%WWWDIR%%/system/themes/k2/images/elaindichemes/k2/images/exclamation.png -%%WWWDIR%%/system/themes/k2/images/favorite.gif -%%WWWDIR%%/system/themes/k2/images/feed.png -%mages/feedicon.gif -%%WWWDIR%%/system/themes/k2/images/feedicon16px.png -%%WWWDIR%%/system/themes/k2/images/heart.png -%%WWWDIR%png -%%WWWDIR%%/system/themes/k2/images/navarrow.gif -%%WWWDIR%%/system/themes/k2/images/pencil.png -%%WWWDIR%%/system/themes/k2 -%%WWWDIR%%/system/themes/k2/images/reset-fff.png -%%WWWDIR%%/system/themes/k2/images/sliderbgleft.png -%%WWWDIR%%/system/themes/k2/images/sliderbgright.png -%%WWWDIR%%/system/themes/k2/images/sliderhandle.png -%%WWWDIR%%/system/themes/k2/images/spinner.g -%%WWWDIR%%/system/themes/k2/images/tag_blue.png -%%WWWDIR%%/system/themes/k2/images/time.png -%%WWWDIR%%/system/themes/k2/imag%%WWWDIR%%/system/themes/k2/page.single.php -%%WWWDIR%%/system/themes/k2/screenshot.png -%%WWWDIR%%/system/themes/k2/search.php /k2/searchform.php -%%WWWDIR%%/system/themes/k2/sidebar.php -%%WWWDIR%%/system/themes/k2/style.css -%%WWWDIR%%/system/themes/k2/ -%%WWWDIR%%/system/themes/k2/theme.php -%%WWWDIR%%/system/themes/k2/theme.xml %%WWWDIR%%/system/themes/mzingi/404.php %%WWWDI/system/themes/mzingi/commentform.php %%WWWDIR%%/system/themes/mzingi/entry.multiple.php @@ -420,99 +408,162 @@ %%WWWDIR%%/syshemes/mzingi/screenshot.png %%WWWDIR%%/system/themes/mzingi/search.php %%WWWDIR%%/system/themes/mzingi/searchform.php +%%WWWDIsystem/themes/mzingi/sidebar.blockwrapper.php %%WWWDIR%%/system/themes/mzingi/sidebar.php %%WWWDIR%%/system/themes/mzingi/stylWWDIR%%/system/themes/mzingi/tag.php %%WWWDIR%%/system/themes/mzingi/theme.php %%WWWDIR%%/system/themes/mzingi/theme.xml +%%WWR%%/system/vendor/blueprint/ie.css +%%WWWDIR%%/system/vendor/blueprint/plugins/buttons/icons/cross.png +%%WWWDIR%%/system/vendorg +%%WWWDIR%%/system/vendor/blueprint/plugins/buttons/icons/tick.png +%%WWWDIR%%/system/vendor/blueprint/plugins/buttons/readme.WWDIR%%/system/vendor/blueprint/plugins/buttons/screen.css +%%WWWDIR%%/system/vendor/blueprint/plugins/fancy-type/readme.txt +%%%%/system/vendor/blueprint/plugins/fancy-type/screen.css +%%WWWDIR%%/system/vendor/blueprint/plugins/link-icons/icons/doc.png +%/system/vendor/blueprint/plugins/link-icons/icons/email.png +%%WWWDIR%%/system/vendor/blueprint/plugins/link-icons/icons/externaystem/vendor/blueprint/plugins/link-icons/icons/im.png +%%WWWDIR%%/system/vendor/blueprint/plugins/link-icons/icons/pdf.png +%%Wcons/visited.png +%%WWWDIR%%/system/vendor/blueprint/plugins/link-icons/icons/xls.png +%%WWWDIR%%/system/vendor/blueprint/plugineen.css +%%WWWDIR%%/system/vendor/blueprint/plugins/rtl/readme.txt +%%WWWDIR%%/system/vendor/blueprint/plugins/rtl/screen.css +%%WWWDIR%%/system/vendor/blueprint/print.css +%%WWWDIR%%/system/vendor/blueprint/screen.css +%%WWWDIR%%/system/vendor/blueprint/sWWWDIR%%/system/vendor/blueprint/src/reset.css +%%WWWDIR%%/system/vendor/blueprint/src/typography.css +%%WWWDIR%%/system/vendor/crc32.js +%%WWWDIR%%/system/vendor/humanmsg/humanmsg.css +%%WWWDIR%%/system/vendor/humanmsg/humanmsg.js +%%WWWDIR%%/system/vendodor/jquery.hotkeys.js +%%WWWDIR%%/system/vendor/jquery.js +%%WWWDIR%%/system/vendor/jquery.tokeninput.js +%%WWWDIR%%/system/vendjquery.ui.nestedSortable.js +%%WWWDIR%%/system/vendor/multicomplete.js %%WWWDIR%%/user/cache/.htaccess +%%WWWDIR%%/user/cache/i%/user/classes/index.html %%WWWDIR%%/user/index.html %%WWWDIR%%/user/locale/index.html %%WWWDIR%%/user/plugins/index.html %%ml -@dirrm %%WWWDIR%%/user/themes -@dirrm %%WWWDIR%%/user/plugins -@dirrm %%WWWDIR%%/user/locale -@dirrm %%WWWDIR%%/user/classesm %%WWWDIR%%/user -@dirrm %%WWWDIR%%/system/themes/mzingi -@dirrm %%WWWDIR%%/system/themes/k2/images/headers -@dirrm %%WWWDIR%%/%%WWWDIR%%/system/themes/k2 -@dirrm %%WWWDIR%%/system/themes/charcoal/scripts -@dirrm %%WWWDIR%%/system/themes/charcoal/images -R%%/system/themes/charcoal -@dirrm %%WWWDIR%%/system/themes -@dirrm %%WWWDIR%%/system/schema/sqlite/upgrades/pre -@dirrm %%WWWDIdes/post -@dirrm %%WWWDIR%%/system/schema/sqlite/upgrades -@dirrm %%WWWDIR%%/system/schema/sqlite -@dirrm %%WWWDIR%%/system/scheWWDIR%%/system/schema/pgsql/upgrades/post -@dirrm %%WWWDIR%%/system/schema/pgsql/upgrades -@dirrm %%WWWDIR%%/system/schema/pgsqlsql/upgrades/pre +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/MIT.txt +%%PORTDOCS%%%%DOCSDIR%%/NOTICE +%%PORTDOCS%%R%%/manual/create_entry.jpg +%%PORTDOCS%%%%DOCSDIR%%/manual/create_new_issue.jpg +%%PORTDOCS%%%%DOCSDIR%%/manual/dashboard_with_modules.jpg +%%PORTDOCS%%%%DOCSDIR%%/manual/developer.html +%%PORTDOCS%%%%DOCSDIR%%/manual/group.jpg +%%PORTDOCS%%%%DOCSDIR%%/manual/help.html +%%PORTDOCS%%%%DOCSDIR%%/manual/index.html +%%PORTDOCS%%%%DOCSDIR%%/manual/installation.html +%%PORTDOCS%%%%DOCSDual/manage_comments.jpg +%%PORTDOCS%%%%DOCSDIR%%/manual/manage_plugins.jpg +%%PORTDOCS%%%%DOCSDIR%%/manual/manage_posts.jpg +%%P%%DOCSDIR%%/manual/manage_tags.jpg +%%PORTDOCS%%%%DOCSDIR%%/manual/manage_themes.jpg +%%PORTDOCS%%%%DOCSDIR%%/manual/new.html +%RTDOCS%%%%DOCSDIR%%/manual/notagsposts.PNG +%%PORTDOCS%%%%DOCSDIR%%/manual/options.jpg +%%PORTDOCS%%%%DOCSDIR%%/manual/style.cssS%%%%DOCSDIR%%/manual/terms.html +%%PORTDOCS%%%%DOCSDIR%%/manual/timeline.jpg +%%PORTDOCS%%%%DOCSDIR%%/manual/upgrading.html +%%/manual/using.html +@dirrm %%WWWDIR%%/system/admin/css/images +@dirrm %%WWWDIR%%/system/admin/css +@dirrm %%WWWDIR%%/system/admiystem/admin/images +@dirrm %%WWWDIR%%/system/admin/js +@dirrm %%WWWDIR%%/system/admin +@dirrm %%WWWDIR%%/system/classes +@dirrm /system/handlers +@dirrm %%WWWDIR%%/system/installer/images +@dirrm %%WWWDIR%%/system/installer +@dirrm %%WWWDIR%%/system/localem %%WWWDIR%%/system/locale/da +@dirrm %%WWWDIR%%/system/locale/de/LC_MESSAGES +@dirrm %%WWWDIR%%/system/locale/de +@dirrm %%WWWDC_MESSAGES +@dirrm %%WWWDIR%%/system/locale/en-us +@dirrm %%WWWDIR%%/system/locale/es/LC_MESSAGES +@dirrm %%WWWDIR%%/system/loca/fr +@dirrm %%WWWDIR%%/system/locale/it/LC_MESSAGES +@dirrm %%WWWDIR%%/system/locale/it +@dirrm %%WWWDIR%%/system/locale/ja/LC_MESSAGES +@dirrm %%WWWDIR%%/system/locale/ja +@dirrm %%WWWDIR%%/system/locale/ru/LC_MESSAGES +@dirrm %%WWWDIR%%/system/locale/ru @dirrm %%WWWDIR%%/system/locale/zh-tw/LC_MESSAGES +@dirrm %%WWWDIR%%/system/locale/zh-tw +@dirrm %%WWWDIR%%/system/locale +@dirrm/plugins/autop +@dirrm %%WWWDIR%%/system/plugins/coreblocks +@dirrm %%WWWDIR%%/system/plugins/coredashmodules +@dirrm %%WWWDIR% +@dirrm %%WWWDIR%%/system/plugins/habarisilo/icons +@dirrm %%WWWDIR%%/system/plugins/habarisilo +@dirrm %%WWWDIR%%/system/plugi/system/plugins/simple_private_posts +@dirrm %%WWWDIR%%/system/plugins/spamchecker +@dirrm %%WWWDIR%%/system/plugins/undelete +@ins/viddlersilo +@dirrm %%WWWDIR%%/system/plugins/wpimport +@dirrm %%WWWDIR%%/system/plugins @dirrm %%WWWDIR%%/system/schema/myt +@dirrm %%WWWDIR%%/system/schema/mysql/upgrades/pre @dirrm %%WWWDIR%%/system/schema/mysql/upgrades @dirrm %%WWWDIR%%/system/ma/pgsql/upgrades/post +@dirrm %%WWWDIR%%/system/schema/pgsql/upgrades +@dirrm %%WWWDIR%%/system/schema/pgsql +@dirrm %%WWWDIR%%upgrades/pre +@dirrm %%WWWDIR%%/system/schema/sqlite/upgrades +@dirrm %%WWWDIR%%/system/schema/sqlite @dirrm %%WWWDIR%%/system/IR%%/system/plugins/wpimport -@dirrm %%WWWDIR%%/system/plugins/viddlersilo -@dirrm %%WWWDIR%%/system/plugins/undelete -@dirrm %%stem/plugins/spamchecker -@dirrm %%WWWDIR%%/system/plugins/simple_private_posts -@dirrm %%WWWDIR%%/system/plugins/pingback -@dirrm %%WWWDIR%%/system/plugins/habarisilo -@dirrm %%WWWDIR%%/system/plugins/flickrsilo -@dirrm %%WWWDIR%%/system/plugins/coredashmale/zh-tw/LC_MESSAGES -@dirrm %%WWWDIR%%/system/locale/zh-tw -@dirrm %%WWWDIR%%/system/locale/zh-cn/LC_MESSAGES -@dirrm %%WWWDIRrrm %%WWWDIR%%/system/locale/pt/LC_MESSAGES -@dirrm %%WWWDIR%%/system/locale/pt -@dirrm %%WWWDIR%%/system/locale/pl/LC_MESSAGES ESSAGES -@dirrm %%WWWDIR%%/system/locale/ja -@dirrm %%WWWDIR%%/system/locale/it/LC_MESSAGES -@dirrm %%WWWDIR%%/system/locale/it %/system/locale/fr/LC_MESSAGES -@dirrm %%WWWDIR%%/system/locale/fr -@dirrm %%WWWDIR%%/system/locale/es/LC_MESSAGES -@dirrm %%WWW/es -@dirrm %%WWWDIR%%/system/locale/en-us/LC_MESSAGES -@dirrm %%WWWDIR%%/system/locale/en-us -@dirrm %%WWWDIR%%/system/locale/errm %%WWWDIR%%/system/locale/en-gb -@dirrm %%WWWDIR%%/system/locale/de/LC_MESSAGES -@dirrm %%WWWDIR%%/system/locale/de -@dirrm %cale/da/LC_MESSAGES -@dirrm %%WWWDIR%%/system/locale/da -@dirrm %%WWWDIR%%/system/locale/ca/LC_MESSAGES -@dirrm %%WWWDIR%%/system/locale/ca -@dirrm %%WWWDIR%%/system/locale -@dirrm %%WWWDIR%%/system/installer/images -@dirrm %%WWWDIR%%/system/installer -@diDIR%%/system/admin/js -@dirrm %%WWWDIR%%/system/admin/images -@dirrm %%WWWDIR%%/system/admin/formcontrols -@dirrm %%WWWDIR%%/sysrrm %%WWWDIR%%/system/admin +@dirrm %%WWWDIR%%/system/themes/charcoal/images +@dirrm %%WWWDIR%%/system/themes/charcoal/scripts +ystem/themes/charcoal +@dirrm %%WWWDIR%%/system/themes/mzingi +@dirrm %%WWWDIR%%/system/themes +@dirrm %%WWWDIR%%/system/vendor/icons +@dirrm %%WWWDIR%%/system/vendor/blueprint/plugins/buttons +@dirrm %%WWWDIR%%/system/vendor/blueprint/plugins/fancy-type +ndor/blueprint/plugins/link-icons/icons +@dirrm %%WWWDIR%%/system/vendor/blueprint/plugins/link-icons +@dirrm %%WWWDIR%%/system/r/blueprint/plugins/rtl +@dirrm %%WWWDIR%%/system/vendor/blueprint/plugins +@dirrm %%WWWDIR%%/system/vendor/blueprint/src +@dirrWWWDIR%%/system/vendor/blueprint +@dirrm %%WWWDIR%%/system/vendor/humanmsg +@dirrm %%WWWDIR%%/system/vendor @dirrm %%WWWDIR%%/s -@dirrm %%WWWDIR%%/scripts -@dirrm %%WWWDIR%%/3rdparty/humanmsg -@dirrm %%WWWDIR%%/3rdparty/hotkeys -@dirrm %%WWWDIR%%/3rdpartyeprint/src -@dirrm %%WWWDIR%%/3rdparty/blueprint/plugins/fancy-type -@dirrm %%WWWDIR%%/3rdparty/blueprint/plugins -@dirrm %%WWWDrty/blueprint -@dirrm %%WWWDIR%%/3rdparty -@dirrm %%WWWDIR%% +@dirrmtry %%WWWDIR%%/user/cache +@dirrmtry %%WWWDIR%%/user/classesdirrmtry %%WWWDIR%%/user/locale +@dirrmtry %%WWWDIR%%/user/plugins +@dirrmtry %%WWWDIR%%/user/themes +@dirrmtry %%WWWDIR%%/user mtry %%WWWDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual %%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 10:20:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D34D21065670; Mon, 18 Jun 2012 10:20:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A5DF48FC15; Mon, 18 Jun 2012 10:20:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IAKOXA059894; Mon, 18 Jun 2012 10:20:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IAKOB1059890; Mon, 18 Jun 2012 10:20:24 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 10:20:24 GMT Message-Id: <201206181020.q5IAKOB1059890@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169194: [NEW PORT] net/py-port-for: Python utility and library that helps with TCP ports management 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: Mon, 18 Jun 2012 10:20:24 -0000 Synopsis: [NEW PORT] net/py-port-for: Python utility and library that helps with TCP ports management Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 10:20:24 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169194 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 10:20:31 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D817C1065673; Mon, 18 Jun 2012 10:20:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AC04F8FC1C; Mon, 18 Jun 2012 10:20:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IAKVVM060266; Mon, 18 Jun 2012 10:20:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IAKV4K060259; Mon, 18 Jun 2012 10:20:31 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 10:20:31 GMT Message-Id: <201206181020.q5IAKV4K060259@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169195: www/habari: Update to version 0.8 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: Mon, 18 Jun 2012 10:20:32 -0000 Synopsis: www/habari: Update to version 0.8 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 10:20:30 UTC 2012 Responsible-Changed-Why: tabthorpe@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169195 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 10:37:18 2012 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 E1BF51065672; Mon, 18 Jun 2012 10:37:18 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B4F3B8FC14; Mon, 18 Jun 2012 10:37:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IAbI8f079676; Mon, 18 Jun 2012 10:37:18 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IAbI9v079672; Mon, 18 Jun 2012 10:37:18 GMT (envelope-from rm) Date: Mon, 18 Jun 2012 10:37:18 GMT Message-Id: <201206181037.q5IAbI9v079672@freefall.freebsd.org> To: chifeng@gmail.com, rm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Cc: Subject: Re: ports/167943: [PATCH] fix warnings when compiling benchmarks/iozone 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: Mon, 18 Jun 2012 10:37:19 -0000 Synopsis: [PATCH] fix warnings when compiling benchmarks/iozone Responsible-Changed-From-To: freebsd-ports-bugs->rm Responsible-Changed-By: rm Responsible-Changed-When: Mon Jun 18 10:37:17 UTC 2012 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=167943 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 11:40:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 989721065694 for ; Mon, 18 Jun 2012 11:40:16 +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 8DDD48FC29 for ; Mon, 18 Jun 2012 11:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IBeE95043273 for ; Mon, 18 Jun 2012 11:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IBeE2B043272; Mon, 18 Jun 2012 11:40:14 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 11:40:14 GMT Resent-Message-Id: <201206181140.q5IBeE2B043272@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, Christopher Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECE6B1065670 for ; Mon, 18 Jun 2012 11:31:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D0D078FC12 for ; Mon, 18 Jun 2012 11:31:35 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5IBVZtR056696 for ; Mon, 18 Jun 2012 11:31:35 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5IBVZnA056692; Mon, 18 Jun 2012 11:31:35 GMT (envelope-from nobody) Message-Id: <201206181131.q5IBVZnA056692@red.freebsd.org> Date: Mon, 18 Jun 2012 11:31:35 GMT From: Christopher To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169196: xpdf-nox build fail 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: Mon, 18 Jun 2012 11:40:16 -0000 >Number: 169196 >Category: ports >Synopsis: xpdf-nox build fail >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 18 11:40:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Christopher >Release: 9.0 >Organization: >Environment: FreeBSD enigmathica.localdomain 9.0-RELEASE-p2 FreeBSD 9.0-RELEASE-p2 #0: Sat Jun 2 21:24:13 BST 2012 root@enigmathica.localdomain:/usr/obj/usr/src/sys/ENIGMATHICA i386 >Description: Have been unable to upgrade XPDF for a couple of months now. The build fails with "header" missing, the missing header appears to be ftbuild.h make[1]: Entering directory `/usr/ports/graphics/xpdf/work/xpdf-3.03/splash' c++ -O2 -pipe -fno-strict-aliasing -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -c Splash.cc c++ -O2 -pipe -fno-strict-aliasing -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -c SplashBitmap.cc c++ -O2 -pipe -fno-strict-aliasing -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -c SplashClip.cc c++ -O2 -pipe -fno-strict-aliasing -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -c SplashFTFont.cc SplashFTFont.cc:15:22: error: ft2build.h: No such file or directory SplashFTFont.cc:16:10: error: #include expects "FILENAME" or SplashFTFont.cc:17:10: error: #include expects "FILENAME" or SplashFTFont.cc:18:10: error: #include expects "FILENAME" or In file included from SplashFTFont.cc:24: SplashFTFontEngine.h:19:10: error: #include expects "FILENAME" or In file included from SplashFTFont.cc:25: SplashFTFontFile.h:19:10: error: #include expects "FILENAME" or In file included from SplashFTFont.cc:26: SplashFTFont.h:19:10: error: #include expects "FILENAME" or In file included from SplashFTFont.cc:24: SplashFTFontEngine.h:54: error: 'FT_Library' has not been declared SplashFTFontEngine.h:58: error: 'FT_Library' does not name a type In file included from SplashFTFont.cc:25: SplashFTFontFile.h:59: error: 'FT_Face' has not been declared SplashFTFontFile.h:64: error: 'FT_Face' does not name a type In file included from SplashFTFont.cc:26: SplashFTFont.h:50: error: 'FT_Size' does not name a type SplashFTFont.h:51: error: 'FT_Matrix' does not name a type SplashFTFont.h:52: error: 'FT_Matrix' does not name a type SplashFTFont.cc:30: error: expected ',' or '...' before '*' token SplashFTFont.cc:30: error: ISO C++ forbids declaration of 'FT_Vector' with no type SplashFTFont.cc:31: error: expected ',' or '...' before '*' token SplashFTFont.cc:31: error: ISO C++ forbids declaration of 'FT_Vector' with no type SplashFTFont.cc:32: error: expected ',' or '...' before '*' token SplashFTFont.cc:33: error: ISO C++ forbids declaration of 'FT_Vector' with no type SplashFTFont.cc:34: error: expected ',' or '...' before '*' token SplashFTFont.cc:35: error: ISO C++ forbids declaration of 'FT_Vector' with no type SplashFTFont.cc: In constructor 'SplashFTFont::SplashFTFont(SplashFTFontFile*, SplashCoord*, SplashCoord*)': SplashFTFont.cc:45: error: 'FT_Face' was not declared in this scope SplashFTFont.cc:45: error: expected `;' before 'face' SplashFTFont.cc:52: error: 'face' was not declared in this scope SplashFTFont.cc:52: error: 'class SplashFTFontFile' has no member named 'face' SplashFTFont.cc:53: error: 'sizeObj' was not declared in this scope SplashFTFont.cc:53: error: 'FT_New_Size' was not declared in this scope SplashFTFont.cc:56: error: 'sizeObj' was not declared in this scope SplashFTFont.cc:61: error: 'FT_Set_Pixel_Sizes' was not declared in this scope SplashFTFont.cc:197: error: 'matrix' was not declared in this scope SplashFTFont.cc:197: error: 'FT_Fixed' was not declared in this scope SplashFTFont.cc:201: error: 'textMatrix' was not declared in this scope SplashFTFont.cc: In member function 'virtual GBool SplashFTFont::makeGlyph(int, int, int, SplashGlyphBitmap*)': SplashFTFont.cc:219: error: 'FT_Vector' was not declared in this scope SplashFTFont.cc:219: error: expected `;' before 'offset' SplashFTFont.cc:220: error: 'FT_GlyphSlot' was not declared in this scope SplashFTFont.cc:220: error: expected `;' before 'slot' SplashFTFont.cc:221: error: 'FT_UInt' was not declared in this scope SplashFTFont.cc:221: error: expected `;' before 'gid' SplashFTFont.cc:222: error: 'FT_Int32' was not declared in this scope SplashFTFont.cc:222: error: expected `;' before 'flags' SplashFTFont.cc:229: error: 'class SplashFTFontFile' has no member named 'face' SplashFTFont.cc:229: error: 'sizeObj' was not declared in this scope SplashFTFont.cc:230: error: 'offset' was not declared in this scope SplashFTFont.cc:230: error: 'FT_Pos' was not declared in this scope SplashFTFont.cc:230: error: expected primary-expression before 'int' SplashFTFont.cc:232: error: 'class SplashFTFontFile' has no member named 'face' SplashFTFont.cc:232: error: 'matrix' was not declared in this scope SplashFTFont.cc:232: error: 'FT_Set_Transform' was not declared in this scope SplashFTFont.cc:233: error: 'slot' was not declared in this scope SplashFTFont.cc:233: error: 'class SplashFTFontFile' has no member named 'face' SplashFTFont.cc:236: error: 'gid' was not declared in this scope SplashFTFont.cc:236: error: expected `;' before 'ff' SplashFTFont.cc:238: error: 'gid' was not declared in this scope SplashFTFont.cc:238: error: expected `;' before 'c' SplashFTFont.cc:240: error: 'gid' was not declared in this scope SplashFTFont.cc:245: error: 'flags' was not declared in this scope SplashFTFont.cc:247: error: 'FT_LOAD_NO_BITMAP' was not declared in this scope SplashFTFont.cc:250: error: 'FT_LOAD_NO_HINTING' was not declared in this scope SplashFTFont.cc:257: error: 'FT_LOAD_NO_AUTOHINT' was not declared in this scope SplashFTFont.cc:261: error: 'FT_LOAD_TARGET_LIGHT' was not declared in this scope SplashFTFont.cc:263: error: 'class SplashFTFontFile' has no member named 'face' SplashFTFont.cc:263: error: 'gid' was not declared in this scope SplashFTFont.cc:263: error: 'FT_Load_Glyph' was not declared in this scope SplashFTFont.cc:266: error: 'FT_RENDER_MODE_NORMAL' was not declared in this scope SplashFTFont.cc:267: error: 'FT_RENDER_MODE_MONO' was not declared in this scope SplashFTFont.cc:267: error: 'FT_Render_Glyph' was not declared in this scope SplashFTFont.cc:291: error: 'memcpy' was not declared in this scope SplashFTFont.cc: In member function 'virtual SplashPath* SplashFTFont::getGlyphPath(int)': SplashFTFont.cc:304: error: 'FT_Outline_Funcs' does not name a type SplashFTFont.cc:320: error: 'FT_GlyphSlot' was not declared in this scope SplashFTFont.cc:320: error: expected `;' before 'slot' SplashFTFont.cc:321: error: 'FT_UInt' was not declared in this scope SplashFTFont.cc:321: error: expected `;' before 'gid' SplashFTFont.cc:322: error: 'FT_Glyph' was not declared in this scope SplashFTFont.cc:322: error: expected `;' before 'glyph' SplashFTFont.cc:325: error: 'class SplashFTFontFile' has no member named 'face' SplashFTFont.cc:325: error: 'sizeObj' was not declared in this scope SplashFTFont.cc:326: error: 'class SplashFTFontFile' has no member named 'face' SplashFTFont.cc:326: error: 'textMatrix' was not declared in this scope SplashFTFont.cc:326: error: 'FT_Set_Transform' was not declared in this scope SplashFTFont.cc:327: error: 'slot' was not declared in this scope SplashFTFont.cc:327: error: 'class SplashFTFontFile' has no member named 'face' SplashFTFont.cc:329: error: 'gid' was not declared in this scope SplashFTFont.cc:331: error: 'gid' was not declared in this scope SplashFTFont.cc:331: error: expected `;' before 'c' SplashFTFont.cc:333: error: 'gid' was not declared in this scope SplashFTFont.cc:337: error: 'class SplashFTFontFile' has no member named 'face' SplashFTFont.cc:337: error: 'gid' was not declared in this scope SplashFTFont.cc:337: error: 'FT_LOAD_NO_BITMAP' was not declared in this scope SplashFTFont.cc:337: error: 'FT_Load_Glyph' was not declared in this scope SplashFTFont.cc:340: error: 'glyph' was not declared in this scope SplashFTFont.cc:340: error: 'FT_Get_Glyph' was not declared in this scope SplashFTFont.cc:346: error: 'FT_OutlineGlyph' was not declared in this scope SplashFTFont.cc:346: error: expected `)' before 'glyph' SplashFTFont.cc:351: error: 'glyph' was not declared in this scope SplashFTFont.cc:351: error: 'FT_Done_Glyph' was not declared in this scope SplashFTFont.cc: At global scope: SplashFTFont.cc:355: error: expected ',' or '...' before '*' token SplashFTFont.cc:355: error: ISO C++ forbids declaration of 'FT_Vector' with no type SplashFTFont.cc: In function 'int glyphPathMoveTo(int)': SplashFTFont.cc:356: error: 'path' was not declared in this scope SplashFTFont.cc:362: error: 'pt' was not declared in this scope SplashFTFont.cc: At global scope: SplashFTFont.cc:367: error: expected ',' or '...' before '*' token SplashFTFont.cc:367: error: ISO C++ forbids declaration of 'FT_Vector' with no type SplashFTFont.cc: In function 'int glyphPathLineTo(int)': SplashFTFont.cc:368: error: 'path' was not declared in this scope SplashFTFont.cc:370: error: 'pt' was not declared in this scope SplashFTFont.cc: At global scope: SplashFTFont.cc:376: error: expected ',' or '...' before '*' token SplashFTFont.cc:377: error: ISO C++ forbids declaration of 'FT_Vector' with no type SplashFTFont.cc: In function 'int glyphPathConicTo(int)': SplashFTFont.cc:378: error: 'path' was not declared in this scope SplashFTFont.cc:384: error: 'ctrl' was not declared in this scope SplashFTFont.cc:386: error: 'pt' was not declared in this scope SplashFTFont.cc: At global scope: SplashFTFont.cc:415: error: expected ',' or '...' before '*' token SplashFTFont.cc:416: error: ISO C++ forbids declaration of 'FT_Vector' with no type SplashFTFont.cc: In function 'int glyphPathCubicTo(int)': SplashFTFont.cc:417: error: 'path' was not declared in this scope SplashFTFont.cc:419: error: 'ctrl1' was not declared in this scope SplashFTFont.cc:421: error: 'ctrl2' was not declared in this scope SplashFTFont.cc:423: error: 'pt' was not declared in this scope gmake[1]: *** [SplashFTFont.o] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/xpdf/work/xpdf-3.03/splash' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/graphics/xpdf. *** Error code 1 Stop in /usr/ports/graphics/xpdf. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20120618-76199-f4n4gb-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=xpdf-nox11-3.02_16 UPGRADE_PORT_VER=3.02_16 make ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! graphics/xpdf (xpdf-nox11-3.02_16) (missing header) [~]# >How-To-Repeat: poertupgrade "xpdf*" >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 13:20:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8DF7B1065670 for ; Mon, 18 Jun 2012 13:20:10 +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 464548FC14 for ; Mon, 18 Jun 2012 13:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IDKAbX038871 for ; Mon, 18 Jun 2012 13:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IDKAil038870; Mon, 18 Jun 2012 13:20:10 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 13:20:10 GMT Resent-Message-Id: <201206181320.q5IDKAil038870@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, Yamagi Burmeister Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27C21106564A for ; Mon, 18 Jun 2012 13:11:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 127918FC0C for ; Mon, 18 Jun 2012 13:11:39 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5IDBcPZ013445 for ; Mon, 18 Jun 2012 13:11:38 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5IDBcaC013444; Mon, 18 Jun 2012 13:11:38 GMT (envelope-from nobody) Message-Id: <201206181311.q5IDBcaC013444@red.freebsd.org> Date: Mon, 18 Jun 2012 13:11:38 GMT From: Yamagi Burmeister To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169198: graphics/libGL misses runtime dependency to x11/glproto 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: Mon, 18 Jun 2012 13:20:10 -0000 >Number: 169198 >Category: ports >Synopsis: graphics/libGL misses runtime dependency to x11/glproto >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 18 13:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Yamagi Burmeister >Release: 9.0-STABLE r237002 >Organization: >Environment: FreeBSD happy.home.yamagi.org 9.0-STABLE FreeBSD 9.0-STABLE #0 r237002: Wed Jun 13 10:47:10 CEST 2012 root@happy.home.yamagi.org:/usr/obj/usr/src/sys/HAPPY amd64 >Description: If X.org is build with WITH_NEW_XORG, graphics/libGL misses a runtime dependency to x11/glproto. If glproto is removed (for example by pkg_cutleaves) pkg-config fails on many packages with: Package glproto was not found in the pkg-config search path. Perhaps you should add the directory containing `glproto.pc' to the PKG_CONFIG_PATH environment variable Package 'glproto', required by 'gl', not found >How-To-Repeat: 1. Install X.org (and for example GTK20) with WITH_NEW_XORG 2. Remove x11/glproto: pkg_delete glproto 3. Request the pkg-config output for pkg-config --cflags gtk+-2.0 4. pkg-config fails, complaining over the missing glproto needed by libGL >Fix: Add a runtime dependency in graphics/libGL to x11/glproto. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 13:20:57 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E2CEE10656B7; Mon, 18 Jun 2012 13:20:57 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B69438FC16; Mon, 18 Jun 2012 13:20:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IDKvA6041791; Mon, 18 Jun 2012 13:20:57 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IDKvao041783; Mon, 18 Jun 2012 13:20:57 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 13:20:57 GMT Message-Id: <201206181320.q5IDKvao041783@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169198: graphics/libGL misses runtime dependency to x11/glproto 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: Mon, 18 Jun 2012 13:20:58 -0000 Synopsis: graphics/libGL misses runtime dependency to x11/glproto Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 13:20:56 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169198 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 14:10:14 2012 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 6EB931065674 for ; Mon, 18 Jun 2012 14:10:14 +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 2B20C8FC0C for ; Mon, 18 Jun 2012 14:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IEAEK6085198 for ; Mon, 18 Jun 2012 14:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IEAEMV085197; Mon, 18 Jun 2012 14:10:14 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 14:10:14 GMT Resent-Message-Id: <201206181410.q5IEAEMV085197@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, freebsd@nagilum.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CEAAF106566B for ; Mon, 18 Jun 2012 14:05:31 +0000 (UTC) (envelope-from root@cakebox.homeunix.net) Received: from mo6-p05-ob.rzone.de (mo6-p05-ob.rzone.de [IPv6:2a01:238:20a:202:5305::1]) by mx1.freebsd.org (Postfix) with ESMTP id 345598FC14 for ; Mon, 18 Jun 2012 14:05:31 +0000 (UTC) Received: from cakebox.homeunix.net (ip-2-205-164-2.web.vodafone.de [2.205.164.2]) by smtp.strato.de (jored mo99) (RZmta 29.15 DYNA|AUTH) with (DHE-RSA-AES256-SHA encrypted) ESMTPA id i01a02o5ICKcPd ; Mon, 18 Jun 2012 16:05:29 +0200 (CEST) Received: from cakebox.homeunix.net (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id A32B167871; Mon, 18 Jun 2012 16:05:16 +0200 (CEST) Received: by cakebox.homeunix.net (Postfix, from userid 0) id 5212C67843; Mon, 18 Jun 2012 16:05:15 +0200 (CEST) Message-Id: <20120618140515.5212C67843@cakebox.homeunix.net> Date: Mon, 18 Jun 2012 16:05:15 +0200 (CEST) From: freebsd@nagilum.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: leres@ee.lbl.gov Subject: ports/169200: update net/hostapd to version 1.0 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: Mon, 18 Jun 2012 14:10:14 -0000 >Number: 169200 >Category: ports >Synopsis: update net/hostapd to version 1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 18 14:10:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: freebsd@nagilum.org >Release: FreeBSD 9.0-STABLE i386 >Organization: >Environment: System: FreeBSD cakebox.tis 9.0-STABLE FreeBSD 9.0-STABLE #3: Sun Jun 17 13:58:21 CEST 2012 root@cakebox.tis:/usr/obj/export/src/sys/net5501 i386 >Description: This is a trivial update for net/hostapd to version 1.0 >How-To-Repeat: >Fix: Apply attached patch. --- hapd.patch begins here --- diff -Naur hostapd.old/Makefile hostapd/Makefile --- hostapd.old/Makefile 2011-11-10 10:36:01.000000000 +0100 +++ hostapd/Makefile 2012-06-18 15:42:13.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= hostapd -PORTVERSION= 0.7.3 +PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= http://hostap.epitest.fi/releases/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff -Naur hostapd.old/distinfo hostapd/distinfo --- hostapd.old/distinfo 2011-02-12 05:52:47.000000000 +0100 +++ hostapd/distinfo 2012-06-18 15:47:13.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (hostapd-0.7.3.tar.gz) = 31eb2781f37e1a4c27969d1594f8019c0ca87779349c099ab812833289961567 -SIZE (hostapd-0.7.3.tar.gz) = 1138869 +SHA256 (hostapd-1.0.tar.gz) = 002e9dcb7e46cf82b5900a2fcf92b30fc8cdfd32a72d7fd4488588f1c013dfcc +SIZE (hostapd-1.0.tar.gz) = 1327943 --- hapd.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 14:10:25 2012 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 7F95D1065670; Mon, 18 Jun 2012 14:10:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 528F08FC12; Mon, 18 Jun 2012 14:10:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IEAPPF085379; Mon, 18 Jun 2012 14:10:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IEAPZr085375; Mon, 18 Jun 2012 14:10:25 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 14:10:25 GMT Message-Id: <201206181410.q5IEAPZr085375@freefall.freebsd.org> To: freebsd@nagilum.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169200: update net/hostapd to version 1.0 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: Mon, 18 Jun 2012 14:10:25 -0000 Synopsis: update net/hostapd to version 1.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Jun 18 14:10:24 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169200 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 14:20:12 2012 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 4837F1065673 for ; Mon, 18 Jun 2012 14:20:12 +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 336148FC18 for ; Mon, 18 Jun 2012 14:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IEKCY1095353 for ; Mon, 18 Jun 2012 14:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IEKCKE095352; Mon, 18 Jun 2012 14:20:12 GMT (envelope-from gnats) Date: Mon, 18 Jun 2012 14:20:12 GMT Message-Id: <201206181420.q5IEKCKE095352@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/169200: update net/hostapd to version 1.0 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: Mon, 18 Jun 2012 14:20:12 -0000 The following reply was made to PR ports/169200; it has been noted by GNATS. From: Edwin Groothuis To: leres@ee.lbl.gov Cc: bug-followup@FreeBSD.org Subject: Re: ports/169200: update net/hostapd to version 1.0 Date: Mon, 18 Jun 2012 14:10:22 UT Maintainer of net/hostapd, Please note that PR ports/169200 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169200 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 14:50:12 2012 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 80232106566C for ; Mon, 18 Jun 2012 14:50:12 +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 398AC8FC2C for ; Mon, 18 Jun 2012 14:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IEoCVV023438 for ; Mon, 18 Jun 2012 14:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IEoCRN023437; Mon, 18 Jun 2012 14:50:12 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 14:50:12 GMT Resent-Message-Id: <201206181450.q5IEoCRN023437@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, Mark Felder Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5276A106566B for ; Mon, 18 Jun 2012 14:42:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 3D2918FC1C for ; Mon, 18 Jun 2012 14:42:42 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5IEggJ9081108 for ; Mon, 18 Jun 2012 14:42:42 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5IEgfOs081107; Mon, 18 Jun 2012 14:42:41 GMT (envelope-from nobody) Message-Id: <201206181442.q5IEgfOs081107@red.freebsd.org> Date: Mon, 18 Jun 2012 14:42:41 GMT From: Mark Felder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169202: [NEW PORT] deskutils/tine20 "Professional Open Source Groupware and CRM" 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: Mon, 18 Jun 2012 14:50:12 -0000 >Number: 169202 >Category: ports >Synopsis: [NEW PORT] deskutils/tine20 "Professional Open Source Groupware and CRM" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 18 14:50:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Mark Felder >Release: >Organization: >Environment: >Description: The shar is too big for the pr's email system and gets caught in a spam filter. It can be found here: http://feld.me/pub/freebsd/tine20.shar Notes: - OptionsNG - PORTVERSION follows recommendation in handbook because upstream doesn't give normal version numbers -- only dates - no LICENSE defined because many licenses within and main one is aGPLv2 which isn't an option - Had to define my own do-extract because upstream builds release tarballs without a directory (tarbombs) - Using WANT_PHP_WEB which (I believe) meets our standards without explicitly requiring Apache; software runs on pretty much any PHP implementation - Port will clean up config.inc.php during deinstall if it matches sample - Force ownership of files as root:wheel because the web app doesn't need to write to itself (unless you manually configure a caching directory on the filesystem) - The deskutils category was chosen because that's where SugarCRM is Let me know if there are any problems... haven't submitted many www apps yet >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 14:50:28 2012 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 3B084106567A; Mon, 18 Jun 2012 14:50:28 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0DE738FC18; Mon, 18 Jun 2012 14:50:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IEoRV3023761; Mon, 18 Jun 2012 14:50:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IEoRaj023753; Mon, 18 Jun 2012 14:50:27 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 14:50:27 GMT Message-Id: <201206181450.q5IEoRaj023753@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169202: [NEW PORT] deskutils/tine20 "Professional Open Source Groupware and CRM" 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: Mon, 18 Jun 2012 14:50:28 -0000 Synopsis: [NEW PORT] deskutils/tine20 "Professional Open Source Groupware and CRM" Class-Changed-From-To: sw-bug->change-request Class-Changed-By: edwin Class-Changed-When: Mon Jun 18 14:50:27 UTC 2012 Class-Changed-Why: Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169202 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 14:50:35 2012 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 3636B1065717; Mon, 18 Jun 2012 14:50:35 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 086ED8FC08; Mon, 18 Jun 2012 14:50:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IEoYMu024241; Mon, 18 Jun 2012 14:50:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IEoY2O024233; Mon, 18 Jun 2012 14:50:34 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 14:50:34 GMT Message-Id: <201206181450.q5IEoY2O024233@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169202: [NEW PORT] deskutils/tine20 "Professional Open Source Groupware and CRM" 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: Mon, 18 Jun 2012 14:50:35 -0000 Synopsis: [NEW PORT] deskutils/tine20 "Professional Open Source Groupware and CRM" Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 14:50:34 UTC 2012 Responsible-Changed-Why: swills@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169202 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 15:20:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FA171065711 for ; Mon, 18 Jun 2012 15:20:13 +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 4733B8FC18 for ; Mon, 18 Jun 2012 15:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IFKC4K052056 for ; Mon, 18 Jun 2012 15:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IFKC4a052053; Mon, 18 Jun 2012 15:20:12 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 15:20:12 GMT Resent-Message-Id: <201206181520.q5IFKC4a052053@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, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD356106566C for ; Mon, 18 Jun 2012 15:16:18 +0000 (UTC) (envelope-from steve@meatwad.mouf.net) Received: from meatwad.mouf.net (unknown [IPv6:2001:470:8:58f:21f:d0ff:feaf:1a4c]) by mx1.freebsd.org (Postfix) with ESMTP id 85D978FC08 for ; Mon, 18 Jun 2012 15:16:18 +0000 (UTC) Received: from meatwad.mouf.net (localhost [127.0.0.1]) by meatwad.mouf.net (8.14.5/8.14.5) with ESMTP id q5IFGEom025331; Mon, 18 Jun 2012 11:16:14 -0400 (EDT) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q5IFGAhX024258; Mon, 18 Jun 2012 11:16:10 -0400 (EDT) (envelope-from steve) Message-Id: <201206181516.q5IFGAhX024258@meatwad.mouf.net> Date: Mon, 18 Jun 2012 11:16:10 -0400 (EDT) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: rouslan@rshell.net Subject: ports/169203: [PATCH] sysutils/facter: update to 1.6.10 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: Mon, 18 Jun 2012 15:20:13 -0000 >Number: 169203 >Category: ports >Synopsis: [PATCH] sysutils/facter: update to 1.6.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 18 15:20:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r237195: Sun Jun 17 12:28:44 EDT >Description: - Update to 1.6.10 Port maintainer (rouslan@rshell.net) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- facter-1.6.10.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/facter/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- Makefile 2 May 2012 01:35:29 -0000 1.15 +++ Makefile 18 Jun 2012 15:16:00 -0000 @@ -6,7 +6,7 @@ # PORTNAME= facter -PORTVERSION= 1.6.8 +PORTVERSION= 1.6.10 CATEGORIES= sysutils ruby MASTER_SITES= http://downloads.puppetlabs.com/facter/ @@ -17,6 +17,8 @@ USE_RUBY= yes +MAN8= facter.8 + .include do-install: Index: distinfo =================================================================== RCS file: /home/pcvs/ports/sysutils/facter/distinfo,v retrieving revision 1.13 diff -u -u -r1.13 distinfo --- distinfo 2 May 2012 01:35:29 -0000 1.13 +++ distinfo 18 Jun 2012 15:16:00 -0000 @@ -1,2 +1,2 @@ -SHA256 (facter-1.6.8.tar.gz) = 79e178e191ffc32f6e5b0812c07256802afc3506e2aa8c8538773646c3a46335 -SIZE (facter-1.6.8.tar.gz) = 119323 +SHA256 (facter-1.6.10.tar.gz) = 004e6bff8f32987d03d3faadc87e2b833f757e8baed0d708664aa9d7c6d768eb +SIZE (facter-1.6.10.tar.gz) = 133281 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/sysutils/facter/pkg-plist,v retrieving revision 1.10 diff -u -u -r1.10 pkg-plist --- pkg-plist 19 Feb 2012 14:23:16 -0000 1.10 +++ pkg-plist 18 Jun 2012 15:16:00 -0000 @@ -21,7 +21,11 @@ %%RUBY_SITELIBDIR%%/facter/kernelmajversion.rb %%RUBY_SITELIBDIR%%/facter/kernelrelease.rb %%RUBY_SITELIBDIR%%/facter/kernelversion.rb -%%RUBY_SITELIBDIR%%/facter/lsb.rb +%%RUBY_SITELIBDIR%%/facter/lsbrelease.rb +%%RUBY_SITELIBDIR%%/facter/lsbdistrelease.rb +%%RUBY_SITELIBDIR%%/facter/lsbdistcodename.rb +%%RUBY_SITELIBDIR%%/facter/lsbdistid.rb +%%RUBY_SITELIBDIR%%/facter/lsbdistdescription.rb %%RUBY_SITELIBDIR%%/facter/lsbmajdistrelease.rb %%RUBY_SITELIBDIR%%/facter/macaddress.rb %%RUBY_SITELIBDIR%%/facter/macosx.rb @@ -64,6 +68,7 @@ %%RUBY_SITELIBDIR%%/facter/util/plist/generator.rb %%RUBY_SITELIBDIR%%/facter/util/plist/parser.rb %%RUBY_SITELIBDIR%%/facter/util/processor.rb +%%RUBY_SITELIBDIR%%/facter/util/registry.rb %%RUBY_SITELIBDIR%%/facter/util/resolution.rb %%RUBY_SITELIBDIR%%/facter/util/uptime.rb %%RUBY_SITELIBDIR%%/facter/util/values.rb --- facter-1.6.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 15:20:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F87E1065688; Mon, 18 Jun 2012 15:20:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 62E5B8FC16; Mon, 18 Jun 2012 15:20:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IFKP9R052277; Mon, 18 Jun 2012 15:20:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IFKPlX052269; Mon, 18 Jun 2012 15:20:25 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 15:20:25 GMT Message-Id: <201206181520.q5IFKPlX052269@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169203: [PATCH] sysutils/facter: update to 1.6.10 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: Mon, 18 Jun 2012 15:20:25 -0000 Synopsis: [PATCH] sysutils/facter: update to 1.6.10 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 15:20:24 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169203 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 15:27:49 2012 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 763C010656F5; Mon, 18 Jun 2012 15:27:49 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 475B38FC17; Mon, 18 Jun 2012 15:27:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IFRnpQ060531; Mon, 18 Jun 2012 15:27:49 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IFRnht060527; Mon, 18 Jun 2012 15:27:49 GMT (envelope-from scheidell) Date: Mon, 18 Jun 2012 15:27:49 GMT Message-Id: <201206181527.q5IFRnht060527@freefall.freebsd.org> To: pavelivolkov@googlemail.com, scheidell@FreeBSD.org, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/168937: [MAINTAINER] emulators/dynagen: fix RUN_DEPENDS 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: Mon, 18 Jun 2012 15:27:49 -0000 Synopsis: [MAINTAINER] emulators/dynagen: fix RUN_DEPENDS State-Changed-From-To: feedback->open State-Changed-By: scheidell State-Changed-When: Mon Jun 18 15:27:13 UTC 2012 State-Changed-Why: Back to the pool Responsible-Changed-From-To: scheidell->freebsd-ports-bugs Responsible-Changed-By: scheidell Responsible-Changed-When: Mon Jun 18 15:27:13 UTC 2012 Responsible-Changed-Why: Back to the pool http://www.freebsd.org/cgi/query-pr.cgi?pr=168937 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 15:46:34 2012 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 066E61065672; Mon, 18 Jun 2012 15:46:34 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CE84D8FC17; Mon, 18 Jun 2012 15:46:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IFkXpL079727; Mon, 18 Jun 2012 15:46:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IFkXoq079723; Mon, 18 Jun 2012 15:46:33 GMT (envelope-from linimon) Date: Mon, 18 Jun 2012 15:46:33 GMT Message-Id: <201206181546.q5IFkXoq079723@freefall.freebsd.org> To: linimon@FreeBSD.org, ports@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/168328: [REPOCOPY] devel/codeblocks --> devel/codeblocks-devel 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: Mon, 18 Jun 2012 15:46:34 -0000 Synopsis: [REPOCOPY] devel/codeblocks --> devel/codeblocks-devel Responsible-Changed-From-To: ports->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jun 18 15:45:45 UTC 2012 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=168328 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 15:48:28 2012 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 E9F091065673; Mon, 18 Jun 2012 15:48:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BE49E8FC14; Mon, 18 Jun 2012 15:48:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IFmS9U080035; Mon, 18 Jun 2012 15:48:28 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IFmSRY080031; Mon, 18 Jun 2012 15:48:28 GMT (envelope-from linimon) Date: Mon, 18 Jun 2012 15:48:28 GMT Message-Id: <201206181548.q5IFmSRY080031@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169196: graphics/xpdf build fail 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: Mon, 18 Jun 2012 15:48:29 -0000 Old Synopsis: xpdf-nox build fail New Synopsis: graphics/xpdf build fail Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jun 18 15:46:57 UTC 2012 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=169196 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 16:10:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F0BB6106566B; Mon, 18 Jun 2012 16:10:01 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id C43378FC12; Mon, 18 Jun 2012 16:10:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=Message-Id:From:Mime-Version:Cc:Subject:To:Date:Content-Type; bh=ViGQ+lg5eHYB7+p+XIwhB8hskoynh3VhH6MxG3UHzHg=; b=nsfqFQ1hvoVPbAH674sDL57OlKHNElM/tCwQkAKXrwHozZdxoQtF99DrFWstZkLUfYtO9RZxiwjX5D4ec6VXTXL3UibWz/tPRXJNItyEGZXf4m7d1zEApu9exQ5xlbxG; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1SgeWa-00009I-D5; Mon, 18 Jun 2012 11:10:01 -0500 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpa id 1340035795-94480-94479/5/4; Mon, 18 Jun 2012 16:09:55 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Date: Mon, 18 Jun 2012 11:09:55 -0500 To: "reebsd-ports-bugs@freebsd.org" Mime-Version: 1.0 From: Mark Felder Message-Id: User-Agent: Opera Mail/12.00 (FreeBSD) X-SA-Score: -1.0 Cc: brooks@freebsd.org Subject: clang++ is symlink without full path 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: Mon, 18 Jun 2012 16:10:02 -0000 Hello, Noticed this today -- # ls -la /usr/local/bin/clang++ lrwxr-xr-x 1 root wheel 5 Jun 18 09:57 /usr/local/bin/clang++ -> clang I could see that ending badly due to BASE's clang being picked up instead of the ports version. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 16:14:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCD22106566C; Mon, 18 Jun 2012 16:14:08 +0000 (UTC) (envelope-from coder@tuxfamily.org) Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [IPv6:2a01:e0c:1:1599::12]) by mx1.freebsd.org (Postfix) with ESMTP id 12F6C8FC1F; Mon, 18 Jun 2012 16:14:04 +0000 (UTC) Received: from [192.168.0.2] (unknown [88.184.221.231]) by smtp3-g21.free.fr (Postfix) with ESMTP id 39287A62CA; Mon, 18 Jun 2012 18:13:56 +0200 (CEST) Message-ID: <4FDF53C4.7040206@tuxfamily.org> Date: Mon, 18 Jun 2012 18:13:56 +0200 From: "coder.tuxfamily" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120610 Thunderbird/13.0 MIME-Version: 1.0 To: linimon@FreeBSD.org References: <201206181546.q5IFkXoq079723@freefall.freebsd.org> In-Reply-To: <201206181546.q5IFkXoq079723@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------010308050502040202050502" Cc: ports@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/168328: [REPOCOPY] devel/codeblocks --> devel/codeblocks-devel 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: Mon, 18 Jun 2012 16:14:09 -0000 This is a multi-part message in MIME format. --------------010308050502040202050502 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Le 18.06.2012 17:46, linimon@FreeBSD.org a écrit : > Synopsis: [REPOCOPY] devel/codeblocks --> devel/codeblocks-devel > > Responsible-Changed-From-To: ports->freebsd-ports-bugs > Responsible-Changed-By: linimon > Responsible-Changed-When: Mon Jun 18 15:45:45 UTC 2012 > Responsible-Changed-Why: > Canonicalize assignment. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=168328 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > Here the new patch (orig : devel/codeblocks ; new : devel/codeblocks-devel). tinderlog (Success): https://redports.org/~lbartoletti/20120617170643-12593-30800/codeblocks-devel-20120612.log --------------010308050502040202050502 Content-Type: text/plain; charset=UTF-8; name="codeblocks-devel.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="codeblocks-devel.patch" diff -ruN /usr/ports/devel/codeblocks/Makefile devel/codeblocks-devel/Makefile --- /usr/ports/devel/codeblocks/Makefile 2012-06-01 07:17:21.000000000 +0200 +++ devel/codeblocks-devel/Makefile 2012-06-17 19:05:10.000000000 +0200 @@ -1,40 +1,70 @@ -# New ports collection makefile for: codeblocks -# Date created: November, 15th 2005 -# Whom: Matthias Sund +# New ports collection makefile for: codeblocks-devel +# Date created: 2012-05-20 +# Whom: lbartoletti # -# $FreeBSD: ports/devel/codeblocks/Makefile,v 1.17 2012/06/01 05:17:21 dinoex Exp $ +# $FreeBSD$ # -PORTNAME= codeblocks -PORTVERSION= 10.05 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_BERLIOS} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION}-1debian-src +PORTNAME= codeblocks-devel +PORTVERSION= 20120612 +CATEGORIES= devel +MASTER_SITES= http://download.tuxfamily.org/bartcoding/FreeBSD/ \ + ${MASTER_SITE_LOCAL} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= coder@tuxfamily.org COMMENT= Open source, cross-platform, free C/C++ IDE +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme +LIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs \ + hunspell:${PORTSDIR}/textproc/hunspell \ + rsync:${PORTSDIR}/net/librsync -LICENSE_COMB= multi -LICENSE= GPLv3 LGPL3 +CONFLICTS= codeblocks-[0-9]* USE_BZIP2= yes +USE_BOOST= yes USE_WX= 2.8 WANT_UNICODE= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib INSTALLS_ICONS= yes USE_LDCONFIG= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize CONFIGURE_ARGS+= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all + MAN1= cb_console_runner.1 cb_share_config.1 codeblocks.1 codesnippets.1 -post-extract: - (cd ${WRKDIR} && ${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} src/${PORTNAME}_${PORTVERSION}-1.tar.gz ${EXTRACT_AFTER_ARGS}) +# +# To roll snapshot: as bart (OR the maintenair): make BOOTSTRAP=defined fetch +# +.if defined(BOOTSTRAP) +FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion +SVN_REV= 8037 # svn tip at epoch 2009120801 +SVNROOT_URI= http://svn.berlios.de/svnroot/repos/codeblocks/trunk + +do-fetch: + ${MKDIR} ${WRKDIR} + svn export -r ${SVN_REV} ${SVNROOT_URI} ${WRKSRC} + cd ${WRKDIR}; tar cvfy ${DISTDIR}/${DISTNAME}.tar.bz2 ${DISTNAME} +.if ${USER} == bart + ${CHMOD} ugo+r ${DISTDIR}/${DISTNAME}.tar.bz2 + scp -p ${DISTDIR}/${DISTNAME}.tar.bz2 \ + freefall.freebsd.org:public_distfiles/ +.endif +.endif # defined(BOOTSTRAP) + +post-patch: + @${FIND} ${WRKSRC} -name "Makefile.am" -type f | \ + ${XARGS} ${REINPLACE_CMD} -e \ + 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' + +pre-configure: + @(cd ${WRKSRC} && ./bootstrap) .include diff -ruN /usr/ports/devel/codeblocks/distinfo devel/codeblocks-devel/distinfo --- /usr/ports/devel/codeblocks/distinfo 2011-07-03 16:55:24.000000000 +0200 +++ devel/codeblocks-devel/distinfo 2012-06-12 22:23:49.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (codeblocks-10.05-1debian-src.tar.bz2) = 744f5565d08affb8bd156d3c2c82c9704370afc2b06390bc0021d0c730e3dfe8 -SIZE (codeblocks-10.05-1debian-src.tar.bz2) = 14470771 +SHA256 (codeblocks-devel-20120612.tar.bz2) = de71856e65980ce43de1256deed3eb21087929de1a9e057a6e51438d0fa696b5 +SIZE (codeblocks-devel-20120612.tar.bz2) = 12720644 diff -ruN /usr/ports/devel/codeblocks/files/patch-Makefile.in devel/codeblocks-devel/files/patch-Makefile.in --- /usr/ports/devel/codeblocks/files/patch-Makefile.in 2010-06-07 20:27:05.000000000 +0200 +++ devel/codeblocks-devel/files/patch-Makefile.in 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2010-05-27 12:51:56.000000000 +0200 -+++ Makefile.in 2010-06-06 20:50:39.000000000 +0200 -@@ -309,7 +309,7 @@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - SUBDIRS = src debian --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(exec_prefix)/libdata/pkgconfig - pkgconfig_DATA = codeblocks.pc - EXTRA_DIST = $(top_srcdir)/bootstrap \ - codeblocks.spec \ diff -ruN /usr/ports/devel/codeblocks/pkg-descr devel/codeblocks-devel/pkg-descr --- /usr/ports/devel/codeblocks/pkg-descr 2009-01-16 17:33:38.000000000 +0100 +++ devel/codeblocks-devel/pkg-descr 2012-06-17 19:06:16.000000000 +0200 @@ -6,7 +6,4 @@ the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable." -LICENSE: GPL3 or later (IDE) -LICENSE: LGPL3 or later (SDK) - WWW: http://www.codeblocks.org/ diff -ruN /usr/ports/devel/codeblocks/pkg-plist devel/codeblocks-devel/pkg-plist --- /usr/ports/devel/codeblocks/pkg-plist 2010-06-07 20:27:05.000000000 +0200 +++ devel/codeblocks-devel/pkg-plist 2012-06-15 20:07:45.000000000 +0200 @@ -10,12 +10,14 @@ include/codeblocks/base64.h include/codeblocks/blockallocated.h include/codeblocks/cbauibook.h +include/codeblocks/cbdebugger_interfaces.h include/codeblocks/cbeditor.h include/codeblocks/cbeditorprintout.h include/codeblocks/cbexception.h include/codeblocks/cbfunctor.h include/codeblocks/cbplugin.h include/codeblocks/cbproject.h +include/codeblocks/cbstatusbar.h include/codeblocks/cbstyledtextctrl.h include/codeblocks/cbthreadedtask.h include/codeblocks/cbthreadpool.h @@ -33,6 +35,7 @@ include/codeblocks/configuretoolsdlg.h include/codeblocks/confirmreplacedlg.h include/codeblocks/crc32.h +include/codeblocks/debuggermanager.h include/codeblocks/editarrayfiledlg.h include/codeblocks/editarrayorderdlg.h include/codeblocks/editarraystringdlg.h @@ -147,51 +150,82 @@ include/codeblocks/uservarmanager.h include/codeblocks/virtualbuildtargetsdlg.h include/codeblocks/workspaceloader.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/AngularMeter.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/AngularRegulator.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/BmpCheckBox.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/BmpSwitcher.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LCDClock.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LCDWindow.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LinearMeter.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LinearRegulator.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/TimeAlarm.h +include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxangularmeterhandler.h +include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxangularregulatorhandler.h +include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlcdclockhandler.h +include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlcddisplayhandler.h +include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlinearmeterhandler.h +include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlinearregulatorhandler.h +include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/fnb_singleton.h +include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/fnb_smart_ptr.h +include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/renderer.h +include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/wxFNBDropTarget.h +include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/wxFlatNotebook.h +include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/wxFlatNotebookSDK.h +include/codeblocks/wxContribItems/wxImagePanel/include/wx/wxImagePanel.h +include/codeblocks/wxContribItems/wxSpeedButton/wxSpeedButton.h +include/codeblocks/wxContribItems/wxTreeList/include/wx/treelistctrl.h +include/codeblocks/wxContribItems/wxchart/include/wx/axis.h +include/codeblocks/wxContribItems/wxchart/include/wx/bar3dchartpoints.h +include/codeblocks/wxContribItems/wxchart/include/wx/barchartpoints.h +include/codeblocks/wxContribItems/wxchart/include/wx/chart.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartcolors.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartctrl.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartdef.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartpoints.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartpointstypes.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartsizes.h +include/codeblocks/wxContribItems/wxchart/include/wx/charttypes.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartwindow.h +include/codeblocks/wxContribItems/wxchart/include/wx/legend.h +include/codeblocks/wxContribItems/wxchart/include/wx/legendwindow.h +include/codeblocks/wxContribItems/wxchart/include/wx/pie3dchartpoints.h +include/codeblocks/wxContribItems/wxchart/include/wx/piechartpoints.h +include/codeblocks/wxContribItems/wxchart/include/wx/points.h +include/codeblocks/wxContribItems/wxchart/include/wx/xaxis.h +include/codeblocks/wxContribItems/wxchart/include/wx/xaxiswindow.h +include/codeblocks/wxContribItems/wxchart/include/wx/yaxis.h +include/codeblocks/wxContribItems/wxchart/include/wx/yaxiswindow.h +include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/gizmos.h +include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/ledctrl.h +include/codeblocks/wxContribItems/wxled/lcdwindow/include/wx/lcdwindow.h +include/codeblocks/wxContribItems/wxled/led/include/wx/led.h +include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/advancedmatrixobject.h +include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/matrixobject.h +include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/wxledfont.h +include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/wxledpanel.h +include/codeblocks/wxContribItems/wxthings/include/wx/things/thingdef.h +include/codeblocks/wxContribItems/wxthings/include/wx/things/toggle.h +include/codeblocks/wxpropgrid/include/wx/propgrid/advprops.h +include/codeblocks/wxpropgrid/include/wx/propgrid/editors.h +include/codeblocks/wxpropgrid/include/wx/propgrid/extras.h +include/codeblocks/wxpropgrid/include/wx/propgrid/manager.h +include/codeblocks/wxpropgrid/include/wx/propgrid/odcombo.h +include/codeblocks/wxpropgrid/include/wx/propgrid/pg_dox_mainpage.h +include/codeblocks/wxpropgrid/include/wx/propgrid/propdev.h +include/codeblocks/wxpropgrid/include/wx/propgrid/propgrid.h +include/codeblocks/wxpropgrid/include/wx/propgrid/props.h +include/codeblocks/wxpropgrid/include/wx/propgrid/xh_propgrid.h include/codeblocks/wxscintilla/include/wx/wxscintilla.h include/codeblocks/xtra_res.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/axis.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/bar3dchartpoints.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/barchartpoints.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/chart.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/chartcolors.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/chartctrl.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/chartdef.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/chartpoints.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/chartpointstypes.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/chartsizes.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/charttypes.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/chartwindow.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/legend.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/legendwindow.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/pie3dchartpoints.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/piechartpoints.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/points.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/xaxis.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/xaxiswindow.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/yaxis.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/yaxiswindow.h -include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook/include/wx/wxFlatNotebook/fnb_singleton.h -include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook/include/wx/wxFlatNotebook/fnb_smart_ptr.h -include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook/include/wx/wxFlatNotebook/renderer.h -include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook/include/wx/wxFlatNotebook/wxFNBDropTarget.h -include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook/include/wx/wxFlatNotebook/wxFlatNotebook.h -include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook/include/wx/wxFlatNotebook/wxFlatNotebookSDK.h -include/wxSmithContribItems/wxthings/wxthings/include/wx/things/thingdef.h -include/wxSmithContribItems/wxthings/wxthings/include/wx/things/toggle.h -include/wxsmith/contrib/include/wx/propgrid/advprops.h -include/wxsmith/contrib/include/wx/propgrid/extras.h -include/wxsmith/contrib/include/wx/propgrid/manager.h -include/wxsmith/contrib/include/wx/propgrid/odcombo.h -include/wxsmith/contrib/include/wx/propgrid/pg_dox_mainpage.h -include/wxsmith/contrib/include/wx/propgrid/propdev.h -include/wxsmith/contrib/include/wx/propgrid/propgrid.h include/wxsmith/properties/wxsarraystringeditordlg.h include/wxsmith/properties/wxsarraystringproperty.h include/wxsmith/properties/wxsboolproperty.h include/wxsmith/properties/wxscustomeditorproperty.h +include/wxsmith/properties/wxseditenumproperty.h include/wxsmith/properties/wxsemptyproperty.h include/wxsmith/properties/wxsenumproperty.h include/wxsmith/properties/wxsflagsproperty.h +include/wxsmith/properties/wxsfloatproperty.h include/wxsmith/properties/wxslongproperty.h include/wxsmith/properties/wxsproperties.h include/wxsmith/properties/wxsproperty.h @@ -221,6 +255,13 @@ include/wxsmith/wxwidgets/properties/wxsfonteditordlg.h include/wxsmith/wxwidgets/properties/wxsfontfaceeditordlg.h include/wxsmith/wxwidgets/properties/wxsfontproperty.h +include/wxsmith/wxwidgets/properties/wxsimagecomboeditordlg.h +include/wxsmith/wxwidgets/properties/wxsimagecomboproperty.h +include/wxsmith/wxwidgets/properties/wxsimagelisteditordlg.h +include/wxsmith/wxwidgets/properties/wxsimagelistproperty.h +include/wxsmith/wxwidgets/properties/wxsimageproperty.h +include/wxsmith/wxwidgets/properties/wxsimagetreeeditordlg.h +include/wxsmith/wxwidgets/properties/wxsimagetreeproperty.h include/wxsmith/wxwidgets/properties/wxspositionsizeproperty.h include/wxsmith/wxwidgets/properties/wxssimplefonteditordlg.h include/wxsmith/wxwidgets/properties/wxssizerflagsproperty.h @@ -275,22 +316,40 @@ lib/codeblocks/plugins/libCccc.so lib/codeblocks/plugins/libCppCheck.la lib/codeblocks/plugins/libCppCheck.so +lib/codeblocks/plugins/libCscope.la +lib/codeblocks/plugins/libCscope.so +lib/codeblocks/plugins/libDoxyBlocks.la +lib/codeblocks/plugins/libDoxyBlocks.so +lib/codeblocks/plugins/libEditorTweaks.la +lib/codeblocks/plugins/libEditorTweaks.so +lib/codeblocks/plugins/libFileManager.la +lib/codeblocks/plugins/libFileManager.so lib/codeblocks/plugins/libHexEditor.la lib/codeblocks/plugins/libHexEditor.so lib/codeblocks/plugins/libIncrementalSearch.la lib/codeblocks/plugins/libIncrementalSearch.so lib/codeblocks/plugins/libMouseSap.la lib/codeblocks/plugins/libMouseSap.so +lib/codeblocks/plugins/libNassiShneiderman.la +lib/codeblocks/plugins/libNassiShneiderman.so lib/codeblocks/plugins/libProfiler.la lib/codeblocks/plugins/libProfiler.so lib/codeblocks/plugins/libRegExTestbed.la lib/codeblocks/plugins/libRegExTestbed.so +lib/codeblocks/plugins/libReopenEditor.la +lib/codeblocks/plugins/libReopenEditor.so +lib/codeblocks/plugins/libSpellChecker.la +lib/codeblocks/plugins/libSpellChecker.so lib/codeblocks/plugins/libSymTab.la lib/codeblocks/plugins/libSymTab.so lib/codeblocks/plugins/libThreadSearch.la lib/codeblocks/plugins/libThreadSearch.so +lib/codeblocks/plugins/libToolsPlus.la +lib/codeblocks/plugins/libToolsPlus.so lib/codeblocks/plugins/libValgrind.la lib/codeblocks/plugins/libValgrind.so +lib/codeblocks/plugins/libabbreviations.la +lib/codeblocks/plugins/libabbreviations.so lib/codeblocks/plugins/libastyle.la lib/codeblocks/plugins/libastyle.so lib/codeblocks/plugins/libautosave.la @@ -343,1186 +402,1381 @@ lib/codeblocks/plugins/libwxsmith.so lib/codeblocks/plugins/libwxsmithcontribitems.la lib/codeblocks/plugins/libwxsmithcontribitems.so +lib/codeblocks/wxContribItems/libwxchartctrl.a +lib/codeblocks/wxContribItems/libwxchartctrl.la +lib/codeblocks/wxContribItems/libwxchartctrl.so +lib/codeblocks/wxContribItems/libwxchartctrl.so.0 +lib/codeblocks/wxContribItems/libwxcustombutton.a +lib/codeblocks/wxContribItems/libwxcustombutton.la +lib/codeblocks/wxContribItems/libwxcustombutton.so +lib/codeblocks/wxContribItems/libwxcustombutton.so.0 +lib/codeblocks/wxContribItems/libwxflatnotebook.a +lib/codeblocks/wxContribItems/libwxflatnotebook.la +lib/codeblocks/wxContribItems/libwxflatnotebook.so +lib/codeblocks/wxContribItems/libwxflatnotebook.so.0 +lib/codeblocks/wxContribItems/libwximagepanel.a +lib/codeblocks/wxContribItems/libwximagepanel.la +lib/codeblocks/wxContribItems/libwximagepanel.so +lib/codeblocks/wxContribItems/libwximagepanel.so.0 +lib/codeblocks/wxContribItems/libwxkwic.a +lib/codeblocks/wxContribItems/libwxkwic.la +lib/codeblocks/wxContribItems/libwxkwic.so +lib/codeblocks/wxContribItems/libwxkwic.so.0 +lib/codeblocks/wxContribItems/libwxled.a +lib/codeblocks/wxContribItems/libwxled.la +lib/codeblocks/wxContribItems/libwxled.so +lib/codeblocks/wxContribItems/libwxled.so.0 +lib/codeblocks/wxContribItems/libwxspeedbutton.a +lib/codeblocks/wxContribItems/libwxspeedbutton.la +lib/codeblocks/wxContribItems/libwxspeedbutton.so +lib/codeblocks/wxContribItems/libwxspeedbutton.so.0 +lib/codeblocks/wxContribItems/libwxtreelist.a +lib/codeblocks/wxContribItems/libwxtreelist.la +lib/codeblocks/wxContribItems/libwxtreelist.so +lib/codeblocks/wxContribItems/libwxtreelist.so.0 +lib/libcodeblocks.a lib/libcodeblocks.la lib/libcodeblocks.so lib/libcodeblocks.so.0 lib/libwxsmithlib.la lib/libwxsmithlib.so lib/libwxsmithlib.so.0 -lib/pkgconfig/wxsmith-contrib.pc -lib/pkgconfig/wxsmith.pc -lib/pkgconfig/wxsmithaui.pc -lib/wxSmithContribItems/libwxchartctrl.la -lib/wxSmithContribItems/libwxchartctrl.so -lib/wxSmithContribItems/libwxchartctrl.so.0 -lib/wxSmithContribItems/libwxcustombutton.la -lib/wxSmithContribItems/libwxcustombutton.so -lib/wxSmithContribItems/libwxcustombutton.so.0 -lib/wxSmithContribItems/libwxflatnotebook.la -lib/wxSmithContribItems/libwxflatnotebook.so -lib/wxSmithContribItems/libwxflatnotebook.so.0 +libdata/pkgconfig/cb_wxKWIC.pc +libdata/pkgconfig/cb_wxchartctrl.pc +libdata/pkgconfig/cb_wxcontrib.pc +libdata/pkgconfig/cb_wxcustombutton.pc +libdata/pkgconfig/cb_wxflatnotebook.pc +libdata/pkgconfig/cb_wximagepanel.pc +libdata/pkgconfig/cb_wxled.pc +libdata/pkgconfig/cb_wxspeedbutton.pc +libdata/pkgconfig/cb_wxtreelist.pc libdata/pkgconfig/codeblocks.pc +libdata/pkgconfig/wxsmith-contrib.pc +libdata/pkgconfig/wxsmith.pc +libdata/pkgconfig/wxsmithaui.pc share/applications/codeblocks.desktop +share/codeblocks/AutoVersioning.zip +share/codeblocks/BrowseTracker.zip +share/codeblocks/Cccc.zip +share/codeblocks/CppCheck.zip +share/codeblocks/Cscope.zip +share/codeblocks/DoxyBlocks.zip +share/codeblocks/EditorTweaks.zip +share/codeblocks/FileManager.zip +share/codeblocks/HexEditor.zip +share/codeblocks/IncrementalSearch.zip +share/codeblocks/MouseSap.zip +share/codeblocks/NassiShneiderman.zip +share/codeblocks/Profiler.zip +share/codeblocks/RegExTestbed.zip +share/codeblocks/ReopenEditor.zip +share/codeblocks/SpellChecker.zip +share/codeblocks/SpellChecker/OnlineSpellChecking.xml +share/codeblocks/SpellChecker/de_AT.png +share/codeblocks/SpellChecker/de_CH.png +share/codeblocks/SpellChecker/de_DE.png +share/codeblocks/SpellChecker/en_AU.png +share/codeblocks/SpellChecker/en_CA.png +share/codeblocks/SpellChecker/en_GB.png +share/codeblocks/SpellChecker/en_NZ.png +share/codeblocks/SpellChecker/en_US.png +share/codeblocks/SpellChecker/fr_FR.png +share/codeblocks/SymTab.zip +share/codeblocks/ThreadSearch.zip +share/codeblocks/ToolsPlus.zip +share/codeblocks/Valgrind.zip +share/codeblocks/abbreviations.zip +share/codeblocks/astyle.zip +share/codeblocks/autosave.zip +share/codeblocks/byogames.zip +share/codeblocks/cb_koders.zip +share/codeblocks/classwizard.zip +share/codeblocks/codecompletion.zip +share/codeblocks/codesnippets.zip +share/codeblocks/codestat.zip +share/codeblocks/compiler.zip +share/codeblocks/copystrings.zip +share/codeblocks/debugger.zip +share/codeblocks/defaultmimehandler.zip +share/codeblocks/dragscroll.zip +share/codeblocks/envvars.zip +share/codeblocks/exporter.zip +share/codeblocks/headerfixup.zip +share/codeblocks/help_plugin.zip +share/codeblocks/icons/app.xpm +share/codeblocks/icons/app_64.xpm +share/codeblocks/icons/c64.xpm +share/codeblocks/icons/cbp64.xpm +share/codeblocks/icons/cg64.xpm +share/codeblocks/icons/cpp64.xpm +share/codeblocks/icons/csd64.xpm +share/codeblocks/icons/d64.xpm +share/codeblocks/icons/dev64.xpm +share/codeblocks/icons/dsp64.xpm +share/codeblocks/icons/dsw64.xpm +share/codeblocks/icons/f64.xpm +share/codeblocks/icons/h64.xpm +share/codeblocks/icons/proj64.xpm +share/codeblocks/icons/rc64.xpm +share/codeblocks/images/16x16/bookmark_add.png +share/codeblocks/images/16x16/dbginfo.png +share/codeblocks/images/16x16/dbgnext.png +share/codeblocks/images/16x16/dbgnexti.png +share/codeblocks/images/16x16/dbgpause.png +share/codeblocks/images/16x16/dbgrun.png +share/codeblocks/images/16x16/dbgrunto.png +share/codeblocks/images/16x16/dbgstep.png +share/codeblocks/images/16x16/dbgstepi.png +share/codeblocks/images/16x16/dbgstepout.png +share/codeblocks/images/16x16/dbgstop.png +share/codeblocks/images/16x16/dbgwindow.png +share/codeblocks/images/16x16/editcopy.png +share/codeblocks/images/16x16/editcut.png +share/codeblocks/images/16x16/editpaste.png +share/codeblocks/images/16x16/exit.png +share/codeblocks/images/16x16/fileclose.png +share/codeblocks/images/16x16/filefind.png +share/codeblocks/images/16x16/filefindnext.png +share/codeblocks/images/16x16/filefindprev.png +share/codeblocks/images/16x16/filenew.png +share/codeblocks/images/16x16/fileopen.png +share/codeblocks/images/16x16/fileprint.png +share/codeblocks/images/16x16/filequickprint.png +share/codeblocks/images/16x16/filesave.png +share/codeblocks/images/16x16/filesaveall.png +share/codeblocks/images/16x16/filesaveas.png +share/codeblocks/images/16x16/findf.png +share/codeblocks/images/16x16/folder.png +share/codeblocks/images/16x16/folder_new.png +share/codeblocks/images/16x16/folder_open.png +share/codeblocks/images/16x16/folder_yel.png +share/codeblocks/images/16x16/folder_yel_open.png +share/codeblocks/images/16x16/goto.png +share/codeblocks/images/16x16/history_clear.png +share/codeblocks/images/16x16/idea.png +share/codeblocks/images/16x16/info.png +share/codeblocks/images/16x16/mark.png +share/codeblocks/images/16x16/mark_clear.png +share/codeblocks/images/16x16/mark_next.png +share/codeblocks/images/16x16/mark_prev.png +share/codeblocks/images/16x16/newproject.png +share/codeblocks/images/16x16/next.png +share/codeblocks/images/16x16/plug.png +share/codeblocks/images/16x16/prev.png +share/codeblocks/images/16x16/project-readonly.png +share/codeblocks/images/16x16/project.png +share/codeblocks/images/16x16/projectnew.png +share/codeblocks/images/16x16/redo.png +share/codeblocks/images/16x16/run.png +share/codeblocks/images/16x16/searchreplace.png +share/codeblocks/images/16x16/searchreplacef.png +share/codeblocks/images/16x16/undo.png +share/codeblocks/images/16x16/view_sidetree.png +share/codeblocks/images/16x16/view_tree.png +share/codeblocks/images/16x16/window_fullscreen.png +share/codeblocks/images/16x16/workspace-readonly.png +share/codeblocks/images/16x16/workspace.png +share/codeblocks/images/DoxyBlocks/16x16/chm.png +share/codeblocks/images/DoxyBlocks/16x16/comment_block.png +share/codeblocks/images/DoxyBlocks/16x16/comment_line.png +share/codeblocks/images/DoxyBlocks/16x16/configure.png +share/codeblocks/images/DoxyBlocks/16x16/doxywizard.png +share/codeblocks/images/DoxyBlocks/16x16/extract.png +share/codeblocks/images/DoxyBlocks/16x16/html.png +share/codeblocks/images/DoxyBlocks/chm.png +share/codeblocks/images/DoxyBlocks/comment_block.png +share/codeblocks/images/DoxyBlocks/comment_line.png +share/codeblocks/images/DoxyBlocks/configure.png +share/codeblocks/images/DoxyBlocks/doxywizard.png +share/codeblocks/images/DoxyBlocks/extract.png +share/codeblocks/images/DoxyBlocks/html.png +share/codeblocks/images/ThreadSearch/16x16/findf.png +share/codeblocks/images/ThreadSearch/16x16/findfdisabled.png +share/codeblocks/images/ThreadSearch/16x16/folder.png +share/codeblocks/images/ThreadSearch/16x16/folderdisabled.png +share/codeblocks/images/ThreadSearch/16x16/folderselected.png +share/codeblocks/images/ThreadSearch/16x16/off.png +share/codeblocks/images/ThreadSearch/16x16/offdisabled.png +share/codeblocks/images/ThreadSearch/16x16/on.png +share/codeblocks/images/ThreadSearch/16x16/ondisabled.png +share/codeblocks/images/ThreadSearch/16x16/openfiles.png +share/codeblocks/images/ThreadSearch/16x16/openfiles1.png +share/codeblocks/images/ThreadSearch/16x16/openfiles1disabled.png +share/codeblocks/images/ThreadSearch/16x16/openfiles1selected.png +share/codeblocks/images/ThreadSearch/16x16/openfilesdisabled.png +share/codeblocks/images/ThreadSearch/16x16/openfilesselected.png +share/codeblocks/images/ThreadSearch/16x16/options.png +share/codeblocks/images/ThreadSearch/16x16/optionsdisabled.png +share/codeblocks/images/ThreadSearch/16x16/project.png +share/codeblocks/images/ThreadSearch/16x16/project1.png +share/codeblocks/images/ThreadSearch/16x16/project1disabled.png +share/codeblocks/images/ThreadSearch/16x16/project1selected.png +share/codeblocks/images/ThreadSearch/16x16/projectdisabled.png +share/codeblocks/images/ThreadSearch/16x16/projectselected.png +share/codeblocks/images/ThreadSearch/16x16/showdir.png +share/codeblocks/images/ThreadSearch/16x16/showdirdisabled.png +share/codeblocks/images/ThreadSearch/16x16/stop.png +share/codeblocks/images/ThreadSearch/16x16/stopdisabled.png +share/codeblocks/images/ThreadSearch/16x16/target.png +share/codeblocks/images/ThreadSearch/16x16/target1.png +share/codeblocks/images/ThreadSearch/16x16/target1disabled.png +share/codeblocks/images/ThreadSearch/16x16/target1selected.png +share/codeblocks/images/ThreadSearch/16x16/targetdisabled.png +share/codeblocks/images/ThreadSearch/16x16/targetselected.png +share/codeblocks/images/ThreadSearch/16x16/workspace.png +share/codeblocks/images/ThreadSearch/16x16/workspacedisabled.png +share/codeblocks/images/ThreadSearch/16x16/workspaceselected.png +share/codeblocks/images/ThreadSearch/22x22/file.png +share/codeblocks/images/ThreadSearch/22x22/findf.png +share/codeblocks/images/ThreadSearch/22x22/findfdisabled.png +share/codeblocks/images/ThreadSearch/22x22/folder.png +share/codeblocks/images/ThreadSearch/22x22/folderdisabled.png +share/codeblocks/images/ThreadSearch/22x22/folderselected.png +share/codeblocks/images/ThreadSearch/22x22/lookingglass.png +share/codeblocks/images/ThreadSearch/22x22/off.png +share/codeblocks/images/ThreadSearch/22x22/offdisabled.png +share/codeblocks/images/ThreadSearch/22x22/on.png +share/codeblocks/images/ThreadSearch/22x22/ondisabled.png +share/codeblocks/images/ThreadSearch/22x22/openfiles.png +share/codeblocks/images/ThreadSearch/22x22/openfilesdisabled.png +share/codeblocks/images/ThreadSearch/22x22/openfilesselected.png +share/codeblocks/images/ThreadSearch/22x22/options.png +share/codeblocks/images/ThreadSearch/22x22/optionsdisabled.png +share/codeblocks/images/ThreadSearch/22x22/project.png +share/codeblocks/images/ThreadSearch/22x22/project1.png +share/codeblocks/images/ThreadSearch/22x22/project1disabled.png +share/codeblocks/images/ThreadSearch/22x22/project1selected.png +share/codeblocks/images/ThreadSearch/22x22/project2.png +share/codeblocks/images/ThreadSearch/22x22/project2d.png +share/codeblocks/images/ThreadSearch/22x22/project2s.png +share/codeblocks/images/ThreadSearch/22x22/projectdisabled.png +share/codeblocks/images/ThreadSearch/22x22/projectselected.png +share/codeblocks/images/ThreadSearch/22x22/showdir.png +share/codeblocks/images/ThreadSearch/22x22/showdirdisabled.png +share/codeblocks/images/ThreadSearch/22x22/stop.png +share/codeblocks/images/ThreadSearch/22x22/stopdisabled.png +share/codeblocks/images/ThreadSearch/22x22/target.png +share/codeblocks/images/ThreadSearch/22x22/target1.png +share/codeblocks/images/ThreadSearch/22x22/target1disabled.png +share/codeblocks/images/ThreadSearch/22x22/target1selected.png +share/codeblocks/images/ThreadSearch/22x22/targetdisabled.png +share/codeblocks/images/ThreadSearch/22x22/targetselected.png +share/codeblocks/images/ThreadSearch/22x22/workspace.png +share/codeblocks/images/ThreadSearch/22x22/workspacedisabled.png +share/codeblocks/images/ThreadSearch/22x22/workspaceselected.png +share/codeblocks/images/ThreadSearch/folder.png +share/codeblocks/images/ThreadSearch/folderdisabled.png +share/codeblocks/images/ThreadSearch/folderselected.png +share/codeblocks/images/ThreadSearch/off.png +share/codeblocks/images/ThreadSearch/on.png +share/codeblocks/images/ThreadSearch/openfiles.png +share/codeblocks/images/ThreadSearch/openfilesdisabled.png +share/codeblocks/images/ThreadSearch/openfilesselected.png +share/codeblocks/images/ThreadSearch/project.png +share/codeblocks/images/ThreadSearch/project1.png +share/codeblocks/images/ThreadSearch/project1disabled.png +share/codeblocks/images/ThreadSearch/project1selected.png +share/codeblocks/images/ThreadSearch/projectdisabled.png +share/codeblocks/images/ThreadSearch/projectselected.png +share/codeblocks/images/ThreadSearch/showdir.png +share/codeblocks/images/ThreadSearch/showdirdisabled.png +share/codeblocks/images/ThreadSearch/target.png +share/codeblocks/images/ThreadSearch/target1.png +share/codeblocks/images/ThreadSearch/target1disabled.png +share/codeblocks/images/ThreadSearch/target1selected.png +share/codeblocks/images/ThreadSearch/targetdisabled.png +share/codeblocks/images/ThreadSearch/targetselected.png +share/codeblocks/images/ThreadSearch/workspace.png +share/codeblocks/images/ThreadSearch/workspacedisabled.png +share/codeblocks/images/ThreadSearch/workspaceselected.png +share/codeblocks/images/ascii.png +share/codeblocks/images/closebutton.png +share/codeblocks/images/codeblocks.png +share/codeblocks/images/codecompletion/class.png +share/codeblocks/images/codecompletion/class_folder.png +share/codeblocks/images/codecompletion/class_private.png +share/codeblocks/images/codecompletion/class_protected.png +share/codeblocks/images/codecompletion/class_public.png +share/codeblocks/images/codecompletion/ctor_private.png +share/codeblocks/images/codecompletion/ctor_protected.png +share/codeblocks/images/codecompletion/ctor_public.png +share/codeblocks/images/codecompletion/dtor_private.png +share/codeblocks/images/codecompletion/dtor_protected.png +share/codeblocks/images/codecompletion/dtor_public.png +share/codeblocks/images/codecompletion/enum.png +share/codeblocks/images/codecompletion/enum_private.png +share/codeblocks/images/codecompletion/enum_protected.png +share/codeblocks/images/codecompletion/enum_public.png +share/codeblocks/images/codecompletion/enumerator.png +share/codeblocks/images/codecompletion/enums_folder.png +share/codeblocks/images/codecompletion/folder.png +share/codeblocks/images/codecompletion/folder_blue.png +share/codeblocks/images/codecompletion/folder_blue_open.png +share/codeblocks/images/codecompletion/folder_green.png +share/codeblocks/images/codecompletion/folder_green_open.png +share/codeblocks/images/codecompletion/folder_open.png +share/codeblocks/images/codecompletion/funcs_folder.png +share/codeblocks/images/codecompletion/macro.png +share/codeblocks/images/codecompletion/macro_folder.png +share/codeblocks/images/codecompletion/macro_private.png +share/codeblocks/images/codecompletion/macro_protected.png +share/codeblocks/images/codecompletion/macro_public.png +share/codeblocks/images/codecompletion/method_private.png +share/codeblocks/images/codecompletion/method_protected.png +share/codeblocks/images/codecompletion/method_public.png +share/codeblocks/images/codecompletion/namespace.png +share/codeblocks/images/codecompletion/others_folder.png +share/codeblocks/images/codecompletion/preproc.png +share/codeblocks/images/codecompletion/preproc_folder.png +share/codeblocks/images/codecompletion/symbols_folder.png +share/codeblocks/images/codecompletion/typedef.png +share/codeblocks/images/codecompletion/typedef_private.png +share/codeblocks/images/codecompletion/typedef_protected.png +share/codeblocks/images/codecompletion/typedef_public.png +share/codeblocks/images/codecompletion/typedefs_folder.png +share/codeblocks/images/codecompletion/var_private.png +share/codeblocks/images/codecompletion/var_protected.png +share/codeblocks/images/codecompletion/var_public.png +share/codeblocks/images/codecompletion/vars_folder.png +share/codeblocks/images/codesnippets/allsnippets.png +share/codeblocks/images/codesnippets/category.png +share/codeblocks/images/codesnippets/findf.png +share/codeblocks/images/codesnippets/findfdisabled.png +share/codeblocks/images/codesnippets/options.png +share/codeblocks/images/codesnippets/optionsdisabled.png +share/codeblocks/images/codesnippets/snippet.png +share/codeblocks/images/codesnippets/stop.png +share/codeblocks/images/codesnippets/stopdisabled.png +share/codeblocks/images/compile.png +share/codeblocks/images/compilerun.png +share/codeblocks/images/contents_16x16.png +share/codeblocks/images/dbginfo.png +share/codeblocks/images/dbgnext.png +share/codeblocks/images/dbgnexti.png +share/codeblocks/images/dbgpause.png +share/codeblocks/images/dbgrun.png +share/codeblocks/images/dbgrunto.png +share/codeblocks/images/dbgstep.png +share/codeblocks/images/dbgstepi.png +share/codeblocks/images/dbgstepout.png +share/codeblocks/images/dbgstop.png +share/codeblocks/images/dbgwindow.png +share/codeblocks/images/edit_16x16.png +share/codeblocks/images/editcopy.png +share/codeblocks/images/editcut.png +share/codeblocks/images/editpaste.png +share/codeblocks/images/file-missing.png +share/codeblocks/images/file-modified.png +share/codeblocks/images/file-readonly.png +share/codeblocks/images/file.png +share/codeblocks/images/filefind.png +share/codeblocks/images/filenew.png +share/codeblocks/images/fileopen.png +share/codeblocks/images/fileprint.png +share/codeblocks/images/filesave.png +share/codeblocks/images/filesaveall.png +share/codeblocks/images/filesaveas.png +share/codeblocks/images/flag_16x16.png +share/codeblocks/images/folder.png +share/codeblocks/images/folder_new.png +share/codeblocks/images/folder_open.png +share/codeblocks/images/misc_16x16.png +share/codeblocks/images/modified_file.png +share/codeblocks/images/newproject.png +share/codeblocks/images/project-readonly.png +share/codeblocks/images/project.png +share/codeblocks/images/rc-file-added.png +share/codeblocks/images/rc-file-conflict.png +share/codeblocks/images/rc-file-external.png +share/codeblocks/images/rc-file-gotlock.png +share/codeblocks/images/rc-file-lockstolen.png +share/codeblocks/images/rc-file-mismatch.png +share/codeblocks/images/rc-file-missing.png +share/codeblocks/images/rc-file-modified.png +share/codeblocks/images/rc-file-noncontrolled.png +share/codeblocks/images/rc-file-outofdate.png +share/codeblocks/images/rc-file-requireslock.png +share/codeblocks/images/rc-file-uptodate.png +share/codeblocks/images/rebuild.png +share/codeblocks/images/redo.png +share/codeblocks/images/run.png +share/codeblocks/images/searchreplace.png +share/codeblocks/images/settings/DoxyBlocks-off.png +share/codeblocks/images/settings/DoxyBlocks.png +share/codeblocks/images/settings/SpellChecker-off.png +share/codeblocks/images/settings/SpellChecker.png +share/codeblocks/images/settings/ThreadSearch-off.png +share/codeblocks/images/settings/ThreadSearch.png +share/codeblocks/images/settings/ToolsPlus-off.png +share/codeblocks/images/settings/ToolsPlus.png +share/codeblocks/images/settings/abbrev-off.png +share/codeblocks/images/settings/abbrev.png +share/codeblocks/images/settings/astyle-plugin-off.png +share/codeblocks/images/settings/astyle-plugin.png +share/codeblocks/images/settings/autosave-off.png +share/codeblocks/images/settings/autosave.png +share/codeblocks/images/settings/batch-off.png +share/codeblocks/images/settings/batch.png +share/codeblocks/images/settings/codestats-off.png +share/codeblocks/images/settings/codestats.png +share/codeblocks/images/settings/colours-off.png +share/codeblocks/images/settings/colours.png +share/codeblocks/images/settings/compiler-off.png +share/codeblocks/images/settings/compiler.png +share/codeblocks/images/settings/debugger-off.png +share/codeblocks/images/settings/debugger.png +share/codeblocks/images/settings/default-code-off.png +share/codeblocks/images/settings/default-code.png +share/codeblocks/images/settings/dialogs-off.png +share/codeblocks/images/settings/dialogs.png +share/codeblocks/images/settings/dragscroll-off.png +share/codeblocks/images/settings/dragscroll.png +share/codeblocks/images/settings/editor-off.png +share/codeblocks/images/settings/editor.png +share/codeblocks/images/settings/envvars-off.png +share/codeblocks/images/settings/envvars.png +share/codeblocks/images/settings/extensions-off.png +share/codeblocks/images/settings/extensions.png +share/codeblocks/images/settings/folding-off.png +share/codeblocks/images/settings/folding.png +share/codeblocks/images/settings/general-prefs-off.png +share/codeblocks/images/settings/general-prefs.png +share/codeblocks/images/settings/generic-plugin-off.png +share/codeblocks/images/settings/generic-plugin.png +share/codeblocks/images/settings/gutter-margin-off.png +share/codeblocks/images/settings/gutter-margin.png +share/codeblocks/images/settings/help-plugin-off.png +share/codeblocks/images/settings/help-plugin.png +share/codeblocks/images/settings/incsearch-off.png +share/codeblocks/images/settings/incsearch.png +share/codeblocks/images/settings/net-off.png +share/codeblocks/images/settings/net.png +share/codeblocks/images/settings/notebook-appearance-off.png +share/codeblocks/images/settings/notebook-appearance.png +share/codeblocks/images/settings/onekeytobindthem-off.png +share/codeblocks/images/settings/onekeytobindthem.png +share/codeblocks/images/settings/profiler-off.png +share/codeblocks/images/settings/profiler.png +share/codeblocks/images/settings/syntax-highlight-off.png +share/codeblocks/images/settings/syntax-highlight.png +share/codeblocks/images/settings/todo-off.png +share/codeblocks/images/settings/todo.png +share/codeblocks/images/settings/valgrind-off.png +share/codeblocks/images/settings/valgrind.png +share/codeblocks/images/settings/view-off.png +share/codeblocks/images/settings/view.png +share/codeblocks/images/settings/wxsmith-off.png +share/codeblocks/images/settings/wxsmith.png +share/codeblocks/images/source.png +share/codeblocks/images/splash.png +share/codeblocks/images/splash_0802.png +share/codeblocks/images/splash_1005.png +share/codeblocks/images/stop.png +share/codeblocks/images/undo.png +share/codeblocks/images/vfolder_open.png +share/codeblocks/images/workspace-readonly.png +share/codeblocks/images/workspace.png +share/codeblocks/images/wxsmith/Custom16.png +share/codeblocks/images/wxsmith/Custom32.png +share/codeblocks/images/wxsmith/Spacer16.png +share/codeblocks/images/wxsmith/Spacer32.png +share/codeblocks/images/wxsmith/deletewidget16.png +share/codeblocks/images/wxsmith/deletewidget32.png +share/codeblocks/images/wxsmith/insertafter16.png +share/codeblocks/images/wxsmith/insertafter32.png +share/codeblocks/images/wxsmith/insertbefore16.png +share/codeblocks/images/wxsmith/insertbefore32.png +share/codeblocks/images/wxsmith/insertinto16.png +share/codeblocks/images/wxsmith/insertinto32.png +share/codeblocks/images/wxsmith/insertpoint16.png +share/codeblocks/images/wxsmith/insertpoint32.png +share/codeblocks/images/wxsmith/quickpropsclose16.png +share/codeblocks/images/wxsmith/quickpropsclose32.png +share/codeblocks/images/wxsmith/quickpropsopen16.png +share/codeblocks/images/wxsmith/quickpropsopen32.png +share/codeblocks/images/wxsmith/selected16.png +share/codeblocks/images/wxsmith/selected32.png +share/codeblocks/images/wxsmith/showpreview16.png +share/codeblocks/images/wxsmith/showpreview32.png +share/codeblocks/images/wxsmith/wxAnimationCtrl16.png +share/codeblocks/images/wxsmith/wxAnimationCtrl32.png +share/codeblocks/images/wxsmith/wxBitmapButton16.png +share/codeblocks/images/wxsmith/wxBitmapButton32.png +share/codeblocks/images/wxsmith/wxBitmapComboBox16.png +share/codeblocks/images/wxsmith/wxBitmapComboBox32.png +share/codeblocks/images/wxsmith/wxBoxSizer16.png +share/codeblocks/images/wxsmith/wxBoxSizer32.png +share/codeblocks/images/wxsmith/wxButton16.png +share/codeblocks/images/wxsmith/wxButton32.png +share/codeblocks/images/wxsmith/wxCalendarCtrl16.png +share/codeblocks/images/wxsmith/wxCalendarCtrl32.png +share/codeblocks/images/wxsmith/wxCheckBox16.png +share/codeblocks/images/wxsmith/wxCheckBox32.png +share/codeblocks/images/wxsmith/wxCheckListBox16.png +share/codeblocks/images/wxsmith/wxCheckListBox32.png +share/codeblocks/images/wxsmith/wxChoice16.png +share/codeblocks/images/wxsmith/wxChoice32.png +share/codeblocks/images/wxsmith/wxChoicebook16.png +share/codeblocks/images/wxsmith/wxChoicebook32.png +share/codeblocks/images/wxsmith/wxColourDialog16.png +share/codeblocks/images/wxsmith/wxColourDialog32.png +share/codeblocks/images/wxsmith/wxColourPickerCtrl16.png +share/codeblocks/images/wxsmith/wxColourPickerCtrl32.png +share/codeblocks/images/wxsmith/wxComboBox16.png +share/codeblocks/images/wxsmith/wxComboBox32.png +share/codeblocks/images/wxsmith/wxContextHelpButton16.png +share/codeblocks/images/wxsmith/wxContextHelpButton32.png +share/codeblocks/images/wxsmith/wxDatePickerCtrl16.png +share/codeblocks/images/wxsmith/wxDatePickerCtrl32.png +share/codeblocks/images/wxsmith/wxDialUpManager16.png +share/codeblocks/images/wxsmith/wxDialUpManager32.png +share/codeblocks/images/wxsmith/wxDialog16.png +share/codeblocks/images/wxsmith/wxDialog32.png +share/codeblocks/images/wxsmith/wxDirDialog16.png +share/codeblocks/images/wxsmith/wxDirDialog32.png +share/codeblocks/images/wxsmith/wxDirPickerCtrl16.png +share/codeblocks/images/wxsmith/wxDirPickerCtrl32.png +share/codeblocks/images/wxsmith/wxFileDialog16.png +share/codeblocks/images/wxsmith/wxFileDialog32.png +share/codeblocks/images/wxsmith/wxFilePickerCtrl16.png +share/codeblocks/images/wxsmith/wxFilePickerCtrl32.png +share/codeblocks/images/wxsmith/wxFindReplaceDialog16.png +share/codeblocks/images/wxsmith/wxFindReplaceDialog32.png +share/codeblocks/images/wxsmith/wxFlexGridSizer16.png +share/codeblocks/images/wxsmith/wxFlexGridSizer32.png +share/codeblocks/images/wxsmith/wxFontDialog16.png +share/codeblocks/images/wxsmith/wxFontDialog32.png +share/codeblocks/images/wxsmith/wxFontPickerCtrl16.png +share/codeblocks/images/wxsmith/wxFontPickerCtrl32.png +share/codeblocks/images/wxsmith/wxFrame16.png +share/codeblocks/images/wxsmith/wxFrame32.png +share/codeblocks/images/wxsmith/wxGLCanvas16.png +share/codeblocks/images/wxsmith/wxGLCanvas32.png +share/codeblocks/images/wxsmith/wxGauge16.png +share/codeblocks/images/wxsmith/wxGauge32.png +share/codeblocks/images/wxsmith/wxGenericDirCtrl16.png +share/codeblocks/images/wxsmith/wxGenericDirCtrl32.png +share/codeblocks/images/wxsmith/wxGrid16.png +share/codeblocks/images/wxsmith/wxGrid32.png +share/codeblocks/images/wxsmith/wxGridSizer16.png +share/codeblocks/images/wxsmith/wxGridSizer32.png +share/codeblocks/images/wxsmith/wxHtmlEasyPrinting16.png +share/codeblocks/images/wxsmith/wxHtmlEasyPrinting32.png +share/codeblocks/images/wxsmith/wxHtmlWindow16.png +share/codeblocks/images/wxsmith/wxHtmlWindow32.png +share/codeblocks/images/wxsmith/wxHyperlinkCtrl16.png +share/codeblocks/images/wxsmith/wxHyperlinkCtrl32.png +share/codeblocks/images/wxsmith/wxImage16.png +share/codeblocks/images/wxsmith/wxImage32.png +share/codeblocks/images/wxsmith/wxImageList16.png +share/codeblocks/images/wxsmith/wxImageList32.png +share/codeblocks/images/wxsmith/wxListBox16.png +share/codeblocks/images/wxsmith/wxListBox32.png +share/codeblocks/images/wxsmith/wxListCtrl16.png +share/codeblocks/images/wxsmith/wxListCtrl32.png +share/codeblocks/images/wxsmith/wxListView16.png +share/codeblocks/images/wxsmith/wxListView32.png +share/codeblocks/images/wxsmith/wxListbook16.png +share/codeblocks/images/wxsmith/wxListbook32.png +share/codeblocks/images/wxsmith/wxMediaCtrl16.png +share/codeblocks/images/wxsmith/wxMediaCtrl32.png +share/codeblocks/images/wxsmith/wxMenu16.png +share/codeblocks/images/wxsmith/wxMenu32.png +share/codeblocks/images/wxsmith/wxMenuBar16.png +share/codeblocks/images/wxsmith/wxMenuBar32.png +share/codeblocks/images/wxsmith/wxMenuItem16.png +share/codeblocks/images/wxsmith/wxMenuItem32.png +share/codeblocks/images/wxsmith/wxMessageDialog16.png +share/codeblocks/images/wxsmith/wxMessageDialog32.png +share/codeblocks/images/wxsmith/wxMultiChoiceDialog16.png +share/codeblocks/images/wxsmith/wxMultiChoiceDialog32.png +share/codeblocks/images/wxsmith/wxNotebook16.png +share/codeblocks/images/wxsmith/wxNotebook32.png +share/codeblocks/images/wxsmith/wxPageSetupDialog16.png +share/codeblocks/images/wxsmith/wxPageSetupDialog32.png +share/codeblocks/images/wxsmith/wxPanel16.png +share/codeblocks/images/wxsmith/wxPanel32.png +share/codeblocks/images/wxsmith/wxPasswordEntryDialog16.png +share/codeblocks/images/wxsmith/wxPasswordEntryDialog32.png +share/codeblocks/images/wxsmith/wxPrintDialog16.png +share/codeblocks/images/wxsmith/wxPrintDialog32.png +share/codeblocks/images/wxsmith/wxProgressDialog16.png +share/codeblocks/images/wxsmith/wxProgressDialog32.png +share/codeblocks/images/wxsmith/wxRadioBox16.png +share/codeblocks/images/wxsmith/wxRadioBox32.png +share/codeblocks/images/wxsmith/wxRadioButton16.png +share/codeblocks/images/wxsmith/wxRadioButton32.png +share/codeblocks/images/wxsmith/wxRichTextCtrl16.png +share/codeblocks/images/wxsmith/wxRichTextCtrl32.png +share/codeblocks/images/wxsmith/wxRichTextFormattingDialog16.png +share/codeblocks/images/wxsmith/wxRichTextFormattingDialog32.png +share/codeblocks/images/wxsmith/wxRichTextStyleComboCtrl16.png +share/codeblocks/images/wxsmith/wxRichTextStyleComboCtrl32.png +share/codeblocks/images/wxsmith/wxRichTextStyleListBox16.png +share/codeblocks/images/wxsmith/wxRichTextStyleListBox32.png +share/codeblocks/images/wxsmith/wxRichTextStyleListCtrl16.png +share/codeblocks/images/wxsmith/wxRichTextStyleListCtrl32.png +share/codeblocks/images/wxsmith/wxRichTextStyleOrganiserDialog16.png +share/codeblocks/images/wxsmith/wxRichTextStyleOrganiserDialog32.png +share/codeblocks/images/wxsmith/wxSashLayoutWindow16.png +share/codeblocks/images/wxsmith/wxSashLayoutWindow32.png +share/codeblocks/images/wxsmith/wxSashWindow16.png +share/codeblocks/images/wxsmith/wxSashWindow32.png +share/codeblocks/images/wxsmith/wxScrollBar16.png +share/codeblocks/images/wxsmith/wxScrollBar32.png +share/codeblocks/images/wxsmith/wxScrolledWindow16.png +share/codeblocks/images/wxsmith/wxScrolledWindow32.png +share/codeblocks/images/wxsmith/wxScrollingDialog16.png +share/codeblocks/images/wxsmith/wxScrollingDialog32.png +share/codeblocks/images/wxsmith/wxSearchCtrl16.png +share/codeblocks/images/wxsmith/wxSearchCtrl32.png +share/codeblocks/images/wxsmith/wxSimpleHtmlListBox16.png +share/codeblocks/images/wxsmith/wxSimpleHtmlListBox32.png +share/codeblocks/images/wxsmith/wxSingleChoiceDialog16.png +share/codeblocks/images/wxsmith/wxSingleChoiceDialog32.png +share/codeblocks/images/wxsmith/wxSingleInstanceChecker16.png +share/codeblocks/images/wxsmith/wxSingleInstanceChecker32.png +share/codeblocks/images/wxsmith/wxSlider16.png +share/codeblocks/images/wxsmith/wxSlider32.png +share/codeblocks/images/wxsmith/wxSmith16.png +share/codeblocks/images/wxsmith/wxSmith32.png +share/codeblocks/images/wxsmith/wxSpinButton16.png +share/codeblocks/images/wxsmith/wxSpinButton32.png +share/codeblocks/images/wxsmith/wxSpinCtrl16.png +share/codeblocks/images/wxsmith/wxSpinCtrl32.png +share/codeblocks/images/wxsmith/wxSplitterWindow16.png +share/codeblocks/images/wxsmith/wxSplitterWindow32.png +share/codeblocks/images/wxsmith/wxStaticBitmap16.png +share/codeblocks/images/wxsmith/wxStaticBitmap32.png +share/codeblocks/images/wxsmith/wxStaticBox16.png +share/codeblocks/images/wxsmith/wxStaticBox32.png +share/codeblocks/images/wxsmith/wxStaticBoxSizer16.png +share/codeblocks/images/wxsmith/wxStaticBoxSizer32.png +share/codeblocks/images/wxsmith/wxStaticLine16.png +share/codeblocks/images/wxsmith/wxStaticLine32.png +share/codeblocks/images/wxsmith/wxStaticText16.png +share/codeblocks/images/wxsmith/wxStaticText32.png +share/codeblocks/images/wxsmith/wxStatusBar16.png +share/codeblocks/images/wxsmith/wxStatusBar32.png +share/codeblocks/images/wxsmith/wxStdDialogButtonSizer16.png +share/codeblocks/images/wxsmith/wxStdDialogButtonSizer32.png +share/codeblocks/images/wxsmith/wxStopWatch16.png +share/codeblocks/images/wxsmith/wxStopWatch32.png +share/codeblocks/images/wxsmith/wxSymbolPickerDialog16.png +share/codeblocks/images/wxsmith/wxSymbolPickerDialog32.png +share/codeblocks/images/wxsmith/wxTextCtrl16.png +share/codeblocks/images/wxsmith/wxTextCtrl32.png +share/codeblocks/images/wxsmith/wxTextEntryDialog16.png +share/codeblocks/images/wxsmith/wxTextEntryDialog32.png +share/codeblocks/images/wxsmith/wxTimer16.png +share/codeblocks/images/wxsmith/wxTimer32.png +share/codeblocks/images/wxsmith/wxToggleButton16.png +share/codeblocks/images/wxsmith/wxToggleButton32.png +share/codeblocks/images/wxsmith/wxToolBar16.png +share/codeblocks/images/wxsmith/wxToolBar32.png +share/codeblocks/images/wxsmith/wxToolBarItem16.png +share/codeblocks/images/wxsmith/wxToolBarItem32.png +share/codeblocks/images/wxsmith/wxTreeCtrl16.png +share/codeblocks/images/wxsmith/wxTreeCtrl32.png +share/codeblocks/images/wxsmith/wxTreebook16.png +share/codeblocks/images/wxsmith/wxTreebook32.png +share/codeblocks/keybinder.zip +share/codeblocks/lexers/lexer_A68k.sample +share/codeblocks/lexers/lexer_A68k.xml +share/codeblocks/lexers/lexer_OgreCompositor.sample +share/codeblocks/lexers/lexer_OgreCompositor.xml +share/codeblocks/lexers/lexer_OgreMaterial.sample +share/codeblocks/lexers/lexer_OgreMaterial.xml +share/codeblocks/lexers/lexer_ada.sample +share/codeblocks/lexers/lexer_ada.xml +share/codeblocks/lexers/lexer_angelscript.sample +share/codeblocks/lexers/lexer_angelscript.xml +share/codeblocks/lexers/lexer_bash.sample +share/codeblocks/lexers/lexer_bash.xml +share/codeblocks/lexers/lexer_batch.sample +share/codeblocks/lexers/lexer_batch.xml +share/codeblocks/lexers/lexer_bibtex.xml +share/codeblocks/lexers/lexer_caml.sample +share/codeblocks/lexers/lexer_caml.xml +share/codeblocks/lexers/lexer_cg.sample +share/codeblocks/lexers/lexer_cg.xml +share/codeblocks/lexers/lexer_cmake.sample +share/codeblocks/lexers/lexer_cmake.xml +share/codeblocks/lexers/lexer_cpp.sample +share/codeblocks/lexers/lexer_cpp.xml +share/codeblocks/lexers/lexer_css.sample +share/codeblocks/lexers/lexer_css.xml +share/codeblocks/lexers/lexer_d.sample +share/codeblocks/lexers/lexer_d.xml +share/codeblocks/lexers/lexer_diff.sample +share/codeblocks/lexers/lexer_diff.xml +share/codeblocks/lexers/lexer_f77.sample +share/codeblocks/lexers/lexer_f77.xml +share/codeblocks/lexers/lexer_fortran.sample +share/codeblocks/lexers/lexer_fortran.xml +share/codeblocks/lexers/lexer_glsl.sample +share/codeblocks/lexers/lexer_glsl.xml +share/codeblocks/lexers/lexer_gm.sample +share/codeblocks/lexers/lexer_gm.xml +share/codeblocks/lexers/lexer_haskell.sample +share/codeblocks/lexers/lexer_haskell.xml +share/codeblocks/lexers/lexer_hitasm.sample +share/codeblocks/lexers/lexer_hitasm.xml +share/codeblocks/lexers/lexer_html.sample +share/codeblocks/lexers/lexer_html.xml +share/codeblocks/lexers/lexer_latex.sample +share/codeblocks/lexers/lexer_latex.xml +share/codeblocks/lexers/lexer_lisp.sample +share/codeblocks/lexers/lexer_lisp.xml +share/codeblocks/lexers/lexer_lua.sample +share/codeblocks/lexers/lexer_lua.xml +share/codeblocks/lexers/lexer_make.sample +share/codeblocks/lexers/lexer_make.xml +share/codeblocks/lexers/lexer_masm.sample +share/codeblocks/lexers/lexer_masm.xml +share/codeblocks/lexers/lexer_matlab.sample +share/codeblocks/lexers/lexer_matlab.xml +share/codeblocks/lexers/lexer_nsis.sample +share/codeblocks/lexers/lexer_nsis.xml +share/codeblocks/lexers/lexer_pascal.sample +share/codeblocks/lexers/lexer_pascal.xml +share/codeblocks/lexers/lexer_perl.sample +share/codeblocks/lexers/lexer_perl.xml +share/codeblocks/lexers/lexer_postscript.sample +share/codeblocks/lexers/lexer_postscript.xml +share/codeblocks/lexers/lexer_prg.sample +share/codeblocks/lexers/lexer_prg.xml +share/codeblocks/lexers/lexer_properties.sample +share/codeblocks/lexers/lexer_properties.xml +share/codeblocks/lexers/lexer_python.sample +share/codeblocks/lexers/lexer_python.xml +share/codeblocks/lexers/lexer_rc.sample +share/codeblocks/lexers/lexer_rc.xml +share/codeblocks/lexers/lexer_ruby.sample +share/codeblocks/lexers/lexer_ruby.xml +share/codeblocks/lexers/lexer_smalltalk.sample +share/codeblocks/lexers/lexer_smalltalk.xml +share/codeblocks/lexers/lexer_sql.sample +share/codeblocks/lexers/lexer_sql.xml +share/codeblocks/lexers/lexer_squirrel.sample +share/codeblocks/lexers/lexer_squirrel.xml +share/codeblocks/lexers/lexer_vbscript.sample +share/codeblocks/lexers/lexer_vbscript.xml +share/codeblocks/lexers/lexer_verilog.sample +share/codeblocks/lexers/lexer_verilog.xml +share/codeblocks/lexers/lexer_vhdl.sample +share/codeblocks/lexers/lexer_vhdl.xml +share/codeblocks/lexers/lexer_xml.sample +share/codeblocks/lexers/lexer_xml.xml +share/codeblocks/lib_finder.zip +share/codeblocks/lib_finder/codeblocks_sdk.xml +share/codeblocks/lib_finder/glfw.xml +share/codeblocks/lib_finder/wxwidgets.xml +share/codeblocks/manager_resources.zip +share/codeblocks/openfileslist.zip +share/codeblocks/projectsimporter.zip +share/codeblocks/resources.zip +share/codeblocks/scriptedwizard.zip +share/codeblocks/scripts/edit_startup_script.script +share/codeblocks/scripts/gdb_types.script +share/codeblocks/scripts/make_dist.script +share/codeblocks/scripts/plugin_find_broken_files.script +share/codeblocks/scripts/sample_plugin.script +share/codeblocks/scripts/startup.script +share/codeblocks/scripts/stl-views-1.0.3.gdb +share/codeblocks/scripts/wx_help.script +share/codeblocks/start_here.zip +share/codeblocks/templates/console-main-c.cpp +share/codeblocks/templates/console-main-cpp.cpp +share/codeblocks/templates/console.cbp +share/codeblocks/templates/console.png +share/codeblocks/templates/console.template +share/codeblocks/templates/dll.png +share/codeblocks/templates/glfw-main.cpp +share/codeblocks/templates/glfw-static.cbp +share/codeblocks/templates/glfw.png +share/codeblocks/templates/glfw.template +share/codeblocks/templates/glut-main.cpp +share/codeblocks/templates/glut.png +share/codeblocks/templates/irr_linux.cbp +share/codeblocks/templates/irr_main.cpp +share/codeblocks/templates/irrlicht.png +share/codeblocks/templates/irrlicht.template +share/codeblocks/templates/ogre-main.cpp +share/codeblocks/templates/ogre.template +share/codeblocks/templates/ogre_linux.cbp +share/codeblocks/templates/ogrelogo.png +share/codeblocks/templates/qt-main.cpp +share/codeblocks/templates/qt.cbp +share/codeblocks/templates/qt.template +share/codeblocks/templates/qtlogo32.png +share/codeblocks/templates/sdccapp-main.c +share/codeblocks/templates/sdccapp.cbp +share/codeblocks/templates/sdccapp.png +share/codeblocks/templates/sdccapp.template +share/codeblocks/templates/sdl-cb.bmp +share/codeblocks/templates/sdl-main.cpp +share/codeblocks/templates/sdl.png +share/codeblocks/templates/sdlapp.cbp +share/codeblocks/templates/sdlapp.template +share/codeblocks/templates/sfml-cb.bmp +share/codeblocks/templates/sfml-main.cpp +share/codeblocks/templates/sfml.cbp +share/codeblocks/templates/sfml.png +share/codeblocks/templates/sfml.template +share/codeblocks/templates/sharedlib-sample.c +share/codeblocks/templates/sharedlib.cbp +share/codeblocks/templates/sharedlib.template +share/codeblocks/templates/staticlib-sample.c +share/codeblocks/templates/staticlib.cbp +share/codeblocks/templates/staticlib.template +share/codeblocks/templates/wizard/arm/files/ARM-eval7t/h/evaluator7t.h +share/codeblocks/templates/wizard/arm/files/ARM-eval7t/ld/target.ld +share/codeblocks/templates/wizard/arm/files/ARM-eval7t/src/main.c +share/codeblocks/templates/wizard/arm/files/ARM-eval7t/src/vectors.S +share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/h/at91sam7a3.h +share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/h/sam7a3ek.h +share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/ld/target.ld +share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/ld/targetRAM.ld +share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/src/main.c +share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/src/vectors.S +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/h/arm9_mm.h +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/h/lh7a404.h +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/h/lpd404.h +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/ld/target.ld +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/src/lh7a404_mm.c +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/src/main.c +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/src/vectors.S +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/h/at91sam7sx.h +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/h/sam7p64.h +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s128.ld +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s256.ld +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s32.ld +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s64.ld +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/src/main.c +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/src/vectors.S +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/h/lpc-p2138.h +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/h/lpc213x.h +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/ld/target_2132.ld +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/ld/target_2134.ld +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/ld/target_2136.ld +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/ld/target_2138.ld +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/src/main.c +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/src/vectors.S +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/h/at91m55800.h +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/ld/target.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/ld/targetRAM_1MB.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/ld/targetRAM_512kB.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/ld/targetROM.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/src/main.c +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/src/vectors.S +share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/h/lpc2294.h +share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/ld/target.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/ld/targetRAM_1MB.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/ld/targetROM.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/src/main.c +share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/src/vectors.S +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/h/pxa255regs.h +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/h/pxa_mm.h +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/ld/target.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/src/irq.c +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/src/main.c +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/src/pxa_mm.c +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/src/vectors.S +share/codeblocks/templates/wizard/arm/logo.png +share/codeblocks/templates/wizard/arm/wizard.png +share/codeblocks/templates/wizard/arm/wizard.script +share/codeblocks/templates/wizard/avr/files/main.c +share/codeblocks/templates/wizard/avr/logo.png +share/codeblocks/templates/wizard/avr/wizard.png +share/codeblocks/templates/wizard/avr/wizard.script +share/codeblocks/templates/wizard/avr/wizard.xrc +share/codeblocks/templates/wizard/c_file/logo.png +share/codeblocks/templates/wizard/c_file/wizard.png +share/codeblocks/templates/wizard/c_file/wizard.script +share/codeblocks/templates/wizard/common_functions.script +share/codeblocks/templates/wizard/config.script +share/codeblocks/templates/wizard/console/c/main.c +share/codeblocks/templates/wizard/console/cpp/main.cpp +share/codeblocks/templates/wizard/console/logo.png +share/codeblocks/templates/wizard/console/wizard.png +share/codeblocks/templates/wizard/console/wizard.script +share/codeblocks/templates/wizard/d/console/hello.d +share/codeblocks/templates/wizard/d/logo.png +share/codeblocks/templates/wizard/d/wizard.png +share/codeblocks/templates/wizard/d/wizard.script +share/codeblocks/templates/wizard/directx/dx8/main.cpp +share/codeblocks/templates/wizard/directx/dx9/main.cpp +share/codeblocks/templates/wizard/directx/logo.png +share/codeblocks/templates/wizard/directx/wizard.png +share/codeblocks/templates/wizard/directx/wizard.script +share/codeblocks/templates/wizard/dll/files/main.cpp +share/codeblocks/templates/wizard/dll/files/main.h +share/codeblocks/templates/wizard/dll/logo.png +share/codeblocks/templates/wizard/dll/wizard.png +share/codeblocks/templates/wizard/dll/wizard.script +share/codeblocks/templates/wizard/empty/logo.png +share/codeblocks/templates/wizard/empty/wizard.png +share/codeblocks/templates/wizard/empty/wizard.script +share/codeblocks/templates/wizard/empty_file/logo.png +share/codeblocks/templates/wizard/empty_file/wizard.png +share/codeblocks/templates/wizard/empty_file/wizard.script +share/codeblocks/templates/wizard/fltk/files/main.cpp +share/codeblocks/templates/wizard/fltk/fluid/main.cpp +share/codeblocks/templates/wizard/fltk/fluid/main.fld +share/codeblocks/templates/wizard/fltk/fluid/main.h +share/codeblocks/templates/wizard/fltk/logo.png +share/codeblocks/templates/wizard/fltk/wizard.png +share/codeblocks/templates/wizard/fltk/wizard.script +share/codeblocks/templates/wizard/fortran/app/files/main.f95 +share/codeblocks/templates/wizard/fortran/app/logo.png +share/codeblocks/templates/wizard/fortran/app/wizard.png +share/codeblocks/templates/wizard/fortran/app/wizard.script +share/codeblocks/templates/wizard/fortran/dll/files/main.f95 +share/codeblocks/templates/wizard/fortran/dll/logo.png +share/codeblocks/templates/wizard/fortran/dll/wizard.png +share/codeblocks/templates/wizard/fortran/dll/wizard.script +share/codeblocks/templates/wizard/fortran/file/logo.png +share/codeblocks/templates/wizard/fortran/file/wizard.png +share/codeblocks/templates/wizard/fortran/file/wizard.script +share/codeblocks/templates/wizard/fortran/lib/files/main.f95 +share/codeblocks/templates/wizard/fortran/lib/logo.png +share/codeblocks/templates/wizard/fortran/lib/wizard.png +share/codeblocks/templates/wizard/fortran/lib/wizard.script +share/codeblocks/templates/wizard/glfw/files/main.cpp +share/codeblocks/templates/wizard/glfw/logo.png +share/codeblocks/templates/wizard/glfw/wizard.png +share/codeblocks/templates/wizard/glfw/wizard.script +share/codeblocks/templates/wizard/glut/files/main.cpp +share/codeblocks/templates/wizard/glut/logo.png +share/codeblocks/templates/wizard/glut/wizard.png +share/codeblocks/templates/wizard/glut/wizard.script +share/codeblocks/templates/wizard/gtk/files/main.c +share/codeblocks/templates/wizard/gtk/logo.png +share/codeblocks/templates/wizard/gtk/wizard.png +share/codeblocks/templates/wizard/gtk/wizard.script +share/codeblocks/templates/wizard/h_file/logo.png +share/codeblocks/templates/wizard/h_file/wizard.png +share/codeblocks/templates/wizard/h_file/wizard.script +share/codeblocks/templates/wizard/irrlicht/files/main.cpp +share/codeblocks/templates/wizard/irrlicht/logo.png +share/codeblocks/templates/wizard/irrlicht/wizard.png +share/codeblocks/templates/wizard/irrlicht/wizard.script +share/codeblocks/templates/wizard/lf/files/quick/main.cpp +share/codeblocks/templates/wizard/lf/files/structured/CMain.cpp +share/codeblocks/templates/wizard/lf/files/structured/CMain.h +share/codeblocks/templates/wizard/lf/files/structured/main.cpp +share/codeblocks/templates/wizard/lf/logo.png +share/codeblocks/templates/wizard/lf/wizard.png +share/codeblocks/templates/wizard/lf/wizard.script +share/codeblocks/templates/wizard/lf/wizard.xrc +share/codeblocks/templates/wizard/matlab_csf/files/lccstub.c +share/codeblocks/templates/wizard/matlab_csf/files/mexversion.rc +share/codeblocks/templates/wizard/matlab_csf/files/sfuntmpl.c +share/codeblocks/templates/wizard/matlab_csf/logo.png +share/codeblocks/templates/wizard/matlab_csf/wizard.png +share/codeblocks/templates/wizard/matlab_csf/wizard.script +share/codeblocks/templates/wizard/matlab_csf/wizard.xrc +share/codeblocks/templates/wizard/ogre/files/main.cpp +share/codeblocks/templates/wizard/ogre/logo.png +share/codeblocks/templates/wizard/ogre/wizard.png +share/codeblocks/templates/wizard/ogre/wizard.script +share/codeblocks/templates/wizard/opengl/files_unix/main.c +share/codeblocks/templates/wizard/opengl/files_win/main.c +share/codeblocks/templates/wizard/opengl/logo.png +share/codeblocks/templates/wizard/opengl/wizard.png +share/codeblocks/templates/wizard/opengl/wizard.script +share/codeblocks/templates/wizard/plugins/logo.png +share/codeblocks/templates/wizard/plugins/templates/generic_template.cpp +share/codeblocks/templates/wizard/plugins/templates/generic_template.h +share/codeblocks/templates/wizard/plugins/templates/manifest_template.xml +share/codeblocks/templates/wizard/plugins/templates/mime_template.cpp +share/codeblocks/templates/wizard/plugins/templates/mime_template.h +share/codeblocks/templates/wizard/plugins/templates/tool_template.cpp +share/codeblocks/templates/wizard/plugins/templates/tool_template.h +share/codeblocks/templates/wizard/plugins/templates/wizard_template.cpp +share/codeblocks/templates/wizard/plugins/templates/wizard_template.h +share/codeblocks/templates/wizard/plugins/wizard.png +share/codeblocks/templates/wizard/plugins/wizard.script +share/codeblocks/templates/wizard/plugins/wizard.xrc +share/codeblocks/templates/wizard/ppc/files/MPC5200/h/mpc5200.h +share/codeblocks/templates/wizard/ppc/files/MPC5200/ld/target.ld +share/codeblocks/templates/wizard/ppc/files/MPC5200/src/crt0.S +share/codeblocks/templates/wizard/ppc/files/MPC5200/src/main.c +share/codeblocks/templates/wizard/ppc/files/MPC5200/src/traptable.S +share/codeblocks/templates/wizard/ppc/files/MPC565/h/mpc555.h +share/codeblocks/templates/wizard/ppc/files/MPC565/ld/target.ld +share/codeblocks/templates/wizard/ppc/files/MPC565/src/crt0.S +share/codeblocks/templates/wizard/ppc/files/MPC565/src/main.c +share/codeblocks/templates/wizard/ppc/logo.png +share/codeblocks/templates/wizard/ppc/wizard.png +share/codeblocks/templates/wizard/ppc/wizard.script +share/codeblocks/templates/wizard/qt4/files/main.cpp +share/codeblocks/templates/wizard/qt4/logo.png +share/codeblocks/templates/wizard/qt4/wizard.png +share/codeblocks/templates/wizard/qt4/wizard.script +share/codeblocks/templates/wizard/sdl/files/cb.bmp +share/codeblocks/templates/wizard/sdl/files/main.cpp +share/codeblocks/templates/wizard/sdl/logo.png +share/codeblocks/templates/wizard/sdl/wizard.png +share/codeblocks/templates/wizard/sdl/wizard.script +share/codeblocks/templates/wizard/sfml/files/cb.bmp +share/codeblocks/templates/wizard/sfml/files/main.cpp +share/codeblocks/templates/wizard/sfml/logo.png +share/codeblocks/templates/wizard/sfml/wizard.png +share/codeblocks/templates/wizard/sfml/wizard.script +share/codeblocks/templates/wizard/sharedlib/c/main.c +share/codeblocks/templates/wizard/sharedlib/cpp/main.cpp +share/codeblocks/templates/wizard/sharedlib/logo.png +share/codeblocks/templates/wizard/sharedlib/wizard.png +share/codeblocks/templates/wizard/sharedlib/wizard.script +share/codeblocks/templates/wizard/smartwin/files/main.cpp +share/codeblocks/templates/wizard/smartwin/logo.png +share/codeblocks/templates/wizard/smartwin/wizard.png +share/codeblocks/templates/wizard/smartwin/wizard.script +share/codeblocks/templates/wizard/staticlib/files/main.c +share/codeblocks/templates/wizard/staticlib/logo.png +share/codeblocks/templates/wizard/staticlib/wizard.png +share/codeblocks/templates/wizard/staticlib/wizard.script +share/codeblocks/templates/wizard/stlport/files/main.cpp +share/codeblocks/templates/wizard/stlport/logo.png +share/codeblocks/templates/wizard/stlport/wizard.png +share/codeblocks/templates/wizard/stlport/wizard.script +share/codeblocks/templates/wizard/sys/files/driver.c +share/codeblocks/templates/wizard/sys/logo.png +share/codeblocks/templates/wizard/sys/wizard.png +share/codeblocks/templates/wizard/sys/wizard.script +share/codeblocks/templates/wizard/tricore/logo.png +share/codeblocks/templates/wizard/tricore/templates/EasyKit-TC1767/target.ld +share/codeblocks/templates/wizard/tricore/templates/EasyKit-TC1767/targetIntResources.ld +share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796/h/easyrun_setup.h +share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1161/target.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1161/targetIntResources.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1162/target.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1162/targetIntResources.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1762/target.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1762/targetIntResources.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1766/target.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1766/targetIntResources.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/main.c +share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130/h/phycore_setup.h +share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775/h/phycore_setup.h +share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775/src/setup.c +share/codeblocks/templates/wizard/tricore/wizard.png +share/codeblocks/templates/wizard/tricore/wizard.script +share/codeblocks/templates/wizard/tricore/wizard.xrc +share/codeblocks/templates/wizard/win32gui/files/dialog/main.cpp +share/codeblocks/templates/wizard/win32gui/files/dialog/resource.h +share/codeblocks/templates/wizard/win32gui/files/dialog/resource.rc +share/codeblocks/templates/wizard/win32gui/files/frame/main.cpp +share/codeblocks/templates/wizard/win32gui/logo.png +share/codeblocks/templates/wizard/win32gui/wizard.png +share/codeblocks/templates/wizard/win32gui/wizard.script +share/codeblocks/templates/wizard/wxwidgets/common/app.cpp +share/codeblocks/templates/wizard/wxwidgets/common/app.h +share/codeblocks/templates/wizard/wxwidgets/common/main.cpp +share/codeblocks/templates/wizard/wxwidgets/common/main.h +share/codeblocks/templates/wizard/wxwidgets/logo.png +share/codeblocks/templates/wizard/wxwidgets/pch/wx_pch.h +share/codeblocks/templates/wizard/wxwidgets/rc/resource.rc +share/codeblocks/templates/wizard/wxwidgets/wizard.png +share/codeblocks/templates/wizard/wxwidgets/wizard.script +share/codeblocks/templates/wizard/wxwidgets/wizard.xrc +share/codeblocks/templates/wizard/wxwidgets/wxfb/dialog/GUIDialog.cpp +share/codeblocks/templates/wizard/wxwidgets/wxfb/dialog/GUIDialog.h +share/codeblocks/templates/wizard/wxwidgets/wxfb/dialog/WxWizDialog.fbp +share/codeblocks/templates/wizard/wxwidgets/wxfb/frame/GUIFrame.cpp +share/codeblocks/templates/wizard/wxwidgets/wxfb/frame/GUIFrame.h +share/codeblocks/templates/wizard/wxwidgets/wxfb/frame/WxWizFrame.fbp +share/codeblocks/templates/wizard/wxwidgets/wxsmith/app.cpp +share/codeblocks/templates/wizard/wxwidgets/wxsmith/main.cpp +share/codeblocks/templates/wizard/wxwidgets/wxsmith/main.h +share/codeblocks/templates/wizard/wxwidgets/wxsmith/resource.wxs +share/codeblocks/templates/wx-app-ash.cpp +share/codeblocks/templates/wx-app-ash.h +share/codeblocks/templates/wx-main-ash.cpp +share/codeblocks/templates/wx-main-ash.h +share/codeblocks/templates/wx-main-s.cpp +share/codeblocks/templates/wx-main-sh.cpp +share/codeblocks/templates/wx-main-sh.h +share/codeblocks/templates/wx_pch.h +share/codeblocks/templates/wxwidgets.cbp +share/codeblocks/templates/wxwidgets.png +share/codeblocks/templates/wxwidgets.template +share/codeblocks/tips.txt +share/codeblocks/todo.zip +share/codeblocks/wxSmithAui.zip +share/codeblocks/wxsmith.zip +share/codeblocks/wxsmithcontribitems.zip share/icons/hicolor/48x48/mimetypes/application-x-codeblocks-workspace.png share/icons/hicolor/48x48/mimetypes/application-x-codeblocks.png -share/mime/application/x-codeblocks-workspace.xml -share/mime/application/x-codeblocks.xml share/mime/packages/codeblocks.xml share/pixmaps/codeblocks.png -%%DATADIR%%/AutoVersioning.zip -%%DATADIR%%/BrowseTracker.zip -%%DATADIR%%/Cccc.zip -%%DATADIR%%/CppCheck.zip -%%DATADIR%%/HexEditor.zip -%%DATADIR%%/IncrementalSearch.zip -%%DATADIR%%/MouseSap.zip -%%DATADIR%%/Profiler.zip -%%DATADIR%%/RegExTestbed.zip -%%DATADIR%%/SymTab.zip -%%DATADIR%%/ThreadSearch.zip -%%DATADIR%%/Valgrind.zip -%%DATADIR%%/astyle.zip -%%DATADIR%%/autosave.zip -%%DATADIR%%/byogames.zip -%%DATADIR%%/cb_koders.zip -%%DATADIR%%/classwizard.zip -%%DATADIR%%/codecompletion.zip -%%DATADIR%%/codesnippets.zip -%%DATADIR%%/codestat.zip -%%DATADIR%%/compiler.zip -%%DATADIR%%/copystrings.zip -%%DATADIR%%/debugger.zip -%%DATADIR%%/defaultmimehandler.zip -%%DATADIR%%/dragscroll.zip -%%DATADIR%%/envvars.zip -%%DATADIR%%/exporter.zip -%%DATADIR%%/headerfixup.zip -%%DATADIR%%/help_plugin.zip -%%DATADIR%%/icons/app.xpm -%%DATADIR%%/icons/app_64.xpm -%%DATADIR%%/icons/c64.xpm -%%DATADIR%%/icons/cbp64.xpm -%%DATADIR%%/icons/cg64.xpm -%%DATADIR%%/icons/cpp64.xpm -%%DATADIR%%/icons/csd64.xpm -%%DATADIR%%/icons/d64.xpm -%%DATADIR%%/icons/dev64.xpm -%%DATADIR%%/icons/dsp64.xpm -%%DATADIR%%/icons/dsw64.xpm -%%DATADIR%%/icons/f64.xpm -%%DATADIR%%/icons/h64.xpm -%%DATADIR%%/icons/proj64.xpm -%%DATADIR%%/icons/rc64.xpm -%%DATADIR%%/images/16x16/bookmark_add.png -%%DATADIR%%/images/16x16/dbginfo.png -%%DATADIR%%/images/16x16/dbgnext.png -%%DATADIR%%/images/16x16/dbgrun.png -%%DATADIR%%/images/16x16/dbgrunto.png -%%DATADIR%%/images/16x16/dbgstep.png -%%DATADIR%%/images/16x16/dbgstepi.png -%%DATADIR%%/images/16x16/dbgstepout.png -%%DATADIR%%/images/16x16/dbgstop.png -%%DATADIR%%/images/16x16/editcopy.png -%%DATADIR%%/images/16x16/editcut.png -%%DATADIR%%/images/16x16/editpaste.png -%%DATADIR%%/images/16x16/exit.png -%%DATADIR%%/images/16x16/fileclose.png -%%DATADIR%%/images/16x16/filefind.png -%%DATADIR%%/images/16x16/filefindnext.png -%%DATADIR%%/images/16x16/filefindprev.png -%%DATADIR%%/images/16x16/filenew.png -%%DATADIR%%/images/16x16/fileopen.png -%%DATADIR%%/images/16x16/fileprint.png -%%DATADIR%%/images/16x16/filequickprint.png -%%DATADIR%%/images/16x16/filesave.png -%%DATADIR%%/images/16x16/filesaveall.png -%%DATADIR%%/images/16x16/filesaveas.png -%%DATADIR%%/images/16x16/findf.png -%%DATADIR%%/images/16x16/folder.png -%%DATADIR%%/images/16x16/folder_new.png -%%DATADIR%%/images/16x16/folder_open.png -%%DATADIR%%/images/16x16/folder_yel.png -%%DATADIR%%/images/16x16/folder_yel_open.png -%%DATADIR%%/images/16x16/goto.png -%%DATADIR%%/images/16x16/history_clear.png -%%DATADIR%%/images/16x16/idea.png -%%DATADIR%%/images/16x16/info.png -%%DATADIR%%/images/16x16/mark.png -%%DATADIR%%/images/16x16/mark_clear.png -%%DATADIR%%/images/16x16/mark_next.png -%%DATADIR%%/images/16x16/mark_prev.png -%%DATADIR%%/images/16x16/newproject.png -%%DATADIR%%/images/16x16/next.png -%%DATADIR%%/images/16x16/plug.png -%%DATADIR%%/images/16x16/prev.png -%%DATADIR%%/images/16x16/project-readonly.png -%%DATADIR%%/images/16x16/project.png -%%DATADIR%%/images/16x16/projectnew.png -%%DATADIR%%/images/16x16/redo.png -%%DATADIR%%/images/16x16/run.png -%%DATADIR%%/images/16x16/searchreplace.png -%%DATADIR%%/images/16x16/searchreplacef.png -%%DATADIR%%/images/16x16/undo.png -%%DATADIR%%/images/16x16/view_sidetree.png -%%DATADIR%%/images/16x16/view_tree.png -%%DATADIR%%/images/16x16/window.png -%%DATADIR%%/images/16x16/window_fullscreen.png -%%DATADIR%%/images/16x16/workspace-readonly.png -%%DATADIR%%/images/16x16/workspace.png -%%DATADIR%%/images/ThreadSearch/16x16/findf.png -%%DATADIR%%/images/ThreadSearch/16x16/findfdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/folder.png -%%DATADIR%%/images/ThreadSearch/16x16/folderdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/folderselected.png -%%DATADIR%%/images/ThreadSearch/16x16/off.png -%%DATADIR%%/images/ThreadSearch/16x16/offdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/on.png -%%DATADIR%%/images/ThreadSearch/16x16/ondisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/openfiles.png -%%DATADIR%%/images/ThreadSearch/16x16/openfiles1.png -%%DATADIR%%/images/ThreadSearch/16x16/openfiles1disabled.png -%%DATADIR%%/images/ThreadSearch/16x16/openfiles1selected.png -%%DATADIR%%/images/ThreadSearch/16x16/openfilesdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/openfilesselected.png -%%DATADIR%%/images/ThreadSearch/16x16/options.png -%%DATADIR%%/images/ThreadSearch/16x16/optionsdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/project.png -%%DATADIR%%/images/ThreadSearch/16x16/project1.png -%%DATADIR%%/images/ThreadSearch/16x16/project1disabled.png -%%DATADIR%%/images/ThreadSearch/16x16/project1selected.png -%%DATADIR%%/images/ThreadSearch/16x16/projectdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/projectselected.png -%%DATADIR%%/images/ThreadSearch/16x16/showdir.png -%%DATADIR%%/images/ThreadSearch/16x16/showdirdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/stop.png -%%DATADIR%%/images/ThreadSearch/16x16/stopdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/target.png -%%DATADIR%%/images/ThreadSearch/16x16/target1.png -%%DATADIR%%/images/ThreadSearch/16x16/target1disabled.png -%%DATADIR%%/images/ThreadSearch/16x16/target1selected.png -%%DATADIR%%/images/ThreadSearch/16x16/targetdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/targetselected.png -%%DATADIR%%/images/ThreadSearch/16x16/workspace.png -%%DATADIR%%/images/ThreadSearch/16x16/workspacedisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/workspaceselected.png -%%DATADIR%%/images/ThreadSearch/22x22/file.png -%%DATADIR%%/images/ThreadSearch/22x22/findf.png -%%DATADIR%%/images/ThreadSearch/22x22/findfdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/folder.png -%%DATADIR%%/images/ThreadSearch/22x22/folderdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/folderselected.png -%%DATADIR%%/images/ThreadSearch/22x22/lookingglass.png -%%DATADIR%%/images/ThreadSearch/22x22/off.png -%%DATADIR%%/images/ThreadSearch/22x22/offdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/on.png -%%DATADIR%%/images/ThreadSearch/22x22/ondisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/openfiles.png -%%DATADIR%%/images/ThreadSearch/22x22/openfilesdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/openfilesselected.png -%%DATADIR%%/images/ThreadSearch/22x22/options.png -%%DATADIR%%/images/ThreadSearch/22x22/optionsdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/project.png -%%DATADIR%%/images/ThreadSearch/22x22/project1.png -%%DATADIR%%/images/ThreadSearch/22x22/project1disabled.png -%%DATADIR%%/images/ThreadSearch/22x22/project1selected.png -%%DATADIR%%/images/ThreadSearch/22x22/project2.png -%%DATADIR%%/images/ThreadSearch/22x22/project2d.png -%%DATADIR%%/images/ThreadSearch/22x22/project2s.png -%%DATADIR%%/images/ThreadSearch/22x22/projectdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/projectselected.png -%%DATADIR%%/images/ThreadSearch/22x22/showdir.png -%%DATADIR%%/images/ThreadSearch/22x22/showdirdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/stop.png -%%DATADIR%%/images/ThreadSearch/22x22/stopdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/target.png -%%DATADIR%%/images/ThreadSearch/22x22/target1.png -%%DATADIR%%/images/ThreadSearch/22x22/target1disabled.png -%%DATADIR%%/images/ThreadSearch/22x22/target1selected.png -%%DATADIR%%/images/ThreadSearch/22x22/targetdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/targetselected.png -%%DATADIR%%/images/ThreadSearch/22x22/workspace.png -%%DATADIR%%/images/ThreadSearch/22x22/workspacedisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/workspaceselected.png -%%DATADIR%%/images/ThreadSearch/folder.png -%%DATADIR%%/images/ThreadSearch/folderdisabled.png -%%DATADIR%%/images/ThreadSearch/folderselected.png -%%DATADIR%%/images/ThreadSearch/off.png -%%DATADIR%%/images/ThreadSearch/on.png -%%DATADIR%%/images/ThreadSearch/openfiles.png -%%DATADIR%%/images/ThreadSearch/openfilesdisabled.png -%%DATADIR%%/images/ThreadSearch/openfilesselected.png -%%DATADIR%%/images/ThreadSearch/project.png -%%DATADIR%%/images/ThreadSearch/project1.png -%%DATADIR%%/images/ThreadSearch/project1disabled.png -%%DATADIR%%/images/ThreadSearch/project1selected.png -%%DATADIR%%/images/ThreadSearch/projectdisabled.png -%%DATADIR%%/images/ThreadSearch/projectselected.png -%%DATADIR%%/images/ThreadSearch/showdir.png -%%DATADIR%%/images/ThreadSearch/showdirdisabled.png -%%DATADIR%%/images/ThreadSearch/target.png -%%DATADIR%%/images/ThreadSearch/target1.png -%%DATADIR%%/images/ThreadSearch/target1disabled.png -%%DATADIR%%/images/ThreadSearch/target1selected.png -%%DATADIR%%/images/ThreadSearch/targetdisabled.png -%%DATADIR%%/images/ThreadSearch/targetselected.png -%%DATADIR%%/images/ThreadSearch/workspace.png -%%DATADIR%%/images/ThreadSearch/workspacedisabled.png -%%DATADIR%%/images/ThreadSearch/workspaceselected.png -%%DATADIR%%/images/ascii.png -%%DATADIR%%/images/closebutton.png -%%DATADIR%%/images/codeblocks.png -%%DATADIR%%/images/codecompletion/class.png -%%DATADIR%%/images/codecompletion/class_folder.png -%%DATADIR%%/images/codecompletion/class_private.png -%%DATADIR%%/images/codecompletion/class_protected.png -%%DATADIR%%/images/codecompletion/class_public.png -%%DATADIR%%/images/codecompletion/ctor_private.png -%%DATADIR%%/images/codecompletion/ctor_protected.png -%%DATADIR%%/images/codecompletion/ctor_public.png -%%DATADIR%%/images/codecompletion/dtor_private.png -%%DATADIR%%/images/codecompletion/dtor_protected.png -%%DATADIR%%/images/codecompletion/dtor_public.png -%%DATADIR%%/images/codecompletion/enum.png -%%DATADIR%%/images/codecompletion/enum_private.png -%%DATADIR%%/images/codecompletion/enum_protected.png -%%DATADIR%%/images/codecompletion/enum_public.png -%%DATADIR%%/images/codecompletion/enumerator.png -%%DATADIR%%/images/codecompletion/enums_folder.png -%%DATADIR%%/images/codecompletion/folder.png -%%DATADIR%%/images/codecompletion/folder_blue.png -%%DATADIR%%/images/codecompletion/folder_blue_open.png -%%DATADIR%%/images/codecompletion/folder_green.png -%%DATADIR%%/images/codecompletion/folder_green_open.png -%%DATADIR%%/images/codecompletion/folder_open.png -%%DATADIR%%/images/codecompletion/funcs_folder.png -%%DATADIR%%/images/codecompletion/macro.png -%%DATADIR%%/images/codecompletion/macro_folder.png -%%DATADIR%%/images/codecompletion/macro_private.png -%%DATADIR%%/images/codecompletion/macro_protected.png -%%DATADIR%%/images/codecompletion/macro_public.png -%%DATADIR%%/images/codecompletion/method_private.png -%%DATADIR%%/images/codecompletion/method_protected.png -%%DATADIR%%/images/codecompletion/method_public.png -%%DATADIR%%/images/codecompletion/namespace.png -%%DATADIR%%/images/codecompletion/others_folder.png -%%DATADIR%%/images/codecompletion/preproc.png -%%DATADIR%%/images/codecompletion/preproc_folder.png -%%DATADIR%%/images/codecompletion/symbols_folder.png -%%DATADIR%%/images/codecompletion/typedef.png -%%DATADIR%%/images/codecompletion/typedef_private.png -%%DATADIR%%/images/codecompletion/typedef_protected.png -%%DATADIR%%/images/codecompletion/typedef_public.png -%%DATADIR%%/images/codecompletion/typedefs_folder.png -%%DATADIR%%/images/codecompletion/var_private.png -%%DATADIR%%/images/codecompletion/var_protected.png -%%DATADIR%%/images/codecompletion/var_public.png -%%DATADIR%%/images/codecompletion/vars_folder.png -%%DATADIR%%/images/codesnippets/allsnippets.png -%%DATADIR%%/images/codesnippets/category.png -%%DATADIR%%/images/codesnippets/findf.png -%%DATADIR%%/images/codesnippets/findfdisabled.png -%%DATADIR%%/images/codesnippets/options.png -%%DATADIR%%/images/codesnippets/optionsdisabled.png -%%DATADIR%%/images/codesnippets/snippet.png -%%DATADIR%%/images/codesnippets/stop.png -%%DATADIR%%/images/codesnippets/stopdisabled.png -%%DATADIR%%/images/compile.png -%%DATADIR%%/images/compilerun.png -%%DATADIR%%/images/contents_16x16.png -%%DATADIR%%/images/dbginfo.png -%%DATADIR%%/images/dbgnext.png -%%DATADIR%%/images/dbgrun.png -%%DATADIR%%/images/dbgrunto.png -%%DATADIR%%/images/dbgstep.png -%%DATADIR%%/images/dbgstepi.png -%%DATADIR%%/images/dbgstepout.png -%%DATADIR%%/images/dbgstop.png -%%DATADIR%%/images/edit_16x16.png -%%DATADIR%%/images/editcopy.png -%%DATADIR%%/images/editcut.png -%%DATADIR%%/images/editpaste.png -%%DATADIR%%/images/file-missing.png -%%DATADIR%%/images/file-modified.png -%%DATADIR%%/images/file-readonly.png -%%DATADIR%%/images/file.png -%%DATADIR%%/images/filefind.png -%%DATADIR%%/images/filenew.png -%%DATADIR%%/images/fileopen.png -%%DATADIR%%/images/fileprint.png -%%DATADIR%%/images/filesave.png -%%DATADIR%%/images/filesaveall.png -%%DATADIR%%/images/filesaveas.png -%%DATADIR%%/images/flag_16x16.png -%%DATADIR%%/images/folder.png -%%DATADIR%%/images/folder_new.png -%%DATADIR%%/images/folder_open.png -%%DATADIR%%/images/misc_16x16.png -%%DATADIR%%/images/modified_file.png -%%DATADIR%%/images/newproject.png -%%DATADIR%%/images/project-readonly.png -%%DATADIR%%/images/project.png -%%DATADIR%%/images/rc-file-added.png -%%DATADIR%%/images/rc-file-conflict.png -%%DATADIR%%/images/rc-file-external.png -%%DATADIR%%/images/rc-file-gotlock.png -%%DATADIR%%/images/rc-file-lockstolen.png -%%DATADIR%%/images/rc-file-mismatch.png -%%DATADIR%%/images/rc-file-missing.png -%%DATADIR%%/images/rc-file-modified.png -%%DATADIR%%/images/rc-file-noncontrolled.png -%%DATADIR%%/images/rc-file-outofdate.png -%%DATADIR%%/images/rc-file-requireslock.png -%%DATADIR%%/images/rc-file-uptodate.png -%%DATADIR%%/images/rebuild.png -%%DATADIR%%/images/redo.png -%%DATADIR%%/images/run.png -%%DATADIR%%/images/searchreplace.png -%%DATADIR%%/images/settings/ThreadSearch-off.png -%%DATADIR%%/images/settings/ThreadSearch.png -%%DATADIR%%/images/settings/abbrev-off.png -%%DATADIR%%/images/settings/abbrev.png -%%DATADIR%%/images/settings/astyle-plugin-off.png -%%DATADIR%%/images/settings/astyle-plugin.png -%%DATADIR%%/images/settings/autosave-off.png -%%DATADIR%%/images/settings/autosave.png -%%DATADIR%%/images/settings/batch-off.png -%%DATADIR%%/images/settings/batch.png -%%DATADIR%%/images/settings/codestats-off.png -%%DATADIR%%/images/settings/codestats.png -%%DATADIR%%/images/settings/colours-off.png -%%DATADIR%%/images/settings/colours.png -%%DATADIR%%/images/settings/compiler-off.png -%%DATADIR%%/images/settings/compiler.png -%%DATADIR%%/images/settings/debugger-off.png -%%DATADIR%%/images/settings/debugger.png -%%DATADIR%%/images/settings/default-code-off.png -%%DATADIR%%/images/settings/default-code.png -%%DATADIR%%/images/settings/dialogs-off.png -%%DATADIR%%/images/settings/dialogs.png -%%DATADIR%%/images/settings/dragscroll-off.png -%%DATADIR%%/images/settings/dragscroll.png -%%DATADIR%%/images/settings/editor-off.png -%%DATADIR%%/images/settings/editor.png -%%DATADIR%%/images/settings/envvars-off.png -%%DATADIR%%/images/settings/envvars.png -%%DATADIR%%/images/settings/extensions-off.png -%%DATADIR%%/images/settings/extensions.png -%%DATADIR%%/images/settings/folding-off.png -%%DATADIR%%/images/settings/folding.png -%%DATADIR%%/images/settings/general-prefs-off.png -%%DATADIR%%/images/settings/general-prefs.png -%%DATADIR%%/images/settings/generic-plugin-off.png -%%DATADIR%%/images/settings/generic-plugin.png -%%DATADIR%%/images/settings/gutter-margin-off.png -%%DATADIR%%/images/settings/gutter-margin.png -%%DATADIR%%/images/settings/help-plugin-off.png -%%DATADIR%%/images/settings/help-plugin.png -%%DATADIR%%/images/settings/incsearch-off.png -%%DATADIR%%/images/settings/incsearch.png -%%DATADIR%%/images/settings/net-off.png -%%DATADIR%%/images/settings/net.png -%%DATADIR%%/images/settings/notebook-appearance-off.png -%%DATADIR%%/images/settings/notebook-appearance.png -%%DATADIR%%/images/settings/onekeytobindthem-off.png -%%DATADIR%%/images/settings/onekeytobindthem.png -%%DATADIR%%/images/settings/profiler-off.png -%%DATADIR%%/images/settings/profiler.png -%%DATADIR%%/images/settings/syntax-highlight-off.png -%%DATADIR%%/images/settings/syntax-highlight.png -%%DATADIR%%/images/settings/todo-off.png -%%DATADIR%%/images/settings/todo.png -%%DATADIR%%/images/settings/view-off.png -%%DATADIR%%/images/settings/view.png -%%DATADIR%%/images/settings/wxsmith-off.png -%%DATADIR%%/images/settings/wxsmith.png -%%DATADIR%%/images/source.png -%%DATADIR%%/images/splash.png -%%DATADIR%%/images/splash_0802.png -%%DATADIR%%/images/splash_1005.png -%%DATADIR%%/images/stop.png -%%DATADIR%%/images/undo.png -%%DATADIR%%/images/vfolder_open.png -%%DATADIR%%/images/window.png -%%DATADIR%%/images/workspace-readonly.png -%%DATADIR%%/images/workspace.png -%%DATADIR%%/images/wxsmith/Custom16.png -%%DATADIR%%/images/wxsmith/Custom32.png -%%DATADIR%%/images/wxsmith/Spacer16.png -%%DATADIR%%/images/wxsmith/Spacer32.png -%%DATADIR%%/images/wxsmith/deletewidget16.png -%%DATADIR%%/images/wxsmith/deletewidget32.png -%%DATADIR%%/images/wxsmith/insertafter16.png -%%DATADIR%%/images/wxsmith/insertafter32.png -%%DATADIR%%/images/wxsmith/insertbefore16.png -%%DATADIR%%/images/wxsmith/insertbefore32.png -%%DATADIR%%/images/wxsmith/insertinto16.png -%%DATADIR%%/images/wxsmith/insertinto32.png -%%DATADIR%%/images/wxsmith/insertpoint16.png -%%DATADIR%%/images/wxsmith/insertpoint32.png -%%DATADIR%%/images/wxsmith/quickpropsclose16.png -%%DATADIR%%/images/wxsmith/quickpropsclose32.png -%%DATADIR%%/images/wxsmith/quickpropsopen16.png -%%DATADIR%%/images/wxsmith/quickpropsopen32.png -%%DATADIR%%/images/wxsmith/selected16.png -%%DATADIR%%/images/wxsmith/selected32.png -%%DATADIR%%/images/wxsmith/showpreview16.png -%%DATADIR%%/images/wxsmith/showpreview32.png -%%DATADIR%%/images/wxsmith/wxBitmapButton16.png -%%DATADIR%%/images/wxsmith/wxBitmapButton32.png -%%DATADIR%%/images/wxsmith/wxBoxSizer16.png -%%DATADIR%%/images/wxsmith/wxBoxSizer32.png -%%DATADIR%%/images/wxsmith/wxButton16.png -%%DATADIR%%/images/wxsmith/wxButton32.png -%%DATADIR%%/images/wxsmith/wxCalendarCtrl16.png -%%DATADIR%%/images/wxsmith/wxCalendarCtrl32.png -%%DATADIR%%/images/wxsmith/wxCheckBox16.png -%%DATADIR%%/images/wxsmith/wxCheckBox32.png -%%DATADIR%%/images/wxsmith/wxCheckListBox16.png -%%DATADIR%%/images/wxsmith/wxCheckListBox32.png -%%DATADIR%%/images/wxsmith/wxChoice16.png -%%DATADIR%%/images/wxsmith/wxChoice32.png -%%DATADIR%%/images/wxsmith/wxChoicebook16.png -%%DATADIR%%/images/wxsmith/wxChoicebook32.png -%%DATADIR%%/images/wxsmith/wxColourDialog16.png -%%DATADIR%%/images/wxsmith/wxColourDialog32.png -%%DATADIR%%/images/wxsmith/wxComboBox16.png -%%DATADIR%%/images/wxsmith/wxComboBox32.png -%%DATADIR%%/images/wxsmith/wxDatePickerCtrl16.png -%%DATADIR%%/images/wxsmith/wxDatePickerCtrl32.png -%%DATADIR%%/images/wxsmith/wxDialog16.png -%%DATADIR%%/images/wxsmith/wxDialog32.png -%%DATADIR%%/images/wxsmith/wxDirDialog16.png -%%DATADIR%%/images/wxsmith/wxDirDialog32.png -%%DATADIR%%/images/wxsmith/wxFileDialog16.png -%%DATADIR%%/images/wxsmith/wxFileDialog32.png -%%DATADIR%%/images/wxsmith/wxFlexGridSizer16.png -%%DATADIR%%/images/wxsmith/wxFlexGridSizer32.png -%%DATADIR%%/images/wxsmith/wxFrame16.png -%%DATADIR%%/images/wxsmith/wxFrame32.png -%%DATADIR%%/images/wxsmith/wxGLCanvas16.png -%%DATADIR%%/images/wxsmith/wxGLCanvas32.png -%%DATADIR%%/images/wxsmith/wxGauge16.png -%%DATADIR%%/images/wxsmith/wxGauge32.png -%%DATADIR%%/images/wxsmith/wxGenericDirCtrl16.png -%%DATADIR%%/images/wxsmith/wxGenericDirCtrl32.png -%%DATADIR%%/images/wxsmith/wxGrid16.png -%%DATADIR%%/images/wxsmith/wxGrid32.png -%%DATADIR%%/images/wxsmith/wxGridSizer16.png -%%DATADIR%%/images/wxsmith/wxGridSizer32.png -%%DATADIR%%/images/wxsmith/wxHtmlWindow16.png -%%DATADIR%%/images/wxsmith/wxHtmlWindow32.png -%%DATADIR%%/images/wxsmith/wxListBox16.png -%%DATADIR%%/images/wxsmith/wxListBox32.png -%%DATADIR%%/images/wxsmith/wxListCtrl16.png -%%DATADIR%%/images/wxsmith/wxListCtrl32.png -%%DATADIR%%/images/wxsmith/wxListbook16.png -%%DATADIR%%/images/wxsmith/wxListbook32.png -%%DATADIR%%/images/wxsmith/wxMenu16.png -%%DATADIR%%/images/wxsmith/wxMenu32.png -%%DATADIR%%/images/wxsmith/wxMenuBar16.png -%%DATADIR%%/images/wxsmith/wxMenuBar32.png -%%DATADIR%%/images/wxsmith/wxMenuItem16.png -%%DATADIR%%/images/wxsmith/wxMenuItem32.png -%%DATADIR%%/images/wxsmith/wxMultiChoiceDialog16.png -%%DATADIR%%/images/wxsmith/wxMultiChoiceDialog32.png -%%DATADIR%%/images/wxsmith/wxNotebook16.png -%%DATADIR%%/images/wxsmith/wxNotebook32.png -%%DATADIR%%/images/wxsmith/wxPanel16.png -%%DATADIR%%/images/wxsmith/wxPanel32.png -%%DATADIR%%/images/wxsmith/wxRadioBox16.png -%%DATADIR%%/images/wxsmith/wxRadioBox32.png -%%DATADIR%%/images/wxsmith/wxRadioButton16.png -%%DATADIR%%/images/wxsmith/wxRadioButton32.png -%%DATADIR%%/images/wxsmith/wxSashLayoutWindow16.png -%%DATADIR%%/images/wxsmith/wxSashLayoutWindow32.png -%%DATADIR%%/images/wxsmith/wxSashWindow16.png -%%DATADIR%%/images/wxsmith/wxSashWindow32.png -%%DATADIR%%/images/wxsmith/wxScrollBar16.png -%%DATADIR%%/images/wxsmith/wxScrollBar32.png -%%DATADIR%%/images/wxsmith/wxScrolledWindow16.png -%%DATADIR%%/images/wxsmith/wxScrolledWindow32.png -%%DATADIR%%/images/wxsmith/wxScrollingDialog16.png -%%DATADIR%%/images/wxsmith/wxScrollingDialog32.png -%%DATADIR%%/images/wxsmith/wxSingleChoiceDialog16.png -%%DATADIR%%/images/wxsmith/wxSingleChoiceDialog32.png -%%DATADIR%%/images/wxsmith/wxSingleInstanceChecker16.png -%%DATADIR%%/images/wxsmith/wxSingleInstanceChecker32.png -%%DATADIR%%/images/wxsmith/wxSlider16.png -%%DATADIR%%/images/wxsmith/wxSlider32.png -%%DATADIR%%/images/wxsmith/wxSmith16.png -%%DATADIR%%/images/wxsmith/wxSmith32.png -%%DATADIR%%/images/wxsmith/wxSpinButton16.png -%%DATADIR%%/images/wxsmith/wxSpinButton32.png -%%DATADIR%%/images/wxsmith/wxSpinCtrl16.png -%%DATADIR%%/images/wxsmith/wxSpinCtrl32.png -%%DATADIR%%/images/wxsmith/wxSplitterWindow16.png -%%DATADIR%%/images/wxsmith/wxSplitterWindow32.png -%%DATADIR%%/images/wxsmith/wxStaticBitmap16.png -%%DATADIR%%/images/wxsmith/wxStaticBitmap32.png -%%DATADIR%%/images/wxsmith/wxStaticBox16.png -%%DATADIR%%/images/wxsmith/wxStaticBox32.png -%%DATADIR%%/images/wxsmith/wxStaticBoxSizer16.png -%%DATADIR%%/images/wxsmith/wxStaticBoxSizer32.png -%%DATADIR%%/images/wxsmith/wxStaticLine16.png -%%DATADIR%%/images/wxsmith/wxStaticLine32.png -%%DATADIR%%/images/wxsmith/wxStaticText16.png -%%DATADIR%%/images/wxsmith/wxStaticText32.png -%%DATADIR%%/images/wxsmith/wxStatusBar16.png -%%DATADIR%%/images/wxsmith/wxStatusBar32.png -%%DATADIR%%/images/wxsmith/wxStdDialogButtonSizer16.png -%%DATADIR%%/images/wxsmith/wxStdDialogButtonSizer32.png -%%DATADIR%%/images/wxsmith/wxStopWatch16.png -%%DATADIR%%/images/wxsmith/wxStopWatch32.png -%%DATADIR%%/images/wxsmith/wxSymbolPickerDialog16.png -%%DATADIR%%/images/wxsmith/wxSymbolPickerDialog32.png -%%DATADIR%%/images/wxsmith/wxTextCtrl16.png -%%DATADIR%%/images/wxsmith/wxTextCtrl32.png -%%DATADIR%%/images/wxsmith/wxTimer16.png -%%DATADIR%%/images/wxsmith/wxTimer32.png -%%DATADIR%%/images/wxsmith/wxToggleButton16.png -%%DATADIR%%/images/wxsmith/wxToggleButton32.png -%%DATADIR%%/images/wxsmith/wxToolBar16.png -%%DATADIR%%/images/wxsmith/wxToolBar32.png -%%DATADIR%%/images/wxsmith/wxToolBarItem16.png -%%DATADIR%%/images/wxsmith/wxToolBarItem32.png -%%DATADIR%%/images/wxsmith/wxTreeCtrl16.png -%%DATADIR%%/images/wxsmith/wxTreeCtrl32.png -%%DATADIR%%/keybinder.zip -%%DATADIR%%/lexers/lexer_OgreCompositor.sample -%%DATADIR%%/lexers/lexer_OgreCompositor.xml -%%DATADIR%%/lexers/lexer_OgreMaterial.sample -%%DATADIR%%/lexers/lexer_OgreMaterial.xml -%%DATADIR%%/lexers/lexer_ada.sample -%%DATADIR%%/lexers/lexer_ada.xml -%%DATADIR%%/lexers/lexer_angelscript.sample -%%DATADIR%%/lexers/lexer_angelscript.xml -%%DATADIR%%/lexers/lexer_bash.sample -%%DATADIR%%/lexers/lexer_bash.xml -%%DATADIR%%/lexers/lexer_batch.sample -%%DATADIR%%/lexers/lexer_batch.xml -%%DATADIR%%/lexers/lexer_caml.sample -%%DATADIR%%/lexers/lexer_caml.xml -%%DATADIR%%/lexers/lexer_cg.sample -%%DATADIR%%/lexers/lexer_cg.xml -%%DATADIR%%/lexers/lexer_cpp.sample -%%DATADIR%%/lexers/lexer_cpp.xml -%%DATADIR%%/lexers/lexer_css.sample -%%DATADIR%%/lexers/lexer_css.xml -%%DATADIR%%/lexers/lexer_d.sample -%%DATADIR%%/lexers/lexer_d.xml -%%DATADIR%%/lexers/lexer_diff.sample -%%DATADIR%%/lexers/lexer_diff.xml -%%DATADIR%%/lexers/lexer_f77.sample -%%DATADIR%%/lexers/lexer_f77.xml -%%DATADIR%%/lexers/lexer_fortran.sample -%%DATADIR%%/lexers/lexer_fortran.xml -%%DATADIR%%/lexers/lexer_glsl.sample -%%DATADIR%%/lexers/lexer_glsl.xml -%%DATADIR%%/lexers/lexer_gm.sample -%%DATADIR%%/lexers/lexer_gm.xml -%%DATADIR%%/lexers/lexer_haskell.sample -%%DATADIR%%/lexers/lexer_haskell.xml -%%DATADIR%%/lexers/lexer_hitasm.sample -%%DATADIR%%/lexers/lexer_hitasm.xml -%%DATADIR%%/lexers/lexer_html.sample -%%DATADIR%%/lexers/lexer_html.xml -%%DATADIR%%/lexers/lexer_latex.sample -%%DATADIR%%/lexers/lexer_latex.xml -%%DATADIR%%/lexers/lexer_lisp.sample -%%DATADIR%%/lexers/lexer_lisp.xml -%%DATADIR%%/lexers/lexer_lua.sample -%%DATADIR%%/lexers/lexer_lua.xml -%%DATADIR%%/lexers/lexer_make.sample -%%DATADIR%%/lexers/lexer_make.xml -%%DATADIR%%/lexers/lexer_masm.sample -%%DATADIR%%/lexers/lexer_masm.xml -%%DATADIR%%/lexers/lexer_matlab.sample -%%DATADIR%%/lexers/lexer_matlab.xml -%%DATADIR%%/lexers/lexer_nassi.xml -%%DATADIR%%/lexers/lexer_nsis.sample -%%DATADIR%%/lexers/lexer_nsis.xml -%%DATADIR%%/lexers/lexer_pascal.sample -%%DATADIR%%/lexers/lexer_pascal.xml -%%DATADIR%%/lexers/lexer_perl.sample -%%DATADIR%%/lexers/lexer_perl.xml -%%DATADIR%%/lexers/lexer_postscript.sample -%%DATADIR%%/lexers/lexer_postscript.xml -%%DATADIR%%/lexers/lexer_prg.sample -%%DATADIR%%/lexers/lexer_prg.xml -%%DATADIR%%/lexers/lexer_properties.sample -%%DATADIR%%/lexers/lexer_properties.xml -%%DATADIR%%/lexers/lexer_python.sample -%%DATADIR%%/lexers/lexer_python.xml -%%DATADIR%%/lexers/lexer_rc.sample -%%DATADIR%%/lexers/lexer_rc.xml -%%DATADIR%%/lexers/lexer_ruby.sample -%%DATADIR%%/lexers/lexer_ruby.xml -%%DATADIR%%/lexers/lexer_smalltalk.sample -%%DATADIR%%/lexers/lexer_smalltalk.xml -%%DATADIR%%/lexers/lexer_sql.sample -%%DATADIR%%/lexers/lexer_sql.xml -%%DATADIR%%/lexers/lexer_squirrel.sample -%%DATADIR%%/lexers/lexer_squirrel.xml -%%DATADIR%%/lexers/lexer_vbscript.sample -%%DATADIR%%/lexers/lexer_vbscript.xml -%%DATADIR%%/lexers/lexer_verilog.sample -%%DATADIR%%/lexers/lexer_verilog.xml -%%DATADIR%%/lexers/lexer_vhdl.sample -%%DATADIR%%/lexers/lexer_vhdl.xml -%%DATADIR%%/lexers/lexer_xml.sample -%%DATADIR%%/lexers/lexer_xml.xml -%%DATADIR%%/lib_finder.zip -%%DATADIR%%/lib_finder/codeblocks_sdk.xml -%%DATADIR%%/lib_finder/glfw.xml -%%DATADIR%%/lib_finder/wxwidgets.xml -%%DATADIR%%/manager_resources.zip -%%DATADIR%%/openfileslist.zip -%%DATADIR%%/projectsimporter.zip -%%DATADIR%%/resources.zip -%%DATADIR%%/scriptedwizard.zip -%%DATADIR%%/scripts/edit_startup_script.script -%%DATADIR%%/scripts/gdb_types.script -%%DATADIR%%/scripts/make_dist.script -%%DATADIR%%/scripts/startup.script -%%DATADIR%%/scripts/stl-views-1.0.3.gdb -%%DATADIR%%/scripts/wx_help.script -%%DATADIR%%/start_here.zip -%%DATADIR%%/templates/console-main-c.cpp -%%DATADIR%%/templates/console-main-cpp.cpp -%%DATADIR%%/templates/console.cbp -%%DATADIR%%/templates/console.png -%%DATADIR%%/templates/console.template -%%DATADIR%%/templates/dll.png -%%DATADIR%%/templates/glfw-main.cpp -%%DATADIR%%/templates/glfw-static.cbp -%%DATADIR%%/templates/glfw.png -%%DATADIR%%/templates/glfw.template -%%DATADIR%%/templates/glut-main.cpp -%%DATADIR%%/templates/glut.png -%%DATADIR%%/templates/irr_linux.cbp -%%DATADIR%%/templates/irr_main.cpp -%%DATADIR%%/templates/irrlicht.png -%%DATADIR%%/templates/irrlicht.template -%%DATADIR%%/templates/ogre-main.cpp -%%DATADIR%%/templates/ogre.template -%%DATADIR%%/templates/ogre_linux.cbp -%%DATADIR%%/templates/ogrelogo.png -%%DATADIR%%/templates/qt-main.cpp -%%DATADIR%%/templates/qt.cbp -%%DATADIR%%/templates/qt.template -%%DATADIR%%/templates/qtlogo32.png -%%DATADIR%%/templates/sdccapp-main.c -%%DATADIR%%/templates/sdccapp.cbp -%%DATADIR%%/templates/sdccapp.png -%%DATADIR%%/templates/sdccapp.template -%%DATADIR%%/templates/sdl-cb.bmp -%%DATADIR%%/templates/sdl-main.cpp -%%DATADIR%%/templates/sdl.png -%%DATADIR%%/templates/sdlapp.cbp -%%DATADIR%%/templates/sdlapp.template -%%DATADIR%%/templates/sfml-cb.bmp -%%DATADIR%%/templates/sfml-main.cpp -%%DATADIR%%/templates/sfml.cbp -%%DATADIR%%/templates/sfml.png -%%DATADIR%%/templates/sfml.template -%%DATADIR%%/templates/sharedlib-sample.c -%%DATADIR%%/templates/sharedlib.cbp -%%DATADIR%%/templates/sharedlib.template -%%DATADIR%%/templates/staticlib-sample.c -%%DATADIR%%/templates/staticlib.cbp -%%DATADIR%%/templates/staticlib.template -%%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/h/evaluator7t.h -%%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/ld/target.ld -%%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/src/main.c -%%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/src/vectors.S -%%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/h/at91sam7a3.h -%%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/h/sam7a3ek.h -%%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/ld/target.ld -%%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/ld/targetRAM.ld -%%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/src/main.c -%%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/src/vectors.S -%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/h/arm9_mm.h -%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/h/lh7a404.h -%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/h/lpd404.h -%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/ld/target.ld -%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/src/lh7a404_mm.c -%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/src/main.c -%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/src/vectors.S -%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/h/at91sam7sx.h -%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/h/sam7p64.h -%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s128.ld -%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s256.ld -%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s32.ld -%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s64.ld -%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/src/main.c -%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/src/vectors.S -%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/h/lpc-p2138.h -%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/h/lpc213x.h -%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/ld/target_2132.ld -%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/ld/target_2134.ld -%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/ld/target_2136.ld -%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/ld/target_2138.ld -%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/src/main.c -%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/src/vectors.S -%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/h/at91m55800.h -%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/ld/target.ld -%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/ld/targetRAM_1MB.ld -%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/ld/targetRAM_512kB.ld -%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/ld/targetROM.ld -%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/src/main.c -%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/src/vectors.S -%%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/h/lpc2294.h -%%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/ld/target.ld -%%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/ld/targetRAM_1MB.ld -%%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/ld/targetROM.ld -%%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/src/main.c -%%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/src/vectors.S -%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/h/pxa255regs.h -%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/h/pxa_mm.h -%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/ld/target.ld -%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/src/irq.c -%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/src/main.c -%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/src/pxa_mm.c -%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/src/vectors.S -%%DATADIR%%/templates/wizard/arm/logo.png -%%DATADIR%%/templates/wizard/arm/wizard.png -%%DATADIR%%/templates/wizard/arm/wizard.script -%%DATADIR%%/templates/wizard/avr/files/main.c -%%DATADIR%%/templates/wizard/avr/logo.png -%%DATADIR%%/templates/wizard/avr/wizard.png -%%DATADIR%%/templates/wizard/avr/wizard.script -%%DATADIR%%/templates/wizard/avr/wizard.xrc -%%DATADIR%%/templates/wizard/c_file/logo.png -%%DATADIR%%/templates/wizard/c_file/wizard.png -%%DATADIR%%/templates/wizard/c_file/wizard.script -%%DATADIR%%/templates/wizard/common_functions.script -%%DATADIR%%/templates/wizard/config.script -%%DATADIR%%/templates/wizard/console/c/main.c -%%DATADIR%%/templates/wizard/console/cpp/main.cpp -%%DATADIR%%/templates/wizard/console/logo.png -%%DATADIR%%/templates/wizard/console/wizard.png -%%DATADIR%%/templates/wizard/console/wizard.script -%%DATADIR%%/templates/wizard/d/console/hello.d -%%DATADIR%%/templates/wizard/d/logo.png -%%DATADIR%%/templates/wizard/d/wizard.png -%%DATADIR%%/templates/wizard/d/wizard.script -%%DATADIR%%/templates/wizard/directx/dx8/main.cpp -%%DATADIR%%/templates/wizard/directx/dx9/main.cpp -%%DATADIR%%/templates/wizard/directx/logo.png -%%DATADIR%%/templates/wizard/directx/wizard.png -%%DATADIR%%/templates/wizard/directx/wizard.script -%%DATADIR%%/templates/wizard/dll/files/main.cpp -%%DATADIR%%/templates/wizard/dll/files/main.h -%%DATADIR%%/templates/wizard/dll/logo.png -%%DATADIR%%/templates/wizard/dll/wizard.png -%%DATADIR%%/templates/wizard/dll/wizard.script -%%DATADIR%%/templates/wizard/empty/logo.png -%%DATADIR%%/templates/wizard/empty/wizard.png -%%DATADIR%%/templates/wizard/empty/wizard.script -%%DATADIR%%/templates/wizard/empty_file/logo.png -%%DATADIR%%/templates/wizard/empty_file/wizard.png -%%DATADIR%%/templates/wizard/empty_file/wizard.script -%%DATADIR%%/templates/wizard/fltk/files/main.cpp -%%DATADIR%%/templates/wizard/fltk/fluid/main.cpp -%%DATADIR%%/templates/wizard/fltk/fluid/main.fld -%%DATADIR%%/templates/wizard/fltk/fluid/main.h -%%DATADIR%%/templates/wizard/fltk/logo.png -%%DATADIR%%/templates/wizard/fltk/wizard.png -%%DATADIR%%/templates/wizard/fltk/wizard.script -%%DATADIR%%/templates/wizard/glfw/files/main.cpp -%%DATADIR%%/templates/wizard/glfw/logo.png -%%DATADIR%%/templates/wizard/glfw/wizard.png -%%DATADIR%%/templates/wizard/glfw/wizard.script -%%DATADIR%%/templates/wizard/glut/files/main.cpp -%%DATADIR%%/templates/wizard/glut/logo.png -%%DATADIR%%/templates/wizard/glut/wizard.png -%%DATADIR%%/templates/wizard/glut/wizard.script -%%DATADIR%%/templates/wizard/gtk/files/main.c -%%DATADIR%%/templates/wizard/gtk/logo.png -%%DATADIR%%/templates/wizard/gtk/wizard.png -%%DATADIR%%/templates/wizard/gtk/wizard.script -%%DATADIR%%/templates/wizard/h_file/logo.png -%%DATADIR%%/templates/wizard/h_file/wizard.png -%%DATADIR%%/templates/wizard/h_file/wizard.script -%%DATADIR%%/templates/wizard/irrlicht/files/main.cpp -%%DATADIR%%/templates/wizard/irrlicht/logo.png -%%DATADIR%%/templates/wizard/irrlicht/wizard.png -%%DATADIR%%/templates/wizard/irrlicht/wizard.script -%%DATADIR%%/templates/wizard/lf/files/quick/main.cpp -%%DATADIR%%/templates/wizard/lf/files/structured/CMain.cpp -%%DATADIR%%/templates/wizard/lf/files/structured/CMain.h -%%DATADIR%%/templates/wizard/lf/files/structured/main.cpp -%%DATADIR%%/templates/wizard/lf/logo.png -%%DATADIR%%/templates/wizard/lf/wizard.png -%%DATADIR%%/templates/wizard/lf/wizard.script -%%DATADIR%%/templates/wizard/lf/wizard.xrc -%%DATADIR%%/templates/wizard/matlab_csf/files/lccstub.c -%%DATADIR%%/templates/wizard/matlab_csf/files/mexversion.rc -%%DATADIR%%/templates/wizard/matlab_csf/files/sfuntmpl.c -%%DATADIR%%/templates/wizard/matlab_csf/logo.png -%%DATADIR%%/templates/wizard/matlab_csf/wizard.png -%%DATADIR%%/templates/wizard/matlab_csf/wizard.script -%%DATADIR%%/templates/wizard/matlab_csf/wizard.xrc -%%DATADIR%%/templates/wizard/ogre/files/main.cpp -%%DATADIR%%/templates/wizard/ogre/logo.png -%%DATADIR%%/templates/wizard/ogre/wizard.png -%%DATADIR%%/templates/wizard/ogre/wizard.script -%%DATADIR%%/templates/wizard/opengl/files_unix/main.c -%%DATADIR%%/templates/wizard/opengl/files_win/main.c -%%DATADIR%%/templates/wizard/opengl/logo.png -%%DATADIR%%/templates/wizard/opengl/wizard.png -%%DATADIR%%/templates/wizard/opengl/wizard.script -%%DATADIR%%/templates/wizard/plugins/logo.png -%%DATADIR%%/templates/wizard/plugins/templates/generic_template.cpp -%%DATADIR%%/templates/wizard/plugins/templates/generic_template.h -%%DATADIR%%/templates/wizard/plugins/templates/manifest_template.xml -%%DATADIR%%/templates/wizard/plugins/templates/mime_template.cpp -%%DATADIR%%/templates/wizard/plugins/templates/mime_template.h -%%DATADIR%%/templates/wizard/plugins/templates/tool_template.cpp -%%DATADIR%%/templates/wizard/plugins/templates/tool_template.h -%%DATADIR%%/templates/wizard/plugins/templates/wizard_template.cpp -%%DATADIR%%/templates/wizard/plugins/templates/wizard_template.h -%%DATADIR%%/templates/wizard/plugins/wizard.png -%%DATADIR%%/templates/wizard/plugins/wizard.script -%%DATADIR%%/templates/wizard/plugins/wizard.xrc -%%DATADIR%%/templates/wizard/ppc/files/MPC5200/ld/target.ld -%%DATADIR%%/templates/wizard/ppc/files/MPC5200/src/crt0.S -%%DATADIR%%/templates/wizard/ppc/files/MPC5200/src/main.c -%%DATADIR%%/templates/wizard/ppc/files/MPC5200/src/traptable.S -%%DATADIR%%/templates/wizard/ppc/files/MPC565/h/mpc5200.h -%%DATADIR%%/templates/wizard/ppc/files/MPC565/h/mpc555.h -%%DATADIR%%/templates/wizard/ppc/files/MPC565/ld/target.ld -%%DATADIR%%/templates/wizard/ppc/files/MPC565/src/crt0.S -%%DATADIR%%/templates/wizard/ppc/files/MPC565/src/main.c -%%DATADIR%%/templates/wizard/ppc/logo.png -%%DATADIR%%/templates/wizard/ppc/wizard.png -%%DATADIR%%/templates/wizard/ppc/wizard.script -%%DATADIR%%/templates/wizard/qt4/files/main.cpp -%%DATADIR%%/templates/wizard/qt4/logo.png -%%DATADIR%%/templates/wizard/qt4/wizard.png -%%DATADIR%%/templates/wizard/qt4/wizard.script -%%DATADIR%%/templates/wizard/sdl/files/cb.bmp -%%DATADIR%%/templates/wizard/sdl/files/main.cpp -%%DATADIR%%/templates/wizard/sdl/logo.png -%%DATADIR%%/templates/wizard/sdl/wizard.png -%%DATADIR%%/templates/wizard/sdl/wizard.script -%%DATADIR%%/templates/wizard/sfml/files/cb.bmp -%%DATADIR%%/templates/wizard/sfml/files/main.cpp -%%DATADIR%%/templates/wizard/sfml/logo.png -%%DATADIR%%/templates/wizard/sfml/wizard.png -%%DATADIR%%/templates/wizard/sfml/wizard.script -%%DATADIR%%/templates/wizard/sharedlib/c/main.c -%%DATADIR%%/templates/wizard/sharedlib/cpp/main.cpp -%%DATADIR%%/templates/wizard/sharedlib/logo.png -%%DATADIR%%/templates/wizard/sharedlib/wizard.png -%%DATADIR%%/templates/wizard/sharedlib/wizard.script -%%DATADIR%%/templates/wizard/smartwin/files/main.cpp -%%DATADIR%%/templates/wizard/smartwin/logo.png -%%DATADIR%%/templates/wizard/smartwin/wizard.png -%%DATADIR%%/templates/wizard/smartwin/wizard.script -%%DATADIR%%/templates/wizard/staticlib/files/main.c -%%DATADIR%%/templates/wizard/staticlib/logo.png -%%DATADIR%%/templates/wizard/staticlib/wizard.png -%%DATADIR%%/templates/wizard/staticlib/wizard.script -%%DATADIR%%/templates/wizard/stlport/files/main.cpp -%%DATADIR%%/templates/wizard/stlport/logo.png -%%DATADIR%%/templates/wizard/stlport/wizard.png -%%DATADIR%%/templates/wizard/stlport/wizard.script -%%DATADIR%%/templates/wizard/sys/files/driver.c -%%DATADIR%%/templates/wizard/sys/logo.png -%%DATADIR%%/templates/wizard/sys/wizard.png -%%DATADIR%%/templates/wizard/sys/wizard.script -%%DATADIR%%/templates/wizard/tricore/logo.png -%%DATADIR%%/templates/wizard/tricore/templates/EasyKit-TC1767/target.ld -%%DATADIR%%/templates/wizard/tricore/templates/EasyKit-TC1767/targetIntResources.ld -%%DATADIR%%/templates/wizard/tricore/templates/EasyRun-TC1796/h/easyrun_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/EasyRun-TC1796/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/EasyRun-TC1796/src/setup.c -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1130/h/triboard_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1130/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1130/src/setup.c -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1161/target.ld -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1161/targetIntResources.ld -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1162/target.ld -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1162/targetIntResources.ld -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1762/target.ld -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1762/targetIntResources.ld -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1765/h/triboard_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1765/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1765/src/setup.c -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1766/target.ld -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1766/targetIntResources.ld -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1775/h/triboard_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1775/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1775/src/setup.c -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792/h/triboard_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792/src/setup.c -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796/h/triboard_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796/memoryROM-intern.x -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796/src/setup.c -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797/h/triboard_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797/memoryROM-intern.x -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797/src/setup.c -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1920/h/triboard_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1920/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1920/src/setup.c -%%DATADIR%%/templates/wizard/tricore/templates/main.c -%%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1130/h/phycore_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1130/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1130/src/setup.c -%%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1775/h/phycore_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1775/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1775/src/setup.c -%%DATADIR%%/templates/wizard/tricore/wizard.png -%%DATADIR%%/templates/wizard/tricore/wizard.script -%%DATADIR%%/templates/wizard/tricore/wizard.xrc -%%DATADIR%%/templates/wizard/win32gui/files/dialog/main.cpp -%%DATADIR%%/templates/wizard/win32gui/files/dialog/resource.h -%%DATADIR%%/templates/wizard/win32gui/files/dialog/resource.rc -%%DATADIR%%/templates/wizard/win32gui/files/frame/main.cpp -%%DATADIR%%/templates/wizard/win32gui/logo.png -%%DATADIR%%/templates/wizard/win32gui/wizard.png -%%DATADIR%%/templates/wizard/win32gui/wizard.script -%%DATADIR%%/templates/wizard/wxwidgets/common/app.cpp -%%DATADIR%%/templates/wizard/wxwidgets/common/app.h -%%DATADIR%%/templates/wizard/wxwidgets/common/main.cpp -%%DATADIR%%/templates/wizard/wxwidgets/common/main.h -%%DATADIR%%/templates/wizard/wxwidgets/logo.png -%%DATADIR%%/templates/wizard/wxwidgets/pch/wx_pch.h -%%DATADIR%%/templates/wizard/wxwidgets/rc/resource.rc -%%DATADIR%%/templates/wizard/wxwidgets/wizard.png -%%DATADIR%%/templates/wizard/wxwidgets/wizard.script -%%DATADIR%%/templates/wizard/wxwidgets/wizard.xrc -%%DATADIR%%/templates/wizard/wxwidgets/wxfb/dialog/GUIDialog.cpp -%%DATADIR%%/templates/wizard/wxwidgets/wxfb/dialog/GUIDialog.h -%%DATADIR%%/templates/wizard/wxwidgets/wxfb/dialog/WxWizDialog.fbp -%%DATADIR%%/templates/wizard/wxwidgets/wxfb/frame/GUIFrame.cpp -%%DATADIR%%/templates/wizard/wxwidgets/wxfb/frame/GUIFrame.h -%%DATADIR%%/templates/wizard/wxwidgets/wxfb/frame/WxWizFrame.fbp -%%DATADIR%%/templates/wizard/wxwidgets/wxsmith/app.cpp -%%DATADIR%%/templates/wizard/wxwidgets/wxsmith/main.cpp -%%DATADIR%%/templates/wizard/wxwidgets/wxsmith/main.h -%%DATADIR%%/templates/wizard/wxwidgets/wxsmith/resource.wxs -%%DATADIR%%/templates/wx-app-ash.cpp -%%DATADIR%%/templates/wx-app-ash.h -%%DATADIR%%/templates/wx-main-ash.cpp -%%DATADIR%%/templates/wx-main-ash.h -%%DATADIR%%/templates/wx-main-s.cpp -%%DATADIR%%/templates/wx-main-sh.cpp -%%DATADIR%%/templates/wx-main-sh.h -%%DATADIR%%/templates/wx_pch.h -%%DATADIR%%/templates/wxwidgets.cbp -%%DATADIR%%/templates/wxwidgets.png -%%DATADIR%%/templates/wxwidgets.template -%%DATADIR%%/tips.txt -%%DATADIR%%/todo.zip -%%DATADIR%%/wxSmithAui.zip -%%DATADIR%%/wxsmith.zip -%%DATADIR%%/wxsmithcontribitems.zip -@dirrm %%DATADIR%%/templates/wizard/wxwidgets/wxsmith -@dirrm %%DATADIR%%/templates/wizard/wxwidgets/wxfb/frame -@dirrm %%DATADIR%%/templates/wizard/wxwidgets/wxfb/dialog -@dirrm %%DATADIR%%/templates/wizard/wxwidgets/wxfb -@dirrm %%DATADIR%%/templates/wizard/wxwidgets/rc -@dirrm %%DATADIR%%/templates/wizard/wxwidgets/pch -@dirrm %%DATADIR%%/templates/wizard/wxwidgets/common -@dirrm %%DATADIR%%/templates/wizard/wxwidgets -@dirrm %%DATADIR%%/templates/wizard/win32gui/files/frame -@dirrm %%DATADIR%%/templates/wizard/win32gui/files/dialog -@dirrm %%DATADIR%%/templates/wizard/win32gui/files -@dirrm %%DATADIR%%/templates/wizard/win32gui -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1775/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1775/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1775 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1130/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1130/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1130 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1920/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1920/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1920 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1775/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1775/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1775 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1766 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1765/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1765/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1765 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1762 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1162 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1161 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1130/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1130/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1130 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/EasyRun-TC1796/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/EasyRun-TC1796/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/EasyRun-TC1796 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/EasyKit-TC1767 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates -@dirrm %%DATADIR%%/templates/wizard/tricore -@dirrm %%DATADIR%%/templates/wizard/sys/files -@dirrm %%DATADIR%%/templates/wizard/sys -@dirrm %%DATADIR%%/templates/wizard/stlport/files -@dirrm %%DATADIR%%/templates/wizard/stlport -@dirrm %%DATADIR%%/templates/wizard/staticlib/files -@dirrm %%DATADIR%%/templates/wizard/staticlib -@dirrm %%DATADIR%%/templates/wizard/smartwin/files -@dirrm %%DATADIR%%/templates/wizard/smartwin -@dirrm %%DATADIR%%/templates/wizard/sharedlib/cpp -@dirrm %%DATADIR%%/templates/wizard/sharedlib/c -@dirrm %%DATADIR%%/templates/wizard/sharedlib -@dirrm %%DATADIR%%/templates/wizard/sfml/files -@dirrm %%DATADIR%%/templates/wizard/sfml -@dirrm %%DATADIR%%/templates/wizard/sdl/files -@dirrm %%DATADIR%%/templates/wizard/sdl -@dirrm %%DATADIR%%/templates/wizard/qt4/files -@dirrm %%DATADIR%%/templates/wizard/qt4 -@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC565/src -@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC565/ld -@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC565/h -@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC565 -@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC5200/src -@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC5200/ld -@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC5200 -@dirrm %%DATADIR%%/templates/wizard/ppc/files -@dirrm %%DATADIR%%/templates/wizard/ppc -@dirrm %%DATADIR%%/templates/wizard/plugins/templates -@dirrm %%DATADIR%%/templates/wizard/plugins -@dirrm %%DATADIR%%/templates/wizard/opengl/files_win -@dirrm %%DATADIR%%/templates/wizard/opengl/files_unix -@dirrm %%DATADIR%%/templates/wizard/opengl -@dirrm %%DATADIR%%/templates/wizard/ogre/files -@dirrm %%DATADIR%%/templates/wizard/ogre -@dirrm %%DATADIR%%/templates/wizard/matlab_csf/files -@dirrm %%DATADIR%%/templates/wizard/matlab_csf -@dirrm %%DATADIR%%/templates/wizard/lf/files/structured -@dirrm %%DATADIR%%/templates/wizard/lf/files/quick -@dirrm %%DATADIR%%/templates/wizard/lf/files -@dirrm %%DATADIR%%/templates/wizard/lf -@dirrm %%DATADIR%%/templates/wizard/irrlicht/files -@dirrm %%DATADIR%%/templates/wizard/irrlicht -@dirrm %%DATADIR%%/templates/wizard/h_file -@dirrm %%DATADIR%%/templates/wizard/gtk/files -@dirrm %%DATADIR%%/templates/wizard/gtk -@dirrm %%DATADIR%%/templates/wizard/glut/files -@dirrm %%DATADIR%%/templates/wizard/glut -@dirrm %%DATADIR%%/templates/wizard/glfw/files -@dirrm %%DATADIR%%/templates/wizard/glfw -@dirrm %%DATADIR%%/templates/wizard/fltk/fluid -@dirrm %%DATADIR%%/templates/wizard/fltk/files -@dirrm %%DATADIR%%/templates/wizard/fltk -@dirrm %%DATADIR%%/templates/wizard/empty_file -@dirrm %%DATADIR%%/templates/wizard/empty -@dirrm %%DATADIR%%/templates/wizard/dll/files -@dirrm %%DATADIR%%/templates/wizard/dll -@dirrm %%DATADIR%%/templates/wizard/directx/dx9 -@dirrm %%DATADIR%%/templates/wizard/directx/dx8 -@dirrm %%DATADIR%%/templates/wizard/directx -@dirrm %%DATADIR%%/templates/wizard/d/console -@dirrm %%DATADIR%%/templates/wizard/d -@dirrm %%DATADIR%%/templates/wizard/console/cpp -@dirrm %%DATADIR%%/templates/wizard/console/c -@dirrm %%DATADIR%%/templates/wizard/console -@dirrm %%DATADIR%%/templates/wizard/c_file -@dirrm %%DATADIR%%/templates/wizard/avr/files -@dirrm %%DATADIR%%/templates/wizard/avr -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/src -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/ld -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/h -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255 -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/src -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/ld -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/h -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294 -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/src -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/ld -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/h -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800 -@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/src -@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/ld -@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/h -@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x -@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/src -@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/ld -@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/h -@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx -@dirrm %%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/src -@dirrm %%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/ld -@dirrm %%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/h -@dirrm %%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404 -@dirrm %%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/src -@dirrm %%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/ld -@dirrm %%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/h -@dirrm %%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3 -@dirrm %%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/src -@dirrm %%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/ld -@dirrm %%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/h -@dirrm %%DATADIR%%/templates/wizard/arm/files/ARM-eval7t -@dirrm %%DATADIR%%/templates/wizard/arm/files -@dirrm %%DATADIR%%/templates/wizard/arm -@dirrm %%DATADIR%%/templates/wizard -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/lib_finder -@dirrm %%DATADIR%%/lexers -@dirrm %%DATADIR%%/images/wxsmith -@dirrm %%DATADIR%%/images/settings -@dirrm %%DATADIR%%/images/codesnippets -@dirrm %%DATADIR%%/images/codecompletion -@dirrm %%DATADIR%%/images/ThreadSearch/22x22 -@dirrm %%DATADIR%%/images/ThreadSearch/16x16 -@dirrm %%DATADIR%%/images/ThreadSearch -@dirrm %%DATADIR%%/images/16x16 -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry share/icons/gnome/48x48/mimetypes -@dirrmtry share/icons/hicolor/48x48/mimetypes +@dirrm share/licenses/codeblocks-devel-20120612 +@dirrm share/licenses +@dirrm share/codeblocks/templates/wizard/wxwidgets/wxsmith +@dirrm share/codeblocks/templates/wizard/wxwidgets/wxfb/frame +@dirrm share/codeblocks/templates/wizard/wxwidgets/wxfb/dialog +@dirrm share/codeblocks/templates/wizard/wxwidgets/wxfb +@dirrm share/codeblocks/templates/wizard/wxwidgets/rc +@dirrm share/codeblocks/templates/wizard/wxwidgets/pch +@dirrm share/codeblocks/templates/wizard/wxwidgets/common +@dirrm share/codeblocks/templates/wizard/wxwidgets +@dirrm share/codeblocks/templates/wizard/win32gui/files/frame +@dirrm share/codeblocks/templates/wizard/win32gui/files/dialog +@dirrm share/codeblocks/templates/wizard/win32gui/files +@dirrm share/codeblocks/templates/wizard/win32gui +@dirrm share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775 +@dirrm share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1766 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1762 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1162 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1161 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130 +@dirrm share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796 +@dirrm share/codeblocks/templates/wizard/tricore/templates/EasyKit-TC1767 +@dirrm share/codeblocks/templates/wizard/tricore/templates +@dirrm share/codeblocks/templates/wizard/tricore +@dirrm share/codeblocks/templates/wizard/sys/files +@dirrm share/codeblocks/templates/wizard/sys +@dirrm share/codeblocks/templates/wizard/stlport/files +@dirrm share/codeblocks/templates/wizard/stlport +@dirrm share/codeblocks/templates/wizard/staticlib/files +@dirrm share/codeblocks/templates/wizard/staticlib +@dirrm share/codeblocks/templates/wizard/smartwin/files +@dirrm share/codeblocks/templates/wizard/smartwin +@dirrm share/codeblocks/templates/wizard/sharedlib/cpp +@dirrm share/codeblocks/templates/wizard/sharedlib/c +@dirrm share/codeblocks/templates/wizard/sharedlib +@dirrm share/codeblocks/templates/wizard/sfml/files +@dirrm share/codeblocks/templates/wizard/sfml +@dirrm share/codeblocks/templates/wizard/sdl/files +@dirrm share/codeblocks/templates/wizard/sdl +@dirrm share/codeblocks/templates/wizard/qt4/files +@dirrm share/codeblocks/templates/wizard/qt4 +@dirrm share/codeblocks/templates/wizard/ppc/files/MPC565/src +@dirrm share/codeblocks/templates/wizard/ppc/files/MPC565/ld +@dirrm share/codeblocks/templates/wizard/ppc/files/MPC565/h +@dirrm share/codeblocks/templates/wizard/ppc/files/MPC565 +@dirrm share/codeblocks/templates/wizard/ppc/files/MPC5200/src +@dirrm share/codeblocks/templates/wizard/ppc/files/MPC5200/ld +@dirrm share/codeblocks/templates/wizard/ppc/files/MPC5200/h +@dirrm share/codeblocks/templates/wizard/ppc/files/MPC5200 +@dirrm share/codeblocks/templates/wizard/ppc/files +@dirrm share/codeblocks/templates/wizard/ppc +@dirrm share/codeblocks/templates/wizard/plugins/templates +@dirrm share/codeblocks/templates/wizard/plugins +@dirrm share/codeblocks/templates/wizard/opengl/files_win +@dirrm share/codeblocks/templates/wizard/opengl/files_unix +@dirrm share/codeblocks/templates/wizard/opengl +@dirrm share/codeblocks/templates/wizard/ogre/files +@dirrm share/codeblocks/templates/wizard/ogre +@dirrm share/codeblocks/templates/wizard/matlab_csf/files +@dirrm share/codeblocks/templates/wizard/matlab_csf +@dirrm share/codeblocks/templates/wizard/lf/files/structured +@dirrm share/codeblocks/templates/wizard/lf/files/quick +@dirrm share/codeblocks/templates/wizard/lf/files +@dirrm share/codeblocks/templates/wizard/lf +@dirrm share/codeblocks/templates/wizard/irrlicht/files +@dirrm share/codeblocks/templates/wizard/irrlicht +@dirrm share/codeblocks/templates/wizard/h_file +@dirrm share/codeblocks/templates/wizard/gtk/files +@dirrm share/codeblocks/templates/wizard/gtk +@dirrm share/codeblocks/templates/wizard/glut/files +@dirrm share/codeblocks/templates/wizard/glut +@dirrm share/codeblocks/templates/wizard/glfw/files +@dirrm share/codeblocks/templates/wizard/glfw +@dirrm share/codeblocks/templates/wizard/fortran/lib/files +@dirrm share/codeblocks/templates/wizard/fortran/lib +@dirrm share/codeblocks/templates/wizard/fortran/file +@dirrm share/codeblocks/templates/wizard/fortran/dll/files +@dirrm share/codeblocks/templates/wizard/fortran/dll +@dirrm share/codeblocks/templates/wizard/fortran/app/files +@dirrm share/codeblocks/templates/wizard/fortran/app +@dirrm share/codeblocks/templates/wizard/fortran +@dirrm share/codeblocks/templates/wizard/fltk/fluid +@dirrm share/codeblocks/templates/wizard/fltk/files +@dirrm share/codeblocks/templates/wizard/fltk +@dirrm share/codeblocks/templates/wizard/empty_file +@dirrm share/codeblocks/templates/wizard/empty +@dirrm share/codeblocks/templates/wizard/dll/files +@dirrm share/codeblocks/templates/wizard/dll +@dirrm share/codeblocks/templates/wizard/directx/dx9 +@dirrm share/codeblocks/templates/wizard/directx/dx8 +@dirrm share/codeblocks/templates/wizard/directx +@dirrm share/codeblocks/templates/wizard/d/console +@dirrm share/codeblocks/templates/wizard/d +@dirrm share/codeblocks/templates/wizard/console/cpp +@dirrm share/codeblocks/templates/wizard/console/c +@dirrm share/codeblocks/templates/wizard/console +@dirrm share/codeblocks/templates/wizard/c_file +@dirrm share/codeblocks/templates/wizard/avr/files +@dirrm share/codeblocks/templates/wizard/avr +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/src +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/ld +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/h +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255 +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/src +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/ld +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/h +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294 +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/src +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/ld +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/h +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800 +@dirrm share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/src +@dirrm share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/ld +@dirrm share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/h +@dirrm share/codeblocks/templates/wizard/arm/files/olimex-lpc213x +@dirrm share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/src +@dirrm share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/ld +@dirrm share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/h +@dirrm share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx +@dirrm share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/src +@dirrm share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/ld +@dirrm share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/h +@dirrm share/codeblocks/templates/wizard/arm/files/lpd-lh7a404 +@dirrm share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/src +@dirrm share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/ld +@dirrm share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/h +@dirrm share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3 +@dirrm share/codeblocks/templates/wizard/arm/files/ARM-eval7t/src +@dirrm share/codeblocks/templates/wizard/arm/files/ARM-eval7t/ld +@dirrm share/codeblocks/templates/wizard/arm/files/ARM-eval7t/h +@dirrm share/codeblocks/templates/wizard/arm/files/ARM-eval7t +@dirrm share/codeblocks/templates/wizard/arm/files +@dirrm share/codeblocks/templates/wizard/arm +@dirrm share/codeblocks/templates/wizard +@dirrm share/codeblocks/templates +@dirrm share/codeblocks/scripts +@dirrm share/codeblocks/lib_finder +@dirrm share/codeblocks/lexers +@dirrm share/codeblocks/images/wxsmith +@dirrm share/codeblocks/images/settings +@dirrm share/codeblocks/images/codesnippets +@dirrm share/codeblocks/images/codecompletion +@dirrm share/codeblocks/images/ThreadSearch/22x22 +@dirrm share/codeblocks/images/ThreadSearch/16x16 +@dirrm share/codeblocks/images/ThreadSearch +@dirrm share/codeblocks/images/DoxyBlocks/16x16 +@dirrm share/codeblocks/images/DoxyBlocks +@dirrm share/codeblocks/images/16x16 +@dirrm share/codeblocks/images +@dirrm share/codeblocks/icons +@dirrm share/codeblocks/SpellChecker +@dirrm share/codeblocks @dirrmtry share/applications -@dirrm lib/wxSmithContribItems -@dirrm lib/pkgconfig +@dirrm lib/codeblocks/wxContribItems @dirrm lib/codeblocks/plugins @dirrm lib/codeblocks @dirrm include/wxsmith/wxwidgets/properties @dirrm include/wxsmith/wxwidgets @dirrm include/wxsmith/properties -@dirrm include/wxsmith/contrib/include/wx/propgrid -@dirrm include/wxsmith/contrib/include/wx -@dirrm include/wxsmith/contrib/include -@dirrm include/wxsmith/contrib @dirrm include/wxsmith -@dirrm include/wxSmithContribItems/wxthings/wxthings/include/wx/things -@dirrm include/wxSmithContribItems/wxthings/wxthings/include/wx -@dirrm include/wxSmithContribItems/wxthings/wxthings/include -@dirrm include/wxSmithContribItems/wxthings/wxthings -@dirrm include/wxSmithContribItems/wxthings -@dirrm include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook/include/wx/wxFlatNotebook -@dirrm include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook/include/wx -@dirrm include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook/include -@dirrm include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook -@dirrm include/wxSmithContribItems/wxflatnotebook -@dirrm include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx -@dirrm include/wxSmithContribItems/wxchart/wxchart-1.0/include -@dirrm include/wxSmithContribItems/wxchart/wxchart-1.0 -@dirrm include/wxSmithContribItems/wxchart -@dirrm include/wxSmithContribItems @dirrm include/codeblocks/wxscintilla/include/wx @dirrm include/codeblocks/wxscintilla/include @dirrm include/codeblocks/wxscintilla +@dirrm include/codeblocks/wxpropgrid/include/wx/propgrid +@dirrm include/codeblocks/wxpropgrid/include/wx +@dirrm include/codeblocks/wxpropgrid/include +@dirrm include/codeblocks/wxpropgrid +@dirrm include/codeblocks/wxContribItems/wxthings/include/wx/things +@dirrm include/codeblocks/wxContribItems/wxthings/include/wx +@dirrm include/codeblocks/wxContribItems/wxthings/include +@dirrm include/codeblocks/wxContribItems/wxthings +@dirrm include/codeblocks/wxContribItems/wxled/ledpanel/include/wx +@dirrm include/codeblocks/wxContribItems/wxled/ledpanel/include +@dirrm include/codeblocks/wxContribItems/wxled/ledpanel +@dirrm include/codeblocks/wxContribItems/wxled/led/include/wx +@dirrm include/codeblocks/wxContribItems/wxled/led/include +@dirrm include/codeblocks/wxContribItems/wxled/led +@dirrm include/codeblocks/wxContribItems/wxled/lcdwindow/include/wx +@dirrm include/codeblocks/wxContribItems/wxled/lcdwindow/include +@dirrm include/codeblocks/wxContribItems/wxled/lcdwindow +@dirrm include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos +@dirrm include/codeblocks/wxContribItems/wxled/gizmosled/include/wx +@dirrm include/codeblocks/wxContribItems/wxled/gizmosled/include +@dirrm include/codeblocks/wxContribItems/wxled/gizmosled +@dirrm include/codeblocks/wxContribItems/wxled +@dirrm include/codeblocks/wxContribItems/wxchart/include/wx +@dirrm include/codeblocks/wxContribItems/wxchart/include +@dirrm include/codeblocks/wxContribItems/wxchart +@dirrm include/codeblocks/wxContribItems/wxTreeList/include/wx +@dirrm include/codeblocks/wxContribItems/wxTreeList/include +@dirrm include/codeblocks/wxContribItems/wxTreeList +@dirrm include/codeblocks/wxContribItems/wxSpeedButton +@dirrm include/codeblocks/wxContribItems/wxImagePanel/include/wx +@dirrm include/codeblocks/wxContribItems/wxImagePanel/include +@dirrm include/codeblocks/wxContribItems/wxImagePanel +@dirrm include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook +@dirrm include/codeblocks/wxContribItems/wxFlatNotebook/include/wx +@dirrm include/codeblocks/wxContribItems/wxFlatNotebook/include +@dirrm include/codeblocks/wxContribItems/wxFlatNotebook +@dirrm include/codeblocks/wxContribItems/KWIC/include/wx/xrc +@dirrm include/codeblocks/wxContribItems/KWIC/include/wx/KWIC +@dirrm include/codeblocks/wxContribItems/KWIC/include/wx +@dirrm include/codeblocks/wxContribItems/KWIC/include +@dirrm include/codeblocks/wxContribItems/KWIC +@dirrm include/codeblocks/wxContribItems @dirrm include/codeblocks/tinyxml @dirrm include/codeblocks/scripting/sqplus @dirrm include/codeblocks/scripting/include @dirrm include/codeblocks/scripting/bindings @dirrm include/codeblocks/scripting @dirrm include/codeblocks +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true --------------010308050502040202050502-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 16:40:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8378106566B for ; Mon, 18 Jun 2012 16:40:17 +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 8D2E88FC08 for ; Mon, 18 Jun 2012 16:40:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IGeH9a028870 for ; Mon, 18 Jun 2012 16:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IGeHsY028869; Mon, 18 Jun 2012 16:40:17 GMT (envelope-from gnats) Date: Mon, 18 Jun 2012 16:40:17 GMT Message-Id: <201206181640.q5IGeHsY028869@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mark Linimon Cc: Subject: Re: ports/168328: [REPOCOPY] devel/codeblocks --> devel/codeblocks-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Linimon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2012 16:40:17 -0000 The following reply was made to PR ports/168328; it has been noted by GNATS. From: Mark Linimon To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/168328: [REPOCOPY] devel/codeblocks --> devel/codeblocks-devel Date: Mon, 18 Jun 2012 11:39:00 -0500 ----- Forwarded message from "coder.tuxfamily" ----- Date: Mon, 18 Jun 2012 18:13:56 +0200 From: "coder.tuxfamily" To: linimon@FreeBSD.org Subject: Re: ports/168328: [REPOCOPY] devel/codeblocks --> devel/codeblocks-devel Here the new patch (orig : devel/codeblocks ; new : devel/codeblocks-devel). tinderlog (Success): https://redports.org/~lbartoletti/20120617170643-12593-30800/codeblocks-devel-20120612.log diff -ruN /usr/ports/devel/codeblocks/Makefile devel/codeblocks-devel/Makefile --- /usr/ports/devel/codeblocks/Makefile 2012-06-01 07:17:21.000000000 +0200 +++ devel/codeblocks-devel/Makefile 2012-06-17 19:05:10.000000000 +0200 @@ -1,40 +1,70 @@ -# New ports collection makefile for: codeblocks -# Date created: November, 15th 2005 -# Whom: Matthias Sund +# New ports collection makefile for: codeblocks-devel +# Date created: 2012-05-20 +# Whom: lbartoletti # -# $FreeBSD: ports/devel/codeblocks/Makefile,v 1.17 2012/06/01 05:17:21 dinoex Exp $ +# $FreeBSD$ # -PORTNAME= codeblocks -PORTVERSION= 10.05 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_BERLIOS} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION}-1debian-src +PORTNAME= codeblocks-devel +PORTVERSION= 20120612 +CATEGORIES= devel +MASTER_SITES= http://download.tuxfamily.org/bartcoding/FreeBSD/ \ + ${MASTER_SITE_LOCAL} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= coder@tuxfamily.org COMMENT= Open source, cross-platform, free C/C++ IDE +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme +LIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs \ + hunspell:${PORTSDIR}/textproc/hunspell \ + rsync:${PORTSDIR}/net/librsync -LICENSE_COMB= multi -LICENSE= GPLv3 LGPL3 +CONFLICTS= codeblocks-[0-9]* USE_BZIP2= yes +USE_BOOST= yes USE_WX= 2.8 WANT_UNICODE= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib INSTALLS_ICONS= yes USE_LDCONFIG= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize CONFIGURE_ARGS+= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all + MAN1= cb_console_runner.1 cb_share_config.1 codeblocks.1 codesnippets.1 -post-extract: - (cd ${WRKDIR} && ${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} src/${PORTNAME}_${PORTVERSION}-1.tar.gz ${EXTRACT_AFTER_ARGS}) +# +# To roll snapshot: as bart (OR the maintenair): make BOOTSTRAP=defined fetch +# +.if defined(BOOTSTRAP) +FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion +SVN_REV= 8037 # svn tip at epoch 2009120801 +SVNROOT_URI= http://svn.berlios.de/svnroot/repos/codeblocks/trunk + +do-fetch: + ${MKDIR} ${WRKDIR} + svn export -r ${SVN_REV} ${SVNROOT_URI} ${WRKSRC} + cd ${WRKDIR}; tar cvfy ${DISTDIR}/${DISTNAME}.tar.bz2 ${DISTNAME} +.if ${USER} == bart + ${CHMOD} ugo+r ${DISTDIR}/${DISTNAME}.tar.bz2 + scp -p ${DISTDIR}/${DISTNAME}.tar.bz2 \ + freefall.freebsd.org:public_distfiles/ +.endif +.endif # defined(BOOTSTRAP) + +post-patch: + @${FIND} ${WRKSRC} -name "Makefile.am" -type f | \ + ${XARGS} ${REINPLACE_CMD} -e \ + 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' + +pre-configure: + @(cd ${WRKSRC} && ./bootstrap) .include diff -ruN /usr/ports/devel/codeblocks/distinfo devel/codeblocks-devel/distinfo --- /usr/ports/devel/codeblocks/distinfo 2011-07-03 16:55:24.000000000 +0200 +++ devel/codeblocks-devel/distinfo 2012-06-12 22:23:49.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (codeblocks-10.05-1debian-src.tar.bz2) = 744f5565d08affb8bd156d3c2c82c9704370afc2b06390bc0021d0c730e3dfe8 -SIZE (codeblocks-10.05-1debian-src.tar.bz2) = 14470771 +SHA256 (codeblocks-devel-20120612.tar.bz2) = de71856e65980ce43de1256deed3eb21087929de1a9e057a6e51438d0fa696b5 +SIZE (codeblocks-devel-20120612.tar.bz2) = 12720644 diff -ruN /usr/ports/devel/codeblocks/files/patch-Makefile.in devel/codeblocks-devel/files/patch-Makefile.in --- /usr/ports/devel/codeblocks/files/patch-Makefile.in 2010-06-07 20:27:05.000000000 +0200 +++ devel/codeblocks-devel/files/patch-Makefile.in 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2010-05-27 12:51:56.000000000 +0200 -+++ Makefile.in 2010-06-06 20:50:39.000000000 +0200 -@@ -309,7 +309,7 @@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - SUBDIRS = src debian --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(exec_prefix)/libdata/pkgconfig - pkgconfig_DATA = codeblocks.pc - EXTRA_DIST = $(top_srcdir)/bootstrap \ - codeblocks.spec \ diff -ruN /usr/ports/devel/codeblocks/pkg-descr devel/codeblocks-devel/pkg-descr --- /usr/ports/devel/codeblocks/pkg-descr 2009-01-16 17:33:38.000000000 +0100 +++ devel/codeblocks-devel/pkg-descr 2012-06-17 19:06:16.000000000 +0200 @@ -6,7 +6,4 @@ the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable." -LICENSE: GPL3 or later (IDE) -LICENSE: LGPL3 or later (SDK) - WWW: http://www.codeblocks.org/ diff -ruN /usr/ports/devel/codeblocks/pkg-plist devel/codeblocks-devel/pkg-plist --- /usr/ports/devel/codeblocks/pkg-plist 2010-06-07 20:27:05.000000000 +0200 +++ devel/codeblocks-devel/pkg-plist 2012-06-15 20:07:45.000000000 +0200 @@ -10,12 +10,14 @@ include/codeblocks/base64.h include/codeblocks/blockallocated.h include/codeblocks/cbauibook.h +include/codeblocks/cbdebugger_interfaces.h include/codeblocks/cbeditor.h include/codeblocks/cbeditorprintout.h include/codeblocks/cbexception.h include/codeblocks/cbfunctor.h include/codeblocks/cbplugin.h include/codeblocks/cbproject.h +include/codeblocks/cbstatusbar.h include/codeblocks/cbstyledtextctrl.h include/codeblocks/cbthreadedtask.h include/codeblocks/cbthreadpool.h @@ -33,6 +35,7 @@ include/codeblocks/configuretoolsdlg.h include/codeblocks/confirmreplacedlg.h include/codeblocks/crc32.h +include/codeblocks/debuggermanager.h include/codeblocks/editarrayfiledlg.h include/codeblocks/editarrayorderdlg.h include/codeblocks/editarraystringdlg.h @@ -147,51 +150,82 @@ include/codeblocks/uservarmanager.h include/codeblocks/virtualbuildtargetsdlg.h include/codeblocks/workspaceloader.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/AngularMeter.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/AngularRegulator.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/BmpCheckBox.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/BmpSwitcher.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LCDClock.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LCDWindow.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LinearMeter.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/LinearRegulator.h +include/codeblocks/wxContribItems/KWIC/include/wx/KWIC/TimeAlarm.h +include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxangularmeterhandler.h +include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxangularregulatorhandler.h +include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlcdclockhandler.h +include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlcddisplayhandler.h +include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlinearmeterhandler.h +include/codeblocks/wxContribItems/KWIC/include/wx/xrc/xh_kwxlinearregulatorhandler.h +include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/fnb_singleton.h +include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/fnb_smart_ptr.h +include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/renderer.h +include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/wxFNBDropTarget.h +include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/wxFlatNotebook.h +include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/wxFlatNotebookSDK.h +include/codeblocks/wxContribItems/wxImagePanel/include/wx/wxImagePanel.h +include/codeblocks/wxContribItems/wxSpeedButton/wxSpeedButton.h +include/codeblocks/wxContribItems/wxTreeList/include/wx/treelistctrl.h +include/codeblocks/wxContribItems/wxchart/include/wx/axis.h +include/codeblocks/wxContribItems/wxchart/include/wx/bar3dchartpoints.h +include/codeblocks/wxContribItems/wxchart/include/wx/barchartpoints.h +include/codeblocks/wxContribItems/wxchart/include/wx/chart.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartcolors.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartctrl.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartdef.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartpoints.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartpointstypes.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartsizes.h +include/codeblocks/wxContribItems/wxchart/include/wx/charttypes.h +include/codeblocks/wxContribItems/wxchart/include/wx/chartwindow.h +include/codeblocks/wxContribItems/wxchart/include/wx/legend.h +include/codeblocks/wxContribItems/wxchart/include/wx/legendwindow.h +include/codeblocks/wxContribItems/wxchart/include/wx/pie3dchartpoints.h +include/codeblocks/wxContribItems/wxchart/include/wx/piechartpoints.h +include/codeblocks/wxContribItems/wxchart/include/wx/points.h +include/codeblocks/wxContribItems/wxchart/include/wx/xaxis.h +include/codeblocks/wxContribItems/wxchart/include/wx/xaxiswindow.h +include/codeblocks/wxContribItems/wxchart/include/wx/yaxis.h +include/codeblocks/wxContribItems/wxchart/include/wx/yaxiswindow.h +include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/gizmos.h +include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/ledctrl.h +include/codeblocks/wxContribItems/wxled/lcdwindow/include/wx/lcdwindow.h +include/codeblocks/wxContribItems/wxled/led/include/wx/led.h +include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/advancedmatrixobject.h +include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/matrixobject.h +include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/wxledfont.h +include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/wxledpanel.h +include/codeblocks/wxContribItems/wxthings/include/wx/things/thingdef.h +include/codeblocks/wxContribItems/wxthings/include/wx/things/toggle.h +include/codeblocks/wxpropgrid/include/wx/propgrid/advprops.h +include/codeblocks/wxpropgrid/include/wx/propgrid/editors.h +include/codeblocks/wxpropgrid/include/wx/propgrid/extras.h +include/codeblocks/wxpropgrid/include/wx/propgrid/manager.h +include/codeblocks/wxpropgrid/include/wx/propgrid/odcombo.h +include/codeblocks/wxpropgrid/include/wx/propgrid/pg_dox_mainpage.h +include/codeblocks/wxpropgrid/include/wx/propgrid/propdev.h +include/codeblocks/wxpropgrid/include/wx/propgrid/propgrid.h +include/codeblocks/wxpropgrid/include/wx/propgrid/props.h +include/codeblocks/wxpropgrid/include/wx/propgrid/xh_propgrid.h include/codeblocks/wxscintilla/include/wx/wxscintilla.h include/codeblocks/xtra_res.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/axis.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/bar3dchartpoints.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/barchartpoints.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/chart.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/chartcolors.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/chartctrl.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/chartdef.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/chartpoints.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/chartpointstypes.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/chartsizes.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/charttypes.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/chartwindow.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/legend.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/legendwindow.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/pie3dchartpoints.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/piechartpoints.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/points.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/xaxis.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/xaxiswindow.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/yaxis.h -include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx/yaxiswindow.h -include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook/include/wx/wxFlatNotebook/fnb_singleton.h -include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook/include/wx/wxFlatNotebook/fnb_smart_ptr.h -include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook/include/wx/wxFlatNotebook/renderer.h -include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook/include/wx/wxFlatNotebook/wxFNBDropTarget.h -include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook/include/wx/wxFlatNotebook/wxFlatNotebook.h -include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook/include/wx/wxFlatNotebook/wxFlatNotebookSDK.h -include/wxSmithContribItems/wxthings/wxthings/include/wx/things/thingdef.h -include/wxSmithContribItems/wxthings/wxthings/include/wx/things/toggle.h -include/wxsmith/contrib/include/wx/propgrid/advprops.h -include/wxsmith/contrib/include/wx/propgrid/extras.h -include/wxsmith/contrib/include/wx/propgrid/manager.h -include/wxsmith/contrib/include/wx/propgrid/odcombo.h -include/wxsmith/contrib/include/wx/propgrid/pg_dox_mainpage.h -include/wxsmith/contrib/include/wx/propgrid/propdev.h -include/wxsmith/contrib/include/wx/propgrid/propgrid.h include/wxsmith/properties/wxsarraystringeditordlg.h include/wxsmith/properties/wxsarraystringproperty.h include/wxsmith/properties/wxsboolproperty.h include/wxsmith/properties/wxscustomeditorproperty.h +include/wxsmith/properties/wxseditenumproperty.h include/wxsmith/properties/wxsemptyproperty.h include/wxsmith/properties/wxsenumproperty.h include/wxsmith/properties/wxsflagsproperty.h +include/wxsmith/properties/wxsfloatproperty.h include/wxsmith/properties/wxslongproperty.h include/wxsmith/properties/wxsproperties.h include/wxsmith/properties/wxsproperty.h @@ -221,6 +255,13 @@ include/wxsmith/wxwidgets/properties/wxsfonteditordlg.h include/wxsmith/wxwidgets/properties/wxsfontfaceeditordlg.h include/wxsmith/wxwidgets/properties/wxsfontproperty.h +include/wxsmith/wxwidgets/properties/wxsimagecomboeditordlg.h +include/wxsmith/wxwidgets/properties/wxsimagecomboproperty.h +include/wxsmith/wxwidgets/properties/wxsimagelisteditordlg.h +include/wxsmith/wxwidgets/properties/wxsimagelistproperty.h +include/wxsmith/wxwidgets/properties/wxsimageproperty.h +include/wxsmith/wxwidgets/properties/wxsimagetreeeditordlg.h +include/wxsmith/wxwidgets/properties/wxsimagetreeproperty.h include/wxsmith/wxwidgets/properties/wxspositionsizeproperty.h include/wxsmith/wxwidgets/properties/wxssimplefonteditordlg.h include/wxsmith/wxwidgets/properties/wxssizerflagsproperty.h @@ -275,22 +316,40 @@ lib/codeblocks/plugins/libCccc.so lib/codeblocks/plugins/libCppCheck.la lib/codeblocks/plugins/libCppCheck.so +lib/codeblocks/plugins/libCscope.la +lib/codeblocks/plugins/libCscope.so +lib/codeblocks/plugins/libDoxyBlocks.la +lib/codeblocks/plugins/libDoxyBlocks.so +lib/codeblocks/plugins/libEditorTweaks.la +lib/codeblocks/plugins/libEditorTweaks.so +lib/codeblocks/plugins/libFileManager.la +lib/codeblocks/plugins/libFileManager.so lib/codeblocks/plugins/libHexEditor.la lib/codeblocks/plugins/libHexEditor.so lib/codeblocks/plugins/libIncrementalSearch.la lib/codeblocks/plugins/libIncrementalSearch.so lib/codeblocks/plugins/libMouseSap.la lib/codeblocks/plugins/libMouseSap.so +lib/codeblocks/plugins/libNassiShneiderman.la +lib/codeblocks/plugins/libNassiShneiderman.so lib/codeblocks/plugins/libProfiler.la lib/codeblocks/plugins/libProfiler.so lib/codeblocks/plugins/libRegExTestbed.la lib/codeblocks/plugins/libRegExTestbed.so +lib/codeblocks/plugins/libReopenEditor.la +lib/codeblocks/plugins/libReopenEditor.so +lib/codeblocks/plugins/libSpellChecker.la +lib/codeblocks/plugins/libSpellChecker.so lib/codeblocks/plugins/libSymTab.la lib/codeblocks/plugins/libSymTab.so lib/codeblocks/plugins/libThreadSearch.la lib/codeblocks/plugins/libThreadSearch.so +lib/codeblocks/plugins/libToolsPlus.la +lib/codeblocks/plugins/libToolsPlus.so lib/codeblocks/plugins/libValgrind.la lib/codeblocks/plugins/libValgrind.so +lib/codeblocks/plugins/libabbreviations.la +lib/codeblocks/plugins/libabbreviations.so lib/codeblocks/plugins/libastyle.la lib/codeblocks/plugins/libastyle.so lib/codeblocks/plugins/libautosave.la @@ -343,1186 +402,1381 @@ lib/codeblocks/plugins/libwxsmith.so lib/codeblocks/plugins/libwxsmithcontribitems.la lib/codeblocks/plugins/libwxsmithcontribitems.so +lib/codeblocks/wxContribItems/libwxchartctrl.a +lib/codeblocks/wxContribItems/libwxchartctrl.la +lib/codeblocks/wxContribItems/libwxchartctrl.so +lib/codeblocks/wxContribItems/libwxchartctrl.so.0 +lib/codeblocks/wxContribItems/libwxcustombutton.a +lib/codeblocks/wxContribItems/libwxcustombutton.la +lib/codeblocks/wxContribItems/libwxcustombutton.so +lib/codeblocks/wxContribItems/libwxcustombutton.so.0 +lib/codeblocks/wxContribItems/libwxflatnotebook.a +lib/codeblocks/wxContribItems/libwxflatnotebook.la +lib/codeblocks/wxContribItems/libwxflatnotebook.so +lib/codeblocks/wxContribItems/libwxflatnotebook.so.0 +lib/codeblocks/wxContribItems/libwximagepanel.a +lib/codeblocks/wxContribItems/libwximagepanel.la +lib/codeblocks/wxContribItems/libwximagepanel.so +lib/codeblocks/wxContribItems/libwximagepanel.so.0 +lib/codeblocks/wxContribItems/libwxkwic.a +lib/codeblocks/wxContribItems/libwxkwic.la +lib/codeblocks/wxContribItems/libwxkwic.so +lib/codeblocks/wxContribItems/libwxkwic.so.0 +lib/codeblocks/wxContribItems/libwxled.a +lib/codeblocks/wxContribItems/libwxled.la +lib/codeblocks/wxContribItems/libwxled.so +lib/codeblocks/wxContribItems/libwxled.so.0 +lib/codeblocks/wxContribItems/libwxspeedbutton.a +lib/codeblocks/wxContribItems/libwxspeedbutton.la +lib/codeblocks/wxContribItems/libwxspeedbutton.so +lib/codeblocks/wxContribItems/libwxspeedbutton.so.0 +lib/codeblocks/wxContribItems/libwxtreelist.a +lib/codeblocks/wxContribItems/libwxtreelist.la +lib/codeblocks/wxContribItems/libwxtreelist.so +lib/codeblocks/wxContribItems/libwxtreelist.so.0 +lib/libcodeblocks.a lib/libcodeblocks.la lib/libcodeblocks.so lib/libcodeblocks.so.0 lib/libwxsmithlib.la lib/libwxsmithlib.so lib/libwxsmithlib.so.0 -lib/pkgconfig/wxsmith-contrib.pc -lib/pkgconfig/wxsmith.pc -lib/pkgconfig/wxsmithaui.pc -lib/wxSmithContribItems/libwxchartctrl.la -lib/wxSmithContribItems/libwxchartctrl.so -lib/wxSmithContribItems/libwxchartctrl.so.0 -lib/wxSmithContribItems/libwxcustombutton.la -lib/wxSmithContribItems/libwxcustombutton.so -lib/wxSmithContribItems/libwxcustombutton.so.0 -lib/wxSmithContribItems/libwxflatnotebook.la -lib/wxSmithContribItems/libwxflatnotebook.so -lib/wxSmithContribItems/libwxflatnotebook.so.0 +libdata/pkgconfig/cb_wxKWIC.pc +libdata/pkgconfig/cb_wxchartctrl.pc +libdata/pkgconfig/cb_wxcontrib.pc +libdata/pkgconfig/cb_wxcustombutton.pc +libdata/pkgconfig/cb_wxflatnotebook.pc +libdata/pkgconfig/cb_wximagepanel.pc +libdata/pkgconfig/cb_wxled.pc +libdata/pkgconfig/cb_wxspeedbutton.pc +libdata/pkgconfig/cb_wxtreelist.pc libdata/pkgconfig/codeblocks.pc +libdata/pkgconfig/wxsmith-contrib.pc +libdata/pkgconfig/wxsmith.pc +libdata/pkgconfig/wxsmithaui.pc share/applications/codeblocks.desktop +share/codeblocks/AutoVersioning.zip +share/codeblocks/BrowseTracker.zip +share/codeblocks/Cccc.zip +share/codeblocks/CppCheck.zip +share/codeblocks/Cscope.zip +share/codeblocks/DoxyBlocks.zip +share/codeblocks/EditorTweaks.zip +share/codeblocks/FileManager.zip +share/codeblocks/HexEditor.zip +share/codeblocks/IncrementalSearch.zip +share/codeblocks/MouseSap.zip +share/codeblocks/NassiShneiderman.zip +share/codeblocks/Profiler.zip +share/codeblocks/RegExTestbed.zip +share/codeblocks/ReopenEditor.zip +share/codeblocks/SpellChecker.zip +share/codeblocks/SpellChecker/OnlineSpellChecking.xml +share/codeblocks/SpellChecker/de_AT.png +share/codeblocks/SpellChecker/de_CH.png +share/codeblocks/SpellChecker/de_DE.png +share/codeblocks/SpellChecker/en_AU.png +share/codeblocks/SpellChecker/en_CA.png +share/codeblocks/SpellChecker/en_GB.png +share/codeblocks/SpellChecker/en_NZ.png +share/codeblocks/SpellChecker/en_US.png +share/codeblocks/SpellChecker/fr_FR.png +share/codeblocks/SymTab.zip +share/codeblocks/ThreadSearch.zip +share/codeblocks/ToolsPlus.zip +share/codeblocks/Valgrind.zip +share/codeblocks/abbreviations.zip +share/codeblocks/astyle.zip +share/codeblocks/autosave.zip +share/codeblocks/byogames.zip +share/codeblocks/cb_koders.zip +share/codeblocks/classwizard.zip +share/codeblocks/codecompletion.zip +share/codeblocks/codesnippets.zip +share/codeblocks/codestat.zip +share/codeblocks/compiler.zip +share/codeblocks/copystrings.zip +share/codeblocks/debugger.zip +share/codeblocks/defaultmimehandler.zip +share/codeblocks/dragscroll.zip +share/codeblocks/envvars.zip +share/codeblocks/exporter.zip +share/codeblocks/headerfixup.zip +share/codeblocks/help_plugin.zip +share/codeblocks/icons/app.xpm +share/codeblocks/icons/app_64.xpm +share/codeblocks/icons/c64.xpm +share/codeblocks/icons/cbp64.xpm +share/codeblocks/icons/cg64.xpm +share/codeblocks/icons/cpp64.xpm +share/codeblocks/icons/csd64.xpm +share/codeblocks/icons/d64.xpm +share/codeblocks/icons/dev64.xpm +share/codeblocks/icons/dsp64.xpm +share/codeblocks/icons/dsw64.xpm +share/codeblocks/icons/f64.xpm +share/codeblocks/icons/h64.xpm +share/codeblocks/icons/proj64.xpm +share/codeblocks/icons/rc64.xpm +share/codeblocks/images/16x16/bookmark_add.png +share/codeblocks/images/16x16/dbginfo.png +share/codeblocks/images/16x16/dbgnext.png +share/codeblocks/images/16x16/dbgnexti.png +share/codeblocks/images/16x16/dbgpause.png +share/codeblocks/images/16x16/dbgrun.png +share/codeblocks/images/16x16/dbgrunto.png +share/codeblocks/images/16x16/dbgstep.png +share/codeblocks/images/16x16/dbgstepi.png +share/codeblocks/images/16x16/dbgstepout.png +share/codeblocks/images/16x16/dbgstop.png +share/codeblocks/images/16x16/dbgwindow.png +share/codeblocks/images/16x16/editcopy.png +share/codeblocks/images/16x16/editcut.png +share/codeblocks/images/16x16/editpaste.png +share/codeblocks/images/16x16/exit.png +share/codeblocks/images/16x16/fileclose.png +share/codeblocks/images/16x16/filefind.png +share/codeblocks/images/16x16/filefindnext.png +share/codeblocks/images/16x16/filefindprev.png +share/codeblocks/images/16x16/filenew.png +share/codeblocks/images/16x16/fileopen.png +share/codeblocks/images/16x16/fileprint.png +share/codeblocks/images/16x16/filequickprint.png +share/codeblocks/images/16x16/filesave.png +share/codeblocks/images/16x16/filesaveall.png +share/codeblocks/images/16x16/filesaveas.png +share/codeblocks/images/16x16/findf.png +share/codeblocks/images/16x16/folder.png +share/codeblocks/images/16x16/folder_new.png +share/codeblocks/images/16x16/folder_open.png +share/codeblocks/images/16x16/folder_yel.png +share/codeblocks/images/16x16/folder_yel_open.png +share/codeblocks/images/16x16/goto.png +share/codeblocks/images/16x16/history_clear.png +share/codeblocks/images/16x16/idea.png +share/codeblocks/images/16x16/info.png +share/codeblocks/images/16x16/mark.png +share/codeblocks/images/16x16/mark_clear.png +share/codeblocks/images/16x16/mark_next.png +share/codeblocks/images/16x16/mark_prev.png +share/codeblocks/images/16x16/newproject.png +share/codeblocks/images/16x16/next.png +share/codeblocks/images/16x16/plug.png +share/codeblocks/images/16x16/prev.png +share/codeblocks/images/16x16/project-readonly.png +share/codeblocks/images/16x16/project.png +share/codeblocks/images/16x16/projectnew.png +share/codeblocks/images/16x16/redo.png +share/codeblocks/images/16x16/run.png +share/codeblocks/images/16x16/searchreplace.png +share/codeblocks/images/16x16/searchreplacef.png +share/codeblocks/images/16x16/undo.png +share/codeblocks/images/16x16/view_sidetree.png +share/codeblocks/images/16x16/view_tree.png +share/codeblocks/images/16x16/window_fullscreen.png +share/codeblocks/images/16x16/workspace-readonly.png +share/codeblocks/images/16x16/workspace.png +share/codeblocks/images/DoxyBlocks/16x16/chm.png +share/codeblocks/images/DoxyBlocks/16x16/comment_block.png +share/codeblocks/images/DoxyBlocks/16x16/comment_line.png +share/codeblocks/images/DoxyBlocks/16x16/configure.png +share/codeblocks/images/DoxyBlocks/16x16/doxywizard.png +share/codeblocks/images/DoxyBlocks/16x16/extract.png +share/codeblocks/images/DoxyBlocks/16x16/html.png +share/codeblocks/images/DoxyBlocks/chm.png +share/codeblocks/images/DoxyBlocks/comment_block.png +share/codeblocks/images/DoxyBlocks/comment_line.png +share/codeblocks/images/DoxyBlocks/configure.png +share/codeblocks/images/DoxyBlocks/doxywizard.png +share/codeblocks/images/DoxyBlocks/extract.png +share/codeblocks/images/DoxyBlocks/html.png +share/codeblocks/images/ThreadSearch/16x16/findf.png +share/codeblocks/images/ThreadSearch/16x16/findfdisabled.png +share/codeblocks/images/ThreadSearch/16x16/folder.png +share/codeblocks/images/ThreadSearch/16x16/folderdisabled.png +share/codeblocks/images/ThreadSearch/16x16/folderselected.png +share/codeblocks/images/ThreadSearch/16x16/off.png +share/codeblocks/images/ThreadSearch/16x16/offdisabled.png +share/codeblocks/images/ThreadSearch/16x16/on.png +share/codeblocks/images/ThreadSearch/16x16/ondisabled.png +share/codeblocks/images/ThreadSearch/16x16/openfiles.png +share/codeblocks/images/ThreadSearch/16x16/openfiles1.png +share/codeblocks/images/ThreadSearch/16x16/openfiles1disabled.png +share/codeblocks/images/ThreadSearch/16x16/openfiles1selected.png +share/codeblocks/images/ThreadSearch/16x16/openfilesdisabled.png +share/codeblocks/images/ThreadSearch/16x16/openfilesselected.png +share/codeblocks/images/ThreadSearch/16x16/options.png +share/codeblocks/images/ThreadSearch/16x16/optionsdisabled.png +share/codeblocks/images/ThreadSearch/16x16/project.png +share/codeblocks/images/ThreadSearch/16x16/project1.png +share/codeblocks/images/ThreadSearch/16x16/project1disabled.png +share/codeblocks/images/ThreadSearch/16x16/project1selected.png +share/codeblocks/images/ThreadSearch/16x16/projectdisabled.png +share/codeblocks/images/ThreadSearch/16x16/projectselected.png +share/codeblocks/images/ThreadSearch/16x16/showdir.png +share/codeblocks/images/ThreadSearch/16x16/showdirdisabled.png +share/codeblocks/images/ThreadSearch/16x16/stop.png +share/codeblocks/images/ThreadSearch/16x16/stopdisabled.png +share/codeblocks/images/ThreadSearch/16x16/target.png +share/codeblocks/images/ThreadSearch/16x16/target1.png +share/codeblocks/images/ThreadSearch/16x16/target1disabled.png +share/codeblocks/images/ThreadSearch/16x16/target1selected.png +share/codeblocks/images/ThreadSearch/16x16/targetdisabled.png +share/codeblocks/images/ThreadSearch/16x16/targetselected.png +share/codeblocks/images/ThreadSearch/16x16/workspace.png +share/codeblocks/images/ThreadSearch/16x16/workspacedisabled.png +share/codeblocks/images/ThreadSearch/16x16/workspaceselected.png +share/codeblocks/images/ThreadSearch/22x22/file.png +share/codeblocks/images/ThreadSearch/22x22/findf.png +share/codeblocks/images/ThreadSearch/22x22/findfdisabled.png +share/codeblocks/images/ThreadSearch/22x22/folder.png +share/codeblocks/images/ThreadSearch/22x22/folderdisabled.png +share/codeblocks/images/ThreadSearch/22x22/folderselected.png +share/codeblocks/images/ThreadSearch/22x22/lookingglass.png +share/codeblocks/images/ThreadSearch/22x22/off.png +share/codeblocks/images/ThreadSearch/22x22/offdisabled.png +share/codeblocks/images/ThreadSearch/22x22/on.png +share/codeblocks/images/ThreadSearch/22x22/ondisabled.png +share/codeblocks/images/ThreadSearch/22x22/openfiles.png +share/codeblocks/images/ThreadSearch/22x22/openfilesdisabled.png +share/codeblocks/images/ThreadSearch/22x22/openfilesselected.png +share/codeblocks/images/ThreadSearch/22x22/options.png +share/codeblocks/images/ThreadSearch/22x22/optionsdisabled.png +share/codeblocks/images/ThreadSearch/22x22/project.png +share/codeblocks/images/ThreadSearch/22x22/project1.png +share/codeblocks/images/ThreadSearch/22x22/project1disabled.png +share/codeblocks/images/ThreadSearch/22x22/project1selected.png +share/codeblocks/images/ThreadSearch/22x22/project2.png +share/codeblocks/images/ThreadSearch/22x22/project2d.png +share/codeblocks/images/ThreadSearch/22x22/project2s.png +share/codeblocks/images/ThreadSearch/22x22/projectdisabled.png +share/codeblocks/images/ThreadSearch/22x22/projectselected.png +share/codeblocks/images/ThreadSearch/22x22/showdir.png +share/codeblocks/images/ThreadSearch/22x22/showdirdisabled.png +share/codeblocks/images/ThreadSearch/22x22/stop.png +share/codeblocks/images/ThreadSearch/22x22/stopdisabled.png +share/codeblocks/images/ThreadSearch/22x22/target.png +share/codeblocks/images/ThreadSearch/22x22/target1.png +share/codeblocks/images/ThreadSearch/22x22/target1disabled.png +share/codeblocks/images/ThreadSearch/22x22/target1selected.png +share/codeblocks/images/ThreadSearch/22x22/targetdisabled.png +share/codeblocks/images/ThreadSearch/22x22/targetselected.png +share/codeblocks/images/ThreadSearch/22x22/workspace.png +share/codeblocks/images/ThreadSearch/22x22/workspacedisabled.png +share/codeblocks/images/ThreadSearch/22x22/workspaceselected.png +share/codeblocks/images/ThreadSearch/folder.png +share/codeblocks/images/ThreadSearch/folderdisabled.png +share/codeblocks/images/ThreadSearch/folderselected.png +share/codeblocks/images/ThreadSearch/off.png +share/codeblocks/images/ThreadSearch/on.png +share/codeblocks/images/ThreadSearch/openfiles.png +share/codeblocks/images/ThreadSearch/openfilesdisabled.png +share/codeblocks/images/ThreadSearch/openfilesselected.png +share/codeblocks/images/ThreadSearch/project.png +share/codeblocks/images/ThreadSearch/project1.png +share/codeblocks/images/ThreadSearch/project1disabled.png +share/codeblocks/images/ThreadSearch/project1selected.png +share/codeblocks/images/ThreadSearch/projectdisabled.png +share/codeblocks/images/ThreadSearch/projectselected.png +share/codeblocks/images/ThreadSearch/showdir.png +share/codeblocks/images/ThreadSearch/showdirdisabled.png +share/codeblocks/images/ThreadSearch/target.png +share/codeblocks/images/ThreadSearch/target1.png +share/codeblocks/images/ThreadSearch/target1disabled.png +share/codeblocks/images/ThreadSearch/target1selected.png +share/codeblocks/images/ThreadSearch/targetdisabled.png +share/codeblocks/images/ThreadSearch/targetselected.png +share/codeblocks/images/ThreadSearch/workspace.png +share/codeblocks/images/ThreadSearch/workspacedisabled.png +share/codeblocks/images/ThreadSearch/workspaceselected.png +share/codeblocks/images/ascii.png +share/codeblocks/images/closebutton.png +share/codeblocks/images/codeblocks.png +share/codeblocks/images/codecompletion/class.png +share/codeblocks/images/codecompletion/class_folder.png +share/codeblocks/images/codecompletion/class_private.png +share/codeblocks/images/codecompletion/class_protected.png +share/codeblocks/images/codecompletion/class_public.png +share/codeblocks/images/codecompletion/ctor_private.png +share/codeblocks/images/codecompletion/ctor_protected.png +share/codeblocks/images/codecompletion/ctor_public.png +share/codeblocks/images/codecompletion/dtor_private.png +share/codeblocks/images/codecompletion/dtor_protected.png +share/codeblocks/images/codecompletion/dtor_public.png +share/codeblocks/images/codecompletion/enum.png +share/codeblocks/images/codecompletion/enum_private.png +share/codeblocks/images/codecompletion/enum_protected.png +share/codeblocks/images/codecompletion/enum_public.png +share/codeblocks/images/codecompletion/enumerator.png +share/codeblocks/images/codecompletion/enums_folder.png +share/codeblocks/images/codecompletion/folder.png +share/codeblocks/images/codecompletion/folder_blue.png +share/codeblocks/images/codecompletion/folder_blue_open.png +share/codeblocks/images/codecompletion/folder_green.png +share/codeblocks/images/codecompletion/folder_green_open.png +share/codeblocks/images/codecompletion/folder_open.png +share/codeblocks/images/codecompletion/funcs_folder.png +share/codeblocks/images/codecompletion/macro.png +share/codeblocks/images/codecompletion/macro_folder.png +share/codeblocks/images/codecompletion/macro_private.png +share/codeblocks/images/codecompletion/macro_protected.png +share/codeblocks/images/codecompletion/macro_public.png +share/codeblocks/images/codecompletion/method_private.png +share/codeblocks/images/codecompletion/method_protected.png +share/codeblocks/images/codecompletion/method_public.png +share/codeblocks/images/codecompletion/namespace.png +share/codeblocks/images/codecompletion/others_folder.png +share/codeblocks/images/codecompletion/preproc.png +share/codeblocks/images/codecompletion/preproc_folder.png +share/codeblocks/images/codecompletion/symbols_folder.png +share/codeblocks/images/codecompletion/typedef.png +share/codeblocks/images/codecompletion/typedef_private.png +share/codeblocks/images/codecompletion/typedef_protected.png +share/codeblocks/images/codecompletion/typedef_public.png +share/codeblocks/images/codecompletion/typedefs_folder.png +share/codeblocks/images/codecompletion/var_private.png +share/codeblocks/images/codecompletion/var_protected.png +share/codeblocks/images/codecompletion/var_public.png +share/codeblocks/images/codecompletion/vars_folder.png +share/codeblocks/images/codesnippets/allsnippets.png +share/codeblocks/images/codesnippets/category.png +share/codeblocks/images/codesnippets/findf.png +share/codeblocks/images/codesnippets/findfdisabled.png +share/codeblocks/images/codesnippets/options.png +share/codeblocks/images/codesnippets/optionsdisabled.png +share/codeblocks/images/codesnippets/snippet.png +share/codeblocks/images/codesnippets/stop.png +share/codeblocks/images/codesnippets/stopdisabled.png +share/codeblocks/images/compile.png +share/codeblocks/images/compilerun.png +share/codeblocks/images/contents_16x16.png +share/codeblocks/images/dbginfo.png +share/codeblocks/images/dbgnext.png +share/codeblocks/images/dbgnexti.png +share/codeblocks/images/dbgpause.png +share/codeblocks/images/dbgrun.png +share/codeblocks/images/dbgrunto.png +share/codeblocks/images/dbgstep.png +share/codeblocks/images/dbgstepi.png +share/codeblocks/images/dbgstepout.png +share/codeblocks/images/dbgstop.png +share/codeblocks/images/dbgwindow.png +share/codeblocks/images/edit_16x16.png +share/codeblocks/images/editcopy.png +share/codeblocks/images/editcut.png +share/codeblocks/images/editpaste.png +share/codeblocks/images/file-missing.png +share/codeblocks/images/file-modified.png +share/codeblocks/images/file-readonly.png +share/codeblocks/images/file.png +share/codeblocks/images/filefind.png +share/codeblocks/images/filenew.png +share/codeblocks/images/fileopen.png +share/codeblocks/images/fileprint.png +share/codeblocks/images/filesave.png +share/codeblocks/images/filesaveall.png +share/codeblocks/images/filesaveas.png +share/codeblocks/images/flag_16x16.png +share/codeblocks/images/folder.png +share/codeblocks/images/folder_new.png +share/codeblocks/images/folder_open.png +share/codeblocks/images/misc_16x16.png +share/codeblocks/images/modified_file.png +share/codeblocks/images/newproject.png +share/codeblocks/images/project-readonly.png +share/codeblocks/images/project.png +share/codeblocks/images/rc-file-added.png +share/codeblocks/images/rc-file-conflict.png +share/codeblocks/images/rc-file-external.png +share/codeblocks/images/rc-file-gotlock.png +share/codeblocks/images/rc-file-lockstolen.png +share/codeblocks/images/rc-file-mismatch.png +share/codeblocks/images/rc-file-missing.png +share/codeblocks/images/rc-file-modified.png +share/codeblocks/images/rc-file-noncontrolled.png +share/codeblocks/images/rc-file-outofdate.png +share/codeblocks/images/rc-file-requireslock.png +share/codeblocks/images/rc-file-uptodate.png +share/codeblocks/images/rebuild.png +share/codeblocks/images/redo.png +share/codeblocks/images/run.png +share/codeblocks/images/searchreplace.png +share/codeblocks/images/settings/DoxyBlocks-off.png +share/codeblocks/images/settings/DoxyBlocks.png +share/codeblocks/images/settings/SpellChecker-off.png +share/codeblocks/images/settings/SpellChecker.png +share/codeblocks/images/settings/ThreadSearch-off.png +share/codeblocks/images/settings/ThreadSearch.png +share/codeblocks/images/settings/ToolsPlus-off.png +share/codeblocks/images/settings/ToolsPlus.png +share/codeblocks/images/settings/abbrev-off.png +share/codeblocks/images/settings/abbrev.png +share/codeblocks/images/settings/astyle-plugin-off.png +share/codeblocks/images/settings/astyle-plugin.png +share/codeblocks/images/settings/autosave-off.png +share/codeblocks/images/settings/autosave.png +share/codeblocks/images/settings/batch-off.png +share/codeblocks/images/settings/batch.png +share/codeblocks/images/settings/codestats-off.png +share/codeblocks/images/settings/codestats.png +share/codeblocks/images/settings/colours-off.png +share/codeblocks/images/settings/colours.png +share/codeblocks/images/settings/compiler-off.png +share/codeblocks/images/settings/compiler.png +share/codeblocks/images/settings/debugger-off.png +share/codeblocks/images/settings/debugger.png +share/codeblocks/images/settings/default-code-off.png +share/codeblocks/images/settings/default-code.png +share/codeblocks/images/settings/dialogs-off.png +share/codeblocks/images/settings/dialogs.png +share/codeblocks/images/settings/dragscroll-off.png +share/codeblocks/images/settings/dragscroll.png +share/codeblocks/images/settings/editor-off.png +share/codeblocks/images/settings/editor.png +share/codeblocks/images/settings/envvars-off.png +share/codeblocks/images/settings/envvars.png +share/codeblocks/images/settings/extensions-off.png +share/codeblocks/images/settings/extensions.png +share/codeblocks/images/settings/folding-off.png +share/codeblocks/images/settings/folding.png +share/codeblocks/images/settings/general-prefs-off.png +share/codeblocks/images/settings/general-prefs.png +share/codeblocks/images/settings/generic-plugin-off.png +share/codeblocks/images/settings/generic-plugin.png +share/codeblocks/images/settings/gutter-margin-off.png +share/codeblocks/images/settings/gutter-margin.png +share/codeblocks/images/settings/help-plugin-off.png +share/codeblocks/images/settings/help-plugin.png +share/codeblocks/images/settings/incsearch-off.png +share/codeblocks/images/settings/incsearch.png +share/codeblocks/images/settings/net-off.png +share/codeblocks/images/settings/net.png +share/codeblocks/images/settings/notebook-appearance-off.png +share/codeblocks/images/settings/notebook-appearance.png +share/codeblocks/images/settings/onekeytobindthem-off.png +share/codeblocks/images/settings/onekeytobindthem.png +share/codeblocks/images/settings/profiler-off.png +share/codeblocks/images/settings/profiler.png +share/codeblocks/images/settings/syntax-highlight-off.png +share/codeblocks/images/settings/syntax-highlight.png +share/codeblocks/images/settings/todo-off.png +share/codeblocks/images/settings/todo.png +share/codeblocks/images/settings/valgrind-off.png +share/codeblocks/images/settings/valgrind.png +share/codeblocks/images/settings/view-off.png +share/codeblocks/images/settings/view.png +share/codeblocks/images/settings/wxsmith-off.png +share/codeblocks/images/settings/wxsmith.png +share/codeblocks/images/source.png +share/codeblocks/images/splash.png +share/codeblocks/images/splash_0802.png +share/codeblocks/images/splash_1005.png +share/codeblocks/images/stop.png +share/codeblocks/images/undo.png +share/codeblocks/images/vfolder_open.png +share/codeblocks/images/workspace-readonly.png +share/codeblocks/images/workspace.png +share/codeblocks/images/wxsmith/Custom16.png +share/codeblocks/images/wxsmith/Custom32.png +share/codeblocks/images/wxsmith/Spacer16.png +share/codeblocks/images/wxsmith/Spacer32.png +share/codeblocks/images/wxsmith/deletewidget16.png +share/codeblocks/images/wxsmith/deletewidget32.png +share/codeblocks/images/wxsmith/insertafter16.png +share/codeblocks/images/wxsmith/insertafter32.png +share/codeblocks/images/wxsmith/insertbefore16.png +share/codeblocks/images/wxsmith/insertbefore32.png +share/codeblocks/images/wxsmith/insertinto16.png +share/codeblocks/images/wxsmith/insertinto32.png +share/codeblocks/images/wxsmith/insertpoint16.png +share/codeblocks/images/wxsmith/insertpoint32.png +share/codeblocks/images/wxsmith/quickpropsclose16.png +share/codeblocks/images/wxsmith/quickpropsclose32.png +share/codeblocks/images/wxsmith/quickpropsopen16.png +share/codeblocks/images/wxsmith/quickpropsopen32.png +share/codeblocks/images/wxsmith/selected16.png +share/codeblocks/images/wxsmith/selected32.png +share/codeblocks/images/wxsmith/showpreview16.png +share/codeblocks/images/wxsmith/showpreview32.png +share/codeblocks/images/wxsmith/wxAnimationCtrl16.png +share/codeblocks/images/wxsmith/wxAnimationCtrl32.png +share/codeblocks/images/wxsmith/wxBitmapButton16.png +share/codeblocks/images/wxsmith/wxBitmapButton32.png +share/codeblocks/images/wxsmith/wxBitmapComboBox16.png +share/codeblocks/images/wxsmith/wxBitmapComboBox32.png +share/codeblocks/images/wxsmith/wxBoxSizer16.png +share/codeblocks/images/wxsmith/wxBoxSizer32.png +share/codeblocks/images/wxsmith/wxButton16.png +share/codeblocks/images/wxsmith/wxButton32.png +share/codeblocks/images/wxsmith/wxCalendarCtrl16.png +share/codeblocks/images/wxsmith/wxCalendarCtrl32.png +share/codeblocks/images/wxsmith/wxCheckBox16.png +share/codeblocks/images/wxsmith/wxCheckBox32.png +share/codeblocks/images/wxsmith/wxCheckListBox16.png +share/codeblocks/images/wxsmith/wxCheckListBox32.png +share/codeblocks/images/wxsmith/wxChoice16.png +share/codeblocks/images/wxsmith/wxChoice32.png +share/codeblocks/images/wxsmith/wxChoicebook16.png +share/codeblocks/images/wxsmith/wxChoicebook32.png +share/codeblocks/images/wxsmith/wxColourDialog16.png +share/codeblocks/images/wxsmith/wxColourDialog32.png +share/codeblocks/images/wxsmith/wxColourPickerCtrl16.png +share/codeblocks/images/wxsmith/wxColourPickerCtrl32.png +share/codeblocks/images/wxsmith/wxComboBox16.png +share/codeblocks/images/wxsmith/wxComboBox32.png +share/codeblocks/images/wxsmith/wxContextHelpButton16.png +share/codeblocks/images/wxsmith/wxContextHelpButton32.png +share/codeblocks/images/wxsmith/wxDatePickerCtrl16.png +share/codeblocks/images/wxsmith/wxDatePickerCtrl32.png +share/codeblocks/images/wxsmith/wxDialUpManager16.png +share/codeblocks/images/wxsmith/wxDialUpManager32.png +share/codeblocks/images/wxsmith/wxDialog16.png +share/codeblocks/images/wxsmith/wxDialog32.png +share/codeblocks/images/wxsmith/wxDirDialog16.png +share/codeblocks/images/wxsmith/wxDirDialog32.png +share/codeblocks/images/wxsmith/wxDirPickerCtrl16.png +share/codeblocks/images/wxsmith/wxDirPickerCtrl32.png +share/codeblocks/images/wxsmith/wxFileDialog16.png +share/codeblocks/images/wxsmith/wxFileDialog32.png +share/codeblocks/images/wxsmith/wxFilePickerCtrl16.png +share/codeblocks/images/wxsmith/wxFilePickerCtrl32.png +share/codeblocks/images/wxsmith/wxFindReplaceDialog16.png +share/codeblocks/images/wxsmith/wxFindReplaceDialog32.png +share/codeblocks/images/wxsmith/wxFlexGridSizer16.png +share/codeblocks/images/wxsmith/wxFlexGridSizer32.png +share/codeblocks/images/wxsmith/wxFontDialog16.png +share/codeblocks/images/wxsmith/wxFontDialog32.png +share/codeblocks/images/wxsmith/wxFontPickerCtrl16.png +share/codeblocks/images/wxsmith/wxFontPickerCtrl32.png +share/codeblocks/images/wxsmith/wxFrame16.png +share/codeblocks/images/wxsmith/wxFrame32.png +share/codeblocks/images/wxsmith/wxGLCanvas16.png +share/codeblocks/images/wxsmith/wxGLCanvas32.png +share/codeblocks/images/wxsmith/wxGauge16.png +share/codeblocks/images/wxsmith/wxGauge32.png +share/codeblocks/images/wxsmith/wxGenericDirCtrl16.png +share/codeblocks/images/wxsmith/wxGenericDirCtrl32.png +share/codeblocks/images/wxsmith/wxGrid16.png +share/codeblocks/images/wxsmith/wxGrid32.png +share/codeblocks/images/wxsmith/wxGridSizer16.png +share/codeblocks/images/wxsmith/wxGridSizer32.png +share/codeblocks/images/wxsmith/wxHtmlEasyPrinting16.png +share/codeblocks/images/wxsmith/wxHtmlEasyPrinting32.png +share/codeblocks/images/wxsmith/wxHtmlWindow16.png +share/codeblocks/images/wxsmith/wxHtmlWindow32.png +share/codeblocks/images/wxsmith/wxHyperlinkCtrl16.png +share/codeblocks/images/wxsmith/wxHyperlinkCtrl32.png +share/codeblocks/images/wxsmith/wxImage16.png +share/codeblocks/images/wxsmith/wxImage32.png +share/codeblocks/images/wxsmith/wxImageList16.png +share/codeblocks/images/wxsmith/wxImageList32.png +share/codeblocks/images/wxsmith/wxListBox16.png +share/codeblocks/images/wxsmith/wxListBox32.png +share/codeblocks/images/wxsmith/wxListCtrl16.png +share/codeblocks/images/wxsmith/wxListCtrl32.png +share/codeblocks/images/wxsmith/wxListView16.png +share/codeblocks/images/wxsmith/wxListView32.png +share/codeblocks/images/wxsmith/wxListbook16.png +share/codeblocks/images/wxsmith/wxListbook32.png +share/codeblocks/images/wxsmith/wxMediaCtrl16.png +share/codeblocks/images/wxsmith/wxMediaCtrl32.png +share/codeblocks/images/wxsmith/wxMenu16.png +share/codeblocks/images/wxsmith/wxMenu32.png +share/codeblocks/images/wxsmith/wxMenuBar16.png +share/codeblocks/images/wxsmith/wxMenuBar32.png +share/codeblocks/images/wxsmith/wxMenuItem16.png +share/codeblocks/images/wxsmith/wxMenuItem32.png +share/codeblocks/images/wxsmith/wxMessageDialog16.png +share/codeblocks/images/wxsmith/wxMessageDialog32.png +share/codeblocks/images/wxsmith/wxMultiChoiceDialog16.png +share/codeblocks/images/wxsmith/wxMultiChoiceDialog32.png +share/codeblocks/images/wxsmith/wxNotebook16.png +share/codeblocks/images/wxsmith/wxNotebook32.png +share/codeblocks/images/wxsmith/wxPageSetupDialog16.png +share/codeblocks/images/wxsmith/wxPageSetupDialog32.png +share/codeblocks/images/wxsmith/wxPanel16.png +share/codeblocks/images/wxsmith/wxPanel32.png +share/codeblocks/images/wxsmith/wxPasswordEntryDialog16.png +share/codeblocks/images/wxsmith/wxPasswordEntryDialog32.png +share/codeblocks/images/wxsmith/wxPrintDialog16.png +share/codeblocks/images/wxsmith/wxPrintDialog32.png +share/codeblocks/images/wxsmith/wxProgressDialog16.png +share/codeblocks/images/wxsmith/wxProgressDialog32.png +share/codeblocks/images/wxsmith/wxRadioBox16.png +share/codeblocks/images/wxsmith/wxRadioBox32.png +share/codeblocks/images/wxsmith/wxRadioButton16.png +share/codeblocks/images/wxsmith/wxRadioButton32.png +share/codeblocks/images/wxsmith/wxRichTextCtrl16.png +share/codeblocks/images/wxsmith/wxRichTextCtrl32.png +share/codeblocks/images/wxsmith/wxRichTextFormattingDialog16.png +share/codeblocks/images/wxsmith/wxRichTextFormattingDialog32.png +share/codeblocks/images/wxsmith/wxRichTextStyleComboCtrl16.png +share/codeblocks/images/wxsmith/wxRichTextStyleComboCtrl32.png +share/codeblocks/images/wxsmith/wxRichTextStyleListBox16.png +share/codeblocks/images/wxsmith/wxRichTextStyleListBox32.png +share/codeblocks/images/wxsmith/wxRichTextStyleListCtrl16.png +share/codeblocks/images/wxsmith/wxRichTextStyleListCtrl32.png +share/codeblocks/images/wxsmith/wxRichTextStyleOrganiserDialog16.png +share/codeblocks/images/wxsmith/wxRichTextStyleOrganiserDialog32.png +share/codeblocks/images/wxsmith/wxSashLayoutWindow16.png +share/codeblocks/images/wxsmith/wxSashLayoutWindow32.png +share/codeblocks/images/wxsmith/wxSashWindow16.png +share/codeblocks/images/wxsmith/wxSashWindow32.png +share/codeblocks/images/wxsmith/wxScrollBar16.png +share/codeblocks/images/wxsmith/wxScrollBar32.png +share/codeblocks/images/wxsmith/wxScrolledWindow16.png +share/codeblocks/images/wxsmith/wxScrolledWindow32.png +share/codeblocks/images/wxsmith/wxScrollingDialog16.png +share/codeblocks/images/wxsmith/wxScrollingDialog32.png +share/codeblocks/images/wxsmith/wxSearchCtrl16.png +share/codeblocks/images/wxsmith/wxSearchCtrl32.png +share/codeblocks/images/wxsmith/wxSimpleHtmlListBox16.png +share/codeblocks/images/wxsmith/wxSimpleHtmlListBox32.png +share/codeblocks/images/wxsmith/wxSingleChoiceDialog16.png +share/codeblocks/images/wxsmith/wxSingleChoiceDialog32.png +share/codeblocks/images/wxsmith/wxSingleInstanceChecker16.png +share/codeblocks/images/wxsmith/wxSingleInstanceChecker32.png +share/codeblocks/images/wxsmith/wxSlider16.png +share/codeblocks/images/wxsmith/wxSlider32.png +share/codeblocks/images/wxsmith/wxSmith16.png +share/codeblocks/images/wxsmith/wxSmith32.png +share/codeblocks/images/wxsmith/wxSpinButton16.png +share/codeblocks/images/wxsmith/wxSpinButton32.png +share/codeblocks/images/wxsmith/wxSpinCtrl16.png +share/codeblocks/images/wxsmith/wxSpinCtrl32.png +share/codeblocks/images/wxsmith/wxSplitterWindow16.png +share/codeblocks/images/wxsmith/wxSplitterWindow32.png +share/codeblocks/images/wxsmith/wxStaticBitmap16.png +share/codeblocks/images/wxsmith/wxStaticBitmap32.png +share/codeblocks/images/wxsmith/wxStaticBox16.png +share/codeblocks/images/wxsmith/wxStaticBox32.png +share/codeblocks/images/wxsmith/wxStaticBoxSizer16.png +share/codeblocks/images/wxsmith/wxStaticBoxSizer32.png +share/codeblocks/images/wxsmith/wxStaticLine16.png +share/codeblocks/images/wxsmith/wxStaticLine32.png +share/codeblocks/images/wxsmith/wxStaticText16.png +share/codeblocks/images/wxsmith/wxStaticText32.png +share/codeblocks/images/wxsmith/wxStatusBar16.png +share/codeblocks/images/wxsmith/wxStatusBar32.png +share/codeblocks/images/wxsmith/wxStdDialogButtonSizer16.png +share/codeblocks/images/wxsmith/wxStdDialogButtonSizer32.png +share/codeblocks/images/wxsmith/wxStopWatch16.png +share/codeblocks/images/wxsmith/wxStopWatch32.png +share/codeblocks/images/wxsmith/wxSymbolPickerDialog16.png +share/codeblocks/images/wxsmith/wxSymbolPickerDialog32.png +share/codeblocks/images/wxsmith/wxTextCtrl16.png +share/codeblocks/images/wxsmith/wxTextCtrl32.png +share/codeblocks/images/wxsmith/wxTextEntryDialog16.png +share/codeblocks/images/wxsmith/wxTextEntryDialog32.png +share/codeblocks/images/wxsmith/wxTimer16.png +share/codeblocks/images/wxsmith/wxTimer32.png +share/codeblocks/images/wxsmith/wxToggleButton16.png +share/codeblocks/images/wxsmith/wxToggleButton32.png +share/codeblocks/images/wxsmith/wxToolBar16.png +share/codeblocks/images/wxsmith/wxToolBar32.png +share/codeblocks/images/wxsmith/wxToolBarItem16.png +share/codeblocks/images/wxsmith/wxToolBarItem32.png +share/codeblocks/images/wxsmith/wxTreeCtrl16.png +share/codeblocks/images/wxsmith/wxTreeCtrl32.png +share/codeblocks/images/wxsmith/wxTreebook16.png +share/codeblocks/images/wxsmith/wxTreebook32.png +share/codeblocks/keybinder.zip +share/codeblocks/lexers/lexer_A68k.sample +share/codeblocks/lexers/lexer_A68k.xml +share/codeblocks/lexers/lexer_OgreCompositor.sample +share/codeblocks/lexers/lexer_OgreCompositor.xml +share/codeblocks/lexers/lexer_OgreMaterial.sample +share/codeblocks/lexers/lexer_OgreMaterial.xml +share/codeblocks/lexers/lexer_ada.sample +share/codeblocks/lexers/lexer_ada.xml +share/codeblocks/lexers/lexer_angelscript.sample +share/codeblocks/lexers/lexer_angelscript.xml +share/codeblocks/lexers/lexer_bash.sample +share/codeblocks/lexers/lexer_bash.xml +share/codeblocks/lexers/lexer_batch.sample +share/codeblocks/lexers/lexer_batch.xml +share/codeblocks/lexers/lexer_bibtex.xml +share/codeblocks/lexers/lexer_caml.sample +share/codeblocks/lexers/lexer_caml.xml +share/codeblocks/lexers/lexer_cg.sample +share/codeblocks/lexers/lexer_cg.xml +share/codeblocks/lexers/lexer_cmake.sample +share/codeblocks/lexers/lexer_cmake.xml +share/codeblocks/lexers/lexer_cpp.sample +share/codeblocks/lexers/lexer_cpp.xml +share/codeblocks/lexers/lexer_css.sample +share/codeblocks/lexers/lexer_css.xml +share/codeblocks/lexers/lexer_d.sample +share/codeblocks/lexers/lexer_d.xml +share/codeblocks/lexers/lexer_diff.sample +share/codeblocks/lexers/lexer_diff.xml +share/codeblocks/lexers/lexer_f77.sample +share/codeblocks/lexers/lexer_f77.xml +share/codeblocks/lexers/lexer_fortran.sample +share/codeblocks/lexers/lexer_fortran.xml +share/codeblocks/lexers/lexer_glsl.sample +share/codeblocks/lexers/lexer_glsl.xml +share/codeblocks/lexers/lexer_gm.sample +share/codeblocks/lexers/lexer_gm.xml +share/codeblocks/lexers/lexer_haskell.sample +share/codeblocks/lexers/lexer_haskell.xml +share/codeblocks/lexers/lexer_hitasm.sample +share/codeblocks/lexers/lexer_hitasm.xml +share/codeblocks/lexers/lexer_html.sample +share/codeblocks/lexers/lexer_html.xml +share/codeblocks/lexers/lexer_latex.sample +share/codeblocks/lexers/lexer_latex.xml +share/codeblocks/lexers/lexer_lisp.sample +share/codeblocks/lexers/lexer_lisp.xml +share/codeblocks/lexers/lexer_lua.sample +share/codeblocks/lexers/lexer_lua.xml +share/codeblocks/lexers/lexer_make.sample +share/codeblocks/lexers/lexer_make.xml +share/codeblocks/lexers/lexer_masm.sample +share/codeblocks/lexers/lexer_masm.xml +share/codeblocks/lexers/lexer_matlab.sample +share/codeblocks/lexers/lexer_matlab.xml +share/codeblocks/lexers/lexer_nsis.sample +share/codeblocks/lexers/lexer_nsis.xml +share/codeblocks/lexers/lexer_pascal.sample +share/codeblocks/lexers/lexer_pascal.xml +share/codeblocks/lexers/lexer_perl.sample +share/codeblocks/lexers/lexer_perl.xml +share/codeblocks/lexers/lexer_postscript.sample +share/codeblocks/lexers/lexer_postscript.xml +share/codeblocks/lexers/lexer_prg.sample +share/codeblocks/lexers/lexer_prg.xml +share/codeblocks/lexers/lexer_properties.sample +share/codeblocks/lexers/lexer_properties.xml +share/codeblocks/lexers/lexer_python.sample +share/codeblocks/lexers/lexer_python.xml +share/codeblocks/lexers/lexer_rc.sample +share/codeblocks/lexers/lexer_rc.xml +share/codeblocks/lexers/lexer_ruby.sample +share/codeblocks/lexers/lexer_ruby.xml +share/codeblocks/lexers/lexer_smalltalk.sample +share/codeblocks/lexers/lexer_smalltalk.xml +share/codeblocks/lexers/lexer_sql.sample +share/codeblocks/lexers/lexer_sql.xml +share/codeblocks/lexers/lexer_squirrel.sample +share/codeblocks/lexers/lexer_squirrel.xml +share/codeblocks/lexers/lexer_vbscript.sample +share/codeblocks/lexers/lexer_vbscript.xml +share/codeblocks/lexers/lexer_verilog.sample +share/codeblocks/lexers/lexer_verilog.xml +share/codeblocks/lexers/lexer_vhdl.sample +share/codeblocks/lexers/lexer_vhdl.xml +share/codeblocks/lexers/lexer_xml.sample +share/codeblocks/lexers/lexer_xml.xml +share/codeblocks/lib_finder.zip +share/codeblocks/lib_finder/codeblocks_sdk.xml +share/codeblocks/lib_finder/glfw.xml +share/codeblocks/lib_finder/wxwidgets.xml +share/codeblocks/manager_resources.zip +share/codeblocks/openfileslist.zip +share/codeblocks/projectsimporter.zip +share/codeblocks/resources.zip +share/codeblocks/scriptedwizard.zip +share/codeblocks/scripts/edit_startup_script.script +share/codeblocks/scripts/gdb_types.script +share/codeblocks/scripts/make_dist.script +share/codeblocks/scripts/plugin_find_broken_files.script +share/codeblocks/scripts/sample_plugin.script +share/codeblocks/scripts/startup.script +share/codeblocks/scripts/stl-views-1.0.3.gdb +share/codeblocks/scripts/wx_help.script +share/codeblocks/start_here.zip +share/codeblocks/templates/console-main-c.cpp +share/codeblocks/templates/console-main-cpp.cpp +share/codeblocks/templates/console.cbp +share/codeblocks/templates/console.png +share/codeblocks/templates/console.template +share/codeblocks/templates/dll.png +share/codeblocks/templates/glfw-main.cpp +share/codeblocks/templates/glfw-static.cbp +share/codeblocks/templates/glfw.png +share/codeblocks/templates/glfw.template +share/codeblocks/templates/glut-main.cpp +share/codeblocks/templates/glut.png +share/codeblocks/templates/irr_linux.cbp +share/codeblocks/templates/irr_main.cpp +share/codeblocks/templates/irrlicht.png +share/codeblocks/templates/irrlicht.template +share/codeblocks/templates/ogre-main.cpp +share/codeblocks/templates/ogre.template +share/codeblocks/templates/ogre_linux.cbp +share/codeblocks/templates/ogrelogo.png +share/codeblocks/templates/qt-main.cpp +share/codeblocks/templates/qt.cbp +share/codeblocks/templates/qt.template +share/codeblocks/templates/qtlogo32.png +share/codeblocks/templates/sdccapp-main.c +share/codeblocks/templates/sdccapp.cbp +share/codeblocks/templates/sdccapp.png +share/codeblocks/templates/sdccapp.template +share/codeblocks/templates/sdl-cb.bmp +share/codeblocks/templates/sdl-main.cpp +share/codeblocks/templates/sdl.png +share/codeblocks/templates/sdlapp.cbp +share/codeblocks/templates/sdlapp.template +share/codeblocks/templates/sfml-cb.bmp +share/codeblocks/templates/sfml-main.cpp +share/codeblocks/templates/sfml.cbp +share/codeblocks/templates/sfml.png +share/codeblocks/templates/sfml.template +share/codeblocks/templates/sharedlib-sample.c +share/codeblocks/templates/sharedlib.cbp +share/codeblocks/templates/sharedlib.template +share/codeblocks/templates/staticlib-sample.c +share/codeblocks/templates/staticlib.cbp +share/codeblocks/templates/staticlib.template +share/codeblocks/templates/wizard/arm/files/ARM-eval7t/h/evaluator7t.h +share/codeblocks/templates/wizard/arm/files/ARM-eval7t/ld/target.ld +share/codeblocks/templates/wizard/arm/files/ARM-eval7t/src/main.c +share/codeblocks/templates/wizard/arm/files/ARM-eval7t/src/vectors.S +share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/h/at91sam7a3.h +share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/h/sam7a3ek.h +share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/ld/target.ld +share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/ld/targetRAM.ld +share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/src/main.c +share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/src/vectors.S +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/h/arm9_mm.h +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/h/lh7a404.h +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/h/lpd404.h +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/ld/target.ld +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/src/lh7a404_mm.c +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/src/main.c +share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/src/vectors.S +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/h/at91sam7sx.h +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/h/sam7p64.h +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s128.ld +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s256.ld +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s32.ld +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s64.ld +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/src/main.c +share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/src/vectors.S +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/h/lpc-p2138.h +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/h/lpc213x.h +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/ld/target_2132.ld +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/ld/target_2134.ld +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/ld/target_2136.ld +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/ld/target_2138.ld +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/src/main.c +share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/src/vectors.S +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/h/at91m55800.h +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/ld/target.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/ld/targetRAM_1MB.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/ld/targetRAM_512kB.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/ld/targetROM.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/src/main.c +share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/src/vectors.S +share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/h/lpc2294.h +share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/ld/target.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/ld/targetRAM_1MB.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/ld/targetROM.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/src/main.c +share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/src/vectors.S +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/h/pxa255regs.h +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/h/pxa_mm.h +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/ld/target.ld +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/src/irq.c +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/src/main.c +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/src/pxa_mm.c +share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/src/vectors.S +share/codeblocks/templates/wizard/arm/logo.png +share/codeblocks/templates/wizard/arm/wizard.png +share/codeblocks/templates/wizard/arm/wizard.script +share/codeblocks/templates/wizard/avr/files/main.c +share/codeblocks/templates/wizard/avr/logo.png +share/codeblocks/templates/wizard/avr/wizard.png +share/codeblocks/templates/wizard/avr/wizard.script +share/codeblocks/templates/wizard/avr/wizard.xrc +share/codeblocks/templates/wizard/c_file/logo.png +share/codeblocks/templates/wizard/c_file/wizard.png +share/codeblocks/templates/wizard/c_file/wizard.script +share/codeblocks/templates/wizard/common_functions.script +share/codeblocks/templates/wizard/config.script +share/codeblocks/templates/wizard/console/c/main.c +share/codeblocks/templates/wizard/console/cpp/main.cpp +share/codeblocks/templates/wizard/console/logo.png +share/codeblocks/templates/wizard/console/wizard.png +share/codeblocks/templates/wizard/console/wizard.script +share/codeblocks/templates/wizard/d/console/hello.d +share/codeblocks/templates/wizard/d/logo.png +share/codeblocks/templates/wizard/d/wizard.png +share/codeblocks/templates/wizard/d/wizard.script +share/codeblocks/templates/wizard/directx/dx8/main.cpp +share/codeblocks/templates/wizard/directx/dx9/main.cpp +share/codeblocks/templates/wizard/directx/logo.png +share/codeblocks/templates/wizard/directx/wizard.png +share/codeblocks/templates/wizard/directx/wizard.script +share/codeblocks/templates/wizard/dll/files/main.cpp +share/codeblocks/templates/wizard/dll/files/main.h +share/codeblocks/templates/wizard/dll/logo.png +share/codeblocks/templates/wizard/dll/wizard.png +share/codeblocks/templates/wizard/dll/wizard.script +share/codeblocks/templates/wizard/empty/logo.png +share/codeblocks/templates/wizard/empty/wizard.png +share/codeblocks/templates/wizard/empty/wizard.script +share/codeblocks/templates/wizard/empty_file/logo.png +share/codeblocks/templates/wizard/empty_file/wizard.png +share/codeblocks/templates/wizard/empty_file/wizard.script +share/codeblocks/templates/wizard/fltk/files/main.cpp +share/codeblocks/templates/wizard/fltk/fluid/main.cpp +share/codeblocks/templates/wizard/fltk/fluid/main.fld +share/codeblocks/templates/wizard/fltk/fluid/main.h +share/codeblocks/templates/wizard/fltk/logo.png +share/codeblocks/templates/wizard/fltk/wizard.png +share/codeblocks/templates/wizard/fltk/wizard.script +share/codeblocks/templates/wizard/fortran/app/files/main.f95 +share/codeblocks/templates/wizard/fortran/app/logo.png +share/codeblocks/templates/wizard/fortran/app/wizard.png +share/codeblocks/templates/wizard/fortran/app/wizard.script +share/codeblocks/templates/wizard/fortran/dll/files/main.f95 +share/codeblocks/templates/wizard/fortran/dll/logo.png +share/codeblocks/templates/wizard/fortran/dll/wizard.png +share/codeblocks/templates/wizard/fortran/dll/wizard.script +share/codeblocks/templates/wizard/fortran/file/logo.png +share/codeblocks/templates/wizard/fortran/file/wizard.png +share/codeblocks/templates/wizard/fortran/file/wizard.script +share/codeblocks/templates/wizard/fortran/lib/files/main.f95 +share/codeblocks/templates/wizard/fortran/lib/logo.png +share/codeblocks/templates/wizard/fortran/lib/wizard.png +share/codeblocks/templates/wizard/fortran/lib/wizard.script +share/codeblocks/templates/wizard/glfw/files/main.cpp +share/codeblocks/templates/wizard/glfw/logo.png +share/codeblocks/templates/wizard/glfw/wizard.png +share/codeblocks/templates/wizard/glfw/wizard.script +share/codeblocks/templates/wizard/glut/files/main.cpp +share/codeblocks/templates/wizard/glut/logo.png +share/codeblocks/templates/wizard/glut/wizard.png +share/codeblocks/templates/wizard/glut/wizard.script +share/codeblocks/templates/wizard/gtk/files/main.c +share/codeblocks/templates/wizard/gtk/logo.png +share/codeblocks/templates/wizard/gtk/wizard.png +share/codeblocks/templates/wizard/gtk/wizard.script +share/codeblocks/templates/wizard/h_file/logo.png +share/codeblocks/templates/wizard/h_file/wizard.png +share/codeblocks/templates/wizard/h_file/wizard.script +share/codeblocks/templates/wizard/irrlicht/files/main.cpp +share/codeblocks/templates/wizard/irrlicht/logo.png +share/codeblocks/templates/wizard/irrlicht/wizard.png +share/codeblocks/templates/wizard/irrlicht/wizard.script +share/codeblocks/templates/wizard/lf/files/quick/main.cpp +share/codeblocks/templates/wizard/lf/files/structured/CMain.cpp +share/codeblocks/templates/wizard/lf/files/structured/CMain.h +share/codeblocks/templates/wizard/lf/files/structured/main.cpp +share/codeblocks/templates/wizard/lf/logo.png +share/codeblocks/templates/wizard/lf/wizard.png +share/codeblocks/templates/wizard/lf/wizard.script +share/codeblocks/templates/wizard/lf/wizard.xrc +share/codeblocks/templates/wizard/matlab_csf/files/lccstub.c +share/codeblocks/templates/wizard/matlab_csf/files/mexversion.rc +share/codeblocks/templates/wizard/matlab_csf/files/sfuntmpl.c +share/codeblocks/templates/wizard/matlab_csf/logo.png +share/codeblocks/templates/wizard/matlab_csf/wizard.png +share/codeblocks/templates/wizard/matlab_csf/wizard.script +share/codeblocks/templates/wizard/matlab_csf/wizard.xrc +share/codeblocks/templates/wizard/ogre/files/main.cpp +share/codeblocks/templates/wizard/ogre/logo.png +share/codeblocks/templates/wizard/ogre/wizard.png +share/codeblocks/templates/wizard/ogre/wizard.script +share/codeblocks/templates/wizard/opengl/files_unix/main.c +share/codeblocks/templates/wizard/opengl/files_win/main.c +share/codeblocks/templates/wizard/opengl/logo.png +share/codeblocks/templates/wizard/opengl/wizard.png +share/codeblocks/templates/wizard/opengl/wizard.script +share/codeblocks/templates/wizard/plugins/logo.png +share/codeblocks/templates/wizard/plugins/templates/generic_template.cpp +share/codeblocks/templates/wizard/plugins/templates/generic_template.h +share/codeblocks/templates/wizard/plugins/templates/manifest_template.xml +share/codeblocks/templates/wizard/plugins/templates/mime_template.cpp +share/codeblocks/templates/wizard/plugins/templates/mime_template.h +share/codeblocks/templates/wizard/plugins/templates/tool_template.cpp +share/codeblocks/templates/wizard/plugins/templates/tool_template.h +share/codeblocks/templates/wizard/plugins/templates/wizard_template.cpp +share/codeblocks/templates/wizard/plugins/templates/wizard_template.h +share/codeblocks/templates/wizard/plugins/wizard.png +share/codeblocks/templates/wizard/plugins/wizard.script +share/codeblocks/templates/wizard/plugins/wizard.xrc +share/codeblocks/templates/wizard/ppc/files/MPC5200/h/mpc5200.h +share/codeblocks/templates/wizard/ppc/files/MPC5200/ld/target.ld +share/codeblocks/templates/wizard/ppc/files/MPC5200/src/crt0.S +share/codeblocks/templates/wizard/ppc/files/MPC5200/src/main.c +share/codeblocks/templates/wizard/ppc/files/MPC5200/src/traptable.S +share/codeblocks/templates/wizard/ppc/files/MPC565/h/mpc555.h +share/codeblocks/templates/wizard/ppc/files/MPC565/ld/target.ld +share/codeblocks/templates/wizard/ppc/files/MPC565/src/crt0.S +share/codeblocks/templates/wizard/ppc/files/MPC565/src/main.c +share/codeblocks/templates/wizard/ppc/logo.png +share/codeblocks/templates/wizard/ppc/wizard.png +share/codeblocks/templates/wizard/ppc/wizard.script +share/codeblocks/templates/wizard/qt4/files/main.cpp +share/codeblocks/templates/wizard/qt4/logo.png +share/codeblocks/templates/wizard/qt4/wizard.png +share/codeblocks/templates/wizard/qt4/wizard.script +share/codeblocks/templates/wizard/sdl/files/cb.bmp +share/codeblocks/templates/wizard/sdl/files/main.cpp +share/codeblocks/templates/wizard/sdl/logo.png +share/codeblocks/templates/wizard/sdl/wizard.png +share/codeblocks/templates/wizard/sdl/wizard.script +share/codeblocks/templates/wizard/sfml/files/cb.bmp +share/codeblocks/templates/wizard/sfml/files/main.cpp +share/codeblocks/templates/wizard/sfml/logo.png +share/codeblocks/templates/wizard/sfml/wizard.png +share/codeblocks/templates/wizard/sfml/wizard.script +share/codeblocks/templates/wizard/sharedlib/c/main.c +share/codeblocks/templates/wizard/sharedlib/cpp/main.cpp +share/codeblocks/templates/wizard/sharedlib/logo.png +share/codeblocks/templates/wizard/sharedlib/wizard.png +share/codeblocks/templates/wizard/sharedlib/wizard.script +share/codeblocks/templates/wizard/smartwin/files/main.cpp +share/codeblocks/templates/wizard/smartwin/logo.png +share/codeblocks/templates/wizard/smartwin/wizard.png +share/codeblocks/templates/wizard/smartwin/wizard.script +share/codeblocks/templates/wizard/staticlib/files/main.c +share/codeblocks/templates/wizard/staticlib/logo.png +share/codeblocks/templates/wizard/staticlib/wizard.png +share/codeblocks/templates/wizard/staticlib/wizard.script +share/codeblocks/templates/wizard/stlport/files/main.cpp +share/codeblocks/templates/wizard/stlport/logo.png +share/codeblocks/templates/wizard/stlport/wizard.png +share/codeblocks/templates/wizard/stlport/wizard.script +share/codeblocks/templates/wizard/sys/files/driver.c +share/codeblocks/templates/wizard/sys/logo.png +share/codeblocks/templates/wizard/sys/wizard.png +share/codeblocks/templates/wizard/sys/wizard.script +share/codeblocks/templates/wizard/tricore/logo.png +share/codeblocks/templates/wizard/tricore/templates/EasyKit-TC1767/target.ld +share/codeblocks/templates/wizard/tricore/templates/EasyKit-TC1767/targetIntResources.ld +share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796/h/easyrun_setup.h +share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1161/target.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1161/targetIntResources.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1162/target.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1162/targetIntResources.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1762/target.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1762/targetIntResources.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1766/target.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1766/targetIntResources.ld +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920/h/triboard_setup.h +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/main.c +share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130/h/phycore_setup.h +share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130/src/setup.c +share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775/h/phycore_setup.h +share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775/memoryROM.x +share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775/src/setup.c +share/codeblocks/templates/wizard/tricore/wizard.png +share/codeblocks/templates/wizard/tricore/wizard.script +share/codeblocks/templates/wizard/tricore/wizard.xrc +share/codeblocks/templates/wizard/win32gui/files/dialog/main.cpp +share/codeblocks/templates/wizard/win32gui/files/dialog/resource.h +share/codeblocks/templates/wizard/win32gui/files/dialog/resource.rc +share/codeblocks/templates/wizard/win32gui/files/frame/main.cpp +share/codeblocks/templates/wizard/win32gui/logo.png +share/codeblocks/templates/wizard/win32gui/wizard.png +share/codeblocks/templates/wizard/win32gui/wizard.script +share/codeblocks/templates/wizard/wxwidgets/common/app.cpp +share/codeblocks/templates/wizard/wxwidgets/common/app.h +share/codeblocks/templates/wizard/wxwidgets/common/main.cpp +share/codeblocks/templates/wizard/wxwidgets/common/main.h +share/codeblocks/templates/wizard/wxwidgets/logo.png +share/codeblocks/templates/wizard/wxwidgets/pch/wx_pch.h +share/codeblocks/templates/wizard/wxwidgets/rc/resource.rc +share/codeblocks/templates/wizard/wxwidgets/wizard.png +share/codeblocks/templates/wizard/wxwidgets/wizard.script +share/codeblocks/templates/wizard/wxwidgets/wizard.xrc +share/codeblocks/templates/wizard/wxwidgets/wxfb/dialog/GUIDialog.cpp +share/codeblocks/templates/wizard/wxwidgets/wxfb/dialog/GUIDialog.h +share/codeblocks/templates/wizard/wxwidgets/wxfb/dialog/WxWizDialog.fbp +share/codeblocks/templates/wizard/wxwidgets/wxfb/frame/GUIFrame.cpp +share/codeblocks/templates/wizard/wxwidgets/wxfb/frame/GUIFrame.h +share/codeblocks/templates/wizard/wxwidgets/wxfb/frame/WxWizFrame.fbp +share/codeblocks/templates/wizard/wxwidgets/wxsmith/app.cpp +share/codeblocks/templates/wizard/wxwidgets/wxsmith/main.cpp +share/codeblocks/templates/wizard/wxwidgets/wxsmith/main.h +share/codeblocks/templates/wizard/wxwidgets/wxsmith/resource.wxs +share/codeblocks/templates/wx-app-ash.cpp +share/codeblocks/templates/wx-app-ash.h +share/codeblocks/templates/wx-main-ash.cpp +share/codeblocks/templates/wx-main-ash.h +share/codeblocks/templates/wx-main-s.cpp +share/codeblocks/templates/wx-main-sh.cpp +share/codeblocks/templates/wx-main-sh.h +share/codeblocks/templates/wx_pch.h +share/codeblocks/templates/wxwidgets.cbp +share/codeblocks/templates/wxwidgets.png +share/codeblocks/templates/wxwidgets.template +share/codeblocks/tips.txt +share/codeblocks/todo.zip +share/codeblocks/wxSmithAui.zip +share/codeblocks/wxsmith.zip +share/codeblocks/wxsmithcontribitems.zip share/icons/hicolor/48x48/mimetypes/application-x-codeblocks-workspace.png share/icons/hicolor/48x48/mimetypes/application-x-codeblocks.png -share/mime/application/x-codeblocks-workspace.xml -share/mime/application/x-codeblocks.xml share/mime/packages/codeblocks.xml share/pixmaps/codeblocks.png -%%DATADIR%%/AutoVersioning.zip -%%DATADIR%%/BrowseTracker.zip -%%DATADIR%%/Cccc.zip -%%DATADIR%%/CppCheck.zip -%%DATADIR%%/HexEditor.zip -%%DATADIR%%/IncrementalSearch.zip -%%DATADIR%%/MouseSap.zip -%%DATADIR%%/Profiler.zip -%%DATADIR%%/RegExTestbed.zip -%%DATADIR%%/SymTab.zip -%%DATADIR%%/ThreadSearch.zip -%%DATADIR%%/Valgrind.zip -%%DATADIR%%/astyle.zip -%%DATADIR%%/autosave.zip -%%DATADIR%%/byogames.zip -%%DATADIR%%/cb_koders.zip -%%DATADIR%%/classwizard.zip -%%DATADIR%%/codecompletion.zip -%%DATADIR%%/codesnippets.zip -%%DATADIR%%/codestat.zip -%%DATADIR%%/compiler.zip -%%DATADIR%%/copystrings.zip -%%DATADIR%%/debugger.zip -%%DATADIR%%/defaultmimehandler.zip -%%DATADIR%%/dragscroll.zip -%%DATADIR%%/envvars.zip -%%DATADIR%%/exporter.zip -%%DATADIR%%/headerfixup.zip -%%DATADIR%%/help_plugin.zip -%%DATADIR%%/icons/app.xpm -%%DATADIR%%/icons/app_64.xpm -%%DATADIR%%/icons/c64.xpm -%%DATADIR%%/icons/cbp64.xpm -%%DATADIR%%/icons/cg64.xpm -%%DATADIR%%/icons/cpp64.xpm -%%DATADIR%%/icons/csd64.xpm -%%DATADIR%%/icons/d64.xpm -%%DATADIR%%/icons/dev64.xpm -%%DATADIR%%/icons/dsp64.xpm -%%DATADIR%%/icons/dsw64.xpm -%%DATADIR%%/icons/f64.xpm -%%DATADIR%%/icons/h64.xpm -%%DATADIR%%/icons/proj64.xpm -%%DATADIR%%/icons/rc64.xpm -%%DATADIR%%/images/16x16/bookmark_add.png -%%DATADIR%%/images/16x16/dbginfo.png -%%DATADIR%%/images/16x16/dbgnext.png -%%DATADIR%%/images/16x16/dbgrun.png -%%DATADIR%%/images/16x16/dbgrunto.png -%%DATADIR%%/images/16x16/dbgstep.png -%%DATADIR%%/images/16x16/dbgstepi.png -%%DATADIR%%/images/16x16/dbgstepout.png -%%DATADIR%%/images/16x16/dbgstop.png -%%DATADIR%%/images/16x16/editcopy.png -%%DATADIR%%/images/16x16/editcut.png -%%DATADIR%%/images/16x16/editpaste.png -%%DATADIR%%/images/16x16/exit.png -%%DATADIR%%/images/16x16/fileclose.png -%%DATADIR%%/images/16x16/filefind.png -%%DATADIR%%/images/16x16/filefindnext.png -%%DATADIR%%/images/16x16/filefindprev.png -%%DATADIR%%/images/16x16/filenew.png -%%DATADIR%%/images/16x16/fileopen.png -%%DATADIR%%/images/16x16/fileprint.png -%%DATADIR%%/images/16x16/filequickprint.png -%%DATADIR%%/images/16x16/filesave.png -%%DATADIR%%/images/16x16/filesaveall.png -%%DATADIR%%/images/16x16/filesaveas.png -%%DATADIR%%/images/16x16/findf.png -%%DATADIR%%/images/16x16/folder.png -%%DATADIR%%/images/16x16/folder_new.png -%%DATADIR%%/images/16x16/folder_open.png -%%DATADIR%%/images/16x16/folder_yel.png -%%DATADIR%%/images/16x16/folder_yel_open.png -%%DATADIR%%/images/16x16/goto.png -%%DATADIR%%/images/16x16/history_clear.png -%%DATADIR%%/images/16x16/idea.png -%%DATADIR%%/images/16x16/info.png -%%DATADIR%%/images/16x16/mark.png -%%DATADIR%%/images/16x16/mark_clear.png -%%DATADIR%%/images/16x16/mark_next.png -%%DATADIR%%/images/16x16/mark_prev.png -%%DATADIR%%/images/16x16/newproject.png -%%DATADIR%%/images/16x16/next.png -%%DATADIR%%/images/16x16/plug.png -%%DATADIR%%/images/16x16/prev.png -%%DATADIR%%/images/16x16/project-readonly.png -%%DATADIR%%/images/16x16/project.png -%%DATADIR%%/images/16x16/projectnew.png -%%DATADIR%%/images/16x16/redo.png -%%DATADIR%%/images/16x16/run.png -%%DATADIR%%/images/16x16/searchreplace.png -%%DATADIR%%/images/16x16/searchreplacef.png -%%DATADIR%%/images/16x16/undo.png -%%DATADIR%%/images/16x16/view_sidetree.png -%%DATADIR%%/images/16x16/view_tree.png -%%DATADIR%%/images/16x16/window.png -%%DATADIR%%/images/16x16/window_fullscreen.png -%%DATADIR%%/images/16x16/workspace-readonly.png -%%DATADIR%%/images/16x16/workspace.png -%%DATADIR%%/images/ThreadSearch/16x16/findf.png -%%DATADIR%%/images/ThreadSearch/16x16/findfdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/folder.png -%%DATADIR%%/images/ThreadSearch/16x16/folderdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/folderselected.png -%%DATADIR%%/images/ThreadSearch/16x16/off.png -%%DATADIR%%/images/ThreadSearch/16x16/offdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/on.png -%%DATADIR%%/images/ThreadSearch/16x16/ondisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/openfiles.png -%%DATADIR%%/images/ThreadSearch/16x16/openfiles1.png -%%DATADIR%%/images/ThreadSearch/16x16/openfiles1disabled.png -%%DATADIR%%/images/ThreadSearch/16x16/openfiles1selected.png -%%DATADIR%%/images/ThreadSearch/16x16/openfilesdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/openfilesselected.png -%%DATADIR%%/images/ThreadSearch/16x16/options.png -%%DATADIR%%/images/ThreadSearch/16x16/optionsdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/project.png -%%DATADIR%%/images/ThreadSearch/16x16/project1.png -%%DATADIR%%/images/ThreadSearch/16x16/project1disabled.png -%%DATADIR%%/images/ThreadSearch/16x16/project1selected.png -%%DATADIR%%/images/ThreadSearch/16x16/projectdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/projectselected.png -%%DATADIR%%/images/ThreadSearch/16x16/showdir.png -%%DATADIR%%/images/ThreadSearch/16x16/showdirdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/stop.png -%%DATADIR%%/images/ThreadSearch/16x16/stopdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/target.png -%%DATADIR%%/images/ThreadSearch/16x16/target1.png -%%DATADIR%%/images/ThreadSearch/16x16/target1disabled.png -%%DATADIR%%/images/ThreadSearch/16x16/target1selected.png -%%DATADIR%%/images/ThreadSearch/16x16/targetdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/targetselected.png -%%DATADIR%%/images/ThreadSearch/16x16/workspace.png -%%DATADIR%%/images/ThreadSearch/16x16/workspacedisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/workspaceselected.png -%%DATADIR%%/images/ThreadSearch/22x22/file.png -%%DATADIR%%/images/ThreadSearch/22x22/findf.png -%%DATADIR%%/images/ThreadSearch/22x22/findfdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/folder.png -%%DATADIR%%/images/ThreadSearch/22x22/folderdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/folderselected.png -%%DATADIR%%/images/ThreadSearch/22x22/lookingglass.png -%%DATADIR%%/images/ThreadSearch/22x22/off.png -%%DATADIR%%/images/ThreadSearch/22x22/offdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/on.png -%%DATADIR%%/images/ThreadSearch/22x22/ondisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/openfiles.png -%%DATADIR%%/images/ThreadSearch/22x22/openfilesdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/openfilesselected.png -%%DATADIR%%/images/ThreadSearch/22x22/options.png -%%DATADIR%%/images/ThreadSearch/22x22/optionsdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/project.png -%%DATADIR%%/images/ThreadSearch/22x22/project1.png -%%DATADIR%%/images/ThreadSearch/22x22/project1disabled.png -%%DATADIR%%/images/ThreadSearch/22x22/project1selected.png -%%DATADIR%%/images/ThreadSearch/22x22/project2.png -%%DATADIR%%/images/ThreadSearch/22x22/project2d.png -%%DATADIR%%/images/ThreadSearch/22x22/project2s.png -%%DATADIR%%/images/ThreadSearch/22x22/projectdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/projectselected.png -%%DATADIR%%/images/ThreadSearch/22x22/showdir.png -%%DATADIR%%/images/ThreadSearch/22x22/showdirdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/stop.png -%%DATADIR%%/images/ThreadSearch/22x22/stopdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/target.png -%%DATADIR%%/images/ThreadSearch/22x22/target1.png -%%DATADIR%%/images/ThreadSearch/22x22/target1disabled.png -%%DATADIR%%/images/ThreadSearch/22x22/target1selected.png -%%DATADIR%%/images/ThreadSearch/22x22/targetdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/targetselected.png -%%DATADIR%%/images/ThreadSearch/22x22/workspace.png -%%DATADIR%%/images/ThreadSearch/22x22/workspacedisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/workspaceselected.png -%%DATADIR%%/images/ThreadSearch/folder.png -%%DATADIR%%/images/ThreadSearch/folderdisabled.png -%%DATADIR%%/images/ThreadSearch/folderselected.png -%%DATADIR%%/images/ThreadSearch/off.png -%%DATADIR%%/images/ThreadSearch/on.png -%%DATADIR%%/images/ThreadSearch/openfiles.png -%%DATADIR%%/images/ThreadSearch/openfilesdisabled.png -%%DATADIR%%/images/ThreadSearch/openfilesselected.png -%%DATADIR%%/images/ThreadSearch/project.png -%%DATADIR%%/images/ThreadSearch/project1.png -%%DATADIR%%/images/ThreadSearch/project1disabled.png -%%DATADIR%%/images/ThreadSearch/project1selected.png -%%DATADIR%%/images/ThreadSearch/projectdisabled.png -%%DATADIR%%/images/ThreadSearch/projectselected.png -%%DATADIR%%/images/ThreadSearch/showdir.png -%%DATADIR%%/images/ThreadSearch/showdirdisabled.png -%%DATADIR%%/images/ThreadSearch/target.png -%%DATADIR%%/images/ThreadSearch/target1.png -%%DATADIR%%/images/ThreadSearch/target1disabled.png -%%DATADIR%%/images/ThreadSearch/target1selected.png -%%DATADIR%%/images/ThreadSearch/targetdisabled.png -%%DATADIR%%/images/ThreadSearch/targetselected.png -%%DATADIR%%/images/ThreadSearch/workspace.png -%%DATADIR%%/images/ThreadSearch/workspacedisabled.png -%%DATADIR%%/images/ThreadSearch/workspaceselected.png -%%DATADIR%%/images/ascii.png -%%DATADIR%%/images/closebutton.png -%%DATADIR%%/images/codeblocks.png -%%DATADIR%%/images/codecompletion/class.png -%%DATADIR%%/images/codecompletion/class_folder.png -%%DATADIR%%/images/codecompletion/class_private.png -%%DATADIR%%/images/codecompletion/class_protected.png -%%DATADIR%%/images/codecompletion/class_public.png -%%DATADIR%%/images/codecompletion/ctor_private.png -%%DATADIR%%/images/codecompletion/ctor_protected.png -%%DATADIR%%/images/codecompletion/ctor_public.png -%%DATADIR%%/images/codecompletion/dtor_private.png -%%DATADIR%%/images/codecompletion/dtor_protected.png -%%DATADIR%%/images/codecompletion/dtor_public.png -%%DATADIR%%/images/codecompletion/enum.png -%%DATADIR%%/images/codecompletion/enum_private.png -%%DATADIR%%/images/codecompletion/enum_protected.png -%%DATADIR%%/images/codecompletion/enum_public.png -%%DATADIR%%/images/codecompletion/enumerator.png -%%DATADIR%%/images/codecompletion/enums_folder.png -%%DATADIR%%/images/codecompletion/folder.png -%%DATADIR%%/images/codecompletion/folder_blue.png -%%DATADIR%%/images/codecompletion/folder_blue_open.png -%%DATADIR%%/images/codecompletion/folder_green.png -%%DATADIR%%/images/codecompletion/folder_green_open.png -%%DATADIR%%/images/codecompletion/folder_open.png -%%DATADIR%%/images/codecompletion/funcs_folder.png -%%DATADIR%%/images/codecompletion/macro.png -%%DATADIR%%/images/codecompletion/macro_folder.png -%%DATADIR%%/images/codecompletion/macro_private.png -%%DATADIR%%/images/codecompletion/macro_protected.png -%%DATADIR%%/images/codecompletion/macro_public.png -%%DATADIR%%/images/codecompletion/method_private.png -%%DATADIR%%/images/codecompletion/method_protected.png -%%DATADIR%%/images/codecompletion/method_public.png -%%DATADIR%%/images/codecompletion/namespace.png -%%DATADIR%%/images/codecompletion/others_folder.png -%%DATADIR%%/images/codecompletion/preproc.png -%%DATADIR%%/images/codecompletion/preproc_folder.png -%%DATADIR%%/images/codecompletion/symbols_folder.png -%%DATADIR%%/images/codecompletion/typedef.png -%%DATADIR%%/images/codecompletion/typedef_private.png -%%DATADIR%%/images/codecompletion/typedef_protected.png -%%DATADIR%%/images/codecompletion/typedef_public.png -%%DATADIR%%/images/codecompletion/typedefs_folder.png -%%DATADIR%%/images/codecompletion/var_private.png -%%DATADIR%%/images/codecompletion/var_protected.png -%%DATADIR%%/images/codecompletion/var_public.png -%%DATADIR%%/images/codecompletion/vars_folder.png -%%DATADIR%%/images/codesnippets/allsnippets.png -%%DATADIR%%/images/codesnippets/category.png -%%DATADIR%%/images/codesnippets/findf.png -%%DATADIR%%/images/codesnippets/findfdisabled.png -%%DATADIR%%/images/codesnippets/options.png -%%DATADIR%%/images/codesnippets/optionsdisabled.png -%%DATADIR%%/images/codesnippets/snippet.png -%%DATADIR%%/images/codesnippets/stop.png -%%DATADIR%%/images/codesnippets/stopdisabled.png -%%DATADIR%%/images/compile.png -%%DATADIR%%/images/compilerun.png -%%DATADIR%%/images/contents_16x16.png -%%DATADIR%%/images/dbginfo.png -%%DATADIR%%/images/dbgnext.png -%%DATADIR%%/images/dbgrun.png -%%DATADIR%%/images/dbgrunto.png -%%DATADIR%%/images/dbgstep.png -%%DATADIR%%/images/dbgstepi.png -%%DATADIR%%/images/dbgstepout.png -%%DATADIR%%/images/dbgstop.png -%%DATADIR%%/images/edit_16x16.png -%%DATADIR%%/images/editcopy.png -%%DATADIR%%/images/editcut.png -%%DATADIR%%/images/editpaste.png -%%DATADIR%%/images/file-missing.png -%%DATADIR%%/images/file-modified.png -%%DATADIR%%/images/file-readonly.png -%%DATADIR%%/images/file.png -%%DATADIR%%/images/filefind.png -%%DATADIR%%/images/filenew.png -%%DATADIR%%/images/fileopen.png -%%DATADIR%%/images/fileprint.png -%%DATADIR%%/images/filesave.png -%%DATADIR%%/images/filesaveall.png -%%DATADIR%%/images/filesaveas.png -%%DATADIR%%/images/flag_16x16.png -%%DATADIR%%/images/folder.png -%%DATADIR%%/images/folder_new.png -%%DATADIR%%/images/folder_open.png -%%DATADIR%%/images/misc_16x16.png -%%DATADIR%%/images/modified_file.png -%%DATADIR%%/images/newproject.png -%%DATADIR%%/images/project-readonly.png -%%DATADIR%%/images/project.png -%%DATADIR%%/images/rc-file-added.png -%%DATADIR%%/images/rc-file-conflict.png -%%DATADIR%%/images/rc-file-external.png -%%DATADIR%%/images/rc-file-gotlock.png -%%DATADIR%%/images/rc-file-lockstolen.png -%%DATADIR%%/images/rc-file-mismatch.png -%%DATADIR%%/images/rc-file-missing.png -%%DATADIR%%/images/rc-file-modified.png -%%DATADIR%%/images/rc-file-noncontrolled.png -%%DATADIR%%/images/rc-file-outofdate.png -%%DATADIR%%/images/rc-file-requireslock.png -%%DATADIR%%/images/rc-file-uptodate.png -%%DATADIR%%/images/rebuild.png -%%DATADIR%%/images/redo.png -%%DATADIR%%/images/run.png -%%DATADIR%%/images/searchreplace.png -%%DATADIR%%/images/settings/ThreadSearch-off.png -%%DATADIR%%/images/settings/ThreadSearch.png -%%DATADIR%%/images/settings/abbrev-off.png -%%DATADIR%%/images/settings/abbrev.png -%%DATADIR%%/images/settings/astyle-plugin-off.png -%%DATADIR%%/images/settings/astyle-plugin.png -%%DATADIR%%/images/settings/autosave-off.png -%%DATADIR%%/images/settings/autosave.png -%%DATADIR%%/images/settings/batch-off.png -%%DATADIR%%/images/settings/batch.png -%%DATADIR%%/images/settings/codestats-off.png -%%DATADIR%%/images/settings/codestats.png -%%DATADIR%%/images/settings/colours-off.png -%%DATADIR%%/images/settings/colours.png -%%DATADIR%%/images/settings/compiler-off.png -%%DATADIR%%/images/settings/compiler.png -%%DATADIR%%/images/settings/debugger-off.png -%%DATADIR%%/images/settings/debugger.png -%%DATADIR%%/images/settings/default-code-off.png -%%DATADIR%%/images/settings/default-code.png -%%DATADIR%%/images/settings/dialogs-off.png -%%DATADIR%%/images/settings/dialogs.png -%%DATADIR%%/images/settings/dragscroll-off.png -%%DATADIR%%/images/settings/dragscroll.png -%%DATADIR%%/images/settings/editor-off.png -%%DATADIR%%/images/settings/editor.png -%%DATADIR%%/images/settings/envvars-off.png -%%DATADIR%%/images/settings/envvars.png -%%DATADIR%%/images/settings/extensions-off.png -%%DATADIR%%/images/settings/extensions.png -%%DATADIR%%/images/settings/folding-off.png -%%DATADIR%%/images/settings/folding.png -%%DATADIR%%/images/settings/general-prefs-off.png -%%DATADIR%%/images/settings/general-prefs.png -%%DATADIR%%/images/settings/generic-plugin-off.png -%%DATADIR%%/images/settings/generic-plugin.png -%%DATADIR%%/images/settings/gutter-margin-off.png -%%DATADIR%%/images/settings/gutter-margin.png -%%DATADIR%%/images/settings/help-plugin-off.png -%%DATADIR%%/images/settings/help-plugin.png -%%DATADIR%%/images/settings/incsearch-off.png -%%DATADIR%%/images/settings/incsearch.png -%%DATADIR%%/images/settings/net-off.png -%%DATADIR%%/images/settings/net.png -%%DATADIR%%/images/settings/notebook-appearance-off.png -%%DATADIR%%/images/settings/notebook-appearance.png -%%DATADIR%%/images/settings/onekeytobindthem-off.png -%%DATADIR%%/images/settings/onekeytobindthem.png -%%DATADIR%%/images/settings/profiler-off.png -%%DATADIR%%/images/settings/profiler.png -%%DATADIR%%/images/settings/syntax-highlight-off.png -%%DATADIR%%/images/settings/syntax-highlight.png -%%DATADIR%%/images/settings/todo-off.png -%%DATADIR%%/images/settings/todo.png -%%DATADIR%%/images/settings/view-off.png -%%DATADIR%%/images/settings/view.png -%%DATADIR%%/images/settings/wxsmith-off.png -%%DATADIR%%/images/settings/wxsmith.png -%%DATADIR%%/images/source.png -%%DATADIR%%/images/splash.png -%%DATADIR%%/images/splash_0802.png -%%DATADIR%%/images/splash_1005.png -%%DATADIR%%/images/stop.png -%%DATADIR%%/images/undo.png -%%DATADIR%%/images/vfolder_open.png -%%DATADIR%%/images/window.png -%%DATADIR%%/images/workspace-readonly.png -%%DATADIR%%/images/workspace.png -%%DATADIR%%/images/wxsmith/Custom16.png -%%DATADIR%%/images/wxsmith/Custom32.png -%%DATADIR%%/images/wxsmith/Spacer16.png -%%DATADIR%%/images/wxsmith/Spacer32.png -%%DATADIR%%/images/wxsmith/deletewidget16.png -%%DATADIR%%/images/wxsmith/deletewidget32.png -%%DATADIR%%/images/wxsmith/insertafter16.png -%%DATADIR%%/images/wxsmith/insertafter32.png -%%DATADIR%%/images/wxsmith/insertbefore16.png -%%DATADIR%%/images/wxsmith/insertbefore32.png -%%DATADIR%%/images/wxsmith/insertinto16.png -%%DATADIR%%/images/wxsmith/insertinto32.png -%%DATADIR%%/images/wxsmith/insertpoint16.png -%%DATADIR%%/images/wxsmith/insertpoint32.png -%%DATADIR%%/images/wxsmith/quickpropsclose16.png -%%DATADIR%%/images/wxsmith/quickpropsclose32.png -%%DATADIR%%/images/wxsmith/quickpropsopen16.png -%%DATADIR%%/images/wxsmith/quickpropsopen32.png -%%DATADIR%%/images/wxsmith/selected16.png -%%DATADIR%%/images/wxsmith/selected32.png -%%DATADIR%%/images/wxsmith/showpreview16.png -%%DATADIR%%/images/wxsmith/showpreview32.png -%%DATADIR%%/images/wxsmith/wxBitmapButton16.png -%%DATADIR%%/images/wxsmith/wxBitmapButton32.png -%%DATADIR%%/images/wxsmith/wxBoxSizer16.png -%%DATADIR%%/images/wxsmith/wxBoxSizer32.png -%%DATADIR%%/images/wxsmith/wxButton16.png -%%DATADIR%%/images/wxsmith/wxButton32.png -%%DATADIR%%/images/wxsmith/wxCalendarCtrl16.png -%%DATADIR%%/images/wxsmith/wxCalendarCtrl32.png -%%DATADIR%%/images/wxsmith/wxCheckBox16.png -%%DATADIR%%/images/wxsmith/wxCheckBox32.png -%%DATADIR%%/images/wxsmith/wxCheckListBox16.png -%%DATADIR%%/images/wxsmith/wxCheckListBox32.png -%%DATADIR%%/images/wxsmith/wxChoice16.png -%%DATADIR%%/images/wxsmith/wxChoice32.png -%%DATADIR%%/images/wxsmith/wxChoicebook16.png -%%DATADIR%%/images/wxsmith/wxChoicebook32.png -%%DATADIR%%/images/wxsmith/wxColourDialog16.png -%%DATADIR%%/images/wxsmith/wxColourDialog32.png -%%DATADIR%%/images/wxsmith/wxComboBox16.png -%%DATADIR%%/images/wxsmith/wxComboBox32.png -%%DATADIR%%/images/wxsmith/wxDatePickerCtrl16.png -%%DATADIR%%/images/wxsmith/wxDatePickerCtrl32.png -%%DATADIR%%/images/wxsmith/wxDialog16.png -%%DATADIR%%/images/wxsmith/wxDialog32.png -%%DATADIR%%/images/wxsmith/wxDirDialog16.png -%%DATADIR%%/images/wxsmith/wxDirDialog32.png -%%DATADIR%%/images/wxsmith/wxFileDialog16.png -%%DATADIR%%/images/wxsmith/wxFileDialog32.png -%%DATADIR%%/images/wxsmith/wxFlexGridSizer16.png -%%DATADIR%%/images/wxsmith/wxFlexGridSizer32.png -%%DATADIR%%/images/wxsmith/wxFrame16.png -%%DATADIR%%/images/wxsmith/wxFrame32.png -%%DATADIR%%/images/wxsmith/wxGLCanvas16.png -%%DATADIR%%/images/wxsmith/wxGLCanvas32.png -%%DATADIR%%/images/wxsmith/wxGauge16.png -%%DATADIR%%/images/wxsmith/wxGauge32.png -%%DATADIR%%/images/wxsmith/wxGenericDirCtrl16.png -%%DATADIR%%/images/wxsmith/wxGenericDirCtrl32.png -%%DATADIR%%/images/wxsmith/wxGrid16.png -%%DATADIR%%/images/wxsmith/wxGrid32.png -%%DATADIR%%/images/wxsmith/wxGridSizer16.png -%%DATADIR%%/images/wxsmith/wxGridSizer32.png -%%DATADIR%%/images/wxsmith/wxHtmlWindow16.png -%%DATADIR%%/images/wxsmith/wxHtmlWindow32.png -%%DATADIR%%/images/wxsmith/wxListBox16.png -%%DATADIR%%/images/wxsmith/wxListBox32.png -%%DATADIR%%/images/wxsmith/wxListCtrl16.png -%%DATADIR%%/images/wxsmith/wxListCtrl32.png -%%DATADIR%%/images/wxsmith/wxListbook16.png -%%DATADIR%%/images/wxsmith/wxListbook32.png -%%DATADIR%%/images/wxsmith/wxMenu16.png -%%DATADIR%%/images/wxsmith/wxMenu32.png -%%DATADIR%%/images/wxsmith/wxMenuBar16.png -%%DATADIR%%/images/wxsmith/wxMenuBar32.png -%%DATADIR%%/images/wxsmith/wxMenuItem16.png -%%DATADIR%%/images/wxsmith/wxMenuItem32.png -%%DATADIR%%/images/wxsmith/wxMultiChoiceDialog16.png -%%DATADIR%%/images/wxsmith/wxMultiChoiceDialog32.png -%%DATADIR%%/images/wxsmith/wxNotebook16.png -%%DATADIR%%/images/wxsmith/wxNotebook32.png -%%DATADIR%%/images/wxsmith/wxPanel16.png -%%DATADIR%%/images/wxsmith/wxPanel32.png -%%DATADIR%%/images/wxsmith/wxRadioBox16.png -%%DATADIR%%/images/wxsmith/wxRadioBox32.png -%%DATADIR%%/images/wxsmith/wxRadioButton16.png -%%DATADIR%%/images/wxsmith/wxRadioButton32.png -%%DATADIR%%/images/wxsmith/wxSashLayoutWindow16.png -%%DATADIR%%/images/wxsmith/wxSashLayoutWindow32.png -%%DATADIR%%/images/wxsmith/wxSashWindow16.png -%%DATADIR%%/images/wxsmith/wxSashWindow32.png -%%DATADIR%%/images/wxsmith/wxScrollBar16.png -%%DATADIR%%/images/wxsmith/wxScrollBar32.png -%%DATADIR%%/images/wxsmith/wxScrolledWindow16.png -%%DATADIR%%/images/wxsmith/wxScrolledWindow32.png -%%DATADIR%%/images/wxsmith/wxScrollingDialog16.png -%%DATADIR%%/images/wxsmith/wxScrollingDialog32.png -%%DATADIR%%/images/wxsmith/wxSingleChoiceDialog16.png -%%DATADIR%%/images/wxsmith/wxSingleChoiceDialog32.png -%%DATADIR%%/images/wxsmith/wxSingleInstanceChecker16.png -%%DATADIR%%/images/wxsmith/wxSingleInstanceChecker32.png -%%DATADIR%%/images/wxsmith/wxSlider16.png -%%DATADIR%%/images/wxsmith/wxSlider32.png -%%DATADIR%%/images/wxsmith/wxSmith16.png -%%DATADIR%%/images/wxsmith/wxSmith32.png -%%DATADIR%%/images/wxsmith/wxSpinButton16.png -%%DATADIR%%/images/wxsmith/wxSpinButton32.png -%%DATADIR%%/images/wxsmith/wxSpinCtrl16.png -%%DATADIR%%/images/wxsmith/wxSpinCtrl32.png -%%DATADIR%%/images/wxsmith/wxSplitterWindow16.png -%%DATADIR%%/images/wxsmith/wxSplitterWindow32.png -%%DATADIR%%/images/wxsmith/wxStaticBitmap16.png -%%DATADIR%%/images/wxsmith/wxStaticBitmap32.png -%%DATADIR%%/images/wxsmith/wxStaticBox16.png -%%DATADIR%%/images/wxsmith/wxStaticBox32.png -%%DATADIR%%/images/wxsmith/wxStaticBoxSizer16.png -%%DATADIR%%/images/wxsmith/wxStaticBoxSizer32.png -%%DATADIR%%/images/wxsmith/wxStaticLine16.png -%%DATADIR%%/images/wxsmith/wxStaticLine32.png -%%DATADIR%%/images/wxsmith/wxStaticText16.png -%%DATADIR%%/images/wxsmith/wxStaticText32.png -%%DATADIR%%/images/wxsmith/wxStatusBar16.png -%%DATADIR%%/images/wxsmith/wxStatusBar32.png -%%DATADIR%%/images/wxsmith/wxStdDialogButtonSizer16.png -%%DATADIR%%/images/wxsmith/wxStdDialogButtonSizer32.png -%%DATADIR%%/images/wxsmith/wxStopWatch16.png -%%DATADIR%%/images/wxsmith/wxStopWatch32.png -%%DATADIR%%/images/wxsmith/wxSymbolPickerDialog16.png -%%DATADIR%%/images/wxsmith/wxSymbolPickerDialog32.png -%%DATADIR%%/images/wxsmith/wxTextCtrl16.png -%%DATADIR%%/images/wxsmith/wxTextCtrl32.png -%%DATADIR%%/images/wxsmith/wxTimer16.png -%%DATADIR%%/images/wxsmith/wxTimer32.png -%%DATADIR%%/images/wxsmith/wxToggleButton16.png -%%DATADIR%%/images/wxsmith/wxToggleButton32.png -%%DATADIR%%/images/wxsmith/wxToolBar16.png -%%DATADIR%%/images/wxsmith/wxToolBar32.png -%%DATADIR%%/images/wxsmith/wxToolBarItem16.png -%%DATADIR%%/images/wxsmith/wxToolBarItem32.png -%%DATADIR%%/images/wxsmith/wxTreeCtrl16.png -%%DATADIR%%/images/wxsmith/wxTreeCtrl32.png -%%DATADIR%%/keybinder.zip -%%DATADIR%%/lexers/lexer_OgreCompositor.sample -%%DATADIR%%/lexers/lexer_OgreCompositor.xml -%%DATADIR%%/lexers/lexer_OgreMaterial.sample -%%DATADIR%%/lexers/lexer_OgreMaterial.xml -%%DATADIR%%/lexers/lexer_ada.sample -%%DATADIR%%/lexers/lexer_ada.xml -%%DATADIR%%/lexers/lexer_angelscript.sample -%%DATADIR%%/lexers/lexer_angelscript.xml -%%DATADIR%%/lexers/lexer_bash.sample -%%DATADIR%%/lexers/lexer_bash.xml -%%DATADIR%%/lexers/lexer_batch.sample -%%DATADIR%%/lexers/lexer_batch.xml -%%DATADIR%%/lexers/lexer_caml.sample -%%DATADIR%%/lexers/lexer_caml.xml -%%DATADIR%%/lexers/lexer_cg.sample -%%DATADIR%%/lexers/lexer_cg.xml -%%DATADIR%%/lexers/lexer_cpp.sample -%%DATADIR%%/lexers/lexer_cpp.xml -%%DATADIR%%/lexers/lexer_css.sample -%%DATADIR%%/lexers/lexer_css.xml -%%DATADIR%%/lexers/lexer_d.sample -%%DATADIR%%/lexers/lexer_d.xml -%%DATADIR%%/lexers/lexer_diff.sample -%%DATADIR%%/lexers/lexer_diff.xml -%%DATADIR%%/lexers/lexer_f77.sample -%%DATADIR%%/lexers/lexer_f77.xml -%%DATADIR%%/lexers/lexer_fortran.sample -%%DATADIR%%/lexers/lexer_fortran.xml -%%DATADIR%%/lexers/lexer_glsl.sample -%%DATADIR%%/lexers/lexer_glsl.xml -%%DATADIR%%/lexers/lexer_gm.sample -%%DATADIR%%/lexers/lexer_gm.xml -%%DATADIR%%/lexers/lexer_haskell.sample -%%DATADIR%%/lexers/lexer_haskell.xml -%%DATADIR%%/lexers/lexer_hitasm.sample -%%DATADIR%%/lexers/lexer_hitasm.xml -%%DATADIR%%/lexers/lexer_html.sample -%%DATADIR%%/lexers/lexer_html.xml -%%DATADIR%%/lexers/lexer_latex.sample -%%DATADIR%%/lexers/lexer_latex.xml -%%DATADIR%%/lexers/lexer_lisp.sample -%%DATADIR%%/lexers/lexer_lisp.xml -%%DATADIR%%/lexers/lexer_lua.sample -%%DATADIR%%/lexers/lexer_lua.xml -%%DATADIR%%/lexers/lexer_make.sample -%%DATADIR%%/lexers/lexer_make.xml -%%DATADIR%%/lexers/lexer_masm.sample -%%DATADIR%%/lexers/lexer_masm.xml -%%DATADIR%%/lexers/lexer_matlab.sample -%%DATADIR%%/lexers/lexer_matlab.xml -%%DATADIR%%/lexers/lexer_nassi.xml -%%DATADIR%%/lexers/lexer_nsis.sample -%%DATADIR%%/lexers/lexer_nsis.xml -%%DATADIR%%/lexers/lexer_pascal.sample -%%DATADIR%%/lexers/lexer_pascal.xml -%%DATADIR%%/lexers/lexer_perl.sample -%%DATADIR%%/lexers/lexer_perl.xml -%%DATADIR%%/lexers/lexer_postscript.sample -%%DATADIR%%/lexers/lexer_postscript.xml -%%DATADIR%%/lexers/lexer_prg.sample -%%DATADIR%%/lexers/lexer_prg.xml -%%DATADIR%%/lexers/lexer_properties.sample -%%DATADIR%%/lexers/lexer_properties.xml -%%DATADIR%%/lexers/lexer_python.sample -%%DATADIR%%/lexers/lexer_python.xml -%%DATADIR%%/lexers/lexer_rc.sample -%%DATADIR%%/lexers/lexer_rc.xml -%%DATADIR%%/lexers/lexer_ruby.sample -%%DATADIR%%/lexers/lexer_ruby.xml -%%DATADIR%%/lexers/lexer_smalltalk.sample -%%DATADIR%%/lexers/lexer_smalltalk.xml -%%DATADIR%%/lexers/lexer_sql.sample -%%DATADIR%%/lexers/lexer_sql.xml -%%DATADIR%%/lexers/lexer_squirrel.sample -%%DATADIR%%/lexers/lexer_squirrel.xml -%%DATADIR%%/lexers/lexer_vbscript.sample -%%DATADIR%%/lexers/lexer_vbscript.xml -%%DATADIR%%/lexers/lexer_verilog.sample -%%DATADIR%%/lexers/lexer_verilog.xml -%%DATADIR%%/lexers/lexer_vhdl.sample -%%DATADIR%%/lexers/lexer_vhdl.xml -%%DATADIR%%/lexers/lexer_xml.sample -%%DATADIR%%/lexers/lexer_xml.xml -%%DATADIR%%/lib_finder.zip -%%DATADIR%%/lib_finder/codeblocks_sdk.xml -%%DATADIR%%/lib_finder/glfw.xml -%%DATADIR%%/lib_finder/wxwidgets.xml -%%DATADIR%%/manager_resources.zip -%%DATADIR%%/openfileslist.zip -%%DATADIR%%/projectsimporter.zip -%%DATADIR%%/resources.zip -%%DATADIR%%/scriptedwizard.zip -%%DATADIR%%/scripts/edit_startup_script.script -%%DATADIR%%/scripts/gdb_types.script -%%DATADIR%%/scripts/make_dist.script -%%DATADIR%%/scripts/startup.script -%%DATADIR%%/scripts/stl-views-1.0.3.gdb -%%DATADIR%%/scripts/wx_help.script -%%DATADIR%%/start_here.zip -%%DATADIR%%/templates/console-main-c.cpp -%%DATADIR%%/templates/console-main-cpp.cpp -%%DATADIR%%/templates/console.cbp -%%DATADIR%%/templates/console.png -%%DATADIR%%/templates/console.template -%%DATADIR%%/templates/dll.png -%%DATADIR%%/templates/glfw-main.cpp -%%DATADIR%%/templates/glfw-static.cbp -%%DATADIR%%/templates/glfw.png -%%DATADIR%%/templates/glfw.template -%%DATADIR%%/templates/glut-main.cpp -%%DATADIR%%/templates/glut.png -%%DATADIR%%/templates/irr_linux.cbp -%%DATADIR%%/templates/irr_main.cpp -%%DATADIR%%/templates/irrlicht.png -%%DATADIR%%/templates/irrlicht.template -%%DATADIR%%/templates/ogre-main.cpp -%%DATADIR%%/templates/ogre.template -%%DATADIR%%/templates/ogre_linux.cbp -%%DATADIR%%/templates/ogrelogo.png -%%DATADIR%%/templates/qt-main.cpp -%%DATADIR%%/templates/qt.cbp -%%DATADIR%%/templates/qt.template -%%DATADIR%%/templates/qtlogo32.png -%%DATADIR%%/templates/sdccapp-main.c -%%DATADIR%%/templates/sdccapp.cbp -%%DATADIR%%/templates/sdccapp.png -%%DATADIR%%/templates/sdccapp.template -%%DATADIR%%/templates/sdl-cb.bmp -%%DATADIR%%/templates/sdl-main.cpp -%%DATADIR%%/templates/sdl.png -%%DATADIR%%/templates/sdlapp.cbp -%%DATADIR%%/templates/sdlapp.template -%%DATADIR%%/templates/sfml-cb.bmp -%%DATADIR%%/templates/sfml-main.cpp -%%DATADIR%%/templates/sfml.cbp -%%DATADIR%%/templates/sfml.png -%%DATADIR%%/templates/sfml.template -%%DATADIR%%/templates/sharedlib-sample.c -%%DATADIR%%/templates/sharedlib.cbp -%%DATADIR%%/templates/sharedlib.template -%%DATADIR%%/templates/staticlib-sample.c -%%DATADIR%%/templates/staticlib.cbp -%%DATADIR%%/templates/staticlib.template -%%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/h/evaluator7t.h -%%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/ld/target.ld -%%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/src/main.c -%%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/src/vectors.S -%%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/h/at91sam7a3.h -%%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/h/sam7a3ek.h -%%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/ld/target.ld -%%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/ld/targetRAM.ld -%%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/src/main.c -%%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/src/vectors.S -%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/h/arm9_mm.h -%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/h/lh7a404.h -%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/h/lpd404.h -%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/ld/target.ld -%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/src/lh7a404_mm.c -%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/src/main.c -%%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/src/vectors.S -%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/h/at91sam7sx.h -%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/h/sam7p64.h -%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s128.ld -%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s256.ld -%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s32.ld -%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/ld/target_s64.ld -%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/src/main.c -%%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/src/vectors.S -%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/h/lpc-p2138.h -%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/h/lpc213x.h -%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/ld/target_2132.ld -%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/ld/target_2134.ld -%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/ld/target_2136.ld -%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/ld/target_2138.ld -%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/src/main.c -%%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/src/vectors.S -%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/h/at91m55800.h -%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/ld/target.ld -%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/ld/targetRAM_1MB.ld -%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/ld/targetRAM_512kB.ld -%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/ld/targetROM.ld -%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/src/main.c -%%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/src/vectors.S -%%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/h/lpc2294.h -%%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/ld/target.ld -%%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/ld/targetRAM_1MB.ld -%%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/ld/targetROM.ld -%%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/src/main.c -%%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/src/vectors.S -%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/h/pxa255regs.h -%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/h/pxa_mm.h -%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/ld/target.ld -%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/src/irq.c -%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/src/main.c -%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/src/pxa_mm.c -%%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/src/vectors.S -%%DATADIR%%/templates/wizard/arm/logo.png -%%DATADIR%%/templates/wizard/arm/wizard.png -%%DATADIR%%/templates/wizard/arm/wizard.script -%%DATADIR%%/templates/wizard/avr/files/main.c -%%DATADIR%%/templates/wizard/avr/logo.png -%%DATADIR%%/templates/wizard/avr/wizard.png -%%DATADIR%%/templates/wizard/avr/wizard.script -%%DATADIR%%/templates/wizard/avr/wizard.xrc -%%DATADIR%%/templates/wizard/c_file/logo.png -%%DATADIR%%/templates/wizard/c_file/wizard.png -%%DATADIR%%/templates/wizard/c_file/wizard.script -%%DATADIR%%/templates/wizard/common_functions.script -%%DATADIR%%/templates/wizard/config.script -%%DATADIR%%/templates/wizard/console/c/main.c -%%DATADIR%%/templates/wizard/console/cpp/main.cpp -%%DATADIR%%/templates/wizard/console/logo.png -%%DATADIR%%/templates/wizard/console/wizard.png -%%DATADIR%%/templates/wizard/console/wizard.script -%%DATADIR%%/templates/wizard/d/console/hello.d -%%DATADIR%%/templates/wizard/d/logo.png -%%DATADIR%%/templates/wizard/d/wizard.png -%%DATADIR%%/templates/wizard/d/wizard.script -%%DATADIR%%/templates/wizard/directx/dx8/main.cpp -%%DATADIR%%/templates/wizard/directx/dx9/main.cpp -%%DATADIR%%/templates/wizard/directx/logo.png -%%DATADIR%%/templates/wizard/directx/wizard.png -%%DATADIR%%/templates/wizard/directx/wizard.script -%%DATADIR%%/templates/wizard/dll/files/main.cpp -%%DATADIR%%/templates/wizard/dll/files/main.h -%%DATADIR%%/templates/wizard/dll/logo.png -%%DATADIR%%/templates/wizard/dll/wizard.png -%%DATADIR%%/templates/wizard/dll/wizard.script -%%DATADIR%%/templates/wizard/empty/logo.png -%%DATADIR%%/templates/wizard/empty/wizard.png -%%DATADIR%%/templates/wizard/empty/wizard.script -%%DATADIR%%/templates/wizard/empty_file/logo.png -%%DATADIR%%/templates/wizard/empty_file/wizard.png -%%DATADIR%%/templates/wizard/empty_file/wizard.script -%%DATADIR%%/templates/wizard/fltk/files/main.cpp -%%DATADIR%%/templates/wizard/fltk/fluid/main.cpp -%%DATADIR%%/templates/wizard/fltk/fluid/main.fld -%%DATADIR%%/templates/wizard/fltk/fluid/main.h -%%DATADIR%%/templates/wizard/fltk/logo.png -%%DATADIR%%/templates/wizard/fltk/wizard.png -%%DATADIR%%/templates/wizard/fltk/wizard.script -%%DATADIR%%/templates/wizard/glfw/files/main.cpp -%%DATADIR%%/templates/wizard/glfw/logo.png -%%DATADIR%%/templates/wizard/glfw/wizard.png -%%DATADIR%%/templates/wizard/glfw/wizard.script -%%DATADIR%%/templates/wizard/glut/files/main.cpp -%%DATADIR%%/templates/wizard/glut/logo.png -%%DATADIR%%/templates/wizard/glut/wizard.png -%%DATADIR%%/templates/wizard/glut/wizard.script -%%DATADIR%%/templates/wizard/gtk/files/main.c -%%DATADIR%%/templates/wizard/gtk/logo.png -%%DATADIR%%/templates/wizard/gtk/wizard.png -%%DATADIR%%/templates/wizard/gtk/wizard.script -%%DATADIR%%/templates/wizard/h_file/logo.png -%%DATADIR%%/templates/wizard/h_file/wizard.png -%%DATADIR%%/templates/wizard/h_file/wizard.script -%%DATADIR%%/templates/wizard/irrlicht/files/main.cpp -%%DATADIR%%/templates/wizard/irrlicht/logo.png -%%DATADIR%%/templates/wizard/irrlicht/wizard.png -%%DATADIR%%/templates/wizard/irrlicht/wizard.script -%%DATADIR%%/templates/wizard/lf/files/quick/main.cpp -%%DATADIR%%/templates/wizard/lf/files/structured/CMain.cpp -%%DATADIR%%/templates/wizard/lf/files/structured/CMain.h -%%DATADIR%%/templates/wizard/lf/files/structured/main.cpp -%%DATADIR%%/templates/wizard/lf/logo.png -%%DATADIR%%/templates/wizard/lf/wizard.png -%%DATADIR%%/templates/wizard/lf/wizard.script -%%DATADIR%%/templates/wizard/lf/wizard.xrc -%%DATADIR%%/templates/wizard/matlab_csf/files/lccstub.c -%%DATADIR%%/templates/wizard/matlab_csf/files/mexversion.rc -%%DATADIR%%/templates/wizard/matlab_csf/files/sfuntmpl.c -%%DATADIR%%/templates/wizard/matlab_csf/logo.png -%%DATADIR%%/templates/wizard/matlab_csf/wizard.png -%%DATADIR%%/templates/wizard/matlab_csf/wizard.script -%%DATADIR%%/templates/wizard/matlab_csf/wizard.xrc -%%DATADIR%%/templates/wizard/ogre/files/main.cpp -%%DATADIR%%/templates/wizard/ogre/logo.png -%%DATADIR%%/templates/wizard/ogre/wizard.png -%%DATADIR%%/templates/wizard/ogre/wizard.script -%%DATADIR%%/templates/wizard/opengl/files_unix/main.c -%%DATADIR%%/templates/wizard/opengl/files_win/main.c -%%DATADIR%%/templates/wizard/opengl/logo.png -%%DATADIR%%/templates/wizard/opengl/wizard.png -%%DATADIR%%/templates/wizard/opengl/wizard.script -%%DATADIR%%/templates/wizard/plugins/logo.png -%%DATADIR%%/templates/wizard/plugins/templates/generic_template.cpp -%%DATADIR%%/templates/wizard/plugins/templates/generic_template.h -%%DATADIR%%/templates/wizard/plugins/templates/manifest_template.xml -%%DATADIR%%/templates/wizard/plugins/templates/mime_template.cpp -%%DATADIR%%/templates/wizard/plugins/templates/mime_template.h -%%DATADIR%%/templates/wizard/plugins/templates/tool_template.cpp -%%DATADIR%%/templates/wizard/plugins/templates/tool_template.h -%%DATADIR%%/templates/wizard/plugins/templates/wizard_template.cpp -%%DATADIR%%/templates/wizard/plugins/templates/wizard_template.h -%%DATADIR%%/templates/wizard/plugins/wizard.png -%%DATADIR%%/templates/wizard/plugins/wizard.script -%%DATADIR%%/templates/wizard/plugins/wizard.xrc -%%DATADIR%%/templates/wizard/ppc/files/MPC5200/ld/target.ld -%%DATADIR%%/templates/wizard/ppc/files/MPC5200/src/crt0.S -%%DATADIR%%/templates/wizard/ppc/files/MPC5200/src/main.c -%%DATADIR%%/templates/wizard/ppc/files/MPC5200/src/traptable.S -%%DATADIR%%/templates/wizard/ppc/files/MPC565/h/mpc5200.h -%%DATADIR%%/templates/wizard/ppc/files/MPC565/h/mpc555.h -%%DATADIR%%/templates/wizard/ppc/files/MPC565/ld/target.ld -%%DATADIR%%/templates/wizard/ppc/files/MPC565/src/crt0.S -%%DATADIR%%/templates/wizard/ppc/files/MPC565/src/main.c -%%DATADIR%%/templates/wizard/ppc/logo.png -%%DATADIR%%/templates/wizard/ppc/wizard.png -%%DATADIR%%/templates/wizard/ppc/wizard.script -%%DATADIR%%/templates/wizard/qt4/files/main.cpp -%%DATADIR%%/templates/wizard/qt4/logo.png -%%DATADIR%%/templates/wizard/qt4/wizard.png -%%DATADIR%%/templates/wizard/qt4/wizard.script -%%DATADIR%%/templates/wizard/sdl/files/cb.bmp -%%DATADIR%%/templates/wizard/sdl/files/main.cpp -%%DATADIR%%/templates/wizard/sdl/logo.png -%%DATADIR%%/templates/wizard/sdl/wizard.png -%%DATADIR%%/templates/wizard/sdl/wizard.script -%%DATADIR%%/templates/wizard/sfml/files/cb.bmp -%%DATADIR%%/templates/wizard/sfml/files/main.cpp -%%DATADIR%%/templates/wizard/sfml/logo.png -%%DATADIR%%/templates/wizard/sfml/wizard.png -%%DATADIR%%/templates/wizard/sfml/wizard.script -%%DATADIR%%/templates/wizard/sharedlib/c/main.c -%%DATADIR%%/templates/wizard/sharedlib/cpp/main.cpp -%%DATADIR%%/templates/wizard/sharedlib/logo.png -%%DATADIR%%/templates/wizard/sharedlib/wizard.png -%%DATADIR%%/templates/wizard/sharedlib/wizard.script -%%DATADIR%%/templates/wizard/smartwin/files/main.cpp -%%DATADIR%%/templates/wizard/smartwin/logo.png -%%DATADIR%%/templates/wizard/smartwin/wizard.png -%%DATADIR%%/templates/wizard/smartwin/wizard.script -%%DATADIR%%/templates/wizard/staticlib/files/main.c -%%DATADIR%%/templates/wizard/staticlib/logo.png -%%DATADIR%%/templates/wizard/staticlib/wizard.png -%%DATADIR%%/templates/wizard/staticlib/wizard.script -%%DATADIR%%/templates/wizard/stlport/files/main.cpp -%%DATADIR%%/templates/wizard/stlport/logo.png -%%DATADIR%%/templates/wizard/stlport/wizard.png -%%DATADIR%%/templates/wizard/stlport/wizard.script -%%DATADIR%%/templates/wizard/sys/files/driver.c -%%DATADIR%%/templates/wizard/sys/logo.png -%%DATADIR%%/templates/wizard/sys/wizard.png -%%DATADIR%%/templates/wizard/sys/wizard.script -%%DATADIR%%/templates/wizard/tricore/logo.png -%%DATADIR%%/templates/wizard/tricore/templates/EasyKit-TC1767/target.ld -%%DATADIR%%/templates/wizard/tricore/templates/EasyKit-TC1767/targetIntResources.ld -%%DATADIR%%/templates/wizard/tricore/templates/EasyRun-TC1796/h/easyrun_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/EasyRun-TC1796/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/EasyRun-TC1796/src/setup.c -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1130/h/triboard_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1130/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1130/src/setup.c -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1161/target.ld -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1161/targetIntResources.ld -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1162/target.ld -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1162/targetIntResources.ld -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1762/target.ld -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1762/targetIntResources.ld -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1765/h/triboard_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1765/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1765/src/setup.c -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1766/target.ld -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1766/targetIntResources.ld -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1775/h/triboard_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1775/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1775/src/setup.c -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792/h/triboard_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792/src/setup.c -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796/h/triboard_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796/memoryROM-intern.x -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796/src/setup.c -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797/h/triboard_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797/memoryROM-intern.x -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797/src/setup.c -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1920/h/triboard_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1920/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1920/src/setup.c -%%DATADIR%%/templates/wizard/tricore/templates/main.c -%%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1130/h/phycore_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1130/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1130/src/setup.c -%%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1775/h/phycore_setup.h -%%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1775/memoryROM.x -%%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1775/src/setup.c -%%DATADIR%%/templates/wizard/tricore/wizard.png -%%DATADIR%%/templates/wizard/tricore/wizard.script -%%DATADIR%%/templates/wizard/tricore/wizard.xrc -%%DATADIR%%/templates/wizard/win32gui/files/dialog/main.cpp -%%DATADIR%%/templates/wizard/win32gui/files/dialog/resource.h -%%DATADIR%%/templates/wizard/win32gui/files/dialog/resource.rc -%%DATADIR%%/templates/wizard/win32gui/files/frame/main.cpp -%%DATADIR%%/templates/wizard/win32gui/logo.png -%%DATADIR%%/templates/wizard/win32gui/wizard.png -%%DATADIR%%/templates/wizard/win32gui/wizard.script -%%DATADIR%%/templates/wizard/wxwidgets/common/app.cpp -%%DATADIR%%/templates/wizard/wxwidgets/common/app.h -%%DATADIR%%/templates/wizard/wxwidgets/common/main.cpp -%%DATADIR%%/templates/wizard/wxwidgets/common/main.h -%%DATADIR%%/templates/wizard/wxwidgets/logo.png -%%DATADIR%%/templates/wizard/wxwidgets/pch/wx_pch.h -%%DATADIR%%/templates/wizard/wxwidgets/rc/resource.rc -%%DATADIR%%/templates/wizard/wxwidgets/wizard.png -%%DATADIR%%/templates/wizard/wxwidgets/wizard.script -%%DATADIR%%/templates/wizard/wxwidgets/wizard.xrc -%%DATADIR%%/templates/wizard/wxwidgets/wxfb/dialog/GUIDialog.cpp -%%DATADIR%%/templates/wizard/wxwidgets/wxfb/dialog/GUIDialog.h -%%DATADIR%%/templates/wizard/wxwidgets/wxfb/dialog/WxWizDialog.fbp -%%DATADIR%%/templates/wizard/wxwidgets/wxfb/frame/GUIFrame.cpp -%%DATADIR%%/templates/wizard/wxwidgets/wxfb/frame/GUIFrame.h -%%DATADIR%%/templates/wizard/wxwidgets/wxfb/frame/WxWizFrame.fbp -%%DATADIR%%/templates/wizard/wxwidgets/wxsmith/app.cpp -%%DATADIR%%/templates/wizard/wxwidgets/wxsmith/main.cpp -%%DATADIR%%/templates/wizard/wxwidgets/wxsmith/main.h -%%DATADIR%%/templates/wizard/wxwidgets/wxsmith/resource.wxs -%%DATADIR%%/templates/wx-app-ash.cpp -%%DATADIR%%/templates/wx-app-ash.h -%%DATADIR%%/templates/wx-main-ash.cpp -%%DATADIR%%/templates/wx-main-ash.h -%%DATADIR%%/templates/wx-main-s.cpp -%%DATADIR%%/templates/wx-main-sh.cpp -%%DATADIR%%/templates/wx-main-sh.h -%%DATADIR%%/templates/wx_pch.h -%%DATADIR%%/templates/wxwidgets.cbp -%%DATADIR%%/templates/wxwidgets.png -%%DATADIR%%/templates/wxwidgets.template -%%DATADIR%%/tips.txt -%%DATADIR%%/todo.zip -%%DATADIR%%/wxSmithAui.zip -%%DATADIR%%/wxsmith.zip -%%DATADIR%%/wxsmithcontribitems.zip -@dirrm %%DATADIR%%/templates/wizard/wxwidgets/wxsmith -@dirrm %%DATADIR%%/templates/wizard/wxwidgets/wxfb/frame -@dirrm %%DATADIR%%/templates/wizard/wxwidgets/wxfb/dialog -@dirrm %%DATADIR%%/templates/wizard/wxwidgets/wxfb -@dirrm %%DATADIR%%/templates/wizard/wxwidgets/rc -@dirrm %%DATADIR%%/templates/wizard/wxwidgets/pch -@dirrm %%DATADIR%%/templates/wizard/wxwidgets/common -@dirrm %%DATADIR%%/templates/wizard/wxwidgets -@dirrm %%DATADIR%%/templates/wizard/win32gui/files/frame -@dirrm %%DATADIR%%/templates/wizard/win32gui/files/dialog -@dirrm %%DATADIR%%/templates/wizard/win32gui/files -@dirrm %%DATADIR%%/templates/wizard/win32gui -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1775/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1775/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1775 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1130/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1130/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/phyCORE-TC1130 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1920/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1920/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1920 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1797 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1796 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1792 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1775/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1775/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1775 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1766 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1765/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1765/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1765 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1762 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1162 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1161 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1130/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1130/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/TriBoard-TC1130 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/EasyRun-TC1796/src -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/EasyRun-TC1796/h -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/EasyRun-TC1796 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates/EasyKit-TC1767 -@dirrm %%DATADIR%%/templates/wizard/tricore/templates -@dirrm %%DATADIR%%/templates/wizard/tricore -@dirrm %%DATADIR%%/templates/wizard/sys/files -@dirrm %%DATADIR%%/templates/wizard/sys -@dirrm %%DATADIR%%/templates/wizard/stlport/files -@dirrm %%DATADIR%%/templates/wizard/stlport -@dirrm %%DATADIR%%/templates/wizard/staticlib/files -@dirrm %%DATADIR%%/templates/wizard/staticlib -@dirrm %%DATADIR%%/templates/wizard/smartwin/files -@dirrm %%DATADIR%%/templates/wizard/smartwin -@dirrm %%DATADIR%%/templates/wizard/sharedlib/cpp -@dirrm %%DATADIR%%/templates/wizard/sharedlib/c -@dirrm %%DATADIR%%/templates/wizard/sharedlib -@dirrm %%DATADIR%%/templates/wizard/sfml/files -@dirrm %%DATADIR%%/templates/wizard/sfml -@dirrm %%DATADIR%%/templates/wizard/sdl/files -@dirrm %%DATADIR%%/templates/wizard/sdl -@dirrm %%DATADIR%%/templates/wizard/qt4/files -@dirrm %%DATADIR%%/templates/wizard/qt4 -@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC565/src -@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC565/ld -@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC565/h -@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC565 -@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC5200/src -@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC5200/ld -@dirrm %%DATADIR%%/templates/wizard/ppc/files/MPC5200 -@dirrm %%DATADIR%%/templates/wizard/ppc/files -@dirrm %%DATADIR%%/templates/wizard/ppc -@dirrm %%DATADIR%%/templates/wizard/plugins/templates -@dirrm %%DATADIR%%/templates/wizard/plugins -@dirrm %%DATADIR%%/templates/wizard/opengl/files_win -@dirrm %%DATADIR%%/templates/wizard/opengl/files_unix -@dirrm %%DATADIR%%/templates/wizard/opengl -@dirrm %%DATADIR%%/templates/wizard/ogre/files -@dirrm %%DATADIR%%/templates/wizard/ogre -@dirrm %%DATADIR%%/templates/wizard/matlab_csf/files -@dirrm %%DATADIR%%/templates/wizard/matlab_csf -@dirrm %%DATADIR%%/templates/wizard/lf/files/structured -@dirrm %%DATADIR%%/templates/wizard/lf/files/quick -@dirrm %%DATADIR%%/templates/wizard/lf/files -@dirrm %%DATADIR%%/templates/wizard/lf -@dirrm %%DATADIR%%/templates/wizard/irrlicht/files -@dirrm %%DATADIR%%/templates/wizard/irrlicht -@dirrm %%DATADIR%%/templates/wizard/h_file -@dirrm %%DATADIR%%/templates/wizard/gtk/files -@dirrm %%DATADIR%%/templates/wizard/gtk -@dirrm %%DATADIR%%/templates/wizard/glut/files -@dirrm %%DATADIR%%/templates/wizard/glut -@dirrm %%DATADIR%%/templates/wizard/glfw/files -@dirrm %%DATADIR%%/templates/wizard/glfw -@dirrm %%DATADIR%%/templates/wizard/fltk/fluid -@dirrm %%DATADIR%%/templates/wizard/fltk/files -@dirrm %%DATADIR%%/templates/wizard/fltk -@dirrm %%DATADIR%%/templates/wizard/empty_file -@dirrm %%DATADIR%%/templates/wizard/empty -@dirrm %%DATADIR%%/templates/wizard/dll/files -@dirrm %%DATADIR%%/templates/wizard/dll -@dirrm %%DATADIR%%/templates/wizard/directx/dx9 -@dirrm %%DATADIR%%/templates/wizard/directx/dx8 -@dirrm %%DATADIR%%/templates/wizard/directx -@dirrm %%DATADIR%%/templates/wizard/d/console -@dirrm %%DATADIR%%/templates/wizard/d -@dirrm %%DATADIR%%/templates/wizard/console/cpp -@dirrm %%DATADIR%%/templates/wizard/console/c -@dirrm %%DATADIR%%/templates/wizard/console -@dirrm %%DATADIR%%/templates/wizard/c_file -@dirrm %%DATADIR%%/templates/wizard/avr/files -@dirrm %%DATADIR%%/templates/wizard/avr -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/src -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/ld -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255/h -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-PXA255 -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/src -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/ld -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294/h -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-LPC2294 -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/src -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/ld -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800/h -@dirrm %%DATADIR%%/templates/wizard/arm/files/phyCORE-AT91M55800 -@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/src -@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/ld -@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x/h -@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-lpc213x -@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/src -@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/ld -@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx/h -@dirrm %%DATADIR%%/templates/wizard/arm/files/olimex-at91sam7sx -@dirrm %%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/src -@dirrm %%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/ld -@dirrm %%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404/h -@dirrm %%DATADIR%%/templates/wizard/arm/files/lpd-lh7a404 -@dirrm %%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/src -@dirrm %%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/ld -@dirrm %%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3/h -@dirrm %%DATADIR%%/templates/wizard/arm/files/ek-at91sam7a3 -@dirrm %%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/src -@dirrm %%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/ld -@dirrm %%DATADIR%%/templates/wizard/arm/files/ARM-eval7t/h -@dirrm %%DATADIR%%/templates/wizard/arm/files/ARM-eval7t -@dirrm %%DATADIR%%/templates/wizard/arm/files -@dirrm %%DATADIR%%/templates/wizard/arm -@dirrm %%DATADIR%%/templates/wizard -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/lib_finder -@dirrm %%DATADIR%%/lexers -@dirrm %%DATADIR%%/images/wxsmith -@dirrm %%DATADIR%%/images/settings -@dirrm %%DATADIR%%/images/codesnippets -@dirrm %%DATADIR%%/images/codecompletion -@dirrm %%DATADIR%%/images/ThreadSearch/22x22 -@dirrm %%DATADIR%%/images/ThreadSearch/16x16 -@dirrm %%DATADIR%%/images/ThreadSearch -@dirrm %%DATADIR%%/images/16x16 -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry share/icons/gnome/48x48/mimetypes -@dirrmtry share/icons/hicolor/48x48/mimetypes +@dirrm share/licenses/codeblocks-devel-20120612 +@dirrm share/licenses +@dirrm share/codeblocks/templates/wizard/wxwidgets/wxsmith +@dirrm share/codeblocks/templates/wizard/wxwidgets/wxfb/frame +@dirrm share/codeblocks/templates/wizard/wxwidgets/wxfb/dialog +@dirrm share/codeblocks/templates/wizard/wxwidgets/wxfb +@dirrm share/codeblocks/templates/wizard/wxwidgets/rc +@dirrm share/codeblocks/templates/wizard/wxwidgets/pch +@dirrm share/codeblocks/templates/wizard/wxwidgets/common +@dirrm share/codeblocks/templates/wizard/wxwidgets +@dirrm share/codeblocks/templates/wizard/win32gui/files/frame +@dirrm share/codeblocks/templates/wizard/win32gui/files/dialog +@dirrm share/codeblocks/templates/wizard/win32gui/files +@dirrm share/codeblocks/templates/wizard/win32gui +@dirrm share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775 +@dirrm share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1766 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1762 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1162 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1161 +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130 +@dirrm share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796/src +@dirrm share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796/h +@dirrm share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796 +@dirrm share/codeblocks/templates/wizard/tricore/templates/EasyKit-TC1767 +@dirrm share/codeblocks/templates/wizard/tricore/templates +@dirrm share/codeblocks/templates/wizard/tricore +@dirrm share/codeblocks/templates/wizard/sys/files +@dirrm share/codeblocks/templates/wizard/sys +@dirrm share/codeblocks/templates/wizard/stlport/files +@dirrm share/codeblocks/templates/wizard/stlport +@dirrm share/codeblocks/templates/wizard/staticlib/files +@dirrm share/codeblocks/templates/wizard/staticlib +@dirrm share/codeblocks/templates/wizard/smartwin/files +@dirrm share/codeblocks/templates/wizard/smartwin +@dirrm share/codeblocks/templates/wizard/sharedlib/cpp +@dirrm share/codeblocks/templates/wizard/sharedlib/c +@dirrm share/codeblocks/templates/wizard/sharedlib +@dirrm share/codeblocks/templates/wizard/sfml/files +@dirrm share/codeblocks/templates/wizard/sfml +@dirrm share/codeblocks/templates/wizard/sdl/files +@dirrm share/codeblocks/templates/wizard/sdl +@dirrm share/codeblocks/templates/wizard/qt4/files +@dirrm share/codeblocks/templates/wizard/qt4 +@dirrm share/codeblocks/templates/wizard/ppc/files/MPC565/src +@dirrm share/codeblocks/templates/wizard/ppc/files/MPC565/ld +@dirrm share/codeblocks/templates/wizard/ppc/files/MPC565/h +@dirrm share/codeblocks/templates/wizard/ppc/files/MPC565 +@dirrm share/codeblocks/templates/wizard/ppc/files/MPC5200/src +@dirrm share/codeblocks/templates/wizard/ppc/files/MPC5200/ld +@dirrm share/codeblocks/templates/wizard/ppc/files/MPC5200/h +@dirrm share/codeblocks/templates/wizard/ppc/files/MPC5200 +@dirrm share/codeblocks/templates/wizard/ppc/files +@dirrm share/codeblocks/templates/wizard/ppc +@dirrm share/codeblocks/templates/wizard/plugins/templates +@dirrm share/codeblocks/templates/wizard/plugins +@dirrm share/codeblocks/templates/wizard/opengl/files_win +@dirrm share/codeblocks/templates/wizard/opengl/files_unix +@dirrm share/codeblocks/templates/wizard/opengl +@dirrm share/codeblocks/templates/wizard/ogre/files +@dirrm share/codeblocks/templates/wizard/ogre +@dirrm share/codeblocks/templates/wizard/matlab_csf/files +@dirrm share/codeblocks/templates/wizard/matlab_csf +@dirrm share/codeblocks/templates/wizard/lf/files/structured +@dirrm share/codeblocks/templates/wizard/lf/files/quick +@dirrm share/codeblocks/templates/wizard/lf/files +@dirrm share/codeblocks/templates/wizard/lf +@dirrm share/codeblocks/templates/wizard/irrlicht/files +@dirrm share/codeblocks/templates/wizard/irrlicht +@dirrm share/codeblocks/templates/wizard/h_file +@dirrm share/codeblocks/templates/wizard/gtk/files +@dirrm share/codeblocks/templates/wizard/gtk +@dirrm share/codeblocks/templates/wizard/glut/files +@dirrm share/codeblocks/templates/wizard/glut +@dirrm share/codeblocks/templates/wizard/glfw/files +@dirrm share/codeblocks/templates/wizard/glfw +@dirrm share/codeblocks/templates/wizard/fortran/lib/files +@dirrm share/codeblocks/templates/wizard/fortran/lib +@dirrm share/codeblocks/templates/wizard/fortran/file +@dirrm share/codeblocks/templates/wizard/fortran/dll/files +@dirrm share/codeblocks/templates/wizard/fortran/dll +@dirrm share/codeblocks/templates/wizard/fortran/app/files +@dirrm share/codeblocks/templates/wizard/fortran/app +@dirrm share/codeblocks/templates/wizard/fortran +@dirrm share/codeblocks/templates/wizard/fltk/fluid +@dirrm share/codeblocks/templates/wizard/fltk/files +@dirrm share/codeblocks/templates/wizard/fltk +@dirrm share/codeblocks/templates/wizard/empty_file +@dirrm share/codeblocks/templates/wizard/empty +@dirrm share/codeblocks/templates/wizard/dll/files +@dirrm share/codeblocks/templates/wizard/dll +@dirrm share/codeblocks/templates/wizard/directx/dx9 +@dirrm share/codeblocks/templates/wizard/directx/dx8 +@dirrm share/codeblocks/templates/wizard/directx +@dirrm share/codeblocks/templates/wizard/d/console +@dirrm share/codeblocks/templates/wizard/d +@dirrm share/codeblocks/templates/wizard/console/cpp +@dirrm share/codeblocks/templates/wizard/console/c +@dirrm share/codeblocks/templates/wizard/console +@dirrm share/codeblocks/templates/wizard/c_file +@dirrm share/codeblocks/templates/wizard/avr/files +@dirrm share/codeblocks/templates/wizard/avr +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/src +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/ld +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/h +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255 +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/src +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/ld +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/h +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294 +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/src +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/ld +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/h +@dirrm share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800 +@dirrm share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/src +@dirrm share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/ld +@dirrm share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/h +@dirrm share/codeblocks/templates/wizard/arm/files/olimex-lpc213x +@dirrm share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/src +@dirrm share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/ld +@dirrm share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/h +@dirrm share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx +@dirrm share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/src +@dirrm share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/ld +@dirrm share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/h +@dirrm share/codeblocks/templates/wizard/arm/files/lpd-lh7a404 +@dirrm share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/src +@dirrm share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/ld +@dirrm share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/h +@dirrm share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3 +@dirrm share/codeblocks/templates/wizard/arm/files/ARM-eval7t/src +@dirrm share/codeblocks/templates/wizard/arm/files/ARM-eval7t/ld +@dirrm share/codeblocks/templates/wizard/arm/files/ARM-eval7t/h +@dirrm share/codeblocks/templates/wizard/arm/files/ARM-eval7t +@dirrm share/codeblocks/templates/wizard/arm/files +@dirrm share/codeblocks/templates/wizard/arm +@dirrm share/codeblocks/templates/wizard +@dirrm share/codeblocks/templates +@dirrm share/codeblocks/scripts +@dirrm share/codeblocks/lib_finder +@dirrm share/codeblocks/lexers +@dirrm share/codeblocks/images/wxsmith +@dirrm share/codeblocks/images/settings +@dirrm share/codeblocks/images/codesnippets +@dirrm share/codeblocks/images/codecompletion +@dirrm share/codeblocks/images/ThreadSearch/22x22 +@dirrm share/codeblocks/images/ThreadSearch/16x16 +@dirrm share/codeblocks/images/ThreadSearch +@dirrm share/codeblocks/images/DoxyBlocks/16x16 +@dirrm share/codeblocks/images/DoxyBlocks +@dirrm share/codeblocks/images/16x16 +@dirrm share/codeblocks/images +@dirrm share/codeblocks/icons +@dirrm share/codeblocks/SpellChecker +@dirrm share/codeblocks @dirrmtry share/applications -@dirrm lib/wxSmithContribItems -@dirrm lib/pkgconfig +@dirrm lib/codeblocks/wxContribItems @dirrm lib/codeblocks/plugins @dirrm lib/codeblocks @dirrm include/wxsmith/wxwidgets/properties @dirrm include/wxsmith/wxwidgets @dirrm include/wxsmith/properties -@dirrm include/wxsmith/contrib/include/wx/propgrid -@dirrm include/wxsmith/contrib/include/wx -@dirrm include/wxsmith/contrib/include -@dirrm include/wxsmith/contrib @dirrm include/wxsmith -@dirrm include/wxSmithContribItems/wxthings/wxthings/include/wx/things -@dirrm include/wxSmithContribItems/wxthings/wxthings/include/wx -@dirrm include/wxSmithContribItems/wxthings/wxthings/include -@dirrm include/wxSmithContribItems/wxthings/wxthings -@dirrm include/wxSmithContribItems/wxthings -@dirrm include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook/include/wx/wxFlatNotebook -@dirrm include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook/include/wx -@dirrm include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook/include -@dirrm include/wxSmithContribItems/wxflatnotebook/wxFlatNotebook -@dirrm include/wxSmithContribItems/wxflatnotebook -@dirrm include/wxSmithContribItems/wxchart/wxchart-1.0/include/wx -@dirrm include/wxSmithContribItems/wxchart/wxchart-1.0/include -@dirrm include/wxSmithContribItems/wxchart/wxchart-1.0 -@dirrm include/wxSmithContribItems/wxchart -@dirrm include/wxSmithContribItems @dirrm include/codeblocks/wxscintilla/include/wx @dirrm include/codeblocks/wxscintilla/include @dirrm include/codeblocks/wxscintilla +@dirrm include/codeblocks/wxpropgrid/include/wx/propgrid +@dirrm include/codeblocks/wxpropgrid/include/wx +@dirrm include/codeblocks/wxpropgrid/include +@dirrm include/codeblocks/wxpropgrid +@dirrm include/codeblocks/wxContribItems/wxthings/include/wx/things +@dirrm include/codeblocks/wxContribItems/wxthings/include/wx +@dirrm include/codeblocks/wxContribItems/wxthings/include +@dirrm include/codeblocks/wxContribItems/wxthings +@dirrm include/codeblocks/wxContribItems/wxled/ledpanel/include/wx +@dirrm include/codeblocks/wxContribItems/wxled/ledpanel/include +@dirrm include/codeblocks/wxContribItems/wxled/ledpanel +@dirrm include/codeblocks/wxContribItems/wxled/led/include/wx +@dirrm include/codeblocks/wxContribItems/wxled/led/include +@dirrm include/codeblocks/wxContribItems/wxled/led +@dirrm include/codeblocks/wxContribItems/wxled/lcdwindow/include/wx +@dirrm include/codeblocks/wxContribItems/wxled/lcdwindow/include +@dirrm include/codeblocks/wxContribItems/wxled/lcdwindow +@dirrm include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos +@dirrm include/codeblocks/wxContribItems/wxled/gizmosled/include/wx +@dirrm include/codeblocks/wxContribItems/wxled/gizmosled/include +@dirrm include/codeblocks/wxContribItems/wxled/gizmosled +@dirrm include/codeblocks/wxContribItems/wxled +@dirrm include/codeblocks/wxContribItems/wxchart/include/wx +@dirrm include/codeblocks/wxContribItems/wxchart/include +@dirrm include/codeblocks/wxContribItems/wxchart +@dirrm include/codeblocks/wxContribItems/wxTreeList/include/wx +@dirrm include/codeblocks/wxContribItems/wxTreeList/include +@dirrm include/codeblocks/wxContribItems/wxTreeList +@dirrm include/codeblocks/wxContribItems/wxSpeedButton +@dirrm include/codeblocks/wxContribItems/wxImagePanel/include/wx +@dirrm include/codeblocks/wxContribItems/wxImagePanel/include +@dirrm include/codeblocks/wxContribItems/wxImagePanel +@dirrm include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook +@dirrm include/codeblocks/wxContribItems/wxFlatNotebook/include/wx +@dirrm include/codeblocks/wxContribItems/wxFlatNotebook/include +@dirrm include/codeblocks/wxContribItems/wxFlatNotebook +@dirrm include/codeblocks/wxContribItems/KWIC/include/wx/xrc +@dirrm include/codeblocks/wxContribItems/KWIC/include/wx/KWIC +@dirrm include/codeblocks/wxContribItems/KWIC/include/wx +@dirrm include/codeblocks/wxContribItems/KWIC/include +@dirrm include/codeblocks/wxContribItems/KWIC +@dirrm include/codeblocks/wxContribItems @dirrm include/codeblocks/tinyxml @dirrm include/codeblocks/scripting/sqplus @dirrm include/codeblocks/scripting/include @dirrm include/codeblocks/scripting/bindings @dirrm include/codeblocks/scripting @dirrm include/codeblocks +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true ----- End forwarded message ----- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 17:00:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E7391065670 for ; Mon, 18 Jun 2012 17:00:21 +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 91F568FC15 for ; Mon, 18 Jun 2012 17:00:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IH0K6Q045891 for ; Mon, 18 Jun 2012 17:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IH0KVb045889; Mon, 18 Jun 2012 17:00:20 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 17:00:20 GMT Resent-Message-Id: <201206181700.q5IH0KVb045889@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, Fernando Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46F24106567C for ; Mon, 18 Jun 2012 16:58:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 3240D8FC1A for ; Mon, 18 Jun 2012 16:58:31 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5IGwVkp000715 for ; Mon, 18 Jun 2012 16:58:31 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5IGwUPh000714; Mon, 18 Jun 2012 16:58:30 GMT (envelope-from nobody) Message-Id: <201206181658.q5IGwUPh000714@red.freebsd.org> Date: Mon, 18 Jun 2012 16:58:30 GMT From: Fernando To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169204: [maintainer update] math/dynare 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: Mon, 18 Jun 2012 17:00:22 -0000 >Number: 169204 >Category: ports >Synopsis: [maintainer update] math/dynare >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jun 18 17:00:20 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Fernando >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD hammer 9.0-RELEASE FreeBSD 9.0-RELEASE #6: Thu Mar 15 21:48:00 CET 2012 root@hammer:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Upstream vendor moved the 4.2.5 tarball to another location (since june 15). This makes the fetch target fail. Until I have time to have a look at the new 4.3 release, this patch updates the MASTER_SITE variable to point to the old release. >How-To-Repeat: cd /usr/ports/math/dynare && make fetch >Fix: Apply the attached patch. Patch attached with submission follows: diff -ruN dynare.old/Makefile dynare/Makefile --- dynare.old/Makefile 2012-06-18 18:57:13.000000000 +0200 +++ dynare/Makefile 2012-06-18 19:01:26.000000000 +0200 @@ -8,7 +8,7 @@ PORTVERSION= 4.2.5 PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= http://www.dynare.org/download/dynare-4.2/source/${DISTNAME}.tar.gz/at_download/file +MASTER_SITES= http://www.dynare.org/download/oldies/dynare-4.2/source/${DISTNAME}.tar.gz/at_download/file MAINTAINER= fernando.apesteguia@gmail.com COMMENT= Software platform for handling a wide class of economic models @@ -37,7 +37,7 @@ do-fetch: if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ - ${FETCH_BINARY} -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} http://www.dynare.org/download/dynare-4.2/source/${DISTNAME}${EXTRACT_SUFX}/at_download/file ;\ + ${FETCH_BINARY} -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} http://www.dynare.org/download/oldies/dynare-4.2/source/${DISTNAME}${EXTRACT_SUFX}/at_download/file ;\ fi post-configure: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 17:10:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D9AB1065679 for ; Mon, 18 Jun 2012 17:10:14 +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 058438FC22 for ; Mon, 18 Jun 2012 17:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IHADd5055925 for ; Mon, 18 Jun 2012 17:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IHADKG055924; Mon, 18 Jun 2012 17:10:13 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 17:10:13 GMT Resent-Message-Id: <201206181710.q5IHADKG055924@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, Tor Halvard Furulund Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9542A106566C for ; Mon, 18 Jun 2012 17:01:26 +0000 (UTC) (envelope-from Squat@lutzow.squat.no) Received: from lutzow.squat.no (92.80-203-231.nextgentel.com [80.203.231.92]) by mx1.freebsd.org (Postfix) with ESMTP id 20ECC8FC08 for ; Mon, 18 Jun 2012 17:01:25 +0000 (UTC) Received: from lutzow.squat.no (localhost [127.0.0.1]) by lutzow.squat.no (8.14.5/8.14.5) with ESMTP id q5IGa3Ii002498 for ; Mon, 18 Jun 2012 18:36:03 +0200 (CEST) (envelope-from Squat@lutzow.squat.no) Received: (from Squat@localhost) by lutzow.squat.no (8.14.5/8.14.5/Submit) id q5IGa3CG002497; Mon, 18 Jun 2012 18:36:03 +0200 (CEST) (envelope-from Squat) Message-Id: <201206181636.q5IGa3CG002497@lutzow.squat.no> Date: Mon, 18 Jun 2012 18:36:03 +0200 (CEST) From: Tor Halvard Furulund To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169205: [MAINTAINER] net/miniupnpd: Readd missing patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tor Halvard Furulund List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2012 17:10:14 -0000 >Number: 169205 >Category: ports >Synopsis: [MAINTAINER] net/miniupnpd: Readd missing patch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jun 18 17:10:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Tor Halvard Furulund >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD lutzow.squat.no 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This patch was removed when updating to 1.7, eighter the option should be removed or this patch needs to be put back. Looks like people use this patch, so my suggestion is to put it back (as the following patch should do). >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/miniupnpd/Makefile miniupnpd/Makefile --- /usr/ports/net/miniupnpd/Makefile 2012-06-02 13:03:26.000000000 +0200 +++ miniupnpd/Makefile 2012-06-18 18:20:21.875229815 +0200 @@ -7,6 +7,7 @@ PORTNAME= miniupnpd PORTVERSION= 1.7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://miniupnp.tuxfamily.org/files/ \ diff -ruN /usr/ports/net/miniupnpd/files/pf_enable_filter_rules.patch miniupnpd/files/pf_enable_filter_rules.patch --- /usr/ports/net/miniupnpd/files/pf_enable_filter_rules.patch 1970-01-01 01:00:00.000000000 +0100 +++ miniupnpd/files/pf_enable_filter_rules.patch 2012-06-18 18:15:22.955229368 +0200 @@ -0,0 +1,11 @@ +--- genconfig.sh.orig 2012-06-18 18:14:32.899227837 +0200 ++++ genconfig.sh 2012-06-18 18:14:45.089227683 +0200 +@@ -302,7 +302,7 @@ + + echo "/* Uncomment the following line to enable generation of" >> ${CONFIGFILE} + echo " * filter rules with pf */" >> ${CONFIGFILE} +-echo "/*#define PF_ENABLE_FILTER_RULES*/">> ${CONFIGFILE} ++echo "#define PF_ENABLE_FILTER_RULES">> ${CONFIGFILE} + echo "" >> ${CONFIGFILE} + + echo "/* Uncomment the following line to enable caching of results of" >> ${CONFIGFILE} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 17:10:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1874E1065670 for ; Mon, 18 Jun 2012 17:10:17 +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 DEFD08FC25 for ; Mon, 18 Jun 2012 17:10:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IHAGtd055999 for ; Mon, 18 Jun 2012 17:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IHAG5h055998; Mon, 18 Jun 2012 17:10:16 GMT (envelope-from gnats) Date: Mon, 18 Jun 2012 17:10:16 GMT Message-Id: <201206181710.q5IHAG5h055998@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Craig Leres Cc: Subject: Re: ports/169200: update net/hostapd to version 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Craig Leres List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2012 17:10:17 -0000 The following reply was made to PR ports/169200; it has been noted by GNATS. From: Craig Leres To: bug-followup@FreeBSD.org, freebsd@nagilum.org Cc: Subject: Re: ports/169200: update net/hostapd to version 1.0 Date: Mon, 18 Jun 2012 10:08:55 -0700 > This is a trivial update for net/hostapd to version 1.0 A PR to update net/hostapd to version 1.0 has already been approved; please see: http://www.freebsd.org/cgi/query-pr.cgi?pr=169154 I think this one should be closed as a dup. Craig From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 17:22:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 31EDB10656D1; Mon, 18 Jun 2012 17:22:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 05AB88FC18; Mon, 18 Jun 2012 17:22:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IHMKhP074140; Mon, 18 Jun 2012 17:22:20 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IHMKoY074136; Mon, 18 Jun 2012 17:22:20 GMT (envelope-from sunpoet) Date: Mon, 18 Jun 2012 17:22:20 GMT Message-Id: <201206181722.q5IHMKoY074136@freefall.freebsd.org> To: leres@ee.lbl.gov, freebsd@nagilum.org, sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/169200: update net/hostapd to version 1.0 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: Mon, 18 Jun 2012 17:22:21 -0000 Synopsis: update net/hostapd to version 1.0 State-Changed-From-To: feedback->closed State-Changed-By: sunpoet State-Changed-When: Mon Jun 18 17:22:20 UTC 2012 State-Changed-Why: Close at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=169200 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 19:13:51 2012 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 0CC09106564A; Mon, 18 Jun 2012 19:13:51 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D5CBF8FC08; Mon, 18 Jun 2012 19:13:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IJDoc5078608; Mon, 18 Jun 2012 19:13:50 GMT (envelope-from ak@freefall.freebsd.org) Received: (from ak@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IJDocB078603; Mon, 18 Jun 2012 19:13:50 GMT (envelope-from ak) Date: Mon, 18 Jun 2012 19:13:50 GMT Message-Id: <201206181913.q5IJDocB078603@freefall.freebsd.org> To: ak@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ak@FreeBSD.org From: ak@FreeBSD.org Cc: Subject: Re: ports/168627: [NEW PORT] net/bibtexconv port 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: Mon, 18 Jun 2012 19:13:51 -0000 Synopsis: [NEW PORT] net/bibtexconv port Responsible-Changed-From-To: freebsd-ports-bugs->ak Responsible-Changed-By: ak Responsible-Changed-When: Mon Jun 18 19:13:50 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=168627 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 19:27:41 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C5E9610656E4; Mon, 18 Jun 2012 19:27:41 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 98B658FC16; Mon, 18 Jun 2012 19:27:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IJRf5A087943; Mon, 18 Jun 2012 19:27:41 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IJRfK7087939; Mon, 18 Jun 2012 19:27:41 GMT (envelope-from pav) Date: Mon, 18 Jun 2012 19:27:41 GMT Message-Id: <201206181927.q5IJRfK7087939@freefall.freebsd.org> To: fernando.apesteguia@gmail.com, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pav@FreeBSD.org Cc: Subject: Re: ports/169204: [maintainer update] math/dynare 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: Mon, 18 Jun 2012 19:27:41 -0000 Synopsis: [maintainer update] math/dynare State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Mon Jun 18 19:26:03 UTC 2012 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=169204 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 19:40:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45BB2106567C for ; Mon, 18 Jun 2012 19:40:16 +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 318058FC0A for ; Mon, 18 Jun 2012 19:40:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IJeGpS098918 for ; Mon, 18 Jun 2012 19:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IJeGR0098917; Mon, 18 Jun 2012 19:40:16 GMT (envelope-from gnats) Date: Mon, 18 Jun 2012 19:40:16 GMT Message-Id: <201206181940.q5IJeGR0098917@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/169204: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2012 19:40:16 -0000 The following reply was made to PR ports/169204; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/169204: commit references a PR Date: Mon, 18 Jun 2012 19:31:45 +0000 (UTC) pav 2012-06-18 19:27:32 UTC FreeBSD ports repository Modified files: math/dynare Makefile Log: - Fix fetch PR: ports/169204 Submitted by: Fernando (maintainer) Revision Changes Path 1.7 +2 -2 ports/math/dynare/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 19:43:37 2012 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D2561065689; Mon, 18 Jun 2012 19:43:37 +0000 (UTC) (envelope-from magik@roorback.net) Received: from roorback.net (roorback.net [174.136.102.130]) by mx1.freebsd.org (Postfix) with ESMTP id 1073B8FC1B; Mon, 18 Jun 2012 19:43:37 +0000 (UTC) Received: by roorback.net (Postfix, from userid 58) id B804C114E0; Mon, 18 Jun 2012 21:43:31 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on roorback.net X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=ham version=3.3.2 Received: from [10.0.0.57] (user-46-112-31-65.play-internet.pl [46.112.31.65]) by roorback.net (Postfix) with ESMTPSA id 9108811423; Mon, 18 Jun 2012 21:43:28 +0200 (CEST) From: Grzegorz Blach To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org In-Reply-To: <201206131640.q5DGe9Cj057006@freefall.freebsd.org> References: <201206131640.q5DGe9Cj057006@freefall.freebsd.org> Content-Type: text/plain; charset="UTF-8" Date: Mon, 18 Jun 2012 21:43:20 +0200 Message-ID: <1340048600.2070.8.camel@silver.nine> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: Re: ports/169040: audio/ario: Converted to OptionsNG 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: Mon, 18 Jun 2012 19:43:37 -0000 ario configuration now is broken: 1. OPTIONS_DEFINE= NLS override OPTIONS_DEFINE= AVAHI, so only NLS option is available during 'make config' 2. AVAHI_DESC is defined in Mk/bsd.options.desc.mk, it isn't necessary to override this variable with similar message 3. Porter handbook suggest use WITHOUT_NLS variable to choose using gettext or not. Also I think /etc/make.conf is better place to set this variable, than port Makefile, so I removed NLS option. Please revert your patch and commit my patch without changes. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 20:04:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 517ED106566C; Mon, 18 Jun 2012 20:04:18 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id A77C38FC08; Mon, 18 Jun 2012 20:04:17 +0000 (UTC) Received: by bkvi18 with SMTP id i18so5544454bkv.13 for ; Mon, 18 Jun 2012 13:04:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=WMQDw5xzkb+X3aRz5qj1jF7CnD4RTLKG/ajgIR0hN3A=; b=L5XWZNYJMqwJAKsTMVElNvJ9GilwpO4OONtDHOX32mcxqzXgcYx0/k9ItoubutVl7O 8mO85OSKgvgq8q1MtrPkpks2/sdmB5AxbGI6G7oOh+sYoZA3Ke1XdRajaNJsljsp8qWw 3ObfCu0w5Jzi5rEbbieWvOJWdNlQ35JAH1MHbevOjocpP4YIQaebCAAI7aTN2SWm18md 9kBZuKyQkyQtQBF9cRGqvHkjhOxUyDbrASy0nHNBBPZeam9tpRzbRcAtps/KFzag5Cya /HzenO5QD/PX8LmwKFhhVEBYs0j5PQTMw5H+x88SDlyRwESn1GEGz8clILGeLqP2B86j pQ4A== Received: by 10.205.33.136 with SMTP id so8mr6697268bkb.1.1340049856420; Mon, 18 Jun 2012 13:04:16 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.171.138 with HTTP; Mon, 18 Jun 2012 13:03:46 -0700 (PDT) In-Reply-To: <1340048600.2070.8.camel@silver.nine> References: <201206131640.q5DGe9Cj057006@freefall.freebsd.org> <1340048600.2070.8.camel@silver.nine> From: Chris Rees Date: Mon, 18 Jun 2012 21:03:46 +0100 X-Google-Sender-Auth: XdfNqlOUJYH42pULkFV04r0IGls Message-ID: To: Grzegorz Blach Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/169040: audio/ario: Converted to OptionsNG 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: Mon, 18 Jun 2012 20:04:18 -0000 On 18 June 2012 20:43, Grzegorz Blach wrote: > ario configuration now is broken: > > 1. OPTIONS_DEFINE= NLS override OPTIONS_DEFINE= AVAHI, so only NLS > option is available during 'make config' > > 2. AVAHI_DESC is defined in Mk/bsd.options.desc.mk, it isn't necessary > to override this variable with similar message > > 3. Porter handbook suggest use WITHOUT_NLS variable to choose using > gettext or not. Also I think /etc/make.conf is better place to set this > variable, than port Makefile, so I removed NLS option. NLS is also in PORT_OPTIONS, and the code handles it correctly; i.e. WITH_NLS in make.conf sets option NLS. I'll clarify the docs. Chris From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 20:10:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C38151065672 for ; Mon, 18 Jun 2012 20:10:11 +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 7B2638FC0A for ; Mon, 18 Jun 2012 20:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IKABad026226 for ; Mon, 18 Jun 2012 20:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IKAB9T026225; Mon, 18 Jun 2012 20:10:11 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 20:10:11 GMT Resent-Message-Id: <201206182010.q5IKAB9T026225@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, Koop Mast Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D97E1065675 for ; Mon, 18 Jun 2012 20:00:51 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8956F8FC12 for ; Mon, 18 Jun 2012 20:00:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IK0prh017548 for ; Mon, 18 Jun 2012 20:00:51 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IK0pvf017541; Mon, 18 Jun 2012 20:00:51 GMT (envelope-from kwm) Message-Id: <201206182000.q5IK0pvf017541@freefall.freebsd.org> Date: Mon, 18 Jun 2012 20:00:51 GMT From: Koop Mast To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169207: [exp-run] libglut to freeglut move X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Koop Mast List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2012 20:10:11 -0000 >Number: 169207 >Category: ports >Synopsis: [exp-run] libglut to freeglut move >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 18 20:10:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Koop Mast >Release: FreeBSD 9.0-STABLE i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 9.0-STABLE FreeBSD 9.0-STABLE #6 r235139: Tue May 8 21:19:03 UTC 2012 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386 >Description: I request a exp-run to test the move from libglut to freeglut. the patch is in my home dir. SHA256 (freeglut-3.diff) = f3b10ef1ab5876691e195ce80031280e2111f996d59de667b5aad0975bcd6682 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 20:13:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D4DD1065673; Mon, 18 Jun 2012 20:13:16 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 21EEB8FC1A; Mon, 18 Jun 2012 20:13:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IKDGo9034404; Mon, 18 Jun 2012 20:13:16 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IKDF89034400; Mon, 18 Jun 2012 20:13:15 GMT (envelope-from kwm) Date: Mon, 18 Jun 2012 20:13:15 GMT Message-Id: <201206182013.q5IKDF89034400@freefall.freebsd.org> To: kwm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: kwm@FreeBSD.org Cc: Subject: Re: ports/169207: [exp-run] libglut to freeglut move 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: Mon, 18 Jun 2012 20:13:16 -0000 Synopsis: [exp-run] libglut to freeglut move Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: kwm Responsible-Changed-When: Mon Jun 18 20:12:15 UTC 2012 Responsible-Changed-Why: assign exp-run request to portmgr. http://www.freebsd.org/cgi/query-pr.cgi?pr=169207 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 21:10:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 83539106564A for ; Mon, 18 Jun 2012 21:10:13 +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 554CC8FC15 for ; Mon, 18 Jun 2012 21:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5ILADQT083025 for ; Mon, 18 Jun 2012 21:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5ILADPC083024; Mon, 18 Jun 2012 21:10:13 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 21:10:13 GMT Resent-Message-Id: <201206182110.q5ILADPC083024@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, Denis Generalov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 889ED1065676 for ; Mon, 18 Jun 2012 21:04:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 718698FC18 for ; Mon, 18 Jun 2012 21:04:59 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5IL4xgP076568 for ; Mon, 18 Jun 2012 21:04:59 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5IL4wbR076567; Mon, 18 Jun 2012 21:04:58 GMT (envelope-from nobody) Message-Id: <201206182104.q5IL4wbR076567@red.freebsd.org> Date: Mon, 18 Jun 2012 21:04:58 GMT From: Denis Generalov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169209: [UPDATE] sysutils/salt to 0.10.0 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: Mon, 18 Jun 2012 21:10:13 -0000 >Number: 169209 >Category: ports >Synopsis: [UPDATE] sysutils/salt to 0.10.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 18 21:10:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Denis Generalov >Release: FreeBSD 9.0-STABLE amd64 >Organization: Rambler >Environment: FreeBSD tyl.rambler.ramblermedia.com 9.0-STABLE FreeBSD 9.0-STABLE #1: Tue Feb 14 22:57:58 MSK 2012 root@tyl2.park.rambler.ru:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Patch for update sysutils/salt to 0.10.0. BUILD_DEPENDS was removed, because salt do not need it for build in fact. Patch is quite big due to salt began to use of setuptools. >How-To-Repeat: >Fix: Patch attached with submission follows: Diff mode was set to CVS, but there's no CVS subdirectory Trying /usr/ports ... found ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/sysutils/salt/Makefile ./Makefile --- /usr/ports/sysutils/salt/Makefile 2012-05-30 18:42:23.000000000 +0400 +++ ./Makefile 2012-06-19 00:37:21.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= salt -PORTVERSION= 0.9.9.1 +PORTVERSION= 0.10.0 CATEGORIES= sysutils python MASTER_SITES= https://github.com/downloads/saltstack/salt/ @@ -16,17 +16,16 @@ LICENSE= AL2 LIB_DEPENDS= zmq.1:${PORTSDIR}/devel/zmq -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.9:${PORTSDIR}/devel/py-pyzmq \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}msgpack>=0.1.9:${PORTSDIR}/devel/py-msgpack \ ${PYTHON_PKGNAMEPREFIX}m2crypto>=0:${PORTSDIR}/security/py-m2crypto -RUN_DEPENDS:= ${BUILD_DEPENDS} FETCH_ARGS= -pRr USE_PYTHON= 2.6-2.7 -USE_PYDISTUTILS=yes +USE_PYDISTUTILS=easy_install USE_RC_SUBR= salt_master \ salt_minion \ @@ -56,9 +55,12 @@ @${REINPLACE_CMD} -e 's|/etc/salt|${PREFIX}/etc/salt|' \ -e 's|/srv/salt|${PREFIX}/etc/salt/states|' ${WRKSRC}/${file} .endfor - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e "s|'install_requires|'data_files': [],'install_requires|" \ + ${WRKSRC}/setup.py post-install: + @${INSTALL_MAN} ${MAN1:S,^,${WRKSRC}/doc/man/,} ${MANPREFIX}/man/man1/ + @${INSTALL_MAN} ${WRKSRC}/doc/man/${MAN7} ${MANPREFIX}/man/man7/ ${MKDIR} ${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/conf/master.template ${PREFIX}/etc/salt/master.sample ${INSTALL_DATA} ${WRKSRC}/conf/minion.template ${PREFIX}/etc/salt/minion.sample diff -ruN --exclude=CVS /usr/ports/sysutils/salt/distinfo ./distinfo --- /usr/ports/sysutils/salt/distinfo 2012-05-30 18:42:23.000000000 +0400 +++ ./distinfo 2012-06-17 20:16:37.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (salt-0.9.9.1.tar.gz) = 8b06bb19a65882b8dd3f8dcbeb27e3b4016825e8943b22ac8b6a77c5453b1340 -SIZE (salt-0.9.9.1.tar.gz) = 1760361 +SHA256 (salt-0.10.0.tar.gz) = 268545290cf736bb1d0ba9c6fa73927c77c9cec2a7ed73112c970fd00b2aa94a +SIZE (salt-0.10.0.tar.gz) = 1966467 diff -ruN --exclude=CVS /usr/ports/sysutils/salt/files/patch-setup.py ./files/patch-setup.py --- /usr/ports/sysutils/salt/files/patch-setup.py 2012-05-30 18:42:23.000000000 +0400 +++ ./files/patch-setup.py 1970-01-01 03:00:00.000000000 +0300 @@ -1,29 +0,0 @@ ---- setup.py 2012-04-28 08:33:41.000000000 +0400 -+++ setup.py 2012-05-02 01:08:12.000000000 +0400 -@@ -47,7 +47,7 @@ - if 'SYSCONFDIR' in os.environ: - etc_path = os.environ['SYSCONFDIR'] - else: -- etc_path = os.path.join(os.path.dirname(PREFIX), 'etc') -+ etc_path = os.path.join('%%PREFIX%%', 'etc') - - libraries = ['ws2_32'] if sys.platform == 'win32' else [] - -@@ -100,7 +100,7 @@ - 'scripts/salt-call', - 'scripts/salt-run', - 'scripts/salt'], -- data_files=[('share/man/man1', -+ data_files=[('man/man1', - ['doc/man/salt-master.1', - 'doc/man/salt-key.1', - 'doc/man/salt.1', -@@ -110,7 +110,7 @@ - 'doc/man/salt-run.1', - 'doc/man/salt-minion.1', - ]), -- ('share/man/man7', -+ ('man/man7', - ['doc/man/salt.7', - ]), - ], diff -ruN --exclude=CVS /usr/ports/sysutils/salt/pkg-plist ./pkg-plist --- /usr/ports/sysutils/salt/pkg-plist 2012-05-30 18:42:23.000000000 +0400 +++ ./pkg-plist 2012-06-19 00:22:02.000000000 +0400 @@ -8,460 +8,517 @@ bin/salt-syndic %%ETCDIR%%/master.sample %%ETCDIR%%/minion.sample -%%PYTHON_SITELIBDIR%%/salt/__init__.py -%%PYTHON_SITELIBDIR%%/salt/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/cli/__init__.py -%%PYTHON_SITELIBDIR%%/salt/cli/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/cli/batch.py -%%PYTHON_SITELIBDIR%%/salt/cli/batch.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/batch.pyo -%%PYTHON_SITELIBDIR%%/salt/cli/caller.py -%%PYTHON_SITELIBDIR%%/salt/cli/caller.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/caller.pyo -%%PYTHON_SITELIBDIR%%/salt/cli/cp.py -%%PYTHON_SITELIBDIR%%/salt/cli/cp.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/cp.pyo -%%PYTHON_SITELIBDIR%%/salt/cli/key.py -%%PYTHON_SITELIBDIR%%/salt/cli/key.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/key.pyo -%%PYTHON_SITELIBDIR%%/salt/client.py -%%PYTHON_SITELIBDIR%%/salt/client.pyc -%%PYTHON_SITELIBDIR%%/salt/client.pyo -%%PYTHON_SITELIBDIR%%/salt/config.py -%%PYTHON_SITELIBDIR%%/salt/config.pyc -%%PYTHON_SITELIBDIR%%/salt/config.pyo -%%PYTHON_SITELIBDIR%%/salt/crypt.py -%%PYTHON_SITELIBDIR%%/salt/crypt.pyc -%%PYTHON_SITELIBDIR%%/salt/crypt.pyo -%%PYTHON_SITELIBDIR%%/salt/exceptions.py -%%PYTHON_SITELIBDIR%%/salt/exceptions.pyc -%%PYTHON_SITELIBDIR%%/salt/exceptions.pyo -%%PYTHON_SITELIBDIR%%/salt/ext/__init__.py -%%PYTHON_SITELIBDIR%%/salt/ext/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/ext/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/fileclient.py -%%PYTHON_SITELIBDIR%%/salt/fileclient.pyc -%%PYTHON_SITELIBDIR%%/salt/fileclient.pyo -%%PYTHON_SITELIBDIR%%/salt/grains/__init__.py -%%PYTHON_SITELIBDIR%%/salt/grains/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/grains/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/grains/core.py -%%PYTHON_SITELIBDIR%%/salt/grains/core.pyc -%%PYTHON_SITELIBDIR%%/salt/grains/core.pyo -%%PYTHON_SITELIBDIR%%/salt/loader.py -%%PYTHON_SITELIBDIR%%/salt/loader.pyc -%%PYTHON_SITELIBDIR%%/salt/loader.pyo -%%PYTHON_SITELIBDIR%%/salt/log.py -%%PYTHON_SITELIBDIR%%/salt/log.pyc -%%PYTHON_SITELIBDIR%%/salt/log.pyo -%%PYTHON_SITELIBDIR%%/salt/master.py -%%PYTHON_SITELIBDIR%%/salt/master.pyc -%%PYTHON_SITELIBDIR%%/salt/master.pyo -%%PYTHON_SITELIBDIR%%/salt/minion.py -%%PYTHON_SITELIBDIR%%/salt/minion.pyc -%%PYTHON_SITELIBDIR%%/salt/minion.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/__init__.py -%%PYTHON_SITELIBDIR%%/salt/modules/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/aliases.py -%%PYTHON_SITELIBDIR%%/salt/modules/aliases.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/aliases.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/apache.py -%%PYTHON_SITELIBDIR%%/salt/modules/apache.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/apache.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/apt.py -%%PYTHON_SITELIBDIR%%/salt/modules/apt.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/apt.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/archive.py -%%PYTHON_SITELIBDIR%%/salt/modules/archive.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/archive.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/butterkvm.py -%%PYTHON_SITELIBDIR%%/salt/modules/butterkvm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/butterkvm.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/cluster.py -%%PYTHON_SITELIBDIR%%/salt/modules/cluster.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/cluster.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/cmdmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/cmdmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/cmdmod.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/cp.py -%%PYTHON_SITELIBDIR%%/salt/modules/cp.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/cp.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/cron.py -%%PYTHON_SITELIBDIR%%/salt/modules/cron.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/cron.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/data.py -%%PYTHON_SITELIBDIR%%/salt/modules/data.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/data.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/debconfmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/debconfmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/debconfmod.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/disk.py -%%PYTHON_SITELIBDIR%%/salt/modules/disk.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/disk.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/django.py -%%PYTHON_SITELIBDIR%%/salt/modules/django.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/django.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/ebuild.py -%%PYTHON_SITELIBDIR%%/salt/modules/ebuild.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ebuild.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/file.py -%%PYTHON_SITELIBDIR%%/salt/modules/file.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/file.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdkmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdkmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdkmod.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdpkg.py -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdpkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdpkg.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdservice.py -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdservice.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdservice.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/gem.py -%%PYTHON_SITELIBDIR%%/salt/modules/gem.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/gem.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/gentoo_service.py -%%PYTHON_SITELIBDIR%%/salt/modules/gentoo_service.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/gentoo_service.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/git.py -%%PYTHON_SITELIBDIR%%/salt/modules/git.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/git.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/grains.py -%%PYTHON_SITELIBDIR%%/salt/modules/grains.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/grains.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/groupadd.py -%%PYTHON_SITELIBDIR%%/salt/modules/groupadd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/groupadd.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/hg.py -%%PYTHON_SITELIBDIR%%/salt/modules/hg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/hg.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/hosts.py -%%PYTHON_SITELIBDIR%%/salt/modules/hosts.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/hosts.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/kmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/kmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/kmod.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/kvm_hyper.py -%%PYTHON_SITELIBDIR%%/salt/modules/kvm_hyper.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/kvm_hyper.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/linux_sysctl.py -%%PYTHON_SITELIBDIR%%/salt/modules/linux_sysctl.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/linux_sysctl.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/mdadm.py -%%PYTHON_SITELIBDIR%%/salt/modules/mdadm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mdadm.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/moosefs.py -%%PYTHON_SITELIBDIR%%/salt/modules/moosefs.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/moosefs.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/mount.py -%%PYTHON_SITELIBDIR%%/salt/modules/mount.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mount.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/mysql.py -%%PYTHON_SITELIBDIR%%/salt/modules/mysql.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mysql.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/network.py -%%PYTHON_SITELIBDIR%%/salt/modules/network.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/network.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/nginx.py -%%PYTHON_SITELIBDIR%%/salt/modules/nginx.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/nginx.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/pacman.py -%%PYTHON_SITELIBDIR%%/salt/modules/pacman.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pacman.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/pillar.py -%%PYTHON_SITELIBDIR%%/salt/modules/pillar.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pillar.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/pip.py -%%PYTHON_SITELIBDIR%%/salt/modules/pip.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pip.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/postgres.py -%%PYTHON_SITELIBDIR%%/salt/modules/postgres.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/postgres.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/ps.py -%%PYTHON_SITELIBDIR%%/salt/modules/ps.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ps.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/publish.py -%%PYTHON_SITELIBDIR%%/salt/modules/publish.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/publish.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/puppet.py -%%PYTHON_SITELIBDIR%%/salt/modules/puppet.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/puppet.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/pw_group.py -%%PYTHON_SITELIBDIR%%/salt/modules/pw_group.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pw_group.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/pw_user.py -%%PYTHON_SITELIBDIR%%/salt/modules/pw_user.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pw_user.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/reg.py -%%PYTHON_SITELIBDIR%%/salt/modules/reg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/reg.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/conf.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/eth.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.py -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/rh_service.py -%%PYTHON_SITELIBDIR%%/salt/modules/rh_service.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rh_service.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/rvm.py -%%PYTHON_SITELIBDIR%%/salt/modules/rvm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rvm.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/saltutil.py -%%PYTHON_SITELIBDIR%%/salt/modules/saltutil.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/saltutil.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/selinux.py -%%PYTHON_SITELIBDIR%%/salt/modules/selinux.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/selinux.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/service.py -%%PYTHON_SITELIBDIR%%/salt/modules/service.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/service.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/shadow.py -%%PYTHON_SITELIBDIR%%/salt/modules/shadow.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/shadow.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/solr.py -%%PYTHON_SITELIBDIR%%/salt/modules/solr.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/solr.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/ssh.py -%%PYTHON_SITELIBDIR%%/salt/modules/ssh.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ssh.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/state.py -%%PYTHON_SITELIBDIR%%/salt/modules/state.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/state.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/status.py -%%PYTHON_SITELIBDIR%%/salt/modules/status.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/status.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/systemd.py -%%PYTHON_SITELIBDIR%%/salt/modules/systemd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/systemd.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/test.py -%%PYTHON_SITELIBDIR%%/salt/modules/test.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/test.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/tomcat.py -%%PYTHON_SITELIBDIR%%/salt/modules/tomcat.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/tomcat.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/upstart.py -%%PYTHON_SITELIBDIR%%/salt/modules/upstart.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/upstart.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/useradd.py -%%PYTHON_SITELIBDIR%%/salt/modules/useradd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/useradd.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/virt.py -%%PYTHON_SITELIBDIR%%/salt/modules/virt.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/virt.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/virtualenv.py -%%PYTHON_SITELIBDIR%%/salt/modules/virtualenv.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/virtualenv.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/win_disk.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_disk.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_disk.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/win_file.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_file.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_file.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/win_network.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_network.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_network.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/win_pkg.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_pkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_pkg.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/win_service.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_service.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_service.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/win_shadow.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_shadow.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_shadow.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/win_useradd.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_useradd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_useradd.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.py -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg5.py -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg5.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg5.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/zypper.py -%%PYTHON_SITELIBDIR%%/salt/modules/zypper.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/zypper.pyo -%%PYTHON_SITELIBDIR%%/salt/output.py -%%PYTHON_SITELIBDIR%%/salt/output.pyc -%%PYTHON_SITELIBDIR%%/salt/output.pyo -%%PYTHON_SITELIBDIR%%/salt/payload.py -%%PYTHON_SITELIBDIR%%/salt/payload.pyc -%%PYTHON_SITELIBDIR%%/salt/payload.pyo -%%PYTHON_SITELIBDIR%%/salt/pillar.py -%%PYTHON_SITELIBDIR%%/salt/pillar.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar.pyo -%%PYTHON_SITELIBDIR%%/salt/renderers/__init__.py -%%PYTHON_SITELIBDIR%%/salt/renderers/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/renderers/json_jinja.py -%%PYTHON_SITELIBDIR%%/salt/renderers/json_jinja.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/json_jinja.pyo -%%PYTHON_SITELIBDIR%%/salt/renderers/json_mako.py -%%PYTHON_SITELIBDIR%%/salt/renderers/json_mako.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/json_mako.pyo -%%PYTHON_SITELIBDIR%%/salt/renderers/py.py -%%PYTHON_SITELIBDIR%%/salt/renderers/py.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/py.pyo -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_jinja.py -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_jinja.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_jinja.pyo -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_mako.py -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_mako.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_mako.pyo -%%PYTHON_SITELIBDIR%%/salt/returners/__init__.py -%%PYTHON_SITELIBDIR%%/salt/returners/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/returners/cassandra_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/cassandra_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/cassandra_return.pyo -%%PYTHON_SITELIBDIR%%/salt/returners/local.py -%%PYTHON_SITELIBDIR%%/salt/returners/local.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/local.pyo -%%PYTHON_SITELIBDIR%%/salt/returners/mongo_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/mongo_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/mongo_return.pyo -%%PYTHON_SITELIBDIR%%/salt/returners/redis_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/redis_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/redis_return.pyo -%%PYTHON_SITELIBDIR%%/salt/runner.py -%%PYTHON_SITELIBDIR%%/salt/runner.pyc -%%PYTHON_SITELIBDIR%%/salt/runner.pyo -%%PYTHON_SITELIBDIR%%/salt/runners/__init__.py -%%PYTHON_SITELIBDIR%%/salt/runners/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/runners/jobs.py -%%PYTHON_SITELIBDIR%%/salt/runners/jobs.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/jobs.pyo -%%PYTHON_SITELIBDIR%%/salt/runners/manage.py -%%PYTHON_SITELIBDIR%%/salt/runners/manage.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/manage.pyo -%%PYTHON_SITELIBDIR%%/salt/runners/network.py -%%PYTHON_SITELIBDIR%%/salt/runners/network.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/network.pyo -%%PYTHON_SITELIBDIR%%/salt/state.py -%%PYTHON_SITELIBDIR%%/salt/state.pyc -%%PYTHON_SITELIBDIR%%/salt/state.pyo -%%PYTHON_SITELIBDIR%%/salt/states/__init__.py -%%PYTHON_SITELIBDIR%%/salt/states/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/states/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/states/alias.py -%%PYTHON_SITELIBDIR%%/salt/states/alias.pyc -%%PYTHON_SITELIBDIR%%/salt/states/alias.pyo -%%PYTHON_SITELIBDIR%%/salt/states/cmd.py -%%PYTHON_SITELIBDIR%%/salt/states/cmd.pyc -%%PYTHON_SITELIBDIR%%/salt/states/cmd.pyo -%%PYTHON_SITELIBDIR%%/salt/states/cron.py -%%PYTHON_SITELIBDIR%%/salt/states/cron.pyc -%%PYTHON_SITELIBDIR%%/salt/states/cron.pyo -%%PYTHON_SITELIBDIR%%/salt/states/file.py -%%PYTHON_SITELIBDIR%%/salt/states/file.pyc -%%PYTHON_SITELIBDIR%%/salt/states/file.pyo -%%PYTHON_SITELIBDIR%%/salt/states/gem.py -%%PYTHON_SITELIBDIR%%/salt/states/gem.pyc -%%PYTHON_SITELIBDIR%%/salt/states/gem.pyo -%%PYTHON_SITELIBDIR%%/salt/states/group.py -%%PYTHON_SITELIBDIR%%/salt/states/group.pyc -%%PYTHON_SITELIBDIR%%/salt/states/group.pyo -%%PYTHON_SITELIBDIR%%/salt/states/host.py -%%PYTHON_SITELIBDIR%%/salt/states/host.pyc -%%PYTHON_SITELIBDIR%%/salt/states/host.pyo -%%PYTHON_SITELIBDIR%%/salt/states/kmod.py -%%PYTHON_SITELIBDIR%%/salt/states/kmod.pyc -%%PYTHON_SITELIBDIR%%/salt/states/kmod.pyo -%%PYTHON_SITELIBDIR%%/salt/states/mount.py -%%PYTHON_SITELIBDIR%%/salt/states/mount.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mount.pyo -%%PYTHON_SITELIBDIR%%/salt/states/mysql_database.py -%%PYTHON_SITELIBDIR%%/salt/states/mysql_database.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mysql_database.pyo -%%PYTHON_SITELIBDIR%%/salt/states/mysql_grants.py -%%PYTHON_SITELIBDIR%%/salt/states/mysql_grants.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mysql_grants.pyo -%%PYTHON_SITELIBDIR%%/salt/states/mysql_user.py -%%PYTHON_SITELIBDIR%%/salt/states/mysql_user.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mysql_user.pyo -%%PYTHON_SITELIBDIR%%/salt/states/network.py -%%PYTHON_SITELIBDIR%%/salt/states/network.pyc -%%PYTHON_SITELIBDIR%%/salt/states/network.pyo -%%PYTHON_SITELIBDIR%%/salt/states/pip.py -%%PYTHON_SITELIBDIR%%/salt/states/pip.pyc -%%PYTHON_SITELIBDIR%%/salt/states/pip.pyo -%%PYTHON_SITELIBDIR%%/salt/states/pkg.py -%%PYTHON_SITELIBDIR%%/salt/states/pkg.pyc -%%PYTHON_SITELIBDIR%%/salt/states/pkg.pyo -%%PYTHON_SITELIBDIR%%/salt/states/postgres_database.py -%%PYTHON_SITELIBDIR%%/salt/states/postgres_database.pyc -%%PYTHON_SITELIBDIR%%/salt/states/postgres_database.pyo -%%PYTHON_SITELIBDIR%%/salt/states/rvm.py -%%PYTHON_SITELIBDIR%%/salt/states/rvm.pyc -%%PYTHON_SITELIBDIR%%/salt/states/rvm.pyo -%%PYTHON_SITELIBDIR%%/salt/states/selinux.py -%%PYTHON_SITELIBDIR%%/salt/states/selinux.pyc -%%PYTHON_SITELIBDIR%%/salt/states/selinux.pyo -%%PYTHON_SITELIBDIR%%/salt/states/service.py -%%PYTHON_SITELIBDIR%%/salt/states/service.pyc -%%PYTHON_SITELIBDIR%%/salt/states/service.pyo -%%PYTHON_SITELIBDIR%%/salt/states/ssh_auth.py -%%PYTHON_SITELIBDIR%%/salt/states/ssh_auth.pyc -%%PYTHON_SITELIBDIR%%/salt/states/ssh_auth.pyo -%%PYTHON_SITELIBDIR%%/salt/states/sysctl.py -%%PYTHON_SITELIBDIR%%/salt/states/sysctl.pyc -%%PYTHON_SITELIBDIR%%/salt/states/sysctl.pyo -%%PYTHON_SITELIBDIR%%/salt/states/user.py -%%PYTHON_SITELIBDIR%%/salt/states/user.pyc -%%PYTHON_SITELIBDIR%%/salt/states/user.pyo -%%PYTHON_SITELIBDIR%%/salt/states/virtualenv.py -%%PYTHON_SITELIBDIR%%/salt/states/virtualenv.pyc -%%PYTHON_SITELIBDIR%%/salt/states/virtualenv.pyo -%%PYTHON_SITELIBDIR%%/salt/template.py -%%PYTHON_SITELIBDIR%%/salt/template.pyc -%%PYTHON_SITELIBDIR%%/salt/template.pyo -%%PYTHON_SITELIBDIR%%/salt/utils/__init__.py -%%PYTHON_SITELIBDIR%%/salt/utils/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/utils/find.py -%%PYTHON_SITELIBDIR%%/salt/utils/find.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/find.pyo -%%PYTHON_SITELIBDIR%%/salt/utils/jinja.py -%%PYTHON_SITELIBDIR%%/salt/utils/jinja.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/jinja.pyo -%%PYTHON_SITELIBDIR%%/salt/utils/process.py -%%PYTHON_SITELIBDIR%%/salt/utils/process.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/process.pyo -%%PYTHON_SITELIBDIR%%/salt/utils/saltminionservice.py -%%PYTHON_SITELIBDIR%%/salt/utils/saltminionservice.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/saltminionservice.pyo -%%PYTHON_SITELIBDIR%%/salt/utils/templates.py -%%PYTHON_SITELIBDIR%%/salt/utils/templates.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/templates.pyo -%%PYTHON_SITELIBDIR%%/salt/utils/verify.py -%%PYTHON_SITELIBDIR%%/salt/utils/verify.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/verify.pyo -%%PYTHON_SITELIBDIR%%/salt/utils/winservice.py -%%PYTHON_SITELIBDIR%%/salt/utils/winservice.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/winservice.pyo -%%PYTHON_SITELIBDIR%%/salt/utils/yaml.py -%%PYTHON_SITELIBDIR%%/salt/utils/yaml.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/yaml.pyo -%%PYTHON_SITELIBDIR%%/salt/version.py -%%PYTHON_SITELIBDIR%%/salt/version.pyc -%%PYTHON_SITELIBDIR%%/salt/version.pyo -@dirrm %%PYTHON_SITELIBDIR%%/salt/utils -@dirrm %%PYTHON_SITELIBDIR%%/salt/states -@dirrm %%PYTHON_SITELIBDIR%%/salt/runners -@dirrm %%PYTHON_SITELIBDIR%%/salt/returners -@dirrm %%PYTHON_SITELIBDIR%%/salt/renderers -@dirrm %%PYTHON_SITELIBDIR%%/salt/modules/rh_ip -@dirrm %%PYTHON_SITELIBDIR%%/salt/modules -@dirrm %%PYTHON_SITELIBDIR%%/salt/grains -@dirrm %%PYTHON_SITELIBDIR%%/salt/ext -@dirrm %%PYTHON_SITELIBDIR%%/salt/cli -@dirrm %%PYTHON_SITELIBDIR%%/salt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/_compat.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/_compat.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/_compat.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/batch.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/batch.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/batch.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/caller.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/caller.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/caller.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/cp.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/cp.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/cp.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/key.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/key.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/key.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/client.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/client.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/client.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/config.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/config.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/config.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/crypt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/crypt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/crypt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/exceptions.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/exceptions.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/exceptions.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/ext/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/ext/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/ext/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/fileclient.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/fileclient.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/fileclient.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains/core.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains/core.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains/core.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains/extra.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains/extra.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains/extra.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/loader.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/loader.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/loader.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/log.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/log.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/log.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/master.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/master.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/master.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/minion.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/minion.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/minion.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/aliases.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/aliases.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/aliases.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/apache.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/apache.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/apache.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/apt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/apt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/apt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/archive.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/archive.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/archive.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/brew.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/brew.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/brew.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/butterkvm.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/butterkvm.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/butterkvm.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cluster.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cluster.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cluster.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cmdmod.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cmdmod.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cmdmod.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cp.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cp.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cp.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cron.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cron.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cron.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/data.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/data.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/data.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/debconfmod.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/debconfmod.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/debconfmod.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/disk.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/disk.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/disk.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/django.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/django.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/django.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/ebuild.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/ebuild.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/ebuild.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/file.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/file.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/file.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdjail.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdjail.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdjail.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdkmod.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdkmod.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdkmod.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdpkg.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdpkg.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdpkg.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdservice.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdservice.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdservice.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/gem.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/gem.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/gem.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/gentoo_service.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/gentoo_service.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/gentoo_service.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/git.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/git.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/git.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/grains.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/grains.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/grains.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/groupadd.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/groupadd.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/groupadd.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/grub.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/grub.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/grub.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/hg.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/hg.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/hg.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/hosts.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/hosts.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/hosts.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/kmod.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/kmod.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/kmod.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/kvm_hyper.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/kvm_hyper.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/kvm_hyper.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/launchctl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/launchctl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/launchctl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/linux_sysctl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/linux_sysctl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/linux_sysctl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/mdadm.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/mdadm.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/mdadm.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/moosefs.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/moosefs.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/moosefs.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/mount.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/mount.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/mount.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/mysql.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/mysql.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/mysql.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/network.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/network.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/network.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/nginx.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/nginx.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/nginx.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/osxdesktop.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/osxdesktop.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/osxdesktop.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pacman.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pacman.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pacman.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pillar.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pillar.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pillar.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pip.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pip.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pip.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/postgres.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/postgres.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/postgres.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/ps.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/ps.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/ps.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/publish.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/publish.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/publish.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/puppet.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/puppet.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/puppet.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pw_group.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pw_group.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pw_group.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pw_user.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pw_user.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pw_user.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rabbitmq_server.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rabbitmq_server.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rabbitmq_server.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/reg.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/reg.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/reg.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rh_ip.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rh_ip.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rh_ip.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rh_ip/conf.jinja +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rh_ip/eth.jinja +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rh_service.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rh_service.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rh_service.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rvm.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rvm.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rvm.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/saltutil.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/saltutil.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/saltutil.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/selinux.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/selinux.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/selinux.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/service.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/service.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/service.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/shadow.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/shadow.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/shadow.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/solr.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/solr.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/solr.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/sqlite3.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/sqlite3.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/sqlite3.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/ssh.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/ssh.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/ssh.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/state.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/state.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/state.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/status.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/status.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/status.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/systemd.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/systemd.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/systemd.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/test.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/test.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/test.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/tomcat.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/tomcat.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/tomcat.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/upstart.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/upstart.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/upstart.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/useradd.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/useradd.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/useradd.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/virt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/virt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/virt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/virtualenv.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/virtualenv.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/virtualenv.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_disk.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_disk.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_disk.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_file.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_file.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_file.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_groupadd.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_groupadd.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_groupadd.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_network.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_network.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_network.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_pkg.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_pkg.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_pkg.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_service.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_service.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_service.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_shadow.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_shadow.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_shadow.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_useradd.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_useradd.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_useradd.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/yumpkg.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/yumpkg.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/yumpkg.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/yumpkg5.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/yumpkg5.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/yumpkg5.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/zypper.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/zypper.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/zypper.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/output.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/output.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/output.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/payload.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/payload.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/payload.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/pillar.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/pillar.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/pillar.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/json_jinja.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/json_jinja.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/json_jinja.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/json_mako.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/json_mako.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/json_mako.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/py.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/py.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/py.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/yaml_jinja.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/yaml_jinja.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/yaml_jinja.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/yaml_mako.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/yaml_mako.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/yaml_mako.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/cassandra_return.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/cassandra_return.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/cassandra_return.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/local.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/local.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/local.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/mongo_return.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/mongo_return.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/mongo_return.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/redis_return.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/redis_return.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/redis_return.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runner.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runner.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runner.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/jobs.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/jobs.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/jobs.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/launchd.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/launchd.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/launchd.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/manage.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/manage.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/manage.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/network.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/network.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/network.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/scripts.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/scripts.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/scripts.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/state.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/state.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/state.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/alias.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/alias.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/alias.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/cmd.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/cmd.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/cmd.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/cron.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/cron.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/cron.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/file.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/file.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/file.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/gem.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/gem.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/gem.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/git.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/git.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/git.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/group.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/group.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/group.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/host.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/host.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/host.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/kmod.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/kmod.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/kmod.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/module.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/module.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/module.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mount.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mount.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mount.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mysql_database.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mysql_database.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mysql_database.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mysql_grants.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mysql_grants.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mysql_grants.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mysql_user.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mysql_user.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mysql_user.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/network.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/network.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/network.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/pip.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/pip.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/pip.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/pkg.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/pkg.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/pkg.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/postgres_database.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/postgres_database.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/postgres_database.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/rvm.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/rvm.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/rvm.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/selinux.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/selinux.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/selinux.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/service.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/service.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/service.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/ssh_auth.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/ssh_auth.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/ssh_auth.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/ssh_known_hosts.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/ssh_known_hosts.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/ssh_known_hosts.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/sysctl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/sysctl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/sysctl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/user.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/user.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/user.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/virtualenv.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/virtualenv.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/virtualenv.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/template.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/template.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/template.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/debug.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/debug.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/debug.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/event.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/event.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/event.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/find.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/find.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/find.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/jinja.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/jinja.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/jinja.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/process.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/process.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/process.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/saltminionservice.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/saltminionservice.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/saltminionservice.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/templates.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/templates.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/templates.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/verify.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/verify.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/verify.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/winservice.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/winservice.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/winservice.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/yaml.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/yaml.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/yaml.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/version.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/version.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/version.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rh_ip +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/ext +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% @dirrmtry %%ETCDIR%% @stopdaemon salt-master @stopdaemon salt-minion ===> Done >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 21:16:46 2012 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 F26281065680; Mon, 18 Jun 2012 21:16:45 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C775C8FC0C; Mon, 18 Jun 2012 21:16:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5ILGjlZ092613; Mon, 18 Jun 2012 21:16:45 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5ILGjSB092608; Mon, 18 Jun 2012 21:16:45 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 21:16:45 GMT Message-Id: <201206182116.q5ILGjSB092608@freefall.freebsd.org> To: gd@rambler-co.ru, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169209: [UPDATE] sysutils/salt to 0.10.0 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: Mon, 18 Jun 2012 21:16:46 -0000 Synopsis: [UPDATE] sysutils/salt to 0.10.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Jun 18 21:16:45 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169209 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 21:20:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFB6A1065675 for ; Mon, 18 Jun 2012 21:20:18 +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 AB6118FC08 for ; Mon, 18 Jun 2012 21:20:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5ILKI04093215 for ; Mon, 18 Jun 2012 21:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5ILKIiH093214; Mon, 18 Jun 2012 21:20:18 GMT (envelope-from gnats) Date: Mon, 18 Jun 2012 21:20:18 GMT Message-Id: <201206182120.q5ILKIiH093214@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/169209: [UPDATE] sysutils/salt to 0.10.0 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: Mon, 18 Jun 2012 21:20:18 -0000 The following reply was made to PR ports/169209; it has been noted by GNATS. From: Edwin Groothuis To: christer.edwards@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/169209: [UPDATE] sysutils/salt to 0.10.0 Date: Mon, 18 Jun 2012 21:16:42 UT Maintainer of sysutils/salt, Please note that PR ports/169209 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169209 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 22:10:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2FC31106564A for ; Mon, 18 Jun 2012 22:10:13 +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 05E678FC14 for ; Mon, 18 Jun 2012 22:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IMACTB039779 for ; Mon, 18 Jun 2012 22:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IMACnx039778; Mon, 18 Jun 2012 22:10:12 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 22:10:12 GMT Resent-Message-Id: <201206182210.q5IMACnx039778@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, HAN Frederic Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7022C106566B for ; Mon, 18 Jun 2012 22:03:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 58C508FC19 for ; Mon, 18 Jun 2012 22:03:46 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5IM3jgL071434 for ; Mon, 18 Jun 2012 22:03:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5IM3jCP071433; Mon, 18 Jun 2012 22:03:45 GMT (envelope-from nobody) Message-Id: <201206182203.q5IM3jCP071433@red.freebsd.org> Date: Mon, 18 Jun 2012 22:03:45 GMT From: HAN Frederic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169210: [patch] math/giacxcas update to 0.9.8 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: Mon, 18 Jun 2012 22:10:13 -0000 >Number: 169210 >Category: ports >Synopsis: [patch] math/giacxcas update to 0.9.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jun 18 22:10:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: HAN Frederic >Release: 8.2 >Organization: Université Paris 7 >Environment: >Description: -first mirror has changed -update to 0.9.8 from the author sources -the CONFLICTS aide-[0-9]* because of overlapping files bin/aide (also used by security/aide) has been removed. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN giacxcas.bak/Makefile giacxcas/Makefile --- giacxcas.bak/Makefile 2012-06-01 07:21:36.000000000 +0200 +++ giacxcas/Makefile 2012-06-18 20:56:00.000000000 +0200 @@ -2,14 +2,13 @@ # Date created: 2010-08-26 # Whom: Frederic Han # -# $FreeBSD: ports/math/giacxcas/Makefile,v 1.9 2012/06/01 05:21:36 dinoex Exp $ +# # PORTNAME= giacxcas -PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTVERSION= 0.9.8 CATEGORIES= math -MASTER_SITES= ftp://ftp-fourier.ujf-grenoble.fr/linux/xcas/freebsd/ \ +MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/giac/freebsd/ \ http://people.math.jussieu.fr/~han/xcas/sources/ DISTFILES= fltkdev.tgz CoCoALib.tgz giac-${PORTVERSION}.tar.gz DIST_SUBDIR= ${PORTNAME} diff -ruN giacxcas.bak/distinfo giacxcas/distinfo --- giacxcas.bak/distinfo 2012-01-14 22:43:20.000000000 +0100 +++ giacxcas/distinfo 2012-06-11 11:39:57.000000000 +0200 @@ -2,5 +2,5 @@ SIZE (giacxcas/fltkdev.tgz) = 6391860 SHA256 (giacxcas/CoCoALib.tgz) = 501048b46125e730c24b9733eb180531461bd9a045a6e3a640e9aae512ce0293 SIZE (giacxcas/CoCoALib.tgz) = 1580875 -SHA256 (giacxcas/giac-0.9.5.tar.gz) = 8f1aaaf4fea5f04b129080d026e06eee7f08b45bbb1c265aac45111c1d488e32 -SIZE (giacxcas/giac-0.9.5.tar.gz) = 23179029 +SHA256 (giacxcas/giac-0.9.8.tar.gz) = 33c88f8ca6c3ad330a6ff53b0bf591a32094b94f3b1d122c3a6f5d1557589423 +SIZE (giacxcas/giac-0.9.8.tar.gz) = 26962579 diff -ruN giacxcas.bak/pkg-plist giacxcas/pkg-plist --- giacxcas.bak/pkg-plist 2012-01-14 22:43:20.000000000 +0100 +++ giacxcas/pkg-plist 2012-06-11 12:17:27.000000000 +0200 @@ -1,4 +1,3 @@ -bin/aide bin/cas_help bin/en_cas_help bin/es_cas_help @@ -346,6 +345,10 @@ share/giac/aide_cas share/giac/doc/README share/giac/doc/aide_cas +share/giac/doc/de/aide_cas +share/giac/doc/de/keywords +share/giac/doc/de/xcasex +share/giac/doc/de/xcasmenu share/giac/doc/dxcas/demarr1.xws share/giac/doc/dxcas/demarr10.xws share/giac/doc/dxcas/demarr11.xws @@ -371,6 +374,520 @@ share/giac/doc/dxcas/demarr7.xws share/giac/doc/dxcas/demarr8.xws share/giac/doc/dxcas/demarr9.xws +share/giac/doc/el/cascmd_el/cascmd_el.css +share/giac/doc/el/cascmd_el/cascmd_el.png +share/giac/doc/el/cascmd_el/cascmd_el001.html +share/giac/doc/el/cascmd_el/cascmd_el002.html +share/giac/doc/el/cascmd_el/cascmd_el003.html +share/giac/doc/el/cascmd_el/cascmd_el004.html +share/giac/doc/el/cascmd_el/cascmd_el005.html +share/giac/doc/el/cascmd_el/cascmd_el006.html +share/giac/doc/el/cascmd_el/cascmd_el007.html +share/giac/doc/el/cascmd_el/cascmd_el008.html +share/giac/doc/el/cascmd_el/cascmd_el009.html +share/giac/doc/el/cascmd_el/cascmd_el010.html +share/giac/doc/el/cascmd_el/cascmd_el011.html +share/giac/doc/el/cascmd_el/cascmd_el012.html +share/giac/doc/el/cascmd_el/cascmd_el013.html +share/giac/doc/el/cascmd_el/cascmd_el014.html +share/giac/doc/el/cascmd_el/cascmd_el015.html +share/giac/doc/el/cascmd_el/cascmd_el016.html +share/giac/doc/el/cascmd_el/cascmd_el017.html +share/giac/doc/el/cascmd_el/cascmd_el018.html +share/giac/doc/el/cascmd_el/cascmd_el019.html +share/giac/doc/el/cascmd_el/cascmd_el020.html +share/giac/doc/el/cascmd_el/cascmd_el021.html +share/giac/doc/el/cascmd_el/cascmd_el022.html +share/giac/doc/el/cascmd_el/cascmd_el023.html +share/giac/doc/el/cascmd_el/cascmd_el024.html +share/giac/doc/el/cascmd_el/cascmd_el025.html +share/giac/doc/el/cascmd_el/cascmd_el026.html +share/giac/doc/el/cascmd_el/cascmd_el027.html +share/giac/doc/el/cascmd_el/cascmd_el028.html +share/giac/doc/el/cascmd_el/cascmd_el029.html +share/giac/doc/el/cascmd_el/cascmd_el030.html +share/giac/doc/el/cascmd_el/cascmd_el031.html +share/giac/doc/el/cascmd_el/cascmd_el032.html +share/giac/doc/el/cascmd_el/cascmd_el033.html +share/giac/doc/el/cascmd_el/cascmd_el034.html +share/giac/doc/el/cascmd_el/cascmd_el035.html +share/giac/doc/el/cascmd_el/cascmd_el036.html +share/giac/doc/el/cascmd_el/cascmd_el037.html +share/giac/doc/el/cascmd_el/cascmd_el038.html +share/giac/doc/el/cascmd_el/cascmd_el039.html +share/giac/doc/el/cascmd_el/cascmd_el040.html +share/giac/doc/el/cascmd_el/cascmd_el041.html +share/giac/doc/el/cascmd_el/cascmd_el042.html +share/giac/doc/el/cascmd_el/cascmd_el043.html +share/giac/doc/el/cascmd_el/cascmd_el044.html +share/giac/doc/el/cascmd_el/cascmd_el045.html +share/giac/doc/el/cascmd_el/cascmd_el046.html +share/giac/doc/el/cascmd_el/cascmd_el047.html +share/giac/doc/el/cascmd_el/cascmd_el048.html +share/giac/doc/el/cascmd_el/cascmd_el049.html +share/giac/doc/el/cascmd_el/cascmd_el050.html +share/giac/doc/el/cascmd_el/cascmd_el051.html +share/giac/doc/el/cascmd_el/cascmd_el052.html +share/giac/doc/el/cascmd_el/cascmd_el053.html +share/giac/doc/el/cascmd_el/cascmd_el054.html +share/giac/doc/el/cascmd_el/cascmd_el055.html +share/giac/doc/el/cascmd_el/cascmd_el056.html +share/giac/doc/el/cascmd_el/cascmd_el057.html +share/giac/doc/el/cascmd_el/cascmd_el058.html +share/giac/doc/el/cascmd_el/cascmd_el059.html +share/giac/doc/el/cascmd_el/cascmd_el060.html +share/giac/doc/el/cascmd_el/cascmd_el061.html +share/giac/doc/el/cascmd_el/cascmd_el062.html +share/giac/doc/el/cascmd_el/cascmd_el063.html +share/giac/doc/el/cascmd_el/cascmd_el064.html +share/giac/doc/el/cascmd_el/cascmd_el065.html +share/giac/doc/el/cascmd_el/cascmd_el066.html +share/giac/doc/el/cascmd_el/cascmd_el067.html +share/giac/doc/el/cascmd_el/cascmd_el068.html +share/giac/doc/el/cascmd_el/cascmd_el069.html +share/giac/doc/el/cascmd_el/cascmd_el070.html +share/giac/doc/el/cascmd_el/cascmd_el071.html +share/giac/doc/el/cascmd_el/cascmd_el072.html +share/giac/doc/el/cascmd_el/cascmd_el073.html +share/giac/doc/el/cascmd_el/cascmd_el074.html +share/giac/doc/el/cascmd_el/cascmd_el075.html +share/giac/doc/el/cascmd_el/cascmd_el076.html +share/giac/doc/el/cascmd_el/cascmd_el077.html +share/giac/doc/el/cascmd_el/cascmd_el078.html +share/giac/doc/el/cascmd_el/cascmd_el079.html +share/giac/doc/el/cascmd_el/cascmd_el080.html +share/giac/doc/el/cascmd_el/cascmd_el081.html +share/giac/doc/el/cascmd_el/cascmd_el082.html +share/giac/doc/el/cascmd_el/cascmd_el083.html +share/giac/doc/el/cascmd_el/cascmd_el084.html +share/giac/doc/el/cascmd_el/cascmd_el085.html +share/giac/doc/el/cascmd_el/cascmd_el086.html +share/giac/doc/el/cascmd_el/cascmd_el087.html +share/giac/doc/el/cascmd_el/cascmd_el088.html +share/giac/doc/el/cascmd_el/cascmd_el089.html +share/giac/doc/el/cascmd_el/cascmd_el090.html +share/giac/doc/el/cascmd_el/cascmd_el091.html +share/giac/doc/el/cascmd_el/cascmd_el092.html +share/giac/doc/el/cascmd_el/cascmd_el093.html +share/giac/doc/el/cascmd_el/cascmd_el094.html +share/giac/doc/el/cascmd_el/cascmd_el095.html +share/giac/doc/el/cascmd_el/cascmd_el096.html +share/giac/doc/el/cascmd_el/cascmd_el097.html +share/giac/doc/el/cascmd_el/cascmd_el098.html +share/giac/doc/el/cascmd_el/cascmd_el099.html +share/giac/doc/el/cascmd_el/cascmd_el100.html +share/giac/doc/el/cascmd_el/cascmd_el101.html +share/giac/doc/el/cascmd_el/cascmd_el102.html +share/giac/doc/el/cascmd_el/cascmd_el103.html +share/giac/doc/el/cascmd_el/cascmd_el104.html +share/giac/doc/el/cascmd_el/cascmd_el105.html +share/giac/doc/el/cascmd_el/cascmd_el106.html +share/giac/doc/el/cascmd_el/cascmd_el107.html +share/giac/doc/el/cascmd_el/cascmd_el108.html +share/giac/doc/el/cascmd_el/cascmd_el109.html +share/giac/doc/el/cascmd_el/cascmd_el110.html +share/giac/doc/el/cascmd_el/cascmd_el111.html +share/giac/doc/el/cascmd_el/cascmd_el112.html +share/giac/doc/el/cascmd_el/cascmd_el113.html +share/giac/doc/el/cascmd_el/cascmd_el114.html +share/giac/doc/el/cascmd_el/cascmd_el115.html +share/giac/doc/el/cascmd_el/cascmd_el116.html +share/giac/doc/el/cascmd_el/cascmd_el117.html +share/giac/doc/el/cascmd_el/cascmd_el118.html +share/giac/doc/el/cascmd_el/cascmd_el119.html +share/giac/doc/el/cascmd_el/cascmd_el120.html +share/giac/doc/el/cascmd_el/cascmd_el121.html +share/giac/doc/el/cascmd_el/cascmd_el122.html +share/giac/doc/el/cascmd_el/cascmd_el123.html +share/giac/doc/el/cascmd_el/cascmd_el124.html +share/giac/doc/el/cascmd_el/cascmd_el125.html +share/giac/doc/el/cascmd_el/cascmd_el126.html +share/giac/doc/el/cascmd_el/cascmd_el127.html +share/giac/doc/el/cascmd_el/cascmd_el128.html +share/giac/doc/el/cascmd_el/cascmd_el129.html +share/giac/doc/el/cascmd_el/cascmd_el130.html +share/giac/doc/el/cascmd_el/cascmd_el131.html +share/giac/doc/el/cascmd_el/cascmd_el132.html +share/giac/doc/el/cascmd_el/cascmd_el133.html +share/giac/doc/el/cascmd_el/cascmd_el134.html +share/giac/doc/el/cascmd_el/cascmd_el135.html +share/giac/doc/el/cascmd_el/cascmd_el136.html +share/giac/doc/el/cascmd_el/cascmd_el137.html +share/giac/doc/el/cascmd_el/cascmd_el138.html +share/giac/doc/el/cascmd_el/cascmd_el139.html +share/giac/doc/el/cascmd_el/cascmd_el140.html +share/giac/doc/el/cascmd_el/cascmd_el141.html +share/giac/doc/el/cascmd_el/cascmd_el142.html +share/giac/doc/el/cascmd_el/cascmd_el143.html +share/giac/doc/el/cascmd_el/cascmd_el144.html +share/giac/doc/el/cascmd_el/cascmd_el145.html +share/giac/doc/el/cascmd_el/cascmd_el146.html +share/giac/doc/el/cascmd_el/cascmd_el147.html +share/giac/doc/el/cascmd_el/cascmd_el148.html +share/giac/doc/el/cascmd_el/cascmd_el149.html +share/giac/doc/el/cascmd_el/cascmd_el150.html +share/giac/doc/el/cascmd_el/cascmd_el151.html +share/giac/doc/el/cascmd_el/cascmd_el152.html +share/giac/doc/el/cascmd_el/cascmd_el153.html +share/giac/doc/el/cascmd_el/cascmd_el154.html +share/giac/doc/el/cascmd_el/cascmd_el155.html +share/giac/doc/el/cascmd_el/cascmd_el156.html +share/giac/doc/el/cascmd_el/cascmd_el157.html +share/giac/doc/el/cascmd_el/cascmd_el158.html +share/giac/doc/el/cascmd_el/cascmd_el159.html +share/giac/doc/el/cascmd_el/cascmd_el160.html +share/giac/doc/el/cascmd_el/cascmd_el161.html +share/giac/doc/el/cascmd_el/cascmd_el162.html +share/giac/doc/el/cascmd_el/cascmd_el163.html +share/giac/doc/el/cascmd_el/cascmd_el164.html +share/giac/doc/el/cascmd_el/cascmd_el165.html +share/giac/doc/el/cascmd_el/cascmd_el166.html +share/giac/doc/el/cascmd_el/cascmd_el167.html +share/giac/doc/el/cascmd_el/cascmd_el168.html +share/giac/doc/el/cascmd_el/cascmd_el169.html +share/giac/doc/el/cascmd_el/cascmd_el170.html +share/giac/doc/el/cascmd_el/cascmd_el171.html +share/giac/doc/el/cascmd_el/cascmd_el172.html +share/giac/doc/el/cascmd_el/cascmd_el173.html +share/giac/doc/el/cascmd_el/cascmd_el174.html +share/giac/doc/el/cascmd_el/cascmd_el175.html +share/giac/doc/el/cascmd_el/cascmd_el176.html +share/giac/doc/el/cascmd_el/cascmd_el177.html +share/giac/doc/el/cascmd_el/cascmd_el178.html +share/giac/doc/el/cascmd_el/cascmd_el179.html +share/giac/doc/el/cascmd_el/cascmd_el180.html +share/giac/doc/el/cascmd_el/cascmd_el181.html +share/giac/doc/el/cascmd_el/cascmd_el182.html +share/giac/doc/el/cascmd_el/cascmd_el183.html +share/giac/doc/el/cascmd_el/cascmd_el184.html +share/giac/doc/el/cascmd_el/cascmd_el185.html +share/giac/doc/el/cascmd_el/cascmd_el186.html +share/giac/doc/el/cascmd_el/cascmd_el187.html +share/giac/doc/el/cascmd_el/cascmd_el188.html +share/giac/doc/el/cascmd_el/cascmd_el189.html +share/giac/doc/el/cascmd_el/cascmd_el190.html +share/giac/doc/el/cascmd_el/cascmd_el191.html +share/giac/doc/el/cascmd_el/cascmd_el192.html +share/giac/doc/el/cascmd_el/cascmd_el193.html +share/giac/doc/el/cascmd_el/cascmd_el194.html +share/giac/doc/el/cascmd_el/cascmd_el195.html +share/giac/doc/el/cascmd_el/cascmd_el196.html +share/giac/doc/el/cascmd_el/cascmd_el197.html +share/giac/doc/el/cascmd_el/cascmd_el198.html +share/giac/doc/el/cascmd_el/cascmd_el199.html +share/giac/doc/el/cascmd_el/cascmd_el200.html +share/giac/doc/el/cascmd_el/cascmd_el201.html +share/giac/doc/el/cascmd_el/cascmd_el202.html +share/giac/doc/el/cascmd_el/cascmd_el203.html +share/giac/doc/el/cascmd_el/cascmd_el204.html +share/giac/doc/el/cascmd_el/cascmd_el205.html +share/giac/doc/el/cascmd_el/cascmd_el206.html +share/giac/doc/el/cascmd_el/cascmd_el207.html +share/giac/doc/el/cascmd_el/cascmd_el208.html +share/giac/doc/el/cascmd_el/cascmd_el209.html +share/giac/doc/el/cascmd_el/cascmd_el210.html +share/giac/doc/el/cascmd_el/cascmd_el211.html +share/giac/doc/el/cascmd_el/cascmd_el212.html +share/giac/doc/el/cascmd_el/cascmd_el213.html +share/giac/doc/el/cascmd_el/cascmd_el214.html +share/giac/doc/el/cascmd_el/cascmd_el215.html +share/giac/doc/el/cascmd_el/cascmd_el216.html +share/giac/doc/el/cascmd_el/cascmd_el217.html +share/giac/doc/el/cascmd_el/cascmd_el218.html +share/giac/doc/el/cascmd_el/cascmd_el219.html +share/giac/doc/el/cascmd_el/cascmd_el220.html +share/giac/doc/el/cascmd_el/cascmd_el221.html +share/giac/doc/el/cascmd_el/cascmd_el222.html +share/giac/doc/el/cascmd_el/cascmd_el223.html +share/giac/doc/el/cascmd_el/cascmd_el224.html +share/giac/doc/el/cascmd_el/cascmd_el225.html +share/giac/doc/el/cascmd_el/cascmd_el226.html +share/giac/doc/el/cascmd_el/cascmd_el227.html +share/giac/doc/el/cascmd_el/cascmd_el228.html +share/giac/doc/el/cascmd_el/cascmd_el229.html +share/giac/doc/el/cascmd_el/cascmd_el230.html +share/giac/doc/el/cascmd_el/cascmd_el231.html +share/giac/doc/el/cascmd_el/cascmd_el232.html +share/giac/doc/el/cascmd_el/cascmd_el233.html +share/giac/doc/el/cascmd_el/cascmd_el234.html +share/giac/doc/el/cascmd_el/cascmd_el235.html +share/giac/doc/el/cascmd_el/cascmd_el236.html +share/giac/doc/el/cascmd_el/cascmd_el237.html +share/giac/doc/el/cascmd_el/cascmd_el238.html +share/giac/doc/el/cascmd_el/cascmd_el239.html +share/giac/doc/el/cascmd_el/cascmd_el240.html +share/giac/doc/el/cascmd_el/cascmd_el241.html +share/giac/doc/el/cascmd_el/cascmd_el242.html +share/giac/doc/el/cascmd_el/cascmd_el243.html +share/giac/doc/el/cascmd_el/cascmd_el244.html +share/giac/doc/el/cascmd_el/cascmd_el245.html +share/giac/doc/el/cascmd_el/cascmd_el246.html +share/giac/doc/el/cascmd_el/cascmd_el247.html +share/giac/doc/el/cascmd_el/cascmd_el248.html +share/giac/doc/el/cascmd_el/cascmd_el249.html +share/giac/doc/el/cascmd_el/cascmd_el250.html +share/giac/doc/el/cascmd_el/cascmd_el251.html +share/giac/doc/el/cascmd_el/cascmd_el252.html +share/giac/doc/el/cascmd_el/cascmd_el253.html +share/giac/doc/el/cascmd_el/cascmd_el254.html +share/giac/doc/el/cascmd_el/cascmd_el255.html +share/giac/doc/el/cascmd_el/cascmd_el256.html +share/giac/doc/el/cascmd_el/cascmd_el257.html +share/giac/doc/el/cascmd_el/cascmd_el258.html +share/giac/doc/el/cascmd_el/cascmd_el259.html +share/giac/doc/el/cascmd_el/cascmd_el260.html +share/giac/doc/el/cascmd_el/cascmd_el261.html +share/giac/doc/el/cascmd_el/cascmd_el262.html +share/giac/doc/el/cascmd_el/cascmd_el263.html +share/giac/doc/el/cascmd_el/cascmd_el264.html +share/giac/doc/el/cascmd_el/cascmd_el265.html +share/giac/doc/el/cascmd_el/cascmd_el266.html +share/giac/doc/el/cascmd_el/cascmd_el267.html +share/giac/doc/el/cascmd_el/cascmd_el268.html +share/giac/doc/el/cascmd_el/cascmd_el269.html +share/giac/doc/el/cascmd_el/cascmd_el270.html +share/giac/doc/el/cascmd_el/cascmd_el271.html +share/giac/doc/el/cascmd_el/cascmd_el272.html +share/giac/doc/el/cascmd_el/cascmd_el273.html +share/giac/doc/el/cascmd_el/cascmd_el274.html +share/giac/doc/el/cascmd_el/cascmd_el275.html +share/giac/doc/el/cascmd_el/cascmd_el276.html +share/giac/doc/el/cascmd_el/cascmd_el277.html +share/giac/doc/el/cascmd_el/cascmd_el278.html +share/giac/doc/el/cascmd_el/cascmd_el279.html +share/giac/doc/el/cascmd_el/cascmd_el280.html +share/giac/doc/el/cascmd_el/cascmd_el281.html +share/giac/doc/el/cascmd_el/cascmd_el282.html +share/giac/doc/el/cascmd_el/cascmd_el283.html +share/giac/doc/el/cascmd_el/cascmd_el284.html +share/giac/doc/el/cascmd_el/cascmd_el285.html +share/giac/doc/el/cascmd_el/cascmd_el286.html +share/giac/doc/el/cascmd_el/cascmd_el287.html +share/giac/doc/el/cascmd_el/cascmd_el288.html +share/giac/doc/el/cascmd_el/cascmd_el289.html +share/giac/doc/el/cascmd_el/cascmd_el290.html +share/giac/doc/el/cascmd_el/cascmd_el291.html +share/giac/doc/el/cascmd_el/cascmd_el292.html +share/giac/doc/el/cascmd_el/cascmd_el293.html +share/giac/doc/el/cascmd_el/cascmd_el294.html +share/giac/doc/el/cascmd_el/cascmd_el295.html +share/giac/doc/el/cascmd_el/cascmd_el296.html +share/giac/doc/el/cascmd_el/cascmd_el297.html +share/giac/doc/el/cascmd_el/cascmd_el298.html +share/giac/doc/el/cascmd_el/cascmd_el299.html +share/giac/doc/el/cascmd_el/cascmd_el300.html +share/giac/doc/el/cascmd_el/cascmd_el301.html +share/giac/doc/el/cascmd_el/cascmd_el302.html +share/giac/doc/el/cascmd_el/cascmd_el303.html +share/giac/doc/el/cascmd_el/cascmd_el304.html +share/giac/doc/el/cascmd_el/cascmd_el305.html +share/giac/doc/el/cascmd_el/cascmd_el306.html +share/giac/doc/el/cascmd_el/cascmd_el307.html +share/giac/doc/el/cascmd_el/cascmd_el308.html +share/giac/doc/el/cascmd_el/cascmd_el309.html +share/giac/doc/el/cascmd_el/cascmd_el310.html +share/giac/doc/el/cascmd_el/cascmd_el311.html +share/giac/doc/el/cascmd_el/cascmd_el312.html +share/giac/doc/el/cascmd_el/cascmd_el313.html +share/giac/doc/el/cascmd_el/cascmd_el314.html +share/giac/doc/el/cascmd_el/cascmd_el315.html +share/giac/doc/el/cascmd_el/cascmd_el316.html +share/giac/doc/el/cascmd_el/cascmd_el317.html +share/giac/doc/el/cascmd_el/cascmd_el318.html +share/giac/doc/el/cascmd_el/cascmd_el319.html +share/giac/doc/el/cascmd_el/cascmd_el320.html +share/giac/doc/el/cascmd_el/cascmd_el321.html +share/giac/doc/el/cascmd_el/cascmd_el322.html +share/giac/doc/el/cascmd_el/cascmd_el323.html +share/giac/doc/el/cascmd_el/cascmd_el324.html +share/giac/doc/el/cascmd_el/cascmd_el325.html +share/giac/doc/el/cascmd_el/cascmd_el326.html +share/giac/doc/el/cascmd_el/cascmd_el327.html +share/giac/doc/el/cascmd_el/cascmd_el328.html +share/giac/doc/el/cascmd_el/cascmd_el329.html +share/giac/doc/el/cascmd_el/cascmd_el330.html +share/giac/doc/el/cascmd_el/cascmd_el331.html +share/giac/doc/el/cascmd_el/cascmd_el332.html +share/giac/doc/el/cascmd_el/cascmd_el333.html +share/giac/doc/el/cascmd_el/cascmd_el334.html +share/giac/doc/el/cascmd_el/cascmd_el335.html +share/giac/doc/el/cascmd_el/cascmd_el336.html +share/giac/doc/el/cascmd_el/cascmd_el337.html +share/giac/doc/el/cascmd_el/cascmd_el338.html +share/giac/doc/el/cascmd_el/cascmd_el339.html +share/giac/doc/el/cascmd_el/cascmd_el340.html +share/giac/doc/el/cascmd_el/cascmd_el341.html +share/giac/doc/el/cascmd_el/cascmd_el342.html +share/giac/doc/el/cascmd_el/cascmd_el343.html +share/giac/doc/el/cascmd_el/cascmd_el344.html +share/giac/doc/el/cascmd_el/cascmd_el345.html +share/giac/doc/el/cascmd_el/cascmd_el346.html +share/giac/doc/el/cascmd_el/cascmd_el347.html +share/giac/doc/el/cascmd_el/cascmd_el348.html +share/giac/doc/el/cascmd_el/cascmd_el349.html +share/giac/doc/el/cascmd_el/cascmd_el350.html +share/giac/doc/el/cascmd_el/cascmd_el351.html +share/giac/doc/el/cascmd_el/cascmd_el352.html +share/giac/doc/el/cascmd_el/cascmd_el353.html +share/giac/doc/el/cascmd_el/cascmd_el354.html +share/giac/doc/el/cascmd_el/cascmd_el355.html +share/giac/doc/el/cascmd_el/cascmd_el356.html +share/giac/doc/el/cascmd_el/cascmd_el357.html +share/giac/doc/el/cascmd_el/cascmd_el358.html +share/giac/doc/el/cascmd_el/cascmd_el359.html +share/giac/doc/el/cascmd_el/cascmd_el360.html +share/giac/doc/el/cascmd_el/cascmd_el361.html +share/giac/doc/el/cascmd_el/cascmd_el362.html +share/giac/doc/el/cascmd_el/cascmd_el363.html +share/giac/doc/el/cascmd_el/cascmd_el364.html +share/giac/doc/el/cascmd_el/cascmd_el365.html +share/giac/doc/el/cascmd_el/cascmd_el366.html +share/giac/doc/el/cascmd_el/cascmd_el367.html +share/giac/doc/el/cascmd_el/cascmd_el368.html +share/giac/doc/el/cascmd_el/cascmd_el369.html +share/giac/doc/el/cascmd_el/cascmd_el370.html +share/giac/doc/el/cascmd_el/cascmd_el371.html +share/giac/doc/el/cascmd_el/cascmd_el372.html +share/giac/doc/el/cascmd_el/cascmd_el373.html +share/giac/doc/el/cascmd_el/cascmd_el374.html +share/giac/doc/el/cascmd_el/cascmd_el375.html +share/giac/doc/el/cascmd_el/cascmd_el376.html +share/giac/doc/el/cascmd_el/cascmd_el377.html +share/giac/doc/el/cascmd_el/cascmd_el378.html +share/giac/doc/el/cascmd_el/cascmd_el379.html +share/giac/doc/el/cascmd_el/cascmd_el380.html +share/giac/doc/el/cascmd_el/cascmd_el381.html +share/giac/doc/el/cascmd_el/cascmd_el382.html +share/giac/doc/el/cascmd_el/cascmd_el383.html +share/giac/doc/el/cascmd_el/cascmd_el384.html +share/giac/doc/el/cascmd_el/cascmd_el385.html +share/giac/doc/el/cascmd_el/cascmd_el386.html +share/giac/doc/el/cascmd_el/cascmd_el387.html +share/giac/doc/el/cascmd_el/cascmd_el388.html +share/giac/doc/el/cascmd_el/cascmd_el389.html +share/giac/doc/el/cascmd_el/cascmd_el390.html +share/giac/doc/el/cascmd_el/cascmd_el391.html +share/giac/doc/el/cascmd_el/cascmd_el392.html +share/giac/doc/el/cascmd_el/cascmd_el393.html +share/giac/doc/el/cascmd_el/cascmd_el394.html +share/giac/doc/el/cascmd_el/cascmd_el395.html +share/giac/doc/el/cascmd_el/cascmd_el396.html +share/giac/doc/el/cascmd_el/cascmd_el397.html +share/giac/doc/el/cascmd_el/cascmd_el398.html +share/giac/doc/el/cascmd_el/cascmd_el399.html +share/giac/doc/el/cascmd_el/cascmd_el400.html +share/giac/doc/el/cascmd_el/cascmd_el401.html +share/giac/doc/el/cascmd_el/cascmd_el402.html +share/giac/doc/el/cascmd_el/cascmd_el403.html +share/giac/doc/el/cascmd_el/cascmd_el404.html +share/giac/doc/el/cascmd_el/cascmd_el405.html +share/giac/doc/el/cascmd_el/cascmd_el406.html +share/giac/doc/el/cascmd_el/cascmd_el407.html +share/giac/doc/el/cascmd_el/cascmd_el408.html +share/giac/doc/el/cascmd_el/cascmd_el409.html +share/giac/doc/el/cascmd_el/cascmd_el410.html +share/giac/doc/el/cascmd_el/cascmd_el411.html +share/giac/doc/el/cascmd_el/cascmd_el412.html +share/giac/doc/el/cascmd_el/cascmd_el413.html +share/giac/doc/el/cascmd_el/cascmd_el414.html +share/giac/doc/el/cascmd_el/cascmd_el415.html +share/giac/doc/el/cascmd_el/cascmd_el416.html +share/giac/doc/el/cascmd_el/cascmd_el417.html +share/giac/doc/el/cascmd_el/cascmd_el418.html +share/giac/doc/el/cascmd_el/cascmd_el419.html +share/giac/doc/el/cascmd_el/cascmd_el420.html +share/giac/doc/el/cascmd_el/cascmd_el421.html +share/giac/doc/el/cascmd_el/cascmd_el422.html +share/giac/doc/el/cascmd_el/cascmd_el423.html +share/giac/doc/el/cascmd_el/cascmd_el424.html +share/giac/doc/el/cascmd_el/cascmd_el425.html +share/giac/doc/el/cascmd_el/cascmd_el426.html +share/giac/doc/el/cascmd_el/cascmd_el427.html +share/giac/doc/el/cascmd_el/cascmd_el428.html +share/giac/doc/el/cascmd_el/cascmd_el429.html +share/giac/doc/el/cascmd_el/cascmd_el430.html +share/giac/doc/el/cascmd_el/cascmd_el431.html +share/giac/doc/el/cascmd_el/cascmd_el432.html +share/giac/doc/el/cascmd_el/cascmd_el433.html +share/giac/doc/el/cascmd_el/cascmd_el434.html +share/giac/doc/el/cascmd_el/cascmd_el435.html +share/giac/doc/el/cascmd_el/cascmd_el436.html +share/giac/doc/el/cascmd_el/cascmd_el437.html +share/giac/doc/el/cascmd_el/cascmd_el438.html +share/giac/doc/el/cascmd_el/cascmd_el439.html +share/giac/doc/el/cascmd_el/cascmd_el440.html +share/giac/doc/el/cascmd_el/cascmd_el441.html +share/giac/doc/el/cascmd_el/cascmd_el442.html +share/giac/doc/el/cascmd_el/cascmd_el443.html +share/giac/doc/el/cascmd_el/cascmd_el444.html +share/giac/doc/el/cascmd_el/cascmd_el445.html +share/giac/doc/el/cascmd_el/cascmd_el446.html +share/giac/doc/el/cascmd_el/cascmd_el447.html +share/giac/doc/el/cascmd_el/cascmd_el448.html +share/giac/doc/el/cascmd_el/cascmd_el449.html +share/giac/doc/el/cascmd_el/cascmd_el450.html +share/giac/doc/el/cascmd_el/cascmd_el451.html +share/giac/doc/el/cascmd_el/cascmd_el452.html +share/giac/doc/el/cascmd_el/cascmd_el453.html +share/giac/doc/el/cascmd_el/cascmd_el454.html +share/giac/doc/el/cascmd_el/cascmd_el455.html +share/giac/doc/el/cascmd_el/cascmd_el456.html +share/giac/doc/el/cascmd_el/cascmd_el457.html +share/giac/doc/el/cascmd_el/cascmd_el458.html +share/giac/doc/el/cascmd_el/cascmd_el459.html +share/giac/doc/el/cascmd_el/cascmd_el460.html +share/giac/doc/el/cascmd_el/cascmd_el461.html +share/giac/doc/el/cascmd_el/cascmd_el462.html +share/giac/doc/el/cascmd_el/cascmd_el463.html +share/giac/doc/el/cascmd_el/cascmd_el464.html +share/giac/doc/el/cascmd_el/cascmd_el465.html +share/giac/doc/el/cascmd_el/cascmd_el466.html +share/giac/doc/el/cascmd_el/cascmd_el467.html +share/giac/doc/el/cascmd_el/cascmd_el468.html +share/giac/doc/el/cascmd_el/cascmd_el469.html +share/giac/doc/el/cascmd_el/cascmd_el470.html +share/giac/doc/el/cascmd_el/cascmd_el471.html +share/giac/doc/el/cascmd_el/cascmd_el472.html +share/giac/doc/el/cascmd_el/cascmd_el473.html +share/giac/doc/el/cascmd_el/cascmd_el474.html +share/giac/doc/el/cascmd_el/cascmd_el475.html +share/giac/doc/el/cascmd_el/cascmd_el476.html +share/giac/doc/el/cascmd_el/cascmd_el477.html +share/giac/doc/el/cascmd_el/cascmd_el478.html +share/giac/doc/el/cascmd_el/cascmd_el479.html +share/giac/doc/el/cascmd_el/cascmd_el480.html +share/giac/doc/el/cascmd_el/cascmd_el481.html +share/giac/doc/el/cascmd_el/cascmd_el482.html +share/giac/doc/el/cascmd_el/cascmd_el483.html +share/giac/doc/el/cascmd_el/cascmd_el484.html +share/giac/doc/el/cascmd_el/cascmd_el485.html +share/giac/doc/el/cascmd_el/cascmd_el486.html +share/giac/doc/el/cascmd_el/cascmd_el487.html +share/giac/doc/el/cascmd_el/cascmd_el488.html +share/giac/doc/el/cascmd_el/cascmd_el489.html +share/giac/doc/el/cascmd_el/cascmd_el490.html +share/giac/doc/el/cascmd_el/cascmd_el491.html +share/giac/doc/el/cascmd_el/cascmd_el492.html +share/giac/doc/el/cascmd_el/cascmd_el493.html +share/giac/doc/el/cascmd_el/cascmd_el494.html +share/giac/doc/el/cascmd_el/cascmd_el495.html +share/giac/doc/el/cascmd_el/cascmd_el496.html +share/giac/doc/el/cascmd_el/cascmd_el497.html +share/giac/doc/el/cascmd_el/cascmd_el498.html +share/giac/doc/el/cascmd_el/cascmd_el499.html +share/giac/doc/el/cascmd_el/cascmd_el500.html +share/giac/doc/el/cascmd_el/cascmd_el501.html +share/giac/doc/el/cascmd_el/cascmd_el502.html +share/giac/doc/el/cascmd_el/cascmd_el503.html +share/giac/doc/el/cascmd_el/cascmd_el504.html +share/giac/doc/el/cascmd_el/cascmd_el505.html +share/giac/doc/el/cascmd_el/cascmd_el506.html +share/giac/doc/el/cascmd_el/cascmd_el507.html +share/giac/doc/el/cascmd_el/cascmd_el508.html +share/giac/doc/el/cascmd_el/contents_motif.gif +share/giac/doc/el/cascmd_el/index.html +share/giac/doc/el/cascmd_el/next_motif.gif +share/giac/doc/el/cascmd_el/previous_motif.gif share/giac/doc/el/casinter/Makefile share/giac/doc/el/casinter/Makefile.am share/giac/doc/el/casinter/Makefile.am~ @@ -2245,6 +2762,8 @@ share/giac/doc/fr/cascmd_fr/cascmd_fr975.html share/giac/doc/fr/cascmd_fr/cascmd_fr976.html share/giac/doc/fr/cascmd_fr/cascmd_fr977.html +share/giac/doc/fr/cascmd_fr/cascmd_fr978.html +share/giac/doc/fr/cascmd_fr/cascmd_fr979.html share/giac/doc/fr/cascmd_fr/contents_motif.gif share/giac/doc/fr/cascmd_fr/index.html share/giac/doc/fr/cascmd_fr/next_motif.gif @@ -2337,6 +2856,7 @@ share/giac/doc/fr/casexo/casexo058.png share/giac/doc/fr/casexo/casexo059.png share/giac/doc/fr/casexo/casexo060.png +share/giac/doc/fr/casexo/casexo061.png share/giac/doc/fr/casexo/contents_motif.gif share/giac/doc/fr/casexo/index.html share/giac/doc/fr/casexo/next_motif.gif @@ -2724,6 +3244,7 @@ share/giac/doc/pt/keywords share/giac/doc/pt/xcasex share/giac/doc/pt/xcasmenu +share/giac/doc/zh/aide_cas share/giac/doc/zh/keywords share/giac/doc/zh/xcasex share/giac/doc/zh/xcasmenu @@ -2970,7 +3491,6 @@ share/locale/fr/LC_MESSAGES/giac.mo share/locale/it/LC_MESSAGES/giac.mo share/locale/pt/LC_MESSAGES/giac.mo -share/locale/zh/LC_MESSAGES/giac.mo share/pixmaps/xcas.xpm @dirrm share/giac/examples/tortue @dirrm share/giac/examples/simulation @@ -3017,8 +3537,10 @@ @dirrm share/giac/doc/en @dirrm share/giac/doc/el/tutoriel @dirrm share/giac/doc/el/casinter +@dirrm share/giac/doc/el/cascmd_el @dirrm share/giac/doc/el @dirrm share/giac/doc/dxcas +@dirrm share/giac/doc/de @dirrm share/giac/doc @dirrm share/giac @dirrm share/doc/giac/tortue >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 22:40:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85CED1065675 for ; Mon, 18 Jun 2012 22:40:17 +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 5CC018FC14 for ; Mon, 18 Jun 2012 22:40:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IMeHMa069214 for ; Mon, 18 Jun 2012 22:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IMeH1P069213; Mon, 18 Jun 2012 22:40:17 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 22:40:17 GMT Resent-Message-Id: <201206182240.q5IMeH1P069213@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, MIMIFIR Pierre Jacques Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C17AA1065678 for ; Mon, 18 Jun 2012 22:38:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id AC62F8FC1D for ; Mon, 18 Jun 2012 22:38:53 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5IMcrUR034951 for ; Mon, 18 Jun 2012 22:38:53 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5IMcrWa034950; Mon, 18 Jun 2012 22:38:53 GMT (envelope-from nobody) Message-Id: <201206182238.q5IMcrWa034950@red.freebsd.org> Date: Mon, 18 Jun 2012 22:38:53 GMT From: MIMIFIR Pierre Jacques To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169211: emulators/vboxtool 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: Mon, 18 Jun 2012 22:40:17 -0000 >Number: 169211 >Category: ports >Synopsis: emulators/vboxtool >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 18 22:40:17 UTC 2012 >Closed-Date: >Last-Modified: >Originator: MIMIFIR Pierre Jacques >Release: 9.0 >Organization: >Environment: FreeBSD sakura 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jun 12 23:23:30 CEST 2012 root@sakura:/usr/obj/usr/src/sys/GENERIC amd64 >Description: asy control of virtual machines of VirtualBox (virtualization solution) on a Linux headless server. Autostart and autosave on boot/halt. Start, stop, save, backup and show status of sessions in batch mode from command line. More informations at: http://vboxtool.sourceforge.net/ >How-To-Repeat: >Fix: 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: # # vboxtool # vboxtool/Makefile # vboxtool/pkg-descr # vboxtool/files # vboxtool/files/patch-script-vboxtool # vboxtool/files/patch-script-vboxtoolinit # vboxtool/pkg-plist # vboxtool/distinfo # echo c - vboxtool mkdir -p vboxtool > /dev/null 2>&1 echo x - vboxtool/Makefile sed 's/^X//' >vboxtool/Makefile << '0cacd12ce271bf2848d890551ee404d9' X# New ports collection makefile for: oneko X# Date created: 14 December 2012 X# Whom: pjm X# X# $FreeBSD$ X# X XPORTNAME= vboxtool XPORTVERSION= 0.5 XCATEGORIES= emulators XMASTER_SITES= SF X XMAINTAINER= pierrejacques.mimifir@gmail.com XCOMMENT= Provides effective control of VirtualBox machines X XLICENSE= GPLv3 XLICENSE_FILE= ${WRKSRC}//COPYING.txt X XRUN_DEPENDS= ${LOCALBASE}/bin/VBoxManage:${PORTSDIR}/emulators/virtualbox-ose X XNO_WRKSUBDIR= yes XNO_BUILD= yes X XUSER= vboxuser XGROUPS= vboxusers XUSE_ZIP= yes X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/script/vboxtool ${LOCALBASE}/bin/vboxtool X ${INSTALL_DATA} ${WRKSRC}/script/vboxtoolinit ${LOCALBASE}/etc/rc.d/vboxtoolinit X ${CHMOD} 0750 ${LOCALBASE}/bin/vboxtool X ${CHMOD} 0750 ${LOCALBASE}/etc/rc.d/vboxtoolinit X ${MKDIR} ${LOCALBASE}/etc/${PORTNAME} X ${CHMOD} 0755 ${LOCALBASE}/etc/${PORTNAME} X ${ECHO} >${LOCALBASE}/etc/${PORTNAME}/machines.conf X ${ECHO} >${LOCALBASE}/etc/${PORTNAME}/${PORTNAME}.conf X.include 0cacd12ce271bf2848d890551ee404d9 echo x - vboxtool/pkg-descr sed 's/^X//' >vboxtool/pkg-descr << 'f295b8f2b1af030e196c419ccf7e3bab' XProvides effective control of virtual machines of VirtualBox Xicon-external-link.png (virtualization solution) on a Linux Xheadless server, published as free and open source software. f295b8f2b1af030e196c419ccf7e3bab echo c - vboxtool/files mkdir -p vboxtool/files > /dev/null 2>&1 echo x - vboxtool/files/patch-script-vboxtool sed 's/^X//' >vboxtool/files/patch-script-vboxtool << 'be4dd51f0afb0873f138b33f909d6b05' X--- script/vboxtool.org 2012-04-29 21:59:59.000000000 +0200 X+++ script/vboxtool 2012-06-16 01:26:32.000000000 +0200 X@@ -1,4 +1,4 @@ X-#!/bin/bash X+#!/usr/local/bin/bash X # X # vboxtool: Utility to retrieve status and control VirtualBox sessions X # X@@ -55,7 +55,7 @@ X echo " --version|version Version info." X echo " --help|help This help." X echo "" X- echo "*Configuration. vboxtool depends on two config files, located in /etc/vboxtool." X+ echo "*Configuration. vboxtool depends on two config files, located in /usr/local/etc/vboxtool." X echo "" X echo "Configuration file $machines_conf:" X echo "- each line in this file is a separate machine" X@@ -84,7 +84,7 @@ X echo "" X echo "*Start at boot, save on halt. VBoxTool is capable for autostart sessions at" X echo "boot time and autosave sessions when host is stopped. This depends on " X- echo "/etc/vboxtool/vboxtool.conf. In here, the variable vbox_user must be filled:" X+ echo "/usr/local/etc/vboxtool/vboxtool.conf. In here, the variable vbox_user must be filled:" X echo "vbox_user=''" X echo "Note the quotes. Fill for the name of the user under which" X echo "sessions are installed/running." X@@ -545,8 +545,8 @@ X X # Some constants X version='0.5' X-machines_conf='/etc/vboxtool/machines.conf' X-vboxtool_conf='/etc/vboxtool/vboxtool.conf' X+machines_conf='/usr/local/etc/vboxtool/machines.conf' X+vboxtool_conf='/usr/local/etc/vboxtool/vboxtool.conf' X vbox_folder="$HOME/.VirtualBox" X log_file="$vbox_folder/vboxtool.log" X be4dd51f0afb0873f138b33f909d6b05 echo x - vboxtool/files/patch-script-vboxtoolinit sed 's/^X//' >vboxtool/files/patch-script-vboxtoolinit << 'f7ef29882919156a0446ac89d2a15efd' X--- script/vboxtoolinit.org 2012-04-29 21:59:59.000000000 +0200 X+++ script/vboxtoolinit 2012-06-16 01:26:32.000000000 +0200 X@@ -1,14 +1,14 @@ X-#!/bin/bash X+#!/usr/local/bin/bash X # X # vboxtoolinit: Frontend for vboxtool for auto start sessions when booting and save X # sessions when host is stopped X # X-# This is a wrapper for vboxtool. It is to be placed in /etc/init.d to provide auto X+# This is a wrapper for vboxtool. It is to be placed in /usr/loca/etc/rc.d to provide auto X # start at boot time and stop when the host is halted. Because it's a wrapper, the X # original functions of vboxtool can be executed as usual, without cd'ing to X-# /etc/init.d. X+# /usr/local/etc/rc.d. X # X-# Usage: Should be placed in /etc/init.d X+# Usage: Should be placed in /usr/local/etc/rc.d X # X # Copyright (C) 2008 Mark Baaijens X # X@@ -44,7 +44,7 @@ X start() X { X # 'vboxtoolinit start' maps to 'vboxtool autostart'; when the host boots, all sessions in X- # the config file /etc/vboxtool/machines.conf are started X+ # the config file /usr/local/etc/vboxtool/machines.conf are started X nohup $su_command "vboxtool autostart" > /dev/null X } X X@@ -62,7 +62,7 @@ X } X X # Some constants X-config_file='/etc/vboxtool/vboxtool.conf' X+config_file='/usr/local/etc/vboxtool/vboxtool.conf' X X # Retrieve settings from config file, just by executing the config file. X # Config file $config_file should look like this: f7ef29882919156a0446ac89d2a15efd echo x - vboxtool/pkg-plist sed 's/^X//' >vboxtool/pkg-plist << '35631b303aa688b6f927dbd0b42fd8e4' Xbin/vboxtool Xetc/rc.d/vboxtoolinit Xetc/vboxtool/machines.conf Xetc/vboxtool/vboxtool.conf X@dirrm etc/vboxtool 35631b303aa688b6f927dbd0b42fd8e4 echo x - vboxtool/distinfo sed 's/^X//' >vboxtool/distinfo << '99d594b71231b85c5e065df371743b2b' XSHA256 (vboxtool-0.5.zip) = 8c5f006bbb08142d9babfce47db4ba5ba641cfe3aa88b1489e67c219460ace93 XSIZE (vboxtool-0.5.zip) = 26829 99d594b71231b85c5e065df371743b2b exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 22:44:30 2012 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 54289106568B; Mon, 18 Jun 2012 22:44:30 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 25D4D8FC12; Mon, 18 Jun 2012 22:44:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5IMiU8t077348; Mon, 18 Jun 2012 22:44:30 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5IMiU8Z077344; Mon, 18 Jun 2012 22:44:30 GMT (envelope-from scheidell) Date: Mon, 18 Jun 2012 22:44:30 GMT Message-Id: <201206182244.q5IMiU8Z077344@freefall.freebsd.org> To: s@samu.pl, scheidell@FreeBSD.org, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/168832: New port: sysutils/bsdinfo a freebsd version of 'archey' application to display system information 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: Mon, 18 Jun 2012 22:44:30 -0000 Synopsis: New port: sysutils/bsdinfo a freebsd version of 'archey' application to display system information State-Changed-From-To: suspended->open State-Changed-By: scheidell State-Changed-When: Mon Jun 18 22:43:56 UTC 2012 State-Changed-Why: Don't have time for this now. Responsible-Changed-From-To: scheidell->freebsd-ports-bugs Responsible-Changed-By: scheidell Responsible-Changed-When: Mon Jun 18 22:43:56 UTC 2012 Responsible-Changed-Why: Back to the pool http://www.freebsd.org/cgi/query-pr.cgi?pr=168832 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:20:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1ED251065672 for ; Mon, 18 Jun 2012 23:20:09 +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 DC9148FC25 for ; Mon, 18 Jun 2012 23:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INK8k2006435 for ; Mon, 18 Jun 2012 23:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INK8Xi006433; Mon, 18 Jun 2012 23:20:08 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 23:20:08 GMT Resent-Message-Id: <201206182320.q5INK8Xi006433@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, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFB3B1065806; Mon, 18 Jun 2012 23:19:22 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.dw.redsrci.com (mail.pub.dw.redsrci.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 8EB0A8FC15; Mon, 18 Jun 2012 23:19:22 +0000 (UTC) Received: from mail.dw.redsrci.com (localhost [127.0.0.1]) by mail.dw.redsrci.com (Postfix) with ESMTP id 434046FD9EC; Mon, 18 Jun 2012 16:19:22 -0700 (PDT) Received: from mail.dw.redsrci.com ([127.0.0.1]) by mail.dw.redsrci.com (mail.dw.redsrci.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RyP3uxXug4Vo; Mon, 18 Jun 2012 16:19:22 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.120]) by mail.dw.redsrci.com (Postfix) with SMTP id 1F7D06FD9CA; Mon, 18 Jun 2012 16:19:22 -0700 (PDT) Received: (nullmailer pid 21117 invoked by uid 1001); Mon, 18 Jun 2012 23:17:48 -0000 Message-Id: <1340061468.158863.21105.nullmailer@experts-exchange.com> Date: Mon, 18 Jun 2012 16:17:48 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jkim@FreeBSD.org Subject: ports/169212: [PATCH] audio/oss: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:20:09 -0000 >Number: 169212 >Category: ports >Synopsis: [PATCH] audio/oss: fix usage of ${SRC_BASE} before it is defined >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 18 23:20:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.3-RELEASE amd64 >Organization: >Environment: System: FreeBSD dormouse.experts-exchange.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC >Description: Original PR filed as ports/165994 SRC_BASE is being used before being defined in several ports. it happened to work anyways in most cases because the main use of SRC_BASE is for checking if ${SRC_BASE}/sys/ (/usr/src/sys/) exists, and if SRC_BASE is empty, it just checks for /sys/ which does exist on most systems as a symlink to /usr/src/sys/. Port maintainer (jkim@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- oss-4.2.b2006_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/oss/Makefile,v retrieving revision 1.49 diff -u -r1.49 Makefile --- Makefile 4 Jun 2012 18:09:14 -0000 1.49 +++ Makefile 18 Jun 2012 23:17:46 -0000 @@ -55,6 +55,8 @@ PROTO_MANDIR= ${PROTO_DIR}/usr/share/man PROTO_OSSLIBDIR=${PROTO_DIR}${PREFIX}/lib/oss +.include + .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel source to be installed .endif --- oss-4.2.b2006_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:20:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F6AB106564A; Mon, 18 Jun 2012 23:20:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 637078FC08; Mon, 18 Jun 2012 23:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INKLkj006640; Mon, 18 Jun 2012 23:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INKLJ1006634; Mon, 18 Jun 2012 23:20:21 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 23:20:21 GMT Message-Id: <201206182320.q5INKLJ1006634@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jkim@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169212: [PATCH] audio/oss: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:20:21 -0000 Synopsis: [PATCH] audio/oss: fix usage of ${SRC_BASE} before it is defined Responsible-Changed-From-To: freebsd-ports-bugs->jkim Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 23:20:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169212 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:30:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 03A02106566B for ; Mon, 18 Jun 2012 23:30:12 +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 CCB078FC18 for ; Mon, 18 Jun 2012 23:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INUB6D015000 for ; Mon, 18 Jun 2012 23:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INUBvU014996; Mon, 18 Jun 2012 23:30:11 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 23:30:11 GMT Resent-Message-Id: <201206182330.q5INUBvU014996@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, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18088106566B; Mon, 18 Jun 2012 23:21:21 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.dw.redsrci.com (mail.pub.dw.redsrci.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id EB5EC8FC12; Mon, 18 Jun 2012 23:21:20 +0000 (UTC) Received: from mail.dw.redsrci.com (localhost [127.0.0.1]) by mail.dw.redsrci.com (Postfix) with ESMTP id E3B5D6FD9F3; Mon, 18 Jun 2012 16:21:20 -0700 (PDT) Received: from mail.dw.redsrci.com ([127.0.0.1]) by mail.dw.redsrci.com (mail.dw.redsrci.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xkRV0ll5YkRD; Mon, 18 Jun 2012 16:21:20 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.120]) by mail.dw.redsrci.com (Postfix) with SMTP id BB7766FD9F1; Mon, 18 Jun 2012 16:21:20 -0700 (PDT) Received: (nullmailer pid 60132 invoked by uid 1001); Mon, 18 Jun 2012 23:19:46 -0000 Message-Id: <1340061586.795486.60126.nullmailer@experts-exchange.com> Date: Mon, 18 Jun 2012 16:19:46 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kuriyama@FreeBSD.org Subject: ports/169213: [PATCH] emulators/virtio-kmod: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:30:12 -0000 >Number: 169213 >Category: ports >Synopsis: [PATCH] emulators/virtio-kmod: fix usage of ${SRC_BASE} before it is defined >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 18 23:30:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.3-RELEASE amd64 >Organization: >Environment: System: FreeBSD dormouse.experts-exchange.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC >Description: Original PR filed as ports/165994 SRC_BASE is being used before being defined in several ports. it happened to work anyways in most cases because the main use of SRC_BASE is for checking if ${SRC_BASE}/sys/ (/usr/src/sys/) exists, and if SRC_BASE is empty, it just checks for /sys/ which does exist on most systems as a symlink to /usr/src/sys/. Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- virtio-kmod-0.234349.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/virtio-kmod/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 22 Apr 2012 13:52:23 -0000 1.4 +++ Makefile 18 Jun 2012 23:20:43 -0000 @@ -24,12 +24,12 @@ NEEDSUBDIRS= amd64 conf contrib dev/pci geom i386 kern net netinet netinet6 \ sys tools vm x86 +.include + .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel source to be installed .endif -.include - .if ${OSREL} != "8.2" && ${OSREL} != "8.3" && ${OSREL} != "9.0" IGNORE= not supported $${OSREL} (${OSREL}) .endif --- virtio-kmod-0.234349.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:30:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6124A1065673 for ; Mon, 18 Jun 2012 23:30:18 +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 364798FC1A for ; Mon, 18 Jun 2012 23:30:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INUITM015229 for ; Mon, 18 Jun 2012 23:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INUIq5015224; Mon, 18 Jun 2012 23:30:18 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 23:30:18 GMT Resent-Message-Id: <201206182330.q5INUIq5015224@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, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DEEB51065689; Mon, 18 Jun 2012 23:24:59 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.dw.redsrci.com (mail.pub.dw.redsrci.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id BDE9B8FC08; Mon, 18 Jun 2012 23:24:59 +0000 (UTC) Received: from mail.dw.redsrci.com (localhost [127.0.0.1]) by mail.dw.redsrci.com (Postfix) with ESMTP id B0E1D6FD9F0; Mon, 18 Jun 2012 16:24:59 -0700 (PDT) Received: from mail.dw.redsrci.com ([127.0.0.1]) by mail.dw.redsrci.com (mail.dw.redsrci.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zHIiP5eCAxso; Mon, 18 Jun 2012 16:24:59 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.120]) by mail.dw.redsrci.com (Postfix) with SMTP id 8CD4B6FD9EC; Mon, 18 Jun 2012 16:24:59 -0700 (PDT) Received: (nullmailer pid 86814 invoked by uid 1001); Mon, 18 Jun 2012 23:23:25 -0000 Message-Id: <1340061805.605893.86813.nullmailer@experts-exchange.com> Date: Mon, 18 Jun 2012 16:23:25 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: hrs@FreeBSD.org Subject: ports/169214: [PATCH] multimedia/ptx-kmod: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:30:18 -0000 >Number: 169214 >Category: ports >Synopsis: [PATCH] multimedia/ptx-kmod: fix usage of ${SRC_BASE} before it is defined >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 18 23:30:17 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.3-RELEASE amd64 >Organization: >Environment: System: FreeBSD dormouse.experts-exchange.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC >Description: Original PR filed as ports/165994 SRC_BASE is being used before being defined in several ports. it happened to work anyways in most cases because the main use of SRC_BASE is for checking if ${SRC_BASE}/sys/ (/usr/src/sys/) exists, and if SRC_BASE is empty, it just checks for /sys/ which does exist on most systems as a symlink to /usr/src/sys/. Pet portlint on LICENSE complaints with other variables in same section. Port maintainer (hrs@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- ptx-kmod-0.0.20111212.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/multimedia/ptx-kmod/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 8 Jan 2012 20:38:47 -0000 1.4 +++ Makefile 18 Jun 2012 23:23:27 -0000 @@ -17,6 +17,7 @@ COMMENT= Device driver for PT1/PT2 ISDB-S/T tuner cards LICENSE= GPLv3 + ONLY_FOR_ARCHS= amd64 i386 BUILD_WRKSRC= ${WRKSRC}/dev/ptx MAKE_ENV= KMODDIR=${PREFIX}/${KMODDIR} SYSDIR=${SYSDIR} @@ -26,10 +27,11 @@ USE_RC_SUBR= ptx.sh PORTDOCS= README +.include + KMODDIR= libexec/${PORTNAME} SYSDIR?= ${SRC_BASE}/sys -.include KERNCONF?= GENERIC # Use the first component of ${KERNCONF}. --- ptx-kmod-0.0.20111212.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:30:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8792310656B9 for ; Mon, 18 Jun 2012 23:30:19 +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 50C438FC1D for ; Mon, 18 Jun 2012 23:30:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INUI7s015250 for ; Mon, 18 Jun 2012 23:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INUI6f015247; Mon, 18 Jun 2012 23:30:18 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 23:30:18 GMT Resent-Message-Id: <201206182330.q5INUI6f015247@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, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D24AC1065675 for ; Mon, 18 Jun 2012 23:25:58 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.dw.redsrci.com (mail.pub.dw.redsrci.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id B24F08FC0A for ; Mon, 18 Jun 2012 23:25:58 +0000 (UTC) Received: from mail.dw.redsrci.com (localhost [127.0.0.1]) by mail.dw.redsrci.com (Postfix) with ESMTP id AC1196FD9E3; Mon, 18 Jun 2012 16:25:58 -0700 (PDT) Received: from mail.dw.redsrci.com ([127.0.0.1]) by mail.dw.redsrci.com (mail.dw.redsrci.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aNONs195QoVq; Mon, 18 Jun 2012 16:25:58 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.120]) by mail.dw.redsrci.com (Postfix) with SMTP id 88A776FD98B; Mon, 18 Jun 2012 16:25:58 -0700 (PDT) Received: (nullmailer pid 2431 invoked by uid 1001); Mon, 18 Jun 2012 23:24:24 -0000 Message-Id: <1340061864.584927.2424.nullmailer@experts-exchange.com> Date: Mon, 18 Jun 2012 16:24:24 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: nsand@sura.ru Subject: ports/169215: [PATCH] net/skyfish: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:30:19 -0000 >Number: 169215 >Category: ports >Synopsis: [PATCH] net/skyfish: fix usage of ${SRC_BASE} before it is defined >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 18 23:30:18 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.3-RELEASE amd64 >Organization: >Environment: System: FreeBSD dormouse.experts-exchange.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC >Description: Original PR filed as ports/165994 SRC_BASE is being used before being defined in several ports. it happened to work anyways in most cases because the main use of SRC_BASE is for checking if ${SRC_BASE}/sys/ (/usr/src/sys/) exists, and if SRC_BASE is empty, it just checks for /sys/ which does exist on most systems as a symlink to /usr/src/sys/. Port maintainer (nsand@sura.ru) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- skyfish-0.91.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/skyfish/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 26 Aug 2009 04:40:46 -0000 1.4 +++ Makefile 18 Jun 2012 23:25:32 -0000 @@ -13,6 +13,8 @@ MAINTAINER= nsand@sura.ru COMMENT= Grabbing TCP streams from network interface (SAT internet) +.include + SYSDIR?= ${SRC_BASE}/sys KMODDIR= /boot/modules PLIST_SUB+= KMODDIR=${KMODDIR} @@ -28,4 +30,4 @@ exit 1 .endif -.include +.include --- skyfish-0.91.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:30:20 2012 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 6AECC1065673 for ; Mon, 18 Jun 2012 23:30:20 +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 3EE718FC1F for ; Mon, 18 Jun 2012 23:30:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INUJ6q015302 for ; Mon, 18 Jun 2012 23:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INUJdj015299; Mon, 18 Jun 2012 23:30:19 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 23:30:19 GMT Resent-Message-Id: <201206182330.q5INUJdj015299@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, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6E461065672 for ; Mon, 18 Jun 2012 23:29:23 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.dw.redsrci.com (mail.pub.dw.redsrci.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 95B048FC16 for ; Mon, 18 Jun 2012 23:29:23 +0000 (UTC) Received: from mail.dw.redsrci.com (localhost [127.0.0.1]) by mail.dw.redsrci.com (Postfix) with ESMTP id 8F87C6FDA2D; Mon, 18 Jun 2012 16:29:23 -0700 (PDT) Received: from mail.dw.redsrci.com ([127.0.0.1]) by mail.dw.redsrci.com (mail.dw.redsrci.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 75V4oeX+7GvI; Mon, 18 Jun 2012 16:29:23 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.120]) by mail.dw.redsrci.com (Postfix) with SMTP id 6B7186FDA30; Mon, 18 Jun 2012 16:29:23 -0700 (PDT) Received: (nullmailer pid 56285 invoked by uid 1001); Mon, 18 Jun 2012 23:27:49 -0000 Message-Id: <1340062069.466114.56284.nullmailer@experts-exchange.com> Date: Mon, 18 Jun 2012 16:27:49 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: admin@lissyara.su Subject: ports/169216: [PATCH] net/skystar2: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:30:20 -0000 >Number: 169216 >Category: ports >Synopsis: [PATCH] net/skystar2: fix usage of ${SRC_BASE} before it is defined >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 18 23:30:19 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.3-RELEASE amd64 >Organization: >Environment: System: FreeBSD dormouse.experts-exchange.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC >Description: Original PR filed as ports/165994 SRC_BASE is being used before being defined in several ports. it happened to work anyways in most cases because the main use of SRC_BASE is for checking if ${SRC_BASE}/sys/ (/usr/src/sys/) exists, and if SRC_BASE is empty, it just checks for /sys/ which does exist on most systems as a symlink to /usr/src/sys/. pet portlint on pkg-message and placement of USE_BZIP2 Port maintainer (admin@lissyara.su) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- skystar2-1.32,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/skystar2/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 1 Apr 2010 05:27:58 -0000 1.12 +++ Makefile 18 Jun 2012 23:28:21 -0000 @@ -17,6 +17,9 @@ COMMENT= Kernel module and program for SkyStar2/SkyStar2.8A, ver. ${PORTVERSION} USE_BZIP2= yes + +.include + SYSDIR?= ${SRC_BASE}/sys KMODDIR= /boot/modules PLIST_SUB+= KMODDIR=${KMODDIR} @@ -49,8 +52,6 @@ .endfor .endif -.include - .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not compile on ia64, powerprc, or sparc64 .elif ${OSVERSION} >= 900000 Index: pkg-message =================================================================== RCS file: /home/pcvs/ports/net/skystar2/pkg-message,v retrieving revision 1.2 diff -u -r1.2 pkg-message --- pkg-message 3 Jun 2008 18:12:12 -0000 1.2 +++ pkg-message 18 Jun 2012 23:28:21 -0000 @@ -11,5 +11,3 @@ to your /boot/loader.conf. ********************************************************************* - - --- skystar2-1.32,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:30:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 79FFF106566C; Mon, 18 Jun 2012 23:30:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4E99A8FC1A; Mon, 18 Jun 2012 23:30:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INUOMv015507; Mon, 18 Jun 2012 23:30:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INUOmt015501; Mon, 18 Jun 2012 23:30:24 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 23:30:24 GMT Message-Id: <201206182330.q5INUOmt015501@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169213: [PATCH] emulators/virtio-kmod: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:30:24 -0000 Synopsis: [PATCH] emulators/virtio-kmod: fix usage of ${SRC_BASE} before it is defined Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 23:30:23 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169213 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:30:34 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2BA3D106566C; Mon, 18 Jun 2012 23:30:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F330C8FC19; Mon, 18 Jun 2012 23:30:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INUX4O015978; Mon, 18 Jun 2012 23:30:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INUXsb015966; Mon, 18 Jun 2012 23:30:33 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 23:30:33 GMT Message-Id: <201206182330.q5INUXsb015966@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hrs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169214: [PATCH] multimedia/ptx-kmod: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:30:34 -0000 Synopsis: [PATCH] multimedia/ptx-kmod: fix usage of ${SRC_BASE} before it is defined Responsible-Changed-From-To: freebsd-ports-bugs->hrs Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 23:30:33 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169214 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:30:45 2012 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 A476D10656B8; Mon, 18 Jun 2012 23:30:45 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 76AA18FC1E; Mon, 18 Jun 2012 23:30:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INUjfs016777; Mon, 18 Jun 2012 23:30:45 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INUjY5016771; Mon, 18 Jun 2012 23:30:45 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 23:30:45 GMT Message-Id: <201206182330.q5INUjY5016771@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169215: [PATCH] net/skyfish: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:30:45 -0000 Synopsis: [PATCH] net/skyfish: fix usage of ${SRC_BASE} before it is defined Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 23:30:44 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169215 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:31:19 2012 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 68D501065676; Mon, 18 Jun 2012 23:31:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3CFE68FC1F; Mon, 18 Jun 2012 23:31:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INVJew019235; Mon, 18 Jun 2012 23:31:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INVJGr019224; Mon, 18 Jun 2012 23:31:19 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 23:31:19 GMT Message-Id: <201206182331.q5INVJGr019224@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169216: [PATCH] net/skystar2: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:31:19 -0000 Synopsis: [PATCH] net/skystar2: fix usage of ${SRC_BASE} before it is defined Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 23:31:18 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169216 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:40:16 2012 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 88BB21065675 for ; Mon, 18 Jun 2012 23:40:16 +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 5C5A48FC16 for ; Mon, 18 Jun 2012 23:40:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INeGep026388 for ; Mon, 18 Jun 2012 23:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INeGEQ026387; Mon, 18 Jun 2012 23:40:16 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 23:40:16 GMT Resent-Message-Id: <201206182340.q5INeGEQ026387@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, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C72251065673 for ; Mon, 18 Jun 2012 23:31:19 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.dw.redsrci.com (mail.pub.dw.redsrci.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id A76658FC21 for ; Mon, 18 Jun 2012 23:31:19 +0000 (UTC) Received: from mail.dw.redsrci.com (localhost [127.0.0.1]) by mail.dw.redsrci.com (Postfix) with ESMTP id A10886FD9EC; Mon, 18 Jun 2012 16:31:19 -0700 (PDT) Received: from mail.dw.redsrci.com ([127.0.0.1]) by mail.dw.redsrci.com (mail.dw.redsrci.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AXHkQ2RFrqN7; Mon, 18 Jun 2012 16:31:19 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.120]) by mail.dw.redsrci.com (Postfix) with SMTP id 7D1AD6FD98B; Mon, 18 Jun 2012 16:31:19 -0700 (PDT) Received: (nullmailer pid 76360 invoked by uid 1001); Mon, 18 Jun 2012 23:29:45 -0000 Message-Id: <1340062185.537242.76359.nullmailer@experts-exchange.com> Date: Mon, 18 Jun 2012 16:29:45 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: admin@lissyara.su Subject: ports/169217: [PATCH] net/ttbudget: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:40:16 -0000 >Number: 169217 >Category: ports >Synopsis: [PATCH] net/ttbudget: fix usage of ${SRC_BASE} before it is defined >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 18 23:40:15 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.3-RELEASE amd64 >Organization: >Environment: System: FreeBSD dormouse.experts-exchange.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC >Description: Original PR filed as ports/165994 SRC_BASE is being used before being defined in several ports. it happened to work anyways in most cases because the main use of SRC_BASE is for checking if ${SRC_BASE}/sys/ (/usr/src/sys/) exists, and if SRC_BASE is empty, it just checks for /sys/ which does exist on most systems as a symlink to /usr/src/sys/. pet portlint on pkg-message and placement of USE_BZIP2 Port maintainer (admin@lissyara.su) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- ttbudget-5.3_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/ttbudget/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 1 Apr 2010 05:27:58 -0000 1.8 +++ Makefile 18 Jun 2012 23:30:31 -0000 @@ -17,6 +17,9 @@ COMMENT= Driver for 'TechnoTrend budget DVB S-1401' (SkyStar3) USE_BZIP2= yes + +.include + SYSDIR?= ${SRC_BASE}/sys KMODDIR= /boot/modules PLIST_SUB+= KMODDIR=${KMODDIR} @@ -32,8 +35,6 @@ post-install: @${CAT} ${PKGMESSAGE} -.include - .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not compile on ia64, powerprc, or sparc64 .elif ${OSVERSION} >= 900000 Index: pkg-message =================================================================== RCS file: /home/pcvs/ports/net/ttbudget/pkg-message,v retrieving revision 1.1 diff -u -r1.1 pkg-message --- pkg-message 22 Jul 2008 18:10:19 -0000 1.1 +++ pkg-message 18 Jun 2012 23:30:31 -0000 @@ -11,5 +11,3 @@ to your /boot/loader.conf. ********************************************************************* - - --- ttbudget-5.3_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:40:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDA1B106564A for ; Mon, 18 Jun 2012 23:40:21 +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 C3D338FC1B for ; Mon, 18 Jun 2012 23:40:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INeLMh026462 for ; Mon, 18 Jun 2012 23:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INeLEc026461; Mon, 18 Jun 2012 23:40:21 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 23:40:21 GMT Resent-Message-Id: <201206182340.q5INeLEc026461@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, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A4DF1065670; Mon, 18 Jun 2012 23:35:16 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.dw.redsrci.com (mail.pub.dw.redsrci.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 295748FC08; Mon, 18 Jun 2012 23:35:16 +0000 (UTC) Received: from mail.dw.redsrci.com (localhost [127.0.0.1]) by mail.dw.redsrci.com (Postfix) with ESMTP id 1B5BE6FDA38; Mon, 18 Jun 2012 16:35:16 -0700 (PDT) Received: from mail.dw.redsrci.com ([127.0.0.1]) by mail.dw.redsrci.com (mail.dw.redsrci.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T2-p95ggYPAj; Mon, 18 Jun 2012 16:35:15 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.120]) by mail.dw.redsrci.com (Postfix) with SMTP id EA19A6FDA34; Mon, 18 Jun 2012 16:35:15 -0700 (PDT) Received: (nullmailer pid 45196 invoked by uid 1001); Mon, 18 Jun 2012 23:33:41 -0000 Message-Id: <1340062421.983725.45195.nullmailer@experts-exchange.com> Date: Mon, 18 Jun 2012 16:33:41 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: hrs@FreeBSD.org Subject: ports/169218: [PATCH] print/acroreadwrapper: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:40:22 -0000 >Number: 169218 >Category: ports >Synopsis: [PATCH] print/acroreadwrapper: fix usage of ${SRC_BASE} before it is defined >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 18 23:40:21 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.3-RELEASE amd64 >Organization: >Environment: System: FreeBSD dormouse.experts-exchange.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC >Description: Original PR filed as ports/165994 SRC_BASE is being used before being defined in several ports. it happened to work anyways in most cases because the main use of SRC_BASE is for checking if ${SRC_BASE}/sys/ (/usr/src/sys/) exists, and if SRC_BASE is empty, it just checks for /sys/ which does exist on most systems as a symlink to /usr/src/sys/. pet portlint for whitespace Port maintainer (hrs@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- acroreadwrapper-0.0.20110920.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/print/acroreadwrapper/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 20 Sep 2011 02:17:09 -0000 1.17 +++ Makefile 18 Jun 2012 23:34:17 -0000 @@ -20,7 +20,7 @@ PLIST_FILES= bin/acroread8 bin/acroread9 bin/acroread \ ${KMODDIR}/linux_adobe.ko PLIST_DIRS= ${KMODDIR} -SUB_FILES= acroread +SUB_FILES= acroread SUB_LIST= ACROBASE8=${ACROBASE8} \ ACROBASE9=${ACROBASE9} \ ADOBE_LANG=${ADOBE_LANG:U} \ @@ -30,6 +30,9 @@ PLUGINDIR=${PLUGINDIR} \ KMODDIR=${KMODDIR} USE_RC_SUBR= linux_adobe.sh + +.include + MAKE_ENV= KMODDIR=${KMODDIR} SYSDIR=${SRC_BASE}/sys DESTDIR=${PREFIX}/ ADOBEBASE= Adobe @@ -38,7 +41,6 @@ PLUGINDIR= lib/npapi/linux-acroread KMODDIR= libexec/linux_adobe -.include KERNCONF?= GENERIC # Use the first component of ${KERNCONF}. --- acroreadwrapper-0.0.20110920.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:40:22 2012 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 9AD31106567A for ; Mon, 18 Jun 2012 23:40:22 +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 6F1FF8FC1D for ; Mon, 18 Jun 2012 23:40:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INeMM7026482 for ; Mon, 18 Jun 2012 23:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INeM5o026477; Mon, 18 Jun 2012 23:40:22 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 23:40:22 GMT Resent-Message-Id: <201206182340.q5INeM5o026477@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, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50FE51065673 for ; Mon, 18 Jun 2012 23:36:25 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.dw.redsrci.com (mail.pub.dw.redsrci.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 3127B8FC08 for ; Mon, 18 Jun 2012 23:36:25 +0000 (UTC) Received: from mail.dw.redsrci.com (localhost [127.0.0.1]) by mail.dw.redsrci.com (Postfix) with ESMTP id 2B0AF6FDA39; Mon, 18 Jun 2012 16:36:25 -0700 (PDT) Received: from mail.dw.redsrci.com ([127.0.0.1]) by mail.dw.redsrci.com (mail.dw.redsrci.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vBB222jo4Ap8; Mon, 18 Jun 2012 16:36:25 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.120]) by mail.dw.redsrci.com (Postfix) with SMTP id 06B126FDA38; Mon, 18 Jun 2012 16:36:25 -0700 (PDT) Received: (nullmailer pid 51401 invoked by uid 1001); Mon, 18 Jun 2012 23:34:51 -0000 Message-Id: <1340062491.049389.51400.nullmailer@experts-exchange.com> Date: Mon, 18 Jun 2012 16:34:51 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gelraen.ua@gmail.com Subject: ports/169219: [PATCH] sysutils/acpi_call: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:40:22 -0000 >Number: 169219 >Category: ports >Synopsis: [PATCH] sysutils/acpi_call: fix usage of ${SRC_BASE} before it is defined >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 18 23:40:21 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.3-RELEASE amd64 >Organization: >Environment: System: FreeBSD dormouse.experts-exchange.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC >Description: Original PR filed as ports/165994 SRC_BASE is being used before being defined in several ports. it happened to work anyways in most cases because the main use of SRC_BASE is for checking if ${SRC_BASE}/sys/ (/usr/src/sys/) exists, and if SRC_BASE is empty, it just checks for /sys/ which does exist on most systems as a symlink to /usr/src/sys/. Port maintainer (gelraen.ua@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- acpi_call-1.0.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/acpi_call/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 28 Dec 2011 06:59:36 -0000 1.5 +++ Makefile 18 Jun 2012 23:35:45 -0000 @@ -16,6 +16,8 @@ LICENSE= BSD +.include + KMODDIR?= /boot/modules PLIST_SUB+= KMODDIR=${KMODDIR} \ PORTNAME=${PORTNAME} @@ -34,4 +36,4 @@ @${INSTALL_KLD} ${WRKSRC}/${PORTNAME}.ko ${KMODDIR} @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin -.include +.include --- acpi_call-1.0.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:40:23 2012 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 297891065672 for ; Mon, 18 Jun 2012 23:40:23 +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 F2F0C8FC1F for ; Mon, 18 Jun 2012 23:40:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INeMRC026506 for ; Mon, 18 Jun 2012 23:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INeMnS026505; Mon, 18 Jun 2012 23:40:22 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 23:40:22 GMT Resent-Message-Id: <201206182340.q5INeMnS026505@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, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E2BF106566B; Mon, 18 Jun 2012 23:37:22 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.dw.redsrci.com (mail.pub.dw.redsrci.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 5D3308FC12; Mon, 18 Jun 2012 23:37:22 +0000 (UTC) Received: from mail.dw.redsrci.com (localhost [127.0.0.1]) by mail.dw.redsrci.com (Postfix) with ESMTP id 55AC56FD9EC; Mon, 18 Jun 2012 16:37:22 -0700 (PDT) Received: from mail.dw.redsrci.com ([127.0.0.1]) by mail.dw.redsrci.com (mail.dw.redsrci.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FMlxZxKEd6Rn; Mon, 18 Jun 2012 16:37:22 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.120]) by mail.dw.redsrci.com (Postfix) with SMTP id 3267F6FD98B; Mon, 18 Jun 2012 16:37:22 -0700 (PDT) Received: (nullmailer pid 63203 invoked by uid 1001); Mon, 18 Jun 2012 23:35:48 -0000 Message-Id: <1340062548.229791.63202.nullmailer@experts-exchange.com> Date: Mon, 18 Jun 2012 16:35:48 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mm@FreeBSD.org Subject: ports/169220: [PATCH] sysutils/cciss_vol_status: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:40:23 -0000 >Number: 169220 >Category: ports >Synopsis: [PATCH] sysutils/cciss_vol_status: fix usage of ${SRC_BASE} before it is defined >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 18 23:40:22 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.3-RELEASE amd64 >Organization: >Environment: System: FreeBSD dormouse.experts-exchange.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC >Description: Original PR filed as ports/165994 SRC_BASE is being used before being defined in several ports. it happened to work anyways in most cases because the main use of SRC_BASE is for checking if ${SRC_BASE}/sys/ (/usr/src/sys/) exists, and if SRC_BASE is empty, it just checks for /sys/ which does exist on most systems as a symlink to /usr/src/sys/. Port maintainer (mm@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- cciss_vol_status-1.09.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/cciss_vol_status/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 23 Mar 2011 15:53:21 -0000 1.7 +++ Makefile 18 Jun 2012 23:36:52 -0000 @@ -21,8 +21,10 @@ MAN8= cciss_vol_status.8 PLIST_FILES= bin/cciss_vol_status +.include + .if !exists(${SRC_BASE}/sys/dev/ciss/cissio.h) IGNORE= cciss_vol_status requires kernel sources of the ciss driver .endif -.include +.include --- cciss_vol_status-1.09.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:40:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0CF81065680 for ; Mon, 18 Jun 2012 23:40:23 +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 A42708FC15 for ; Mon, 18 Jun 2012 23:40:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INeNiZ026520 for ; Mon, 18 Jun 2012 23:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INeNNG026519; Mon, 18 Jun 2012 23:40:23 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 23:40:23 GMT Resent-Message-Id: <201206182340.q5INeNNG026519@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, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFA7E106566C for ; Mon, 18 Jun 2012 23:39:51 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.dw.redsrci.com (mail.pub.dw.redsrci.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 731CC8FC08 for ; Mon, 18 Jun 2012 23:39:51 +0000 (UTC) Received: from mail.dw.redsrci.com (localhost [127.0.0.1]) by mail.dw.redsrci.com (Postfix) with ESMTP id 68C806FDA3D; Mon, 18 Jun 2012 16:39:51 -0700 (PDT) Received: from mail.dw.redsrci.com ([127.0.0.1]) by mail.dw.redsrci.com (mail.dw.redsrci.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NJE80U33e9tc; Mon, 18 Jun 2012 16:39:51 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.120]) by mail.dw.redsrci.com (Postfix) with SMTP id 448AC6FDA34; Mon, 18 Jun 2012 16:39:51 -0700 (PDT) Received: (nullmailer pid 97720 invoked by uid 1001); Mon, 18 Jun 2012 23:38:17 -0000 Message-Id: <1340062697.300286.97715.nullmailer@experts-exchange.com> Date: Mon, 18 Jun 2012 16:38:17 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mirror176@cox.net Subject: ports/169221: [PATCH] sysutils/fusefs-kmod: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:40:24 -0000 >Number: 169221 >Category: ports >Synopsis: [PATCH] sysutils/fusefs-kmod: fix usage of ${SRC_BASE} before it is defined >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 18 23:40:23 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.3-RELEASE amd64 >Organization: >Environment: System: FreeBSD dormouse.experts-exchange.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC >Description: Original PR filed as ports/165994 SRC_BASE is being used before being defined in several ports. it happened to work anyways in most cases because the main use of SRC_BASE is for checking if ${SRC_BASE}/sys/ (/usr/src/sys/) exists, and if SRC_BASE is empty, it just checks for /sys/ which does exist on most systems as a symlink to /usr/src/sys/. pet portlint for placement of OPTIONS Port maintainer (mirror176@cox.net) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- fusefs-kmod-0.3.9.p1.20080208_10.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/fusefs-kmod/Makefile,v retrieving revision 1.37 diff -u -r1.37 Makefile --- Makefile 11 May 2012 07:08:06 -0000 1.37 +++ Makefile 18 Jun 2012 23:38:55 -0000 @@ -32,6 +32,10 @@ WRKSRC= ${WRKDIR}/fuse4bsd-${HG_SHORTREV} DISABLE_SIZE= yes +OPTIONS= AUTOSETUP "Automatic global config file setup" off + +.include + SRC_BASE?= /usr/src SETUP= setup.sh HG_SHORTREV= 498acaef33b0 @@ -54,10 +58,6 @@ serif.css \ tabbar-right.css -OPTIONS= AUTOSETUP "Automatic global config file setup" off - -.include - .if ${OSVERSION} >= 900040 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-fuse_module__fuse_vnops.c .endif --- fusefs-kmod-0.3.9.p1.20080208_10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:40:32 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 90B6A10656B3; Mon, 18 Jun 2012 23:40:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 644448FC0C; Mon, 18 Jun 2012 23:40:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INeWDv026927; Mon, 18 Jun 2012 23:40:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INeWwL026918; Mon, 18 Jun 2012 23:40:32 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 23:40:32 GMT Message-Id: <201206182340.q5INeWwL026918@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169217: [PATCH] net/ttbudget: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:40:32 -0000 Synopsis: [PATCH] net/ttbudget: fix usage of ${SRC_BASE} before it is defined Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 23:40:31 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169217 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:41:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9494B106566C; Mon, 18 Jun 2012 23:41:06 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 685478FC24; Mon, 18 Jun 2012 23:41:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INf65c028672; Mon, 18 Jun 2012 23:41:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INf6M1028663; Mon, 18 Jun 2012 23:41:06 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 23:41:06 GMT Message-Id: <201206182341.q5INf6M1028663@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hrs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169218: [PATCH] print/acroreadwrapper: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:41:06 -0000 Synopsis: [PATCH] print/acroreadwrapper: fix usage of ${SRC_BASE} before it is defined Responsible-Changed-From-To: freebsd-ports-bugs->hrs Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 23:41:05 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169218 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:41:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDFEC106566C; Mon, 18 Jun 2012 23:41:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B1B5D8FC18; Mon, 18 Jun 2012 23:41:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INfGkc029360; Mon, 18 Jun 2012 23:41:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INfGUh029350; Mon, 18 Jun 2012 23:41:16 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 23:41:16 GMT Message-Id: <201206182341.q5INfGUh029350@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169219: [PATCH] sysutils/acpi_call: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:41:17 -0000 Synopsis: [PATCH] sysutils/acpi_call: fix usage of ${SRC_BASE} before it is defined Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 23:41:15 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169219 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:41:45 2012 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 622CC1065672; Mon, 18 Jun 2012 23:41:45 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 352808FC12; Mon, 18 Jun 2012 23:41:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INfjBp031187; Mon, 18 Jun 2012 23:41:45 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INfjHc031179; Mon, 18 Jun 2012 23:41:45 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 23:41:45 GMT Message-Id: <201206182341.q5INfjHc031179@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169220: [PATCH] sysutils/cciss_vol_status: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:41:45 -0000 Synopsis: [PATCH] sysutils/cciss_vol_status: fix usage of ${SRC_BASE} before it is defined Responsible-Changed-From-To: freebsd-ports-bugs->mm Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 23:41:44 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169220 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:41:55 2012 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 D9F8E106566B; Mon, 18 Jun 2012 23:41:55 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ACAFD8FC1A; Mon, 18 Jun 2012 23:41:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INftuh031862; Mon, 18 Jun 2012 23:41:55 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INft8C031855; Mon, 18 Jun 2012 23:41:55 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 23:41:55 GMT Message-Id: <201206182341.q5INft8C031855@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169221: [PATCH] sysutils/fusefs-kmod: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:41:56 -0000 Synopsis: [PATCH] sysutils/fusefs-kmod: fix usage of ${SRC_BASE} before it is defined Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 23:41:54 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169221 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:50:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1F371065672 for ; Mon, 18 Jun 2012 23:50:22 +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 86A128FC08 for ; Mon, 18 Jun 2012 23:50:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INoMIG036070 for ; Mon, 18 Jun 2012 23:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INoM8I036069; Mon, 18 Jun 2012 23:50:22 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 23:50:22 GMT Resent-Message-Id: <201206182350.q5INoM8I036069@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, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4943E1065673 for ; Mon, 18 Jun 2012 23:43:07 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.dw.redsrci.com (mail.pub.dw.redsrci.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 286A58FC17 for ; Mon, 18 Jun 2012 23:43:07 +0000 (UTC) Received: from mail.dw.redsrci.com (localhost [127.0.0.1]) by mail.dw.redsrci.com (Postfix) with ESMTP id 222A46FD9DA; Mon, 18 Jun 2012 16:43:07 -0700 (PDT) Received: from mail.dw.redsrci.com ([127.0.0.1]) by mail.dw.redsrci.com (mail.dw.redsrci.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BL5D91W6sglz; Mon, 18 Jun 2012 16:43:06 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.120]) by mail.dw.redsrci.com (Postfix) with SMTP id F1B726FD989; Mon, 18 Jun 2012 16:43:06 -0700 (PDT) Received: (nullmailer pid 17634 invoked by uid 1001); Mon, 18 Jun 2012 23:41:32 -0000 Message-Id: <1340062892.942928.17633.nullmailer@experts-exchange.com> Date: Mon, 18 Jun 2012 16:41:32 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: bkoenig@alpha-tierchen.de Subject: ports/169222: [PATCH] sysutils/mono-kmod: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:50:22 -0000 >Number: 169222 >Category: ports >Synopsis: [PATCH] sysutils/mono-kmod: fix usage of ${SRC_BASE} before it is defined >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 18 23:50:21 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.3-RELEASE amd64 >Organization: >Environment: System: FreeBSD dormouse.experts-exchange.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC >Description: Original PR filed as ports/165994 SRC_BASE is being used before being defined in several ports. it happened to work anyways in most cases because the main use of SRC_BASE is for checking if ${SRC_BASE}/sys/ (/usr/src/sys/) exists, and if SRC_BASE is empty, it just checks for /sys/ which does exist on most systems as a symlink to /usr/src/sys/. Port maintainer (bkoenig@alpha-tierchen.de) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- mono-kmod-20070416.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/mono-kmod/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 6 Jan 2009 17:59:28 -0000 1.6 +++ Makefile 18 Jun 2012 23:42:24 -0000 @@ -20,6 +20,8 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +.include + SRC_BASE?= /usr/src PLIST_SUB= KMODDIR=${KMODDIR} @@ -29,8 +31,6 @@ PLIST_FILES+= mono.ko PLIST_FILES+= "@unexec kldxref ${KMODDIR}" -.include - .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel source to be installed .endif --- mono-kmod-20070416.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:50:23 2012 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 17924106567B for ; Mon, 18 Jun 2012 23:50:23 +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 E1C018FC0C for ; Mon, 18 Jun 2012 23:50:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INoMPg036085 for ; Mon, 18 Jun 2012 23:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INoMtw036084; Mon, 18 Jun 2012 23:50:22 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 23:50:22 GMT Resent-Message-Id: <201206182350.q5INoMtw036084@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, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA9B01065672; Mon, 18 Jun 2012 23:45:40 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.dw.redsrci.com (mail.pub.dw.redsrci.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 89DC08FC0A; Mon, 18 Jun 2012 23:45:40 +0000 (UTC) Received: from mail.dw.redsrci.com (localhost [127.0.0.1]) by mail.dw.redsrci.com (Postfix) with ESMTP id 77B2D6FDA48; Mon, 18 Jun 2012 16:45:40 -0700 (PDT) Received: from mail.dw.redsrci.com ([127.0.0.1]) by mail.dw.redsrci.com (mail.dw.redsrci.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30QM8IOVyy9E; Mon, 18 Jun 2012 16:45:40 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.120]) by mail.dw.redsrci.com (Postfix) with SMTP id 53FFE6FDA47; Mon, 18 Jun 2012 16:45:40 -0700 (PDT) Received: (nullmailer pid 25155 invoked by uid 1001); Mon, 18 Jun 2012 23:44:06 -0000 Message-Id: <1340063046.270576.25154.nullmailer@experts-exchange.com> Date: Mon, 18 Jun 2012 16:44:06 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: vbox@FreeBSD.org Subject: ports/169223: [PATCH] emulators/virtualbox-ose: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:50:23 -0000 >Number: 169223 >Category: ports >Synopsis: [PATCH] emulators/virtualbox-ose: fix usage of ${SRC_BASE} before it is defined >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 18 23:50:22 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.3-RELEASE amd64 >Organization: >Environment: System: FreeBSD dormouse.experts-exchange.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC >Description: Original PR filed as ports/165994 SRC_BASE is being used before being defined in several ports. it happened to work anyways in most cases because the main use of SRC_BASE is for checking if ${SRC_BASE}/sys/ (/usr/src/sys/) exists, and if SRC_BASE is empty, it just checks for /sys/ which does exist on most systems as a symlink to /usr/src/sys/. pet portlint on license placement Port maintainer (vbox@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- virtualbox-ose-4.1.16_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/virtualbox-ose/Makefile,v retrieving revision 1.52 diff -u -r1.52 Makefile --- Makefile 6 Jun 2012 06:43:44 -0000 1.52 +++ Makefile 18 Jun 2012 23:44:56 -0000 @@ -20,6 +20,9 @@ MAINTAINER= vbox@FreeBSD.org COMMENT= A general-purpose full virtualizer for x86 hardware +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \ as86:${PORTSDIR}/devel/dev86 \ xsltproc:${PORTSDIR}/textproc/libxslt \ @@ -30,9 +33,6 @@ curl.6:${PORTSDIR}/ftp/curl RUN_DEPENDS= /boot/modules/vboxdrv.ko:${PORTSDIR}/emulators/virtualbox-ose-kmod -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} ONLY_FOR_ARCHS= i386 amd64 USE_CDRTOOLS= yes @@ -81,10 +81,6 @@ SUB_LIST+= VBOXUSER=${VBOXUSER} USE_RC_SUBR+= vboxheadless -KMK_BUILDTYPE= release -KMK_CONFIG= VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys -KMK_FLAGS= - .if defined(WITHOUT_QT4) && !defined(WITHOUT_NLS) BROKEN= NLS support requires QT4 frontend. Run 'make config' again! .endif @@ -125,6 +121,12 @@ PLIST_SUB+= GUESTADDITIONS="@comment " .endif +.include + +KMK_BUILDTYPE= release +KMK_CONFIG= VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys +KMK_FLAGS= + .if defined(WITH_DEBUG) KMK_FLAGS+= BUILD_TYPE=debug KMK_BUILDTYPE= debug @@ -175,8 +177,6 @@ PLIST_SUB+= I386="@comment " .endif -.include - .if ${OSVERSION} < 802000 BROKEN= Does not compile on FreeBSD < 8.2 .endif --- virtualbox-ose-4.1.16_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:50:23 2012 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 80932106566B for ; Mon, 18 Jun 2012 23:50:23 +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 559B08FC14 for ; Mon, 18 Jun 2012 23:50:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INoNGK036098 for ; Mon, 18 Jun 2012 23:50:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INoNwc036096; Mon, 18 Jun 2012 23:50:23 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jun 2012 23:50:23 GMT Resent-Message-Id: <201206182350.q5INoNwc036096@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, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58E011065670; Mon, 18 Jun 2012 23:47:06 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.dw.redsrci.com (mail.pub.dw.redsrci.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 387968FC08; Mon, 18 Jun 2012 23:47:06 +0000 (UTC) Received: from mail.dw.redsrci.com (localhost [127.0.0.1]) by mail.dw.redsrci.com (Postfix) with ESMTP id 322B86FDA59; Mon, 18 Jun 2012 16:47:06 -0700 (PDT) Received: from mail.dw.redsrci.com ([127.0.0.1]) by mail.dw.redsrci.com (mail.dw.redsrci.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3pXWyLE7djmw; Mon, 18 Jun 2012 16:47:06 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.120]) by mail.dw.redsrci.com (Postfix) with SMTP id 0DB036FDA57; Mon, 18 Jun 2012 16:47:06 -0700 (PDT) Received: (nullmailer pid 28119 invoked by uid 1001); Mon, 18 Jun 2012 23:45:32 -0000 Message-Id: <1340063132.067781.28118.nullmailer@experts-exchange.com> Date: Mon, 18 Jun 2012 16:45:32 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: vbox@FreeBSD.org Subject: ports/169224: [PATCH] emulators/virtualbox-ose-legacy: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:50:23 -0000 >Number: 169224 >Category: ports >Synopsis: [PATCH] emulators/virtualbox-ose-legacy: fix usage of ${SRC_BASE} before it is defined >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 18 23:50:22 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.3-RELEASE amd64 >Organization: >Environment: System: FreeBSD dormouse.experts-exchange.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC >Description: Original PR filed as ports/165994 SRC_BASE is being used before being defined in several ports. it happened to work anyways in most cases because the main use of SRC_BASE is for checking if ${SRC_BASE}/sys/ (/usr/src/sys/) exists, and if SRC_BASE is empty, it just checks for /sys/ which does exist on most systems as a symlink to /usr/src/sys/. pet portlint on license placement Port maintainer (vbox@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- virtualbox-ose-legacy-4.0.16_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/virtualbox-ose-legacy/Makefile,v retrieving revision 1.47 diff -u -r1.47 Makefile --- Makefile 6 Jun 2012 06:43:44 -0000 1.47 +++ Makefile 18 Jun 2012 23:46:34 -0000 @@ -21,6 +21,9 @@ MAINTAINER= vbox@FreeBSD.org COMMENT= A general-purpose full virtualizer for x86 hardware +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \ as86:${PORTSDIR}/devel/dev86 \ xsltproc:${PORTSDIR}/textproc/libxslt \ @@ -30,9 +33,6 @@ curl.6:${PORTSDIR}/ftp/curl RUN_DEPENDS= /boot/modules/vboxdrv.ko:${PORTSDIR}/emulators/virtualbox-ose-kmod-legacy -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION}_OSE ONLY_FOR_ARCHS= i386 amd64 USE_CDRTOOLS= yes @@ -80,10 +80,6 @@ SUB_LIST+= VBOXUSER=${VBOXUSER} USE_RC_SUBR+= vboxheadless -KMK_BUILDTYPE= release -KMK_CONFIG= VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys -KMK_FLAGS= - .if defined(WITHOUT_QT4) && !defined(WITHOUT_NLS) BROKEN= NLS support requires QT4 frontend. Run 'make config' again! .endif @@ -124,6 +120,12 @@ PLIST_SUB+= GUESTADDITIONS="@comment " .endif +.include + +KMK_BUILDTYPE= release +KMK_CONFIG= VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys +KMK_FLAGS= + .if defined(WITH_DEBUG) KMK_FLAGS+= BUILD_TYPE=debug KMK_BUILDTYPE= debug @@ -174,8 +176,6 @@ PLIST_SUB+= I386="@comment " .endif -.include - .if ${OSVERSION} > 900012 EXTRA_PATCHES+= ${FILESDIR}/extrapatch-include-iprt-string.h .endif --- virtualbox-ose-legacy-4.0.16_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:50:35 2012 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 0E0E5106567B; Mon, 18 Jun 2012 23:50:35 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CEFF28FC17; Mon, 18 Jun 2012 23:50:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INoYw5036827; Mon, 18 Jun 2012 23:50:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INoYQC036819; Mon, 18 Jun 2012 23:50:34 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 23:50:34 GMT Message-Id: <201206182350.q5INoYQC036819@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169222: [PATCH] sysutils/mono-kmod: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:50:35 -0000 Synopsis: [PATCH] sysutils/mono-kmod: fix usage of ${SRC_BASE} before it is defined Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 23:50:33 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169222 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:51:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 276F3106566C; Mon, 18 Jun 2012 23:51:03 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EE5F48FC1E; Mon, 18 Jun 2012 23:51:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INp2E5038683; Mon, 18 Jun 2012 23:51:02 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INp2RS038675; Mon, 18 Jun 2012 23:51:02 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 23:51:02 GMT Message-Id: <201206182351.q5INp2RS038675@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vbox@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169223: [PATCH] emulators/virtualbox-ose: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:51:03 -0000 Synopsis: [PATCH] emulators/virtualbox-ose: fix usage of ${SRC_BASE} before it is defined Responsible-Changed-From-To: freebsd-ports-bugs->vbox Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 23:51:02 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169223 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 18 23:51:13 2012 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 0DF7D1065672; Mon, 18 Jun 2012 23:51:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D53568FC20; Mon, 18 Jun 2012 23:51:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5INpCOn039380; Mon, 18 Jun 2012 23:51:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5INpCpk039373; Mon, 18 Jun 2012 23:51:12 GMT (envelope-from edwin) Date: Mon, 18 Jun 2012 23:51:12 GMT Message-Id: <201206182351.q5INpCpk039373@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vbox@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169224: [PATCH] emulators/virtualbox-ose-legacy: fix usage of ${SRC_BASE} before it is defined 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: Mon, 18 Jun 2012 23:51:13 -0000 Synopsis: [PATCH] emulators/virtualbox-ose-legacy: fix usage of ${SRC_BASE} before it is defined Responsible-Changed-From-To: freebsd-ports-bugs->vbox Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 18 23:51:12 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169224 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 01:20:11 2012 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 A44FE1065672 for ; Tue, 19 Jun 2012 01:20:11 +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 6B29E8FC12 for ; Tue, 19 Jun 2012 01:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J1KBrL028154 for ; Tue, 19 Jun 2012 01:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J1KBO0028153; Tue, 19 Jun 2012 01:20:11 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jun 2012 01:20:11 GMT Resent-Message-Id: <201206190120.q5J1KBO0028153@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, Scott Larson Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B0AC1065675 for ; Tue, 19 Jun 2012 01:10:37 +0000 (UTC) (envelope-from bounces+FreeBSD-gnats-submit=freebsd.org@dynect-mailer.com) Received: from mtaout-100-pao.sendlabs.com (mtaout-100-pao.sendlabs.com [216.146.32.100]) by mx1.freebsd.org (Postfix) with ESMTP id 31C268FC14 for ; Tue, 19 Jun 2012 01:10:37 +0000 (UTC) Received: from Dynect (216.146.41.16) by mtaout-100-pao.sendlabs.com (PowerMTA(TM) v3.5r16) id hrv8oq18iesm for ; Tue, 19 Jun 2012 01:00:16 +0000 (envelope-from ; Tue, 19 Jun 2012 01:00:15 +0000 (UTC) Received: from relay.wiredrive.com (mdr.wiredrive.com [192.168.0.2]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by fw0.mdr.wiredrive.com (Postfix) with ESMTPS id B030CB821 for ; Mon, 18 Jun 2012 18:00:15 -0700 (PDT) Received: from mdr.wiredrive.com (localhost [127.0.0.1]) by relay.wiredrive.com (Postfix) with ESMTP id 7B96F33C8E for ; Mon, 18 Jun 2012 18:00:15 -0700 (PDT) Received: (from stl@localhost) by mdr.wiredrive.com (8.14.5/8.14.5/Submit) id q5J10Fjp024320; Mon, 18 Jun 2012 18:00:15 -0700 (PDT) (envelope-from stl) Message-Id: <201206190100.q5J10Fjp024320@mdr.wiredrive.com> Date: Mon, 18 Jun 2012 18:00:15 -0700 (PDT) From: Scott Larson Sender: stl@wiredrive.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169228: version update, rc feature addition X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Scott Larson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2012 01:20:11 -0000 >Number: 169228 >Category: ports >Synopsis: version update, rc feature addition >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jun 19 01:20:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Scott Larson >Release: FreeBSD 9.0-RELEASE amd64 >Organization: Wiredrive >Environment: System: FreeBSD mdr.wiredrive.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Ostensibly just a version update, with some caveats. With this release it defaults to building as a python egg. When attempting to build as the old scripts style it would repeatedly fail out on me so I went with the flow. The one problem I ran into with the egg is that the man page installation wasn't working correctly and they end up in the egg itself. My solution is to just glob and move those files to the correct place during post-install but that seems kind of sloppy and there may be a better trick. My trivial feature addition is to the rc script for the minion, adding a couple flags which allow specifying the egg cache directory and the contents of PATH. Without these two options a minion running on a diskless server will either fail to start with / being read-only, and when the system fires off the script by default /usr/local/bin and /usr/local/sbin will be unavailable for functions like cmd.run. >How-To-Repeat: >Fix: --- Makefile.diff begins here --- --- Makefile.orig 2012-06-18 17:37:33.000000000 -0700 +++ Makefile 2012-06-18 17:37:33.000000000 -0700 @@ -6,7 +6,7 @@ # PORTNAME= salt -PORTVERSION= 0.9.9.1 +PORTVERSION= 0.10.0 CATEGORIES= sysutils python MASTER_SITES= https://github.com/downloads/saltstack/salt/ @@ -26,7 +26,7 @@ FETCH_ARGS= -pRr USE_PYTHON= 2.6-2.7 -USE_PYDISTUTILS=yes +USE_PYDISTUTILS=easy_install USE_RC_SUBR= salt_master \ salt_minion \ @@ -62,6 +62,8 @@ ${MKDIR} ${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/conf/master.template ${PREFIX}/etc/salt/master.sample ${INSTALL_DATA} ${WRKSRC}/conf/minion.template ${PREFIX}/etc/salt/minion.sample + ${MV} ${PYTHONPREFIX_SITELIBDIR}/${PYEASYINSTALL_EGG}/man/man1/* ${PREFIX}/man/man1 + ${MV} ${PYTHONPREFIX_SITELIBDIR}/${PYEASYINSTALL_EGG}/man/man7/* ${PREFIX}/man/man7 @${CAT} ${PKGMESSAGE} .include --- Makefile.diff ends here --- --- distinfo.diff begins here --- --- distinfo.orig 2012-06-18 17:37:33.000000000 -0700 +++ distinfo 2012-06-18 17:37:33.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (salt-0.9.9.1.tar.gz) = 8b06bb19a65882b8dd3f8dcbeb27e3b4016825e8943b22ac8b6a77c5453b1340 -SIZE (salt-0.9.9.1.tar.gz) = 1760361 +SHA256 (salt-0.10.0.tar.gz) = 268545290cf736bb1d0ba9c6fa73927c77c9cec2a7ed73112c970fd00b2aa94a +SIZE (salt-0.10.0.tar.gz) = 1966467 --- distinfo.diff ends here --- --- pkg-plist.diff begins here --- --- pkg-plist.orig 2012-06-18 17:37:33.000000000 -0700 +++ pkg-plist 2012-06-18 17:37:33.000000000 -0700 @@ -8,460 +8,519 @@ bin/salt-syndic %%ETCDIR%%/master.sample %%ETCDIR%%/minion.sample -%%PYTHON_SITELIBDIR%%/salt/__init__.py -%%PYTHON_SITELIBDIR%%/salt/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/cli/__init__.py -%%PYTHON_SITELIBDIR%%/salt/cli/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/cli/batch.py -%%PYTHON_SITELIBDIR%%/salt/cli/batch.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/batch.pyo -%%PYTHON_SITELIBDIR%%/salt/cli/caller.py -%%PYTHON_SITELIBDIR%%/salt/cli/caller.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/caller.pyo -%%PYTHON_SITELIBDIR%%/salt/cli/cp.py -%%PYTHON_SITELIBDIR%%/salt/cli/cp.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/cp.pyo -%%PYTHON_SITELIBDIR%%/salt/cli/key.py -%%PYTHON_SITELIBDIR%%/salt/cli/key.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/key.pyo -%%PYTHON_SITELIBDIR%%/salt/client.py -%%PYTHON_SITELIBDIR%%/salt/client.pyc -%%PYTHON_SITELIBDIR%%/salt/client.pyo -%%PYTHON_SITELIBDIR%%/salt/config.py -%%PYTHON_SITELIBDIR%%/salt/config.pyc -%%PYTHON_SITELIBDIR%%/salt/config.pyo -%%PYTHON_SITELIBDIR%%/salt/crypt.py -%%PYTHON_SITELIBDIR%%/salt/crypt.pyc -%%PYTHON_SITELIBDIR%%/salt/crypt.pyo -%%PYTHON_SITELIBDIR%%/salt/exceptions.py -%%PYTHON_SITELIBDIR%%/salt/exceptions.pyc -%%PYTHON_SITELIBDIR%%/salt/exceptions.pyo -%%PYTHON_SITELIBDIR%%/salt/ext/__init__.py -%%PYTHON_SITELIBDIR%%/salt/ext/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/ext/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/fileclient.py -%%PYTHON_SITELIBDIR%%/salt/fileclient.pyc -%%PYTHON_SITELIBDIR%%/salt/fileclient.pyo -%%PYTHON_SITELIBDIR%%/salt/grains/__init__.py -%%PYTHON_SITELIBDIR%%/salt/grains/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/grains/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/grains/core.py -%%PYTHON_SITELIBDIR%%/salt/grains/core.pyc -%%PYTHON_SITELIBDIR%%/salt/grains/core.pyo -%%PYTHON_SITELIBDIR%%/salt/loader.py -%%PYTHON_SITELIBDIR%%/salt/loader.pyc -%%PYTHON_SITELIBDIR%%/salt/loader.pyo -%%PYTHON_SITELIBDIR%%/salt/log.py -%%PYTHON_SITELIBDIR%%/salt/log.pyc -%%PYTHON_SITELIBDIR%%/salt/log.pyo -%%PYTHON_SITELIBDIR%%/salt/master.py -%%PYTHON_SITELIBDIR%%/salt/master.pyc -%%PYTHON_SITELIBDIR%%/salt/master.pyo -%%PYTHON_SITELIBDIR%%/salt/minion.py -%%PYTHON_SITELIBDIR%%/salt/minion.pyc -%%PYTHON_SITELIBDIR%%/salt/minion.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/__init__.py -%%PYTHON_SITELIBDIR%%/salt/modules/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/aliases.py -%%PYTHON_SITELIBDIR%%/salt/modules/aliases.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/aliases.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/apache.py -%%PYTHON_SITELIBDIR%%/salt/modules/apache.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/apache.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/apt.py -%%PYTHON_SITELIBDIR%%/salt/modules/apt.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/apt.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/archive.py -%%PYTHON_SITELIBDIR%%/salt/modules/archive.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/archive.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/butterkvm.py -%%PYTHON_SITELIBDIR%%/salt/modules/butterkvm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/butterkvm.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/cluster.py -%%PYTHON_SITELIBDIR%%/salt/modules/cluster.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/cluster.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/cmdmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/cmdmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/cmdmod.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/cp.py -%%PYTHON_SITELIBDIR%%/salt/modules/cp.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/cp.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/cron.py -%%PYTHON_SITELIBDIR%%/salt/modules/cron.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/cron.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/data.py -%%PYTHON_SITELIBDIR%%/salt/modules/data.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/data.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/debconfmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/debconfmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/debconfmod.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/disk.py -%%PYTHON_SITELIBDIR%%/salt/modules/disk.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/disk.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/django.py -%%PYTHON_SITELIBDIR%%/salt/modules/django.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/django.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/ebuild.py -%%PYTHON_SITELIBDIR%%/salt/modules/ebuild.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ebuild.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/file.py -%%PYTHON_SITELIBDIR%%/salt/modules/file.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/file.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdkmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdkmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdkmod.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdpkg.py -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdpkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdpkg.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdservice.py -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdservice.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdservice.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/gem.py -%%PYTHON_SITELIBDIR%%/salt/modules/gem.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/gem.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/gentoo_service.py -%%PYTHON_SITELIBDIR%%/salt/modules/gentoo_service.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/gentoo_service.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/git.py -%%PYTHON_SITELIBDIR%%/salt/modules/git.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/git.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/grains.py -%%PYTHON_SITELIBDIR%%/salt/modules/grains.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/grains.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/groupadd.py -%%PYTHON_SITELIBDIR%%/salt/modules/groupadd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/groupadd.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/hg.py -%%PYTHON_SITELIBDIR%%/salt/modules/hg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/hg.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/hosts.py -%%PYTHON_SITELIBDIR%%/salt/modules/hosts.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/hosts.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/kmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/kmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/kmod.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/kvm_hyper.py -%%PYTHON_SITELIBDIR%%/salt/modules/kvm_hyper.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/kvm_hyper.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/linux_sysctl.py -%%PYTHON_SITELIBDIR%%/salt/modules/linux_sysctl.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/linux_sysctl.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/mdadm.py -%%PYTHON_SITELIBDIR%%/salt/modules/mdadm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mdadm.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/moosefs.py -%%PYTHON_SITELIBDIR%%/salt/modules/moosefs.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/moosefs.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/mount.py -%%PYTHON_SITELIBDIR%%/salt/modules/mount.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mount.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/mysql.py -%%PYTHON_SITELIBDIR%%/salt/modules/mysql.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mysql.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/network.py -%%PYTHON_SITELIBDIR%%/salt/modules/network.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/network.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/nginx.py -%%PYTHON_SITELIBDIR%%/salt/modules/nginx.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/nginx.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/pacman.py -%%PYTHON_SITELIBDIR%%/salt/modules/pacman.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pacman.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/pillar.py -%%PYTHON_SITELIBDIR%%/salt/modules/pillar.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pillar.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/pip.py -%%PYTHON_SITELIBDIR%%/salt/modules/pip.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pip.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/postgres.py -%%PYTHON_SITELIBDIR%%/salt/modules/postgres.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/postgres.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/ps.py -%%PYTHON_SITELIBDIR%%/salt/modules/ps.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ps.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/publish.py -%%PYTHON_SITELIBDIR%%/salt/modules/publish.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/publish.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/puppet.py -%%PYTHON_SITELIBDIR%%/salt/modules/puppet.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/puppet.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/pw_group.py -%%PYTHON_SITELIBDIR%%/salt/modules/pw_group.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pw_group.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/pw_user.py -%%PYTHON_SITELIBDIR%%/salt/modules/pw_user.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pw_user.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/reg.py -%%PYTHON_SITELIBDIR%%/salt/modules/reg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/reg.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/conf.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/eth.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.py -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/rh_service.py -%%PYTHON_SITELIBDIR%%/salt/modules/rh_service.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rh_service.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/rvm.py -%%PYTHON_SITELIBDIR%%/salt/modules/rvm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rvm.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/saltutil.py -%%PYTHON_SITELIBDIR%%/salt/modules/saltutil.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/saltutil.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/selinux.py -%%PYTHON_SITELIBDIR%%/salt/modules/selinux.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/selinux.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/service.py -%%PYTHON_SITELIBDIR%%/salt/modules/service.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/service.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/shadow.py -%%PYTHON_SITELIBDIR%%/salt/modules/shadow.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/shadow.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/solr.py -%%PYTHON_SITELIBDIR%%/salt/modules/solr.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/solr.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/ssh.py -%%PYTHON_SITELIBDIR%%/salt/modules/ssh.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ssh.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/state.py -%%PYTHON_SITELIBDIR%%/salt/modules/state.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/state.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/status.py -%%PYTHON_SITELIBDIR%%/salt/modules/status.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/status.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/systemd.py -%%PYTHON_SITELIBDIR%%/salt/modules/systemd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/systemd.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/test.py -%%PYTHON_SITELIBDIR%%/salt/modules/test.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/test.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/tomcat.py -%%PYTHON_SITELIBDIR%%/salt/modules/tomcat.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/tomcat.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/upstart.py -%%PYTHON_SITELIBDIR%%/salt/modules/upstart.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/upstart.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/useradd.py -%%PYTHON_SITELIBDIR%%/salt/modules/useradd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/useradd.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/virt.py -%%PYTHON_SITELIBDIR%%/salt/modules/virt.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/virt.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/virtualenv.py -%%PYTHON_SITELIBDIR%%/salt/modules/virtualenv.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/virtualenv.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/win_disk.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_disk.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_disk.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/win_file.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_file.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_file.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/win_network.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_network.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_network.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/win_pkg.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_pkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_pkg.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/win_service.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_service.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_service.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/win_shadow.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_shadow.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_shadow.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/win_useradd.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_useradd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_useradd.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.py -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg5.py -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg5.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg5.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/zypper.py -%%PYTHON_SITELIBDIR%%/salt/modules/zypper.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/zypper.pyo -%%PYTHON_SITELIBDIR%%/salt/output.py -%%PYTHON_SITELIBDIR%%/salt/output.pyc -%%PYTHON_SITELIBDIR%%/salt/output.pyo -%%PYTHON_SITELIBDIR%%/salt/payload.py -%%PYTHON_SITELIBDIR%%/salt/payload.pyc -%%PYTHON_SITELIBDIR%%/salt/payload.pyo -%%PYTHON_SITELIBDIR%%/salt/pillar.py -%%PYTHON_SITELIBDIR%%/salt/pillar.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar.pyo -%%PYTHON_SITELIBDIR%%/salt/renderers/__init__.py -%%PYTHON_SITELIBDIR%%/salt/renderers/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/renderers/json_jinja.py -%%PYTHON_SITELIBDIR%%/salt/renderers/json_jinja.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/json_jinja.pyo -%%PYTHON_SITELIBDIR%%/salt/renderers/json_mako.py -%%PYTHON_SITELIBDIR%%/salt/renderers/json_mako.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/json_mako.pyo -%%PYTHON_SITELIBDIR%%/salt/renderers/py.py -%%PYTHON_SITELIBDIR%%/salt/renderers/py.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/py.pyo -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_jinja.py -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_jinja.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_jinja.pyo -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_mako.py -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_mako.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_mako.pyo -%%PYTHON_SITELIBDIR%%/salt/returners/__init__.py -%%PYTHON_SITELIBDIR%%/salt/returners/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/returners/cassandra_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/cassandra_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/cassandra_return.pyo -%%PYTHON_SITELIBDIR%%/salt/returners/local.py -%%PYTHON_SITELIBDIR%%/salt/returners/local.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/local.pyo -%%PYTHON_SITELIBDIR%%/salt/returners/mongo_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/mongo_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/mongo_return.pyo -%%PYTHON_SITELIBDIR%%/salt/returners/redis_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/redis_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/redis_return.pyo -%%PYTHON_SITELIBDIR%%/salt/runner.py -%%PYTHON_SITELIBDIR%%/salt/runner.pyc -%%PYTHON_SITELIBDIR%%/salt/runner.pyo -%%PYTHON_SITELIBDIR%%/salt/runners/__init__.py -%%PYTHON_SITELIBDIR%%/salt/runners/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/runners/jobs.py -%%PYTHON_SITELIBDIR%%/salt/runners/jobs.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/jobs.pyo -%%PYTHON_SITELIBDIR%%/salt/runners/manage.py -%%PYTHON_SITELIBDIR%%/salt/runners/manage.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/manage.pyo -%%PYTHON_SITELIBDIR%%/salt/runners/network.py -%%PYTHON_SITELIBDIR%%/salt/runners/network.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/network.pyo -%%PYTHON_SITELIBDIR%%/salt/state.py -%%PYTHON_SITELIBDIR%%/salt/state.pyc -%%PYTHON_SITELIBDIR%%/salt/state.pyo -%%PYTHON_SITELIBDIR%%/salt/states/__init__.py -%%PYTHON_SITELIBDIR%%/salt/states/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/states/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/states/alias.py -%%PYTHON_SITELIBDIR%%/salt/states/alias.pyc -%%PYTHON_SITELIBDIR%%/salt/states/alias.pyo -%%PYTHON_SITELIBDIR%%/salt/states/cmd.py -%%PYTHON_SITELIBDIR%%/salt/states/cmd.pyc -%%PYTHON_SITELIBDIR%%/salt/states/cmd.pyo -%%PYTHON_SITELIBDIR%%/salt/states/cron.py -%%PYTHON_SITELIBDIR%%/salt/states/cron.pyc -%%PYTHON_SITELIBDIR%%/salt/states/cron.pyo -%%PYTHON_SITELIBDIR%%/salt/states/file.py -%%PYTHON_SITELIBDIR%%/salt/states/file.pyc -%%PYTHON_SITELIBDIR%%/salt/states/file.pyo -%%PYTHON_SITELIBDIR%%/salt/states/gem.py -%%PYTHON_SITELIBDIR%%/salt/states/gem.pyc -%%PYTHON_SITELIBDIR%%/salt/states/gem.pyo -%%PYTHON_SITELIBDIR%%/salt/states/group.py -%%PYTHON_SITELIBDIR%%/salt/states/group.pyc -%%PYTHON_SITELIBDIR%%/salt/states/group.pyo -%%PYTHON_SITELIBDIR%%/salt/states/host.py -%%PYTHON_SITELIBDIR%%/salt/states/host.pyc -%%PYTHON_SITELIBDIR%%/salt/states/host.pyo -%%PYTHON_SITELIBDIR%%/salt/states/kmod.py -%%PYTHON_SITELIBDIR%%/salt/states/kmod.pyc -%%PYTHON_SITELIBDIR%%/salt/states/kmod.pyo -%%PYTHON_SITELIBDIR%%/salt/states/mount.py -%%PYTHON_SITELIBDIR%%/salt/states/mount.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mount.pyo -%%PYTHON_SITELIBDIR%%/salt/states/mysql_database.py -%%PYTHON_SITELIBDIR%%/salt/states/mysql_database.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mysql_database.pyo -%%PYTHON_SITELIBDIR%%/salt/states/mysql_grants.py -%%PYTHON_SITELIBDIR%%/salt/states/mysql_grants.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mysql_grants.pyo -%%PYTHON_SITELIBDIR%%/salt/states/mysql_user.py -%%PYTHON_SITELIBDIR%%/salt/states/mysql_user.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mysql_user.pyo -%%PYTHON_SITELIBDIR%%/salt/states/network.py -%%PYTHON_SITELIBDIR%%/salt/states/network.pyc -%%PYTHON_SITELIBDIR%%/salt/states/network.pyo -%%PYTHON_SITELIBDIR%%/salt/states/pip.py -%%PYTHON_SITELIBDIR%%/salt/states/pip.pyc -%%PYTHON_SITELIBDIR%%/salt/states/pip.pyo -%%PYTHON_SITELIBDIR%%/salt/states/pkg.py -%%PYTHON_SITELIBDIR%%/salt/states/pkg.pyc -%%PYTHON_SITELIBDIR%%/salt/states/pkg.pyo -%%PYTHON_SITELIBDIR%%/salt/states/postgres_database.py -%%PYTHON_SITELIBDIR%%/salt/states/postgres_database.pyc -%%PYTHON_SITELIBDIR%%/salt/states/postgres_database.pyo -%%PYTHON_SITELIBDIR%%/salt/states/rvm.py -%%PYTHON_SITELIBDIR%%/salt/states/rvm.pyc -%%PYTHON_SITELIBDIR%%/salt/states/rvm.pyo -%%PYTHON_SITELIBDIR%%/salt/states/selinux.py -%%PYTHON_SITELIBDIR%%/salt/states/selinux.pyc -%%PYTHON_SITELIBDIR%%/salt/states/selinux.pyo -%%PYTHON_SITELIBDIR%%/salt/states/service.py -%%PYTHON_SITELIBDIR%%/salt/states/service.pyc -%%PYTHON_SITELIBDIR%%/salt/states/service.pyo -%%PYTHON_SITELIBDIR%%/salt/states/ssh_auth.py -%%PYTHON_SITELIBDIR%%/salt/states/ssh_auth.pyc -%%PYTHON_SITELIBDIR%%/salt/states/ssh_auth.pyo -%%PYTHON_SITELIBDIR%%/salt/states/sysctl.py -%%PYTHON_SITELIBDIR%%/salt/states/sysctl.pyc -%%PYTHON_SITELIBDIR%%/salt/states/sysctl.pyo -%%PYTHON_SITELIBDIR%%/salt/states/user.py -%%PYTHON_SITELIBDIR%%/salt/states/user.pyc -%%PYTHON_SITELIBDIR%%/salt/states/user.pyo -%%PYTHON_SITELIBDIR%%/salt/states/virtualenv.py -%%PYTHON_SITELIBDIR%%/salt/states/virtualenv.pyc -%%PYTHON_SITELIBDIR%%/salt/states/virtualenv.pyo -%%PYTHON_SITELIBDIR%%/salt/template.py -%%PYTHON_SITELIBDIR%%/salt/template.pyc -%%PYTHON_SITELIBDIR%%/salt/template.pyo -%%PYTHON_SITELIBDIR%%/salt/utils/__init__.py -%%PYTHON_SITELIBDIR%%/salt/utils/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/utils/find.py -%%PYTHON_SITELIBDIR%%/salt/utils/find.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/find.pyo -%%PYTHON_SITELIBDIR%%/salt/utils/jinja.py -%%PYTHON_SITELIBDIR%%/salt/utils/jinja.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/jinja.pyo -%%PYTHON_SITELIBDIR%%/salt/utils/process.py -%%PYTHON_SITELIBDIR%%/salt/utils/process.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/process.pyo -%%PYTHON_SITELIBDIR%%/salt/utils/saltminionservice.py -%%PYTHON_SITELIBDIR%%/salt/utils/saltminionservice.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/saltminionservice.pyo -%%PYTHON_SITELIBDIR%%/salt/utils/templates.py -%%PYTHON_SITELIBDIR%%/salt/utils/templates.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/templates.pyo -%%PYTHON_SITELIBDIR%%/salt/utils/verify.py -%%PYTHON_SITELIBDIR%%/salt/utils/verify.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/verify.pyo -%%PYTHON_SITELIBDIR%%/salt/utils/winservice.py -%%PYTHON_SITELIBDIR%%/salt/utils/winservice.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/winservice.pyo -%%PYTHON_SITELIBDIR%%/salt/utils/yaml.py -%%PYTHON_SITELIBDIR%%/salt/utils/yaml.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/yaml.pyo -%%PYTHON_SITELIBDIR%%/salt/version.py -%%PYTHON_SITELIBDIR%%/salt/version.pyc -%%PYTHON_SITELIBDIR%%/salt/version.pyo -@dirrm %%PYTHON_SITELIBDIR%%/salt/utils -@dirrm %%PYTHON_SITELIBDIR%%/salt/states -@dirrm %%PYTHON_SITELIBDIR%%/salt/runners -@dirrm %%PYTHON_SITELIBDIR%%/salt/returners -@dirrm %%PYTHON_SITELIBDIR%%/salt/renderers -@dirrm %%PYTHON_SITELIBDIR%%/salt/modules/rh_ip -@dirrm %%PYTHON_SITELIBDIR%%/salt/modules -@dirrm %%PYTHON_SITELIBDIR%%/salt/grains -@dirrm %%PYTHON_SITELIBDIR%%/salt/ext -@dirrm %%PYTHON_SITELIBDIR%%/salt/cli -@dirrm %%PYTHON_SITELIBDIR%%/salt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/_compat.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/_compat.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/_compat.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/batch.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/batch.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/batch.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/caller.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/caller.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/caller.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/cp.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/cp.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/cp.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/key.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/key.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli/key.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/client.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/client.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/client.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/config.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/config.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/config.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/crypt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/crypt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/crypt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/exceptions.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/exceptions.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/exceptions.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/ext/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/ext/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/ext/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/fileclient.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/fileclient.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/fileclient.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains/core.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains/core.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains/core.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains/extra.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains/extra.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains/extra.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/loader.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/loader.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/loader.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/log.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/log.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/log.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/master.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/master.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/master.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/minion.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/minion.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/minion.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/aliases.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/aliases.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/aliases.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/apache.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/apache.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/apache.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/apt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/apt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/apt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/archive.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/archive.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/archive.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/brew.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/brew.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/brew.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/butterkvm.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/butterkvm.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/butterkvm.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cluster.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cluster.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cluster.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cmdmod.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cmdmod.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cmdmod.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cp.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cp.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cp.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cron.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cron.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/cron.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/data.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/data.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/data.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/debconfmod.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/debconfmod.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/debconfmod.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/disk.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/disk.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/disk.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/django.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/django.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/django.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/ebuild.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/ebuild.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/ebuild.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/file.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/file.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/file.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdjail.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdjail.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdjail.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdkmod.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdkmod.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdkmod.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdpkg.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdpkg.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdpkg.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdservice.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdservice.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/freebsdservice.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/gem.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/gem.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/gem.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/gentoo_service.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/gentoo_service.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/gentoo_service.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/git.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/git.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/git.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/grains.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/grains.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/grains.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/groupadd.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/groupadd.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/groupadd.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/grub.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/grub.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/grub.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/hg.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/hg.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/hg.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/hosts.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/hosts.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/hosts.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/kmod.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/kmod.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/kmod.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/kvm_hyper.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/kvm_hyper.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/kvm_hyper.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/launchctl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/launchctl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/launchctl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/linux_sysctl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/linux_sysctl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/linux_sysctl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/mdadm.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/mdadm.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/mdadm.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/moosefs.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/moosefs.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/moosefs.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/mount.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/mount.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/mount.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/mysql.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/mysql.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/mysql.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/network.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/network.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/network.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/nginx.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/nginx.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/nginx.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/osxdesktop.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/osxdesktop.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/osxdesktop.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pacman.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pacman.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pacman.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pillar.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pillar.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pillar.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pip.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pip.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pip.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/postgres.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/postgres.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/postgres.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/ps.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/ps.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/ps.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/publish.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/publish.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/publish.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/puppet.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/puppet.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/puppet.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pw_group.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pw_group.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pw_group.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pw_user.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pw_user.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/pw_user.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rabbitmq_server.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rabbitmq_server.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rabbitmq_server.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/reg.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/reg.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/reg.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rh_ip/conf.jinja +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rh_ip/eth.jinja +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rh_ip.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rh_ip.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rh_ip.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rh_service.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rh_service.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rh_service.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rvm.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rvm.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rvm.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/saltutil.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/saltutil.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/saltutil.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/selinux.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/selinux.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/selinux.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/service.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/service.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/service.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/shadow.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/shadow.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/shadow.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/solr.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/solr.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/solr.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/sqlite3.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/sqlite3.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/sqlite3.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/ssh.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/ssh.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/ssh.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/state.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/state.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/state.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/status.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/status.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/status.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/systemd.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/systemd.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/systemd.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/test.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/test.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/test.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/tomcat.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/tomcat.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/tomcat.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/upstart.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/upstart.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/upstart.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/useradd.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/useradd.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/useradd.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/virt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/virt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/virt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/virtualenv.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/virtualenv.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/virtualenv.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_disk.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_disk.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_disk.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_file.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_file.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_file.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_groupadd.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_groupadd.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_groupadd.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_network.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_network.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_network.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_pkg.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_pkg.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_pkg.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_service.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_service.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_service.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_shadow.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_shadow.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_shadow.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_useradd.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_useradd.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/win_useradd.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/yumpkg.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/yumpkg.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/yumpkg.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/yumpkg5.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/yumpkg5.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/yumpkg5.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/zypper.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/zypper.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/zypper.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/output.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/output.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/output.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/payload.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/payload.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/payload.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/pillar.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/pillar.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/pillar.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/json_jinja.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/json_jinja.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/json_jinja.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/json_mako.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/json_mako.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/json_mako.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/py.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/py.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/py.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/yaml_jinja.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/yaml_jinja.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/yaml_jinja.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/yaml_mako.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/yaml_mako.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers/yaml_mako.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/cassandra_return.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/cassandra_return.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/cassandra_return.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/local.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/local.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/local.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/mongo_return.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/mongo_return.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/mongo_return.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/redis_return.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/redis_return.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners/redis_return.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runner.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runner.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runner.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/jobs.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/jobs.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/jobs.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/launchd.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/launchd.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/launchd.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/manage.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/manage.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/manage.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/network.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/network.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners/network.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/scripts.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/scripts.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/scripts.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/state.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/state.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/state.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/alias.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/alias.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/alias.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/cmd.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/cmd.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/cmd.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/cron.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/cron.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/cron.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/file.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/file.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/file.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/gem.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/gem.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/gem.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/git.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/git.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/git.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/group.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/group.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/group.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/host.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/host.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/host.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/kmod.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/kmod.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/kmod.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/module.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/module.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/module.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mount.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mount.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mount.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mysql_database.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mysql_database.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mysql_database.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mysql_grants.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mysql_grants.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mysql_grants.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mysql_user.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mysql_user.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/mysql_user.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/network.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/network.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/network.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/pip.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/pip.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/pip.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/pkg.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/pkg.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/pkg.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/postgres_database.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/postgres_database.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/postgres_database.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/rvm.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/rvm.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/rvm.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/selinux.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/selinux.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/selinux.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/service.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/service.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/service.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/ssh_auth.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/ssh_auth.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/ssh_auth.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/ssh_known_hosts.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/ssh_known_hosts.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/ssh_known_hosts.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/sysctl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/sysctl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/sysctl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/user.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/user.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/user.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/virtualenv.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/virtualenv.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states/virtualenv.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/template.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/template.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/template.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/debug.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/debug.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/debug.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/event.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/event.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/event.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/find.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/find.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/find.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/jinja.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/jinja.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/jinja.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/process.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/process.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/process.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/saltminionservice.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/saltminionservice.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/saltminionservice.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/templates.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/templates.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/templates.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/verify.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/verify.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/verify.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/winservice.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/winservice.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/winservice.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/yaml.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/yaml.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils/yaml.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/version.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/version.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/version.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/utils +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/states +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/runners +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/returners +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/renderers +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules/rh_ip +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/modules +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/grains +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/ext +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt/cli +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/salt +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/man/man7 +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/man/man1 +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/man +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% @dirrmtry %%ETCDIR%% @stopdaemon salt-master @stopdaemon salt-minion --- pkg-plist.diff ends here --- --- patch-setup.py.diff begins here --- --- patch-setup.py.orig 2012-06-18 17:37:33.000000000 -0700 +++ patch-setup.py 2012-06-18 17:37:33.000000000 -0700 @@ -1,29 +1,37 @@ ---- setup.py 2012-04-28 08:33:41.000000000 +0400 -+++ setup.py 2012-05-02 01:08:12.000000000 +0400 -@@ -47,7 +47,7 @@ +--- setup.py.orig 2012-06-11 12:19:09.000000000 -0700 ++++ setup.py 2012-06-18 16:44:35.573996838 -0700 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python2 ++#!/usr/bin/env python + ''' + The setup script for salt + ''' +@@ -56,7 +56,7 @@ if 'SYSCONFDIR' in os.environ: etc_path = os.environ['SYSCONFDIR'] else: - etc_path = os.path.join(os.path.dirname(PREFIX), 'etc') -+ etc_path = os.path.join('%%PREFIX%%', 'etc') - ++ etc_path = os.path.join('/usr/local', 'etc') + libraries = ['ws2_32'] if sys.platform == 'win32' else [] @@ -100,7 +100,7 @@ - 'scripts/salt-call', - 'scripts/salt-run', - 'scripts/salt'], -- data_files=[('share/man/man1', -+ data_files=[('man/man1', - ['doc/man/salt-master.1', - 'doc/man/salt-key.1', - 'doc/man/salt.1', -@@ -110,7 +110,7 @@ - 'doc/man/salt-run.1', - 'doc/man/salt-minion.1', - ]), -- ('share/man/man7', -+ ('man/man7', - ['doc/man/salt.7', - ]), - ], + 'package_data': { + 'salt.modules': ['rh_ip/*.jinja'], + }, +- 'data_files': [('share/man/man1', ++ 'data_files': [('man/man1', + ['doc/man/salt-master.1', + 'doc/man/salt-key.1', + 'doc/man/salt.1', +@@ -110,9 +110,8 @@ + 'doc/man/salt-run.1', + 'doc/man/salt-minion.1', + ]), +- ('share/man/man7', ['doc/man/salt.7']), ++ ('man/man7', ['doc/man/salt.7',]), + ], +- 'install_requires': requirements, + } + + if with_setuptools: --- patch-setup.py.diff ends here --- --- salt_minion.in.diff begins here --- --- salt_minion.in.orig 2012-06-18 17:37:33.000000000 -0700 +++ salt_minion.in 2012-06-18 17:37:33.000000000 -0700 @@ -21,10 +21,15 @@ load_rc_config ${name} : ${salt_minion_enable:="NO"} +: ${salt_minion_paths="$PATH"} +: ${salt_minion_eggcache="/tmp"} command="%%PREFIX%%/bin/salt-minion" command_interpreter="%%PYTHON_CMD%%" required_files="%%PREFIX%%/etc/salt/minion" command_args="-c ${required_files} -d" +export PATH="${salt_minion_paths}" +export PYTHON_EGG_CACHE="${salt_minion_eggcache}" + run_rc_command "$1" --- salt_minion.in.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 03:20:12 2012 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 414541065670 for ; Tue, 19 Jun 2012 03:20:12 +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 14AFE8FC14 for ; Tue, 19 Jun 2012 03:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J3KBi4039795 for ; Tue, 19 Jun 2012 03:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J3KBtA039793; Tue, 19 Jun 2012 03:20:11 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jun 2012 03:20:11 GMT Resent-Message-Id: <201206190320.q5J3KBtA039793@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, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54DF3106566B; Tue, 19 Jun 2012 03:18:52 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 18E338FC15; Tue, 19 Jun 2012 03:18:52 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 3WGZB41D9lzBgV; Tue, 19 Jun 2012 11:18:04 +0800 (CST) Message-Id: <3WGZB41D9lzBgV@sunpoet.net> Date: Tue, 19 Jun 2012 11:18:04 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: demon@FreeBSD.org Subject: ports/169229: [PATCH] devel/p5-ExtUtils-ParseXS: update to 3.15 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: Tue, 19 Jun 2012 03:20:12 -0000 >Number: 169229 >Category: ports >Synopsis: [PATCH] devel/p5-ExtUtils-ParseXS: update to 3.15 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jun 19 03:20:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Thu May 31 14:45:51 CST 2012 >Description: - Update to 3.15 Changes: http://search.cpan.org/dist/ExtUtils-ParseXS/Changes Port maintainer (demon@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-ExtUtils-ParseXS-3.15.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-ExtUtils-ParseXS/Makefile,v retrieving revision 1.24 diff -u -u -r1.24 Makefile --- Makefile 13 Mar 2012 16:14:53 -0000 1.24 +++ Makefile 19 Jun 2012 03:18:38 -0000 @@ -6,7 +6,7 @@ # PORTNAME= ExtUtils-ParseXS -PORTVERSION= 3.07 +PORTVERSION= 3.15 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SMUELLER @@ -21,6 +21,7 @@ ExtUtils::ParseXS::Constants.3 \ ExtUtils::ParseXS::Utilities.3 \ ExtUtils::Typemaps.3 \ + ExtUtils::Typemaps::Cmd.3 \ ExtUtils::Typemaps::InputMap.3 \ ExtUtils::Typemaps::OutputMap.3 \ ExtUtils::Typemaps::Type.3 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-ExtUtils-ParseXS/distinfo,v retrieving revision 1.18 diff -u -u -r1.18 distinfo --- distinfo 14 Dec 2011 11:31:36 -0000 1.18 +++ distinfo 19 Jun 2012 03:18:38 -0000 @@ -1,2 +1,2 @@ -SHA256 (ExtUtils-ParseXS-3.07.tar.gz) = 72d4a81543a07a64f65e7d8d6114b08159e7c935aee15f718c362c075e32432c -SIZE (ExtUtils-ParseXS-3.07.tar.gz) = 61166 +SHA256 (ExtUtils-ParseXS-3.15.tar.gz) = 2bd757cc52baf5d559a110f93f5f2210556689d633757241996eb6aa2d706a19 +SIZE (ExtUtils-ParseXS-3.15.tar.gz) = 61892 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-ExtUtils-ParseXS/pkg-plist,v retrieving revision 1.4 diff -u -u -r1.4 pkg-plist --- pkg-plist 13 Aug 2011 13:02:13 -0000 1.4 +++ pkg-plist 19 Jun 2012 03:18:38 -0000 @@ -5,6 +5,7 @@ %%SITE_PERL%%/ExtUtils/ParseXS/CountLines.pm %%SITE_PERL%%/ExtUtils/ParseXS/Utilities.pm %%SITE_PERL%%/ExtUtils/Typemaps.pm +%%SITE_PERL%%/ExtUtils/Typemaps/Cmd.pm %%SITE_PERL%%/ExtUtils/Typemaps/InputMap.pm %%SITE_PERL%%/ExtUtils/Typemaps/OutputMap.pm %%SITE_PERL%%/ExtUtils/Typemaps/Type.pm --- p5-ExtUtils-ParseXS-3.15.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 03:20:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5207106566B; Tue, 19 Jun 2012 03:20:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B75328FC16; Tue, 19 Jun 2012 03:20:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J3KOeY039958; Tue, 19 Jun 2012 03:20:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J3KOEu039954; Tue, 19 Jun 2012 03:20:24 GMT (envelope-from edwin) Date: Tue, 19 Jun 2012 03:20:24 GMT Message-Id: <201206190320.q5J3KOEu039954@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, demon@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169229: [PATCH] devel/p5-ExtUtils-ParseXS: update to 3.15 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: Tue, 19 Jun 2012 03:20:25 -0000 Synopsis: [PATCH] devel/p5-ExtUtils-ParseXS: update to 3.15 Responsible-Changed-From-To: freebsd-ports-bugs->demon Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 19 03:20:23 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169229 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 03:37:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 72E3F106566B; Tue, 19 Jun 2012 03:37:07 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4490D8FC0A; Tue, 19 Jun 2012 03:37:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J3b7sD058796; Tue, 19 Jun 2012 03:37:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J3b7Uv058792; Tue, 19 Jun 2012 03:37:07 GMT (envelope-from edwin) Date: Tue, 19 Jun 2012 03:37:07 GMT Message-Id: <201206190337.q5J3b7Uv058792@freefall.freebsd.org> To: stl@wiredrive.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169228: sysutils/salt version update, rc feature addition 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: Tue, 19 Jun 2012 03:37:07 -0000 Synopsis: sysutils/salt version update, rc feature addition State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Jun 19 03:37:06 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169228 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 03:40:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 868E3106564A for ; Tue, 19 Jun 2012 03:40:16 +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 704978FC15 for ; Tue, 19 Jun 2012 03:40:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J3eGbV059251 for ; Tue, 19 Jun 2012 03:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J3eGqE059250; Tue, 19 Jun 2012 03:40:16 GMT (envelope-from gnats) Date: Tue, 19 Jun 2012 03:40:16 GMT Message-Id: <201206190340.q5J3eGqE059250@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/169228: sysutils/salt version update, rc feature addition 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: Tue, 19 Jun 2012 03:40:16 -0000 The following reply was made to PR ports/169228; it has been noted by GNATS. From: Edwin Groothuis To: christer.edwards@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/169228: sysutils/salt version update, rc feature addition Date: Tue, 19 Jun 2012 03:37:02 UT Maintainer of sysutils/salt, Please note that PR ports/169228 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169228 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 03:48:25 2012 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 C53AA1065672; Tue, 19 Jun 2012 03:48:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 976448FC15; Tue, 19 Jun 2012 03:48:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J3mP9h068061; Tue, 19 Jun 2012 03:48:25 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J3mP4k068057; Tue, 19 Jun 2012 03:48:25 GMT (envelope-from linimon) Date: Tue, 19 Jun 2012 03:48:25 GMT Message-Id: <201206190348.q5J3mP4k068057@freefall.freebsd.org> To: hrs@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169225: Re: [PATCH] print/acroreadwrapper: fix usage of ${SRC_BASE} before it is defined 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: Tue, 19 Jun 2012 03:48:25 -0000 Old Synopsis: Re: [PATCH] print/acroreadwrapper: fix usage of ${SRC_BASE} before New Synopsis: Re: [PATCH] print/acroreadwrapper: fix usage of ${SRC_BASE} before it is defined State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Tue Jun 19 03:47:26 UTC 2012 State-Changed-Why: Misfiled followup to ports/169218; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Jun 19 03:47:26 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=169225 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 03:49:20 2012 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 A7056106564A; Tue, 19 Jun 2012 03:49:20 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 787228FC0C; Tue, 19 Jun 2012 03:49:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J3nKJ2068230; Tue, 19 Jun 2012 03:49:20 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J3nKZo068226; Tue, 19 Jun 2012 03:49:20 GMT (envelope-from linimon) Date: Tue, 19 Jun 2012 03:49:20 GMT Message-Id: <201206190349.q5J3nKZo068226@freefall.freebsd.org> To: jgh@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169226: Re: [PATCH] print/acroreadwrapper: fix usage of ${SRC_BASE} before it is defined 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: Tue, 19 Jun 2012 03:49:20 -0000 Old Synopsis: Re: [PATCH] print/acroreadwrapper: fix usage of ${SRC_BASE} before New Synopsis: Re: [PATCH] print/acroreadwrapper: fix usage of ${SRC_BASE} before it is defined State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Tue Jun 19 03:47:26 UTC 2012 State-Changed-Why: Misfiled followup to ports/169218; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Jun 19 03:47:26 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=169226 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 03:50:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9B9E106566B; Tue, 19 Jun 2012 03:50:19 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7B4288FC08; Tue, 19 Jun 2012 03:50:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J3oJrP068634; Tue, 19 Jun 2012 03:50:19 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J3oJRV068630; Tue, 19 Jun 2012 03:50:19 GMT (envelope-from linimon) Date: Tue, 19 Jun 2012 03:50:19 GMT Message-Id: <201206190350.q5J3oJRV068630@freefall.freebsd.org> To: jgh@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169227: Re: [PATCH] print/acroreadwrapper: fix usage of ${SRC_BASE} before it is defined 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: Tue, 19 Jun 2012 03:50:19 -0000 Old Synopsis: Re: [PATCH] print/acroreadwrapper: fix usage of ${SRC_BASE} before New Synopsis: Re: [PATCH] print/acroreadwrapper: fix usage of ${SRC_BASE} before it is defined State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Tue Jun 19 03:47:26 UTC 2012 State-Changed-Why: Misfiled followup to ports/169218; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Jun 19 03:47:26 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=169227 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 04:00:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 011691065672 for ; Tue, 19 Jun 2012 04:00:32 +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 AE10A8FC12 for ; Tue, 19 Jun 2012 04:00:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J40W8x077260 for ; Tue, 19 Jun 2012 04:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J40W8d077257; Tue, 19 Jun 2012 04:00:32 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jun 2012 04:00:32 GMT Resent-Message-Id: <201206190400.q5J40W8d077257@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, Kevin Zheng Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8675F1065670 for ; Tue, 19 Jun 2012 03:59:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 720E98FC14 for ; Tue, 19 Jun 2012 03:59:42 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5J3xgXh010682 for ; Tue, 19 Jun 2012 03:59:42 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5J3xgPo010681; Tue, 19 Jun 2012 03:59:42 GMT (envelope-from nobody) Message-Id: <201206190359.q5J3xgPo010681@red.freebsd.org> Date: Tue, 19 Jun 2012 03:59:42 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169231: [patch] Fix build for www/firefox using CLANG 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: Tue, 19 Jun 2012 04:00:33 -0000 >Number: 169231 >Category: ports >Synopsis: [patch] Fix build for www/firefox using CLANG >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 19 04:00:32 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kevin Zheng >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD sigma.local 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 01:47:53 UTC 2012 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: FreeBSD is moving to the CLANG/LLVM compiler. Firefox currently fails to build using CLANG, complaining that "MMX instruction set not enabled". CLANG seems to treat MMX and SSE separately, and MMX must be explicitly added in CFLAGS. See the following link for more details: http://www.mail-archive.com/freebsd-ports@freebsd.org/msg41830.html >How-To-Repeat: Add the following to /etc/make.conf: CC=clang CXX=clang++ CPP=clang-cpp Attempt to build www/firefox (it doesn't work). >Fix: Apply the following patch, if it makes sense. I'm not good with conditional makefiles. Patch attached with submission follows: diff -ruN /usr/ports/www/firefox/Makefile firefox/Makefile --- /usr/ports/www/firefox/Makefile 2012-06-18 22:45:40.000000000 -0500 +++ firefox/Makefile 2012-06-18 22:49:20.000000000 -0500 @@ -60,6 +60,8 @@ .if empty(CXX:M*clang++*) && ${OSVERSION} > 900000 USE_GCC= 4.6+ +.else +CFLAGS+= -mmmx .endif WRKSRC:= ${WRKDIR}/mozilla-release >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 04:29:49 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 208F2106566B; Tue, 19 Jun 2012 04:29:49 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E798D8FC15; Tue, 19 Jun 2012 04:29:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J4Tmch005703; Tue, 19 Jun 2012 04:29:48 GMT (envelope-from sperber@freefall.freebsd.org) Received: (from sperber@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J4TmJm005699; Tue, 19 Jun 2012 04:29:48 GMT (envelope-from sperber) Date: Tue, 19 Jun 2012 04:29:48 GMT Message-Id: <201206190429.q5J4TmJm005699@freefall.freebsd.org> To: sperber@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sperber@FreeBSD.org From: sperber@FreeBSD.org Cc: Subject: Re: ports/169205: [MAINTAINER] net/miniupnpd: Readd missing patch 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: Tue, 19 Jun 2012 04:29:49 -0000 Synopsis: [MAINTAINER] net/miniupnpd: Readd missing patch Responsible-Changed-From-To: freebsd-ports-bugs->sperber Responsible-Changed-By: sperber Responsible-Changed-When: Tue Jun 19 04:29:48 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169205 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 04:40:13 2012 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 5598F1065710 for ; Tue, 19 Jun 2012 04:40:13 +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 2A4848FC19 for ; Tue, 19 Jun 2012 04:40:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J4eDYJ018546 for ; Tue, 19 Jun 2012 04:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J4eDUX018545; Tue, 19 Jun 2012 04:40:13 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jun 2012 04:40:13 GMT Resent-Message-Id: <201206190440.q5J4eDUX018545@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, Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 683A6106564A for ; Tue, 19 Jun 2012 04:33:23 +0000 (UTC) (envelope-from douglas@slowhand.douglasthrift.net) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) by mx1.freebsd.org (Postfix) with ESMTP id 459738FC0A for ; Tue, 19 Jun 2012 04:33:23 +0000 (UTC) Received: from slowhand.douglasthrift.net (douglas@slowhand.douglasthrift.net [69.55.236.40]) by slowhand.douglasthrift.net (8.14.5/8.14.5) with ESMTP id q5J4XDBw059921 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 18 Jun 2012 21:33:14 -0700 (PDT) (envelope-from douglas@slowhand.douglasthrift.net) Received: (from douglas@localhost) by slowhand.douglasthrift.net (8.14.5/8.14.5/Submit) id q5J4XDsh059919; Mon, 18 Jun 2012 21:33:13 -0700 (PDT) (envelope-from douglas) Message-Id: <201206190433.q5J4XDsh059919@slowhand.douglasthrift.net> Date: Mon, 18 Jun 2012 21:33:13 -0700 (PDT) From: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: douglas@douglasthrift.net Subject: ports/169232: Update port: security/py-keyring Upgrade to 0.9.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: douglas@douglasthrift.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2012 04:40:13 -0000 >Number: 169232 >Category: ports >Synopsis: Update port: security/py-keyring Upgrade to 0.9.2 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 19 04:40:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 8.0-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD slowhand.douglasthrift.net 8.0-RELEASE-p6 FreeBSD 8.0-RELEASE-p6 #2: Wed Sep 28 21:40:42 PDT 2011 user@jail8.johncompanies.com:/usr/obj/usr/src/sys/jail8 amd64 >Description: Upgrade sysutils/py-keyring to 0.9.2. https://redports.org/buildarchive/20120618204234-37226/ >From CHANGES.txt: ----- 0.9.2 ----- * Keyring 0.9.1 introduced a whole different storage format for the CryptedFileKeyring, but this introduced some potential compatibility issues. This release incorporates the security updates but reverts to the INI file format for storage, only encrypting the passwords and leaving the service and usernames in plaintext. Subsequent releases may incorporate a new keyring to implement a whole-file encrypted version. Fixes #64. * The CryptedFileKeyring now requires simplejson for Python 2.5 clients. >How-To-Repeat: >Fix: --- py-keyring.2012-06-19T042843Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/security/py-keyring/Makefile py-keyring/Makefile --- /usr/ports/security/py-keyring/Makefile 2012-06-17 18:20:15.000000000 -0700 +++ py-keyring/Makefile 2012-06-18 13:39:26.000000000 -0700 @@ -6,7 +6,7 @@ # PORTNAME= keyring -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,12 +22,12 @@ USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install -OPTIONS_DEFINE= CRYPT_FILE GNOME_KEYRING KDE_KWALLET +OPTIONS_DEFINE= CRYPT_FILE GNOME_KEYRING KDE_KWALLET GNOME_KEYRING_DESC= GNOME Keyring backend KDE_KWALLET_DESC= KDE KWallet backend CRYPT_FILE_DESC= Crypt(ed) File backend -.include +.include .if ${PORT_OPTIONS:MGNOME_KEYRING} USE_GNOME+= pygnomedesktop @@ -39,6 +39,9 @@ .if ${PORT_OPTIONS:MCRYPT_FILE} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.5:${PORTSDIR}/security/py-pycrypto +.if ${PYTHON_VERSION} == "python2.5" +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.5:${PORTSDIR}/devel/py-simplejson +.endif .endif -.include +.include diff -Nrux .svn -x work /usr/ports/security/py-keyring/distinfo py-keyring/distinfo --- /usr/ports/security/py-keyring/distinfo 2012-06-17 18:20:15.000000000 -0700 +++ py-keyring/distinfo 2012-06-18 13:20:14.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (keyring-0.9.1.zip) = ef9fad76daeadd4ea2f8992e768d8dd873c812dd4c226cae1e64ccca4627377b -SIZE (keyring-0.9.1.zip) = 46907 +SHA256 (keyring-0.9.2.zip) = 3495c72ec6fdefd6da3a7271acac89903e6ffdfb984a71a3e087c49538351c30 +SIZE (keyring-0.9.2.zip) = 49117 diff -Nrux .svn -x work /usr/ports/security/py-keyring/pkg-plist py-keyring/pkg-plist --- /usr/ports/security/py-keyring/pkg-plist 2012-03-02 10:47:43.000000000 -0800 +++ py-keyring/pkg-plist 2012-06-18 13:22:51.000000000 -0700 @@ -31,6 +31,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/http.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/http.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/http.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/py25compat.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/py25compat.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/py25compat.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/__init__.pyo --- py-keyring.2012-06-19T042843Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 04:40:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8D121065709; Tue, 19 Jun 2012 04:40:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B7408FC0A; Tue, 19 Jun 2012 04:40:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J4eNk9018693; Tue, 19 Jun 2012 04:40:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J4eNUA018689; Tue, 19 Jun 2012 04:40:23 GMT (envelope-from edwin) Date: Tue, 19 Jun 2012 04:40:23 GMT Message-Id: <201206190440.q5J4eNUA018689@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169232: Update port: security/py-keyring Upgrade to 0.9.2 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: Tue, 19 Jun 2012 04:40:23 -0000 Synopsis: Update port: security/py-keyring Upgrade to 0.9.2 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Tue Jun 19 04:40:23 UTC 2012 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169232 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 04:40:28 2012 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 647F21065709; Tue, 19 Jun 2012 04:40:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B14C38FC12; Tue, 19 Jun 2012 04:40:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J4eR13018774; Tue, 19 Jun 2012 04:40:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J4eRIV018770; Tue, 19 Jun 2012 04:40:27 GMT (envelope-from edwin) Date: Tue, 19 Jun 2012 04:40:27 GMT Message-Id: <201206190440.q5J4eRIV018770@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169232: Update port: security/py-keyring Upgrade to 0.9.2 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: Tue, 19 Jun 2012 04:40:28 -0000 Synopsis: Update port: security/py-keyring Upgrade to 0.9.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 19 04:40:27 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169232 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 04:50:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21FC8106566C for ; Tue, 19 Jun 2012 04:50:15 +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 E9F628FC18 for ; Tue, 19 Jun 2012 04:50:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J4oEHA027553 for ; Tue, 19 Jun 2012 04:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J4oEbA027552; Tue, 19 Jun 2012 04:50:14 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jun 2012 04:50:14 GMT Resent-Message-Id: <201206190450.q5J4oEbA027552@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, "Craig R. Whipp" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00A59106566B for ; Tue, 19 Jun 2012 04:41:43 +0000 (UTC) (envelope-from crwhipp@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id C6F738FC1B for ; Tue, 19 Jun 2012 04:41:42 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so9748349pbb.13 for ; Mon, 18 Jun 2012 21:41:41 -0700 (PDT) Received: by 10.68.218.101 with SMTP id pf5mr59322404pbc.152.1340080900674; Mon, 18 Jun 2012 21:41:40 -0700 (PDT) Received: from whipp.no-ip.org (174-17-35-112.phnx.qwest.net. [174.17.35.112]) by mx.google.com with ESMTPS id nv6sm26402315pbc.42.2012.06.18.21.41.39 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 18 Jun 2012 21:41:39 -0700 (PDT) Received: by whipp.no-ip.org (Postfix, from userid 1001) id 8CF2173D86; Mon, 18 Jun 2012 21:41:36 -0700 (MST) Message-Id: <20120619044136.8CF2173D86@whipp.no-ip.org> Date: Mon, 18 Jun 2012 21:41:36 -0700 (MST) From: "Craig R.Whipp" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169233: Update astro/foxtrotgps to latest version (1.1.1) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Craig R. Whipp" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2012 04:50:15 -0000 >Number: 169233 >Category: ports >Synopsis: Update astro/foxtrotgps to latest version (1.1.1) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 19 04:50:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Craig R. Whipp >Release: FreeBSD 9.0-RELEASE-p3 powerpc >Organization: >Environment: System: FreeBSD apple 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #2: Tue Jun 12 15:57:32 MST 2012 cwhipp@apple:/usr/obj/usr/src/sys/GENERIC powerpc >Description: Attached patch to udpate astro/foxtrotgps to the latest version from upstream. Current port is 1.1.0, upstream is 1.1.1. >How-To-Repeat: Build astro/foxtrotgps, or evaluate version in Makefile. >Fix: Apply patch with: #cd /usr/ports/astro #patch < $PATH_TO_PATCH Build port using desired method. --- ft.patch begins here --- diff -rupN foxtrotgps/Makefile foxtrotgps_devel/Makefile --- foxtrotgps/Makefile 2012-05-31 22:15:48.000000000 -0700 +++ foxtrotgps_devel/Makefile 2012-06-18 20:53:47.000000000 -0700 @@ -6,8 +6,7 @@ # PORTNAME= foxtrotgps -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= astro geography MASTER_SITES= http://www.foxtrotgps.org/releases/ diff -rupN foxtrotgps/distinfo foxtrotgps_devel/distinfo --- foxtrotgps/distinfo 2012-03-07 05:22:51.000000000 -0700 +++ foxtrotgps_devel/distinfo 2012-06-18 20:47:10.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (foxtrotgps-1.1.0.tar.gz) = 2d0d66d3e6d3c6ca1c8e5d82129182a49691b9622067b7c5edf82d808ebf1a77 -SIZE (foxtrotgps-1.1.0.tar.gz) = 584889 +SHA256 (foxtrotgps-1.1.1.tar.gz) = ae9706285510554cc0813ac92522e0d1672b0ddb065307bfacfcff3c328f6adb +SIZE (foxtrotgps-1.1.1.tar.gz) = 589091 --- ft.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 05:16:03 2012 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 6F0931065673; Tue, 19 Jun 2012 05:16:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 426AF8FC12; Tue, 19 Jun 2012 05:16:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J5G32g055761; Tue, 19 Jun 2012 05:16:03 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J5G3uo055757; Tue, 19 Jun 2012 05:16:03 GMT (envelope-from sunpoet) Date: Tue, 19 Jun 2012 05:16:03 GMT Message-Id: <201206190516.q5J5G3uo055757@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/169233: Update astro/foxtrotgps to latest version (1.1.1) 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: Tue, 19 Jun 2012 05:16:03 -0000 Synopsis: Update astro/foxtrotgps to latest version (1.1.1) Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Tue Jun 19 05:16:02 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169233 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 06:00:25 2012 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 B838D106566C for ; Tue, 19 Jun 2012 06:00:25 +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 63DAC8FC1B for ; Tue, 19 Jun 2012 06:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J60P4O092552 for ; Tue, 19 Jun 2012 06:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J60P26092551; Tue, 19 Jun 2012 06:00:25 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jun 2012 06:00:25 GMT Resent-Message-Id: <201206190600.q5J60P26092551@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, Oliver Hartmann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D2225106564A for ; Tue, 19 Jun 2012 05:53:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id BBD838FC08 for ; Tue, 19 Jun 2012 05:53:29 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5J5rTcF084769 for ; Tue, 19 Jun 2012 05:53:29 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5J5rTBC084768; Tue, 19 Jun 2012 05:53:29 GMT (envelope-from nobody) Message-Id: <201206190553.q5J5rTBC084768@red.freebsd.org> Date: Tue, 19 Jun 2012 05:53:29 GMT From: Oliver Hartmann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169234: print/foomatic-db-engine: /usr/bin/install -c -o root -g wheel -m 644 *.1 //usr/local/man/man1 install: *.1: No such file or directory 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: Tue, 19 Jun 2012 06:00:25 -0000 >Number: 169234 >Category: ports >Synopsis: print/foomatic-db-engine: /usr/bin/install -c -o root -g wheel -m 644 *.1 //usr/local/man/man1 install: *.1: No such file or directory >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 19 06:00:25 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Oliver Hartmann >Release: FreeBSD 9.-STABLE/amd64 and FreeBSD 10-CURRENT/amd64 >Organization: FU Berlin >Environment: >Description: Update or installation of port print/foomatic-db-engine fails with the strange error shown below. System(s) has been compiled with CLANG. [...] /usr/local/bin/perl -p -i -e "s:foomatic-templates:/usr/local/share/foomatic//templates:g" //usr/local/sbin/foomatic-addpjloptions ln -sf foomatic-ppdfile //usr/local/bin/foomatic-datafile if [ -d /usr/local/libexec/cups ]; then \ ./mkinstalldirs //usr/local/libexec/cups/driver; \ ln -sf /usr/local/bin/foomatic-ppdfile //usr/local/libexec/cups/driver/foomatic; \ fi ./mkinstalldirs //usr/local/man ./mkinstalldirs //usr/local/man/man1 ./mkinstalldirs //usr/local/man/man8 /usr/bin/install -c -o root -g wheel -m 644 *.1 //usr/local/man/man1 install: *.1: No such file or directory gmake: *** [install-man] Error 71 *** [do-install] Error code 2 Stop in /usr/ports/print/foomatic-db-engine. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 06:00:36 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB065106566C; Tue, 19 Jun 2012 06:00:36 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9DECE8FC12; Tue, 19 Jun 2012 06:00:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J60aQN092875; Tue, 19 Jun 2012 06:00:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J60acY092869; Tue, 19 Jun 2012 06:00:36 GMT (envelope-from edwin) Date: Tue, 19 Jun 2012 06:00:36 GMT Message-Id: <201206190600.q5J60acY092869@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, acm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169234: print/foomatic-db-engine: /usr/bin/install -c -o root -g wheel -m 644 *.1 //usr/local/man/man1 install: *.1: No such file or directory 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: Tue, 19 Jun 2012 06:00:36 -0000 Synopsis: print/foomatic-db-engine: /usr/bin/install -c -o root -g wheel -m 644 *.1 //usr/local/man/man1 install: *.1: No such file or directory Responsible-Changed-From-To: freebsd-ports-bugs->acm Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 19 06:00:36 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169234 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 07:20:14 2012 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 BE6171065678 for ; Tue, 19 Jun 2012 07:20:14 +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 96FED8FC18 for ; Tue, 19 Jun 2012 07:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J7KEtP074701 for ; Tue, 19 Jun 2012 07:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J7KEWs074700; Tue, 19 Jun 2012 07:20:14 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jun 2012 07:20:14 GMT Resent-Message-Id: <201206190720.q5J7KEWs074700@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, Arrigo Marchiori Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 929EC1065674 for ; Tue, 19 Jun 2012 07:11:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 74B728FC1C for ; Tue, 19 Jun 2012 07:11:11 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5J7BBSV010191 for ; Tue, 19 Jun 2012 07:11:11 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5J7BBEr010189; Tue, 19 Jun 2012 07:11:11 GMT (envelope-from nobody) Message-Id: <201206190711.q5J7BBEr010189@red.freebsd.org> Date: Tue, 19 Jun 2012 07:11:11 GMT From: Arrigo Marchiori To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169235: x11/kde4-runtime: kioslave sftp login error with keyboard-interactive authentication 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: Tue, 19 Jun 2012 07:20:14 -0000 >Number: 169235 >Category: ports >Synopsis: x11/kde4-runtime: kioslave sftp login error with keyboard-interactive authentication >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 19 07:20:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Arrigo Marchiori >Release: 7-STABLE >Organization: >Environment: % uname -r 7.4-STABLE % pkg_info | grep kde-runtime kde-runtime-4.8.4 Basic applications for the KDE system >Description: The sftp kioslave does not connect to hosts that require keyboard-interactive authentication. A password is requested to the user, but that password is not used for the connection. Result: all login attempts fail. This bug was reported upstream: https://bugs.kde.org/show_bug.cgi?id=299993 A patch is reported there, that can be applied out-of-the-box to the KDE sources from the port. >How-To-Repeat: Open Dolphin. Try to connect to any host using the syntax sftp://username@host. Enter the password in the dialog and see the login fail. Try to connect to the same host using the syntax sftp://username:password@host. The connection will be successful. >Fix: The quickest fix, IMHO, would be to integrate the patch reported to upstream into the x11/kde4-runtime port. The "longest" fix is waiting for upstream to integrate that patch in the next KDE version. Attached to this bug is the "revised" patch by Jonathan Thomas. Patch attached with submission follows: --- kio_sftp.cpp 2012-04-29 22:38:49.000000000 +0200 +++ kio_sftp.cpp.new 2012-06-08 10:48:45.000000000 +0200 @@ -239,7 +239,7 @@ for (i = 0; i < n; ++i) { char echo; - const char *answer = ""; + QByteArray answer; prompt = QString::fromUtf8(ssh_userauth_kbdint_getprompt(mSession, i, &echo)); kDebug(KIO_SFTP_DB) << "prompt=" << prompt << " echo=" << QString::number(echo); @@ -272,10 +272,10 @@ if (openPasswordDialog(infoKbdInt, i18n("Use the username input field to answer this question."))) { kDebug(KIO_SFTP_DB) << "Got the answer from the password dialog"; - answer = info.username.toUtf8().constData(); + answer = info.username.toUtf8(); } - if (ssh_userauth_kbdint_setanswer(mSession, i, answer) < 0) { + if (ssh_userauth_kbdint_setanswer(mSession, i, answer.constData()) < 0) { kDebug(KIO_SFTP_DB) << "An error occurred setting the answer: " << ssh_get_error(mSession); return SSH_AUTH_ERROR; @@ -283,18 +283,18 @@ break; } else { if (prompt.contains("Password", Qt::CaseInsensitive)) { - answer = mPassword.toUtf8().constData(); + answer = info.password.toUtf8(); } else { info.readOnly = true; // set username readonly info.prompt = prompt; if (openPasswordDialog(info)) { kDebug(KIO_SFTP_DB) << "Got the answer from the password dialog"; - answer = info.password.toUtf8().constData(); + answer = info.password.toUtf8(); } } - if (ssh_userauth_kbdint_setanswer(mSession, i, answer) < 0) { + if (ssh_userauth_kbdint_setanswer(mSession, i, answer.constData()) < 0) { kDebug(KIO_SFTP_DB) << "An error occurred setting the answer: " << ssh_get_error(mSession); return SSH_AUTH_ERROR; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 07:20:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75EF1106566C; Tue, 19 Jun 2012 07:20:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1AB8D8FC0A; Tue, 19 Jun 2012 07:20:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J7KOIF074871; Tue, 19 Jun 2012 07:20:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J7KOIT074867; Tue, 19 Jun 2012 07:20:24 GMT (envelope-from edwin) Date: Tue, 19 Jun 2012 07:20:24 GMT Message-Id: <201206190720.q5J7KOIT074867@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169235: x11/kde4-runtime: kioslave sftp login error with keyboard-interactive authentication 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: Tue, 19 Jun 2012 07:20:25 -0000 Synopsis: x11/kde4-runtime: kioslave sftp login error with keyboard-interactive authentication Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 19 07:20:24 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169235 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 08:44:58 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34E2610656D7; Tue, 19 Jun 2012 08:44:58 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 99E968FC18; Tue, 19 Jun 2012 08:44:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5J8iv7x068198; Tue, 19 Jun 2012 08:44:57 GMT (envelope-from madpilot@freefall.freebsd.org) Received: (from madpilot@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5J8ivoF068194; Tue, 19 Jun 2012 08:44:57 GMT (envelope-from madpilot) Date: Tue, 19 Jun 2012 08:44:57 GMT Message-Id: <201206190844.q5J8ivoF068194@freefall.freebsd.org> To: samm@os2.kiev.ua, madpilot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, madpilot@FreeBSD.org From: madpilot@FreeBSD.org Cc: Subject: Re: ports/168523: [PATCH] sysutils/smartmontools smartd can't see ada(4) disks on ata buses 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: Tue, 19 Jun 2012 08:44:58 -0000 Synopsis: [PATCH] sysutils/smartmontools smartd can't see ada(4) disks on ata buses Responsible-Changed-From-To: freebsd-ports-bugs->madpilot Responsible-Changed-By: madpilot Responsible-Changed-When: Tue Jun 19 08:44:56 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=168523 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 12:50:11 2012 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 4C1D2106564A for ; Tue, 19 Jun 2012 12:50:11 +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 25BD08FC15 for ; Tue, 19 Jun 2012 12:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JCoB7M002576 for ; Tue, 19 Jun 2012 12:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JCoBtq002575; Tue, 19 Jun 2012 12:50:11 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jun 2012 12:50:11 GMT Resent-Message-Id: <201206191250.q5JCoBtq002575@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, WATANABE Kazuhiro Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12EB61065670 for ; Tue, 19 Jun 2012 12:49:45 +0000 (UTC) (envelope-from CQG00620@nifty.ne.jp) Received: from mail2.asahi-net.or.jp (mail2.asahi-net.or.jp [202.224.39.198]) by mx1.freebsd.org (Postfix) with ESMTP id D65E88FC08 for ; Tue, 19 Jun 2012 12:49:44 +0000 (UTC) Received: from capricorn.sign.local.asahi-net.jp (i218178.dynamic.ppp.asahi-net.or.jp [61.125.218.178]) by mail2.asahi-net.or.jp (Postfix) with ESMTP id E6BD71411B3 for ; Tue, 19 Jun 2012 21:49:43 +0900 (JST) Message-Id: <20120619124943.E6BD71411B3@mail2.asahi-net.or.jp> Date: Tue, 19 Jun 2012 21:49:43 +0900 From: WATANABE Kazuhiro To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/169240: [patch] japanese/emacs-emcws: Fix the BROKEN flag X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: WATANABE Kazuhiro List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2012 12:50:11 -0000 >Number: 169240 >Category: ports >Synopsis: [patch] japanese/emacs-emcws: Fix the BROKEN flag >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 19 12:50:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: WATANABE Kazuhiro >Release: FreeBSD 9.0-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD capricorn.sign.local 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #3 r237003M: Wed Jun 13 19:05:59 JST 2012 nabe@capricorn:/FreeBSD/obj/i386/releng_9.0/FreeBSD/releng_9.0/src/sys/GENERIC i386 >Description: More fix is needed for this port to fit graphics/png 1.5.10. This patch are obtained from editors/emacs21. Thanks! >How-To-Repeat: # cd /usr/ports/japanese/emacs-emcws # make TRYBROKEN=yes (snip) cc -c -I/usr/X11R6/include -I/usr/local/include -L/usr/local/lib -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/FreeBSD/ports/japanese/emacs-emcws/work/emacs-21.3/src -I/usr/X11R6/include -I/usr/local/include -L/usr/local/lib -I/usr/local/include -I/usr/local/include/wnn7/wnn -I/usr/local/include -O2 -pipe -fno-strict-aliasing xfns.c xfns.c: In function 'my_png_error': xfns.c:8544: error: dereferencing pointer to incomplete type xfns.c: In function 'png_load': xfns.c:8702: error: dereferencing pointer to incomplete type gmake: *** [xfns.o] Error 1 *** Error code 2 Stop in /FreeBSD/ports/japanese/emacs-emcws. *** Error code 1 Stop in /FreeBSD/ports/japanese/emacs-emcws. # >Fix: diff -urN emacs-emcws.orig/files/patch-src-xfns.c emacs-emcws/files/patch-src-xfns.c --- emacs-emcws.orig/files/patch-src-xfns.c 2010-03-30 13:47:26.000000000 +0900 +++ emacs-emcws/files/patch-src-xfns.c 2012-06-19 17:02:46.000000000 +0900 @@ -1,5 +1,14 @@ --- src/xfns.c.orig 2002-12-06 18:05:35.000000000 +0100 -+++ src/xfns.c 2010-03-30 06:35:54.000000000 +0200 ++++ src/xfns.c 2012-05-02 19:50:40.000000000 +0200 +@@ -8541,7 +8541,7 @@ + { + xassert (png_ptr != NULL); + image_error ("PNG error: %s", build_string (msg), Qnil); +- longjmp (png_ptr->jmpbuf, 1); ++ longjmp (png_jmpbuf(png_ptr), 1); + } + + @@ -8641,7 +8641,7 @@ /* Check PNG signature. */ @@ -18,3 +27,12 @@ { image_error ("Not a PNG image: `%s'", img->spec, Qnil); UNGCPRO; +@@ -8699,7 +8699,7 @@ + + /* Set error jump-back. We come back here when the PNG library + detects an error. */ +- if (setjmp (png_ptr->jmpbuf)) ++ if (setjmp (png_jmpbuf(png_ptr))) + { + error: + if (png_ptr) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 12:50:22 2012 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 41B2A1065672; Tue, 19 Jun 2012 12:50:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 140B18FC12; Tue, 19 Jun 2012 12:50:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JCoLWS002770; Tue, 19 Jun 2012 12:50:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JCoL1S002765; Tue, 19 Jun 2012 12:50:21 GMT (envelope-from edwin) Date: Tue, 19 Jun 2012 12:50:21 GMT Message-Id: <201206191250.q5JCoL1S002765@freefall.freebsd.org> To: CQG00620@nifty.ne.jp, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169240: [patch] japanese/emacs-emcws: Fix the BROKEN flag 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: Tue, 19 Jun 2012 12:50:22 -0000 Synopsis: [patch] japanese/emacs-emcws: Fix the BROKEN flag State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Jun 19 12:50:21 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169240 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 13:00:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7DB451065670 for ; Tue, 19 Jun 2012 13:00:25 +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 59ED58FC1D for ; Tue, 19 Jun 2012 13:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JD0PQT011038 for ; Tue, 19 Jun 2012 13:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JD0PYp011032; Tue, 19 Jun 2012 13:00:25 GMT (envelope-from gnats) Date: Tue, 19 Jun 2012 13:00:25 GMT Message-Id: <201206191300.q5JD0PYp011032@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/169240: [patch] japanese/emacs-emcws: Fix the BROKEN flag 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: Tue, 19 Jun 2012 13:00:25 -0000 The following reply was made to PR ports/169240; it has been noted by GNATS. From: Edwin Groothuis To: nakaji@jp.freebsd.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/169240: [patch] japanese/emacs-emcws: Fix the BROKEN flag Date: Tue, 19 Jun 2012 12:50:18 UT Maintainer of japanese/emacs-emcws, Please note that PR ports/169240 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169240 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 14:11:31 2012 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 38EF51065679; Tue, 19 Jun 2012 14:11:31 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0AC078FC26; Tue, 19 Jun 2012 14:11:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JEBUtg084646; Tue, 19 Jun 2012 14:11:30 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JEBUqv084637; Tue, 19 Jun 2012 14:11:30 GMT (envelope-from linimon) Date: Tue, 19 Jun 2012 14:11:30 GMT Message-Id: <201206191411.q5JEBUqv084637@freefall.freebsd.org> To: hrs@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169230: Re: [PATCH] print/acroreadwrapper: fix usage of ${SRC_BASE} before it is defined 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: Tue, 19 Jun 2012 14:11:31 -0000 Old Synopsis: Re: [PATCH] print/acroreadwrapper: fix usage of ${SRC_BASE} before New Synopsis: Re: [PATCH] print/acroreadwrapper: fix usage of ${SRC_BASE} before it is defined State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Tue Jun 19 14:10:44 UTC 2012 State-Changed-Why: Misfiled followup to ports/169218; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Jun 19 14:10:44 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=169230 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 16:10:15 2012 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 5ED8B106567E for ; Tue, 19 Jun 2012 16:10:15 +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 301D58FC0A for ; Tue, 19 Jun 2012 16:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JGAFnh096014 for ; Tue, 19 Jun 2012 16:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JGAFks096011; Tue, 19 Jun 2012 16:10:15 GMT (envelope-from gnats) Date: Tue, 19 Jun 2012 16:10:15 GMT Message-Id: <201206191610.q5JGAFks096011@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Christer Edwards Cc: Subject: Re: ports/169228: sysutils/salt version update, rc feature addition X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Christer Edwards List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2012 16:10:15 -0000 The following reply was made to PR ports/169228; it has been noted by GNATS. From: Christer Edwards To: bug-followup@freebsd.org, stl@wiredrive.com Cc: Subject: Re: ports/169228: sysutils/salt version update, rc feature addition Date: Tue, 19 Jun 2012 10:06:15 -0600 Looks good to me. Thank you for the update Scott. christer From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 17:00:26 2012 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 434141065675 for ; Tue, 19 Jun 2012 17:00:26 +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 EAFEE8FC14 for ; Tue, 19 Jun 2012 17:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JH0P7L048265 for ; Tue, 19 Jun 2012 17:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JH0P2f048262; Tue, 19 Jun 2012 17:00:25 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jun 2012 17:00:25 GMT Resent-Message-Id: <201206191700.q5JH0P2f048262@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, Hans Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B8F2E106564A for ; Tue, 19 Jun 2012 16:59:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6A4E98FC0A for ; Tue, 19 Jun 2012 16:59:44 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5JGxh1Q010177 for ; Tue, 19 Jun 2012 16:59:43 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5JGxhpN010176; Tue, 19 Jun 2012 16:59:43 GMT (envelope-from nobody) Message-Id: <201206191659.q5JGxhpN010176@red.freebsd.org> Date: Tue, 19 Jun 2012 16:59:43 GMT From: Hans To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169241: Firefox Right mouse buttom click freeze screen 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: Tue, 19 Jun 2012 17:00:26 -0000 >Number: 169241 >Category: ports >Synopsis: Firefox Right mouse buttom click freeze screen >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 19 17:00:25 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Hans >Release: 9-Stable i386 >Organization: HM-net TI >Environment: FreeBSD pop1.hm.net.br 9.0-STABLE FreeBSD 9.0-STABLE #0: Tue Jun 19 05:18:51 BRT 2012 hmm@pop1.hm.net.br:/usr/obj/dados/src/sys/WIPMINI i386 >Description: any mouse right click operation withing firefox freezes now the entire KDE4 Screen, no further mouse operation is possible. I need to do alt+F2, konsole, kill firefox to get screen and mouse back I just updated to firefox-13.0.1,1 the former version freezed only the firefox window >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 17:10:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 594F01065672 for ; Tue, 19 Jun 2012 17:10:12 +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 0D1288FC16 for ; Tue, 19 Jun 2012 17:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JHABuO059254 for ; Tue, 19 Jun 2012 17:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JHAB6X059253; Tue, 19 Jun 2012 17:10:11 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jun 2012 17:10:11 GMT Resent-Message-Id: <201206191710.q5JHAB6X059253@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, Hans Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F0E49106564A for ; Tue, 19 Jun 2012 17:05:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id DC8F48FC0C for ; Tue, 19 Jun 2012 17:05:25 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5JH5PA1012392 for ; Tue, 19 Jun 2012 17:05:25 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5JH5PBn012388; Tue, 19 Jun 2012 17:05:25 GMT (envelope-from nobody) Message-Id: <201206191705.q5JH5PBn012388@red.freebsd.org> Date: Tue, 19 Jun 2012 17:05:25 GMT From: Hans To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169242: Seamonkey Right mouse buttom click freeze window 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: Tue, 19 Jun 2012 17:10:12 -0000 >Number: 169242 >Category: ports >Synopsis: Seamonkey Right mouse buttom click freeze window >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 19 17:10:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Hans >Release: 9-Stable i386 >Organization: HM-net TI >Environment: FreeBSD pop1.hm.net.br 9.0-STABLE FreeBSD 9.0-STABLE #0: Tue Jun 19 05:18:51 BRT 2012 hmm@pop1.hm.net.br:/usr/obj/dados/src/sys/WIPMINI i386 >Description: any mouse right click operation withing seamonkey (browser or email) freezes the program window. I can still click close window and the Terminate Application pops up seamonkey-2.9.1_1 seamonkey-enigmail-1.4.2 the former version 2.8 did not had this problem disabling the plugins do not change a thing, uninstalling enigmail also not I does not matter if I compile from ports or use the packege, same problem pkg_libchk -qoc does only show my java and diablo sdk pkgdb -L anf -F show no problem either >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 18:33:35 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1307E106566C; Tue, 19 Jun 2012 18:33:35 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D9E1D8FC15; Tue, 19 Jun 2012 18:33:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JIXYTk053251; Tue, 19 Jun 2012 18:33:34 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JIXY78053247; Tue, 19 Jun 2012 18:33:34 GMT (envelope-from linimon) Date: Tue, 19 Jun 2012 18:33:34 GMT Message-Id: <201206191833.q5JIXY78053247@freefall.freebsd.org> To: christer.edwards@gmail.com, stl@wiredrive.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169228: sysutils/salt version update, rc feature addition 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: Tue, 19 Jun 2012 18:33:35 -0000 Synopsis: sysutils/salt version update, rc feature addition State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Tue Jun 19 18:33:23 UTC 2012 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=169228 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:00:34 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8EADB1065677 for ; Tue, 19 Jun 2012 19:00:34 +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 4D1FF8FC1C for ; Tue, 19 Jun 2012 19:00:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JJ0YdN074182 for ; Tue, 19 Jun 2012 19:00:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JJ0YH6074181; Tue, 19 Jun 2012 19:00:34 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jun 2012 19:00:34 GMT Resent-Message-Id: <201206191900.q5JJ0YH6074181@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, Marcin Cieslak Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52BE9106568F; Tue, 19 Jun 2012 18:55:18 +0000 (UTC) (envelope-from saper@saper.info) Received: from l.saper.info (l.saper.info [IPv6:2001:41d0:1:d467::1000]) by mx1.freebsd.org (Postfix) with ESMTP id 01DE88FC12; Tue, 19 Jun 2012 18:55:09 +0000 (UTC) Received: from l.saper.info (uucp@localhost [127.0.0.1]) by l.saper.info (8.14.5/8.14.5) with ESMTP id q5JIt76P007008 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Jun 2012 18:55:07 GMT (envelope-from saper@saper.info) Received: (from uucp@localhost) by l.saper.info (8.14.5/8.14.5/Submit) with UUCP id q5JIt7bG007007; Tue, 19 Jun 2012 18:55:07 GMT (envelope-from saper@saper.info) Received: from radziecki.saper.info (saper@localhost [127.0.0.1]) by radziecki.saper.info (8.14.5/8.14.5) with ESMTP id q5JIs4E8021872 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Jun 2012 18:54:04 GMT (envelope-from saper@saper.info) Received: (from saper@localhost) by radziecki.saper.info (8.14.5/8.14.5/Submit) id q5JIs4DG021871; Tue, 19 Jun 2012 18:54:04 GMT (envelope-from saper) Message-Id: <201206191854.q5JIs4DG021871@radziecki.saper.info> Date: Tue, 19 Jun 2012 18:54:04 GMT From: Marcin Cieslak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: freebsd-java@FreeBSD.org, g.gonter@ieee.org Subject: ports/169243: lang/swi-pl: does not compile with OpenJDK installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcin Cieslak List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2012 19:00:34 -0000 >Number: 169243 >Category: ports >Synopsis: lang/swi-pl: does not compile with OpenJDK installed >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 19 19:00:33 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Marcin Cieslak >Release: FreeBSD 9.0-BETA1 amd64 >Organization: >Environment: System: FreeBSD radziecki.saper.info 9.0-BETA1 FreeBSD 9.0-BETA1 #2 r224912M: Tue Aug 16 23:05:15 CEST 2011 root@radziecki.saper.info:/usr/obj/usr/src/sys/VAIO amd64 >Description: Apparently "CONFIGURE_ARGS= ---without-jpl" from port Makefile gets ignored and configure fails to find Java includes (gets stuck on javavm) >How-To-Repeat: Compile swi-pl with openjdk6/7 installed. ********************** * Package jpl ********************** checking for gmake... gmake checking for etags... etags checking for a BSD-compatible install... /usr/bin/install -c checking for gcc... ../swipl-ld.sh checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether ../swipl-ld.sh accepts -g... yes checking for ../swipl-ld.sh option to accept ISO C89... none needed checking for library containing strerror... none required checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for working alloca.h... no checking for alloca... yes checking whether byte ordering is bigendian... no checking build system type... x86_64-pc-freebsd checking host system type... x86_64-pc-freebsd configure: checking Java configuration... checking if javac works... yes checking for kaffe... no checking for java... java checking for uudecode... yes checking if uudecode can decode base 64 file... yes checking if java works... yes checking for jar... jar checking for javadoc... javadoc checking for javac... /usr/local/bin/javac checking for javac... (cached) /usr/local/bin/javac checking symlink for /usr/local/bin/javac... /usr/local/bin/javavm configure: error: cannot find java include files gmake[1]: *** [configure] BÅ‚Ä…d 1 gmake[1]: Opuszczenie katalogu `/.amd_mnt/radziecki/a/icybox/tmp/usr/ports/lang/swi-pl/work/pl-5.10.5/packages' gmake: *** [packages] BÅ‚Ä…d 1 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:01:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B6F1106566B; Tue, 19 Jun 2012 19:01:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F21228FC0C; Tue, 19 Jun 2012 19:01:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JJ1Fw3077559; Tue, 19 Jun 2012 19:01:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JJ1Fau077532; Tue, 19 Jun 2012 19:01:15 GMT (envelope-from edwin) Date: Tue, 19 Jun 2012 19:01:15 GMT Message-Id: <201206191901.q5JJ1Fau077532@freefall.freebsd.org> To: saper@saper.info, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169243: lang/swi-pl: does not compile with OpenJDK installed 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: Tue, 19 Jun 2012 19:01:16 -0000 Synopsis: lang/swi-pl: does not compile with OpenJDK installed State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Jun 19 19:01:15 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169243 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:10:13 2012 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 8D4221065673 for ; Tue, 19 Jun 2012 19:10:13 +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 77B0B8FC08 for ; Tue, 19 Jun 2012 19:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JJADeK085219 for ; Tue, 19 Jun 2012 19:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JJADhD085218; Tue, 19 Jun 2012 19:10:13 GMT (envelope-from gnats) Date: Tue, 19 Jun 2012 19:10:13 GMT Message-Id: <201206191910.q5JJADhD085218@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/169243: lang/swi-pl: does not compile with OpenJDK installed 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: Tue, 19 Jun 2012 19:10:13 -0000 The following reply was made to PR ports/169243; it has been noted by GNATS. From: Edwin Groothuis To: g.gonter@ieee.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/169243: lang/swi-pl: does not compile with OpenJDK installed Date: Tue, 19 Jun 2012 19:01:11 UT Maintainer of lang/swi-pl, Please note that PR ports/169243 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169243 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:10:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1008E106564A for ; Tue, 19 Jun 2012 19:10:14 +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 C30318FC19 for ; Tue, 19 Jun 2012 19:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JJADmn085228 for ; Tue, 19 Jun 2012 19:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JJADAT085227; Tue, 19 Jun 2012 19:10:13 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jun 2012 19:10:13 GMT Resent-Message-Id: <201206191910.q5JJADAT085227@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, Geoff Garside Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42010106564A for ; Tue, 19 Jun 2012 19:04:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2CA088FC17 for ; Tue, 19 Jun 2012 19:04:34 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5JJ4X67009512 for ; Tue, 19 Jun 2012 19:04:33 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5JJ4Xvc009511; Tue, 19 Jun 2012 19:04:33 GMT (envelope-from nobody) Message-Id: <201206191904.q5JJ4Xvc009511@red.freebsd.org> Date: Tue, 19 Jun 2012 19:04:33 GMT From: Geoff Garside To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169244: [maintainer update] net/rabbitmq-c convert to optionsng 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: Tue, 19 Jun 2012 19:10:14 -0000 >Number: 169244 >Category: ports >Synopsis: [maintainer update] net/rabbitmq-c convert to optionsng >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 19 19:10:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Geoff Garside >Release: >Organization: >Environment: >Description: Update Makefile to OptionsNG >How-To-Repeat: >Fix: Patch attached with submission follows: --- /usr/ports/net/rabbitmq-c/Makefile 2012-02-19 07:02:57.000000000 +0000 +++ Makefile 2012-06-04 09:40:44.000000000 +0100 @@ -37,18 +37,19 @@ LICENSE_FILE_MPL= ${WRKSRC}/LICENSE-GPL-2.0 LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE-MPL-RabbitMQ -OPTIONS= 64BIT "Produce 64-bit library" Off \ - POPT "Popt support in tools" Off +OPTIONS_DEFINE= 64BIT POPT +64BIT_DESC= Produce 64-bit library +POPT_DESC= Popt support in tools .include -.if defined(WITH_64BIT) +.if ${PORT_OPTIONS:M64BIT} ONLY_FOR_ARCHS= amd64 sparc64 powerpc -ONLY_FOR_ARCHS_REASON= WITH_64BIT is set +ONLY_FOR_ARCHS_REASON= 64BIT option is set CONFIGURE_ARGS+= --enable-64-bit .endif -.if defined(WITH_POPT) +.if ${PORT_OPTIONS:MPOPT} LIB_DEPENDS+= popt.0:${PORTSDIR}/devel/popt CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:10:14 2012 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 5CAC91065676 for ; Tue, 19 Jun 2012 19:10:14 +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 1BC118FC1B for ; Tue, 19 Jun 2012 19:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JJADgC085238 for ; Tue, 19 Jun 2012 19:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JJADXh085237; Tue, 19 Jun 2012 19:10:13 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jun 2012 19:10:13 GMT Resent-Message-Id: <201206191910.q5JJADXh085237@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, Geoff Garside Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8352B106566C for ; Tue, 19 Jun 2012 19:05:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6C7608FC15 for ; Tue, 19 Jun 2012 19:05:44 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5JJ5ixA011886 for ; Tue, 19 Jun 2012 19:05:44 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5JJ5i2Y011882; Tue, 19 Jun 2012 19:05:44 GMT (envelope-from nobody) Message-Id: <201206191905.q5JJ5i2Y011882@red.freebsd.org> Date: Tue, 19 Jun 2012 19:05:44 GMT From: Geoff Garside To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169245: [maintainer update] net/rabbitmq-c-devel convert to optionsng 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: Tue, 19 Jun 2012 19:10:14 -0000 >Number: 169245 >Category: ports >Synopsis: [maintainer update] net/rabbitmq-c-devel convert to optionsng >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 19 19:10:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Geoff Garside >Release: >Organization: >Environment: >Description: Update Makefile to OptionsNG >How-To-Repeat: >Fix: Patch attached with submission follows: --- /usr/ports/net/rabbitmq-c-devel/Makefile 2012-02-19 07:02:57.000000000 +0000 +++ Makefile 2012-06-04 09:41:11.000000000 +0100 @@ -38,18 +38,19 @@ LICENSE_FILE_MPL= ${WRKSRC}/LICENSE-GPL-2.0 LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE-MPL-RabbitMQ -OPTIONS= 64BIT "Produce 64-bit library" Off \ - POPT "Popt support in tools" Off +OPTIONS_DEFINE= 64BIT POPT +64BIT_DESC= Produce 64-bit library +POPT_DESC= Popt support in tools .include -.if defined(WITH_64BIT) +.if ${PORT_OPTIONS:M64BIT} ONLY_FOR_ARCHS= amd64 sparc64 powerpc -ONLY_FOR_ARCHS_REASON= WITH_64BIT is set +ONLY_FOR_ARCHS_REASON= 64BIT option is set CONFIGURE_ARGS+= --enable-64-bit .endif -.if defined(WITH_POPT) +.if ${PORT_OPTIONS:MPOPT} LIB_DEPENDS+= popt.0:${PORTSDIR}/devel/popt CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:11:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2DC761065670; Tue, 19 Jun 2012 19:11:05 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F411E8FC08; Tue, 19 Jun 2012 19:11:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JJB42k089921; Tue, 19 Jun 2012 19:11:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JJB463089912; Tue, 19 Jun 2012 19:11:04 GMT (envelope-from edwin) Date: Tue, 19 Jun 2012 19:11:04 GMT Message-Id: <201206191911.q5JJB463089912@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169244: [maintainer update] net/rabbitmq-c convert to optionsng 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: Tue, 19 Jun 2012 19:11:05 -0000 Synopsis: [maintainer update] net/rabbitmq-c convert to optionsng Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Tue Jun 19 19:11:04 UTC 2012 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169244 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:11:10 2012 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 2112C106566C; Tue, 19 Jun 2012 19:11:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E83F88FC0A; Tue, 19 Jun 2012 19:11:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JJB9Cl090506; Tue, 19 Jun 2012 19:11:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JJB92I090497; Tue, 19 Jun 2012 19:11:09 GMT (envelope-from edwin) Date: Tue, 19 Jun 2012 19:11:09 GMT Message-Id: <201206191911.q5JJB92I090497@freefall.freebsd.org> To: freebsd@geoffgarside.co.uk, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169244: [maintainer update] net/rabbitmq-c convert to optionsng 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: Tue, 19 Jun 2012 19:11:10 -0000 Synopsis: [maintainer update] net/rabbitmq-c convert to optionsng State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Jun 19 19:11:09 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169244 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:11:20 2012 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 630A11065673; Tue, 19 Jun 2012 19:11:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 360798FC18; Tue, 19 Jun 2012 19:11:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JJBKb7091744; Tue, 19 Jun 2012 19:11:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JJBKOi091738; Tue, 19 Jun 2012 19:11:20 GMT (envelope-from edwin) Date: Tue, 19 Jun 2012 19:11:20 GMT Message-Id: <201206191911.q5JJBKOi091738@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169245: [maintainer update] net/rabbitmq-c-devel convert to optionsng 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: Tue, 19 Jun 2012 19:11:20 -0000 Synopsis: [maintainer update] net/rabbitmq-c-devel convert to optionsng Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Tue Jun 19 19:11:19 UTC 2012 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169245 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:11:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF9F61065674; Tue, 19 Jun 2012 19:11:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5DA448FC1C; Tue, 19 Jun 2012 19:11:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JJBPZo092356; Tue, 19 Jun 2012 19:11:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JJBPjw092347; Tue, 19 Jun 2012 19:11:25 GMT (envelope-from edwin) Date: Tue, 19 Jun 2012 19:11:25 GMT Message-Id: <201206191911.q5JJBPjw092347@freefall.freebsd.org> To: freebsd@geoffgarside.co.uk, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169245: [maintainer update] net/rabbitmq-c-devel convert to optionsng 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: Tue, 19 Jun 2012 19:11:25 -0000 Synopsis: [maintainer update] net/rabbitmq-c-devel convert to optionsng State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Jun 19 19:11:24 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169245 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:20:16 2012 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 D75B6106564A for ; Tue, 19 Jun 2012 19:20:16 +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 A70158FC14 for ; Tue, 19 Jun 2012 19:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JJKEMf096581 for ; Tue, 19 Jun 2012 19:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JJKE3D096580; Tue, 19 Jun 2012 19:20:14 GMT (envelope-from gnats) Date: Tue, 19 Jun 2012 19:20:14 GMT Message-Id: <201206191920.q5JJKE3D096580@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/169244: [maintainer update] net/rabbitmq-c convert to optionsng 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: Tue, 19 Jun 2012 19:20:16 -0000 The following reply was made to PR ports/169244; it has been noted by GNATS. From: Edwin Groothuis To: rabbitmq@geoffgarside.co.uk Cc: bug-followup@FreeBSD.org Subject: Re: ports/169244: [maintainer update] net/rabbitmq-c convert to optionsng Date: Tue, 19 Jun 2012 19:11:07 UT Maintainer of net/rabbitmq-c, Please note that PR ports/169244 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169244 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:20:17 2012 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 B416B106567D for ; Tue, 19 Jun 2012 19:20:17 +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 9DFC38FC20 for ; Tue, 19 Jun 2012 19:20:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JJKH3f096595 for ; Tue, 19 Jun 2012 19:20:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JJKHRd096594; Tue, 19 Jun 2012 19:20:17 GMT (envelope-from gnats) Date: Tue, 19 Jun 2012 19:20:17 GMT Message-Id: <201206191920.q5JJKHRd096594@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/169245: [maintainer update] net/rabbitmq-c-devel convert to optionsng 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: Tue, 19 Jun 2012 19:20:17 -0000 The following reply was made to PR ports/169245; it has been noted by GNATS. From: Edwin Groothuis To: rabbitmq@geoffgarside.co.uk Cc: bug-followup@FreeBSD.org Subject: Re: ports/169245: [maintainer update] net/rabbitmq-c-devel convert to optionsng Date: Tue, 19 Jun 2012 19:11:22 UT Maintainer of net/rabbitmq-c-devel, Please note that PR ports/169245 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169245 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:20:20 2012 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 BDB8F1065674 for ; Tue, 19 Jun 2012 19:20:20 +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 A7AC68FC22 for ; Tue, 19 Jun 2012 19:20:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JJKKXe096658 for ; Tue, 19 Jun 2012 19:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JJKKCZ096657; Tue, 19 Jun 2012 19:20:20 GMT (envelope-from gnats) Date: Tue, 19 Jun 2012 19:20:20 GMT Message-Id: <201206191920.q5JJKKCZ096657@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Geoff Garside Cc: Subject: Re: ports/169245: [maintainer update] net/rabbitmq-c-devel convert to optionsng X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Geoff Garside List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2012 19:20:20 -0000 The following reply was made to PR ports/169245; it has been noted by GNATS. From: Geoff Garside To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/169245: [maintainer update] net/rabbitmq-c-devel convert to optionsng Date: Tue, 19 Jun 2012 20:14:28 +0100 On 19 Jun 2012, at 20:11, Edwin Groothuis wrote: > Maintainer of net/rabbitmq-c-devel, > > Please note that PR ports/169245 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169245 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org Ah, submitted with the wrong email address, both are active. -- Geoff From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:20:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C5A710656D6 for ; Tue, 19 Jun 2012 19:20:24 +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 7696C8FC14 for ; Tue, 19 Jun 2012 19:20:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JJKOKH096721 for ; Tue, 19 Jun 2012 19:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JJKOAB096719; Tue, 19 Jun 2012 19:20:24 GMT (envelope-from gnats) Date: Tue, 19 Jun 2012 19:20:24 GMT Message-Id: <201206191920.q5JJKOAB096719@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ruslan Mahmatkhanov Cc: Subject: Re: ports/169243: lang/swi-pl: does not compile with OpenJDK installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ruslan Mahmatkhanov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2012 19:20:24 -0000 The following reply was made to PR ports/169243; it has been noted by GNATS. From: Ruslan Mahmatkhanov To: Marcin Cieslak Cc: bug-followup@FreeBSD.org, g.gonter@ieee.org Subject: Re: ports/169243: lang/swi-pl: does not compile with OpenJDK installed Date: Tue, 19 Jun 2012 23:09:12 +0400 Marcin Cieslak wrote on 19.06.2012 22:54: >> Number: 169243 >> Category: ports >> Synopsis: lang/swi-pl: does not compile with OpenJDK installed Hmm, it may be something, introduced by me at previous update. Would you please apply this patch and check if the build is now passes? http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/swi-pl/files/Attic/patch-configure?annotate=1.2 -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:23:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 499E4106566C; Tue, 19 Jun 2012 19:23:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D7558FC12; Tue, 19 Jun 2012 19:23:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JJNWuQ005445; Tue, 19 Jun 2012 19:23:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JJNWlV005441; Tue, 19 Jun 2012 19:23:32 GMT (envelope-from edwin) Date: Tue, 19 Jun 2012 19:23:32 GMT Message-Id: <201206191923.q5JJNWlV005441@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169242: www/seamonkey Right mouse buttom click freeze window 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: Tue, 19 Jun 2012 19:23:33 -0000 Synopsis: www/seamonkey Right mouse buttom click freeze window Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 19 19:23:32 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169242 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:23:59 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D1BFE106567B; Tue, 19 Jun 2012 19:23:59 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A54498FC12; Tue, 19 Jun 2012 19:23:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JJNxql005579; Tue, 19 Jun 2012 19:23:59 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JJNxmW005575; Tue, 19 Jun 2012 19:23:59 GMT (envelope-from edwin) Date: Tue, 19 Jun 2012 19:23:59 GMT Message-Id: <201206191923.q5JJNxmW005575@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169241: www/firefox Right mouse buttom click freeze screen 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: Tue, 19 Jun 2012 19:23:59 -0000 Synopsis: www/firefox Right mouse buttom click freeze screen Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 19 19:23:59 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169241 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:30:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE3781065673 for ; Tue, 19 Jun 2012 19:30:18 +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 D7C148FC16 for ; Tue, 19 Jun 2012 19:30:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JJUIWA005877 for ; Tue, 19 Jun 2012 19:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JJUIbH005876; Tue, 19 Jun 2012 19:30:18 GMT (envelope-from gnats) Date: Tue, 19 Jun 2012 19:30:18 GMT Message-Id: <201206191930.q5JJUIbH005876@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Geoff Garside Cc: Subject: Re: ports/169244: [maintainer update] net/rabbitmq-c convert to optionsng X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Geoff Garside List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2012 19:30:19 -0000 The following reply was made to PR ports/169244; it has been noted by GNATS. From: Geoff Garside To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/169244: [maintainer update] net/rabbitmq-c convert to optionsng Date: Tue, 19 Jun 2012 20:14:07 +0100 On 19 Jun 2012, at 20:11, Edwin Groothuis wrote: > Maintainer of net/rabbitmq-c, > > Please note that PR ports/169244 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169244 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org Ah, submitted with the wrong email address, both are active. -- Geoff From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:40:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 03FB51065675 for ; Tue, 19 Jun 2012 19:40:15 +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 E230B8FC15 for ; Tue, 19 Jun 2012 19:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JJeErW016995 for ; Tue, 19 Jun 2012 19:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JJeEBv016994; Tue, 19 Jun 2012 19:40:14 GMT (envelope-from gnats) Date: Tue, 19 Jun 2012 19:40:14 GMT Message-Id: <201206191940.q5JJeEBv016994@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Marcin Cieslak Cc: Subject: Re: ports/169243: lang/swi-pl: does not compile with OpenJDK installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcin Cieslak List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2012 19:40:15 -0000 The following reply was made to PR ports/169243; it has been noted by GNATS. From: Marcin Cieslak To: Ruslan Mahmatkhanov Cc: bug-followup@FreeBSD.org, g.gonter@ieee.org Subject: Re: ports/169243: lang/swi-pl: does not compile with OpenJDK installed Date: Tue, 19 Jun 2012 19:38:18 +0000 On Tue, 19 Jun 2012, Ruslan Mahmatkhanov wrote: > Marcin Cieslak wrote on 19.06.2012 22:54: > > > Number: 169243 > > > Category: ports > > > Synopsis: lang/swi-pl: does not compile with OpenJDK installed > > Hmm, it may be something, introduced by me at previous update. > Would you please apply this patch and check if the build is now passes? > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/swi-pl/files/Attic/patch-configure?annotate=1.2 Thanks Ruslan, that was quick! This one no longer applies, but this one fixed the problem: --- configure.orig 2012-06-19 21:20:56.000000000 +0200 +++ configure 2012-06-19 21:21:16.000000000 +0200 @@ -34,11 +34,6 @@ --with-world) TARGET=world shift ;; - --without-*) pkg=`echo $1 | sed 's/--without-//'` - DISABLE_PKGS="$DISABLE_PKGS $pkg" - export DISABLE_PKGS - shift - ;; --link) TARGET="ln-$TARGET" shift ;; Thank you! Although maybe we should find the way for JPL to work, although seems I don't need it to bootstrap PrologCafe. //Marcin From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:56:29 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9D85106566B; Tue, 19 Jun 2012 19:56:29 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9D6DD8FC14; Tue, 19 Jun 2012 19:56:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JJuTrC033959; Tue, 19 Jun 2012 19:56:29 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JJuS8w033955; Tue, 19 Jun 2012 19:56:28 GMT (envelope-from jgh) Date: Tue, 19 Jun 2012 19:56:28 GMT Message-Id: <201206191956.q5JJuS8w033955@freefall.freebsd.org> To: rabbitmq@geoffgarside.co.uk, jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/169244: [maintainer update] net/rabbitmq-c convert to optionsng 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: Tue, 19 Jun 2012 19:56:29 -0000 Synopsis: [maintainer update] net/rabbitmq-c convert to optionsng Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Tue Jun 19 19:56:28 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169244 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 19:58:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2FE091065672; Tue, 19 Jun 2012 19:58:14 +0000 (UTC) (envelope-from magik@roorback.net) Received: from roorback.net (roorback.net [174.136.102.130]) by mx1.freebsd.org (Postfix) with ESMTP id 0F0328FC0A; Tue, 19 Jun 2012 19:58:14 +0000 (UTC) Received: by roorback.net (Postfix, from userid 58) id 097B81151D; Tue, 19 Jun 2012 21:58:08 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on roorback.net X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=ham version=3.3.2 Received: from [10.0.0.57] (user-46-112-140-200.play-internet.pl [46.112.140.200]) by roorback.net (Postfix) with ESMTPSA id D42DF1144C; Tue, 19 Jun 2012 21:58:03 +0200 (CEST) From: Grzegorz Blach To: Chris Rees In-Reply-To: References: <201206131640.q5DGe9Cj057006@freefall.freebsd.org> <1340048600.2070.8.camel@silver.nine> Content-Type: multipart/mixed; boundary="=-9HqN1ePY1aq9BYrXp5st" Date: Tue, 19 Jun 2012 21:57:54 +0200 Message-ID: <1340135874.2102.0.camel@silver.nine> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Cc: freebsd-ports-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/169040: audio/ario: Converted to OptionsNG 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: Tue, 19 Jun 2012 19:58:14 -0000 --=-9HqN1ePY1aq9BYrXp5st Content-Type: text/plain Content-Transfer-Encoding: 7bit New/old patch --=-9HqN1ePY1aq9BYrXp5st Content-Disposition: attachment; filename="audio_ario.diff" Content-Type: text/x-patch; name="audio_ario.diff"; charset="UTF-8" Content-Transfer-Encoding: 7bit diff -ruN audio/ario/Makefile audio/ario/Makefile --- audio/ario/Makefile 2012-06-17 21:51:49.000000000 +0200 +++ audio/ario/Makefile 2012-06-19 18:57:37.000000000 +0200 @@ -33,8 +33,6 @@ INSTALLS_ICONS= yes OPTIONS_DEFINE= AVAHI -AVAHI_DESC= Zeroconf support (Avahi) -OPTIONS_DEFINE= NLS .include @@ -45,7 +43,7 @@ CONFIGURE_ARGS+= --disable-avahi .endif -.if ${PORT_OPTIONS:MNLS} +.if !defined(WITHOUT_NLS) USE_GETTEXT= yes CONFIGURE_ARGS+= --enable-nls .else --=-9HqN1ePY1aq9BYrXp5st-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 20:00:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87B171065677; Tue, 19 Jun 2012 20:00:20 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 195D88FC18; Tue, 19 Jun 2012 20:00:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JK0Jdc034251; Tue, 19 Jun 2012 20:00:19 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JK0JeR034245; Tue, 19 Jun 2012 20:00:19 GMT (envelope-from jgh) Date: Tue, 19 Jun 2012 20:00:19 GMT Message-Id: <201206192000.q5JK0JeR034245@freefall.freebsd.org> To: rabbitmq@geoffgarside.co.uk, jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/169245: [maintainer update] net/rabbitmq-c-devel convert to optionsng 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: Tue, 19 Jun 2012 20:00:20 -0000 Synopsis: [maintainer update] net/rabbitmq-c-devel convert to optionsng Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: jgh Class-Changed-When: Tue Jun 19 20:00:16 UTC 2012 Class-Changed-Why: change to maintainer-update class, and I'll take this Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Tue Jun 19 20:00:16 UTC 2012 Responsible-Changed-Why: change to maintainer-update class, and I'll take this http://www.freebsd.org/cgi/query-pr.cgi?pr=169245 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 22:10:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 129C31065670 for ; Tue, 19 Jun 2012 22:10:08 +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 D5F268FC12 for ; Tue, 19 Jun 2012 22:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JMA7ib057534 for ; Tue, 19 Jun 2012 22:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JMA7c5057533; Tue, 19 Jun 2012 22:10:07 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jun 2012 22:10:07 GMT Resent-Message-Id: <201206192210.q5JMA7c5057533@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, "Matthew X. Economou" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 753FB106566C for ; Tue, 19 Jun 2012 22:09:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 55B888FC16 for ; Tue, 19 Jun 2012 22:09:04 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5JM93aq099219 for ; Tue, 19 Jun 2012 22:09:03 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5JM93fC099218; Tue, 19 Jun 2012 22:09:03 GMT (envelope-from nobody) Message-Id: <201206192209.q5JM93fC099218@red.freebsd.org> Date: Tue, 19 Jun 2012 22:09:03 GMT From: "Matthew X. Economou" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169246: New port graphics/py-easy-thumbnails 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: Tue, 19 Jun 2012 22:10:08 -0000 >Number: 169246 >Category: ports >Synopsis: New port graphics/py-easy-thumbnails >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: Tue Jun 19 22:10:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthew X. Economou >Release: 9.0 >Organization: IRTNOG >Environment: FreeBSD cinep001bsdgw.irtnog.net 9.0-RELEASE-p1 FreeBSD 9.0-RELEASE-p1 #8: Fri May 11 17:08:28 EDT 2012 root@cinep001bsdgw.irtnog.net:/usr/obj/usr/src/sys/FIREWALL amd64 >Description: Attached is a new Python/Django package named easy-thumbnails. It's used by django-filer (which I will also submit shortly). >From the web site: The primary function of easy-thumbnails is to dynamically create thumbnails based on a source image. So whenever a thumbnail does not exist or if the source was modified more recently than the existing thumbnail, a new thumbnail is generated (and saved). Thumbnail aliases can be defined, providing predefined thumbnail options. This also allows for generation of thumbnails when the source image is uploaded. >How-To-Repeat: N/A >Fix: N/A 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: # # py-easy-thumbnails # py-easy-thumbnails/distinfo # py-easy-thumbnails/pkg-plist # py-easy-thumbnails/pkg-message # py-easy-thumbnails/Makefile # py-easy-thumbnails/pkg-descr # echo c - py-easy-thumbnails mkdir -p py-easy-thumbnails > /dev/null 2>&1 echo x - py-easy-thumbnails/distinfo sed 's/^X//' >py-easy-thumbnails/distinfo << '36c35e497f452c21053db623654cc41b' XSHA256 (easy-thumbnails-1.0.3.tar.gz) = 8f327690edc5f2caf659014d93a13cf87d10cb73e1d59d10be0107615b77abdb XSIZE (easy-thumbnails-1.0.3.tar.gz) = 48123 36c35e497f452c21053db623654cc41b echo x - py-easy-thumbnails/pkg-plist sed 's/^X//' >py-easy-thumbnails/pkg-plist << '8186669abfa559771e94b10ae19ac871' X%%PYTHON_SITELIBDIR%%/easy_thumbnails/__init__.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/__init__.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/__init__.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/alias.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/alias.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/alias.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/conf.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/conf.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/conf.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/engine.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/engine.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/engine.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/exceptions.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/exceptions.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/exceptions.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/fields.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/fields.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/fields.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/files.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/files.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/files.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/management/__init__.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/management/__init__.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/management/__init__.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/management/commands/__init__.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/management/commands/__init__.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/management/commands/__init__.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/management/commands/thumbnail_cleanup.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/management/commands/thumbnail_cleanup.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/management/commands/thumbnail_cleanup.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0001_initial.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0001_initial.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0001_initial.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0002_filename_indexes.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0002_filename_indexes.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0002_filename_indexes.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0003_auto__add_storagenew.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0003_auto__add_storagenew.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0003_auto__add_storagenew.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0004_auto__add_field_source_storage_new__add_field_thumbnail_storage_new.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0004_auto__add_field_source_storage_new__add_field_thumbnail_storage_new.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0004_auto__add_field_source_storage_new__add_field_thumbnail_storage_new.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0005_storage_fks_null.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0005_storage_fks_null.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0005_storage_fks_null.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0006_copy_storage.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0006_copy_storage.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0006_copy_storage.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0007_storagenew_fks_not_null.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0007_storagenew_fks_not_null.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0007_storagenew_fks_not_null.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0008_auto__del_field_source_storage__del_field_thumbnail_storage.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0008_auto__del_field_source_storage__del_field_thumbnail_storage.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0008_auto__del_field_source_storage__del_field_thumbnail_storage.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0009_auto__del_storage.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0009_auto__del_storage.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0009_auto__del_storage.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0010_rename_storage.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0010_rename_storage.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0010_rename_storage.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0011_auto__add_field_source_storage_hash__add_field_thumbnail_storage_hash.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0011_auto__add_field_source_storage_hash__add_field_thumbnail_storage_hash.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0011_auto__add_field_source_storage_hash__add_field_thumbnail_storage_hash.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0012_build_storage_hashes.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0012_build_storage_hashes.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0012_build_storage_hashes.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0013_auto__del_storage__del_field_source_storage__del_field_thumbnail_stora.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0013_auto__del_storage__del_field_source_storage__del_field_thumbnail_stora.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0013_auto__del_storage__del_field_source_storage__del_field_thumbnail_stora.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0014_auto__add_unique_source_name_storage_hash__add_unique_thumbnail_name_s.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0014_auto__add_unique_source_name_storage_hash__add_unique_thumbnail_name_s.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0014_auto__add_unique_source_name_storage_hash__add_unique_thumbnail_name_s.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0015_auto__del_unique_thumbnail_name_storage_hash__add_unique_thumbnail_sou.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0015_auto__del_unique_thumbnail_name_storage_hash__add_unique_thumbnail_sou.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/0015_auto__del_unique_thumbnail_name_storage_hash__add_unique_thumbnail_sou.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/__init__.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/__init__.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations/__init__.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/models.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/models.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/models.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/processors.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/processors.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/processors.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/signal_handlers.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/signal_handlers.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/signal_handlers.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/signals.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/signals.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/signals.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/source_generators.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/source_generators.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/source_generators.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/storage.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/storage.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/storage.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/templatetags/__init__.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/templatetags/__init__.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/templatetags/__init__.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/templatetags/thumbnail.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/templatetags/thumbnail.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/templatetags/thumbnail.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/test_settings.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/test_settings.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/test_settings.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/__init__.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/aliases.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/aliases.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/aliases.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/fields.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/fields.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/fields.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/files.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/files.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/files.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/models.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/models.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/models.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/processors.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/processors.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/processors.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/source_generators.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/source_generators.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/source_generators.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/templatetags.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/templatetags.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/templatetags.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/utils.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/utils.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/utils.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/widgets.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/widgets.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/tests/widgets.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/utils.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/utils.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/utils.pyo X%%PYTHON_SITELIBDIR%%/easy_thumbnails/widgets.py X%%PYTHON_SITELIBDIR%%/easy_thumbnails/widgets.pyc X%%PYTHON_SITELIBDIR%%/easy_thumbnails/widgets.pyo X@dirrmtry %%PYTHON_SITELIBDIR%%/easy_thumbnails/management/commands X@dirrmtry %%PYTHON_SITELIBDIR%%/easy_thumbnails/management X@dirrmtry %%PYTHON_SITELIBDIR%%/easy_thumbnails/migrations X@dirrmtry %%PYTHON_SITELIBDIR%%/easy_thumbnails/templatetags X@dirrmtry %%PYTHON_SITELIBDIR%%/easy_thumbnails/tests X@dirrmtry %%PYTHON_SITELIBDIR%%/easy_thumbnails X@dirrmtry %%PYTHON_SITELIBDIR%% X@dirrmtry %%PYTHON_LIBDIR%% 8186669abfa559771e94b10ae19ac871 echo x - py-easy-thumbnails/pkg-message sed 's/^X//' >py-easy-thumbnails/pkg-message << '5d146f87662595cff9c9111a5af26e57' X********************************************************************** X XDon't forget to add 'easy_thumbnails' to your Django project's XINSTALLED_APPS list. Then, if you have South installed, run the Xcommand "python manage.py migrate easy_thumbnails". Otherwise, run Xthe command "python manage.py syncdb". X X********************************************************************** 5d146f87662595cff9c9111a5af26e57 echo x - py-easy-thumbnails/Makefile sed 's/^X//' >py-easy-thumbnails/Makefile << 'aa1cee6b9d4656b423a030913ae6f584' X# New ports collection makefile for: py-easy-thumbnails X# Date created: 19 Jun 2012 X# Whom: Matthew X. Economou X# X# $FreeBSD$ X# X XPORTNAME= easy-thumbnails XPORTVERSION= 1.0.3 XCATEGORIES= graphics python XMASTER_SITES= ${MASTER_SITE_CHEESESHOP} XMASTER_SITE_SUBDIR= source/e/${PORTNAME} XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= xenophon+fbsdports@irtnog.org XCOMMENT= Easy thumbnails for Django X XLICENSE= BSD X XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include aa1cee6b9d4656b423a030913ae6f584 echo x - py-easy-thumbnails/pkg-descr sed 's/^X//' >py-easy-thumbnails/pkg-descr << '3c342a8d4f97fd3dcb93ad56c47b0011' XThe primary function of easy-thumbnails is to dynamically create Xthumbnails based on a source image. So whenever a thumbnail does not Xexist or if the source was modified more recently than the existing Xthumbnail, a new thumbnail is generated (and saved). Thumbnail Xaliases can be defined, providing predefined thumbnail options. This Xalso allows for generation of thumbnails when the source image is Xuploaded. X XWWW: https://github.com/SmileyChris/easy-thumbnails 3c342a8d4f97fd3dcb93ad56c47b0011 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 22:10:53 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00E38106564A; Tue, 19 Jun 2012 22:10:53 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C8E778FC0C; Tue, 19 Jun 2012 22:10:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JMAqla061510; Tue, 19 Jun 2012 22:10:52 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JMAqIv061506; Tue, 19 Jun 2012 22:10:52 GMT (envelope-from edwin) Date: Tue, 19 Jun 2012 22:10:52 GMT Message-Id: <201206192210.q5JMAqIv061506@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169246: New port graphics/py-easy-thumbnails 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: Tue, 19 Jun 2012 22:10:53 -0000 Synopsis: New port graphics/py-easy-thumbnails Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 19 22:10:52 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169246 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 22:20:13 2012 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 338461065691 for ; Tue, 19 Jun 2012 22:20:13 +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 C5B638FC1E for ; Tue, 19 Jun 2012 22:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JMKAem067561 for ; Tue, 19 Jun 2012 22:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JMKA30067560; Tue, 19 Jun 2012 22:20:10 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jun 2012 22:20:10 GMT Resent-Message-Id: <201206192220.q5JMKA30067560@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, "Matthew X. Economou" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E86B1106566B for ; Tue, 19 Jun 2012 22:14:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D38BA8FC0C for ; Tue, 19 Jun 2012 22:14:15 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5JMEFOJ099773 for ; Tue, 19 Jun 2012 22:14:15 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5JMEFcL099772; Tue, 19 Jun 2012 22:14:15 GMT (envelope-from nobody) Message-Id: <201206192214.q5JMEFcL099772@red.freebsd.org> Date: Tue, 19 Jun 2012 22:14:15 GMT From: "Matthew X. Economou" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169247: New port security/py-django-openid-auth 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: Tue, 19 Jun 2012 22:20:13 -0000 >Number: 169247 >Category: ports >Synopsis: New port security/py-django-openid-auth >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: Tue Jun 19 22:20:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthew X. Economou >Release: 9.0 >Organization: IRTNOG >Environment: FreeBSD cinep001bsdgw.irtnog.net 9.0-RELEASE-p1 FreeBSD 9.0-RELEASE-p1 #8: Fri May 11 17:08:28 EDT 2012 root@cinep001bsdgw.irtnog.net:/usr/obj/usr/src/sys/FIREWALL amd64 >Description: Attached is a new Python/Django package named django-openid-auth. >From the web site: A library that can be used to add OpenID support to Django applications. The library integrates with Django's builtin authentication system, so most applications require minimal changes to support OpenID login. The library also includes the following features: * Basic user details are transferred from the OpenID server via the Simple Registration extension. * It can be configured to use a fixed OpenID server URL, for use in single sign on deployments. * It supports the Launchpad teams extension to request team membership information. Regarding the portlint errors - I couldn't find another distribution site for it, and the hyphens in the name seem unavoidable. Please let me know if there's a better way to repackage this. >How-To-Repeat: N/A >Fix: N/A 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: # # py-django-openid-auth # py-django-openid-auth/Makefile # py-django-openid-auth/distinfo # py-django-openid-auth/pkg-descr # py-django-openid-auth/pkg-plist # py-django-openid-auth/pkg-message # echo c - py-django-openid-auth mkdir -p py-django-openid-auth > /dev/null 2>&1 echo x - py-django-openid-auth/Makefile sed 's/^X//' >py-django-openid-auth/Makefile << '30c87a93d13f40db011b74a35aa4c6ae' X# New ports collection makefile for: py-django-openid-auth X# Date created: 31 Jan 2012 X# Whom: Matthew X. Economou X# X# $FreeBSD$ X# X XPORTNAME= django-openid-auth XPORTVERSION= 0.4 XCATEGORIES= security python XMASTER_SITES= http://launchpadlibrarian.net/80020365/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= ${PORTNAME}_${PORTVERSION} X XMAINTAINER= xenophon+fbsdports@irtnog.org XCOMMENT= OpenID integration for django.contrib.auth X XLICENSE= BSD X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.3.1:${PORTSDIR}/www/py-django \ X ${PYTHON_PKGNAMEPREFIX}openid>=2.2.5:${PORTSDIR}/security/py-openid X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X XNO_WRKSUBDIR= yes X XPORTDOCS= *.txt *.html XPORTEXAMPLES= example_consumer X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_MAN} ${WRKSRC}/README.txt ${DOCSDIR} X ${INSTALL_MAN} ${WRKSRC}/TODO.txt ${DOCSDIR} X ${INSTALL_MAN} ${WRKSRC}/openid.html ${DOCSDIR} X ${INSTALL_MAN} ${WRKSRC}/openid.txt ${DOCSDIR} X.endif X.if !defined(NOPORTEXAMPLES) X ${MKDIR} ${EXAMPLESDIR}/example_consumer X ${INSTALL_MAN} ${WRKSRC}/example_consumer/* ${EXAMPLESDIR}/example_consumer X.endif X @${CAT} ${PKGMESSAGE} X X.include 30c87a93d13f40db011b74a35aa4c6ae echo x - py-django-openid-auth/distinfo sed 's/^X//' >py-django-openid-auth/distinfo << '6354b4e8dc8d29f90f8dcaf0a6ccd892' XSHA256 (django-openid-auth_0.4.tar.gz) = 923c2a9652f23bee367a6578f39d0881eaeb7aca2ec8f810f523b16e38679d05 XSIZE (django-openid-auth_0.4.tar.gz) = 77703 6354b4e8dc8d29f90f8dcaf0a6ccd892 echo x - py-django-openid-auth/pkg-descr sed 's/^X//' >py-django-openid-auth/pkg-descr << '98aa1b80df7e1218a95fa537db235712' XA library that can be used to add OpenID support to Django Xapplications. The library integrates with Django's builtin Xauthentication system, so most applications require minimal changes to Xsupport OpenID login. X XThe library also includes the following features: X * Basic user details are transferred from the OpenID server via the X Simple Registration extension. X * It can be configured to use a fixed OpenID server URL, for use in X single sign on deployments. X * It supports the Launchpad teams extension to request team X membership information. X XWWW: https://launchpad.net/django-openid-auth 98aa1b80df7e1218a95fa537db235712 echo x - py-django-openid-auth/pkg-plist sed 's/^X//' >py-django-openid-auth/pkg-plist << 'a0c79b6c29b4d00d01b9dcebd40fbd1f' X%%PYTHON_SITELIBDIR%%/django_openid_auth/__init__.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/__init__.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/__init__.pyo X%%PYTHON_SITELIBDIR%%/django_openid_auth/admin.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/admin.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/admin.pyo X%%PYTHON_SITELIBDIR%%/django_openid_auth/auth.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/auth.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/auth.pyo X%%PYTHON_SITELIBDIR%%/django_openid_auth/exceptions.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/exceptions.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/exceptions.pyo X%%PYTHON_SITELIBDIR%%/django_openid_auth/forms.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/forms.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/forms.pyo X%%PYTHON_SITELIBDIR%%/django_openid_auth/management/__init__.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/management/__init__.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/management/__init__.pyo X%%PYTHON_SITELIBDIR%%/django_openid_auth/management/commands/__init__.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/management/commands/__init__.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/management/commands/__init__.pyo X%%PYTHON_SITELIBDIR%%/django_openid_auth/management/commands/openid_cleanup.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/management/commands/openid_cleanup.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/management/commands/openid_cleanup.pyo X%%PYTHON_SITELIBDIR%%/django_openid_auth/models.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/models.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/models.pyo X%%PYTHON_SITELIBDIR%%/django_openid_auth/signals.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/signals.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/signals.pyo X%%PYTHON_SITELIBDIR%%/django_openid_auth/store.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/store.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/store.pyo X%%PYTHON_SITELIBDIR%%/django_openid_auth/teams.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/teams.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/teams.pyo X%%PYTHON_SITELIBDIR%%/django_openid_auth/templates/openid/failure.html X%%PYTHON_SITELIBDIR%%/django_openid_auth/templates/openid/login.html X%%PYTHON_SITELIBDIR%%/django_openid_auth/tests/__init__.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/django_openid_auth/tests/test_auth.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/tests/test_auth.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/tests/test_auth.pyo X%%PYTHON_SITELIBDIR%%/django_openid_auth/tests/test_store.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/tests/test_store.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/tests/test_store.pyo X%%PYTHON_SITELIBDIR%%/django_openid_auth/tests/test_views.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/tests/test_views.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/tests/test_views.pyo X%%PYTHON_SITELIBDIR%%/django_openid_auth/tests/urls.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/tests/urls.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/tests/urls.pyo X%%PYTHON_SITELIBDIR%%/django_openid_auth/urls.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/urls.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/urls.pyo X%%PYTHON_SITELIBDIR%%/django_openid_auth/views.py X%%PYTHON_SITELIBDIR%%/django_openid_auth/views.pyc X%%PYTHON_SITELIBDIR%%/django_openid_auth/views.pyo X@dirrmtry %%PYTHON_SITELIBDIR%%/django_openid_auth/tests X@dirrmtry %%PYTHON_SITELIBDIR%%/django_openid_auth/management/commands X@dirrmtry %%PYTHON_SITELIBDIR%%/django_openid_auth/management X@dirrmtry %%PYTHON_SITELIBDIR%%/django_openid_auth/templates/openid X@dirrmtry %%PYTHON_SITELIBDIR%%/django_openid_auth/templates X@dirrmtry %%PYTHON_SITELIBDIR%%/django_openid_auth X@dirrmtry %%PYTHON_SITELIBDIR%% X@dirrmtry %%PYTHON_LIBDIR%% a0c79b6c29b4d00d01b9dcebd40fbd1f echo x - py-django-openid-auth/pkg-message sed 's/^X//' >py-django-openid-auth/pkg-message << 'fbad694d255208db17b0bfccbc79bac0' X********************************************************************** X XTo activate OpenID authentication within your Django installation, you Xwill need to: X X * add 'django_openid_auto' to INSTALLED_APPS, X X * add 'django_auth_openid.auth.OpenIDBackend' to X AUTHENTICATION_BACKENDS, X X * (optional) enable user creation when a new OpenID is used, X X * (optional) have user details updated from SREG or AE extention X data, X X * hook up the login URLs to your application's urlconf and X configure the LOGIN_URL and LOGIN_REDIRECT_URL, and X X * re-run "python manage.py syncdb" to add the UserOpenID table to X your database. X XFor detailed instructions see the "README.txt" file that came with Xthis package; an example Django project with OpenID configured is also Xincluded. X X********************************************************************** fbad694d255208db17b0bfccbc79bac0 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 22:20:27 2012 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 D1213106566C; Tue, 19 Jun 2012 22:20:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A45E18FC1A; Tue, 19 Jun 2012 22:20:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JMKRpo068104; Tue, 19 Jun 2012 22:20:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JMKRcA068096; Tue, 19 Jun 2012 22:20:27 GMT (envelope-from edwin) Date: Tue, 19 Jun 2012 22:20:27 GMT Message-Id: <201206192220.q5JMKRcA068096@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169247: New port security/py-django-openid-auth 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: Tue, 19 Jun 2012 22:20:27 -0000 Synopsis: New port security/py-django-openid-auth Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 19 22:20:26 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169247 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 22:30:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E10051065670 for ; Tue, 19 Jun 2012 22:30:17 +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 B99C48FC08 for ; Tue, 19 Jun 2012 22:30:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JMUHZN076126 for ; Tue, 19 Jun 2012 22:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JMUHW0076125; Tue, 19 Jun 2012 22:30:17 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jun 2012 22:30:17 GMT Resent-Message-Id: <201206192230.q5JMUHW0076125@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, "Matthew X. Economou" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71FED106564A for ; Tue, 19 Jun 2012 22:29:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5D4C08FC0A for ; Tue, 19 Jun 2012 22:29:21 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5JMTLdr029712 for ; Tue, 19 Jun 2012 22:29:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5JMTLdu029711; Tue, 19 Jun 2012 22:29:21 GMT (envelope-from nobody) Message-Id: <201206192229.q5JMTLdu029711@red.freebsd.org> Date: Tue, 19 Jun 2012 22:29:21 GMT From: "Matthew X. Economou" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169248: www/py-django-cms doesn't check for (required) database support in Django 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: Tue, 19 Jun 2012 22:30:18 -0000 >Number: 169248 >Category: ports >Synopsis: www/py-django-cms doesn't check for (required) database support in Django >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 19 22:30:17 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthew X. Economou >Release: 9.0 >Organization: IRTNOG >Environment: FreeBSD cinep100bsdweb.irtnog.net 9.0-RELEASE-p1 FreeBSD 9.0-RELEASE-p1 #8: Fri May 11 17:08:28 EDT 2012 root@cinep001bsdgw.irtnog.net:/usr/obj/usr/src/sys/FIREWALL amd64 >Description: By default the www/py-django port does not include support for a database backend, which Django CMS requires. The www/py-django-cms port doesn't check for this, which will prevent the CMS from running. >How-To-Repeat: If a user performs a default install of Django and Django CMS from ports, and then they try out the CMS following the instructions in the py-django-cms pkg_message, they will get the following error when running syncdb: django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details. (Note that the database engine used in the example configuration is Sqlite 3.x.) >Fix: All the www/py-django port does when you enable support for a particular database is add that database client to its RUN_DEPENDS - the set of files installed by the port (or the configuration of django itself) doesn't change. In fact, if you look at www/py-django/pkg-plist, you'll see that django includes database backends for Oracle and others not found in the ports tree. So we could approach this two ways: (1) Figure out some test for database support in django, and then set BROKEN or pkg_message accordingly. (2) Add similar knobs/dependencies to the www/py-django-cms port (plus an OTHER_DB option?), and set BROKEN none of them are turned on. The first option feels cleaner (by recording the database client dependencies on the django runtime where they belong), while the second option might be easier. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 22:31:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 918B5106564A; Tue, 19 Jun 2012 22:31:07 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 64B998FC12; Tue, 19 Jun 2012 22:31:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JMV7tb080629; Tue, 19 Jun 2012 22:31:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JMV7Nn080618; Tue, 19 Jun 2012 22:31:07 GMT (envelope-from edwin) Date: Tue, 19 Jun 2012 22:31:07 GMT Message-Id: <201206192231.q5JMV7Nn080618@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169248: www/py-django-cms doesn't check for (required) database support in Django 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: Tue, 19 Jun 2012 22:31:07 -0000 Synopsis: www/py-django-cms doesn't check for (required) database support in Django Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 19 22:31:06 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169248 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 23:00:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C40301065679 for ; Tue, 19 Jun 2012 23:00:27 +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 309CC8FC15 for ; Tue, 19 Jun 2012 23:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JN0P4u004250 for ; Tue, 19 Jun 2012 23:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JN0Pq4004248; Tue, 19 Jun 2012 23:00:25 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jun 2012 23:00:25 GMT Resent-Message-Id: <201206192300.q5JN0Pq4004248@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, "Matthew X. Economou" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 989E1106564A for ; Tue, 19 Jun 2012 22:59:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 81D968FC08 for ; Tue, 19 Jun 2012 22:59:42 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5JMxgd1075008 for ; Tue, 19 Jun 2012 22:59:42 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5JMxgVx075007; Tue, 19 Jun 2012 22:59:42 GMT (envelope-from nobody) Message-Id: <201206192259.q5JMxgVx075007@red.freebsd.org> Date: Tue, 19 Jun 2012 22:59:42 GMT From: "Matthew X. Economou" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169249: New port www/py-django-filer 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: Tue, 19 Jun 2012 23:00:27 -0000 >Number: 169249 >Category: ports >Synopsis: New port www/py-django-filer >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: Tue Jun 19 23:00:24 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthew X. Economou >Release: 9.0 >Organization: IRTNOG >Environment: FreeBSD cinep001bsdgw.irtnog.net 9.0-RELEASE-p1 FreeBSD 9.0-RELEASE-p1 #8: Fri May 11 17:08:28 EDT 2012 root@cinep001bsdgw.irtnog.net:/usr/obj/usr/src/sys/FIREWALL amd64 >Description: Attached is a new Python/Django package named django-filer. From the web site: django-filer is a file management application for django. It handles uploading and organizing files and images in contrib.admin. >How-To-Repeat: N/A >Fix: N/A 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: # # py-django-filer # py-django-filer/pkg-message # py-django-filer/distinfo # py-django-filer/pkg-descr # py-django-filer/Makefile # py-django-filer/pkg-plist # echo c - py-django-filer mkdir -p py-django-filer > /dev/null 2>&1 echo x - py-django-filer/pkg-message sed 's/^X//' >py-django-filer/pkg-message << 'afb5d8420db3d56a732e149ddc2291a4' X********************************************************************** X XAdd "filer" to your project's INSTALLED_APPS setting and run syncdb X(or migrate if you're using South). X XYou might consider using django-filer with the django CMS plugin and Xits components instead of cms.plugins.file, cms.plugins.picture, Xcms.plugins.teaser and cms.plugins.video core plugins. In this case Xyou should not add them to INSTALLED_APPS but add those instead: X X 'filer' X 'cmsplugin_filer_file' X 'cmsplugin_filer_folder' X 'cmsplugin_filer_image' X 'cmsplugin_filer_teaser' X 'cmsplugin_filer_video' X X********************************************************************** afb5d8420db3d56a732e149ddc2291a4 echo x - py-django-filer/distinfo sed 's/^X//' >py-django-filer/distinfo << '3d17ebc0508f00d3da6dcd86dff91ee5' XSHA256 (django-filer-0.8.6.tar.gz) = 8be32f3fd5530dbd5436ef4e46cb6da5a51f2b4fd6db3a7b880ef9246b55f103 XSIZE (django-filer-0.8.6.tar.gz) = 674775 3d17ebc0508f00d3da6dcd86dff91ee5 echo x - py-django-filer/pkg-descr sed 's/^X//' >py-django-filer/pkg-descr << '0c7b6b4da91c9b08ab0e49b508eb17b9' Xdjango-filer is a file management application for django. It handles Xuploading and organizing files and images in contrib.admin. X XWWW: https://github.com/stefanfoulis/django-filer 0c7b6b4da91c9b08ab0e49b508eb17b9 echo x - py-django-filer/Makefile sed 's/^X//' >py-django-filer/Makefile << '07e150910ef9b1e3499104af87cd4de3' X# New ports collection makefile for: py-django-filer X# Date created: 19 Jun 2012 X# Whom: Matthew X. Economou X# X# $FreeBSD$ X# X XPORTNAME= django-filer XPORTVERSION= 0.8.6 XCATEGORIES= www python XMASTER_SITES= ${MASTER_SITE_CHEESESHOP} XMASTER_SITE_SUBDIR= source/d/${PORTNAME} XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= xenophon+fbsdports@irtnog.org XCOMMENT= File and Image Management Application for django X XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django \ X ${PYTHON_SITELIBDIR}/easy_thumbnails/__init__.py:${PORTSDIR}/graphics/py-easy-thumbnails \ X ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging X XUSE_PYTHON= yes XUSE_PYDISTUTILS= easy_install X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include 07e150910ef9b1e3499104af87cd4de3 echo x - py-django-filer/pkg-plist sed 's/^X//' >py-django-filer/pkg-plist << 'dee3dfbb27060d003c47f6d417f6f97e' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/clipboardadmin.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/clipboardadmin.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/clipboardadmin.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/fileadmin.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/fileadmin.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/fileadmin.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/folderadmin.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/folderadmin.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/folderadmin.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/imageadmin.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/imageadmin.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/imageadmin.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/permissions.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/permissions.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/permissions.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/tools.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/tools.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/tools.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/upload.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/upload.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin/upload.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/fields/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/fields/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/fields/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/fields/file.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/fields/file.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/fields/file.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/fields/folder.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/fields/folder.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/fields/folder.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/fields/image.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/fields/image.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/fields/image.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/management/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/management/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/management/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/management/commands/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/management/commands/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/management/commands/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/management/commands/import_files.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/management/commands/import_files.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/management/commands/import_files.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations/0001_initial.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations/0001_initial.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations/0001_initial.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations/0002_rename_file_field.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations/0002_rename_file_field.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations/0002_rename_file_field.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations/0003_add_description_field.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations/0003_add_description_field.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations/0003_add_description_field.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations/0004_auto__del_field_file__file__add_field_file_file__add_field_file_is_pub.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations/0004_auto__del_field_file__file__add_field_file_file__add_field_file_is_pub.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations/0004_auto__del_field_file__file__add_field_file_file__add_field_file_is_pub.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations/0005_auto__add_field_file_sha1__chg_field_file_file.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations/0005_auto__add_field_file_sha1__chg_field_file_file.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations/0005_auto__add_field_file_sha1__chg_field_file_file.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/clipboardmodels.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/clipboardmodels.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/clipboardmodels.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/filemodels.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/filemodels.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/filemodels.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/filer_file_storage.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/filer_file_storage.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/filer_file_storage.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/foldermodels.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/foldermodels.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/foldermodels.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/imagemodels.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/imagemodels.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/imagemodels.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/mixins.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/mixins.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/mixins.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/tools.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/tools.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/tools.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/virtualitems.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/virtualitems.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models/virtualitems.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/settings.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/settings.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/settings.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/.DS_Store X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/css/admin_style.css X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/file_128x128.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/file_16x16.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/file_32x32.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/file_48x48.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/file_64x64.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/image_128x128.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/image_256x256.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/image_32x32.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/image_48x48.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/image_64x64.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/incomplete_metadata_folder_32x32.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/incomplete_metadata_folder_48x48.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/incomplete_metadata_folder_64x64.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/missingfile_32x32.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/missingfile_48x48.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/missingfile_512x512.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/nofile_32x32.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/nofile_512x512.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/plainfolder.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/plainfolder_128x128.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/plainfolder_32x32.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/plainfolder_48x48.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/plainfolder_512x512.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/plainfolder_64x64.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/unfiled_folder_32x32.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/unfiled_folder_48x48.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/unfiled_folder_64x64.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons/xfile_32x32.png X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/img/close.gif X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/img/loading_animation.gif X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/img/nav-bg.gif X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/img/select_item-hover.gif X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/img/select_item.gif X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/js/fileuploader.js X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/js/focal_point.js X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/js/jquery-1.3.2.min.js X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/js/jquery-ui-1.7.2.custom.min.js X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/js/jquery.cookie.js X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/js/popup_handling.js X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/js/raphael.js X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin/filer/base_site.html X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin/filer/breadcrumbs.html X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin/filer/change_form.html X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin/filer/folder/change_form.html X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin/filer/folder/directory_listing.html X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin/filer/folder/directory_table.html X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin/filer/folder/new_folder_form.html X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin/filer/image/change_form.html X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin/filer/tools/clipboard/clipboard.html X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin/filer/tools/clipboard/clipboard_item_rows.html X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin/filer/tools/clipboard/upload_response.json X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin/filer/tools/search_form.html X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin/filer/tools/upload_button_js.html X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/image_filer/folder.html X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/image_filer/image.html X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/image_filer/image_export_form.html X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/image_filer/include/export_dialog.html X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templatetags/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templatetags/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templatetags/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templatetags/filer_image_tags.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templatetags/filer_image_tags.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templatetags/filer_image_tags.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templatetags/filer_tags.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templatetags/filer_tags.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templatetags/filer_tags.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templatetags/filermedia.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templatetags/filermedia.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templatetags/filermedia.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/tests/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/tests/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/tests/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/tests/admin.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/tests/admin.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/tests/admin.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/tests/helpers.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/tests/helpers.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/tests/helpers.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/tests/models.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/tests/models.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/tests/models.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/testsettings.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/testsettings.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/testsettings.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/testurls.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/testurls.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/testurls.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/thumbnail_processors.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/thumbnail_processors.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/thumbnail_processors.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/EXIF.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/EXIF.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/EXIF.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/files.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/files.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/files.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/pexif.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/pexif.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/pexif.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/pil_exif.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/pil_exif.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/pil_exif.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/zip.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/zip.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/zip.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/zipfile.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/zipfile.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils/zipfile.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/views.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/views.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/views.pyo X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/utils X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/tests X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templatetags X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/image_filer/include X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/image_filer X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin/filer/tools/clipboard X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin/filer/tools X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin/filer/image X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin/filer/folder X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin/filer X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates/admin X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/templates X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/js X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/img X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/icons X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer/css X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static/filer X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/static X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/models X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/migrations X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/management/commands X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/management X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/fields X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer/admin X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/filer X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% X@dirrmtry %%PYTHON_SITELIBDIR%% X@dirrmtry %%PYTHON_LIBDIR%% dee3dfbb27060d003c47f6d417f6f97e exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 19 23:00:40 2012 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 09577106564A; Tue, 19 Jun 2012 23:00:40 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D0DA38FC08; Tue, 19 Jun 2012 23:00:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5JN0dsa004753; Tue, 19 Jun 2012 23:00:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5JN0dsH004744; Tue, 19 Jun 2012 23:00:39 GMT (envelope-from edwin) Date: Tue, 19 Jun 2012 23:00:39 GMT Message-Id: <201206192300.q5JN0dsH004744@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169249: New port www/py-django-filer 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: Tue, 19 Jun 2012 23:00:40 -0000 Synopsis: New port www/py-django-filer Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 19 23:00:38 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169249 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 01:20:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE8941065670 for ; Wed, 20 Jun 2012 01:20:09 +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 7A1888FC17 for ; Wed, 20 Jun 2012 01:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K1K9YH044203 for ; Wed, 20 Jun 2012 01:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K1K9HS044202; Wed, 20 Jun 2012 01:20:09 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 01:20:09 GMT Resent-Message-Id: <201206200120.q5K1K9HS044202@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, "4721@hushmail.com" <4721@hushmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31312106566C for ; Wed, 20 Jun 2012 01:16:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 1C4758FC0A for ; Wed, 20 Jun 2012 01:16:19 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5K1GIxT082621 for ; Wed, 20 Jun 2012 01:16:18 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5K1GIWx082611; Wed, 20 Jun 2012 01:16:18 GMT (envelope-from nobody) Message-Id: <201206200116.q5K1GIWx082611@red.freebsd.org> Date: Wed, 20 Jun 2012 01:16:18 GMT From: "4721@hushmail.com" <4721@hushmail.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169250: [patch] switch graphics/ImageMagick to build with clang 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: Wed, 20 Jun 2012 01:20:09 -0000 >Number: 169250 >Category: ports >Synopsis: [patch] switch graphics/ImageMagick to build with clang >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: Wed Jun 20 01:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: 4721@hushmail.com >Release: >Organization: >Environment: >Description: switch ImageMagick to clang build solves two build/test problems. test failures of 165535: FAIL: tests/validate-formats-in-memory.sh FAIL: tests/validate-formats-on-disk.sh build failure of 169066: CC coders/coders_hdr_la-hdr.lo coders/hald.c: In function 'ReadHALDImage': coders/hald.c:128: error: expected '#pragma omp' clause before 'dynamic_number_threads' gmake[1]: *** [coders/coders_hald_la-hald.lo] Error 1 with clang: PASS: tests/validate-formats-in-memory.sh PASS: tests/validate-formats-on-disk.sh CC coders/coders_hald_la-hald.lo CC coders/coders_hdr_la-hdr.lo CC coders/coders_histogram_la-histogram.lo tested on 8.3-amd64. note that build/test failures also can be fixed by using lang/gcc46. >How-To-Repeat: >Fix: Patch attached with submission follows: --- graphics/ImageMagick/Makefile +++ graphics/ImageMagick/Makefile @@ -35,6 +35,11 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CC= clang +CXX= clang++ +.if !exists(/usr/bin/clang) +BUILD_DEPENDS+= ${LOCALBASE}/bin/clang:${PORTSDIR}/lang/clang +.endif PLIST_SUB= PORTVERSION=${PORTVERSION:R} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 01:20:20 2012 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 C8BC4106566C; Wed, 20 Jun 2012 01:20:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9CB038FC0C; Wed, 20 Jun 2012 01:20:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K1KKGr044399; Wed, 20 Jun 2012 01:20:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K1KKaO044395; Wed, 20 Jun 2012 01:20:20 GMT (envelope-from edwin) Date: Wed, 20 Jun 2012 01:20:20 GMT Message-Id: <201206200120.q5K1KKaO044395@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169250: [patch] switch graphics/ImageMagick to build with clang 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: Wed, 20 Jun 2012 01:20:20 -0000 Synopsis: [patch] switch graphics/ImageMagick to build with clang Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 20 01:20:19 UTC 2012 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169250 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 02:40:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F27551065670 for ; Wed, 20 Jun 2012 02:40:08 +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 B4C318FC14 for ; Wed, 20 Jun 2012 02:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K2e8XH019996 for ; Wed, 20 Jun 2012 02:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K2e8Gg019995; Wed, 20 Jun 2012 02:40:08 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 02:40:08 GMT Resent-Message-Id: <201206200240.q5K2e8Gg019995@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, Mark Felder Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41A00106566B for ; Wed, 20 Jun 2012 02:38:04 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0FFAB8FC0C for ; Wed, 20 Jun 2012 02:38:04 +0000 (UTC) Received: from feld by feld.me with local (Exim 4.77 (FreeBSD)) (envelope-from ) id 1ShAnz-000Lkn-9y; Tue, 19 Jun 2012 21:38:03 -0500 Message-Id: Date: Tue, 19 Jun 2012 21:38:03 -0500 From: Mark Felder To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169251: [PATCH] net-mgmt/smokeping: fix broken stop/restart rc script features 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: Wed, 20 Jun 2012 02:40:09 -0000 >Number: 169251 >Category: ports >Synopsis: [PATCH] net-mgmt/smokeping: fix broken stop/restart rc script features >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: Wed Jun 20 02:40:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: feld >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD mwi1.coffeenet.org 9.0-STABLE FreeBSD 9.0-STABLE #3 r234963: Thu May 3 13:12:01 >Description: Both stop and restart are broken in the current rc script. After experimentation and testing I found the following changes fix the issue. This is also documented in PR 114593 which apparently was never committed. (??) Claims to have been "Fixed by other means" ? Looks like new maintainer in May 2012. Rodrigo, please test and reply. Thanks!! Port maintainer (rodrigo@bebik.net) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix) >How-To-Repeat: >Fix: --- smokeping-2.6.7_3.patch begins here --- diff -ruN --exclude=CVS ../smokeping.orig/Makefile ./Makefile --- ../smokeping.orig/Makefile 2012-06-01 00:23:17.000000000 -0500 +++ ./Makefile 2012-06-19 21:30:20.000000000 -0500 @@ -7,7 +7,7 @@ PORTNAME= smokeping PORTVERSION= 2.6.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt www MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \ http://smokeping.cs.pu.edu.tw/pub/ diff -ruN --exclude=CVS ../smokeping.orig/files/smokeping.in ./files/smokeping.in --- ../smokeping.orig/files/smokeping.in 2012-01-14 02:56:41.000000000 -0600 +++ ./files/smokeping.in 2012-06-19 21:29:38.000000000 -0500 @@ -23,7 +23,8 @@ . /etc/rc.subr name="smokeping" -rcvar=smokeping_enable +rcvar=`set_rcvar` +command_interpreter="%%PERL%%" load_rc_config $name command="/usr/local/bin/smokeping" command_args="--logfile=${smokeping_logfile}" --- smokeping-2.6.7_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 02:40:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F3CB106564A; Wed, 20 Jun 2012 02:40:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 414858FC15; Wed, 20 Jun 2012 02:40:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K2eJ2C020183; Wed, 20 Jun 2012 02:40:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K2eJ20020179; Wed, 20 Jun 2012 02:40:19 GMT (envelope-from edwin) Date: Wed, 20 Jun 2012 02:40:19 GMT Message-Id: <201206200240.q5K2eJ20020179@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169251: [PATCH] net-mgmt/smokeping: fix broken stop/restart rc script features 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: Wed, 20 Jun 2012 02:40:19 -0000 Synopsis: [PATCH] net-mgmt/smokeping: fix broken stop/restart rc script features Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 20 02:40:18 UTC 2012 Responsible-Changed-Why: swills@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169251 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 03:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40041106566B for ; Wed, 20 Jun 2012 03:50:10 +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 16DC28FC15 for ; Wed, 20 Jun 2012 03:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K3o9Rx085385 for ; Wed, 20 Jun 2012 03:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K3o9ls085384; Wed, 20 Jun 2012 03:50:09 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 03:50:09 GMT Resent-Message-Id: <201206200350.q5K3o9ls085384@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, Edward Sanford Sutton III Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B08D106564A for ; Wed, 20 Jun 2012 03:43:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 046918FC15 for ; Wed, 20 Jun 2012 03:43:23 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5K3hMO1021983 for ; Wed, 20 Jun 2012 03:43:22 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5K3hM6h021982; Wed, 20 Jun 2012 03:43:22 GMT (envelope-from nobody) Message-Id: <201206200343.q5K3hM6h021982@red.freebsd.org> Date: Wed, 20 Jun 2012 03:43:22 GMT From: Edward Sanford Sutton III To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169252: [patch] textproc/gmetadom cannot disable building against ocaml if not present; causes future installs to fail 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: Wed, 20 Jun 2012 03:50:10 -0000 >Number: 169252 >Category: ports >Synopsis: [patch] textproc/gmetadom cannot disable building against ocaml if not present; causes future installs to fail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 03:50:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Edward Sanford Sutton III >Release: freebsd 8.2-stable amd64 >Organization: >Environment: FreeBSD darkstar.l.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Dec 18 22:15:25 MST 2011 root@darkstar.l.net:/usr/obj/usr/src/sys/MYKERNEL8 amd64 >Description: gmetadom runs a configure script to detect ocaml, which was not altered by the config option OCAML=off. If ocaml content is present, gmetadom still built against it which made the pkg-plist incorrect. An uninstall leaves debris and a reinstall fails as follows: install -o root -g wheel -m 444 dllmlgdome.so /usr/local/lib/ocaml/stublibs; \ fi ocamlfind: Conflict with another package: Library dllmlgdome.so is already installed gmake[4]: *** [install-data-local] Error 2 >How-To-Repeat: I assume installing the ocaml dependencies and then building the port without the OCAML option enabled will cause it to fail; I had this problem before trying to test how to get it to go away and it is on a machine with many ports installed. >Fix: I had to execute a manual command of rm -r /usr/local/lib/ocaml/gdome2.saved/ /usr/local/lib/ocaml/stublibs/dllmlgdome.so on the system before being able to get `make install` to succeed; should that be noted in UPDATING or should the port be updated to do that as cleanup for debris from older copies of the port? Once debris is cleaned out, the following patch will clean it up. Patch attached with submission follows: --- Makefile.orig 2012-06-19 14:29:36.846768378 -0700 +++ Makefile 2012-06-19 18:55:34.150253635 -0700 @@ -37,6 +37,7 @@ ocamlc:${PORTSDIR}/lang/ocaml PLIST_SUB+= WITH_OCAML="" .else +CONFIGURE_ARGS+= HAVE_OCAMLDEP=no PLIST_SUB+= WITH_OCAML="@comment " .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 05:00:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05966106566C for ; Wed, 20 Jun 2012 05:00:26 +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 76FA18FC0C for ; Wed, 20 Jun 2012 05:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K50P3p050922 for ; Wed, 20 Jun 2012 05:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K50PPm050918; Wed, 20 Jun 2012 05:00:25 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 05:00:25 GMT Resent-Message-Id: <201206200500.q5K50PPm050918@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, Sergey Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 613371065670 for ; Wed, 20 Jun 2012 04:56:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 345218FC0C for ; Wed, 20 Jun 2012 04:56:03 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5K4u3l0036120 for ; Wed, 20 Jun 2012 04:56:03 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5K4u2Ks036093; Wed, 20 Jun 2012 04:56:02 GMT (envelope-from nobody) Message-Id: <201206200456.q5K4u2Ks036093@red.freebsd.org> Date: Wed, 20 Jun 2012 04:56:02 GMT From: Sergey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169253: PHP 5.4.4 xcache broken 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: Wed, 20 Jun 2012 05:00:26 -0000 >Number: 169253 >Category: ports >Synopsis: PHP 5.4.4 xcache broken >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 05:00:25 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sergey >Release: 8.2 >Organization: >Environment: FreeBSD pups 8.2-RELEASE-p9 FreeBSD 8.2-RELEASE-p9 #0: Mon Jun 11 23:00:11 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: PHP 5.4.4 xcache broken >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 05:00:26 2012 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 3BBD9106568B for ; Wed, 20 Jun 2012 05:00:26 +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 D91BC8FC19 for ; Wed, 20 Jun 2012 05:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K50Per050936 for ; Wed, 20 Jun 2012 05:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K50P3v050932; Wed, 20 Jun 2012 05:00:25 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 05:00:25 GMT Resent-Message-Id: <201206200500.q5K50P3v050932@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, Sergey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AD291065672 for ; Wed, 20 Jun 2012 04:57:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 1D7928FC16 for ; Wed, 20 Jun 2012 04:57:14 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5K4vDgn042755 for ; Wed, 20 Jun 2012 04:57:13 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5K4vD2q042754; Wed, 20 Jun 2012 04:57:13 GMT (envelope-from nobody) Message-Id: <201206200457.q5K4vD2q042754@red.freebsd.org> Date: Wed, 20 Jun 2012 04:57:13 GMT From: Sergey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169254: PHP 5.4.4 pecl-memcached broken 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: Wed, 20 Jun 2012 05:00:26 -0000 >Number: 169254 >Category: ports >Synopsis: PHP 5.4.4 pecl-memcached broken >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 05:00:25 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sergey >Release: 8.2 >Organization: >Environment: FreeBSD pups 8.2-RELEASE-p9 FreeBSD 8.2-RELEASE-p9 #0: Mon Jun 11 23:00:11 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: PHP 5.4.4 pecl-memcached broken >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 05:00:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 651281065697 for ; Wed, 20 Jun 2012 05:00:26 +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 4148D8FC2A for ; Wed, 20 Jun 2012 05:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K50QCE050955 for ; Wed, 20 Jun 2012 05:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K50QT6050950; Wed, 20 Jun 2012 05:00:26 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 05:00:26 GMT Resent-Message-Id: <201206200500.q5K50QT6050950@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, Jin-Sih Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8C491065763 for ; Wed, 20 Jun 2012 04:58:24 +0000 (UTC) (envelope-from root@deep.tw) Received: from deep.tw (220-134-39-129.HINET-IP.hinet.net [220.134.39.129]) by mx1.freebsd.org (Postfix) with ESMTP id B11DF8FC08 for ; Wed, 20 Jun 2012 04:58:24 +0000 (UTC) Received: by deep.tw (Postfix, from userid 0) id B1A255C5E; Wed, 20 Jun 2012 12:58:15 +0800 (CST) Message-Id: <20120620045815.B1A255C5E@deep.tw> Date: Wed, 20 Jun 2012 12:58:15 +0800 (CST) From: Jin-Sih Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169255: [MAINTAINER] www/node-devel: update to 0.7.12 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: Wed, 20 Jun 2012 05:00:26 -0000 >Number: 169255 >Category: ports >Synopsis: [MAINTAINER] www/node-devel: update to 0.7.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 05:00:25 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jin-Sih Lin >Release: FreeBSD 10.0-CURRENT i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD deep.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Thu Apr 19 10:22:37 CST 2012 >Description: - Update to 0.7.12 Added file(s): - files/patch-tools-installer.js Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- node-devel-0.7.12.patch begins here --- diff -ruN --exclude=CVS ../node-devel.orig/Makefile ./Makefile --- ../node-devel.orig/Makefile 2012-06-13 15:19:09.000000000 +0800 +++ ./Makefile 2012-06-20 11:54:08.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= node -PORTVERSION= 0.7.10 +PORTVERSION= 0.7.12 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= -devel diff -ruN --exclude=CVS ../node-devel.orig/distinfo ./distinfo --- ../node-devel.orig/distinfo 2012-06-13 11:37:45.000000000 +0800 +++ ./distinfo 2012-06-20 11:54:22.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (node-v0.7.10.tar.gz) = 9094dcd47dba984b6c2ca89a5361bd6664d1990edf41419f9a8a6d26ae774c6e -SIZE (node-v0.7.10.tar.gz) = 11552547 +SHA256 (node-v0.7.12.tar.gz) = e0be9f001467e2a9e728d53969a3c7f079da4af1ff896155822479ad92b3efbe +SIZE (node-v0.7.12.tar.gz) = 11633479 diff -ruN --exclude=CVS ../node-devel.orig/files/patch-tools-installer.js ./files/patch-tools-installer.js --- ../node-devel.orig/files/patch-tools-installer.js 1970-01-01 08:00:00.000000000 +0800 +++ ./files/patch-tools-installer.js 2012-06-20 12:35:52.000000000 +0800 @@ -0,0 +1,20 @@ +--- tools/installer.js.orig 2012-06-20 12:34:01.000000000 +0800 ++++ tools/installer.js 2012-06-20 12:35:07.000000000 +0800 +@@ -102,7 +102,7 @@ + ], 'include/node/'); + + // man page +- copy(['doc/node.1'], 'share/man/man1/'); ++ //copy(['doc/node.1'], 'share/man/man1/'); + + // dtrace + if (!process.platform.match(/^linux/)) { +@@ -156,7 +156,7 @@ + remove([ + 'bin/node', 'bin/npm', 'bin/node-waf', + 'include/node/*', 'lib/node_modules', 'lib/node', +- 'lib/dtrace/node.d', 'share/man/man1/node.1' ++ 'lib/dtrace/node.d'//, 'share/man/man1/node.1' + ]); + } + diff -ruN --exclude=CVS ../node-devel.orig/pkg-plist ./pkg-plist --- ../node-devel.orig/pkg-plist 2012-05-18 14:03:03.000000000 +0800 +++ ./pkg-plist 2012-06-20 12:47:23.000000000 +0800 @@ -2,6 +2,8 @@ bin/node-waf include/node/ares.h include/node/ares_version.h +include/node/eio-emul.h +include/node/ev-emul.h include/node/node.h include/node/node_buffer.h include/node/node_object_wrap.h @@ -19,6 +21,7 @@ include/node/v8-testing.h include/node/v8.h include/node/v8stdint.h +lib/dtrace/node.d lib/node/wafadmin/Build.py lib/node/wafadmin/Configure.py lib/node/wafadmin/Constants.py @@ -73,5 +76,6 @@ @dirrm lib/node/wafadmin/Tools @dirrm lib/node/wafadmin @dirrm lib/node +@dirrm lib/dtrace @dirrm include/node/uv-private @dirrm include/node --- node-devel-0.7.12.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 05:12:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE3161065670; Wed, 20 Jun 2012 05:12:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A26338FC14; Wed, 20 Jun 2012 05:12:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K5C68e069071; Wed, 20 Jun 2012 05:12:06 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K5C6wV069067; Wed, 20 Jun 2012 05:12:06 GMT (envelope-from sunpoet) Date: Wed, 20 Jun 2012 05:12:06 GMT Message-Id: <201206200512.q5K5C6wV069067@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/169255: [MAINTAINER] www/node-devel: update to 0.7.12 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: Wed, 20 Jun 2012 05:12:06 -0000 Synopsis: [MAINTAINER] www/node-devel: update to 0.7.12 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Wed Jun 20 05:12:00 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169255 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 05:50:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C96D41065676 for ; Wed, 20 Jun 2012 05:50:08 +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 A01AE8FC17 for ; Wed, 20 Jun 2012 05:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K5o8uI098837 for ; Wed, 20 Jun 2012 05:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K5o8TQ098836; Wed, 20 Jun 2012 05:50:08 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 05:50:08 GMT Resent-Message-Id: <201206200550.q5K5o8TQ098836@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, Devin Teske Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94664106566C for ; Wed, 20 Jun 2012 05:44:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 74CA68FC0C for ; Wed, 20 Jun 2012 05:44:10 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5K5iAZS008357 for ; Wed, 20 Jun 2012 05:44:10 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5K5iAG0008356; Wed, 20 Jun 2012 05:44:10 GMT (envelope-from nobody) Message-Id: <201206200544.q5K5iAG0008356@red.freebsd.org> Date: Wed, 20 Jun 2012 05:44:10 GMT From: Devin Teske To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169257: [NEW PORT] sysutils/bsdconfig: Utility to configure various aspects of FreeBSD 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: Wed, 20 Jun 2012 05:50:08 -0000 >Number: 169257 >Category: ports >Synopsis: [NEW PORT] sysutils/bsdconfig: Utility to configure various aspects of FreeBSD >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 05:50:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Devin Teske >Release: FreeBSD 9.0-RELEASE i386 >Organization: FIS Global, Inc. >Environment: FreeBSD scribe9.vicor.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: bsdconfig is a robust utility for configuring/managing various aspects of the FreeBSD Operating System. Feature-highlights include (but are not limited to): - Modular, stable, efficient and i18n-compatible. - Easily maintained/extendable sh(1) source/syntax. - Works with both dialog(1) in base and Xdialog(1) from ports (x11/xdialog). - rc.conf(5) configuration/management based on sysutils/sysrc - Timezone configuration based on sysutils/tzdialog - Networking management based on sysutils/host-setup WWW: http://druidbsd.sourceforge.net/ >How-To-Repeat: >Fix: 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: # # bsdconfig # bsdconfig/pkg-descr # bsdconfig/distinfo # bsdconfig/Makefile # echo c - bsdconfig mkdir -p bsdconfig > /dev/null 2>&1 echo x - bsdconfig/pkg-descr sed 's/^X//' >bsdconfig/pkg-descr << 'ad56c62fcbd139054224c1bc69933cb0' Xbsdconfig is a robust utility for configuring/managing various aspects of the XFreeBSD Operating System. Feature-highlights include (but are not limited to): X - Modular, stable, efficient and i18n-compatible. X - Easily maintained/extendable sh(1) source/syntax. X - Works with both dialog(1) in base and Xdialog(1) from ports (x11/xdialog). X - rc.conf(5) configuration/management based on sysutils/sysrc X - Timezone configuration based on sysutils/tzdialog X - Networking management based on sysutils/host-setup X XWWW: http://druidbsd.sourceforge.net/ ad56c62fcbd139054224c1bc69933cb0 echo x - bsdconfig/distinfo sed 's/^X//' >bsdconfig/distinfo << '2525dd21496cc9c8e5c79f5efa1428b1' XSHA256 (bsdconfig.120619.txz) = 4f44b88d81528f07c8765fe2723d1cc4547aec88347c36a92ecd569a51e7a531 XSIZE (bsdconfig.120619.txz) = 87984 XSHA256 (bsdconfig.120619-0.7.0.diff.gz) = d8dd335a4a1a886ce70cc9adac3b4a617f4c650fb94fb20d53e1f029c4b7a3fb XSIZE (bsdconfig.120619-0.7.0.diff.gz) = 405 2525dd21496cc9c8e5c79f5efa1428b1 echo x - bsdconfig/Makefile sed 's/^X//' >bsdconfig/Makefile << '8e66e36ffd6c63e8e4d02e5a708e5d81' X# New ports collection makefile for: bsdconfig X# Date created: 19 June 2012 X# Whom: Devin Teske X# X# $FreeBSD$ X# X XPORTNAME= bsdconfig XPORTVERSION= 0.7.0 XCATEGORIES= sysutils XMASTER_SITES= http://druidbsd.sourceforge.net/download/bsdconfig/ XDISTNAME= ${PORTNAME}.120619 XEXTRACT_SUFX= .txz X XPATCH_SITES= ${MASTER_SITES} XPATCHFILES= ${DISTNAME}-${PORTVERSION}.diff.gz X XMAINTAINER= dteske@FreeBSD.org XCOMMENT= Utility to configure various aspects of FreeBSD X XLICENSE= BSD X XNO_BUILD= yes XNO_WRKSUBDIR= yes X XBSDCFG_LIBE= libexec/${PORTNAME} XPLIST_FILES= \ X sbin/${PORTNAME} \ X share/examples/${PORTNAME}/bsdconfigrc \ X ${BSDCFG_LIBE}/020.docsinstall/INDEX \ X ${BSDCFG_LIBE}/020.docsinstall/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/020.docsinstall/USAGE \ X ${BSDCFG_LIBE}/020.docsinstall/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/020.docsinstall/docsinstall \ X ${BSDCFG_LIBE}/020.docsinstall/include/messages.subr \ X ${BSDCFG_LIBE}/020.docsinstall/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/040.password/INDEX \ X ${BSDCFG_LIBE}/040.password/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/040.password/USAGE \ X ${BSDCFG_LIBE}/040.password/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/040.password/include/messages.subr \ X ${BSDCFG_LIBE}/040.password/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/040.password/include/password.subr \ X ${BSDCFG_LIBE}/040.password/password \ X ${BSDCFG_LIBE}/050.diskmgmt/INDEX \ X ${BSDCFG_LIBE}/050.diskmgmt/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/050.diskmgmt/USAGE \ X ${BSDCFG_LIBE}/050.diskmgmt/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/050.diskmgmt/diskmgmt \ X ${BSDCFG_LIBE}/050.diskmgmt/include/messages.subr \ X ${BSDCFG_LIBE}/050.diskmgmt/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/070.usermgmt/INDEX \ X ${BSDCFG_LIBE}/070.usermgmt/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/070.usermgmt/USAGE \ X ${BSDCFG_LIBE}/070.usermgmt/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/070.usermgmt/groupadd \ X ${BSDCFG_LIBE}/070.usermgmt/groupdel \ X ${BSDCFG_LIBE}/070.usermgmt/groupedit \ X ${BSDCFG_LIBE}/070.usermgmt/groupinput \ X ${BSDCFG_LIBE}/070.usermgmt/include/group_input.subr \ X ${BSDCFG_LIBE}/070.usermgmt/include/messages.subr \ X ${BSDCFG_LIBE}/070.usermgmt/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/070.usermgmt/include/user_input.subr \ X ${BSDCFG_LIBE}/070.usermgmt/useradd \ X ${BSDCFG_LIBE}/070.usermgmt/userdel \ X ${BSDCFG_LIBE}/070.usermgmt/useredit \ X ${BSDCFG_LIBE}/070.usermgmt/userinput \ X ${BSDCFG_LIBE}/070.usermgmt/usermgmt \ X ${BSDCFG_LIBE}/080.console/INDEX \ X ${BSDCFG_LIBE}/080.console/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/080.console/USAGE \ X ${BSDCFG_LIBE}/080.console/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/080.console/console \ X ${BSDCFG_LIBE}/080.console/font \ X ${BSDCFG_LIBE}/080.console/include/messages.subr \ X ${BSDCFG_LIBE}/080.console/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/080.console/keymap \ X ${BSDCFG_LIBE}/080.console/repeat \ X ${BSDCFG_LIBE}/080.console/saver \ X ${BSDCFG_LIBE}/080.console/screenmap \ X ${BSDCFG_LIBE}/080.console/ttys \ X ${BSDCFG_LIBE}/090.timezone/INDEX \ X ${BSDCFG_LIBE}/090.timezone/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/090.timezone/USAGE \ X ${BSDCFG_LIBE}/090.timezone/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/090.timezone/include/continents.subr \ X ${BSDCFG_LIBE}/090.timezone/include/countries.subr \ X ${BSDCFG_LIBE}/090.timezone/include/iso3166.subr \ X ${BSDCFG_LIBE}/090.timezone/include/menus.subr \ X ${BSDCFG_LIBE}/090.timezone/include/messages.subr \ X ${BSDCFG_LIBE}/090.timezone/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/090.timezone/include/zones.subr \ X ${BSDCFG_LIBE}/090.timezone/timezone \ X ${BSDCFG_LIBE}/110.mouse/INDEX \ X ${BSDCFG_LIBE}/110.mouse/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/110.mouse/USAGE \ X ${BSDCFG_LIBE}/110.mouse/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/110.mouse/disable \ X ${BSDCFG_LIBE}/110.mouse/enable \ X ${BSDCFG_LIBE}/110.mouse/flags \ X ${BSDCFG_LIBE}/110.mouse/include/messages.subr \ X ${BSDCFG_LIBE}/110.mouse/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/110.mouse/mouse \ X ${BSDCFG_LIBE}/110.mouse/port \ X ${BSDCFG_LIBE}/110.mouse/type \ X ${BSDCFG_LIBE}/120.networking/INDEX \ X ${BSDCFG_LIBE}/120.networking/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/120.networking/USAGE \ X ${BSDCFG_LIBE}/120.networking/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/120.networking/defaultrouter \ X ${BSDCFG_LIBE}/120.networking/devices \ X ${BSDCFG_LIBE}/120.networking/hostname \ X ${BSDCFG_LIBE}/120.networking/include/common.subr \ X ${BSDCFG_LIBE}/120.networking/include/device.subr \ X ${BSDCFG_LIBE}/120.networking/include/hostname.subr \ X ${BSDCFG_LIBE}/120.networking/include/ipaddr.subr \ X ${BSDCFG_LIBE}/120.networking/include/media.subr \ X ${BSDCFG_LIBE}/120.networking/include/messages.subr \ X ${BSDCFG_LIBE}/120.networking/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/120.networking/include/netmask.subr \ X ${BSDCFG_LIBE}/120.networking/include/resolv.subr \ X ${BSDCFG_LIBE}/120.networking/include/routing.subr \ X ${BSDCFG_LIBE}/120.networking/nameservers \ X ${BSDCFG_LIBE}/120.networking/networking \ X ${BSDCFG_LIBE}/130.security/INDEX \ X ${BSDCFG_LIBE}/130.security/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/130.security/USAGE \ X ${BSDCFG_LIBE}/130.security/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/130.security/include/messages.subr \ X ${BSDCFG_LIBE}/130.security/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/130.security/kern_securelevel \ X ${BSDCFG_LIBE}/130.security/security \ X ${BSDCFG_LIBE}/140.startup/INDEX \ X ${BSDCFG_LIBE}/140.startup/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/140.startup/USAGE \ X ${BSDCFG_LIBE}/140.startup/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/140.startup/include/messages.subr \ X ${BSDCFG_LIBE}/140.startup/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/140.startup/include/rcconf.subr \ X ${BSDCFG_LIBE}/140.startup/include/rcedit.subr \ X ${BSDCFG_LIBE}/140.startup/include/rcvar.subr \ X ${BSDCFG_LIBE}/140.startup/misc \ X ${BSDCFG_LIBE}/140.startup/rcadd \ X ${BSDCFG_LIBE}/140.startup/rcconf \ X ${BSDCFG_LIBE}/140.startup/rcdelete \ X ${BSDCFG_LIBE}/140.startup/rcedit \ X ${BSDCFG_LIBE}/140.startup/rcvar \ X ${BSDCFG_LIBE}/140.startup/startup \ X ${BSDCFG_LIBE}/150.ttys/INDEX \ X ${BSDCFG_LIBE}/150.ttys/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/150.ttys/USAGE \ X ${BSDCFG_LIBE}/150.ttys/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/150.ttys/include/messages.subr \ X ${BSDCFG_LIBE}/150.ttys/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/150.ttys/ttys \ X ${BSDCFG_LIBE}/USAGE \ X ${BSDCFG_LIBE}/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/dot/INDEX \ X ${BSDCFG_LIBE}/dot/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/dot/USAGE \ X ${BSDCFG_LIBE}/dot/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/dot/dot \ X ${BSDCFG_LIBE}/dot/include/messages.subr \ X ${BSDCFG_LIBE}/dot/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/include/common.subr \ X ${BSDCFG_LIBE}/include/dialog.subr \ X ${BSDCFG_LIBE}/include/messages.subr \ X ${BSDCFG_LIBE}/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/include/mustberoot.subr \ X ${BSDCFG_LIBE}/include/strings.subr \ X ${BSDCFG_LIBE}/include/sysrc.subr X X.include X X.if ${OSVERSION} < 900030 XBROKEN= libdialog 20100428 or newer required. X.endif X Xpost-patch: X @grep -Ilrs '^BSDCFG_LIBE=' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ X -e 's|^\(BSDCFG_LIBE=\).*|\1"${PREFIX}/libexec/${PORTNAME}"|' X @${REINPLACE_CMD} \ X -e 's|^\(BSDCONFIG=\).*|\1${PREFIX}/sbin/${PORTNAME}|' \ X ${WRKSRC}/dot/dot X Xdo-install: X @( MANDIR="${PREFIX}/man/man"; \ X [ -d "$${MANDIR%/*}" ] || MANDIR="${PREFIX}/share/man/man"; \ X cd ${WRKSRC} && make \ X LIBEXECDIR="${PREFIX}/libexec" \ X MANDIR="$$MANDIR" \ X SBINDIR="${PREFIX}/sbin" \ X SHAREDIR="${PREFIX}/share" \ X all install ) X X.include 8e66e36ffd6c63e8e4d02e5a708e5d81 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 05:50:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF0A3106564A; Wed, 20 Jun 2012 05:50:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 81D4D8FC19; Wed, 20 Jun 2012 05:50:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K5oPJF099021; Wed, 20 Jun 2012 05:50:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K5oP0e099017; Wed, 20 Jun 2012 05:50:25 GMT (envelope-from edwin) Date: Wed, 20 Jun 2012 05:50:25 GMT Message-Id: <201206200550.q5K5oP0e099017@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dteske@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169257: [NEW PORT] sysutils/bsdconfig: Utility to configure various aspects of FreeBSD 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: Wed, 20 Jun 2012 05:50:25 -0000 Synopsis: [NEW PORT] sysutils/bsdconfig: Utility to configure various aspects of FreeBSD Responsible-Changed-From-To: freebsd-ports-bugs->dteske Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 20 05:50:24 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169257 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 05:59:02 2012 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 47C6C106564A; Wed, 20 Jun 2012 05:59:02 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1B9308FC0C; Wed, 20 Jun 2012 05:59:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K5x1Pp007469; Wed, 20 Jun 2012 05:59:01 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K5x1QV007465; Wed, 20 Jun 2012 05:59:01 GMT (envelope-from edwin) Date: Wed, 20 Jun 2012 05:59:01 GMT Message-Id: <201206200559.q5K5x1QV007465@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169254: databases/pecl-memcached: broken with PHP 5.4.4 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: Wed, 20 Jun 2012 05:59:02 -0000 Synopsis: databases/pecl-memcached: broken with PHP 5.4.4 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 20 05:59:01 UTC 2012 Responsible-Changed-Why: miwi@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169254 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 05:59:30 2012 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 3D485106566C; Wed, 20 Jun 2012 05:59:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 111278FC14; Wed, 20 Jun 2012 05:59:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K5xTLc007648; Wed, 20 Jun 2012 05:59:29 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K5xT59007644; Wed, 20 Jun 2012 05:59:29 GMT (envelope-from linimon) Date: Wed, 20 Jun 2012 05:59:29 GMT Message-Id: <201206200559.q5K5xT59007644@freefall.freebsd.org> To: serge.sitnikov@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169253: PHP 5.4.4 xcache broken 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: Wed, 20 Jun 2012 05:59:30 -0000 Synopsis: PHP 5.4.4 xcache broken State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Wed Jun 20 05:59:11 UTC 2012 State-Changed-Why: To which port does this apply? php5? What error message do you see? http://www.freebsd.org/cgi/query-pr.cgi?pr=169253 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 06:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E96BF106564A for ; Wed, 20 Jun 2012 06:50:10 +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 BBF358FC12 for ; Wed, 20 Jun 2012 06:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K6oANF059919 for ; Wed, 20 Jun 2012 06:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K6oAu6059918; Wed, 20 Jun 2012 06:50:10 GMT (envelope-from gnats) Date: Wed, 20 Jun 2012 06:50:10 GMT Message-Id: <201206200650.q5K6oAu6059918@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergey Sitnikov Cc: Subject: Re: ports/169253: PHP 5.4.4 xcache broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sergey Sitnikov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 06:50:11 -0000 The following reply was made to PR ports/169253; it has been noted by GNATS. From: Sergey Sitnikov To: bug-followup@freebsd.org, serge.sitnikov@gmail.com Cc: Subject: Re: ports/169253: PHP 5.4.4 xcache broken Date: Wed, 20 Jun 2012 13:47:15 +0700 PHP Warning: xcache_get(): xcache.var_size is either 0 or too small to enable var data caching in /foo/bar.php phpinfo says that xcache support enabled. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 07:20:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4038106564A for ; Wed, 20 Jun 2012 07:20:06 +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 845AD8FC1C for ; Wed, 20 Jun 2012 07:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K7K621088566 for ; Wed, 20 Jun 2012 07:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K7K6If088565; Wed, 20 Jun 2012 07:20:06 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 07:20:06 GMT Resent-Message-Id: <201206200720.q5K7K6If088565@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, Valery Komarov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 971E2106564A for ; Wed, 20 Jun 2012 07:12:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 834C78FC16 for ; Wed, 20 Jun 2012 07:12:40 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5K7CdCG047103 for ; Wed, 20 Jun 2012 07:12:39 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5K7Cd7o047102; Wed, 20 Jun 2012 07:12:39 GMT (envelope-from nobody) Message-Id: <201206200712.q5K7Cd7o047102@red.freebsd.org> Date: Wed, 20 Jun 2012 07:12:39 GMT From: Valery Komarov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169258: [MAINTAINER UPDATE] devel/php5-blitz 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: Wed, 20 Jun 2012 07:20:06 -0000 >Number: 169258 >Category: ports >Synopsis: [MAINTAINER UPDATE] devel/php5-blitz >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 07:20:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Valery Komarov >Release: FreeBSD 9-STABLE amd64 >Organization: >Environment: >Description: Update to finally stable 0.8.2 version. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/devel/php5-blitz/Makefile php5-blitz/Makefile --- /usr/ports/devel/php5-blitz/Makefile 2012-05-28 12:53:02.273502918 +0400 +++ php5-blitz/Makefile 2012-06-20 11:13:26.089503747 +0400 @@ -5,7 +5,7 @@ # $FreeBSD: ports/devel/php5-blitz/Makefile,v 1.2 2012/05/20 06:42:49 ale Exp $ PORTNAME= blitz -PORTVERSION= 0.6.10 +PORTVERSION= 0.8.2 CATEGORIES= devel MASTER_SITES= http://alexeyrybak.com/blitz/ PKGNAMEPREFIX= php5- @@ -13,10 +13,10 @@ MAINTAINER= komarov@valerka.net COMMENT= PHP templating engine +CONFLICTS= php5-blitz-devel* + USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 .include diff -ruN /usr/ports/devel/php5-blitz/distinfo php5-blitz/distinfo --- /usr/ports/devel/php5-blitz/distinfo 2011-08-26 09:05:18.000000000 +0400 +++ php5-blitz/distinfo 2012-06-20 11:00:49.220502659 +0400 @@ -1,2 +1,2 @@ -SHA256 (blitz-0.6.10.tar.gz) = 3121bf19a7274f18e21dcc5d720063c7487324f4f0f9272701a0acc6abc4988b -SIZE (blitz-0.6.10.tar.gz) = 124503 +SHA256 (blitz-0.8.2.tar.gz) = 5c45695760854bf71b2d99954bd4b6a3f09133a8cc13228688e3f7878ed90405 +SIZE (blitz-0.8.2.tar.gz) = 67272 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 07:20:54 2012 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 908A81065734; Wed, 20 Jun 2012 07:20:54 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 64A528FC15; Wed, 20 Jun 2012 07:20:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K7KsGM090539; Wed, 20 Jun 2012 07:20:54 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K7Ksm1090530; Wed, 20 Jun 2012 07:20:54 GMT (envelope-from edwin) Date: Wed, 20 Jun 2012 07:20:54 GMT Message-Id: <201206200720.q5K7Ksm1090530@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169258: [MAINTAINER UPDATE] devel/php5-blitz 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: Wed, 20 Jun 2012 07:20:54 -0000 Synopsis: [MAINTAINER UPDATE] devel/php5-blitz Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 20 07:20:53 UTC 2012 Responsible-Changed-Why: scheidell@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169258 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 08:10:10 2012 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 4B2771065674 for ; Wed, 20 Jun 2012 08:10:10 +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 EFA158FC18 for ; Wed, 20 Jun 2012 08:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K8A9ax042719 for ; Wed, 20 Jun 2012 08:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K8A9Vk042718; Wed, 20 Jun 2012 08:10:09 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 08:10:09 GMT Resent-Message-Id: <201206200810.q5K8A9Vk042718@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, Valery Komarov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B9381065674 for ; Wed, 20 Jun 2012 08:01:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 755578FC17 for ; Wed, 20 Jun 2012 08:01:45 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5K81jj0025387 for ; Wed, 20 Jun 2012 08:01:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5K81jL5025386; Wed, 20 Jun 2012 08:01:45 GMT (envelope-from nobody) Message-Id: <201206200801.q5K81jL5025386@red.freebsd.org> Date: Wed, 20 Jun 2012 08:01:45 GMT From: Valery Komarov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169261: [MAINTAINER UPDATE] devel/php5-msgpack 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: Wed, 20 Jun 2012 08:10:10 -0000 >Number: 169261 >Category: ports >Synopsis: [MAINTAINER UPDATE] devel/php5-msgpack >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 08:10:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Valery Komarov >Release: FreeBSD 9-STABLE amd64 >Organization: >Environment: >Description: The official version of the code has been integrated into the MessagePack project. https://github.com/msgpack/msgpack/tree/master/php/ >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/devel/php5-msgpack/Makefile php5-msgpack/Makefile --- /usr/ports/devel/php5-msgpack/Makefile 2012-05-29 15:28:42.036505265 +0400 +++ php5-msgpack/Makefile 2012-06-20 12:00:47.264502804 +0400 @@ -6,20 +6,28 @@ # PORTNAME= msgpack -PORTVERSION= 0.5.4 +PORTVERSION= 2012.05.05 CATEGORIES= devel -MASTER_SITES= http://php-msgpack.googlecode.com/files/ +MASTER_SITES= https://github.com/${GITHUB_USER}/${GITHUB_REPO}/tarball/${GITVERSION}/ PKGNAMEPREFIX= php5- -DISTNAME= php-msgpack-0.5.3 +DISTNAME= msgpack-msgpack-${GITVERSION} + +GITHUB_USER= msgpack +GITHUB_REPO= msgpack +GITVERSION= 980a652 +FETCH_ARGS= -pRr MAINTAINER= komarov@valerka.net COMMENT= PHP extension for interfacing with MessagePack -WRKSRC= ${WRKDIR}/php-msgpack +WRKSRC= ${WRKDIR}/msgpack-msgpack-${GITVERSION}/php USE_PHP= session USE_PHPIZE= yes USE_PHPEXT= yes PHP_MODNAME= msgpack +BUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/session.so:${PORTSDIR}/www/php5-session +RUN_DEPENDS:= ${BUILD_DEPENDS} + .include diff -ruN /usr/ports/devel/php5-msgpack/distinfo php5-msgpack/distinfo --- /usr/ports/devel/php5-msgpack/distinfo 2012-01-08 05:49:13.000000000 +0400 +++ php5-msgpack/distinfo 2012-06-20 11:44:16.000503469 +0400 @@ -1,2 +1,2 @@ -SHA256 (php-msgpack-0.5.3.tar.gz) = 9eb0fb03b66bab5994607c7bc1f7aef9a738af173e6e4f65965a2c2ad8e6336c -SIZE (php-msgpack-0.5.3.tar.gz) = 86591 +SHA256 (msgpack-msgpack-980a652.tar.gz) = 0a293eeb110fd24bd42bae5d35bab82a6bfc796ac62f793f47c14a2ce1da5b4d +SIZE (msgpack-msgpack-980a652.tar.gz) = 224300 diff -ruN /usr/ports/devel/php5-msgpack/files/patch-msgpack.c php5-msgpack/files/patch-msgpack.c --- /usr/ports/devel/php5-msgpack/files/patch-msgpack.c 2012-05-29 12:36:02.000000000 +0400 +++ php5-msgpack/files/patch-msgpack.c 1970-01-01 03:00:00.000000000 +0300 @@ -1,72 +0,0 @@ ---- ./msgpack.c.orig 2011-10-31 10:15:40.000000000 +0400 -+++ ./msgpack.c 2012-05-28 15:06:00.763502625 +0400 -@@ -141,11 +141,15 @@ - PS_SERIALIZER_ENCODE_FUNC(msgpack) - { - smart_str buf = {0}; -- php_serialize_data_t var_hash; -+ msgpack_serialize_data_t var_hash; - - PHP_VAR_SERIALIZE_INIT(var_hash); - -+#if PHP_API_VERSION < 20100412 - msgpack_serialize_zval(&buf, PS(http_session_vars), &var_hash TSRMLS_CC); -+#else -+ msgpack_serialize_zval(&buf, PS(http_session_vars), var_hash TSRMLS_CC); -+#endif - - if (newlen) - { -@@ -172,7 +176,7 @@ - zval **value; - size_t off = 0; - msgpack_unpack_t mp; -- php_unserialize_data_t var_hash; -+ msgpack_unserialize_data_t var_hash; - - ALLOC_INIT_ZVAL(tmp); - -@@ -181,7 +185,7 @@ - msgpack_unserialize_var_init(&var_hash); - - mp.user.retval = (zval *)tmp; -- mp.user.var_hash = (php_unserialize_data_t *)&var_hash; -+ mp.user.var_hash = (msgpack_unserialize_data_t *)&var_hash; - - ret = template_execute(&mp, (char *)val, (size_t)vallen, &off); - -@@ -224,11 +228,15 @@ - - PHP_MSGPACK_API void php_msgpack_serialize(smart_str *buf, zval *val TSRMLS_DC) - { -- php_serialize_data_t var_hash; -+ msgpack_serialize_data_t var_hash; - - PHP_VAR_SERIALIZE_INIT(var_hash); - -+#if PHP_API_VERSION < 20100412 - msgpack_serialize_zval(buf, val, &var_hash TSRMLS_CC); -+#else -+ msgpack_serialize_zval(buf, val, var_hash TSRMLS_CC); -+#endif - - PHP_VAR_SERIALIZE_DESTROY(var_hash); - } -@@ -239,7 +247,7 @@ - int ret; - size_t off = 0; - msgpack_unpack_t mp; -- php_unserialize_data_t var_hash; -+ msgpack_unserialize_data_t var_hash; - - if (str_len <= 0) - { -@@ -251,7 +259,7 @@ - msgpack_unserialize_var_init(&var_hash); - - mp.user.retval = (zval *)return_value; -- mp.user.var_hash = (php_unserialize_data_t *)&var_hash; -+ mp.user.var_hash = (msgpack_unserialize_data_t *)&var_hash; - - ret = template_execute(&mp, str, (size_t)str_len, &off); - diff -ruN /usr/ports/devel/php5-msgpack/files/patch-msgpack__pack_template.h php5-msgpack/files/patch-msgpack__pack_template.h --- /usr/ports/devel/php5-msgpack/files/patch-msgpack__pack_template.h 2012-05-29 12:36:02.000000000 +0400 +++ php5-msgpack/files/patch-msgpack__pack_template.h 1970-01-01 03:00:00.000000000 +0300 @@ -1,11 +0,0 @@ ---- ./msgpack/pack_template.h.orig 2011-10-06 05:03:16.000000000 +0400 -+++ ./msgpack/pack_template.h 2012-05-28 15:06:00.762504244 +0400 -@@ -728,7 +728,7 @@ - msgpack_pack_inline_func(_raw)(msgpack_pack_user x, size_t l) - { - if(l < 32) { -- unsigned char d = 0xa0 | (uint8_t)l; -+ unsigned char d = 0xa0 | l; - msgpack_pack_append_buffer(x, &TAKE8_8(d), 1); - } else if(l < 65536) { - unsigned char buf[3]; diff -ruN /usr/ports/devel/php5-msgpack/files/patch-msgpack__sysdep.h php5-msgpack/files/patch-msgpack__sysdep.h --- /usr/ports/devel/php5-msgpack/files/patch-msgpack__sysdep.h 2012-05-29 12:36:02.000000000 +0400 +++ php5-msgpack/files/patch-msgpack__sysdep.h 1970-01-01 03:00:00.000000000 +0300 @@ -1,170 +0,0 @@ ---- ./msgpack/sysdep.h.orig 2011-10-06 05:01:16.000000000 +0400 -+++ ./msgpack/sysdep.h 2012-05-28 15:06:00.762504244 +0400 -@@ -36,20 +36,20 @@ - #include - #endif - -+ - #ifdef _WIN32 --#define _msgpack_atomic_counter_header - typedef long _msgpack_atomic_counter_t; - #define _msgpack_sync_decr_and_fetch(ptr) InterlockedDecrement(ptr) - #define _msgpack_sync_incr_and_fetch(ptr) InterlockedIncrement(ptr) --#elif defined(__GNUC__) && ((__GNUC__*10 + __GNUC_MINOR__) < 41) --#define _msgpack_atomic_counter_header "gcc_atomic.h" - #else - typedef unsigned int _msgpack_atomic_counter_t; - #define _msgpack_sync_decr_and_fetch(ptr) __sync_sub_and_fetch(ptr, 1) - #define _msgpack_sync_incr_and_fetch(ptr) __sync_add_and_fetch(ptr, 1) - #endif - -+ - #ifdef _WIN32 -+#include - - #ifdef __cplusplus - /* numeric_limits::min,max */ -@@ -70,45 +70,15 @@ - #define __LITTLE_ENDIAN__ - #elif __BYTE_ORDER == __BIG_ENDIAN - #define __BIG_ENDIAN__ --#elif _WIN32 --#define __LITTLE_ENDIAN__ - #endif - #endif - -- - #ifdef __LITTLE_ENDIAN__ - --#ifdef _WIN32 --# if defined(ntohs) --# define _msgpack_be16(x) ntohs(x) --# elif defined(_byteswap_ushort) || (defined(_MSC_VER) && _MSC_VER >= 1400) --# define _msgpack_be16(x) ((uint16_t)_byteswap_ushort((unsigned short)x)) --# else --# define _msgpack_be16(x) ( \ -- ((((uint16_t)x) << 8) ) | \ -- ((((uint16_t)x) >> 8) ) ) --# endif --#else --# define _msgpack_be16(x) ntohs(x) --#endif -- --#ifdef _WIN32 --# if defined(ntohl) --# define _msgpack_be32(x) ntohl(x) --# elif defined(_byteswap_ulong) || (defined(_MSC_VER) && _MSC_VER >= 1400) --# define _msgpack_be32(x) ((uint32_t)_byteswap_ulong((unsigned long)x)) --# else --# define _msgpack_be32(x) \ -- ( ((((uint32_t)x) << 24) ) | \ -- ((((uint32_t)x) << 8) & 0x00ff0000U ) | \ -- ((((uint32_t)x) >> 8) & 0x0000ff00U ) | \ -- ((((uint32_t)x) >> 24) ) ) --# endif --#else --# define _msgpack_be32(x) ntohl(x) --#endif -+#define _msgpack_be16(x) ntohs(x) -+#define _msgpack_be32(x) ntohl(x) - --#if defined(_byteswap_uint64) || (defined(_MSC_VER) && _MSC_VER >= 1400) -+#if defined(_byteswap_uint64) || _MSC_VER >= 1400 - # define _msgpack_be64(x) (_byteswap_uint64(x)) - #elif defined(bswap_64) - # define _msgpack_be64(x) bswap_64(x) -@@ -116,79 +86,34 @@ - # define _msgpack_be64(x) __DARWIN_OSSwapInt64(x) - #else - #define _msgpack_be64(x) \ -- ( ((((uint64_t)x) << 56) ) | \ -- ((((uint64_t)x) << 40) & 0x00ff000000000000ULL ) | \ -- ((((uint64_t)x) << 24) & 0x0000ff0000000000ULL ) | \ -- ((((uint64_t)x) << 8) & 0x000000ff00000000ULL ) | \ -- ((((uint64_t)x) >> 8) & 0x00000000ff000000ULL ) | \ -- ((((uint64_t)x) >> 24) & 0x0000000000ff0000ULL ) | \ -- ((((uint64_t)x) >> 40) & 0x000000000000ff00ULL ) | \ -- ((((uint64_t)x) >> 56) ) ) -+ ( ((((uint64_t)x) << 56) & 0xff00000000000000ULL ) | \ -+ ((((uint64_t)x) << 40) & 0x00ff000000000000ULL ) | \ -+ ((((uint64_t)x) << 24) & 0x0000ff0000000000ULL ) | \ -+ ((((uint64_t)x) << 8) & 0x000000ff00000000ULL ) | \ -+ ((((uint64_t)x) >> 8) & 0x00000000ff000000ULL ) | \ -+ ((((uint64_t)x) >> 24) & 0x0000000000ff0000ULL ) | \ -+ ((((uint64_t)x) >> 40) & 0x000000000000ff00ULL ) | \ -+ ((((uint64_t)x) >> 56) & 0x00000000000000ffULL ) ) - #endif - --#define _msgpack_load16(cast, from) ((cast)( \ -- (((uint16_t)((uint8_t*)(from))[0]) << 8) | \ -- (((uint16_t)((uint8_t*)(from))[1]) ) )) -- --#define _msgpack_load32(cast, from) ((cast)( \ -- (((uint32_t)((uint8_t*)(from))[0]) << 24) | \ -- (((uint32_t)((uint8_t*)(from))[1]) << 16) | \ -- (((uint32_t)((uint8_t*)(from))[2]) << 8) | \ -- (((uint32_t)((uint8_t*)(from))[3]) ) )) -- --#define _msgpack_load64(cast, from) ((cast)( \ -- (((uint64_t)((uint8_t*)(from))[0]) << 56) | \ -- (((uint64_t)((uint8_t*)(from))[1]) << 48) | \ -- (((uint64_t)((uint8_t*)(from))[2]) << 40) | \ -- (((uint64_t)((uint8_t*)(from))[3]) << 32) | \ -- (((uint64_t)((uint8_t*)(from))[4]) << 24) | \ -- (((uint64_t)((uint8_t*)(from))[5]) << 16) | \ -- (((uint64_t)((uint8_t*)(from))[6]) << 8) | \ -- (((uint64_t)((uint8_t*)(from))[7]) ) )) -- - #else -- - #define _msgpack_be16(x) (x) - #define _msgpack_be32(x) (x) - #define _msgpack_be64(x) (x) -- --#define _msgpack_load16(cast, from) ((cast)( \ -- (((uint16_t)((uint8_t*)from)[1]) << 8) | \ -- (((uint16_t)((uint8_t*)from)[0]) ) )) -- --#define _msgpack_load32(cast, from) ((cast)( \ -- (((uint32_t)((uint8_t*)from)[3]) << 24) | \ -- (((uint32_t)((uint8_t*)from)[2]) << 16) | \ -- (((uint32_t)((uint8_t*)from)[1]) << 8) | \ -- (((uint32_t)((uint8_t*)from)[0]) ) )) -- --#define _msgpack_load64(cast, from) ((cast)( \ -- (((uint64_t)((uint8_t*)from)[7]) << 56) | \ -- (((uint64_t)((uint8_t*)from)[6]) << 48) | \ -- (((uint64_t)((uint8_t*)from)[5]) << 40) | \ -- (((uint64_t)((uint8_t*)from)[4]) << 32) | \ -- (((uint64_t)((uint8_t*)from)[3]) << 24) | \ -- (((uint64_t)((uint8_t*)from)[2]) << 16) | \ -- (((uint64_t)((uint8_t*)from)[1]) << 8) | \ -- (((uint64_t)((uint8_t*)from)[0]) ) )) - #endif - - - #define _msgpack_store16(to, num) \ -- do { uint16_t val = _msgpack_be16(num); memcpy(to, &val, 2); } while(0) -+ do { uint16_t val = _msgpack_be16(num); memcpy(to, &val, 2); } while(0); - #define _msgpack_store32(to, num) \ -- do { uint32_t val = _msgpack_be32(num); memcpy(to, &val, 4); } while(0) -+ do { uint32_t val = _msgpack_be32(num); memcpy(to, &val, 4); } while(0); - #define _msgpack_store64(to, num) \ -- do { uint64_t val = _msgpack_be64(num); memcpy(to, &val, 8); } while(0) -+ do { uint64_t val = _msgpack_be64(num); memcpy(to, &val, 8); } while(0); - --/* --#define _msgpack_load16(cast, from) \ -- ({ cast val; memcpy(&val, (char*)from, 2); _msgpack_be16(val); }) --#define _msgpack_load32(cast, from) \ -- ({ cast val; memcpy(&val, (char*)from, 4); _msgpack_be32(val); }) --#define _msgpack_load64(cast, from) \ -- ({ cast val; memcpy(&val, (char*)from, 8); _msgpack_be64(val); }) --*/ -+ -+#define _msgpack_load16(cast, from) ((cast)_msgpack_be16(*(uint16_t*)from)) -+#define _msgpack_load32(cast, from) ((cast)_msgpack_be32(*(uint32_t*)from)) -+#define _msgpack_load64(cast, from) ((cast)_msgpack_be64(*(uint64_t*)from)) - - - #endif /* msgpack/sysdep.h */ diff -ruN /usr/ports/devel/php5-msgpack/files/patch-msgpack__version.h php5-msgpack/files/patch-msgpack__version.h --- /usr/ports/devel/php5-msgpack/files/patch-msgpack__version.h 2012-05-29 12:36:02.000000000 +0400 +++ php5-msgpack/files/patch-msgpack__version.h 1970-01-01 03:00:00.000000000 +0300 @@ -1,11 +0,0 @@ ---- ./msgpack/version.h.orig 2011-10-06 05:01:43.000000000 +0400 -+++ ./msgpack/version.h 2012-05-28 15:06:00.763502625 +0400 -@@ -27,7 +27,7 @@ - int msgpack_version_major(void); - int msgpack_version_minor(void); - --#define MSGPACK_VERSION "0.5.7" -+#define MSGPACK_VERSION "0.5.4" - #define MSGPACK_VERSION_MAJOR 0 - #define MSGPACK_VERSION_MINOR 5 - diff -ruN /usr/ports/devel/php5-msgpack/files/patch-msgpack_class.c php5-msgpack/files/patch-msgpack_class.c --- /usr/ports/devel/php5-msgpack/files/patch-msgpack_class.c 2012-05-29 12:36:02.000000000 +0400 +++ php5-msgpack/files/patch-msgpack_class.c 1970-01-01 03:00:00.000000000 +0300 @@ -1,90 +0,0 @@ ---- ./msgpack_class.c.orig 2011-11-01 05:15:37.000000000 +0400 -+++ ./msgpack_class.c 2012-05-28 15:06:00.763502625 +0400 -@@ -19,7 +19,7 @@ - zval *retval; - long offset; - msgpack_unpack_t mp; -- php_unserialize_data_t var_hash; -+ msgpack_unserialize_data_t var_hash; - long php_only; - zend_bool finished; - int error; -@@ -188,8 +188,10 @@ - static zend_object_value php_msgpack_base_new(zend_class_entry *ce TSRMLS_DC) - { - zend_object_value retval; -- zval *tmp; - php_msgpack_base_t *base; -+#if PHP_API_VERSION < 20100412 -+ zval *tmp; -+#endif - - base = emalloc(sizeof(php_msgpack_base_t)); - -@@ -201,9 +203,13 @@ - base->object.ce = ce; - #endif - -+#if PHP_API_VERSION < 20100412 - zend_hash_copy( - base->object.properties, &ce->default_properties, - (copy_ctor_func_t)zval_add_ref, (void *)&tmp, sizeof(zval *)); -+#else -+ object_properties_init(&base->object, ce); -+#endif - - retval.handle = zend_objects_store_put( - base, (zend_objects_store_dtor_t)zend_objects_destroy_object, -@@ -233,8 +239,10 @@ - zend_class_entry *ce TSRMLS_DC) - { - zend_object_value retval; -- zval *tmp; - php_msgpack_unpacker_t *unpacker; -+#if PHP_API_VERSION < 20100412 -+ zval *tmp; -+#endif - - unpacker = emalloc(sizeof(php_msgpack_unpacker_t)); - -@@ -246,9 +254,13 @@ - unpacker->object.ce = ce; - #endif - -+#if PHP_API_VERSION < 20100412 - zend_hash_copy( - unpacker->object.properties, &ce->default_properties, - (copy_ctor_func_t)zval_add_ref, (void *)&tmp, sizeof(zval *)); -+#else -+ object_properties_init(&unpacker->object, ce); -+#endif - - retval.handle = zend_objects_store_put( - unpacker, (zend_objects_store_dtor_t)zend_objects_destroy_object, -@@ -410,7 +422,7 @@ - msgpack_unserialize_var_init(&unpacker->var_hash); - - (&unpacker->mp)->user.var_hash = -- (php_unserialize_data_t *)&unpacker->var_hash; -+ (msgpack_unserialize_data_t *)&unpacker->var_hash; - } - - static ZEND_METHOD(msgpack_unpacker, __destruct) -@@ -533,7 +545,7 @@ - msgpack_unserialize_var_init(&unpacker->var_hash); - - (&unpacker->mp)->user.var_hash = -- (php_unserialize_data_t *)&unpacker->var_hash; -+ (msgpack_unserialize_data_t *)&unpacker->var_hash; - } - (&unpacker->mp)->user.retval = (zval *)unpacker->retval; - -@@ -649,7 +661,7 @@ - msgpack_unserialize_var_init(&unpacker->var_hash); - - (&unpacker->mp)->user.var_hash = -- (php_unserialize_data_t *)&unpacker->var_hash; -+ (msgpack_unserialize_data_t *)&unpacker->var_hash; - } - - void msgpack_init_class() diff -ruN /usr/ports/devel/php5-msgpack/files/patch-msgpack_pack.c php5-msgpack/files/patch-msgpack_pack.c --- /usr/ports/devel/php5-msgpack/files/patch-msgpack_pack.c 2012-05-29 12:36:02.000000000 +0400 +++ php5-msgpack/files/patch-msgpack_pack.c 1970-01-01 03:00:00.000000000 +0300 @@ -1,11 +0,0 @@ ---- ./msgpack_pack.c.orig 2011-10-31 10:07:38.000000000 +0400 -+++ ./msgpack_pack.c 2012-05-28 15:06:00.764503031 +0400 -@@ -439,7 +439,7 @@ - msgpack_pack_nil(buf); - msgpack_pack_long(buf, MSGPACK_SERIALIZE_TYPE_CUSTOM_OBJECT); - -- msgpack_serialize_string(buf, ce->name, ce->name_length); -+ msgpack_serialize_string(buf, (char *)ce->name, ce->name_length); - msgpack_pack_raw(buf, serialized_length); - msgpack_pack_raw_body(buf, serialized_data, serialized_length); - } diff -ruN /usr/ports/devel/php5-msgpack/files/patch-msgpack_pack.h php5-msgpack/files/patch-msgpack_pack.h --- /usr/ports/devel/php5-msgpack/files/patch-msgpack_pack.h 2012-05-29 12:36:02.000000000 +0400 +++ php5-msgpack/files/patch-msgpack_pack.h 1970-01-01 03:00:00.000000000 +0300 @@ -1,17 +0,0 @@ ---- ./msgpack_pack.h.orig 2011-07-27 09:50:36.000000000 +0400 -+++ ./msgpack_pack.h 2012-05-28 15:06:00.764503031 +0400 -@@ -2,7 +2,13 @@ - #ifndef MSGPACK_PACK_H - #define MSGPACK_PACK_H - --#include "ext/standard/php_smart_str.h" -+#include "ext/standard/php_var.h" -+ -+#if PHP_API_VERSION < 20100412 -+#define msgpack_serialize_data_t HashTable -+#else -+typedef HashTable* msgpack_serialize_data_t; -+#endif - - enum msgpack_serialize_type - { diff -ruN /usr/ports/devel/php5-msgpack/files/patch-msgpack_unpack.c php5-msgpack/files/patch-msgpack_unpack.c --- /usr/ports/devel/php5-msgpack/files/patch-msgpack_unpack.c 2012-05-29 12:36:02.000000000 +0400 +++ php5-msgpack/files/patch-msgpack_unpack.c 1970-01-01 03:00:00.000000000 +0300 @@ -1,55 +0,0 @@ ---- ./msgpack_unpack.c.orig 2011-11-02 14:17:41.000000000 +0400 -+++ ./msgpack_unpack.c 2012-05-28 15:06:00.765503368 +0400 -@@ -54,7 +54,7 @@ - MSGPACK_UNSERIALIZE_FINISH_ITEM(_unpack, 2); - - inline static void msgpack_var_push( -- php_unserialize_data_t *var_hashx, zval **rval) -+ msgpack_unserialize_data_t *var_hashx, zval **rval) - { - var_entries *var_hash, *prev = NULL; - -@@ -91,7 +91,7 @@ - } - - inline static int msgpack_var_access( -- php_unserialize_data_t *var_hashx, long id, zval ***store) -+ msgpack_unserialize_data_t *var_hashx, long id, zval ***store) - { - var_entries *var_hash = var_hashx->first; - -@@ -118,7 +118,7 @@ - } - - inline static void msgpack_stack_push( -- php_unserialize_data_t *var_hashx, zval **rval, zend_bool save) -+ msgpack_unserialize_data_t *var_hashx, zval **rval, zend_bool save) - { - var_entries *var_hash, *prev = NULL; - -@@ -162,7 +162,7 @@ - } - - inline static void msgpack_stack_pop( -- php_unserialize_data_t *var_hashx, long count) -+ msgpack_unserialize_data_t *var_hashx, long count) - { - long i; - var_entries *var_hash = var_hashx->first_dtor; -@@ -280,14 +280,14 @@ - return ce; - } - --void msgpack_unserialize_var_init(php_unserialize_data_t *var_hashx) -+void msgpack_unserialize_var_init(msgpack_unserialize_data_t *var_hashx) - { - var_hashx->first = 0; - var_hashx->first_dtor = 0; - } - - void msgpack_unserialize_var_destroy( -- php_unserialize_data_t *var_hashx, zend_bool err) -+ msgpack_unserialize_data_t *var_hashx, zend_bool err) - { - void *next; - long i; diff -ruN /usr/ports/devel/php5-msgpack/files/patch-msgpack_unpack.h php5-msgpack/files/patch-msgpack_unpack.h --- /usr/ports/devel/php5-msgpack/files/patch-msgpack_unpack.h 2012-05-29 12:36:02.000000000 +0400 +++ php5-msgpack/files/patch-msgpack_unpack.h 1970-01-01 03:00:00.000000000 +0300 @@ -1,25 +0,0 @@ ---- ./msgpack_unpack.h.orig 2011-07-27 09:50:36.000000000 +0400 -+++ ./msgpack_unpack.h 2012-05-28 15:06:00.765503368 +0400 -@@ -16,17 +16,19 @@ - MSGPACK_UNPACK_PARSE_ERROR = -1, - } msgpack_unpack_return; - -+typedef struct php_unserialize_data msgpack_unserialize_data_t; -+ - typedef struct { - zval *retval; - long deps; -- php_unserialize_data_t *var_hash; -+ msgpack_unserialize_data_t *var_hash; - long stack[MSGPACK_EMBED_STACK_SIZE]; - int type; - } msgpack_unserialize_data; - --void msgpack_unserialize_var_init(php_unserialize_data_t *var_hashx); -+void msgpack_unserialize_var_init(msgpack_unserialize_data_t *var_hashx); - void msgpack_unserialize_var_destroy( -- php_unserialize_data_t *var_hashx, zend_bool err); -+ msgpack_unserialize_data_t *var_hashx, zend_bool err); - - void msgpack_unserialize_init(msgpack_unserialize_data *unpack); - diff -ruN /usr/ports/devel/php5-msgpack/files/patch-php_msgpack.h php5-msgpack/files/patch-php_msgpack.h --- /usr/ports/devel/php5-msgpack/files/patch-php_msgpack.h 2012-05-29 12:36:02.000000000 +0400 +++ php5-msgpack/files/patch-php_msgpack.h 1970-01-01 03:00:00.000000000 +0300 @@ -1,11 +0,0 @@ ---- ./php_msgpack.h.orig 2011-10-31 05:25:28.000000000 +0400 -+++ ./php_msgpack.h 2012-05-28 15:06:00.766503914 +0400 -@@ -2,7 +2,7 @@ - #ifndef PHP_MSGPACK_H - #define PHP_MSGPACK_H - --#define MSGPACK_EXTENSION_VERSION "0.5.3" -+#define MSGPACK_EXTENSION_VERSION "0.5.4" - - #include "ext/standard/php_smart_str.h" - >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 08:10:23 2012 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 80728106567A; Wed, 20 Jun 2012 08:10:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 53D0A8FC0A; Wed, 20 Jun 2012 08:10:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K8ANq6042834; Wed, 20 Jun 2012 08:10:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K8ANPh042830; Wed, 20 Jun 2012 08:10:23 GMT (envelope-from edwin) Date: Wed, 20 Jun 2012 08:10:23 GMT Message-Id: <201206200810.q5K8ANPh042830@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169261: [MAINTAINER UPDATE] devel/php5-msgpack 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: Wed, 20 Jun 2012 08:10:23 -0000 Synopsis: [MAINTAINER UPDATE] devel/php5-msgpack Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 20 08:10:22 UTC 2012 Responsible-Changed-Why: scheidell@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169261 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 08:20:14 2012 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 654C4106566C for ; Wed, 20 Jun 2012 08:20:14 +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 371A38FC14 for ; Wed, 20 Jun 2012 08:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K8KDn4053492 for ; Wed, 20 Jun 2012 08:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K8KDVT053482; Wed, 20 Jun 2012 08:20:13 GMT (envelope-from gnats) Date: Wed, 20 Jun 2012 08:20:13 GMT Message-Id: <201206200820.q5K8KDVT053482@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alex Dupre Cc: Subject: Re: ports/169253: PHP 5.4.4 xcache broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex Dupre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 08:20:14 -0000 The following reply was made to PR ports/169253; it has been noted by GNATS. From: Alex Dupre To: bug-followup@FreeBSD.org, serge.sitnikov@gmail.com Cc: Subject: Re: ports/169253: PHP 5.4.4 xcache broken Date: Wed, 20 Jun 2012 10:18:58 +0200 Have you rebuilt xcache after updating php? -- Alex Dupre From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 08:34:27 2012 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 75A281065670; Wed, 20 Jun 2012 08:34:27 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 492468FC15; Wed, 20 Jun 2012 08:34:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K8YRVZ073487; Wed, 20 Jun 2012 08:34:27 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K8YRK7073483; Wed, 20 Jun 2012 08:34:27 GMT (envelope-from rm) Date: Wed, 20 Jun 2012 08:34:27 GMT Message-Id: <201206200834.q5K8YRK7073483@freefall.freebsd.org> To: christer.edwards@gmail.com, rm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Cc: Subject: Re: ports/169228: sysutils/salt version update, rc feature addition 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: Wed, 20 Jun 2012 08:34:27 -0000 Synopsis: sysutils/salt version update, rc feature addition Responsible-Changed-From-To: freebsd-ports-bugs->rm Responsible-Changed-By: rm Responsible-Changed-When: Wed Jun 20 08:34:26 UTC 2012 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169228 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 08:34:38 2012 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 8F6D1106566B; Wed, 20 Jun 2012 08:34:38 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 630708FC17; Wed, 20 Jun 2012 08:34:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5K8YcWh073591; Wed, 20 Jun 2012 08:34:38 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5K8YchP073587; Wed, 20 Jun 2012 08:34:38 GMT (envelope-from rm) Date: Wed, 20 Jun 2012 08:34:38 GMT Message-Id: <201206200834.q5K8YchP073587@freefall.freebsd.org> To: christer.edwards@gmail.com, rm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Cc: Subject: Re: ports/169209: [UPDATE] sysutils/salt to 0.10.0 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: Wed, 20 Jun 2012 08:34:38 -0000 Synopsis: [UPDATE] sysutils/salt to 0.10.0 Responsible-Changed-From-To: freebsd-ports-bugs->rm Responsible-Changed-By: rm Responsible-Changed-When: Wed Jun 20 08:34:37 UTC 2012 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169209 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 10:40:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C805106564A for ; Wed, 20 Jun 2012 10:40:09 +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 4F8998FC16 for ; Wed, 20 Jun 2012 10:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KAe8SH090184 for ; Wed, 20 Jun 2012 10:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KAe8gk090183; Wed, 20 Jun 2012 10:40:08 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 10:40:08 GMT Resent-Message-Id: <201206201040.q5KAe8gk090183@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, koobs Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03C121065672 for ; Wed, 20 Jun 2012 10:32:52 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id C9FB78FC08 for ; Wed, 20 Jun 2012 10:32:51 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so490228pbb.13 for ; Wed, 20 Jun 2012 03:32:51 -0700 (PDT) Received: by 10.68.232.201 with SMTP id tq9mr75211270pbc.70.1340188371570; Wed, 20 Jun 2012 03:32:51 -0700 (PDT) Received: from freebsd-90-amd64.elysium (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id mq8sm7133084pbb.64.2012.06.20.03.32.47 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 20 Jun 2012 03:32:50 -0700 (PDT) Received: by freebsd-90-amd64.elysium (Postfix, from userid 1001) id 9391C17213; Wed, 20 Jun 2012 20:32:43 +1000 (EST) Message-Id: <20120620103243.9391C17213@freebsd-90-amd64.elysium> Date: Wed, 20 Jun 2012 20:32:43 +1000 (EST) From: koobs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: tj@harperdog.com Subject: ports/169262: [PATCH] databases/py-riak: update to 1.4.1 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: Wed, 20 Jun 2012 10:40:09 -0000 >Number: 169262 >Category: ports >Synopsis: [PATCH] databases/py-riak: update to 1.4.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 10:40:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: koobs >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD freebsd-90-amd64.elysium 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat May 5 14:51:14 EST >Description: - Update to 1.4.1 - Update MASTERSITES to CHEESESHOP - Dont need DISTNAME override anymore - Remove FETCH_ARGS override (this was for github) - Add LICENSE - Patch setup.py => zip_safe=False - Setup.py wants py-protobuf > 2.4.0 - Update and sort pkg-plist More than happy to take maintainership of this. If current maintainer approves, feel free to include the change in this PR Added file(s): - files/patch-setup.py Port maintainer (tj@harperdog.com) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-riak-1.4.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/py-riak/Makefile ./Makefile --- /usr/ports/databases/py-riak/Makefile 2010-12-27 17:54:48.000000000 +1100 +++ ./Makefile 2012-06-20 20:30:31.000000000 +1000 @@ -6,20 +6,19 @@ # PORTNAME= riak -PORTVERSION= 1.1.1 +PORTVERSION= 1.4.1 CATEGORIES= databases python -MASTER_SITES= http://github.com/downloads/tee-jay/riak-python-client/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-python-client-${PORTVERSION} MAINTAINER= tj@harperdog.com COMMENT= Python API for Riak, a Dynamo-inspired key/value store -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>0:${PORTSDIR}/devel/py-protobuf +LICENSE= AL2 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>2.4.0:${PORTSDIR}/devel/py-protobuf USE_PYTHON= yes USE_PYDISTUTILS=easy_install -FETCH_ARGS= -pRr - .include diff -ruN --exclude=CVS /usr/ports/databases/py-riak/distinfo ./distinfo --- /usr/ports/databases/py-riak/distinfo 2010-12-27 17:54:48.000000000 +1100 +++ ./distinfo 2012-06-20 20:20:26.000000000 +1000 @@ -1,2 +1,2 @@ -SHA256 (riak-python-client-1.1.1.tar.gz) = e9bc9349e5798db38739ff35b108bdf4ca104c79f5c16301a0ecf318515c502c -SIZE (riak-python-client-1.1.1.tar.gz) = 27134 +SHA256 (riak-1.4.1.tar.gz) = 55613e73e854bf049c4362a5e3f63a0ec5ce13aff26d9a79a93f1bac010da2fb +SIZE (riak-1.4.1.tar.gz) = 62450 diff -ruN --exclude=CVS /usr/ports/databases/py-riak/files/patch-setup.py ./files/patch-setup.py --- /usr/ports/databases/py-riak/files/patch-setup.py 1970-01-01 10:00:00.000000000 +1000 +++ ./files/patch-setup.py 2012-06-20 20:22:02.000000000 +1000 @@ -0,0 +1,11 @@ +--- ./setup.py.orig 2012-06-20 20:21:14.000000000 +1000 ++++ ./setup.py 2012-06-20 20:21:57.000000000 +1000 +@@ -32,7 +32,7 @@ + 'riak' : ['erl_src/*'] + }, + description='Python client for Riak', +- zip_safe=True, ++ zip_safe=False, + include_package_data=True, + license='Apache 2', + platforms='Platform Independent', diff -ruN --exclude=CVS /usr/ports/databases/py-riak/pkg-plist ./pkg-plist --- /usr/ports/databases/py-riak/pkg-plist 2010-12-27 17:54:48.000000000 +1100 +++ ./pkg-plist 2012-06-20 20:23:38.000000000 +1000 @@ -1 +1,77 @@ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/bucket.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/bucket.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/bucket.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/client.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/client.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/client.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/mapreduce.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/mapreduce.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/mapreduce.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/metadata.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/metadata.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/metadata.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/multidict.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/multidict.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/multidict.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/riak_index_entry.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/riak_index_entry.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/riak_index_entry.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/riak_object.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/riak_object.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/riak_object.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/search.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/search.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/search.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/test_server.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/test_server.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/test_server.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/tests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/tests/suite.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/tests/suite.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/tests/suite.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/tests/test_all.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/tests/test_all.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/tests/test_all.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/tests/test_server_test.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/tests/test_server_test.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/tests/test_server_test.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/connection.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/connection.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/connection.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/http.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/http.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/http.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/monitor.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/monitor.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/monitor.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/pbc.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/pbc.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/pbc.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/riakclient_pb2.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/riakclient_pb2.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/riakclient_pb2.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/transport.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/transport.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports/transport.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/util.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/util.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/util.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/transports +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak/tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/riak +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% --- py27-riak-1.4.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 10:40:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A47A106564A; Wed, 20 Jun 2012 10:40:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3E2868FC14; Wed, 20 Jun 2012 10:40:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KAeMfB090346; Wed, 20 Jun 2012 10:40:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KAeMel090341; Wed, 20 Jun 2012 10:40:22 GMT (envelope-from edwin) Date: Wed, 20 Jun 2012 10:40:22 GMT Message-Id: <201206201040.q5KAeMel090341@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169262: [PATCH] databases/py-riak: update to 1.4.1 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: Wed, 20 Jun 2012 10:40:22 -0000 Synopsis: [PATCH] databases/py-riak: update to 1.4.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 20 10:40:21 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169262 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 11:10:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 239AB1065670 for ; Wed, 20 Jun 2012 11:10:11 +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 D452F8FC16 for ; Wed, 20 Jun 2012 11:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KBAAXG017938 for ; Wed, 20 Jun 2012 11:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KBAAf8017932; Wed, 20 Jun 2012 11:10:10 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 11:10:10 GMT Resent-Message-Id: <201206201110.q5KBAAf8017932@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, Masaki TAGAWA Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 788771065673 for ; Wed, 20 Jun 2012 11:04:16 +0000 (UTC) (envelope-from masaki@rosetta.club.kyutech.ac.jp) Received: from rosetta.club.kyutech.ac.jp (rosetta.club.kyutech.ac.jp [131.206.108.15]) by mx1.freebsd.org (Postfix) with ESMTP id 01A9F8FC18 for ; Wed, 20 Jun 2012 11:04:15 +0000 (UTC) Received: from rosetta.club.kyutech.ac.jp (localhost [127.0.0.1]) by rosetta.club.kyutech.ac.jp (8.14.5/8.14.5) with ESMTP id q5KAqTR2002654; Wed, 20 Jun 2012 19:52:29 +0900 (JST) (envelope-from masaki@rosetta.club.kyutech.ac.jp) Received: (from masaki@localhost) by rosetta.club.kyutech.ac.jp (8.14.5/8.14.5/Submit) id q5KAqSif002653; Wed, 20 Jun 2012 19:52:28 +0900 (JST) (envelope-from masaki) Message-Id: <201206201052.q5KAqSif002653@rosetta.club.kyutech.ac.jp> Date: Wed, 20 Jun 2012 19:52:28 +0900 (JST) From: Masaki TAGAWA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169263: [REPOCOPY] net/ns -> net/ns3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Masaki TAGAWA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 11:10:11 -0000 >Number: 169263 >Category: ports >Synopsis: [REPOCOPY] net/ns -> net/ns3 >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: Wed Jun 20 11:10:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Masaki TAGAWA >Release: FreeBSD 9.0-RELEASE-p2 amd64 >Organization: Kyushu Institute of Technology >Environment: System: FreeBSD rosetta.club.kyutech.ac.jp 9.0-RELEASE-p2 FreeBSD 9.0-RELEASE-p2 #7: Sat Jun 9 23:39:56 JST 2012 root@rosetta.club.kyutech.ac.jp:/usr/obj/usr/src/sys/CLUBVMKERNEL amd64 >Description: - I took maintainership and previous maintainer is now working on porting net/ns3 - Please repocopy(rename) net/ns -> net/ns2 for version 3.x of ns - Before this, please commit ports/168673 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 11:10:22 2012 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 64255106566B; Wed, 20 Jun 2012 11:10:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 380968FC19; Wed, 20 Jun 2012 11:10:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KBAMec018110; Wed, 20 Jun 2012 11:10:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KBAMVg018106; Wed, 20 Jun 2012 11:10:22 GMT (envelope-from edwin) Date: Wed, 20 Jun 2012 11:10:22 GMT Message-Id: <201206201110.q5KBAMVg018106@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169263: [REPOCOPY] net/ns -> net/ns3 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: Wed, 20 Jun 2012 11:10:22 -0000 Synopsis: [REPOCOPY] net/ns -> net/ns3 Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Wed Jun 20 11:10:21 UTC 2012 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169263 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 11:10:27 2012 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 8D4DA1065673; Wed, 20 Jun 2012 11:10:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0EC798FC0A; Wed, 20 Jun 2012 11:10:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KBAQcr018365; Wed, 20 Jun 2012 11:10:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KBAQ4q018356; Wed, 20 Jun 2012 11:10:26 GMT (envelope-from edwin) Date: Wed, 20 Jun 2012 11:10:26 GMT Message-Id: <201206201110.q5KBAQ4q018356@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169263: [REPOCOPY] net/ns -> net/ns3 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: Wed, 20 Jun 2012 11:10:27 -0000 Synopsis: [REPOCOPY] net/ns -> net/ns3 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 20 11:10:26 UTC 2012 Responsible-Changed-Why: swills@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169263 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 12:20:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E1C21065679 for ; Wed, 20 Jun 2012 12:20:10 +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 4F2C38FC19 for ; Wed, 20 Jun 2012 12:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KCKAbG087812 for ; Wed, 20 Jun 2012 12:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KCKABR087811; Wed, 20 Jun 2012 12:20:10 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 12:20:10 GMT Resent-Message-Id: <201206201220.q5KCKABR087811@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, Marcin Cieslak Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E030D1065676; Wed, 20 Jun 2012 12:10:09 +0000 (UTC) (envelope-from saper@saper.info) Received: from l.saper.info (l.saper.info [IPv6:2001:41d0:1:d467::1000]) by mx1.freebsd.org (Postfix) with ESMTP id 368018FC15; Wed, 20 Jun 2012 12:10:08 +0000 (UTC) Received: from l.saper.info (uucp@localhost [127.0.0.1]) by l.saper.info (8.14.5/8.14.5) with ESMTP id q5KCA7o1010035 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 20 Jun 2012 12:10:07 GMT (envelope-from saper@saper.info) Received: (from uucp@localhost) by l.saper.info (8.14.5/8.14.5/Submit) with UUCP id q5KCA7iC010034; Wed, 20 Jun 2012 12:10:07 GMT (envelope-from saper@saper.info) Received: from radziecki.saper.info (saper@localhost [127.0.0.1]) by radziecki.saper.info (8.14.5/8.14.5) with ESMTP id q5KC954t074859 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 20 Jun 2012 12:09:05 GMT (envelope-from saper@saper.info) Received: (from saper@localhost) by radziecki.saper.info (8.14.5/8.14.5/Submit) id q5KC95mQ074858; Wed, 20 Jun 2012 12:09:05 GMT (envelope-from saper) Message-Id: <201206201209.q5KC95mQ074858@radziecki.saper.info> Date: Wed, 20 Jun 2012 12:09:05 GMT From: Marcin Cieslak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lwhsu@FreeBSD.org Subject: ports/169264: [PATCH] textproc/py27-sphinx: update to 1.1.3 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: Wed, 20 Jun 2012 12:20:10 -0000 >Number: 169264 >Category: ports >Synopsis: [PATCH] textproc/py27-sphinx: update to 1.1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 12:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Marcin Cieslak >Release: FreeBSD 9.0-BETA1 amd64 >Organization: http://saper.info >Environment: System: FreeBSD radziecki.saper.info 9.0-BETA1 FreeBSD 9.0-BETA1 #2 r224912M: Tue Aug 16 23:05:15 CEST >Description: - Update to 1.1.3 This is necessary to avoid compatibility problems with docutils 0.9, such as issue #889 Reporter instance has no attribute 'locator'. # Sphinx version: 1.1.2 # Python version: 2.7.1 # Docutils version: 0.9 release # Jinja2 version: 2.6 Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/cmdline.py", line 189, in main app.build(force_all, filenames) File "/usr/local/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/application.py", line 204, in build self.builder.build_update() File "/usr/local/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/builders/__init__.py", line 196, in build_update 'out of date' % len(to_build)) File "/usr/local/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/builders/__init__.py", line 216, in build purple, length): File "/usr/local/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/builders/__init__.py", line 120, in status_iterator for item in iterable: File "/usr/local/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/environment.py", line 613, in update_generator self.read_doc(docname, app=app) File "/usr/local/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/environment.py", line 761, in read_doc pub.publish() File "/usr/local/lib/python2.7/site-packages/docutils/core.py", line 221, in publish self.settings) File "/usr/local/lib/python2.7/site-packages/docutils/readers/__init__.py", line 69, in read self.parse() File "/usr/local/lib/python2.7/site-packages/docutils/readers/__init__.py", line 75, in parse self.parser.parse(self.input, document) File "/usr/local/lib/python2.7/site-packages/docutils/parsers/rst/__init__.py", line 162, in parse self.statemachine.run(inputlines, document, inliner=self.inliner) File "/usr/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 174, in run input_source=document['source']) File "/usr/local/lib/python2.7/site-packages/docutils/statemachine.py", line 239, in run context, state, transitions) File "/usr/local/lib/python2.7/site-packages/docutils/statemachine.py", line 460, in check_line return method(match, context, next_state) File "/usr/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 2706, in underline self.section(title, source, style, lineno - 1, messages) File "/usr/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 331, in section self.new_subsection(title, lineno, messages) File "/usr/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 399, in new_subsection node=section_node, match_titles=True) File "/usr/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 286, in nested_parse node=node, match_titles=match_titles) File "/usr/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 199, in run results = StateMachineWS.run(self, input_lines, input_offset) File "/usr/local/lib/python2.7/site-packages/docutils/statemachine.py", line 239, in run context, state, transitions) File "/usr/local/lib/python2.7/site-packages/docutils/statemachine.py", line 460, in check_line return method(match, context, next_state) File "/usr/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 2720, in text paragraph, literalnext = self.paragraph(lines, startline) File "/usr/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 422, in paragraph textnodes, messages = self.inline_text(text, lineno) File "/usr/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 431, in inline_text return self.inliner.parse(text, lineno, self.memo, self.parent) File "/usr/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 517, in parse lineno) File "/usr/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 779, in interpreted_or_phrase_ref lineno) File "/usr/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py", line 836, in interpreted nodes, messages2 = role_fn(role, rawsource, text, lineno, self) File "/usr/local/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/roles.py", line 130, in __call__ set_role_source_info(inliner, lineno, refnode) File "/usr/local/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/util/nodes.py", line 183, in set_role_source_info inliner.reporter.locator(lineno) AttributeError: Reporter instance has no attribute 'locator' Port maintainer (lwhsu@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- py27-sphinx-1.1.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/py-sphinx.orig/Makefile /usr/ports/textproc/py-sphinx/Makefile --- /usr/ports/textproc/py-sphinx.orig/Makefile 2012-06-20 14:01:53.000000000 +0200 +++ /usr/ports/textproc/py-sphinx/Makefile 2012-06-20 14:02:33.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= sphinx -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN --exclude=CVS /usr/ports/textproc/py-sphinx.orig/distinfo /usr/ports/textproc/py-sphinx/distinfo --- /usr/ports/textproc/py-sphinx.orig/distinfo 2012-06-20 14:01:53.000000000 +0200 +++ /usr/ports/textproc/py-sphinx/distinfo 2012-06-20 14:02:53.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (python/Sphinx-1.1.2.tar.gz) = cf66ee61eef61b7c478907282bddcdd5e04eebd69a00a2bb93881427938fe688 -SIZE (python/Sphinx-1.1.2.tar.gz) = 2624636 +SHA256 (python/Sphinx-1.1.3.tar.gz) = 34dc95b70a2b07a61b5d61034c34b05f82514aab54ad27adedb49cee911bb8e9 +SIZE (python/Sphinx-1.1.3.tar.gz) = 2632059 --- py27-sphinx-1.1.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 12:20:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A59E1065678; Wed, 20 Jun 2012 12:20:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2E2358FC0C; Wed, 20 Jun 2012 12:20:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KCKQvS088261; Wed, 20 Jun 2012 12:20:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KCKQ9Z088252; Wed, 20 Jun 2012 12:20:26 GMT (envelope-from edwin) Date: Wed, 20 Jun 2012 12:20:26 GMT Message-Id: <201206201220.q5KCKQ9Z088252@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lwhsu@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169264: [PATCH] textproc/py27-sphinx: update to 1.1.3 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: Wed, 20 Jun 2012 12:20:26 -0000 Synopsis: [PATCH] textproc/py27-sphinx: update to 1.1.3 Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 20 12:20:24 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169264 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 12:30:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A1B941065676 for ; Wed, 20 Jun 2012 12:30:11 +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 7A3128FC1E for ; Wed, 20 Jun 2012 12:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KCUBoa096191 for ; Wed, 20 Jun 2012 12:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KCUBqQ096190; Wed, 20 Jun 2012 12:30:11 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 12:30:11 GMT Resent-Message-Id: <201206201230.q5KCUBqQ096190@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, Luca Pizzamiglio Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D7B9106564A for ; Wed, 20 Jun 2012 12:28:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2ED508FC19 for ; Wed, 20 Jun 2012 12:28:35 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5KCSZ2i048071 for ; Wed, 20 Jun 2012 12:28:35 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5KCSYc8048070; Wed, 20 Jun 2012 12:28:34 GMT (envelope-from nobody) Message-Id: <201206201228.q5KCSYc8048070@red.freebsd.org> Date: Wed, 20 Jun 2012 12:28:34 GMT From: Luca Pizzamiglio To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169265: [MAINTAINER] OptionsNG and fix ports/168444 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: Wed, 20 Jun 2012 12:30:11 -0000 >Number: 169265 >Category: ports >Synopsis: [MAINTAINER] OptionsNG and fix ports/168444 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 12:30:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Luca Pizzamiglio >Release: FreeBSD 8.3-STABLE >Organization: >Environment: >Description: Adopting the OptionsNG framework Fix ports/168444 that could be closed Bumping PORTREVISION. >How-To-Repeat: >Fix: Adopt the patch Patch attached with submission follows: diff -rNu devel/gdb.orig/Makefile devel/gdb/Makefile --- devel/gdb.orig/Makefile 2012-05-01 17:53:46.000000000 +0200 +++ devel/gdb/Makefile 2012-06-20 14:26:15.000000000 +0200 @@ -8,6 +8,7 @@ PORTNAME= gdb PORTVERSION= 7.4.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:S,$,:gdb,} MASTER_SITE_SUBDIR=gdb/:gdb @@ -45,38 +46,36 @@ CFLAGS+= -isystem ${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS= DEBUG "Build with debugging symbols" off \ - EXPAT "Enable XML parsing for metadata" off \ - PYTHON "Enable Python support" off \ - THREAD "Enable Thread support" on \ - GDB_LINK "Create the gdb link" on +OPTIONS_DEFINE= DEBUG EXPAT PYTHON THREADS GDB_LINK +GDB_LINK_DESC= Create the gdb link +OPTIONS_DEFAULT= THREADS GDB_LINK .include -.if defined(WITH_GDB_LINK) +.if ${PORT_OPTIONS:MGDB_LINK) PLIST_SUB+= GDB_LINK="" .else PLIST_SUB+= GDB_LINK="@comment " .endif -.if defined(WITH_PYTHON) +.if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= 2.5-2.7 .endif .include -.if defined(WITH_DEBUG) +.if ${PORT_OPTIONS:MDEBUG} CFLAGS+= -g .endif -.if defined(WITH_EXPAT) +.if ${PORT_OPTIONS:MEXPAT} LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 CONFIGURE_ARGS+= --with-expat=yes .else CONFIGURE_ARGS+= --without-expat .endif -.if defined(WITH_PYTHON) +.if ${PORT_OPTIONS:MPYTHON} CONFIGURE_ARGS+= --with-python=${PYTHON_CMD} PLIST_SUB+= PYTHON="" .else @@ -91,7 +90,7 @@ post-patch: @${REINPLACE_CMD} -e 's/$$/ [GDB v${PORTVERSION} for FreeBSD]/' \ ${WRKSRC}/gdb/version.in -.if !defined(WITHOUT_THREAD) +.if empty(PORT_OPTIONS:MTHREADS) @${CP} ${FILESDIR}/fbsd-threads.c ${WRKSRC}/gdb/ .endif @${CP} ${FILESDIR}/amd64bsd-nat.h ${WRKSRC}/gdb @@ -100,10 +99,12 @@ ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/gdb${VER} ${LN} ${PREFIX}/bin/gdb${VER} ${PREFIX}/bin/gdbtui${VER} ${INSTALL_MAN} ${WRKSRC}/gdb/gdb.1 ${MAN1PREFIX}/man/man1/gdb${VER}.1 -.if defined(WITH_GDB_LINK) +#.if defined(WITH_GDB_LINK) +.if ${PORT_OPTIONS:MGDB_LINK) ${LN} -sf gdb${VER} ${PREFIX}/bin/gdb .endif -.if defined(WITH_PYTHON) +#.if defined(WITH_PYTHON) +.if ${PORT_OPTIONS:MPYTHON} (cd ${WRKSRC}/gdb; ${GMAKE} install-python ) (cd ${WRKSRC}/gdb/data-directory; ${GMAKE} install-python ) .endif diff -rNu devel/gdb.orig/files/fbsd-threads.c devel/gdb/files/fbsd-threads.c --- devel/gdb.orig/files/fbsd-threads.c 2012-01-27 10:38:15.000000000 +0100 +++ devel/gdb/files/fbsd-threads.c 2012-06-20 14:19:23.000000000 +0200 @@ -439,6 +439,10 @@ if (td_ta_new_p == NULL) return; + /* Don't try to attach to a dead target if there is no core file. */ + if (!target_has_execution && core_bfd == NULL) + return; + /* Nothing to do. The thread library was already detected and the target vector was already activated. */ if (fbsd_thread_active) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 13:00:23 2012 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 9B4931065670 for ; Wed, 20 Jun 2012 13:00:23 +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 6D13C8FC15 for ; Wed, 20 Jun 2012 13:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KD0Nnw026665 for ; Wed, 20 Jun 2012 13:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KD0NXF026664; Wed, 20 Jun 2012 13:00:23 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 13:00:23 GMT Resent-Message-Id: <201206201300.q5KD0NXF026664@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, koobs Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A79B1065678 for ; Wed, 20 Jun 2012 12:52:02 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0B5308FC18 for ; Wed, 20 Jun 2012 12:52:02 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so641243pbb.13 for ; Wed, 20 Jun 2012 05:52:01 -0700 (PDT) Received: by 10.68.191.106 with SMTP id gx10mr75269051pbc.37.1340196721738; Wed, 20 Jun 2012 05:52:01 -0700 (PDT) Received: from freebsd-90-amd64.elysium (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id ns5sm31838979pbb.26.2012.06.20.05.51.57 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 20 Jun 2012 05:52:00 -0700 (PDT) Received: by freebsd-90-amd64.elysium (Postfix, from userid 1001) id 8FC1417213; Wed, 20 Jun 2012 22:51:54 +1000 (EST) Message-Id: <20120620125154.8FC1417213@freebsd-90-amd64.elysium> Date: Wed, 20 Jun 2012 22:51:54 +1000 (EST) From: koobs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: llwang@infor.org Subject: ports/169266: [PATCH] science/py-mdp: update to 3.2 + lots more 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: Wed, 20 Jun 2012 13:00:23 -0000 >Number: 169266 >Category: ports >Synopsis: [PATCH] science/py-mdp: update to 3.2 + lots more >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 13:00:23 UTC 2012 >Closed-Date: >Last-Modified: >Originator: koobs >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD freebsd-90-amd64.elysium 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat May 5 14:51:14 EST >Description: - Update to 3.2 - OPTIONSNG'ify - py-scipy is an OPTION'al dependency, make it so - Remove py-symeig, symeig routines come with mdp - Scipy symeig routes are used if MSCIPY is defined anyway - Add py-pp and libsvm-python OPTIONS - Make TESTS OPTION'al (tests run fine without it anyway) - Add OPTIONSFILE for sane make config across python versions - Patch config.py to handle OSError as exception when it cant find libsvm.so - Update and sort pkg-plist - Add LICENSE One test fails due to underlying numpy regression ====================================================== python: 2.7.3.final.0 mdp: 3.2, parallel python: 1.6.1 shogun: NOT AVAILABLE: No module named shogun libsvm: libsvm.so.2 joblib: NOT AVAILABLE: No module named joblib sklearn: NOT AVAILABLE: No module named scikits.learn numx: numpy 1.6.2 symeig: symeig_fake Random Seed: 1124900240 IMPORTANT: some tests use random numbers. This could occasionally lead to failures due to numerical degeneracies. To rule this out, please run the tests more than once. If you get reproducible failures please report a bug! 1 failed, 597 passed, 20 skipped in 88.28 seconds =================================================== Added file(s): - files/patch-mdp__configuration.py Port maintainer (llwang@infor.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-mdp-3.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/science/py-mdp/Makefile ./Makefile --- /usr/ports/science/py-mdp/Makefile 2011-02-25 11:47:51.000000000 +1100 +++ ./Makefile 2012-06-20 22:42:34.000000000 +1000 @@ -6,8 +6,7 @@ # PORTNAME= mdp -PORTVERSION= 2.4 -PORTREVISION= 1 +PORTVERSION= 3.2 CATEGORIES= science python MASTER_SITES= SF/${PORTNAME}-toolkit/${PORTNAME}-toolkit/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,10 +15,35 @@ MAINTAINER= llwang@infor.org COMMENT= Modular toolkit for Data Processing -RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_SITELIBDIR}/scipy/__init__.py:${PORTSDIR}/science/py-scipy \ - ${PYTHON_SITELIBDIR}/symeig/__init__.py:${PORTSDIR}/math/py-symeig +LICENSE= BSD +RUN_DEPENDS= ${PYNUMPY} + +OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options + +OPTIONS_DEFINE= LIBSVM PP SCIPY TESTS + +LIBSVM_DESC= Provide the LibSVMClassifier node +PP_DESC= Provide the Parallel Python PPScheduler +SCIPY_DESC= Instal SciPy versions of eigensolver, FFT and convolution +TESTS_DESC= Install py-nose for unit tests + +.include + +.if ${PORT_OPTIONS:MLIBSVM} +RUN_DEPENDS+= libsvm>2.91:${PORTSDIR}/science/libsvm \ + libsvm-python>2.91:${PORTSDIR}/science/libsvm-python +.endif + +.if ${PORT_OPTIONS:MPP} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pp>0:${PORTSDIR}/devel/py-pp +.endif + +.if ${PORT_OPTIONS:MSCIPY} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}scipy>=0.5.2:${PORTSDIR}/science/py-scipy +.endif + +#Python3 ready USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_EGGINFO= ${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g:U}-${PYDISTUTILS_PKGVERSION:C/[^A-Za-z0-9.]+/_/g}-${PYTHON_VERSION:S/thon//}.egg-info diff -ruN --exclude=CVS /usr/ports/science/py-mdp/distinfo ./distinfo --- /usr/ports/science/py-mdp/distinfo 2011-02-25 11:47:51.000000000 +1100 +++ ./distinfo 2012-06-16 23:31:05.000000000 +1000 @@ -1,2 +1,2 @@ -SHA256 (MDP-2.4.tar.gz) = 85d1a51ee56f4ed5021d56616646dd393c41a32a7390b49a7f19f9f02961ddff -SIZE (MDP-2.4.tar.gz) = 162171 +SHA256 (MDP-3.2.tar.gz) = 5310d54766cb91a02988f42bea4b493197155ac1960fbfa41a8c9661b08c1665 +SIZE (MDP-3.2.tar.gz) = 469010 diff -ruN --exclude=CVS /usr/ports/science/py-mdp/files/patch-mdp__configuration.py ./files/patch-mdp__configuration.py --- /usr/ports/science/py-mdp/files/patch-mdp__configuration.py 1970-01-01 10:00:00.000000000 +1000 +++ ./files/patch-mdp__configuration.py 2012-06-20 21:53:01.000000000 +1000 @@ -0,0 +1,11 @@ +--- ./mdp/configuration.py.orig 2012-06-20 21:46:00.000000000 +1000 ++++ ./mdp/configuration.py 2012-06-20 21:52:56.000000000 +1000 +@@ -360,7 +360,7 @@ + try: + import svm as libsvm + libsvm.libsvm +- except ImportError, exc: ++ except (ImportError, OSError) as exc: + config.ExternalDepFailed('libsvm', exc) + except AttributeError, exc: + config.ExternalDepFailed('libsvm', 'libsvm version >= 2.91 required') diff -ruN --exclude=CVS /usr/ports/science/py-mdp/pkg-plist ./pkg-plist --- /usr/ports/science/py-mdp/pkg-plist 2008-12-12 06:22:08.000000000 +1100 +++ ./pkg-plist 2012-06-16 23:34:45.000000000 +1000 @@ -1,24 +1,117 @@ +%%PYTHON_SITELIBDIR%%/bimdp/__init__.py +%%PYTHON_SITELIBDIR%%/bimdp/__init__.pyc +%%PYTHON_SITELIBDIR%%/bimdp/__init__.pyo +%%PYTHON_SITELIBDIR%%/bimdp/biclassifier.py +%%PYTHON_SITELIBDIR%%/bimdp/biclassifier.pyc +%%PYTHON_SITELIBDIR%%/bimdp/biclassifier.pyo +%%PYTHON_SITELIBDIR%%/bimdp/biflow.py +%%PYTHON_SITELIBDIR%%/bimdp/biflow.pyc +%%PYTHON_SITELIBDIR%%/bimdp/biflow.pyo +%%PYTHON_SITELIBDIR%%/bimdp/binode.py +%%PYTHON_SITELIBDIR%%/bimdp/binode.pyc +%%PYTHON_SITELIBDIR%%/bimdp/binode.pyo +%%PYTHON_SITELIBDIR%%/bimdp/hinet/__init__.py +%%PYTHON_SITELIBDIR%%/bimdp/hinet/__init__.pyc +%%PYTHON_SITELIBDIR%%/bimdp/hinet/__init__.pyo +%%PYTHON_SITELIBDIR%%/bimdp/hinet/biflownode.py +%%PYTHON_SITELIBDIR%%/bimdp/hinet/biflownode.pyc +%%PYTHON_SITELIBDIR%%/bimdp/hinet/biflownode.pyo +%%PYTHON_SITELIBDIR%%/bimdp/hinet/bihtmlvisitor.py +%%PYTHON_SITELIBDIR%%/bimdp/hinet/bihtmlvisitor.pyc +%%PYTHON_SITELIBDIR%%/bimdp/hinet/bihtmlvisitor.pyo +%%PYTHON_SITELIBDIR%%/bimdp/hinet/bilayer.py +%%PYTHON_SITELIBDIR%%/bimdp/hinet/bilayer.pyc +%%PYTHON_SITELIBDIR%%/bimdp/hinet/bilayer.pyo +%%PYTHON_SITELIBDIR%%/bimdp/hinet/biswitchboard.py +%%PYTHON_SITELIBDIR%%/bimdp/hinet/biswitchboard.pyc +%%PYTHON_SITELIBDIR%%/bimdp/hinet/biswitchboard.pyo +%%PYTHON_SITELIBDIR%%/bimdp/inspection/__init__.py +%%PYTHON_SITELIBDIR%%/bimdp/inspection/__init__.pyc +%%PYTHON_SITELIBDIR%%/bimdp/inspection/__init__.pyo +%%PYTHON_SITELIBDIR%%/bimdp/inspection/facade.py +%%PYTHON_SITELIBDIR%%/bimdp/inspection/facade.pyc +%%PYTHON_SITELIBDIR%%/bimdp/inspection/facade.pyo +%%PYTHON_SITELIBDIR%%/bimdp/inspection/slideshow.py +%%PYTHON_SITELIBDIR%%/bimdp/inspection/slideshow.pyc +%%PYTHON_SITELIBDIR%%/bimdp/inspection/slideshow.pyo +%%PYTHON_SITELIBDIR%%/bimdp/inspection/tracer.py +%%PYTHON_SITELIBDIR%%/bimdp/inspection/tracer.pyc +%%PYTHON_SITELIBDIR%%/bimdp/inspection/tracer.pyo +%%PYTHON_SITELIBDIR%%/bimdp/inspection/utils.py +%%PYTHON_SITELIBDIR%%/bimdp/inspection/utils.pyc +%%PYTHON_SITELIBDIR%%/bimdp/inspection/utils.pyo +%%PYTHON_SITELIBDIR%%/bimdp/nodes/__init__.py +%%PYTHON_SITELIBDIR%%/bimdp/nodes/__init__.pyc +%%PYTHON_SITELIBDIR%%/bimdp/nodes/__init__.pyo +%%PYTHON_SITELIBDIR%%/bimdp/nodes/autogen.py +%%PYTHON_SITELIBDIR%%/bimdp/nodes/autogen.pyc +%%PYTHON_SITELIBDIR%%/bimdp/nodes/autogen.pyo +%%PYTHON_SITELIBDIR%%/bimdp/nodes/gradient.py +%%PYTHON_SITELIBDIR%%/bimdp/nodes/gradient.pyc +%%PYTHON_SITELIBDIR%%/bimdp/nodes/gradient.pyo +%%PYTHON_SITELIBDIR%%/bimdp/nodes/miscnodes.py +%%PYTHON_SITELIBDIR%%/bimdp/nodes/miscnodes.pyc +%%PYTHON_SITELIBDIR%%/bimdp/nodes/miscnodes.pyo +%%PYTHON_SITELIBDIR%%/bimdp/parallel/__init__.py +%%PYTHON_SITELIBDIR%%/bimdp/parallel/__init__.pyc +%%PYTHON_SITELIBDIR%%/bimdp/parallel/__init__.pyo +%%PYTHON_SITELIBDIR%%/bimdp/parallel/parallelbiflow.py +%%PYTHON_SITELIBDIR%%/bimdp/parallel/parallelbiflow.pyc +%%PYTHON_SITELIBDIR%%/bimdp/parallel/parallelbiflow.pyo +%%PYTHON_SITELIBDIR%%/bimdp/parallel/parallelbihinet.py +%%PYTHON_SITELIBDIR%%/bimdp/parallel/parallelbihinet.pyc +%%PYTHON_SITELIBDIR%%/bimdp/parallel/parallelbihinet.pyo +%%PYTHON_SITELIBDIR%%/bimdp/test/__init__.py +%%PYTHON_SITELIBDIR%%/bimdp/test/__init__.pyc +%%PYTHON_SITELIBDIR%%/bimdp/test/__init__.pyo +%%PYTHON_SITELIBDIR%%/bimdp/test/_tools.py +%%PYTHON_SITELIBDIR%%/bimdp/test/_tools.pyc +%%PYTHON_SITELIBDIR%%/bimdp/test/_tools.pyo +%%PYTHON_SITELIBDIR%%/bimdp/test/conftest.py +%%PYTHON_SITELIBDIR%%/bimdp/test/conftest.pyc +%%PYTHON_SITELIBDIR%%/bimdp/test/conftest.pyo +%%PYTHON_SITELIBDIR%%/bimdp/test/ide_run.py +%%PYTHON_SITELIBDIR%%/bimdp/test/ide_run.pyc +%%PYTHON_SITELIBDIR%%/bimdp/test/ide_run.pyo +%%PYTHON_SITELIBDIR%%/bimdp/test/test_biflow.py +%%PYTHON_SITELIBDIR%%/bimdp/test/test_biflow.pyc +%%PYTHON_SITELIBDIR%%/bimdp/test/test_biflow.pyo +%%PYTHON_SITELIBDIR%%/bimdp/test/test_bihinet.py +%%PYTHON_SITELIBDIR%%/bimdp/test/test_bihinet.pyc +%%PYTHON_SITELIBDIR%%/bimdp/test/test_bihinet.pyo +%%PYTHON_SITELIBDIR%%/bimdp/test/test_binode.py +%%PYTHON_SITELIBDIR%%/bimdp/test/test_binode.pyc +%%PYTHON_SITELIBDIR%%/bimdp/test/test_binode.pyo +%%PYTHON_SITELIBDIR%%/bimdp/test/test_gradient.py +%%PYTHON_SITELIBDIR%%/bimdp/test/test_gradient.pyc +%%PYTHON_SITELIBDIR%%/bimdp/test/test_gradient.pyo +%%PYTHON_SITELIBDIR%%/bimdp/test/test_namespace_fixups.py +%%PYTHON_SITELIBDIR%%/bimdp/test/test_namespace_fixups.pyc +%%PYTHON_SITELIBDIR%%/bimdp/test/test_namespace_fixups.pyo +%%PYTHON_SITELIBDIR%%/bimdp/test/test_parallelbiflow.py +%%PYTHON_SITELIBDIR%%/bimdp/test/test_parallelbiflow.pyc +%%PYTHON_SITELIBDIR%%/bimdp/test/test_parallelbiflow.pyo +%%PYTHON_SITELIBDIR%%/bimdp/test/test_parallelbihinet.py +%%PYTHON_SITELIBDIR%%/bimdp/test/test_parallelbihinet.pyc +%%PYTHON_SITELIBDIR%%/bimdp/test/test_parallelbihinet.pyo %%PYTHON_SITELIBDIR%%/mdp/__init__.py %%PYTHON_SITELIBDIR%%/mdp/__init__.pyc %%PYTHON_SITELIBDIR%%/mdp/__init__.pyo -%%PYTHON_SITELIBDIR%%/mdp/contrib/__init__.py -%%PYTHON_SITELIBDIR%%/mdp/contrib/__init__.pyc -%%PYTHON_SITELIBDIR%%/mdp/contrib/__init__.pyo -%%PYTHON_SITELIBDIR%%/mdp/contrib/jade.py -%%PYTHON_SITELIBDIR%%/mdp/contrib/jade.pyc -%%PYTHON_SITELIBDIR%%/mdp/contrib/jade.pyo -%%PYTHON_SITELIBDIR%%/mdp/contrib/lle_nodes.py -%%PYTHON_SITELIBDIR%%/mdp/contrib/lle_nodes.pyc -%%PYTHON_SITELIBDIR%%/mdp/contrib/lle_nodes.pyo -%%PYTHON_SITELIBDIR%%/mdp/contrib/nipals.py -%%PYTHON_SITELIBDIR%%/mdp/contrib/nipals.pyc -%%PYTHON_SITELIBDIR%%/mdp/contrib/nipals.pyo -%%PYTHON_SITELIBDIR%%/mdp/demo/__init__.py -%%PYTHON_SITELIBDIR%%/mdp/demo/__init__.pyc -%%PYTHON_SITELIBDIR%%/mdp/demo/__init__.pyo -%%PYTHON_SITELIBDIR%%/mdp/demo/demo.py -%%PYTHON_SITELIBDIR%%/mdp/demo/demo.pyc -%%PYTHON_SITELIBDIR%%/mdp/demo/demo.pyo +%%PYTHON_SITELIBDIR%%/mdp/caching/__init__.py +%%PYTHON_SITELIBDIR%%/mdp/caching/__init__.pyc +%%PYTHON_SITELIBDIR%%/mdp/caching/__init__.pyo +%%PYTHON_SITELIBDIR%%/mdp/caching/caching_extension.py +%%PYTHON_SITELIBDIR%%/mdp/caching/caching_extension.pyc +%%PYTHON_SITELIBDIR%%/mdp/caching/caching_extension.pyo +%%PYTHON_SITELIBDIR%%/mdp/classifier_node.py +%%PYTHON_SITELIBDIR%%/mdp/classifier_node.pyc +%%PYTHON_SITELIBDIR%%/mdp/classifier_node.pyo +%%PYTHON_SITELIBDIR%%/mdp/configuration.py +%%PYTHON_SITELIBDIR%%/mdp/configuration.pyc +%%PYTHON_SITELIBDIR%%/mdp/configuration.pyo +%%PYTHON_SITELIBDIR%%/mdp/extension.py +%%PYTHON_SITELIBDIR%%/mdp/extension.pyc +%%PYTHON_SITELIBDIR%%/mdp/extension.pyo %%PYTHON_SITELIBDIR%%/mdp/graph/__init__.py %%PYTHON_SITELIBDIR%%/mdp/graph/__init__.pyc %%PYTHON_SITELIBDIR%%/mdp/graph/__init__.pyo @@ -34,21 +127,31 @@ %%PYTHON_SITELIBDIR%%/mdp/hinet/flownode.py %%PYTHON_SITELIBDIR%%/mdp/hinet/flownode.pyc %%PYTHON_SITELIBDIR%%/mdp/hinet/flownode.pyo -%%PYTHON_SITELIBDIR%%/mdp/hinet/hinet_html.py -%%PYTHON_SITELIBDIR%%/mdp/hinet/hinet_html.pyc -%%PYTHON_SITELIBDIR%%/mdp/hinet/hinet_html.pyo +%%PYTHON_SITELIBDIR%%/mdp/hinet/hinet.css +%%PYTHON_SITELIBDIR%%/mdp/hinet/htmlvisitor.py +%%PYTHON_SITELIBDIR%%/mdp/hinet/htmlvisitor.pyc +%%PYTHON_SITELIBDIR%%/mdp/hinet/htmlvisitor.pyo %%PYTHON_SITELIBDIR%%/mdp/hinet/layer.py %%PYTHON_SITELIBDIR%%/mdp/hinet/layer.pyc %%PYTHON_SITELIBDIR%%/mdp/hinet/layer.pyo %%PYTHON_SITELIBDIR%%/mdp/hinet/switchboard.py %%PYTHON_SITELIBDIR%%/mdp/hinet/switchboard.pyc %%PYTHON_SITELIBDIR%%/mdp/hinet/switchboard.pyo +%%PYTHON_SITELIBDIR%%/mdp/hinet/switchboard_factory.py +%%PYTHON_SITELIBDIR%%/mdp/hinet/switchboard_factory.pyc +%%PYTHON_SITELIBDIR%%/mdp/hinet/switchboard_factory.pyo %%PYTHON_SITELIBDIR%%/mdp/linear_flows.py %%PYTHON_SITELIBDIR%%/mdp/linear_flows.pyc %%PYTHON_SITELIBDIR%%/mdp/linear_flows.pyo %%PYTHON_SITELIBDIR%%/mdp/nodes/__init__.py %%PYTHON_SITELIBDIR%%/mdp/nodes/__init__.pyc %%PYTHON_SITELIBDIR%%/mdp/nodes/__init__.pyo +%%PYTHON_SITELIBDIR%%/mdp/nodes/classifier_nodes.py +%%PYTHON_SITELIBDIR%%/mdp/nodes/classifier_nodes.pyc +%%PYTHON_SITELIBDIR%%/mdp/nodes/classifier_nodes.pyo +%%PYTHON_SITELIBDIR%%/mdp/nodes/convolution_nodes.py +%%PYTHON_SITELIBDIR%%/mdp/nodes/convolution_nodes.pyc +%%PYTHON_SITELIBDIR%%/mdp/nodes/convolution_nodes.pyo %%PYTHON_SITELIBDIR%%/mdp/nodes/em_nodes.py %%PYTHON_SITELIBDIR%%/mdp/nodes/em_nodes.pyc %%PYTHON_SITELIBDIR%%/mdp/nodes/em_nodes.pyo @@ -64,36 +167,60 @@ %%PYTHON_SITELIBDIR%%/mdp/nodes/isfa_nodes.py %%PYTHON_SITELIBDIR%%/mdp/nodes/isfa_nodes.pyc %%PYTHON_SITELIBDIR%%/mdp/nodes/isfa_nodes.pyo +%%PYTHON_SITELIBDIR%%/mdp/nodes/jade.py +%%PYTHON_SITELIBDIR%%/mdp/nodes/jade.pyc +%%PYTHON_SITELIBDIR%%/mdp/nodes/jade.pyo +%%PYTHON_SITELIBDIR%%/mdp/nodes/libsvm_classifier.py +%%PYTHON_SITELIBDIR%%/mdp/nodes/libsvm_classifier.pyc +%%PYTHON_SITELIBDIR%%/mdp/nodes/libsvm_classifier.pyo +%%PYTHON_SITELIBDIR%%/mdp/nodes/lle_nodes.py +%%PYTHON_SITELIBDIR%%/mdp/nodes/lle_nodes.pyc +%%PYTHON_SITELIBDIR%%/mdp/nodes/lle_nodes.pyo %%PYTHON_SITELIBDIR%%/mdp/nodes/misc_nodes.py %%PYTHON_SITELIBDIR%%/mdp/nodes/misc_nodes.pyc %%PYTHON_SITELIBDIR%%/mdp/nodes/misc_nodes.pyo %%PYTHON_SITELIBDIR%%/mdp/nodes/neural_gas_nodes.py %%PYTHON_SITELIBDIR%%/mdp/nodes/neural_gas_nodes.pyc %%PYTHON_SITELIBDIR%%/mdp/nodes/neural_gas_nodes.pyo +%%PYTHON_SITELIBDIR%%/mdp/nodes/nipals.py +%%PYTHON_SITELIBDIR%%/mdp/nodes/nipals.pyc +%%PYTHON_SITELIBDIR%%/mdp/nodes/nipals.pyo %%PYTHON_SITELIBDIR%%/mdp/nodes/pca_nodes.py %%PYTHON_SITELIBDIR%%/mdp/nodes/pca_nodes.pyc %%PYTHON_SITELIBDIR%%/mdp/nodes/pca_nodes.pyo %%PYTHON_SITELIBDIR%%/mdp/nodes/rbm_nodes.py %%PYTHON_SITELIBDIR%%/mdp/nodes/rbm_nodes.pyc %%PYTHON_SITELIBDIR%%/mdp/nodes/rbm_nodes.pyo +%%PYTHON_SITELIBDIR%%/mdp/nodes/regression_nodes.py +%%PYTHON_SITELIBDIR%%/mdp/nodes/regression_nodes.pyc +%%PYTHON_SITELIBDIR%%/mdp/nodes/regression_nodes.pyo +%%PYTHON_SITELIBDIR%%/mdp/nodes/scikits_nodes.py +%%PYTHON_SITELIBDIR%%/mdp/nodes/scikits_nodes.pyc +%%PYTHON_SITELIBDIR%%/mdp/nodes/scikits_nodes.pyo %%PYTHON_SITELIBDIR%%/mdp/nodes/sfa_nodes.py %%PYTHON_SITELIBDIR%%/mdp/nodes/sfa_nodes.pyc %%PYTHON_SITELIBDIR%%/mdp/nodes/sfa_nodes.pyo +%%PYTHON_SITELIBDIR%%/mdp/nodes/shogun_svm_classifier.py +%%PYTHON_SITELIBDIR%%/mdp/nodes/shogun_svm_classifier.pyc +%%PYTHON_SITELIBDIR%%/mdp/nodes/shogun_svm_classifier.pyo +%%PYTHON_SITELIBDIR%%/mdp/nodes/svm_classifiers.py +%%PYTHON_SITELIBDIR%%/mdp/nodes/svm_classifiers.pyc +%%PYTHON_SITELIBDIR%%/mdp/nodes/svm_classifiers.pyo +%%PYTHON_SITELIBDIR%%/mdp/nodes/xsfa_nodes.py +%%PYTHON_SITELIBDIR%%/mdp/nodes/xsfa_nodes.pyc +%%PYTHON_SITELIBDIR%%/mdp/nodes/xsfa_nodes.pyo %%PYTHON_SITELIBDIR%%/mdp/parallel/__init__.py %%PYTHON_SITELIBDIR%%/mdp/parallel/__init__.pyc %%PYTHON_SITELIBDIR%%/mdp/parallel/__init__.pyo -%%PYTHON_SITELIBDIR%%/mdp/parallel/makeparallel.py -%%PYTHON_SITELIBDIR%%/mdp/parallel/makeparallel.pyc -%%PYTHON_SITELIBDIR%%/mdp/parallel/makeparallel.pyo +%%PYTHON_SITELIBDIR%%/mdp/parallel/parallelclassifiers.py +%%PYTHON_SITELIBDIR%%/mdp/parallel/parallelclassifiers.pyc +%%PYTHON_SITELIBDIR%%/mdp/parallel/parallelclassifiers.pyo %%PYTHON_SITELIBDIR%%/mdp/parallel/parallelflows.py %%PYTHON_SITELIBDIR%%/mdp/parallel/parallelflows.pyc %%PYTHON_SITELIBDIR%%/mdp/parallel/parallelflows.pyo %%PYTHON_SITELIBDIR%%/mdp/parallel/parallelhinet.py %%PYTHON_SITELIBDIR%%/mdp/parallel/parallelhinet.pyc %%PYTHON_SITELIBDIR%%/mdp/parallel/parallelhinet.pyo -%%PYTHON_SITELIBDIR%%/mdp/parallel/parallelmonkey.py -%%PYTHON_SITELIBDIR%%/mdp/parallel/parallelmonkey.pyc -%%PYTHON_SITELIBDIR%%/mdp/parallel/parallelmonkey.pyo %%PYTHON_SITELIBDIR%%/mdp/parallel/parallelnodes.py %%PYTHON_SITELIBDIR%%/mdp/parallel/parallelnodes.pyc %%PYTHON_SITELIBDIR%%/mdp/parallel/parallelnodes.pyo @@ -112,18 +239,141 @@ %%PYTHON_SITELIBDIR%%/mdp/parallel/scheduling.py %%PYTHON_SITELIBDIR%%/mdp/parallel/scheduling.pyc %%PYTHON_SITELIBDIR%%/mdp/parallel/scheduling.pyo +%%PYTHON_SITELIBDIR%%/mdp/parallel/thread_schedule.py +%%PYTHON_SITELIBDIR%%/mdp/parallel/thread_schedule.pyc +%%PYTHON_SITELIBDIR%%/mdp/parallel/thread_schedule.pyo +%%PYTHON_SITELIBDIR%%/mdp/repo_revision.py +%%PYTHON_SITELIBDIR%%/mdp/repo_revision.pyc +%%PYTHON_SITELIBDIR%%/mdp/repo_revision.pyo %%PYTHON_SITELIBDIR%%/mdp/signal_node.py %%PYTHON_SITELIBDIR%%/mdp/signal_node.pyc %%PYTHON_SITELIBDIR%%/mdp/signal_node.pyo %%PYTHON_SITELIBDIR%%/mdp/test/__init__.py %%PYTHON_SITELIBDIR%%/mdp/test/__init__.pyc %%PYTHON_SITELIBDIR%%/mdp/test/__init__.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/_tools.py +%%PYTHON_SITELIBDIR%%/mdp/test/_tools.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/_tools.pyo %%PYTHON_SITELIBDIR%%/mdp/test/benchmark_mdp.py %%PYTHON_SITELIBDIR%%/mdp/test/benchmark_mdp.pyc %%PYTHON_SITELIBDIR%%/mdp/test/benchmark_mdp.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/conftest.py +%%PYTHON_SITELIBDIR%%/mdp/test/conftest.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/conftest.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/ide_run.py +%%PYTHON_SITELIBDIR%%/mdp/test/ide_run.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/ide_run.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/run_tests.py +%%PYTHON_SITELIBDIR%%/mdp/test/run_tests.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/run_tests.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_AdaptiveCutoffNode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_AdaptiveCutoffNode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_AdaptiveCutoffNode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_Convolution2DNode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_Convolution2DNode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_Convolution2DNode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_CutoffNode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_CutoffNode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_CutoffNode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_EtaComputerNode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_EtaComputerNode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_EtaComputerNode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_FANode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_FANode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_FANode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_FDANode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_FDANode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_FDANode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_GaussianClassifier.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_GaussianClassifier.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_GaussianClassifier.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_GeneralExpansionNode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_GeneralExpansionNode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_GeneralExpansionNode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_GrowingNeuralGasNode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_GrowingNeuralGasNode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_GrowingNeuralGasNode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_HistogramNode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_HistogramNode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_HistogramNode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_HitParadeNode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_HitParadeNode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_HitParadeNode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_ICANode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_ICANode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_ICANode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_ISFANode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_ISFANode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_ISFANode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_KNNClassifier.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_KNNClassifier.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_KNNClassifier.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_LinearRegressionNode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_LinearRegressionNode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_LinearRegressionNode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_NearestMeanClassifier.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_NearestMeanClassifier.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_NearestMeanClassifier.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_NeuralGasNode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_NeuralGasNode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_NeuralGasNode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_NoiseNode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_NoiseNode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_NoiseNode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_PCANode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_PCANode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_PCANode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_PolynomialExpansionNode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_PolynomialExpansionNode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_PolynomialExpansionNode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_PreseverDimNode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_PreseverDimNode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_PreseverDimNode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_RBFExpansionNode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_RBFExpansionNode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_RBFExpansionNode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_RBM.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_RBM.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_RBM.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_SFA2Node.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_SFA2Node.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_SFA2Node.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_SFANode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_SFANode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_SFANode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_TimeDelayNodes.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_TimeDelayNodes.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_TimeDelayNodes.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_TimeFrameNode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_TimeFrameNode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_TimeFrameNode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_VariadicCumulator.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_VariadicCumulator.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_VariadicCumulator.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_WhiteningNode.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_WhiteningNode.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_WhiteningNode.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_caching.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_caching.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_caching.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_classifier.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_classifier.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_classifier.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_config.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_config.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_config.pyo %%PYTHON_SITELIBDIR%%/mdp/test/test_contrib.py %%PYTHON_SITELIBDIR%%/mdp/test/test_contrib.pyc %%PYTHON_SITELIBDIR%%/mdp/test/test_contrib.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_copying.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_copying.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_copying.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_extension.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_extension.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_extension.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_fastica.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_fastica.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_fastica.pyo %%PYTHON_SITELIBDIR%%/mdp/test/test_flows.py %%PYTHON_SITELIBDIR%%/mdp/test/test_flows.pyc %%PYTHON_SITELIBDIR%%/mdp/test/test_flows.pyo @@ -133,9 +383,30 @@ %%PYTHON_SITELIBDIR%%/mdp/test/test_hinet.py %%PYTHON_SITELIBDIR%%/mdp/test/test_hinet.pyc %%PYTHON_SITELIBDIR%%/mdp/test/test_hinet.pyo -%%PYTHON_SITELIBDIR%%/mdp/test/test_nodes.py -%%PYTHON_SITELIBDIR%%/mdp/test/test_nodes.pyc -%%PYTHON_SITELIBDIR%%/mdp/test/test_nodes.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_hinet_generic.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_hinet_generic.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_hinet_generic.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_metaclass_and_extensions.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_metaclass_and_extensions.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_metaclass_and_extensions.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_namespace_fixups.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_namespace_fixups.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_namespace_fixups.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_node_covariance.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_node_covariance.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_node_covariance.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_node_metaclass.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_node_metaclass.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_node_metaclass.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_node_operations.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_node_operations.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_node_operations.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_nodes_generic.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_nodes_generic.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_nodes_generic.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_parallelclassifiers.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_parallelclassifiers.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_parallelclassifiers.pyo %%PYTHON_SITELIBDIR%%/mdp/test/test_parallelflows.py %%PYTHON_SITELIBDIR%%/mdp/test/test_parallelflows.pyc %%PYTHON_SITELIBDIR%%/mdp/test/test_parallelflows.pyo @@ -145,21 +416,45 @@ %%PYTHON_SITELIBDIR%%/mdp/test/test_parallelnodes.py %%PYTHON_SITELIBDIR%%/mdp/test/test_parallelnodes.pyc %%PYTHON_SITELIBDIR%%/mdp/test/test_parallelnodes.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_pp_local.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_pp_local.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_pp_local.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_pp_remote.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_pp_remote.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_pp_remote.pyo %%PYTHON_SITELIBDIR%%/mdp/test/test_process_schedule.py %%PYTHON_SITELIBDIR%%/mdp/test/test_process_schedule.pyc %%PYTHON_SITELIBDIR%%/mdp/test/test_process_schedule.pyo %%PYTHON_SITELIBDIR%%/mdp/test/test_schedule.py %%PYTHON_SITELIBDIR%%/mdp/test/test_schedule.pyc %%PYTHON_SITELIBDIR%%/mdp/test/test_schedule.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_scikits.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_scikits.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_scikits.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_seed.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_seed.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_seed.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_svm_classifier.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_svm_classifier.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_svm_classifier.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_tempdir.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_tempdir.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_tempdir.pyo %%PYTHON_SITELIBDIR%%/mdp/test/test_utils.py %%PYTHON_SITELIBDIR%%/mdp/test/test_utils.pyc %%PYTHON_SITELIBDIR%%/mdp/test/test_utils.pyo -%%PYTHON_SITELIBDIR%%/mdp/test/testing_tools.py -%%PYTHON_SITELIBDIR%%/mdp/test/testing_tools.pyc -%%PYTHON_SITELIBDIR%%/mdp/test/testing_tools.pyo +%%PYTHON_SITELIBDIR%%/mdp/test/test_utils_generic.py +%%PYTHON_SITELIBDIR%%/mdp/test/test_utils_generic.pyc +%%PYTHON_SITELIBDIR%%/mdp/test/test_utils_generic.pyo %%PYTHON_SITELIBDIR%%/mdp/utils/__init__.py %%PYTHON_SITELIBDIR%%/mdp/utils/__init__.pyc %%PYTHON_SITELIBDIR%%/mdp/utils/__init__.pyo +%%PYTHON_SITELIBDIR%%/mdp/utils/_ordered_dict.py +%%PYTHON_SITELIBDIR%%/mdp/utils/_ordered_dict.pyc +%%PYTHON_SITELIBDIR%%/mdp/utils/_ordered_dict.pyo +%%PYTHON_SITELIBDIR%%/mdp/utils/_symeig.py +%%PYTHON_SITELIBDIR%%/mdp/utils/_symeig.pyc +%%PYTHON_SITELIBDIR%%/mdp/utils/_symeig.pyo %%PYTHON_SITELIBDIR%%/mdp/utils/covariance.py %%PYTHON_SITELIBDIR%%/mdp/utils/covariance.pyc %%PYTHON_SITELIBDIR%%/mdp/utils/covariance.pyo @@ -175,12 +470,27 @@ %%PYTHON_SITELIBDIR%%/mdp/utils/routines.py %%PYTHON_SITELIBDIR%%/mdp/utils/routines.pyc %%PYTHON_SITELIBDIR%%/mdp/utils/routines.pyo +%%PYTHON_SITELIBDIR%%/mdp/utils/slideshow.css +%%PYTHON_SITELIBDIR%%/mdp/utils/slideshow.py +%%PYTHON_SITELIBDIR%%/mdp/utils/slideshow.pyc +%%PYTHON_SITELIBDIR%%/mdp/utils/slideshow.pyo +%%PYTHON_SITELIBDIR%%/mdp/utils/templet.py +%%PYTHON_SITELIBDIR%%/mdp/utils/templet.pyc +%%PYTHON_SITELIBDIR%%/mdp/utils/templet.pyo +%%PYTHON_SITELIBDIR%%/mdp/utils/temporarydir.py +%%PYTHON_SITELIBDIR%%/mdp/utils/temporarydir.pyc +%%PYTHON_SITELIBDIR%%/mdp/utils/temporarydir.pyo @dirrm %%PYTHON_SITELIBDIR%%/mdp/utils @dirrm %%PYTHON_SITELIBDIR%%/mdp/test @dirrm %%PYTHON_SITELIBDIR%%/mdp/parallel @dirrm %%PYTHON_SITELIBDIR%%/mdp/nodes @dirrm %%PYTHON_SITELIBDIR%%/mdp/hinet @dirrm %%PYTHON_SITELIBDIR%%/mdp/graph -@dirrm %%PYTHON_SITELIBDIR%%/mdp/demo -@dirrm %%PYTHON_SITELIBDIR%%/mdp/contrib +@dirrm %%PYTHON_SITELIBDIR%%/mdp/caching @dirrm %%PYTHON_SITELIBDIR%%/mdp +@dirrm %%PYTHON_SITELIBDIR%%/bimdp/test +@dirrm %%PYTHON_SITELIBDIR%%/bimdp/parallel +@dirrm %%PYTHON_SITELIBDIR%%/bimdp/nodes +@dirrm %%PYTHON_SITELIBDIR%%/bimdp/inspection +@dirrm %%PYTHON_SITELIBDIR%%/bimdp/hinet +@dirrm %%PYTHON_SITELIBDIR%%/bimdp --- py27-mdp-3.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 13:00:38 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E5ED106566C; Wed, 20 Jun 2012 13:00:38 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 728A58FC18; Wed, 20 Jun 2012 13:00:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KD0c90027103; Wed, 20 Jun 2012 13:00:38 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KD0caP027093; Wed, 20 Jun 2012 13:00:38 GMT (envelope-from edwin) Date: Wed, 20 Jun 2012 13:00:38 GMT Message-Id: <201206201300.q5KD0caP027093@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169266: [PATCH] science/py-mdp: update to 3.2 + lots more 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: Wed, 20 Jun 2012 13:00:38 -0000 Synopsis: [PATCH] science/py-mdp: update to 3.2 + lots more Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 20 13:00:37 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169266 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 13:30:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 531D01065674 for ; Wed, 20 Jun 2012 13:30:13 +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 2BC788FC21 for ; Wed, 20 Jun 2012 13:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KDUDdi055243 for ; Wed, 20 Jun 2012 13:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KDUD8m055242; Wed, 20 Jun 2012 13:30:13 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 13:30:13 GMT Resent-Message-Id: <201206201330.q5KDUD8m055242@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, Richard Hirner Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5500F1065689 for ; Wed, 20 Jun 2012 13:22:39 +0000 (UTC) (envelope-from richard@wurd.dev001.net) Received: from wurd.dev001.net (wurd.dev001.net [IPv6:2a01:4f8:120:9162::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9F1F58FC21 for ; Wed, 20 Jun 2012 13:22:38 +0000 (UTC) Received: by wurd.dev001.net (Postfix, from userid 1001) id 3535E21442; Wed, 20 Jun 2012 15:22:37 +0200 (CEST) Message-Id: <20120620132237.3535E21442@wurd.dev001.net> Date: Wed, 20 Jun 2012 15:22:37 +0200 (CEST) From: Richard Hirner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Richard Hirner Subject: ports/169267: [maintainer update] teamspeak3-server 3.0.3 -> 3.0.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Richard Hirner List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 13:30:13 -0000 >Number: 169267 >Category: ports >Synopsis: [maintainer update] teamspeak3-server 3.0.3 -> 3.0.5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 13:30:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Richard Hirner >Release: FreeBSD 8.3-RELEASE-p3 amd64 >Organization: bitfire it services -- http://www.bitfire.at >Environment: System: FreeBSD wurd.dev001.net 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: New TeamSpeak3 server version. Please check if the @unexec dirrm and the other 3 lines at the end are still correct, portlint tells me to use @dirrmtry instead. >How-To-Repeat: >Fix: --- ts3-3.0.5.diff begins here --- diff -ruN /usr/ports/audio/teamspeak3-server/Makefile teamspeak3-server/Makefile --- /usr/ports/audio/teamspeak3-server/Makefile 2012-05-04 20:46:56.000000000 +0200 +++ teamspeak3-server/Makefile 2012-06-20 14:53:27.630092442 +0200 @@ -6,7 +6,7 @@ # PORTNAME= teamspeak3-server -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.5 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= http://teamspeak.gameserver.gamed.de/ts3/releases/${PORTVERSION}/ \ diff -ruN /usr/ports/audio/teamspeak3-server/distinfo teamspeak3-server/distinfo --- /usr/ports/audio/teamspeak3-server/distinfo 2012-05-04 20:26:12.000000000 +0200 +++ teamspeak3-server/distinfo 2012-06-20 14:57:20.570672650 +0200 @@ -1,4 +1,4 @@ -SIZE (teamspeak3-server_freebsd-amd64-3.0.3.tar.gz) = 3972768 -SHA256 (teamspeak3-server_freebsd-amd64-3.0.3.tar.gz) = a6954eba16bbd2f8920f90e94ea5dbf7b7247918c7b3e7636956b7451d3e7717 -SIZE (teamspeak3-server_freebsd-x86-3.0.3.tar.gz) = 4480739 -SHA256 (teamspeak3-server_freebsd-x86-3.0.3.tar.gz) = f0f8f2d8bfe14ca58e12d8f1c9c766560ff6e9be09fe27129d775863d75c912e +SIZE (teamspeak3-server_freebsd-amd64-3.0.5.tar.gz) = 3977853 +SHA256 (teamspeak3-server_freebsd-amd64-3.0.5.tar.gz) = 2a3ea45a2d29799cd40acb292215b76d4f413b089d84495d44a7f470be377c55 +SIZE (teamspeak3-server_freebsd-x86-3.0.5.tar.gz) = 4480621 +SHA256 (teamspeak3-server_freebsd-x86-3.0.5.tar.gz) = 88a46adadb81bbc3e9a2b55c49547bed309a4b7b3009e07a6d0b6bcb123abf06 diff -ruN /usr/ports/audio/teamspeak3-server/pkg-plist teamspeak3-server/pkg-plist --- /usr/ports/audio/teamspeak3-server/pkg-plist 2012-05-04 20:26:12.000000000 +0200 +++ teamspeak3-server/pkg-plist 2012-06-20 15:13:58.370957154 +0200 @@ -1,122 +1,12 @@ @stopdaemon teamspeak @comment basic files -lib/teamspeak/server/libts3db_sqlite3.so lib/teamspeak/server/libts3db_mysql.so +lib/teamspeak/server/libts3db_sqlite3.so @dirrm lib/teamspeak/server @dirrmtry lib/teamspeak libexec/teamspeak_server -share/teamspeak/server/LICENSE share/teamspeak/server/CHANGELOG -@comment sql files -share/teamspeak/server/sql/ban_delete.sql -share/teamspeak/server/sql/ban_insert.sql -share/teamspeak/server/sql/ban_list.sql -share/teamspeak/server/sql/binding_delete.sql -share/teamspeak/server/sql/bindings_insert.sql -share/teamspeak/server/sql/bindings_list.sql -share/teamspeak/server/sql/channel_delete.sql -share/teamspeak/server/sql/channel_insert.sql -share/teamspeak/server/sql/channel_server_list.sql -share/teamspeak/server/sql/channel_update_parentid.sql -share/teamspeak/server/sql/client_clear_traffic_stats.sql -share/teamspeak/server/sql/client_count_by_serverid.sql -share/teamspeak/server/sql/client_delete.sql -share/teamspeak/server/sql/client_delete_prune.sql -share/teamspeak/server/sql/client_get.sql -share/teamspeak/server/sql/client_get_by_id.sql -share/teamspeak/server/sql/client_get_by_name_or_uid.sql -share/teamspeak/server/sql/client_get_by_serverid.sql -share/teamspeak/server/sql/client_get_by_serverid_limit.sql -share/teamspeak/server/sql/client_get_by_uid.sql -share/teamspeak/server/sql/client_insert.sql -share/teamspeak/server/sql/client_update_login_info.sql -share/teamspeak/server/sql/client_update_name.sql -share/teamspeak/server/sql/client_update_stats.sql -share/teamspeak/server/sql/client_update_traffic_stats.sql -share/teamspeak/server/sql/clientid_get_by_name_pw.sql -share/teamspeak/server/sql/clientid_get_by_name_pw_serverid.sql -share/teamspeak/server/sql/complain_delete.sql -share/teamspeak/server/sql/complain_delete_all.sql -share/teamspeak/server/sql/complain_get_by_serverid.sql -share/teamspeak/server/sql/complain_insert.sql -share/teamspeak/server/sql/create_mysql/create_tables.sql -share/teamspeak/server/sql/create_mysql/drop_tables.sql -share/teamspeak/server/sql/create_sqlite/create_tables.sql -share/teamspeak/server/sql/create_sqlite/drop_tables.sql -share/teamspeak/server/sql/custom_delete_by_clientid.sql -share/teamspeak/server/sql/custom_get_by_id.sql -share/teamspeak/server/sql/custom_get_by_ident.sql -share/teamspeak/server/sql/custom_insert.sql -share/teamspeak/server/sql/defaults.sql -share/teamspeak/server/sql/group_delete.sql -share/teamspeak/server/sql/group_id_get_by_name.sql -share/teamspeak/server/sql/group_insert.sql -share/teamspeak/server/sql/group_member_delete.sql -share/teamspeak/server/sql/group_member_delete_by_groupid.sql -share/teamspeak/server/sql/group_member_detail_get_by_groupid.sql -share/teamspeak/server/sql/group_member_get.sql -share/teamspeak/server/sql/group_member_insert.sql -share/teamspeak/server/sql/group_members_get_by_groupid.sql -share/teamspeak/server/sql/group_members_get_by_id.sql -share/teamspeak/server/sql/group_members_get_by_serverid.sql -share/teamspeak/server/sql/group_rename.sql -share/teamspeak/server/sql/groups_get.sql -share/teamspeak/server/sql/groups_get_by_serverid.sql -share/teamspeak/server/sql/groups_get_by_serverid_type.sql -share/teamspeak/server/sql/info_delete.sql -share/teamspeak/server/sql/info_get_by_ident.sql -share/teamspeak/server/sql/info_insert.sql -share/teamspeak/server/sql/message_delete.sql -share/teamspeak/server/sql/message_get_by_clientid.sql -share/teamspeak/server/sql/message_get_unread_by_clientid.sql -share/teamspeak/server/sql/message_insert.sql -share/teamspeak/server/sql/message_list_by_clientid.sql -share/teamspeak/server/sql/message_update_flag.sql -share/teamspeak/server/sql/perm_delete_by_groupid.sql -share/teamspeak/server/sql/perm_delete_by_permid.sql -share/teamspeak/server/sql/perm_delete_by_serverid.sql -share/teamspeak/server/sql/perm_get_by_id.sql -share/teamspeak/server/sql/perm_get_by_serverid.sql -share/teamspeak/server/sql/perm_insert.sql -share/teamspeak/server/sql/perm_rename.sql -share/teamspeak/server/sql/perm_update_get_groups.sql -share/teamspeak/server/sql/properties_delete_by_id.sql -share/teamspeak/server/sql/properties_delete_by_string_id.sql -share/teamspeak/server/sql/properties_insert_by_id.sql -share/teamspeak/server/sql/properties_insert_by_string_id.sql -share/teamspeak/server/sql/properties_list_by_id.sql -share/teamspeak/server/sql/properties_list_by_string_id.sql -share/teamspeak/server/sql/server_clear_traffic_stats.sql -share/teamspeak/server/sql/server_delete.sql -share/teamspeak/server/sql/server_delete_get_qa_clients.sql -share/teamspeak/server/sql/server_get_byid.sql -share/teamspeak/server/sql/server_get_byport.sql -share/teamspeak/server/sql/server_insert.sql -share/teamspeak/server/sql/server_list.sql -share/teamspeak/server/sql/server_list_by_machine_id.sql -share/teamspeak/server/sql/server_snapshot_delete.sql -share/teamspeak/server/sql/server_snapshot_delete_failed.sql -share/teamspeak/server/sql/server_update_autostart.sql -share/teamspeak/server/sql/server_update_machine_id.sql -share/teamspeak/server/sql/server_update_port.sql -share/teamspeak/server/sql/server_update_traffic_stats.sql -share/teamspeak/server/sql/token_delete_by_key.sql -share/teamspeak/server/sql/token_get_by_key.sql -share/teamspeak/server/sql/token_insert.sql -share/teamspeak/server/sql/token_list.sql -share/teamspeak/server/sql/update_12.sql -share/teamspeak/server/sql/update_13.sql -share/teamspeak/server/sql/update_14.sql -share/teamspeak/server/sql/update_15.sql -share/teamspeak/server/sql/update_16.sql -share/teamspeak/server/sql/update_17.sql -share/teamspeak/server/sql/update_18.sql -share/teamspeak/server/sql/update_19.sql -share/teamspeak/server/sql/update_database_version.sql -share/teamspeak/server/sql/update_permissions_12.sql -@dirrm share/teamspeak/server/sql/create_mysql -@dirrm share/teamspeak/server/sql/create_sqlite -@dirrm share/teamspeak/server/sql +share/teamspeak/server/LICENSE @comment serverquerydocs files share/teamspeak/server/serverquerydocs/banadd.txt share/teamspeak/server/serverquerydocs/banclient.txt @@ -250,6 +140,116 @@ share/teamspeak/server/serverquerydocs/version.txt share/teamspeak/server/serverquerydocs/whoami.txt @dirrm share/teamspeak/server/serverquerydocs +@comment sql files +share/teamspeak/server/sql/ban_delete.sql +share/teamspeak/server/sql/ban_insert.sql +share/teamspeak/server/sql/ban_list.sql +share/teamspeak/server/sql/binding_delete.sql +share/teamspeak/server/sql/bindings_insert.sql +share/teamspeak/server/sql/bindings_list.sql +share/teamspeak/server/sql/channel_delete.sql +share/teamspeak/server/sql/channel_insert.sql +share/teamspeak/server/sql/channel_server_list.sql +share/teamspeak/server/sql/channel_update_parentid.sql +share/teamspeak/server/sql/client_clear_traffic_stats.sql +share/teamspeak/server/sql/client_count_by_serverid.sql +share/teamspeak/server/sql/client_delete.sql +share/teamspeak/server/sql/client_delete_prune.sql +share/teamspeak/server/sql/client_get.sql +share/teamspeak/server/sql/client_get_by_id.sql +share/teamspeak/server/sql/client_get_by_name_or_uid.sql +share/teamspeak/server/sql/client_get_by_serverid.sql +share/teamspeak/server/sql/client_get_by_serverid_limit.sql +share/teamspeak/server/sql/client_get_by_uid.sql +share/teamspeak/server/sql/client_insert.sql +share/teamspeak/server/sql/client_update_login_info.sql +share/teamspeak/server/sql/client_update_name.sql +share/teamspeak/server/sql/client_update_stats.sql +share/teamspeak/server/sql/client_update_traffic_stats.sql +share/teamspeak/server/sql/clientid_get_by_name_pw.sql +share/teamspeak/server/sql/clientid_get_by_name_pw_serverid.sql +share/teamspeak/server/sql/complain_delete.sql +share/teamspeak/server/sql/complain_delete_all.sql +share/teamspeak/server/sql/complain_get_by_serverid.sql +share/teamspeak/server/sql/complain_insert.sql +share/teamspeak/server/sql/create_mysql/create_tables.sql +share/teamspeak/server/sql/create_mysql/drop_tables.sql +share/teamspeak/server/sql/create_sqlite/create_tables.sql +share/teamspeak/server/sql/create_sqlite/drop_tables.sql +share/teamspeak/server/sql/custom_delete_by_clientid.sql +share/teamspeak/server/sql/custom_get_by_id.sql +share/teamspeak/server/sql/custom_get_by_ident.sql +share/teamspeak/server/sql/custom_insert.sql +share/teamspeak/server/sql/defaults.sql +share/teamspeak/server/sql/group_delete.sql +share/teamspeak/server/sql/group_id_get_by_name.sql +share/teamspeak/server/sql/group_insert.sql +share/teamspeak/server/sql/group_member_delete.sql +share/teamspeak/server/sql/group_member_delete_by_groupid.sql +share/teamspeak/server/sql/group_member_detail_get_by_groupid.sql +share/teamspeak/server/sql/group_member_get.sql +share/teamspeak/server/sql/group_member_insert.sql +share/teamspeak/server/sql/group_members_get_by_groupid.sql +share/teamspeak/server/sql/group_members_get_by_id.sql +share/teamspeak/server/sql/group_members_get_by_serverid.sql +share/teamspeak/server/sql/group_rename.sql +share/teamspeak/server/sql/groups_get.sql +share/teamspeak/server/sql/groups_get_by_serverid.sql +share/teamspeak/server/sql/groups_get_by_serverid_type.sql +share/teamspeak/server/sql/info_delete.sql +share/teamspeak/server/sql/info_get_by_ident.sql +share/teamspeak/server/sql/info_insert.sql +share/teamspeak/server/sql/message_delete.sql +share/teamspeak/server/sql/message_get_by_clientid.sql +share/teamspeak/server/sql/message_get_unread_by_clientid.sql +share/teamspeak/server/sql/message_insert.sql +share/teamspeak/server/sql/message_list_by_clientid.sql +share/teamspeak/server/sql/message_update_flag.sql +share/teamspeak/server/sql/perm_delete_by_groupid.sql +share/teamspeak/server/sql/perm_delete_by_permid.sql +share/teamspeak/server/sql/perm_delete_by_serverid.sql +share/teamspeak/server/sql/perm_get_by_id.sql +share/teamspeak/server/sql/perm_get_by_serverid.sql +share/teamspeak/server/sql/perm_insert.sql +share/teamspeak/server/sql/perm_rename.sql +share/teamspeak/server/sql/perm_update_get_groups.sql +share/teamspeak/server/sql/properties_delete_by_id.sql +share/teamspeak/server/sql/properties_delete_by_string_id.sql +share/teamspeak/server/sql/properties_insert_by_id.sql +share/teamspeak/server/sql/properties_insert_by_string_id.sql +share/teamspeak/server/sql/properties_list_by_id.sql +share/teamspeak/server/sql/properties_list_by_string_id.sql +share/teamspeak/server/sql/server_clear_traffic_stats.sql +share/teamspeak/server/sql/server_delete.sql +share/teamspeak/server/sql/server_delete_get_qa_clients.sql +share/teamspeak/server/sql/server_get_byid.sql +share/teamspeak/server/sql/server_get_byport.sql +share/teamspeak/server/sql/server_insert.sql +share/teamspeak/server/sql/server_list.sql +share/teamspeak/server/sql/server_list_by_machine_id.sql +share/teamspeak/server/sql/server_snapshot_delete.sql +share/teamspeak/server/sql/server_snapshot_delete_failed.sql +share/teamspeak/server/sql/server_update_autostart.sql +share/teamspeak/server/sql/server_update_machine_id.sql +share/teamspeak/server/sql/server_update_port.sql +share/teamspeak/server/sql/server_update_traffic_stats.sql +share/teamspeak/server/sql/token_delete_by_key.sql +share/teamspeak/server/sql/token_get_by_key.sql +share/teamspeak/server/sql/token_insert.sql +share/teamspeak/server/sql/token_list.sql +share/teamspeak/server/sql/update_12.sql +share/teamspeak/server/sql/update_13.sql +share/teamspeak/server/sql/update_14.sql +share/teamspeak/server/sql/update_15.sql +share/teamspeak/server/sql/update_16.sql +share/teamspeak/server/sql/update_17.sql +share/teamspeak/server/sql/update_18.sql +share/teamspeak/server/sql/update_19.sql +share/teamspeak/server/sql/update_database_version.sql +share/teamspeak/server/sql/update_permissions_12.sql +@dirrm share/teamspeak/server/sql/create_mysql +@dirrm share/teamspeak/server/sql/create_sqlite +@dirrm share/teamspeak/server/sql @comment directories @dirrm share/teamspeak/server @dirrmtry share/teamspeak --- ts3-3.0.5.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 13:52:37 2012 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 B51DD1065677; Wed, 20 Jun 2012 13:52:37 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 889EA8FC08; Wed, 20 Jun 2012 13:52:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KDqbZP082978; Wed, 20 Jun 2012 13:52:37 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KDqbMT082972; Wed, 20 Jun 2012 13:52:37 GMT (envelope-from linimon) Date: Wed, 20 Jun 2012 13:52:37 GMT Message-Id: <201206201352.q5KDqbMT082972@freefall.freebsd.org> To: luca.pizzamiglio@gmail.com, bgmoser@codexterous.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/168444: Segfault in devel/gdb version 7.4.1 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: Wed, 20 Jun 2012 13:52:37 -0000 Synopsis: Segfault in devel/gdb version 7.4.1 State-Changed-From-To: feedback->analyzed State-Changed-By: linimon State-Changed-When: Wed Jun 20 13:51:50 UTC 2012 State-Changed-Why: To submitter: does the patch in ports/169265 fix this problem? http://www.freebsd.org/cgi/query-pr.cgi?pr=168444 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 15:00:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3433B1065697 for ; Wed, 20 Jun 2012 15:00:23 +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 F38BD8FC1C for ; Wed, 20 Jun 2012 15:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KF0LTn039768 for ; Wed, 20 Jun 2012 15:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KF0LX4039767; Wed, 20 Jun 2012 15:00:21 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 15:00:21 GMT Resent-Message-Id: <201206201500.q5KF0LX4039767@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, Alan Hicks Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 612D01065672 for ; Wed, 20 Jun 2012 14:54:47 +0000 (UTC) (envelope-from alan@p-o.co.uk) Received: from schnittke.p-o.co.uk (alanhicks.plus.com [80.229.143.200]) by mx1.freebsd.org (Postfix) with ESMTP id DCBA18FC25 for ; Wed, 20 Jun 2012 14:54:46 +0000 (UTC) Received: from alan by p-o.co.uk with local (Exim 4.77 (FreeBSD)) (envelope-from ) id 1ShLtY-0004fe-7M for FreeBSD-gnats-submit@freebsd.org; Wed, 20 Jun 2012 15:28:32 +0100 Message-Id: Date: Wed, 20 Jun 2012 15:28:32 +0100 From: Alan Hicks To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169268: [Maintainer update] Fix for ipv6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alan Hicks List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 15:00:23 -0000 >Number: 169268 >Category: ports >Synopsis: [Maintainer update] Fix for ipv6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 15:00:21 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Alan Hicks >Release: FreeBSD 9.0-RELEASE i386 >Organization: >Environment: System: FreeBSD schnittke.p-o.co.uk 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Fix error connecting from ipv6 address. Also fix typo in timsieved rc script and updated from bsd.ports.[pre|post].mk to bsd.ports.mk >How-To-Repeat: >Fix: Apply patch --- dbmail302r2-r3.patch begins here --- diff -uNr dbmail.orig/Makefile dbmail/Makefile --- dbmail.orig/Makefile 2012-06-06 05:14:37.000000000 +0100 +++ dbmail/Makefile 2012-06-20 15:09:24.000000000 +0100 @@ -7,7 +7,7 @@ PORTNAME= dbmail PORTVERSION= 3.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.dbmail.org/download/3.0/ @@ -31,6 +31,8 @@ OPTIONS_DEFAULT= THREADS SIEVE_DESC= "Build with support for Sieve mail sorting language" +.include + USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_LDCONFIG= ${PREFIX}/lib/dbmail @@ -66,25 +68,25 @@ PLIST_SUB+= PORTDOCS="" .endif -.include - -.if defined(WITH_SIEVE) +.if ${PORT_OPTIONS:MSIEVE} CONFIGURE_ARGS+=--with-sieve=${LOCALBASE} LIB_DEPENDS+= sieve:${PORTSDIR}/mail/libsieve PLIST_SUB+= SIEVE="" .else +CONFIGURE_ARGS+=--without-sieve PLIST_SUB+= SIEVE="@comment " .endif -.if defined(WITH_LDAP) +.if ${PORT_OPTIONS:MLDAP} CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} USE_OPENLDAP= yes PLIST_SUB+= LDAP="" .else +CONFIGURE_ARGS+=--without-ldap PLIST_SUB+= LDAP="@comment " .endif -.if defined(WITH_THREADS) +.if ${PORT_OPTIONS:MTHREADS} EXTRA_PATCHES= ${FILESDIR}/extra-patch-acinclude.m4 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure .endif @@ -113,4 +115,4 @@ .endif @${CAT} ${PKGMESSAGE} -.include +.include diff -uNr dbmail.orig/files/dbmail-timsieved.in dbmail/files/dbmail-timsieved.in --- dbmail.orig/files/dbmail-timsieved.in 2012-03-18 19:17:12.000000000 +0000 +++ dbmail/files/dbmail-timsieved.in 2012-06-20 14:42:21.000000000 +0100 @@ -19,7 +19,7 @@ . /etc/rc.subr name=dbmail_timsieved -rcvar=dbmail-timsieved_enable +rcvar=dbmail_timsieved_enable command=%%PREFIX%%/sbin/dbmail-timsieved pidfile=/var/run/dbmail/dbmail-timsieved.pid diff -uNr dbmail.orig/files/patch-src_clientbase.c dbmail/files/patch-src_clientbase.c --- dbmail.orig/files/patch-src_clientbase.c 1970-01-01 01:00:00.000000000 +0100 +++ dbmail/files/patch-src_clientbase.c 2012-06-20 12:30:24.000000000 +0100 @@ -0,0 +1,20 @@ +--- src/clientbase.c.orig 2012-06-19 17:49:50.000000000 +0100 ++++ src/clientbase.c 2012-06-19 17:50:29.000000000 +0100 +@@ -160,7 +160,7 @@ + } else { + /* server-side */ + TRACE(TRACE_DEBUG,"saddr [%p] sa_family [%d] len [%d]", c->saddr, c->saddr->sa_family, c->saddr_len); +- if ((serr = getnameinfo(c->saddr, c->saddr_len, client->dst_ip, NI_MAXHOST, client->dst_port, NI_MAXSERV, ++ if ((serr = getnameinfo(c->saddr, c->saddr->sa_len, client->dst_ip, NI_MAXHOST, client->dst_port, NI_MAXSERV, + NI_NUMERICHOST | NI_NUMERICSERV))) { + TRACE(TRACE_INFO, "getnameinfo::error [%s]", gai_strerror(serr)); + } +@@ -168,7 +168,7 @@ + + /* client-side */ + TRACE(TRACE_DEBUG,"caddr [%p] sa_family [%d] len [%d]", c->caddr, c->caddr->sa_family, c->caddr_len); +- if ((serr = getnameinfo(c->caddr, c->caddr_len, client->src_ip, NI_MAXHOST, client->src_port, NI_MAXSERV, ++ if ((serr = getnameinfo(c->caddr, c->caddr->sa_len, client->src_ip, NI_MAXHOST, client->src_port, NI_MAXSERV, + NI_NUMERICHOST | NI_NUMERICSERV))) { + TRACE(TRACE_EMERG, "getnameinfo:error [%s]", gai_strerror(serr)); + } --- dbmail302r2-r3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 15:01:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B902106566C; Wed, 20 Jun 2012 15:01:19 +0000 (UTC) (envelope-from bgmoser@codexterous.com) Received: from mail.codexterous.com (mail.codexterous.com [174.36.88.42]) by mx1.freebsd.org (Postfix) with ESMTP id E84198FC0A; Wed, 20 Jun 2012 15:01:18 +0000 (UTC) Received: from [192.168.88.107] (ool-4b7fd6a2.static.optonline.net [75.127.214.162]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bgmoser@codexterous.com) by mail.codexterous.com (Postfix) with ESMTPSA id 733C1228001; Wed, 20 Jun 2012 10:53:56 -0400 (EDT) Message-ID: <4FE1E403.8050303@codexterous.com> Date: Wed, 20 Jun 2012 10:53:55 -0400 From: Brett Gmoser User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110323 Lanikai/3.1.9 MIME-Version: 1.0 To: linimon@FreeBSD.org References: <201206201352.q5KDqbMT082972@freefall.freebsd.org> In-Reply-To: <201206201352.q5KDqbMT082972@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org, luca.pizzamiglio@gmail.com Subject: Re: ports/168444: Segfault in devel/gdb version 7.4.1 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: Wed, 20 Jun 2012 15:01:19 -0000 On 6/20/2012 9:52 AM, linimon@FreeBSD.org wrote: > Synopsis: Segfault in devel/gdb version 7.4.1 > > State-Changed-From-To: feedback->analyzed > State-Changed-By: linimon > State-Changed-When: Wed Jun 20 13:51:50 UTC 2012 > State-Changed-Why: > To submitter: does the patch in ports/169265 fix this problem? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=168444 It does, thanks! Specifically the portion at the end for fbsd-threads.c. That portion was written by John Baldwin in an e-mail chain between myself, John, and the maintainer for this port who is CC'd here. Luca did say he'd integrate the patch. Definitely ok to close this at this point if that patch is committed. Thanks again for your time. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 15:10:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3A2C1065675 for ; Wed, 20 Jun 2012 15:10:06 +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 7BF1B8FC15 for ; Wed, 20 Jun 2012 15:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KFA6Oe049895 for ; Wed, 20 Jun 2012 15:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KFA67x049894; Wed, 20 Jun 2012 15:10:06 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 15:10:06 GMT Resent-Message-Id: <201206201510.q5KFA67x049894@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, "Matthew X. Economou" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17078106564A for ; Wed, 20 Jun 2012 15:02:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 01AA38FC12 for ; Wed, 20 Jun 2012 15:02:51 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5KF2nMt006338 for ; Wed, 20 Jun 2012 15:02:49 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5KF2n92006337; Wed, 20 Jun 2012 15:02:49 GMT (envelope-from nobody) Message-Id: <201206201502.q5KF2n92006337@red.freebsd.org> Date: Wed, 20 Jun 2012 15:02:49 GMT From: "Matthew X. Economou" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169269: New port www/py-django-reversion 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: Wed, 20 Jun 2012 15:10:06 -0000 >Number: 169269 >Category: ports >Synopsis: New port www/py-django-reversion >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: Wed Jun 20 15:10:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthew X. Economou >Release: 9.0 >Organization: IRTNOG >Environment: FreeBSD cinep100bsdweb.irtnog.net 9.0-RELEASE-p1 FreeBSD 9.0-RELEASE-p1 #8: Fri May 11 17:08:28 EDT 2012 root@cinep001bsdgw.irtnog.net:/usr/obj/usr/src/sys/FIREWALL amd64 >Description: This is a Django extension that adds versioning to the framework. From the web site: django-reversion is an extension to the Django web framework that provides comprehensive version control facilities: - Roll back to any point in a model's history - an unlimited undo facility! - Recover deleted models - never lose data again! - Admin integration for maximum usability. - Group related changes into revisions that can be rolled back in a single transaction. - Automatically save a new version whenever your model changes using Django's flexible signalling framework. - Automate your revision management with easy-to-use middleware. django-reversion can be easily added to your existing Django project with an absolute minimum of code changes. >How-To-Repeat: N/A >Fix: N/A 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: # # py-django-reversion # py-django-reversion/pkg-plist # py-django-reversion/pkg-message # py-django-reversion/distinfo # py-django-reversion/Makefile # py-django-reversion/pkg-descr # echo c - py-django-reversion mkdir -p py-django-reversion > /dev/null 2>&1 echo x - py-django-reversion/pkg-plist sed 's/^X//' >py-django-reversion/pkg-plist << '5d05f743e799d6cb5d23cb5bad691fe1' X%%PYTHON_SITELIBDIR%%/reversion/models.pyc X%%PYTHON_SITELIBDIR%%/reversion/tests_deprecated.py X%%PYTHON_SITELIBDIR%%/reversion/middleware.pyo X%%PYTHON_SITELIBDIR%%/reversion/tests.pyc X%%PYTHON_SITELIBDIR%%/reversion/revisions.pyo X%%PYTHON_SITELIBDIR%%/reversion/admin.pyc X%%PYTHON_SITELIBDIR%%/reversion/revisions.py X%%PYTHON_SITELIBDIR%%/reversion/__init__.pyc X%%PYTHON_SITELIBDIR%%/reversion/management/__init__.pyc X%%PYTHON_SITELIBDIR%%/reversion/management/__init__.py X%%PYTHON_SITELIBDIR%%/reversion/management/commands/__init__.py X%%PYTHON_SITELIBDIR%%/reversion/management/commands/deleterevisions.py X%%PYTHON_SITELIBDIR%%/reversion/management/commands/__init__.pyo X%%PYTHON_SITELIBDIR%%/reversion/management/commands/createinitialrevisions.pyc X%%PYTHON_SITELIBDIR%%/reversion/management/commands/createinitialrevisions.py X%%PYTHON_SITELIBDIR%%/reversion/management/commands/deleterevisions.pyc X%%PYTHON_SITELIBDIR%%/reversion/management/commands/__init__.pyc X%%PYTHON_SITELIBDIR%%/reversion/management/commands/createinitialrevisions.pyo X%%PYTHON_SITELIBDIR%%/reversion/management/commands/deleterevisions.pyo X%%PYTHON_SITELIBDIR%%/reversion/management/__init__.pyo X%%PYTHON_SITELIBDIR%%/reversion/helpers.pyc X%%PYTHON_SITELIBDIR%%/reversion/admin.py X%%PYTHON_SITELIBDIR%%/reversion/templates/reversion/recover_list.html X%%PYTHON_SITELIBDIR%%/reversion/templates/reversion/recover_form.html X%%PYTHON_SITELIBDIR%%/reversion/templates/reversion/change_list.html X%%PYTHON_SITELIBDIR%%/reversion/templates/reversion/revision_form.html X%%PYTHON_SITELIBDIR%%/reversion/templates/reversion/object_history.html X%%PYTHON_SITELIBDIR%%/reversion/models.py X%%PYTHON_SITELIBDIR%%/reversion/tests_deprecated.pyc X%%PYTHON_SITELIBDIR%%/reversion/tests.py X%%PYTHON_SITELIBDIR%%/reversion/locale/nb/LC_MESSAGES/django.po X%%PYTHON_SITELIBDIR%%/reversion/locale/nb/LC_MESSAGES/django.mo X%%PYTHON_SITELIBDIR%%/reversion/locale/pl/LC_MESSAGES/django.mo X%%PYTHON_SITELIBDIR%%/reversion/locale/pl/LC_MESSAGES/django.po X%%PYTHON_SITELIBDIR%%/reversion/locale/cs/LC_MESSAGES/django.mo X%%PYTHON_SITELIBDIR%%/reversion/locale/cs/LC_MESSAGES/django.po X%%PYTHON_SITELIBDIR%%/reversion/locale/he/LC_MESSAGES/django.po X%%PYTHON_SITELIBDIR%%/reversion/locale/he/LC_MESSAGES/django.mo X%%PYTHON_SITELIBDIR%%/reversion/locale/fr/LC_MESSAGES/django.mo X%%PYTHON_SITELIBDIR%%/reversion/locale/fr/LC_MESSAGES/django.po X%%PYTHON_SITELIBDIR%%/reversion/locale/de/LC_MESSAGES/django.po X%%PYTHON_SITELIBDIR%%/reversion/locale/de/LC_MESSAGES/django.mo X%%PYTHON_SITELIBDIR%%/reversion/locale/ru/LC_MESSAGES/django.po X%%PYTHON_SITELIBDIR%%/reversion/locale/ru/LC_MESSAGES/django.mo X%%PYTHON_SITELIBDIR%%/reversion/locale/it/LC_MESSAGES/django.mo X%%PYTHON_SITELIBDIR%%/reversion/locale/it/LC_MESSAGES/django.po X%%PYTHON_SITELIBDIR%%/reversion/__init__.py X%%PYTHON_SITELIBDIR%%/reversion/__init__.pyo X%%PYTHON_SITELIBDIR%%/reversion/admin.pyo X%%PYTHON_SITELIBDIR%%/reversion/helpers.py X%%PYTHON_SITELIBDIR%%/reversion/helpers.pyo X%%PYTHON_SITELIBDIR%%/reversion/locale/pt_BR/LC_MESSAGES/django.mo X%%PYTHON_SITELIBDIR%%/reversion/locale/pt_BR/LC_MESSAGES/django.po X%%PYTHON_SITELIBDIR%%/reversion/middleware.py X%%PYTHON_SITELIBDIR%%/reversion/middleware.pyc X%%PYTHON_SITELIBDIR%%/reversion/migrations/0001_initial.py X%%PYTHON_SITELIBDIR%%/reversion/migrations/0001_initial.pyc X%%PYTHON_SITELIBDIR%%/reversion/migrations/0001_initial.pyo X%%PYTHON_SITELIBDIR%%/reversion/migrations/0002_auto__add_field_version_type.py X%%PYTHON_SITELIBDIR%%/reversion/migrations/0002_auto__add_field_version_type.pyc X%%PYTHON_SITELIBDIR%%/reversion/migrations/0002_auto__add_field_version_type.pyo X%%PYTHON_SITELIBDIR%%/reversion/migrations/0003_auto__add_field_version_object_id_int.py X%%PYTHON_SITELIBDIR%%/reversion/migrations/0003_auto__add_field_version_object_id_int.pyc X%%PYTHON_SITELIBDIR%%/reversion/migrations/0003_auto__add_field_version_object_id_int.pyo X%%PYTHON_SITELIBDIR%%/reversion/migrations/0004_populate_object_id_int.py X%%PYTHON_SITELIBDIR%%/reversion/migrations/0004_populate_object_id_int.pyc X%%PYTHON_SITELIBDIR%%/reversion/migrations/0004_populate_object_id_int.pyo X%%PYTHON_SITELIBDIR%%/reversion/migrations/0005_auto__add_field_revision_manager_slug.py X%%PYTHON_SITELIBDIR%%/reversion/migrations/0005_auto__add_field_revision_manager_slug.pyc X%%PYTHON_SITELIBDIR%%/reversion/migrations/0005_auto__add_field_revision_manager_slug.pyo X%%PYTHON_SITELIBDIR%%/reversion/migrations/__init__.py X%%PYTHON_SITELIBDIR%%/reversion/migrations/__init__.pyc X%%PYTHON_SITELIBDIR%%/reversion/migrations/__init__.pyo X%%PYTHON_SITELIBDIR%%/reversion/models.pyo X%%PYTHON_SITELIBDIR%%/reversion/revisions.pyc X%%PYTHON_SITELIBDIR%%/reversion/tests.pyo X%%PYTHON_SITELIBDIR%%/reversion/tests_deprecated.pyo X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/templates/reversion X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/templates X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/migrations X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/management/commands X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/management X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/ru/LC_MESSAGES X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/ru X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/pl/LC_MESSAGES X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/pl X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/pt_BR/LC_MESSAGES X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/pt_BR X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/nb/LC_MESSAGES X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/nb X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/it/LC_MESSAGES X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/it X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/he/LC_MESSAGES X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/he X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/fr/LC_MESSAGES X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/fr X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/de/LC_MESSAGES X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/de X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/cs/LC_MESSAGES X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/cs X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale X@dirrmtry %%PYTHON_SITELIBDIR%%/reversion X@dirrmtry %%PYTHON_SITELIBDIR%% X@dirrmtry %%PYTHON_LIB%% 5d05f743e799d6cb5d23cb5bad691fe1 echo x - py-django-reversion/pkg-message sed 's/^X//' >py-django-reversion/pkg-message << '483e9d61143aea857ade10a6b65c4c5d' X********************************************************************** X XTo add django-reversion to a django project: X X1. Add 'reversion' to your INSTALLED_APPS setting. X X2. Run the command "manage.py syncdb". X X********************************************************************** 483e9d61143aea857ade10a6b65c4c5d echo x - py-django-reversion/distinfo sed 's/^X//' >py-django-reversion/distinfo << '8084bc6881b94214eaed4ddf18423d47' XSHA256 (django-reversion-1.6.0.tar.gz) = d364c31243439578197332992b407ff415b45d7aef584441751c963a0ae5adaf XSIZE (django-reversion-1.6.0.tar.gz) = 42215 8084bc6881b94214eaed4ddf18423d47 echo x - py-django-reversion/Makefile sed 's/^X//' >py-django-reversion/Makefile << '2df8de624cc6bd7abdaea5e3b2cb32f4' X# New ports collection makefile for: py-django-reversion X# Date created: 19 Jun 2012 X# Whom: Matthew X. Economou X# X# $FreeBSD$ X# X XPORTNAME= django-reversion XPORTVERSION= 1.6.0 XCATEGORIES= www python XMASTER_SITES= ${MASTER_SITE_CHEESESHOP} XMASTER_SITE_SUBDIR= source/d/${PORTNAME} XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= xenophon+fbsdports@irtnog.org XCOMMENT= Provides comprehensive version control facilities to Django apps X XLICENSE= BSD X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.3.1:${PORTSDIR}/www/py-django X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include 2df8de624cc6bd7abdaea5e3b2cb32f4 echo x - py-django-reversion/pkg-descr sed 's/^X//' >py-django-reversion/pkg-descr << '424d3a1e2c5e1b5e55661cd157f6c3be' Xdjango-reversion is an extension to the Django web framework that Xprovides comprehensive version control facilities: X X- Roll back to any point in a model's history - an unlimited undo X facility! X- Recover deleted models - never lose data again! X- Admin integration for maximum usability. X- Group related changes into revisions that can be rolled back in a X single transaction. X- Automatically save a new version whenever your model changes using X Django's flexible signalling framework. X- Automate your revision management with easy-to-use middleware. X Xdjango-reversion can be easily added to your existing Django project Xwith an absolute minimum of code changes. X XWWW: https://github.com/etianen/django-reversion 424d3a1e2c5e1b5e55661cd157f6c3be exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 15:10:09 2012 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 844D9106566C for ; Wed, 20 Jun 2012 15:10:09 +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 6F6338FC0C for ; Wed, 20 Jun 2012 15:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KFA9NH049971 for ; Wed, 20 Jun 2012 15:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KFA99x049970; Wed, 20 Jun 2012 15:10:09 GMT (envelope-from gnats) Date: Wed, 20 Jun 2012 15:10:09 GMT Message-Id: <201206201510.q5KFA99x049970@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergey Sitnikov Cc: Subject: Re: ports/169253: PHP 5.4.4 xcache broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sergey Sitnikov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 15:10:09 -0000 The following reply was made to PR ports/169253; it has been noted by GNATS. From: Sergey Sitnikov To: bug-followup@freebsd.org, serge.sitnikov@gmail.com Cc: Subject: Re: ports/169253: PHP 5.4.4 xcache broken Date: Wed, 20 Jun 2012 22:05:55 +0700 Yes, I did. phpinfo() gives: XCache Support enabled Version 2.0.0 Modules Built cacher Readonly Protection N/A Cache Init Time 1970-01-01 03:00:00 Cache Instance Id 0 Opcode Cache disabled Variable Cache disabled Shared Memory Schemes (null) but php -i | grep xcache gives only: /usr/local/etc/php/xcache.ini php -v reports no xcache: PHP 5.4.4 (cli) (built: Jun 20 2012 07:32:50) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies Pretty strange. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 15:10:19 2012 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 56B6E106566B; Wed, 20 Jun 2012 15:10:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2A6FB8FC14; Wed, 20 Jun 2012 15:10:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KFAJZV050089; Wed, 20 Jun 2012 15:10:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KFAJQq050085; Wed, 20 Jun 2012 15:10:19 GMT (envelope-from edwin) Date: Wed, 20 Jun 2012 15:10:19 GMT Message-Id: <201206201510.q5KFAJQq050085@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169269: New port www/py-django-reversion 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: Wed, 20 Jun 2012 15:10:19 -0000 Synopsis: New port www/py-django-reversion Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 20 15:10:18 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169269 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 15:34:11 2012 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 592BD106566B; Wed, 20 Jun 2012 15:34:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2AC958FC08; Wed, 20 Jun 2012 15:34:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KFYBsA078657; Wed, 20 Jun 2012 15:34:11 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KFYBhS078653; Wed, 20 Jun 2012 15:34:11 GMT (envelope-from linimon) Date: Wed, 20 Jun 2012 15:34:11 GMT Message-Id: <201206201534.q5KFYBhS078653@freefall.freebsd.org> To: luca.pizzamiglio@gmail.com, bgmoser@codexterous.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/168444: Segfault in devel/gdb version 7.4.1 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: Wed, 20 Jun 2012 15:34:11 -0000 Synopsis: Segfault in devel/gdb version 7.4.1 State-Changed-From-To: analyzed->closed State-Changed-By: linimon State-Changed-When: Wed Jun 20 15:33:34 UTC 2012 State-Changed-Why: See ports/168444 for a fix. http://www.freebsd.org/cgi/query-pr.cgi?pr=168444 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 15:40:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 482A61065670 for ; Wed, 20 Jun 2012 15:40:10 +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 32DE08FC21 for ; Wed, 20 Jun 2012 15:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KFeATA079315 for ; Wed, 20 Jun 2012 15:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KFeAJ2079314; Wed, 20 Jun 2012 15:40:10 GMT (envelope-from gnats) Date: Wed, 20 Jun 2012 15:40:10 GMT Message-Id: <201206201540.q5KFeAJ2079314@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mark Linimon Cc: Subject: Re: ports/168444: Segfault in devel/gdb version 7.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Linimon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 15:40:10 -0000 The following reply was made to PR ports/168444; it has been noted by GNATS. From: Mark Linimon To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/168444: Segfault in devel/gdb version 7.4.1 Date: Wed, 20 Jun 2012 10:34:48 -0500 ----- Forwarded message from Brett Gmoser ----- Date: Wed, 20 Jun 2012 10:53:55 -0400 From: Brett Gmoser To: linimon@FreeBSD.org CC: luca.pizzamiglio@gmail.com, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/168444: Segfault in devel/gdb version 7.4.1 It does, thanks! Specifically the portion at the end for fbsd-threads.c. That portion was written by John Baldwin in an e-mail chain between myself, John, and the maintainer for this port who is CC'd here. Luca did say he'd integrate the patch. Definitely ok to close this at this point if that patch is committed. Thanks again for your time. ----- End forwarded message ----- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 16:00:26 2012 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 5BDAA10656D6 for ; Wed, 20 Jun 2012 16:00:26 +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 2DED48FC2A for ; Wed, 20 Jun 2012 16:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KG0QVT096539 for ; Wed, 20 Jun 2012 16:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KG0QqP096537; Wed, 20 Jun 2012 16:00:26 GMT (envelope-from gnats) Date: Wed, 20 Jun 2012 16:00:26 GMT Message-Id: <201206201600.q5KG0QqP096537@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergey Sitnikov Cc: Subject: Re: ports/169253: PHP 5.4.4 xcache broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sergey Sitnikov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 16:00:26 -0000 The following reply was made to PR ports/169253; it has been noted by GNATS. From: Sergey Sitnikov To: bug-followup@freebsd.org, serge.sitnikov@gmail.com Cc: Subject: Re: ports/169253: PHP 5.4.4 xcache broken Date: Wed, 20 Jun 2012 22:55:48 +0700 And yes, the port is php5. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 16:00:26 2012 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 AAE6410656DA for ; Wed, 20 Jun 2012 16:00:26 +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 8418A8FC31 for ; Wed, 20 Jun 2012 16:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KG0Qf7096553 for ; Wed, 20 Jun 2012 16:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KG0QRE096552; Wed, 20 Jun 2012 16:00:26 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 16:00:26 GMT Resent-Message-Id: <201206201600.q5KG0QRE096552@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, Svyatoslav Lempert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 966C110656EB for ; Wed, 20 Jun 2012 15:57:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 822CF8FC17 for ; Wed, 20 Jun 2012 15:57:28 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5KFvSDD098722 for ; Wed, 20 Jun 2012 15:57:28 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5KFvSDx098721; Wed, 20 Jun 2012 15:57:28 GMT (envelope-from nobody) Message-Id: <201206201557.q5KFvSDx098721@red.freebsd.org> Date: Wed, 20 Jun 2012 15:57:28 GMT From: Svyatoslav Lempert To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169270: [update] devel/ioncube 4.2.1 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: Wed, 20 Jun 2012 16:00:26 -0000 >Number: 169270 >Category: ports >Synopsis: [update] devel/ioncube 4.2.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 16:00:26 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Svyatoslav Lempert >Release: >Organization: >Environment: >Description: - Update to 4.2.1 >How-To-Repeat: >Fix: Please commit patch to portstree Patch attached with submission follows: diff -Nr ioncube/Makefile ioncube.new/Makefile 9c9 < DISTVERSION= 4.2.0 --- > DISTVERSION= 4.2.1 diff -Nr ioncube/distinfo ioncube.new/distinfo 1,8c1,8 < SHA256 (ioncube_loaders_fre_7_x86.tar.bz2) = bc011f46aaa51986cab577659b26a0029c2580e64f6bbee3ec92ef3fe91f975d < SIZE (ioncube_loaders_fre_7_x86.tar.bz2) = 3328869 < SHA256 (ioncube_loaders_fre_7_x86-64.tar.bz2) = 8127914f2cb9ac7777bdd4c6f86fc8ec8e7a631ab8898ccee92400107c3ce72b < SIZE (ioncube_loaders_fre_7_x86-64.tar.bz2) = 3440513 < SHA256 (ioncube_loaders_fre_8_x86.tar.bz2) = b231892240386d969b9916accbd042e86631c2a1f307c85f5fa836a3a9273d48 < SIZE (ioncube_loaders_fre_8_x86.tar.bz2) = 3331334 < SHA256 (ioncube_loaders_fre_8_x86-64.tar.bz2) = 8878df42b40f4260ab0c0af5ae5234c5a36822def93dc1f2b5ce95fad0029cfa < SIZE (ioncube_loaders_fre_8_x86-64.tar.bz2) = 3440806 --- > SHA256 (ioncube_loaders_fre_7_x86.tar.bz2) = 382435cbd74527857f0a15c94c5364cc7a2ede48ce92cabcbe045229795202f4 > SIZE (ioncube_loaders_fre_7_x86.tar.bz2) = 3330295 > SHA256 (ioncube_loaders_fre_7_x86-64.tar.bz2) = f54d5fe28c47d0b3d43f7fda2ad5cc800fe3aef6f852e9e0033f1400a1e4fc60 > SIZE (ioncube_loaders_fre_7_x86-64.tar.bz2) = 3441909 > SHA256 (ioncube_loaders_fre_8_x86.tar.bz2) = edcbdb01bedd94bae53a4c07515950fcaee3c3b241a3d39567cd289964047504 > SIZE (ioncube_loaders_fre_8_x86.tar.bz2) = 3332128 > SHA256 (ioncube_loaders_fre_8_x86-64.tar.bz2) = 2a8a59f03f0a815bf41c5a1e59dfdc733be9d98cd4cae0c02c9366d68e3ec2cf > SIZE (ioncube_loaders_fre_8_x86-64.tar.bz2) = 3442231 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 17:40:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 54D7B106566C for ; Wed, 20 Jun 2012 17:40:09 +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 30C9E8FC19 for ; Wed, 20 Jun 2012 17:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KHe9D0097124 for ; Wed, 20 Jun 2012 17:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KHe9B5097123; Wed, 20 Jun 2012 17:40:09 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 17:40:09 GMT Resent-Message-Id: <201206201740.q5KHe9B5097123@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, Sevan Janiyan Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 397581065672 for ; Wed, 20 Jun 2012 17:38:23 +0000 (UTC) (envelope-from venture37@geeklan.co.uk) Received: from Sevans-X61s.dev.geeklan.co.uk (unknown [IPv6:2001:4b10:101a:2::20]) by mx1.freebsd.org (Postfix) with ESMTP id 795CB8FC08 for ; Wed, 20 Jun 2012 17:38:22 +0000 (UTC) Received: from localhost (1001@localhost [IPv6:::1]) by Sevans-X61s.dev.geeklan.co.uk (OpenSMTPD) with ESMTP id e86e1c0c; Wed, 20 Jun 2012 18:30:00 +0100 (BST) Message-Id: <5756172722661900697.enqueue@Sevans-X61s.dev.geeklan.co.uk> Date: Wed, 20 Jun 2012 18:30:00 +0100 (BST) From: Sevan Janiyan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: arved@FreeBSD.org Subject: ports/169271: [PATCH] devel/pcsc-lite: Don't mention removed package 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: Wed, 20 Jun 2012 17:40:09 -0000 >Number: 169271 >Category: ports >Synopsis: [PATCH] devel/pcsc-lite: Don't mention removed package >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: Wed Jun 20 17:40:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sevan Janiyan >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD Sevans-X61s.dev.geeklan.co.uk 10.0-CURRENT FreeBSD 10.0-CURRENT #3 r237227M: Mon Jun 18 16:30:49 BST >Description: ifd-gempc410 was is nolonger in ports replace space with tab in Makefile Port maintainer (arved@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- pcsc-lite-1.8.3,2.patch begins here --- Index: Makefile =================================================================== RCS file: /usr/local/sandbox/ports/devel/pcsc-lite/Makefile,v retrieving revision 1.62 diff -u -r1.62 Makefile --- Makefile 10 Jun 2012 16:12:40 -0000 1.62 +++ Makefile 20 Jun 2012 16:28:04 -0000 @@ -45,7 +45,7 @@ USB_DESC= Support for USB-reader .if $(PORT_OPTIONS:MUSB) -CONFIGURE_ENV+= LIBUSB_LIBS="-lusb" +CONFIGURE_ENV+= LIBUSB_LIBS="-lusb" CONFIGURE_ARGS+=--enable-libusb=/usr .else CONFIGURE_ARGS+=--disable-libusb Index: files/pkg-message.in =================================================================== RCS file: /usr/local/sandbox/ports/devel/pcsc-lite/files/pkg-message.in,v retrieving revision 1.7 diff -u -r1.7 pkg-message.in --- files/pkg-message.in 4 Jun 2011 15:55:30 -0000 1.7 +++ files/pkg-message.in 31 May 2012 21:45:56 -0000 @@ -4,7 +4,6 @@ You can fetch drivers from http://www.linuxnet.com/sourcedrivers.html or install one of the following ports: devel/libccid -security/ifd-gempc410 security/ifd-slb_rf60 For cardreaders connected to the serial port: After installing the driver, --- pcsc-lite-1.8.3,2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 17:40:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2E311065675 for ; Wed, 20 Jun 2012 17:40:09 +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 7BFC88FC1B for ; Wed, 20 Jun 2012 17:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KHe9Bs097133 for ; Wed, 20 Jun 2012 17:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KHe9KD097132; Wed, 20 Jun 2012 17:40:09 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 17:40:09 GMT Resent-Message-Id: <201206201740.q5KHe9KD097132@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, Svyatoslav Lempert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25682106566C for ; Wed, 20 Jun 2012 17:40:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id EAE5E8FC12 for ; Wed, 20 Jun 2012 17:40:00 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5KHe0J4052531 for ; Wed, 20 Jun 2012 17:40:00 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5KHe06I052530; Wed, 20 Jun 2012 17:40:00 GMT (envelope-from nobody) Message-Id: <201206201740.q5KHe06I052530@red.freebsd.org> Date: Wed, 20 Jun 2012 17:40:00 GMT From: Svyatoslav Lempert To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169272: [update] lang/php52 to 5.2.17_9 (20120526) 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: Wed, 20 Jun 2012 17:40:09 -0000 >Number: 169272 >Category: ports >Synopsis: [update] lang/php52 to 5.2.17_9 (20120526) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 17:40:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Svyatoslav Lempert >Release: 9.0-STABLE >Organization: >Environment: >Description: - update backports patch to latest version (20120526) - magic_quotes_gpc fix for regression introduced by CVE-2012-0831 fix - security 3761df02-0f9c-11e0-becc-0022156e8794 59b68b1e-9c78-11e1-b5e0-000c299b62e1 Please remove security vulnerabilities http://www.vuxml.org/freebsd/3761df02-0f9c-11e0-becc-0022156e8794.html CVE-2006-7243 : This is NOT vulnerability https://bugzilla.redhat.com/show_bug.cgi?id=662707 We do not consider safe_mode / open_basedir restriction bypass issues to be security sensitive. For more details see http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=169857#c1 http://www.vuxml.org/freebsd/59b68b1e-9c78-11e1-b5e0-000c299b62e1.html CVE-2012-1823 : was fixed in 5.2.17_8 CVE-2012-2311 : fixed in the last patch CVE-2012-2329 : this flaw only affects PHP 5.4.0 through 5.4.2 https://access.redhat.com/security/cve/CVE-2012-2329 https://bugzilla.redhat.com/show_bug.cgi?id=820000 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Nru php52.old/Makefile php52/Makefile --- php52.old/Makefile 2012-05-16 16:36:34.000000000 +0900 +++ php52/Makefile 2012-05-26 02:26:32.000000000 +0900 @@ -7,7 +7,7 @@ PORTNAME= php52 PORTVERSION= 5.2.17 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions @@ -26,7 +26,7 @@ MAKE_JOBS_SAFE= yes # BACKPORTS patch for lang/php52 and all php52-extensions -PATCHFILES= php52-backports-security-20120504.patch +PATCHFILES= php52-backports-security-20120526.patch PATCH_SITES= http://php52-backports.googlecode.com/files/ .if !defined(PKGNAMESUFFIX) diff -Nru php52.old/distinfo php52/distinfo --- php52.old/distinfo 2012-05-06 00:21:14.000000000 +0900 +++ php52/distinfo 2012-05-26 03:00:13.000000000 +0900 @@ -1,10 +1,10 @@ SHA256 (php-5.2.17.tar.bz2) = e81beb13ec242ab700e56f366e9da52fd6cf18961d155b23304ca870e53f116c SIZE (php-5.2.17.tar.bz2) = 9092312 +SHA256 (php52-backports-security-20120526.patch) = f5c62f44c2c040b89d14b55770aca7fae86d1f7c0f572f97d89550aec416d60d +SIZE (php52-backports-security-20120526.patch) = 293532 SHA256 (php-5.2.14-fpm-0.5.14-freebsd.patch.gz) = 354ce451417d14ef47761ae55147e9cee30fa0ff6f59447da021194c539f4d7f SIZE (php-5.2.14-fpm-0.5.14-freebsd.patch.gz) = 43550 SHA256 (suhosin-patch-5.2.16-0.9.7.patch.gz) = aae115a318d80b3f32cedf876e7a8e4b932febb1b0c743c0b398003ebe122f91 SIZE (suhosin-patch-5.2.16-0.9.7.patch.gz) = 23069 SHA256 (php-5.2.10-mail-header.patch) = a61d50540f4aae32390118453845c380fe935b6d1e46cef6819c8561946e942f SIZE (php-5.2.10-mail-header.patch) = 3383 -SHA256 (php52-backports-security-20120504.patch) = 1ccf9faabccc2f682359076c15162b1acc972e01faeabd9fce6e8d69f5b12c89 -SIZE (php52-backports-security-20120504.patch) = 292077 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 17:40:28 2012 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 331071065687; Wed, 20 Jun 2012 17:40:28 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 066588FC12; Wed, 20 Jun 2012 17:40:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KHeR7B098195; Wed, 20 Jun 2012 17:40:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KHeRVV098186; Wed, 20 Jun 2012 17:40:27 GMT (envelope-from edwin) Date: Wed, 20 Jun 2012 17:40:27 GMT Message-Id: <201206201740.q5KHeRVV098186@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, arved@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169271: [PATCH] devel/pcsc-lite: Don't mention removed package 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: Wed, 20 Jun 2012 17:40:28 -0000 Synopsis: [PATCH] devel/pcsc-lite: Don't mention removed package Responsible-Changed-From-To: freebsd-ports-bugs->arved Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 20 17:40:27 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169271 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 17:40:35 2012 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 4DB3A1065688; Wed, 20 Jun 2012 17:40:35 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 210488FC14; Wed, 20 Jun 2012 17:40:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KHeZXo098853; Wed, 20 Jun 2012 17:40:35 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KHeYFu098845; Wed, 20 Jun 2012 17:40:34 GMT (envelope-from edwin) Date: Wed, 20 Jun 2012 17:40:34 GMT Message-Id: <201206201740.q5KHeYFu098845@freefall.freebsd.org> To: svyatoslav.lempert@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169272: [update] lang/php52 to 5.2.17_9 (20120526) 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: Wed, 20 Jun 2012 17:40:35 -0000 Synopsis: [update] lang/php52 to 5.2.17_9 (20120526) State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Jun 20 17:40:34 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169272 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 17:50:14 2012 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 1B8C41065673 for ; Wed, 20 Jun 2012 17:50:14 +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 066D68FC08 for ; Wed, 20 Jun 2012 17:50:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KHoDfi006290 for ; Wed, 20 Jun 2012 17:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KHoDF3006288; Wed, 20 Jun 2012 17:50:13 GMT (envelope-from gnats) Date: Wed, 20 Jun 2012 17:50:13 GMT Message-Id: <201206201750.q5KHoDF3006288@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/169272: [update] lang/php52 to 5.2.17_9 (20120526) 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: Wed, 20 Jun 2012 17:50:14 -0000 The following reply was made to PR ports/169272; it has been noted by GNATS. From: Edwin Groothuis To: admin@lissyara.su Cc: bug-followup@FreeBSD.org Subject: Re: ports/169272: [update] lang/php52 to 5.2.17_9 (20120526) Date: Wed, 20 Jun 2012 17:40:31 UT Maintainer of lang/php52, Please note that PR ports/169272 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169272 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 19:02:56 2012 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 E87891065673; Wed, 20 Jun 2012 19:02:56 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BBD588FC08; Wed, 20 Jun 2012 19:02:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KJ2unc080082; Wed, 20 Jun 2012 19:02:56 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KJ2usY080078; Wed, 20 Jun 2012 19:02:56 GMT (envelope-from beech) Date: Wed, 20 Jun 2012 19:02:56 GMT Message-Id: <201206201902.q5KJ2usY080078@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/169267: [maintainer update] audio/teamspeak3-server 3.0.3 -> 3.0.5 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: Wed, 20 Jun 2012 19:02:57 -0000 Synopsis: [maintainer update] audio/teamspeak3-server 3.0.3 -> 3.0.5 Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Wed Jun 20 19:02:07 UTC 2012 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=169267 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 19:05:11 2012 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 1520F106564A; Wed, 20 Jun 2012 19:05:11 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DCA2C8FC15; Wed, 20 Jun 2012 19:05:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KJ5AV6080376; Wed, 20 Jun 2012 19:05:10 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KJ5AAJ080372; Wed, 20 Jun 2012 19:05:10 GMT (envelope-from beech) Date: Wed, 20 Jun 2012 19:05:10 GMT Message-Id: <201206201905.q5KJ5AAJ080372@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/169268: [Maintainer update] Fix for mail/dbmail for ipv6 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: Wed, 20 Jun 2012 19:05:11 -0000 Synopsis: [Maintainer update] Fix for mail/dbmail for ipv6 Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Wed Jun 20 19:04:28 UTC 2012 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=169268 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 21:10:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC8CE10657AE for ; Wed, 20 Jun 2012 21:10:11 +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 A628C8FC17 for ; Wed, 20 Jun 2012 21:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KLABxu004033 for ; Wed, 20 Jun 2012 21:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KLABip004032; Wed, 20 Jun 2012 21:10:11 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 21:10:11 GMT Resent-Message-Id: <201206202110.q5KLABip004032@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, "Markus Dolze" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DBFB1065670 for ; Wed, 20 Jun 2012 21:09:22 +0000 (UTC) (envelope-from bsdfan@nurfuerspam.de) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id B3D9A8FC08 for ; Wed, 20 Jun 2012 21:09:21 +0000 (UTC) Received: (qmail invoked by alias); 20 Jun 2012 21:09:14 -0000 Received: from p549474D4.dip.t-dialin.net (EHLO kirika.intra.mdolze.de) [84.148.116.212] by mail.gmx.net (mp038) with SMTP; 20 Jun 2012 23:09:14 +0200 Received: by kirika.intra.mdolze.de (sSMTP sendmail emulation); Wed, 20 Jun 2012 23:11:39 +0200 Message-Id: <20120620210922.4DBFB1065670@hub.freebsd.org> Date: Wed, 20 Jun 2012 23:11:39 +0200 From: "Markus Dolze" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169275: [MAINTAINER] sysutils/lcdproc: Update to optionsNG 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: Wed, 20 Jun 2012 21:10:11 -0000 >Number: 169275 >Category: ports >Synopsis: [MAINTAINER] sysutils/lcdproc: Update to optionsNG >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 21:10:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Markus Dolze >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD kirika.intra.mdolze.de 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 >Description: Update to optionsNG. Enable USB by default. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix) >How-To-Repeat: >Fix: --- lcdproc-0.5.5.patch begins here --- diff -ruN --exclude=CVS ../lcdproc.orig/Makefile ./Makefile --- ../lcdproc.orig/Makefile 2012-06-20 22:07:36.000000000 +0200 +++ ./Makefile 2012-06-20 23:00:04.000000000 +0200 @@ -33,9 +33,12 @@ MAN5= lcdproc-config.5 MAN8= LCDd.8 -OPTIONS= USB "Enable USB support" off \ - LIBFTDI "Enable libftdi support (requires USB)" off \ - LIBHID "Enable libhid support (requires USB)" off +OPTIONS_DEFINE= USB FTDI HID +USB_DESC= Enable USB support +FTDI_DESC= Enable libftdi support (requires USB) +HID_DESC= Enable libhid support (requires USB) +OPTIONS_DEFAULT=USB +NO_OPTIONS_SORT=yes # Empty args to aclocal required! ACLOCAL_ARGS= @@ -73,7 +76,7 @@ .include -.if defined(WITH_USB) +.if ${PORT_OPTIONS:MUSB} . if ${OSVERSION} < 800069 LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb CONFIGURE_ARGS+= --with-libusb @@ -85,7 +88,7 @@ picolcd \ shuttleVFD -. if defined(WITH_LIBFTDI) +. if ${PORT_OPTIONS:MFTDI} LIB_DEPENDS+= ftdi.19:${PORTSDIR}/devel/libftdi CONFIGURE_ARGS+= --enable-libftdi PLIST_SUB+= FTDI="" @@ -97,7 +100,7 @@ PLIST_SUB+= FTDI="@comment " . endif -. if defined(WITH_LIBHID) +. if ${PORT_OPTIONS:MHID} LIB_DEPENDS+= hid:${PORTSDIR}/devel/libhid CONFIGURE_ARGS+= --enable-libhid PLIST_SUB+= HID="" --- lcdproc-0.5.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 21:16:37 2012 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 B53181065674; Wed, 20 Jun 2012 21:16:37 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 892178FC24; Wed, 20 Jun 2012 21:16:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KLGb4L013635; Wed, 20 Jun 2012 21:16:37 GMT (envelope-from madpilot@freefall.freebsd.org) Received: (from madpilot@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KLGbQh013631; Wed, 20 Jun 2012 21:16:37 GMT (envelope-from madpilot) Date: Wed, 20 Jun 2012 21:16:37 GMT Message-Id: <201206202116.q5KLGbQh013631@freefall.freebsd.org> To: madpilot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, madpilot@FreeBSD.org From: madpilot@FreeBSD.org Cc: Subject: Re: ports/169270: [update] devel/ioncube 4.2.1 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: Wed, 20 Jun 2012 21:16:37 -0000 Synopsis: [update] devel/ioncube 4.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->madpilot Responsible-Changed-By: madpilot Responsible-Changed-When: Wed Jun 20 21:16:36 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169270 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 21:20:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F15F106567A for ; Wed, 20 Jun 2012 21:20:12 +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 54A578FC1F for ; Wed, 20 Jun 2012 21:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KLKAew014081 for ; Wed, 20 Jun 2012 21:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KLKAen014080; Wed, 20 Jun 2012 21:20:10 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 21:20:10 GMT Resent-Message-Id: <201206202120.q5KLKAen014080@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, greg byshenk Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74B59106566B for ; Wed, 20 Jun 2012 21:17:35 +0000 (UTC) (envelope-from byshenknet@byshenk.net) Received: from portland1.byshenk.net (portland1.byshenk.net [69.168.54.16]) by mx1.freebsd.org (Postfix) with ESMTP id 4DAE78FC20 for ; Wed, 20 Jun 2012 21:17:35 +0000 (UTC) Received: from portland1.byshenk.net (localhost [127.0.0.1]) by portland1.byshenk.net (8.14.5/8.14.5) with ESMTP id q5KLHSJ8060935 for ; Wed, 20 Jun 2012 14:17:28 -0700 (PDT) (envelope-from byshenknet@portland1.byshenk.net) Received: (from byshenknet@localhost) by portland1.byshenk.net (8.14.5/8.14.5/Submit) id q5KLHSov060934; Wed, 20 Jun 2012 14:17:28 -0700 (PDT) (envelope-from byshenknet) Message-Id: <201206202117.q5KLHSov060934@portland1.byshenk.net> Date: Wed, 20 Jun 2012 14:17:28 -0700 (PDT) From: greg byshenk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169276: Current lang/python27 fails to build 'pyexpat' and '_elementtree' modules X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: greg byshenk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 21:20:12 -0000 >Number: 169276 >Category: ports >Synopsis: Current lang/python27 fails to build 'pyexpat' and '_elementtree' modules >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 21:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: greg byshenk >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD portland1.byshenk.net 9.0-STABLE FreeBSD 9.0-STABLE #9: Sun Jun 17 00:27:52 PDT 2012 root@portland1.byshenk.net:/usr/obj/usr/src/sys/GENERIC amd64 Build from 8-STABLE sources csup'ed yesterday, with ports tree re-csup'ed today at 20:00 GMP >Description: Latest lang/python27 does not build completely: Python build finished, but the necessary bits to build these modules were not found: dl imageop linuxaudiodev spwd sunaudiodev To find the necessary bits, look in setup.py in detect_modules() for the module's name. Failed to build these modules: _elementtree pyexpat First set of modules is fine, but second set should build, and are required for other ports, eg: devel/libnotify. >How-To-Repeat: Build lang/python27 with current ports tree. >Fix: Workaround: revert to ports tree as of 2012.05.13. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 21:20:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 961731065678; Wed, 20 Jun 2012 21:20:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 695AA8FC1C; Wed, 20 Jun 2012 21:20:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KLKNuw014354; Wed, 20 Jun 2012 21:20:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KLKNd2014345; Wed, 20 Jun 2012 21:20:23 GMT (envelope-from edwin) Date: Wed, 20 Jun 2012 21:20:23 GMT Message-Id: <201206202120.q5KLKNd2014345@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169276: Current lang/python27 fails to build 'pyexpat' and '_elementtree' modules 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: Wed, 20 Jun 2012 21:20:23 -0000 Synopsis: Current lang/python27 fails to build 'pyexpat' and '_elementtree' modules Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 20 21:20:22 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169276 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 21:30:18 2012 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 517581065695 for ; Wed, 20 Jun 2012 21:30:18 +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 DCFE68FC20 for ; Wed, 20 Jun 2012 21:30:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KLUHio022745 for ; Wed, 20 Jun 2012 21:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KLUHqb022742; Wed, 20 Jun 2012 21:30:17 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jun 2012 21:30:17 GMT Resent-Message-Id: <201206202130.q5KLUHqb022742@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, lbartoletti Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0B6C106566C for ; Wed, 20 Jun 2012 21:27:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A17CA8FC0A for ; Wed, 20 Jun 2012 21:27:43 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5KLRg9s004303 for ; Wed, 20 Jun 2012 21:27:42 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5KLRgg8004302; Wed, 20 Jun 2012 21:27:42 GMT (envelope-from nobody) Message-Id: <201206202127.q5KLRgg8004302@red.freebsd.org> Date: Wed, 20 Jun 2012 21:27:42 GMT From: lbartoletti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169277: [PATCH] textproc/freexl: update to 1.0.0d 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: Wed, 20 Jun 2012 21:30:18 -0000 >Number: 169277 >Category: ports >Synopsis: [PATCH] textproc/freexl: update to 1.0.0d >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 21:30:17 UTC 2012 >Closed-Date: >Last-Modified: >Originator: lbartoletti >Release: >Organization: >Environment: >Description: Update freexl 1.0.0c -> 1.0.0d Fix source repository. tinder log : https://redports.org/~lbartoletti/20120620205112-36778-31255/freexl-1.0.0.d.log >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/textproc/freexl/Makefile textproc/freexl/Makefile --- /usr/ports/textproc/freexl/Makefile 2012-06-18 01:51:16.000000000 +0200 +++ textproc/freexl/Makefile 2012-06-20 22:48:21.000000000 +0200 @@ -2,13 +2,13 @@ # Date created: 19 May 2012 # Whom: lbartoletti # -# $FreeBSD: ports/textproc/freexl/Makefile,v 1.2 2012/06/17 23:51:16 sylvio Exp $ +# $FreeBSD: ports/textproc/freexl/Makefile,v 1.1 2012/05/20 19:31:10 scheidell Exp $ # PORTNAME= freexl -DISTVERSION= 1.0.0c +DISTVERSION= 1.0.0d CATEGORIES= textproc -MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ +MASTER_SITES= http://www.gaia-gis.it/gaia-sins/freexl-sources/ MAINTAINER= coder@tuxfamily.org COMMENT= Library to extract valid data from within an Excel (.xls) spreadsheet diff -ruN /usr/ports/textproc/freexl/distinfo textproc/freexl/distinfo --- /usr/ports/textproc/freexl/distinfo 2012-06-18 01:51:16.000000000 +0200 +++ textproc/freexl/distinfo 2012-06-20 22:48:30.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (freexl-1.0.0c.tar.gz) = fade1535d8231e9d4be5d7e9e8ab996bbb90d720c44d3277f03049d57fbc9e5a -SIZE (freexl-1.0.0c.tar.gz) = 913589 +SHA256 (freexl-1.0.0d.tar.gz) = b21307365e27078bccad16cc9618404322c3f8ef2e44c968b71b115b7f589fa2 +SIZE (freexl-1.0.0d.tar.gz) = 918724 diff -ruN /usr/ports/textproc/freexl/pkg-descr textproc/freexl/pkg-descr --- /usr/ports/textproc/freexl/pkg-descr 2012-05-20 21:31:10.000000000 +0200 +++ textproc/freexl/pkg-descr 2012-06-20 22:50:19.000000000 +0200 @@ -10,4 +10,6 @@ Note that the final goal means that FreeXL ignores at all fonts, sizes and alignments, and most formats. It ignores Pivot Table, Charts, Formulas, Visual Basic macros and so on. FreeXL is structurally simple and quite light-weight -(typically 40-80K of object code, stripped). +(typically 40-80K of object code, stripped). + +WWW: https://www.gaia-gis.it/fossil/freexl/index >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 21:30:30 2012 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 73DF9106566B; Wed, 20 Jun 2012 21:30:30 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 48A908FC12; Wed, 20 Jun 2012 21:30:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KLUURm023494; Wed, 20 Jun 2012 21:30:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KLUUXj023486; Wed, 20 Jun 2012 21:30:30 GMT (envelope-from edwin) Date: Wed, 20 Jun 2012 21:30:30 GMT Message-Id: <201206202130.q5KLUUXj023486@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169277: [PATCH] textproc/freexl: update to 1.0.0d 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: Wed, 20 Jun 2012 21:30:30 -0000 Synopsis: [PATCH] textproc/freexl: update to 1.0.0d Class-Changed-From-To: update->maintainer-update Class-Changed-By: edwin Class-Changed-When: Wed Jun 20 21:30:29 UTC 2012 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169277 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 21:44:33 2012 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 1C1CF1065673; Wed, 20 Jun 2012 21:44:33 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E37878FC16; Wed, 20 Jun 2012 21:44:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KLiWgM042115; Wed, 20 Jun 2012 21:44:32 GMT (envelope-from madpilot@freefall.freebsd.org) Received: (from madpilot@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KLiW3C042111; Wed, 20 Jun 2012 21:44:32 GMT (envelope-from madpilot) Date: Wed, 20 Jun 2012 21:44:32 GMT Message-Id: <201206202144.q5KLiW3C042111@freefall.freebsd.org> To: madpilot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, madpilot@FreeBSD.org From: madpilot@FreeBSD.org Cc: Subject: Re: ports/169275: [MAINTAINER] sysutils/lcdproc: Update to optionsNG 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: Wed, 20 Jun 2012 21:44:33 -0000 Synopsis: [MAINTAINER] sysutils/lcdproc: Update to optionsNG Responsible-Changed-From-To: freebsd-ports-bugs->madpilot Responsible-Changed-By: madpilot Responsible-Changed-When: Wed Jun 20 21:44:32 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169275 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 23:10:10 2012 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 B123C106566C for ; Wed, 20 Jun 2012 23:10:10 +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 9B2428FC0C for ; Wed, 20 Jun 2012 23:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KNAAsc017887 for ; Wed, 20 Jun 2012 23:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KNAAoT017886; Wed, 20 Jun 2012 23:10:10 GMT (envelope-from gnats) Date: Wed, 20 Jun 2012 23:10:10 GMT Message-Id: <201206202310.q5KNAAoT017886@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: John Hixson Cc: Subject: Re: ports/166987: net/nss_ldap: ports/152982 causes nss_ldap to not function on FreeBSD 9.0 for groups X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Hixson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 23:10:10 -0000 The following reply was made to PR ports/166987; it has been noted by GNATS. From: John Hixson To: bug-followup@FreeBSD.org, ecrist@claimlynx.com Cc: Subject: Re: ports/166987: net/nss_ldap: ports/152982 causes nss_ldap to not function on FreeBSD 9.0 for groups Date: Wed, 20 Jun 2012 16:03:12 -0700 --f46d0407160b4357ed04c2ef6781 Content-Type: text/plain; charset=ISO-8859-1 I was able to reproduce this issue. I was also able to fix it. I simply removed the "nss_connect_policy oneshot" line and it worked as expected. --f46d0407160b4357ed04c2ef6781 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I was able to reproduce this issue. I was also able to fix it. I simply rem= oved the=A0 "nss_connect_policy oneshot" line and it worked as ex= pected.
--f46d0407160b4357ed04c2ef6781-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 20 23:20:10 2012 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 7265A106566B for ; Wed, 20 Jun 2012 23:20:10 +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 5C4518FC0A for ; Wed, 20 Jun 2012 23:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5KNKAAq027817 for ; Wed, 20 Jun 2012 23:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5KNKA1q027816; Wed, 20 Jun 2012 23:20:10 GMT (envelope-from gnats) Date: Wed, 20 Jun 2012 23:20:10 GMT Message-Id: <201206202320.q5KNKA1q027816@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Eric Crist Cc: Subject: Re: ports/166987: net/nss_ldap: ports/152982 causes nss_ldap to not function on FreeBSD 9.0 for groups X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eric Crist List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 23:20:10 -0000 The following reply was made to PR ports/166987; it has been noted by GNATS. From: Eric Crist To: John Hixson Cc: bug-followup@freebsd.org Subject: Re: ports/166987: net/nss_ldap: ports/152982 causes nss_ldap to not function on FreeBSD 9.0 for groups Date: Wed, 20 Jun 2012 18:15:28 -0500 --000e0ce0cc9425c50504c2ef93b5 Content-Type: text/plain; charset=ISO-8859-1 Why would that break it now? It would seem something is still broken, wouldn't it? On Jun 20, 2012 6:03 PM, "John Hixson" wrote: > I was able to reproduce this issue. I was also able to fix it. I simply > removed the "nss_connect_policy oneshot" line and it worked as expected. > --000e0ce0cc9425c50504c2ef93b5 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

Why would that break it now? It would seem something is still broken, wo= uldn't it?

On Jun 20, 2012 6:03 PM, "John Hixson"= <jhixson@gmail.com> wrote:<= br type=3D"attribution">
I was able to reproduce this issue. I was also able to fix it. I simply rem= oved the=A0 "nss_connect_policy oneshot" line and it worked as ex= pected.
--000e0ce0cc9425c50504c2ef93b5-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 01:00:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 920D51065676 for ; Thu, 21 Jun 2012 01:00:20 +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 51ADB8FC12 for ; Thu, 21 Jun 2012 01:00:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L10K8C026197 for ; Thu, 21 Jun 2012 01:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L10KVV026196; Thu, 21 Jun 2012 01:00:20 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 01:00:20 GMT Resent-Message-Id: <201206210100.q5L10KVV026196@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, "Conrad J. Sabatier" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 056811065747 for ; Thu, 21 Jun 2012 00:55:03 +0000 (UTC) (envelope-from conrads@serene.no-ip.org) Received: from eastrmfepo101.cox.net (eastrmfepo101.cox.net [68.230.241.213]) by mx1.freebsd.org (Postfix) with ESMTP id 82A518FC16 for ; Thu, 21 Jun 2012 00:55:03 +0000 (UTC) Received: from eastrmimpo110.cox.net ([68.230.241.223]) by eastrmfepo101.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20120621005457.MZKD18243.eastrmfepo101.cox.net@eastrmimpo110.cox.net> for ; Wed, 20 Jun 2012 20:54:57 -0400 Received: from serene.no-ip.org ([98.164.76.239]) by eastrmimpo110.cox.net with bizsmtp id Qoux1j00459mvxN02oux3D; Wed, 20 Jun 2012 20:54:57 -0400 Received: from serene.no-ip.org (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id q5L0sueI008373 for ; Wed, 20 Jun 2012 19:54:56 -0500 (CDT) (envelope-from conrads@serene.no-ip.org) Received: (from root@localhost) by serene.no-ip.org (8.14.5/8.14.5/Submit) id q5L0sphx008372; Wed, 20 Jun 2012 19:54:51 -0500 (CDT) (envelope-from conrads) Message-Id: <201206210054.q5L0sphx008372@serene.no-ip.org> Date: Wed, 20 Jun 2012 19:54:51 -0500 (CDT) From: "Conrad J. Sabatier" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169278: [patch] ports/devel/Makefile: missorted SUBDIR item X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Conrad J. Sabatier" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 01:00:20 -0000 >Number: 169278 >Category: ports >Synopsis: [patch] ports/devel/Makefile: missorted SUBDIR item >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 Jun 21 01:00:19 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Conrad J. Sabatier >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD serene.no-ip.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r233542: Tue Mar 27 09:02:02 CDT 2012 conrads@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: SUBDIR item "qt4-qmlviewer" missorted >How-To-Repeat: N/A >Fix: patch below --- ports-devel-Makefile.diff begins here --- Index: ports/devel/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/Makefile,v retrieving revision 1.4992 diff -u -r1.4992 Makefile --- ports/devel/Makefile 17 Jun 2012 20:26:50 -0000 1.4992 +++ ports/devel/Makefile 21 Jun 2012 00:51:01 -0000 @@ -3583,8 +3583,8 @@ SUBDIR += qt4-moc SUBDIR += qt4-porting SUBDIR += qt4-qdbusviewer - SUBDIR += qt4-qmlviewer SUBDIR += qt4-qdoc3 + SUBDIR += qt4-qmlviewer SUBDIR += qt4-qt3support SUBDIR += qt4-qtestlib SUBDIR += qt4-qtsolutions-singleapplication --- ports-devel-Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 02:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47D1D1065670 for ; Thu, 21 Jun 2012 02:50:10 +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 1F1708FC1B for ; Thu, 21 Jun 2012 02:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L2o9i7031029 for ; Thu, 21 Jun 2012 02:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L2o9Ho031028; Thu, 21 Jun 2012 02:50:09 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 02:50:09 GMT Resent-Message-Id: <201206210250.q5L2o9Ho031028@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, Devin Teske Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E085106564A for ; Thu, 21 Jun 2012 02:43:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 081928FC0C for ; Thu, 21 Jun 2012 02:43:33 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5L2hWul098732 for ; Thu, 21 Jun 2012 02:43:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5L2hWrM098731; Thu, 21 Jun 2012 02:43:32 GMT (envelope-from nobody) Message-Id: <201206210243.q5L2hWrM098731@red.freebsd.org> Date: Thu, 21 Jun 2012 02:43:32 GMT From: Devin Teske To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169280: [Maintainer Update] Minor bug fix to sysutils/bsdconfig 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: Thu, 21 Jun 2012 02:50:10 -0000 >Number: 169280 >Category: ports >Synopsis: [Maintainer Update] Minor bug fix to sysutils/bsdconfig >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 02:50:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Devin Teske >Release: FreeBSD 9.0-RELEASE i386 >Organization: FIS Global, Inc. >Environment: FreeBSD scribe9.vicor.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Vitaly Magerya reported that "bsdconfig startup_rcvar" (Toggle Startup Services) was unable to toggle certain (seemingly random) services. Attached is a new shar with new port Makefile and distinfo to bring in the latest version which fixes this bug. >How-To-Repeat: First, install the port sysutils/bsdconfig, and then execute "bsdconfig startup_rcvar" and try to toggle services that are ON, off. Though not consistent, some services refuse to be disabled. >Fix: Had to implement new API routines for supporting the "--item-help" instances of dialog(1) menus. 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: # # bsdconfig # bsdconfig/Makefile # bsdconfig/distinfo # bsdconfig/pkg-descr # echo c - bsdconfig mkdir -p bsdconfig > /dev/null 2>&1 echo x - bsdconfig/Makefile sed 's/^X//' >bsdconfig/Makefile << '8e66e36ffd6c63e8e4d02e5a708e5d81' X# New ports collection makefile for: bsdconfig X# Date created: 19 June 2012 X# Whom: Devin Teske X# X# $FreeBSD: ports/sysutils/bsdconfig/Makefile,v 1.1 2012/06/20 16:58:12 wxs Exp $ X# X XPORTNAME= bsdconfig XPORTVERSION= 0.7.0 XCATEGORIES= sysutils XMASTER_SITES= http://druidbsd.sourceforge.net/download/bsdconfig/ XDISTNAME= ${PORTNAME}.120620 XEXTRACT_SUFX= .txz X XPATCH_SITES= ${MASTER_SITES} XPATCHFILES= ${DISTNAME}-${PORTVERSION}.diff.gz X XMAINTAINER= dteske@FreeBSD.org XCOMMENT= Utility to configure various aspects of FreeBSD X XLICENSE= BSD X XNO_WRKSUBDIR= yes X XBSDCFG_LIBE= libexec/${PORTNAME} X X# Default man(1) section path-prefix XMANDIR?= ${MANPREFIX}/man/man XMAN8= ${PORTNAME}.8 XMANCOMPRESSED= yes X XPLIST_FILES= \ X sbin/${PORTNAME} \ X share/examples/${PORTNAME}/bsdconfigrc \ X ${BSDCFG_LIBE}/020.docsinstall/INDEX \ X ${BSDCFG_LIBE}/020.docsinstall/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/020.docsinstall/USAGE \ X ${BSDCFG_LIBE}/020.docsinstall/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/020.docsinstall/docsinstall \ X ${BSDCFG_LIBE}/020.docsinstall/include/messages.subr \ X ${BSDCFG_LIBE}/020.docsinstall/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/040.password/INDEX \ X ${BSDCFG_LIBE}/040.password/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/040.password/USAGE \ X ${BSDCFG_LIBE}/040.password/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/040.password/include/messages.subr \ X ${BSDCFG_LIBE}/040.password/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/040.password/include/password.subr \ X ${BSDCFG_LIBE}/040.password/password \ X ${BSDCFG_LIBE}/050.diskmgmt/INDEX \ X ${BSDCFG_LIBE}/050.diskmgmt/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/050.diskmgmt/USAGE \ X ${BSDCFG_LIBE}/050.diskmgmt/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/050.diskmgmt/diskmgmt \ X ${BSDCFG_LIBE}/050.diskmgmt/include/messages.subr \ X ${BSDCFG_LIBE}/050.diskmgmt/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/070.usermgmt/INDEX \ X ${BSDCFG_LIBE}/070.usermgmt/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/070.usermgmt/USAGE \ X ${BSDCFG_LIBE}/070.usermgmt/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/070.usermgmt/groupadd \ X ${BSDCFG_LIBE}/070.usermgmt/groupdel \ X ${BSDCFG_LIBE}/070.usermgmt/groupedit \ X ${BSDCFG_LIBE}/070.usermgmt/groupinput \ X ${BSDCFG_LIBE}/070.usermgmt/include/group_input.subr \ X ${BSDCFG_LIBE}/070.usermgmt/include/messages.subr \ X ${BSDCFG_LIBE}/070.usermgmt/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/070.usermgmt/include/user_input.subr \ X ${BSDCFG_LIBE}/070.usermgmt/useradd \ X ${BSDCFG_LIBE}/070.usermgmt/userdel \ X ${BSDCFG_LIBE}/070.usermgmt/useredit \ X ${BSDCFG_LIBE}/070.usermgmt/userinput \ X ${BSDCFG_LIBE}/070.usermgmt/usermgmt \ X ${BSDCFG_LIBE}/080.console/INDEX \ X ${BSDCFG_LIBE}/080.console/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/080.console/USAGE \ X ${BSDCFG_LIBE}/080.console/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/080.console/console \ X ${BSDCFG_LIBE}/080.console/font \ X ${BSDCFG_LIBE}/080.console/include/messages.subr \ X ${BSDCFG_LIBE}/080.console/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/080.console/keymap \ X ${BSDCFG_LIBE}/080.console/repeat \ X ${BSDCFG_LIBE}/080.console/saver \ X ${BSDCFG_LIBE}/080.console/screenmap \ X ${BSDCFG_LIBE}/080.console/ttys \ X ${BSDCFG_LIBE}/090.timezone/INDEX \ X ${BSDCFG_LIBE}/090.timezone/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/090.timezone/USAGE \ X ${BSDCFG_LIBE}/090.timezone/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/090.timezone/include/continents.subr \ X ${BSDCFG_LIBE}/090.timezone/include/countries.subr \ X ${BSDCFG_LIBE}/090.timezone/include/iso3166.subr \ X ${BSDCFG_LIBE}/090.timezone/include/menus.subr \ X ${BSDCFG_LIBE}/090.timezone/include/messages.subr \ X ${BSDCFG_LIBE}/090.timezone/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/090.timezone/include/zones.subr \ X ${BSDCFG_LIBE}/090.timezone/timezone \ X ${BSDCFG_LIBE}/110.mouse/INDEX \ X ${BSDCFG_LIBE}/110.mouse/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/110.mouse/USAGE \ X ${BSDCFG_LIBE}/110.mouse/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/110.mouse/disable \ X ${BSDCFG_LIBE}/110.mouse/enable \ X ${BSDCFG_LIBE}/110.mouse/flags \ X ${BSDCFG_LIBE}/110.mouse/include/messages.subr \ X ${BSDCFG_LIBE}/110.mouse/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/110.mouse/mouse \ X ${BSDCFG_LIBE}/110.mouse/port \ X ${BSDCFG_LIBE}/110.mouse/type \ X ${BSDCFG_LIBE}/120.networking/INDEX \ X ${BSDCFG_LIBE}/120.networking/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/120.networking/USAGE \ X ${BSDCFG_LIBE}/120.networking/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/120.networking/defaultrouter \ X ${BSDCFG_LIBE}/120.networking/devices \ X ${BSDCFG_LIBE}/120.networking/hostname \ X ${BSDCFG_LIBE}/120.networking/include/common.subr \ X ${BSDCFG_LIBE}/120.networking/include/device.subr \ X ${BSDCFG_LIBE}/120.networking/include/hostname.subr \ X ${BSDCFG_LIBE}/120.networking/include/ipaddr.subr \ X ${BSDCFG_LIBE}/120.networking/include/media.subr \ X ${BSDCFG_LIBE}/120.networking/include/messages.subr \ X ${BSDCFG_LIBE}/120.networking/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/120.networking/include/netmask.subr \ X ${BSDCFG_LIBE}/120.networking/include/resolv.subr \ X ${BSDCFG_LIBE}/120.networking/include/routing.subr \ X ${BSDCFG_LIBE}/120.networking/nameservers \ X ${BSDCFG_LIBE}/120.networking/networking \ X ${BSDCFG_LIBE}/130.security/INDEX \ X ${BSDCFG_LIBE}/130.security/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/130.security/USAGE \ X ${BSDCFG_LIBE}/130.security/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/130.security/include/messages.subr \ X ${BSDCFG_LIBE}/130.security/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/130.security/kern_securelevel \ X ${BSDCFG_LIBE}/130.security/security \ X ${BSDCFG_LIBE}/140.startup/INDEX \ X ${BSDCFG_LIBE}/140.startup/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/140.startup/USAGE \ X ${BSDCFG_LIBE}/140.startup/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/140.startup/include/messages.subr \ X ${BSDCFG_LIBE}/140.startup/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/140.startup/include/rcconf.subr \ X ${BSDCFG_LIBE}/140.startup/include/rcedit.subr \ X ${BSDCFG_LIBE}/140.startup/include/rcvar.subr \ X ${BSDCFG_LIBE}/140.startup/misc \ X ${BSDCFG_LIBE}/140.startup/rcadd \ X ${BSDCFG_LIBE}/140.startup/rcconf \ X ${BSDCFG_LIBE}/140.startup/rcdelete \ X ${BSDCFG_LIBE}/140.startup/rcedit \ X ${BSDCFG_LIBE}/140.startup/rcvar \ X ${BSDCFG_LIBE}/140.startup/startup \ X ${BSDCFG_LIBE}/150.ttys/INDEX \ X ${BSDCFG_LIBE}/150.ttys/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/150.ttys/USAGE \ X ${BSDCFG_LIBE}/150.ttys/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/150.ttys/include/messages.subr \ X ${BSDCFG_LIBE}/150.ttys/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/150.ttys/ttys \ X ${BSDCFG_LIBE}/USAGE \ X ${BSDCFG_LIBE}/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/dot/INDEX \ X ${BSDCFG_LIBE}/dot/INDEX.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/dot/USAGE \ X ${BSDCFG_LIBE}/dot/USAGE.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/dot/dot \ X ${BSDCFG_LIBE}/dot/include/messages.subr \ X ${BSDCFG_LIBE}/dot/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/include/common.subr \ X ${BSDCFG_LIBE}/include/dialog.subr \ X ${BSDCFG_LIBE}/include/messages.subr \ X ${BSDCFG_LIBE}/include/messages.subr.EN_US.ISO8859-1 \ X ${BSDCFG_LIBE}/include/mustberoot.subr \ X ${BSDCFG_LIBE}/include/strings.subr \ X ${BSDCFG_LIBE}/include/sysrc.subr X XPLIST_DIRS= ${BSDCFG_LIBE}/020.docsinstall/include \ X ${BSDCFG_LIBE}/020.docsinstall \ X ${BSDCFG_LIBE}/040.password/include \ X ${BSDCFG_LIBE}/040.password \ X ${BSDCFG_LIBE}/050.diskmgmt/include \ X ${BSDCFG_LIBE}/050.diskmgmt \ X ${BSDCFG_LIBE}/070.usermgmt/include \ X ${BSDCFG_LIBE}/070.usermgmt \ X ${BSDCFG_LIBE}/080.console/include \ X ${BSDCFG_LIBE}/080.console \ X ${BSDCFG_LIBE}/090.timezone/include \ X ${BSDCFG_LIBE}/090.timezone \ X ${BSDCFG_LIBE}/110.mouse/include \ X ${BSDCFG_LIBE}/110.mouse \ X ${BSDCFG_LIBE}/120.networking/include \ X ${BSDCFG_LIBE}/120.networking \ X ${BSDCFG_LIBE}/130.security/include \ X ${BSDCFG_LIBE}/130.security \ X ${BSDCFG_LIBE}/140.startup/include \ X ${BSDCFG_LIBE}/140.startup \ X ${BSDCFG_LIBE}/150.ttys/include \ X ${BSDCFG_LIBE}/150.ttys \ X ${BSDCFG_LIBE}/dot/include \ X ${BSDCFG_LIBE}/dot \ X ${BSDCFG_LIBE}/include \ X ${BSDCFG_LIBE} \ X share/examples/bsdconfig X X.include X X.if ${OSVERSION} < 900030 XBROKEN= libdialog 20100428 or newer required. X.endif X Xpost-patch: X @${GREP} -Ilrs '^BSDCFG_LIBE=' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ X -e 's|^\(BSDCFG_LIBE=\).*|\1"${PREFIX}/libexec/${PORTNAME}"|' X @${REINPLACE_CMD} \ X -e 's|^\(BSDCONFIG=\).*|\1${PREFIX}/sbin/${PORTNAME}|' \ X ${WRKSRC}/dot/dot X Xdo-install: X @( cd ${WRKSRC} && make \ X LIBEXECDIR="${PREFIX}/libexec" \ X MANDIR="${MANDIR}" \ X SBINDIR="${PREFIX}/sbin" \ X SHAREDIR="${PREFIX}/share" \ X install ) X X.include 8e66e36ffd6c63e8e4d02e5a708e5d81 echo x - bsdconfig/distinfo sed 's/^X//' >bsdconfig/distinfo << '2525dd21496cc9c8e5c79f5efa1428b1' XSHA256 (bsdconfig.120620.txz) = 5bc4c60250a7d3c817239d8f7a0e567cfe8fbec1cd0abaa8ca8d9fdaa0d6b601 XSIZE (bsdconfig.120620.txz) = 87924 XSHA256 (bsdconfig.120620-0.7.0.diff.gz) = 9291ef7094069d7c34ff7647fbd05004f17dec4405f9e6e5acff024a2840245f XSIZE (bsdconfig.120620-0.7.0.diff.gz) = 451 2525dd21496cc9c8e5c79f5efa1428b1 echo x - bsdconfig/pkg-descr sed 's/^X//' >bsdconfig/pkg-descr << 'ad56c62fcbd139054224c1bc69933cb0' Xbsdconfig is a robust utility for configuring/managing various aspects of the XFreeBSD Operating System. Feature-highlights include (but are not limited to): X - Modular, stable, efficient and i18n-compatible. X - Easily maintained/extendable sh(1) source/syntax. X - Works with both dialog(1) in base and Xdialog(1) from ports (x11/xdialog). X - rc.conf(5) configuration/management based on sysutils/sysrc X - Timezone configuration based on sysutils/tzdialog X - Networking management based on sysutils/host-setup X XWWW: http://druidbsd.sourceforge.net/ ad56c62fcbd139054224c1bc69933cb0 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 02:50:55 2012 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 79BD8106564A; Thu, 21 Jun 2012 02:50:55 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4C87A8FC08; Thu, 21 Jun 2012 02:50:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L2otxe033705; Thu, 21 Jun 2012 02:50:55 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L2otpk033698; Thu, 21 Jun 2012 02:50:55 GMT (envelope-from edwin) Date: Thu, 21 Jun 2012 02:50:55 GMT Message-Id: <201206210250.q5L2otpk033698@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dteske@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169280: [Maintainer Update] Minor bug fix to sysutils/bsdconfig 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: Thu, 21 Jun 2012 02:50:55 -0000 Synopsis: [Maintainer Update] Minor bug fix to sysutils/bsdconfig Responsible-Changed-From-To: freebsd-ports-bugs->dteske Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 21 02:50:54 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169280 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 03:37:41 2012 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 397F21065678; Thu, 21 Jun 2012 03:37:41 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0AF168FC0A; Thu, 21 Jun 2012 03:37:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L3beua078875; Thu, 21 Jun 2012 03:37:40 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L3bex7078871; Thu, 21 Jun 2012 03:37:40 GMT (envelope-from linimon) Date: Thu, 21 Jun 2012 03:37:40 GMT Message-Id: <201206210337.q5L3bex7078871@freefall.freebsd.org> To: serge.sitnikov@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ale@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169253: lang/php5: PHP 5.4.4 xcache broken 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: Thu, 21 Jun 2012 03:37:41 -0000 Old Synopsis: PHP 5.4.4 xcache broken New Synopsis: lang/php5: PHP 5.4.4 xcache broken State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Thu Jun 21 01:56:11 UTC 2012 State-Changed-Why: Over to maintainer. Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 21 01:56:11 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=169253 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 03:40:10 2012 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 D03EB1065675 for ; Thu, 21 Jun 2012 03:40:10 +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 A88308FC0C for ; Thu, 21 Jun 2012 03:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L3eAmS079055 for ; Thu, 21 Jun 2012 03:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L3eAoR079054; Thu, 21 Jun 2012 03:40:10 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 03:40:10 GMT Resent-Message-Id: <201206210340.q5L3eAoR079054@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, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 814D7106564A for ; Thu, 21 Jun 2012 03:36:20 +0000 (UTC) (envelope-from steve@meatwad.mouf.net) Received: from meatwad.mouf.net (unknown [IPv6:2001:470:8:58f:21f:d0ff:feaf:1a4c]) by mx1.freebsd.org (Postfix) with ESMTP id 4A02C8FC08 for ; Thu, 21 Jun 2012 03:36:20 +0000 (UTC) Received: from meatwad.mouf.net (localhost [127.0.0.1]) by meatwad.mouf.net (8.14.5/8.14.5) with ESMTP id q5L3aJcJ080932; Wed, 20 Jun 2012 23:36:19 -0400 (EDT) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q5L3aJac080931; Wed, 20 Jun 2012 23:36:19 -0400 (EDT) (envelope-from steve) Message-Id: <201206210336.q5L3aJac080931@meatwad.mouf.net> Date: Wed, 20 Jun 2012 23:36:19 -0400 (EDT) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: romanbsd@yahoo.com Subject: ports/169281: [PATCH] devel/rubygem-rspec: update to 2.10.0 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: Thu, 21 Jun 2012 03:40:11 -0000 >Number: 169281 >Category: ports >Synopsis: [PATCH] devel/rubygem-rspec: update to 2.10.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 03:40:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r237195: Sun Jun 17 12:28:44 EDT >Description: - Update to 2.10.0 Note: this requires updates to devel/rubygem-rspec-core devel/rubygem-rspec-expectations and devel/rubygem-rspec-mocks which I will commit when this is approved. Port maintainer (romanbsd@yahoo.com) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- rubygem-rspec-2.10.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/rubygem-rspec/Makefile,v retrieving revision 1.17 diff -u -u -r1.17 Makefile --- Makefile 8 Feb 2012 02:25:18 -0000 1.17 +++ Makefile 21 Jun 2012 03:35:10 -0000 @@ -5,19 +5,19 @@ # $FreeBSD: ports/devel/rubygem-rspec/Makefile,v 1.17 2012/02/08 02:25:18 pgollucci Exp $ PORTNAME= rspec -PORTVERSION= 2.8.0 +PORTVERSION= 2.10.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= romanbsd@yahoo.com COMMENT= Behaviour Driven Development in Ruby -BUILD_DEPENDS= rubygem-rspec-core>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-core \ - rubygem-rspec-expectations>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-expectations \ - rubygem-rspec-mocks>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-mocks -RUN_DEPENDS= rubygem-rspec-core>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-core \ - rubygem-rspec-expectations>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-expectations \ - rubygem-rspec-mocks>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-mocks +BUILD_DEPENDS= rubygem-rspec-core>=2.10.0:${PORTSDIR}/devel/rubygem-rspec-core \ + rubygem-rspec-expectations>=2.10.0:${PORTSDIR}/devel/rubygem-rspec-expectations \ + rubygem-rspec-mocks>=2.10.0:${PORTSDIR}/devel/rubygem-rspec-mocks +RUN_DEPENDS= rubygem-rspec-core>=2.10.0:${PORTSDIR}/devel/rubygem-rspec-core \ + rubygem-rspec-expectations>=2.10.0:${PORTSDIR}/devel/rubygem-rspec-expectations \ + rubygem-rspec-mocks>=2.10.0:${PORTSDIR}/devel/rubygem-rspec-mocks USE_RUBY= yes USE_RAKE= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/rubygem-rspec/distinfo,v retrieving revision 1.12 diff -u -u -r1.12 distinfo --- distinfo 8 Feb 2012 02:25:18 -0000 1.12 +++ distinfo 21 Jun 2012 03:35:10 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/rspec-2.8.0.gem) = 9049ad7d7eae3668549e7cfc4c96ff3b7fb561fbe05c93c8fb724f324bd2ff14 -SIZE (rubygem/rspec-2.8.0.gem) = 4608 +SHA256 (rubygem/rspec-2.10.0.gem) = b8aaf37b077c59ecfd865e76495e81fc8c88c1d2cfe7baefeee1f30bfa3835e8 +SIZE (rubygem/rspec-2.10.0.gem) = 4608 --- rubygem-rspec-2.10.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 03:40:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8605010656B5; Thu, 21 Jun 2012 03:40:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 57DEE8FC12; Thu, 21 Jun 2012 03:40:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L3eKHL079203; Thu, 21 Jun 2012 03:40:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L3eK3s079199; Thu, 21 Jun 2012 03:40:20 GMT (envelope-from edwin) Date: Thu, 21 Jun 2012 03:40:20 GMT Message-Id: <201206210340.q5L3eK3s079199@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169281: [PATCH] devel/rubygem-rspec: update to 2.10.0 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: Thu, 21 Jun 2012 03:40:20 -0000 Synopsis: [PATCH] devel/rubygem-rspec: update to 2.10.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 21 03:40:19 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169281 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 03:40:57 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95215106566C; Thu, 21 Jun 2012 03:40:57 +0000 (UTC) (envelope-from jnlinn@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4C2DB8FC0A; Thu, 21 Jun 2012 03:40:57 +0000 (UTC) Received: by obbun3 with SMTP id un3so378842obb.13 for ; Wed, 20 Jun 2012 20:40:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=pY9SY+JoX93Xm37fR5VvvAgRi266MeD2tDcIlKcqykQ=; b=MoHE5YbyKB+35Jw5ZCstotplVegAr3kVcwj8gl7RuLqQ2myAk5gb7V9g+p6EwACh3V HeTzPZSbb4ExeQeBje6gqAieX12EsYlny/piP+23Kcb2a34Og4ivtwGkfI6B5MLmvoUC 2PuIT6alsQOhJlCVVXcjiUbju+mCd8rsaa0exPkqjPjyHs1bBO/ZHYQq7fkRB/AeQaCD Jy/OMDa7Eg0zEseaO9d/yWzW+bImLFoS/DE8Gh9qtKHyfbIxbmTt/1N9GFT4XEoi4K6e psylW4NrlGELF/T56BmukU8Jk94oRMkwnnSAsoD1jY/isPqgUbjESIrAOaNkPzGT6hM2 +R5w== MIME-Version: 1.0 Received: by 10.60.25.100 with SMTP id b4mr25911435oeg.64.1340250056906; Wed, 20 Jun 2012 20:40:56 -0700 (PDT) Sender: jnlinn@gmail.com Received: by 10.182.74.106 with HTTP; Wed, 20 Jun 2012 20:40:56 -0700 (PDT) In-Reply-To: <201206180713.q5I7Drnx073563@freefall.freebsd.org> References: <201206180713.q5I7Drnx073563@freefall.freebsd.org> Date: Thu, 21 Jun 2012 11:40:56 +0800 X-Google-Sender-Auth: ySP-l-RQ3_uZ8fR3NpqSrjGMwII Message-ID: From: Jui-Nan Lin To: scheidell@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/157320: [NEW PORT] databases/pecl-pdo_user: PECL classes provides a Userspace interface for PDO drivers 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: Thu, 21 Jun 2012 03:40:57 -0000 Dear Commiter, There is no newer version, so you can commit this one directly. On Mon, Jun 18, 2012 at 3:13 PM, wrote: > Synopsis: [NEW PORT] databases/pecl-pdo_user: PECL classes provides a Userspace interface for PDO drivers > > State-Changed-From-To: open->feedback > State-Changed-By: scheidell > State-Changed-When: Mon Jun 18 07:11:54 UTC 2012 > State-Changed-Why: > Sorry this has taken so long, this pr for a new port is > 12 months old. > Do you still want this added to FreeBSD ports collection? > Is there a newer version available? > (I can submit this original and you can update it, or you can send a new shar attached as a followup) > > Let me know. > > > Responsible-Changed-From-To: freebsd-ports-bugs->scheidell > Responsible-Changed-By: scheidell > Responsible-Changed-When: Mon Jun 18 07:11:54 UTC 2012 > Responsible-Changed-Why: > I'll take it. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=157320 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 04:52:32 2012 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 30645106564A; Thu, 21 Jun 2012 04:52:32 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0424F8FC16; Thu, 21 Jun 2012 04:52:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L4qVrr053612; Thu, 21 Jun 2012 04:52:31 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L4qVwe053608; Thu, 21 Jun 2012 04:52:31 GMT (envelope-from jgh) Date: Thu, 21 Jun 2012 04:52:31 GMT Message-Id: <201206210452.q5L4qVwe053608@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/169277: [PATCH] textproc/freexl: update to 1.0.0d 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: Thu, 21 Jun 2012 04:52:32 -0000 Synopsis: [PATCH] textproc/freexl: update to 1.0.0d Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Thu Jun 21 04:52:31 UTC 2012 Responsible-Changed-Why: please re-submit your diff based off the current revision, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=169277 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 05:40:04 2012 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 7F41A1065670 for ; Thu, 21 Jun 2012 05:40:04 +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 4F1D38FC14 for ; Thu, 21 Jun 2012 05:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L5e4k3093125 for ; Thu, 21 Jun 2012 05:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L5e4Hi093124; Thu, 21 Jun 2012 05:40:04 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 05:40:04 GMT Resent-Message-Id: <201206210540.q5L5e4Hi093124@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, dirk.meyer@dinoex.sub.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91C121065673 for ; Thu, 21 Jun 2012 05:35:34 +0000 (UTC) (envelope-from dm@home8.dinoex.sub.de) Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [194.45.71.2]) by mx1.freebsd.org (Postfix) with ESMTP id E91488FC14 for ; Thu, 21 Jun 2012 05:35:33 +0000 (UTC) Received: from home8.dinoex.sub.de (home8.dinoex.sub.de [194.45.71.48]) by uucp.dinoex.sub.de (8.14.4/8.14.4) with ESMTP id q5L5Z8il028528 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 21 Jun 2012 07:35:24 +0200 (CEST) (envelope-from dm@home8.dinoex.sub.de) Received: (from dm@localhost) by home8.dinoex.sub.de (8.14.5/8.14.5/Submit) id q5L5YJdU059443; Thu, 21 Jun 2012 07:34:19 +0200 (CEST) (envelope-from dm) Message-Id: <201206210534.q5L5YJdU059443@home8.dinoex.sub.de> Date: Thu, 21 Jun 2012 07:34:19 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169283: [PATCH] net-p2p/ctorrent bugfix initial meta info failed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dirk.meyer@dinoex.sub.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 05:40:04 -0000 >Number: 169283 >Category: ports >Synopsis: [PATCH] net-p2p/ctorrent bugfix initial meta info failed >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 05:40:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 9.0-RELEASE >Organization: privat >Environment: Any FreeBSD >Description: try to decode a torrent with multiple files. ctorrent fails quite often do decode such. "error, initial meta info failed." >How-To-Repeat: ctorrent -c Batch.torrent >Fix: I tried this patch from the SF bugs: http://sourceforge.net/tracker/?func=detail&aid=3159066&group_id=202532&atid=981959 I modified the patch slightly to git the freeBSD port. with the patch applied I can decodede the torrent files. Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net-p2p/ctorrent/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 22 Feb 2010 19:02:37 -0000 1.24 +++ Makefile 21 Jun 2012 05:16:12 -0000 @@ -7,7 +7,7 @@ PORTNAME= ctorrent PORTVERSION= 3.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MASTER_SITES= http://www.rahul.net/dholmes/ctorrent/ DISTNAME= ${PORTNAME}-dnh${PORTVERSION} Index: files/patch-negative-ints =================================================================== RCS file: files/patch-negative-ints diff -N files/patch-negative-ints --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-negative-ints 21 Jun 2012 05:16:12 -0000 @@ -0,0 +1,15 @@ +allow negative integers ... should fix random "error, initial meta info failed" + +--- bencode.cpp.orig ++++ bencode.cpp +@@ -44,6 +44,10 @@ + p++; len--; + } + ++ if( *p == '-'){ ++ p++; len--; ++ } ++ + for(psave = p; len && isdigit(*p); p++,len--) ; + + if(!len || MAX_INT_SIZ < (p - psave) || *p != endchar) return 0; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 05:40:14 2012 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 E9E9C106564A; Thu, 21 Jun 2012 05:40:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BCCDA8FC0C; Thu, 21 Jun 2012 05:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L5eE8a093272; Thu, 21 Jun 2012 05:40:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L5eEbo093268; Thu, 21 Jun 2012 05:40:14 GMT (envelope-from edwin) Date: Thu, 21 Jun 2012 05:40:14 GMT Message-Id: <201206210540.q5L5eEbo093268@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, flz@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169283: [PATCH] net-p2p/ctorrent bugfix initial meta info failed 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: Thu, 21 Jun 2012 05:40:15 -0000 Synopsis: [PATCH] net-p2p/ctorrent bugfix initial meta info failed Responsible-Changed-From-To: freebsd-ports-bugs->flz Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 21 05:40:14 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169283 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 05:50:10 2012 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 85D1C1065675 for ; Thu, 21 Jun 2012 05:50:10 +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 453718FC15 for ; Thu, 21 Jun 2012 05:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L5oAE4002060 for ; Thu, 21 Jun 2012 05:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L5oAPh002059; Thu, 21 Jun 2012 05:50:10 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 05:50:10 GMT Resent-Message-Id: <201206210550.q5L5oAPh002059@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, Bryan Drewery Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B834A1065670 for ; Thu, 21 Jun 2012 05:43:49 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) by mx1.freebsd.org (Postfix) with ESMTP id 5EE768FC08 for ; Thu, 21 Jun 2012 05:43:49 +0000 (UTC) Received: (qmail 67736 invoked from network); 21 Jun 2012 00:43:41 -0500 Received: from unknown (HELO test8.xzibition.com) (10.10.0.34) by sweb.xzibition.com with SMTP; 21 Jun 2012 00:43:41 -0500 Received: by test8.xzibition.com (sSMTP sendmail emulation); Thu, 21 Jun 2012 00:43:19 -0500 Message-Id: <20120621054349.B834A1065670@hub.freebsd.org> Date: Thu, 21 Jun 2012 00:43:19 -0500 From: "Bryan Drewery" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: wxs@FreeBSD.org Subject: ports/169284: [PATCH] security/sudo: INSULTS desc is blank X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bryan Drewery List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 05:50:10 -0000 >Number: 169284 >Category: ports >Synopsis: [PATCH] security/sudo: INSULTS desc is blank >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 05:50:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bryan Drewery >Release: FreeBSD 8.3-RELEASE-i386 >Organization: >Environment: >Description: The INSULTS option has no description. >How-To-Repeat: make -C /usr/ports/security/sudo config >Fix: --- patch-sudo-insults-desc.txt begins here --- --- Makefile.orig 2012-06-21 00:41:38.000000000 -0500 +++ Makefile 2012-06-21 00:41:45.000000000 -0500 @@ -33,7 +33,7 @@ AUDIT OPIE NLS OPTIONS_DEFAULT= AUDIT NLS -INSULT_DESC= Enable insults on failures +INSULTS_DESC= Enable insults on failures DISABLE_ROOT_SUDO_DESC= Do not allow root to run sudo DISABLE_AUTH_DESC= Do not require authentication by default NOARGS_SHELL_DESC= Run a shell if no arguments are given --- patch-sudo-insults-desc.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 05:50:20 2012 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 1AA8A106564A; Thu, 21 Jun 2012 05:50:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E217A8FC08; Thu, 21 Jun 2012 05:50:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L5oJOA002224; Thu, 21 Jun 2012 05:50:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L5oJni002220; Thu, 21 Jun 2012 05:50:19 GMT (envelope-from edwin) Date: Thu, 21 Jun 2012 05:50:19 GMT Message-Id: <201206210550.q5L5oJni002220@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169284: [PATCH] security/sudo: INSULTS desc is blank 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: Thu, 21 Jun 2012 05:50:20 -0000 Synopsis: [PATCH] security/sudo: INSULTS desc is blank Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 21 05:50:19 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169284 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 07:00:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BB026106564A for ; Thu, 21 Jun 2012 07:00:25 +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 9B0728FC0C for ; Thu, 21 Jun 2012 07:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L70Ptg070667 for ; Thu, 21 Jun 2012 07:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L70Phe070666; Thu, 21 Jun 2012 07:00:25 GMT (envelope-from gnats) Date: Thu, 21 Jun 2012 07:00:25 GMT Message-Id: <201206210700.q5L70Phe070666@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Henry Hu Cc: Subject: Re: ports/168841: x11/slim fails to authorize (through kereros) if built without pam support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Henry Hu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 07:00:25 -0000 The following reply was made to PR ports/168841; it has been noted by GNATS. From: Henry Hu To: bug-followup@freebsd.org, c.kworr@gmail.com, Doug Barton , Gleb Kurtsou Cc: Subject: Re: ports/168841: x11/slim fails to authorize (through kereros) if built without pam support Date: Thu, 21 Jun 2012 02:51:25 -0400 --047d7b339cfb079a3404c2f5f3ac Content-Type: text/plain; charset=ISO-8859-1 This patch enables PAM in slim. Details: * add -DUSE_PAM=yes to cmake args * install pam config file for "slim". * patch app.cpp to allow rebooting without login * modify rc.d script to start after hal. For new X server, this should be required to be able to input. Most of it comes from http://www.freebsd.org/cgi/query-pr.cgi?pr=152236, with some changes. Thanks to Gleb Kurtsou . I've tested the patch, and I am able to log in. I'm not sure about kereros. Please test it. -- Cheers, Henry --047d7b339cfb079a3404c2f5f3ac Content-Type: application/octet-stream; name="slim-1.3.3_2.patch" Content-Disposition: attachment; filename="slim-1.3.3_2.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_h3pgt0kx0 ZGlmZiAtcnVOIC0tZXhjbHVkZT1DVlMgLS1leGNsdWRlPS5zdm4gL3RtcC9jdnN0bXAvcG9ydHMv eDExL3NsaW0vTWFrZWZpbGUgL3Vzci9wb3J0cy94MTEvc2xpbS5uZXcvTWFrZWZpbGUKLS0tIC90 bXAvY3ZzdG1wL3BvcnRzL3gxMS9zbGltL01ha2VmaWxlCTIwMTItMDYtMjEgMDI6MTk6MDAuMDAw MDAwMDAwIC0wNDAwCisrKyAvdXNyL3BvcnRzL3gxMS9zbGltLm5ldy9NYWtlZmlsZQkyMDEyLTA2 LTIxIDAyOjEyOjE5LjAwMDAwMDAwMCAtMDQwMApAQCAtNiw3ICs2LDcgQEAKIAogUE9SVE5BTUU9 CXNsaW0KIFBPUlRWRVJTSU9OPQkxLjMuMwotUE9SVFJFVklTSU9OPQkxCitQT1JUUkVWSVNJT049 CTIKIENBVEVHT1JJRVM9CXgxMQogTUFTVEVSX1NJVEVTPQlodHRwOi8vc2xpbS5iZXJsaW9zLmRl L3JlbGVhc2VzLwogRElTVEZJTEVTPQkke0RJU1ROQU1FfSR7RVhUUkFDVF9TVUZYfSAke0RJU1RO QU1FfSR7RVhUUkFDVF9TVUZYfS5yZWxlYXNlLmFzYwpAQCAtMjksNyArMjksNyBAQAogVVNFX1JD X1NVQlI9CXNsaW0uc2gKIFNVQl9GSUxFUz0JcGtnLW1lc3NhZ2UKIAotQ01BS0VfQVJHUz0JLURV U0VfQ09OU09MRUtJVD15ZXMKK0NNQUtFX0FSR1M9CS1EVVNFX0NPTlNPTEVLSVQ9eWVzIC1EVVNF X1BBTT15ZXMKIAogTUFOMT0JCXNsaW0uMQogCkBAIC01OCw2ICs1OCwxMCBAQAogCUBpZiBbICEg LWYgJHtQUkVGSVh9L2V0Yy9zbGltLmNvbmYgXTsgdGhlbiBcCiAJCSR7Q1B9ICR7UFJFRklYfS9l dGMvc2xpbS5jb25mLnNhbXBsZSAke1BSRUZJWH0vZXRjL3NsaW0uY29uZiA7IFwKIAlmaQorCUAk e0lOU1RBTExfREFUQX0gJHtGSUxFU0RJUn0vcGFtLmNvbmYgJHtQUkVGSVh9L2V0Yy9wYW0uZC9z bGltLmRlZmF1bHQKKwlAaWYgWyAhIC1mICR7UFJFRklYfS9ldGMvcGFtLmQvc2xpbSBdOyB0aGVu IFwKKwkJJHtDUH0gLXAgJHtQUkVGSVh9L2V0Yy9wYW0uZC9zbGltLmRlZmF1bHQgJHtQUkVGSVh9 L2V0Yy9wYW0uZC9zbGltIDsgXAorCWZpCiAJQCR7Q0FUfSAke1BLR01FU1NBR0V9CiAKIC5pbmNs dWRlIDxic2QucG9ydC5wb3N0Lm1rPgpkaWZmIC1ydU4gLS1leGNsdWRlPUNWUyAtLWV4Y2x1ZGU9 LnN2biAvdG1wL2N2c3RtcC9wb3J0cy94MTEvc2xpbS9maWxlcy9wYW0uY29uZiAvdXNyL3BvcnRz L3gxMS9zbGltLm5ldy9maWxlcy9wYW0uY29uZgotLS0gL3RtcC9jdnN0bXAvcG9ydHMveDExL3Ns aW0vZmlsZXMvcGFtLmNvbmYJMTk2OS0xMi0zMSAxOTowMDowMC4wMDAwMDAwMDAgLTA1MDAKKysr IC91c3IvcG9ydHMveDExL3NsaW0ubmV3L2ZpbGVzL3BhbS5jb25mCTIwMTItMDYtMjEgMDE6NTU6 MTguMDAwMDAwMDAwIC0wNDAwCkBAIC0wLDAgKzEsNCBAQAorYXV0aAkJaW5jbHVkZQkJc3lzdGVt CithY2NvdW50CQlpbmNsdWRlCQlzeXN0ZW0KK3Nlc3Npb24JCWluY2x1ZGUJCXN5c3RlbQorcGFz c3dvcmQJaW5jbHVkZQkJc3lzdGVtCmRpZmYgLXJ1TiAtLWV4Y2x1ZGU9Q1ZTIC0tZXhjbHVkZT0u c3ZuIC90bXAvY3ZzdG1wL3BvcnRzL3gxMS9zbGltL2ZpbGVzL3BhdGNoLWFwcC5jcHAtcmVib290 IC91c3IvcG9ydHMveDExL3NsaW0ubmV3L2ZpbGVzL3BhdGNoLWFwcC5jcHAtcmVib290Ci0tLSAv dG1wL2N2c3RtcC9wb3J0cy94MTEvc2xpbS9maWxlcy9wYXRjaC1hcHAuY3BwLXJlYm9vdAkxOTY5 LTEyLTMxIDE5OjAwOjAwLjAwMDAwMDAwMCAtMDUwMAorKysgL3Vzci9wb3J0cy94MTEvc2xpbS5u ZXcvZmlsZXMvcGF0Y2gtYXBwLmNwcC1yZWJvb3QJMjAxMi0wNi0yMSAwMjoxNjo1Mi4wMDAwMDAw MDAgLTA0MDAKQEAgLTAsMCArMSwxMiBAQAorLS0tIGFwcC5jcHAub3JpZwkyMDEyLTA2LTIxIDAy OjA4OjM4LjAwMDAwMDAwMCAtMDQwMAorKysrIGFwcC5jcHAJMjAxMi0wNi0yMSAwMjowODo1My4w MDAwMDAwMDAgLTA0MDAKK0BAIC00MTIsNiArNDEyLDkgQEAKKyAgICAgICAgIHN3aXRjaChMb2dp blBhbmVsLT5nZXRBY3Rpb24oKSl7CisgICAgICAgICAgICAgY2FzZSBQYW5lbDo6RXhpdDoKKyAg ICAgICAgICAgICBjYXNlIFBhbmVsOjpDb25zb2xlOgorKyAgICAgICAgICAgIGNhc2UgUGFuZWw6 OlN1c3BlbmQ6CisrICAgICAgICAgICAgY2FzZSBQYW5lbDo6UmVib290OgorKyAgICAgICAgICAg IGNhc2UgUGFuZWw6OkhhbHQ6CisgICAgICAgICAgICAgICAgIHJldHVybiB0cnVlOyAvLyA8LS0t IFRoaXMgaXMgc2ltcGx5IGZha2UhCisgICAgICAgICAgICAgZGVmYXVsdDoKKyAgICAgICAgICAg ICAgICAgYnJlYWs7CmRpZmYgLXJ1TiAtLWV4Y2x1ZGU9Q1ZTIC0tZXhjbHVkZT0uc3ZuIC90bXAv Y3ZzdG1wL3BvcnRzL3gxMS9zbGltL2ZpbGVzL3NsaW0uc2guaW4gL3Vzci9wb3J0cy94MTEvc2xp bS5uZXcvZmlsZXMvc2xpbS5zaC5pbgotLS0gL3RtcC9jdnN0bXAvcG9ydHMveDExL3NsaW0vZmls ZXMvc2xpbS5zaC5pbgkyMDEyLTA2LTIxIDAyOjE5OjAwLjAwMDAwMDAwMCAtMDQwMAorKysgL3Vz ci9wb3J0cy94MTEvc2xpbS5uZXcvZmlsZXMvc2xpbS5zaC5pbgkyMDEyLTA2LTIxIDAxOjU0OjE5 LjAwMDAwMDAwMCAtMDQwMApAQCAtMyw3ICszLDcgQEAKICMgJEZyZWVCU0Q6IHBvcnRzL3gxMS9z bGltL2ZpbGVzL3NsaW0uc2guaW4sdiAxLjggMjAxMi8wNi8wMyAwNjo1NTo0NiBkb3VnYiBFeHAg JAogIwogIyBQUk9WSURFOiBzbGltCi0jIFJFUVVJUkU6IExPR0lOIGRidXMKKyMgUkVRVUlSRTog TE9HSU4gZGJ1cyBoYWxkCiAjIEtFWVdPUkQ6IHNodXRkb3duCiAjCiAjIEFkZCB0aGUgZm9sbG93 aW5nIGxpbmVzIHRvIC9ldGMvcmMuY29uZiB0byBlbmFibGUgc2xpbToKZGlmZiAtcnVOIC0tZXhj bHVkZT1DVlMgLS1leGNsdWRlPS5zdm4gL3RtcC9jdnN0bXAvcG9ydHMveDExL3NsaW0vcGtnLXBs aXN0IC91c3IvcG9ydHMveDExL3NsaW0ubmV3L3BrZy1wbGlzdAotLS0gL3RtcC9jdnN0bXAvcG9y dHMveDExL3NsaW0vcGtnLXBsaXN0CTIwMTItMDYtMjEgMDI6MTk6MDAuMDAwMDAwMDAwIC0wNDAw CisrKyAvdXNyL3BvcnRzL3gxMS9zbGltLm5ldy9wa2ctcGxpc3QJMjAxMi0wNi0yMSAwMjowMzow NS4wMDAwMDAwMDAgLTA0MDAKQEAgLTgsNiArOCw5IEBACiBAdW5leGVjIGlmIGNtcCAtcyAlRC9l dGMvc2xpbS5jb25mLnNhbXBsZSAlRC9ldGMvc2xpbS5jb25mOyB0aGVuIHJtIC1mICVEL2V0Yy9z bGltLmNvbmY7IGZpCiBldGMvc2xpbS5jb25mLnNhbXBsZQogQGV4ZWMgaWYgWyAhIC1mICVEL2V0 Yy9zbGltLmNvbmYgXSA7IHRoZW4gY3AgLXAgJUQvJUYgJUIvc2xpbS5jb25mOyBmaQorQHVuZXhl YyBpZiBjbXAgLXMgJUQvZXRjL3BhbS5kL3NsaW0uZGVmYXVsdCAlRC9ldGMvcGFtLmQvc2xpbTsg dGhlbiBybSAtZiAlRC9ldGMvcGFtLmQvc2xpbSA7IGZpCitldGMvcGFtLmQvc2xpbS5kZWZhdWx0 CitAZXhlYyBpZiBbICEgLWYgJUQvZXRjL3BhbS5kL3NsaW0gXSA7IHRoZW4gY3AgLXAgJUQvJUYg JUIvc2xpbTsgZmkKIEBleGVjIC9iaW4vcm0gLWYgJUQvc2hhcmUvbWFuL21hbjEvc2xpbS4xCiBA ZXhlYyBybWRpciAiJUQvc2hhcmUvbWFuL21hbjEiIDI+L2Rldi9udWxsIHx8IHRydWUKIEBleGVj IHJtZGlyICIlRC9zaGFyZS9tYW4iIDI+L2Rldi9udWxsIHx8IHRydWUK --047d7b339cfb079a3404c2f5f3ac-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 07:40:11 2012 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 18408106566C for ; Thu, 21 Jun 2012 07:40:11 +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 CC4148FC0C for ; Thu, 21 Jun 2012 07:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L7eA1H014121 for ; Thu, 21 Jun 2012 07:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L7eAgZ014120; Thu, 21 Jun 2012 07:40:10 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 07:40:10 GMT Resent-Message-Id: <201206210740.q5L7eAgZ014120@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, Barbara Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8D741065672 for ; Thu, 21 Jun 2012 07:30:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 956118FC14 for ; Thu, 21 Jun 2012 07:30:28 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5L7USxG043049 for ; Thu, 21 Jun 2012 07:30:28 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5L7USrM043048; Thu, 21 Jun 2012 07:30:28 GMT (envelope-from nobody) Message-Id: <201206210730.q5L7USrM043048@red.freebsd.org> Date: Thu, 21 Jun 2012 07:30:28 GMT From: Barbara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169286: www/xpi-showip: update to 1.8 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: Thu, 21 Jun 2012 07:40:11 -0000 >Number: 169286 >Category: ports >Synopsis: www/xpi-showip: update to 1.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 07:40:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Barbara >Release: RELENG_9 >Organization: >Environment: FreeBSD satanasso.local.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jun 10 18:08:43 CEST 2012 root@satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO i386 >Description: Update the showip plugin to the latest release. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.old 2012-06-03 09:58:38.000000000 +0200 +++ Makefile 2012-06-21 09:18:48.000000000 +0200 @@ -6,8 +6,8 @@ # PORTNAME= showip -PORTVERSION= 1.6 -DISTVERSIONSUFFIX= -sm+tb+fx +PORTVERSION= 1.8 +DISTVERSIONSUFFIX= -fx+tb+sm CATEGORIES= www MAINTAINER= barbara.xxx1975@libero.it --- distinfo.old 2012-06-03 09:58:38.000000000 +0200 +++ distinfo 2012-06-21 09:28:27.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (xpi/showip-1.6-sm+tb+fx.xpi) = f41047c736fa8ffa0d42c71f6d3ae124445d699cacf5aa9070a380eb3ca13aaf -SIZE (xpi/showip-1.6-sm+tb+fx.xpi) = 49301 +SHA256 (xpi/showip-1.8-fx+tb+sm.xpi) = 6a0c723b4b5e8986e058dcbf664167fbee844b690874233db1631409e7ab394a +SIZE (xpi/showip-1.8-fx+tb+sm.xpi) = 48892 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 07:40:23 2012 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 30EBE106566B; Thu, 21 Jun 2012 07:40:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 050638FC14; Thu, 21 Jun 2012 07:40:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L7eMoU014306; Thu, 21 Jun 2012 07:40:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L7eMrD014302; Thu, 21 Jun 2012 07:40:22 GMT (envelope-from edwin) Date: Thu, 21 Jun 2012 07:40:22 GMT Message-Id: <201206210740.q5L7eMrD014302@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rene@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169286: www/xpi-showip: update to 1.8 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: Thu, 21 Jun 2012 07:40:23 -0000 Synopsis: www/xpi-showip: update to 1.8 Responsible-Changed-From-To: freebsd-ports-bugs->rene Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 21 07:40:22 UTC 2012 Responsible-Changed-Why: rene@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169286 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 07:50:09 2012 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 CBAD9106564A for ; Thu, 21 Jun 2012 07:50:09 +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 89F988FC15 for ; Thu, 21 Jun 2012 07:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L7o998023822 for ; Thu, 21 Jun 2012 07:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L7o9Km023821; Thu, 21 Jun 2012 07:50:09 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 07:50:09 GMT Resent-Message-Id: <201206210750.q5L7o9Km023821@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, TAKEMON Takashi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EEAF106564A for ; Thu, 21 Jun 2012 07:47:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 7A1DF8FC0A for ; Thu, 21 Jun 2012 07:47:11 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5L7lBE7073387 for ; Thu, 21 Jun 2012 07:47:11 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5L7lAxS073386; Thu, 21 Jun 2012 07:47:10 GMT (envelope-from nobody) Message-Id: <201206210747.q5L7lAxS073386@red.freebsd.org> Date: Thu, 21 Jun 2012 07:47:10 GMT From: TAKEMON Takashi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169287: [patch] sysutils/munin-node hdd_smartctl can't read ATACAM hdd 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: Thu, 21 Jun 2012 07:50:09 -0000 >Number: 169287 >Category: ports >Synopsis: [patch] sysutils/munin-node hdd_smartctl can't read ATACAM hdd >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 Jun 21 07:50:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: TAKEMON Takashi >Release: 8.3 RELEASE >Organization: Bamboogate Co.,Ltd >Environment: FreeBSD zfs.home.mousou.org 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC 2012 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: sysutils/munin-node hdd_smartctl plugin can't read ATACAM hdd. I tryed to make patch this problem. >How-To-Repeat: >Fix: --- ./plugins/node.d/hddtemp_smartctl.in.org 2012-06-21 12:09:10.960144507 +0900 +++ ./plugins/node.d/hddtemp_smartctl.in 2012-06-21 12:11:56.599922538 +0900 @@ -139,7 +139,7 @@ # without probing them. } elsif ($^O eq 'freebsd') { opendir(DEV, '/dev'); - @drives = grep /^ad[0-9]+$/, readdir DEV; + @drives = grep /^ad[0-9]+$|^ada[0-9]+$/, readdir DEV; closedir(DEV); } elsif ($^O eq 'solaris') { @drives = map { s@.*/@@ ; $_ } glob '/dev/rdsk/c*t*d*s2'; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 07:50:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E722E106564A; Thu, 21 Jun 2012 07:50:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BABBB8FC14; Thu, 21 Jun 2012 07:50:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L7oKeU023988; Thu, 21 Jun 2012 07:50:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L7oKxM023984; Thu, 21 Jun 2012 07:50:20 GMT (envelope-from edwin) Date: Thu, 21 Jun 2012 07:50:20 GMT Message-Id: <201206210750.q5L7oKxM023984@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, flo@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169287: [patch] sysutils/munin-node hdd_smartctl can't read ATACAM hdd 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: Thu, 21 Jun 2012 07:50:21 -0000 Synopsis: [patch] sysutils/munin-node hdd_smartctl can't read ATACAM hdd Responsible-Changed-From-To: freebsd-ports-bugs->flo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 21 07:50:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169287 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 07:56:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8B5D1065676; Thu, 21 Jun 2012 07:56:06 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9D2D48FC08; Thu, 21 Jun 2012 07:56:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L7u6gx032407; Thu, 21 Jun 2012 07:56:06 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L7u6p9032403; Thu, 21 Jun 2012 07:56:06 GMT (envelope-from rm) Date: Thu, 21 Jun 2012 07:56:06 GMT Message-Id: <201206210756.q5L7u6p9032403@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Cc: Subject: Re: ports/169278: [patch] ports/devel/Makefile: missorted SUBDIR item 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: Thu, 21 Jun 2012 07:56:06 -0000 Synopsis: [patch] ports/devel/Makefile: missorted SUBDIR item Responsible-Changed-From-To: freebsd-ports-bugs->rm Responsible-Changed-By: rm Responsible-Changed-When: Thu Jun 21 07:56:06 UTC 2012 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169278 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 08:50:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6863C1065676 for ; Thu, 21 Jun 2012 08:50:09 +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 40DF68FC1A for ; Thu, 21 Jun 2012 08:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L8o9IA085780 for ; Thu, 21 Jun 2012 08:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L8o9c8085779; Thu, 21 Jun 2012 08:50:09 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 08:50:09 GMT Resent-Message-Id: <201206210850.q5L8o9c8085779@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, Shane Ambler Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46C801065745 for ; Thu, 21 Jun 2012 08:46:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E555A8FC15 for ; Thu, 21 Jun 2012 08:46:05 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5L8k5Ir061497 for ; Thu, 21 Jun 2012 08:46:05 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5L8k5I0061482; Thu, 21 Jun 2012 08:46:05 GMT (envelope-from nobody) Message-Id: <201206210846.q5L8k5I0061482@red.freebsd.org> Date: Thu, 21 Jun 2012 08:46:05 GMT From: Shane Ambler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169288: [maintainer update] update graphics/openimageio 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: Thu, 21 Jun 2012 08:50:09 -0000 >Number: 169288 >Category: ports >Synopsis: [maintainer update] update graphics/openimageio >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 08:50:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Shane Ambler >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD leader.local 9.0-RELEASE-p1 FreeBSD 9.0-RELEASE-p1 #1: Tue May 15 12:34:33 CST 2012 shane@leader.local:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Patch to update graphics/openimageio to v1.0.6 The patch doesn't appear to include info to delete files/* - the patches there can be deleted as they have been merged upstream. Is that a switch I am missing in diff? >How-To-Repeat: >Fix: Patch attached with submission follows: diff -u openimageio.orig/Makefile openimageio/Makefile --- openimageio.orig/Makefile 2012-06-06 16:13:56.000000000 +0930 +++ openimageio/Makefile 2012-06-21 16:07:39.007828363 +0930 @@ -6,8 +6,7 @@ # PORTNAME= openimageio -PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTVERSION= 1.0.6 CATEGORIES= graphics multimedia MASTER_SITES= https://github.com/OpenImageIO/oiio/tarball/ DISTNAME= Release-${PORTVERSION} @@ -37,7 +36,7 @@ -DUSE_TBB:BOOL=ON LDFLAGS+= -ltbb USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/OpenImageIO-oiio-2388ebf/src +WRKSRC= ${WRKDIR}/OpenImageIO-oiio-f0a566a/src MAKE_JOBS_SAFE= yes OPTIONS= IMAGEVIEWER "Build image viewer" on \ diff -u openimageio.orig/distinfo openimageio/distinfo --- openimageio.orig/distinfo 2012-04-28 02:19:44.000000000 +0930 +++ openimageio/distinfo 2012-06-21 16:07:51.331826382 +0930 @@ -1,2 +1,2 @@ -SHA256 (openimageio/Release-1.0.3) = 44408cf458554c3969a3a4335019373bdf27f40388cfff0b051ccf9ea464a459 -SIZE (openimageio/Release-1.0.3) = 4158972 +SHA256 (openimageio/Release-1.0.6) = b6ca648f13973b517135edbc9bc34367cdc54a8ca87f6b8014f363803825aa1e +SIZE (openimageio/Release-1.0.6) = 4196479 Only in openimageio.orig/: files diff -u openimageio.orig/pkg-plist openimageio/pkg-plist --- openimageio.orig/pkg-plist 2012-05-02 02:14:41.000000000 +0930 +++ openimageio/pkg-plist 2012-06-21 16:08:09.508062630 +0930 @@ -60,7 +60,7 @@ lib/libOpenImageIO.so lib/libOpenImageIO.so.1 lib/libOpenImageIO.so.1.0 -lib/libOpenImageIO.so.1.0.3 +lib/libOpenImageIO.so.1.0.6 %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/openimageio.pdf >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 09:00:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD9841065674 for ; Thu, 21 Jun 2012 09:00:24 +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 7B7198FC12 for ; Thu, 21 Jun 2012 09:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L90OPM094210 for ; Thu, 21 Jun 2012 09:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L90OoD094209; Thu, 21 Jun 2012 09:00:24 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 09:00:24 GMT Resent-Message-Id: <201206210900.q5L90OoD094209@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, Shane Ambler Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 489DA106564A for ; Thu, 21 Jun 2012 08:59:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 3384C8FC12 for ; Thu, 21 Jun 2012 08:59:55 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5L8xtiI082035 for ; Thu, 21 Jun 2012 08:59:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5L8xsPj082034; Thu, 21 Jun 2012 08:59:54 GMT (envelope-from nobody) Message-Id: <201206210859.q5L8xsPj082034@red.freebsd.org> Date: Thu, 21 Jun 2012 08:59:54 GMT From: Shane Ambler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169289: [maintainer update] update graphics/py-openimageio 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: Thu, 21 Jun 2012 09:00:25 -0000 >Number: 169289 >Category: ports >Synopsis: [maintainer update] update graphics/py-openimageio >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 09:00:24 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Shane Ambler >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD leader.local 9.0-RELEASE-p1 FreeBSD 9.0-RELEASE-p1 #1: Tue May 15 12:34:33 CST 2012 shane@leader.local:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update to v1.0.6 Depends on ports/169288 (update graphics/openimageio) to be applied first. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -u py-openimageio.orig/Makefile py-openimageio/Makefile --- py-openimageio.orig/Makefile 2012-05-02 02:15:36.000000000 +0930 +++ py-openimageio/Makefile 2012-06-21 16:19:09.070829164 +0930 @@ -6,7 +6,7 @@ # PORTNAME= openimageio -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.6 CATEGORIES= graphics multimedia python MASTER_SITES= https://github.com/OpenImageIO/oiio/tarball/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -36,7 +36,7 @@ MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes USE_PYTHON= 2.6+ -WRKSRC= ${WRKDIR}/OpenImageIO-oiio-2388ebf/src +WRKSRC= ${WRKDIR}/OpenImageIO-oiio-f0a566a/src PLIST_FILES= %%PYTHON_SITELIBDIR%%/OpenImageIO.so diff -u py-openimageio.orig/distinfo py-openimageio/distinfo --- py-openimageio.orig/distinfo 2012-05-02 02:15:36.000000000 +0930 +++ py-openimageio/distinfo 2012-06-21 16:21:21.838827379 +0930 @@ -1,2 +1,2 @@ -SHA256 (openimageio/Release-1.0.3) = 44408cf458554c3969a3a4335019373bdf27f40388cfff0b051ccf9ea464a459 -SIZE (openimageio/Release-1.0.3) = 4158972 +SHA256 (openimageio/Release-1.0.6) = b6ca648f13973b517135edbc9bc34367cdc54a8ca87f6b8014f363803825aa1e +SIZE (openimageio/Release-1.0.6) = 4196479 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 09:00:40 2012 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 7FDF9106566B; Thu, 21 Jun 2012 09:00:40 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 52AE68FC14; Thu, 21 Jun 2012 09:00:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5L90e1m094855; Thu, 21 Jun 2012 09:00:40 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5L90elE094846; Thu, 21 Jun 2012 09:00:40 GMT (envelope-from edwin) Date: Thu, 21 Jun 2012 09:00:40 GMT Message-Id: <201206210900.q5L90elE094846@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169289: [maintainer update] update graphics/py-openimageio 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: Thu, 21 Jun 2012 09:00:40 -0000 Synopsis: [maintainer update] update graphics/py-openimageio Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 21 09:00:39 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169289 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 11:10:08 2012 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 BF58F1065675 for ; Thu, 21 Jun 2012 11:10:08 +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 94CE78FC1C for ; Thu, 21 Jun 2012 11:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LBA83D020032 for ; Thu, 21 Jun 2012 11:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LBA8nN020031; Thu, 21 Jun 2012 11:10:08 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 11:10:08 GMT Resent-Message-Id: <201206211110.q5LBA8nN020031@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, Jyun-Yan You Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF84F1065672 for ; Thu, 21 Jun 2012 11:01:49 +0000 (UTC) (envelope-from jyyou@cs.nctu.edu.tw) Received: from csmailer.cs.nctu.edu.tw (csmailer.cs.nctu.edu.tw [140.113.235.130]) by mx1.freebsd.org (Postfix) with ESMTP id 7FF198FC0A for ; Thu, 21 Jun 2012 11:01:49 +0000 (UTC) Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 50B6FEA0; Thu, 21 Jun 2012 19:01:42 +0800 (CST) Received: from csduty.cs.nctu.edu.tw (csduty [140.113.235.102]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 3619AE9F; Thu, 21 Jun 2012 19:01:42 +0800 (CST) Received: (from jyyou@localhost) by csduty.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id q5LB1ZLR008405; Thu, 21 Jun 2012 19:01:35 +0800 (CST) (envelope-from jyyou) Message-Id: <201206211101.q5LB1ZLR008405@csduty.cs.nctu.edu.tw> Date: Thu, 21 Jun 2012 19:01:35 +0800 (CST) From: Jyun-Yan You To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jaapb@kerguelen.org Subject: ports/169290: [PATCH] security/ocaml-cryptokit: update to 1.6 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: Thu, 21 Jun 2012 11:10:08 -0000 >Number: 169290 >Category: ports >Synopsis: [PATCH] security/ocaml-cryptokit: update to 1.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 11:10:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jyun-Yan You >Release: FreeBSD 8.2-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD csduty.cs.nctu.edu.tw 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 >Description: - Update to 1.6 Port maintainer (jaapb@kerguelen.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ocaml-cryptokit-1.6.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/ocaml-cryptokit/Makefile /amd/gcs/98/9855518/src/ports/security/ocaml-cryptokit/Makefile --- /usr/ports/security/ocaml-cryptokit/Makefile 2012-02-02 04:06:29.000000000 +0800 +++ /amd/gcs/98/9855518/src/ports/security/ocaml-cryptokit/Makefile 2012-06-20 18:07:29.687628000 +0800 @@ -6,9 +6,9 @@ # PORTNAME= cryptokit -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= security -MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/639/ +MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/891/ PKGNAMEPREFIX= ocaml- MAINTAINER= jaapb@kerguelen.org diff -ruN --exclude=CVS /usr/ports/security/ocaml-cryptokit/distinfo /amd/gcs/98/9855518/src/ports/security/ocaml-cryptokit/distinfo --- /usr/ports/security/ocaml-cryptokit/distinfo 2012-02-02 04:06:29.000000000 +0800 +++ /amd/gcs/98/9855518/src/ports/security/ocaml-cryptokit/distinfo 2012-06-20 18:07:29.690629000 +0800 @@ -1,2 +1,2 @@ -SHA256 (cryptokit-1.5.tar.gz) = e2483a463ea57eee99c1e9c5aed1c34885255e47f0d4d872bb2bb3a8975eb3e4 -SIZE (cryptokit-1.5.tar.gz) = 128907 +SHA256 (cryptokit-1.6.tar.gz) = c58cb6ee1efa996bb227d64b378e80824637f875e914ad38833d610b7f992422 +SIZE (cryptokit-1.6.tar.gz) = 133031 --- ocaml-cryptokit-1.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 11:10:24 2012 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 B4D2B1065676; Thu, 21 Jun 2012 11:10:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 88CFD8FC15; Thu, 21 Jun 2012 11:10:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LBAOwG020449; Thu, 21 Jun 2012 11:10:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LBAOA2020441; Thu, 21 Jun 2012 11:10:24 GMT (envelope-from edwin) Date: Thu, 21 Jun 2012 11:10:24 GMT Message-Id: <201206211110.q5LBAOA2020441@freefall.freebsd.org> To: jyyou@cs.nctu.edu.tw, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169290: [PATCH] security/ocaml-cryptokit: update to 1.6 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: Thu, 21 Jun 2012 11:10:24 -0000 Synopsis: [PATCH] security/ocaml-cryptokit: update to 1.6 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Jun 21 11:10:24 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169290 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 11:20:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E2B1106566B for ; Thu, 21 Jun 2012 11:20:13 +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 589958FC15 for ; Thu, 21 Jun 2012 11:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LBKDhD030264 for ; Thu, 21 Jun 2012 11:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LBKDdv030261; Thu, 21 Jun 2012 11:20:13 GMT (envelope-from gnats) Date: Thu, 21 Jun 2012 11:20:13 GMT Message-Id: <201206211120.q5LBKDdv030261@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/169290: [PATCH] security/ocaml-cryptokit: update to 1.6 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, 21 Jun 2012 11:20:13 -0000 The following reply was made to PR ports/169290; it has been noted by GNATS. From: Edwin Groothuis To: jaapb@kerguelen.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/169290: [PATCH] security/ocaml-cryptokit: update to 1.6 Date: Thu, 21 Jun 2012 11:10:21 UT Maintainer of security/ocaml-cryptokit, Please note that PR ports/169290 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169290 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 11:20:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53681106566C for ; Thu, 21 Jun 2012 11:20:14 +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 1351C8FC20 for ; Thu, 21 Jun 2012 11:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LBKD2I030274 for ; Thu, 21 Jun 2012 11:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LBKDLF030273; Thu, 21 Jun 2012 11:20:13 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 11:20:13 GMT Resent-Message-Id: <201206211120.q5LBKDLF030273@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, Sayetsky Anton Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE76A10656D1 for ; Thu, 21 Jun 2012 11:14:00 +0000 (UTC) (envelope-from jason@jw.lds.net.ua) Received: from jw.lds.net.ua (jw.lds.net.ua [193.192.37.74]) by mx1.freebsd.org (Postfix) with ESMTP id 466AB8FC21 for ; Thu, 21 Jun 2012 11:13:59 +0000 (UTC) Received: from jw.lds.net.ua (localhost [127.0.0.1]) by jw.lds.net.ua (8.14.5/8.14.5) with ESMTP id q5LBDq0X014236 for ; Thu, 21 Jun 2012 14:13:53 +0300 (EEST) (envelope-from jason@jw.lds.net.ua) Received: (from jason@localhost) by jw.lds.net.ua (8.14.5/8.14.5/Submit) id q5LBDljq014234; Thu, 21 Jun 2012 14:13:47 +0300 (EEST) (envelope-from jason) Message-Id: <201206211113.q5LBDljq014234@jw.lds.net.ua> Date: Thu, 21 Jun 2012 14:13:47 +0300 (EEST) From: Sayetsky Anton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169291: [update] games/arx-libertatis to 1.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sayetsky Anton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 11:20:14 -0000 >Number: 169291 >Category: ports >Synopsis: [update] games/arx-libertatis to 1.0.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 11:20:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sayetsky Anton >Release: FreeBSD 8.3-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD jw.local 8.3-RELEASE-p1 FreeBSD 8.3-RELEASE-p1 #0 r235504: Wed May 16 14:33:18 EEST 2012 root@jw.local:/tmp/obj/mnt/garbage/build/src/sys/JASONW amd64 >Description: There is a new version of game. >How-To-Repeat: >Fix: Patch attached. --- patch-Makefile begins here --- --- /usr/ports/games/arx-libertatis/Makefile 2012-06-06 09:43:45.000000000 +0300 +++ Makefile 2012-06-21 14:01:32.000000000 +0300 @@ -6,7 +6,7 @@ # PORTNAME= arx-libertatis -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= games MASTER_SITES= http://cloud.github.com/downloads/arx/ArxLibertatis/ \ http://mirror.amdmi3.ru/distfiles/ --- patch-Makefile ends here --- --- patch-distinfo begins here --- --- /usr/ports/games/arx-libertatis/distinfo 2012-04-26 03:40:14.000000000 +0300 +++ distinfo 2012-06-21 14:02:14.000000000 +0300 @@ -1,2 +1,2 @@ -SHA256 (arx-libertatis-1.0.1.tar.xz) = a8cdcd3ca09af86166a4913c00e1e0a1b3d65be86d9685a3cd4a11ee498b5c26 -SIZE (arx-libertatis-1.0.1.tar.xz) = 910116 +SHA256 (arx-libertatis-1.0.2.tar.xz) = cd40510563f93149f237df55d373900f85eb05c9cc5731efe4d173f314d4fadd +SIZE (arx-libertatis-1.0.2.tar.xz) = 912096 --- patch-distinfo ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 11:20:31 2012 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 5CF07106566C; Thu, 21 Jun 2012 11:20:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 30A6C8FC0A; Thu, 21 Jun 2012 11:20:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LBKVa3030849; Thu, 21 Jun 2012 11:20:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LBKVI9030845; Thu, 21 Jun 2012 11:20:31 GMT (envelope-from edwin) Date: Thu, 21 Jun 2012 11:20:31 GMT Message-Id: <201206211120.q5LBKVI9030845@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169291: [update] games/arx-libertatis to 1.0.2 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: Thu, 21 Jun 2012 11:20:31 -0000 Synopsis: [update] games/arx-libertatis to 1.0.2 Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 21 11:20:30 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169291 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 11:50:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B569E106564A for ; Thu, 21 Jun 2012 11:50:06 +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 9DC3D8FC0A for ; Thu, 21 Jun 2012 11:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LBo6OE061274 for ; Thu, 21 Jun 2012 11:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LBo6KC061273; Thu, 21 Jun 2012 11:50:06 GMT (envelope-from gnats) Date: Thu, 21 Jun 2012 11:50:06 GMT Message-Id: <201206211150.q5LBo6KC061273@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Volodymyr Kostyrko Cc: Subject: Re: ports/168841: x11/slim fails to authorize (through kereros) if built without pam support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Volodymyr Kostyrko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 11:50:06 -0000 The following reply was made to PR ports/168841; it has been noted by GNATS. From: Volodymyr Kostyrko To: Henry Hu Cc: bug-followup@FreeBSD.org Subject: Re: ports/168841: x11/slim fails to authorize (through kereros) if built without pam support Date: Thu, 21 Jun 2012 14:45:47 +0300 Henry Hu wrote: > This patch enables PAM in slim. > Details: > * add -DUSE_PAM=yes to cmake args Works for me. > * install pam config file for "slim". > * patch app.cpp to allow rebooting without login > * modify rc.d script to start after hal. For new X server, this should > be required to be able to input. > > Most of it comes from > http://www.freebsd.org/cgi/query-pr.cgi?pr=152236, with some changes. > Thanks to Gleb Kurtsou. > > I've tested the patch, and I am able to log in. I'm not sure about > kereros. Please test it. I'm sorry as i had mistyped that, it was Kerberos. -- Sphinx of black quartz judge my vow. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 12:20:09 2012 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 723AD1065674 for ; Thu, 21 Jun 2012 12:20:09 +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 324E08FC1B for ; Thu, 21 Jun 2012 12:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LCK9Cu089681 for ; Thu, 21 Jun 2012 12:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LCK9vN089680; Thu, 21 Jun 2012 12:20:09 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 12:20:09 GMT Resent-Message-Id: <201206211220.q5LCK9vN089680@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, Volodymyr Kostyrko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 921CF1065677 for ; Thu, 21 Jun 2012 12:15:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 7E27B8FC19 for ; Thu, 21 Jun 2012 12:15:39 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5LCFdap080286 for ; Thu, 21 Jun 2012 12:15:39 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5LCFdcp080279; Thu, 21 Jun 2012 12:15:39 GMT (envelope-from nobody) Message-Id: <201206211215.q5LCFdcp080279@red.freebsd.org> Date: Thu, 21 Jun 2012 12:15:39 GMT From: Volodymyr Kostyrko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169292: lang/php53 incorrect pkg-plist 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: Thu, 21 Jun 2012 12:20:09 -0000 >Number: 169292 >Category: ports >Synopsis: lang/php53 incorrect pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 12:20:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Volodymyr Kostyrko >Release: RELENG_9 >Organization: None >Environment: FreeBSD green.tandem.local 9.0-STABLE FreeBSD 9.0-STABLE #0 r237357: Thu Jun 21 11:24:54 EEST 2012 arcade@green.tandem.local:/usr/obj/usr/src/sys/MINIMAL amd64 >Description: pkg_delete: file '/usr/local/libexec/apache22/libphp53.so' doesn't exist /usr/local/share/apr/build-1/libtool --mode=install cp libphp5.la /usr/local/libexec/apache22/ libtool: install: cp .libs/libphp5.so /usr/local/libexec/apache22/libphp5.so libtool: install: cp .libs/libphp5.lai /usr/local/libexec/apache22/libphp5.la >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 12:20:13 2012 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 111F1106566B for ; Thu, 21 Jun 2012 12:20:12 +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 BBFE58FC08 for ; Thu, 21 Jun 2012 12:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LCKCrF089710 for ; Thu, 21 Jun 2012 12:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LCKC0J089709; Thu, 21 Jun 2012 12:20:12 GMT (envelope-from gnats) Date: Thu, 21 Jun 2012 12:20:12 GMT Message-Id: <201206211220.q5LCKC0J089709@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Cc: Subject: Re: ports/164177: audio/squeezeboxserver should require mysql 5.0 server rather than just mysql server X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: the_mix_room@hotmail.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 12:20:13 -0000 The following reply was made to PR ports/164177; it has been noted by GNATS. From: To: Cc: Subject: Re: ports/164177: audio/squeezeboxserver should require mysql 5.0 server rather than just mysql server Date: Thu, 21 Jun 2012 12:15:14 +0000 --_4281e75e-976c-4a2f-bdf1-085368573516_ Content-Type: multipart/alternative; boundary="_e0800c8b-3df2-402b-9d8c-a49e6c8795d3_" --_e0800c8b-3df2-402b-9d8c-a49e6c8795d3_ Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable I have patched the Makefile to make the necessary adjustments so that squee= zeboxserver can be installed and run. =20 The problem is that with the introduction of MySQL 5.5 some commands are no= longer available. They have been replaced by equivalents.=20 http://dev.mysql.com/doc/refman/5.5/en/server-options.html#option_mysqld_sk= ip-external-locking as an example.=20 The commands are taken from: http://permalink.gmane.org/gmane.music.equipme= nt.slimdevices.squeezecenter/26896 I believe applying the patch below is the simplest until upstream gets fixe= d. Would be good if this relatively simple patch could be committed.=20 --- Makefile 2012-06-21 14:08:40.000000000 +0200 +++ Makefile.new 2012-06-21 13:58:08.000000000 +0200 @@ -57=2C7 +57=2C6 @@ .endif =20 USE_MYSQL=3D server -WANT_MYSQL_VER=3D50 =20 .if ${PORT_OPTIONS:MAPE} RUN_DEPENDS+=3D mac:${PORTSDIR}/audio/mac @@ -173=2C6 +172=2C12 @@ -e 's|%%TMP_SLIMDIR%%|${TMP_SLIMDIR}|g' \ ${WRKSRC}/scanner.pl \ ${WRKSRC}/slimserver.pl + sed -i '.bak' \ + -e 's/skip-locking/skip-external-locking/' \ + -e 's/default-character-set/character-set-server/'\ + -e 's/default-collation/collation-server/' ${WRKSRC}/MySQL/my.tt= =20 + sed -i '.bak' \ + -e 's/TYPE=3DInnoDB/ENGINE=3DInnoDB/' ${WRKSRC}/SQL/mysql/schema_*= .sql =20 do-build: @${MKDIR} -m 0755 ${TMP_SLIMDIR} = --_e0800c8b-3df2-402b-9d8c-a49e6c8795d3_ Content-Type: text/html; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable
I have patched the Makefile to make the necessary adjustments so that squee= zeboxserver can be installed and run. =3B

The problem is that w= ith the introduction of MySQL 5.5 some commands are no longer available. Th= ey have been replaced by equivalents.
http://dev.mysql.com/doc/refman/5= .5/en/server-options.html#option_mysqld_skip-external-locking as an example= .

The commands are taken from: http://permalink.gmane.org/gmane.musi= c.equipment.slimdevices.squeezecenter/26896

I = believe applying the patch below is the simplest until upstream gets fixed.= Would be good if this relatively simple patch could be committed.

= --- Makefile =3B =3B =3B 2012-06-21 14:08:40.000000000 +0200+++ Makefile.new =3B =3B =3B 2012-06-21 13:58:08.000000000 +02= 00
@@ -57=2C7 +57=2C6 @@
 =3B.endif
 =3B
 =3BUSE_MY= SQL=3D =3B =3B =3B server
-WANT_MYSQL_VER=3D50
 =3B =3B.if ${PORT_OPTIONS:MAPE}
 =3BRUN_DEPENDS+=3D =3B = =3B =3B mac:${PORTSDIR}/audio/mac
@@ -173=2C6 +172=2C12 @@
 = =3B =3B =3B =3B  =3B =3B =3B -e 's|%%TMP_SLIMDIR%%|= ${TMP_SLIMDIR}|g' \
 =3B =3B =3B =3B  =3B =3B&nb= sp=3B ${WRKSRC}/scanner.pl \
 =3B =3B =3B =3B  =3B&n= bsp=3B =3B ${WRKSRC}/slimserver.pl
+ =3B =3B =3B sed -i = '.bak' \
+ =3B =3B =3B  =3B =3B =3B -e 's/skip-l= ocking/skip-external-locking/' \
+ =3B =3B =3B  =3B = =3B =3B -e 's/default-character-set/character-set-server/'\
+ = =3B =3B =3B  =3B =3B =3B -e 's/default-collation/collat= ion-server/' =3B ${WRKSRC}/MySQL/my.tt
+ =3B =3B =3B se= d -i '.bak' \
+ =3B =3B =3B  =3B =3B =3B -e 's/T= YPE=3DInnoDB/ENGINE=3DInnoDB/' ${WRKSRC}/SQL/mysql/schema_*.sql
 =3B=
 =3Bdo-build:
 =3B =3B =3B =3B @${MKDIR} -m 0755= ${TMP_SLIMDIR}

= --_e0800c8b-3df2-402b-9d8c-a49e6c8795d3_-- --_4281e75e-976c-4a2f-bdf1-085368573516_ Content-Type: application/octet-stream Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="patch_squeezeboxserver_Makefile" LS0tIE1ha2VmaWxlCTIwMTItMDYtMjEgMTQ6MDg6NDAuMDAwMDAwMDAwICswMjAwCisrKyBNYWtl ZmlsZS5uZXcJMjAxMi0wNi0yMSAxMzo1ODowOC4wMDAwMDAwMDAgKzAyMDAKQEAgLTU3LDcgKzU3 LDYgQEAKIC5lbmRpZgogCiBVU0VfTVlTUUw9CXNlcnZlcgotV0FOVF9NWVNRTF9WRVI9NTAKIAog LmlmICR7UE9SVF9PUFRJT05TOk1BUEV9CiBSVU5fREVQRU5EUys9CW1hYzoke1BPUlRTRElSfS9h dWRpby9tYWMKQEAgLTE3Myw2ICsxNzIsMTIgQEAKIAkgICAgLWUgJ3N8JSVUTVBfU0xJTURJUiUl fCR7VE1QX1NMSU1ESVJ9fGcnIFwKIAkJJHtXUktTUkN9L3NjYW5uZXIucGwgXAogCQkke1dSS1NS Q30vc2xpbXNlcnZlci5wbAorCXNlZCAtaSAnLmJhaycgXAorCQktZSAncy9za2lwLWxvY2tpbmcv c2tpcC1leHRlcm5hbC1sb2NraW5nLycgXAorCQktZSAncy9kZWZhdWx0LWNoYXJhY3Rlci1zZXQv Y2hhcmFjdGVyLXNldC1zZXJ2ZXIvJ1wKKwkJLWUgJ3MvZGVmYXVsdC1jb2xsYXRpb24vY29sbGF0 aW9uLXNlcnZlci8nICAke1dSS1NSQ30vTXlTUUwvbXkudHQgCisJc2VkIC1pICcuYmFrJyBcCisJ CS1lICdzL1RZUEU9SW5ub0RCL0VOR0lORT1Jbm5vREIvJyAke1dSS1NSQ30vU1FML215c3FsL3Nj aGVtYV8qLnNxbAogCiBkby1idWlsZDoKIAlAJHtNS0RJUn0gLW0gMDc1NSAke1RNUF9TTElNRElS fQo= --_4281e75e-976c-4a2f-bdf1-085368573516_-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 12:20:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B68E61065670; Thu, 21 Jun 2012 12:20:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8A9D68FC1A; Thu, 21 Jun 2012 12:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LCKLJv089895; Thu, 21 Jun 2012 12:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LCKL8Q089890; Thu, 21 Jun 2012 12:20:21 GMT (envelope-from edwin) Date: Thu, 21 Jun 2012 12:20:21 GMT Message-Id: <201206211220.q5LCKL8Q089890@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, flo@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169292: lang/php53 incorrect pkg-plist 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: Thu, 21 Jun 2012 12:20:21 -0000 Synopsis: lang/php53 incorrect pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->flo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 21 12:20:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169292 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 14:10:09 2012 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 A4075106566C for ; Thu, 21 Jun 2012 14:10:09 +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 7BF6E8FC0C for ; Thu, 21 Jun 2012 14:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LEA94k094503 for ; Thu, 21 Jun 2012 14:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LEA9na094502; Thu, 21 Jun 2012 14:10:09 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 14:10:09 GMT Resent-Message-Id: <201206211410.q5LEA9na094502@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, RyoTa SimaMoto Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8476C106564A for ; Thu, 21 Jun 2012 14:09:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6F78D8FC0A for ; Thu, 21 Jun 2012 14:09:51 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5LE9pT4087742 for ; Thu, 21 Jun 2012 14:09:51 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5LE9pvC087739; Thu, 21 Jun 2012 14:09:51 GMT (envelope-from nobody) Message-Id: <201206211409.q5LE9pvC087739@red.freebsd.org> Date: Thu, 21 Jun 2012 14:09:51 GMT From: RyoTa SimaMoto To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169293: [update] multimedia/qmmp to v0.5.6 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: Thu, 21 Jun 2012 14:10:09 -0000 >Number: 169293 >Category: ports >Synopsis: [update] multimedia/qmmp to v0.5.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 14:10:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: RyoTa SimaMoto >Release: 9.0-STABLE >Organization: >Environment: FreeBSD takiba.fakenet 9.0-STABLE FreeBSD 9.0-STABLE #11 r235800: Fri May 25 02:09:21 JST 2012 liangtai@takiba.fakenet:/usr/obj/usr/src/sys/VAIO i386 >Description: Version 0.5.6 is released. * FreeBSD build improvement release * Migration to optionsNG >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/qmmp/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 6 Jun 2012 06:44:10 -0000 1.10 +++ Makefile 20 Jun 2012 16:20:23 -0000 @@ -6,8 +6,7 @@ # PORTNAME= qmmp -PORTVERSION= 0.5.5 -PORTREVISION= 1 +PORTVERSION= 0.5.6 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/ \ ${MASTER_SITE_GOOGLE_CODE} @@ -23,58 +22,51 @@ qmake_build rcc_build uic_build moc_build linguist_build USE_LDCONFIG= yes -OPTIONS= SKINNEDUI "Skinned GUI" on \ - APIDOC "Doxygen generated class reference document" off \ - PULSE "Support the PulseAudio output" on \ - ALSA "Support the ALSA output" off \ - OSS "Support the OSS output" off \ - OSS4 "Support the OSS4 output" on \ - JACK "Support the JACK output" on \ - NULLOUT "Support a null output" on \ - FLAC "Support to playback FLAC files" on \ - MUSEPACK "Support to playback MPC files" on \ - FFMPEG "Support to playback FFMPEG files" on \ - MODPLUG "Support to playback MOD files" on \ - WILDMIDI "Support to playback MIDI files" on \ - GME "Support video game music files" on \ - MAD "Support to playback MAD files" on \ - VORBIS "Support to playback Vorbis/OGG files" on \ - SNDFILE "Support to playback Sndfile files" on \ - WAVPACK "Support to playback WAVPack files" on \ - CUE "Support to CUE sheets" on \ - CDIO "Support to playback compact discs" on \ - FAAD "Support to playback through FAAD decoder" on \ - LADSPA "Support the LADSPA effect" on \ - CROSSFADE "Support cross-fade effect" on \ - BS2B "Support the Bauer stereophonic2binaural effect" on \ - STEREO "Support stereo effect" on \ - SRCONV "Support the sample rate converter" on \ - MPLAYER "Support VIDEO playback through Mplayer" on \ - CURL "Support cURL streaming transport" on \ - MMS "Support MMS streaming transport" on \ - PROJECTM "Support the projectM music visualiser" on \ - ANALYZER "Supoort spectrum analyzer visualization" on \ - ENCA "Support automatic character set detection" on \ - MPRIS "Support the Media Player Remote" on \ - SCROBBLER "Support Libre.fm/Last.fm scrobbler feature" on \ - STATICON "Support to show status icon" on \ - NOTIFIER "Support to popup notifier" on \ - LYRICS "Support to show lyrics using lyrics.wikia.com" on \ - HOTKEY "Support to set shortcut keys" on \ - FILEOPS "Support file operation" on \ - COVER "Support to show cover images" on \ - KDENOTIFY "Support to popup notifier for KDE" on \ - HAL "Support removable disc detection using HAL" on \ - UDISKS "Support removable disc detection using UDisks" on \ - QMMP_DIALOG "An original dialog" on +OPTIONS_DEFINE= SKINNEDUI APIDOC PULSEAUDIO ALSA OSS OSS4 JACK NULLOUT \ + FLAC MUSEPACK FFMPEG MODPLUG WILDMIDI GME MAD VORBIS SNDFILE \ + WAVPACK CUE CDIO FAAD LADSPA CROSSFADE BS2B STEREO SRCONV \ + MPLAYER CURL MMS PROJECTM ANALYZER ENCA MPRIS SCROBBLER \ + STATICON NOTIFIER LYRICS HOTKEY FILEOPS COVER KDENOTIFY HAL \ + UDISKS QMMP_DIALOG +OPTIONS_DEFAULT= SKINNEDUI PULSEAUDIO ALSA OSS4 JACK NULLOUT FLAC \ + MUSEPACK FFMPEG MODPLUG WILDMIDI GME MAD VORBIS SNDFILE \ + WAVPACK CUE CDIO FAAD LADSPA CROSSFADE BS2B STEREO SRCONV \ + MPLAYER CURL MMS PROJECTM ANALYZER ENCA MPRIS SCROBBLER \ + STATICON NOTIFIER LYRICS HOTKEY FILEOPS COVER KDENOTIFY HAL \ + UDISKS QMMP_DIALOG +SKINNEDUI_DESC= Skinned GUI +APIDOC_DESC= Doxygen generated doc (libqmmp libqmmpui) +OSS4_DESC= Enable Open Sound System (ver4) support +NULLOUT_DESC= Support a null output +WILDMIDI_DESC= Support to playback MIDI files +GME_DESC= Support video game music files +CDIO_DESC= Support to playback compact discs +CROSSFADE_DESC= Support cross-fade effect +BS2B_DESC= Support the Bauer stereophonic2binaural effect +STEREO_DESC= Support stereo effect +SRCONV_DESC= Support the sample rate converter +PROJECTM_DESC= Support the projectM music visualiser +ANALYZER_DESC= Supoort spectrum analyzer visualization +ENCA_DESC= Support automatic character set detection +MPRIS_DESC= Support the Media Player Remote +SCROBBLER_DESC= Support Libre.fm/Last.fm scrobbler feature +STATICON_DESC= Support to show status icon +NOTIFIER_DESC= Support to popup notifier +LYRICS_DESC= Support to show lyrics using lyrics.wikia.com +HOTKEY_DESC= Support to set shortcut keys +FILEOPS_DESC= Support file operation +COVER_DESC= Support to show cover images +KDENOTIFY_DESC= Support to popup notifier for KDE +UDISKS_DESC= Support removable disc detection using UDisks +QMMP_DIALOG_DESC= An original dialog .include -.ifndef(WITHOUT_APIDOC) +.if ${PORT_OPTIONS:MAPIDOC} BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen .endif -.ifndef(WITHOUT_SKINNEDUI) +.if ${PORT_OPTIONS:MSKINNEDUI} PLIST_SUB+= SKINNEDUI="" PLUGIN_OPTIONS_CMAKE+= -DUSE_SKINNED:BOOL=TRUE .else @@ -82,9 +74,9 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_SKINNED:BOOL=FALSE .endif -.ifndef(WITHOUT_JACK) +.if ${PORT_OPTIONS:MJACK} PLIST_SUB+= JACK="" -#LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack +LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack BUILD_DEPENDS+= jackit>=0.121.2:${PORTSDIR}/audio/jack PLUGIN_OPTIONS_CMAKE+= -DUSE_JACK:BOOL=TRUE .else @@ -92,66 +84,66 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_JACK:BOOL=FALSE .endif -.ifndef(WITHOUT_ALSA) +.if ${PORT_OPTIONS:MALSA} PLIST_SUB+= ALSA="" -LIB_DEPENDS+= asound.2:${PORTSDIR}/audio/alsa-lib +LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib PLUGIN_OPTIONS_CMAKE+= -DUSE_ALSA:BOOL=TRUE .else PLIST_SUB+= ALSA="@comment " PLUGIN_OPTIONS_CMAKE+= -DUSE_ALSA:BOOL=FALSE .endif -.ifndef(WITHOUT_BS2B) +.if ${PORT_OPTIONS:MBS2B} PLIST_SUB+= BS2B="" -LIB_DEPENDS+= bs2b.0:${PORTSDIR}/audio/libbs2b +LIB_DEPENDS+= bs2b:${PORTSDIR}/audio/libbs2b PLUGIN_OPTIONS_CMAKE+= -DUSE_BS2B:BOOL=TRUE .else PLIST_SUB+= BS2B="@comment " PLUGIN_OPTIONS_CMAKE+= -DUSE_BS2B:BOOL=FALSE .endif -.ifndef(WITHOUT_PULSE) +.if ${PORT_OPTIONS:MPULSEAUDIO} PLIST_SUB+= PULSE_AUDIO="" -LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio +LIB_DEPENDS+= pulse:${PORTSDIR}/audio/pulseaudio PLUGIN_OPTIONS_CMAKE+= -DUSE_PULSE:BOOL=TRUE .else PLIST_SUB+= PULSE_AUDIO="@comment " PLUGIN_OPTIONS_CMAKE+= -DUSE_PULSE:BOOL=FALSE .endif -.ifndef(WITHOUT_FLAC) +.if ${PORT_OPTIONS:MFLAC} PLIST_SUB+= FLAC="" -LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac +LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac PLUGIN_OPTIONS_CMAKE+= -DUSE_FLAC:BOOL=TRUE .else PLIST_SUB+= FLAC="@comment " PLUGIN_OPTIONS_CMAKE+= -DUSE_FLAC:BOOL=FALSE .endif -.ifndef(WITHOUT_MUSEPACK) +.if ${PORT_OPTIONS:MMUSEPACK} PLIST_SUB+= MUSEPACK="" -LIB_DEPENDS+= mpcdec.7:${PORTSDIR}/audio/musepack +LIB_DEPENDS+= mpcdec:${PORTSDIR}/audio/musepack PLUGIN_OPTIONS_CMAKE+= -DUSE_MPC:BOOL=TRUE .else PLIST_SUB+= MUSEPACK="@comment " PLUGIN_OPTIONS_CMAKE+= -DUSE_MPC:BOOL=FALSE .endif -.ifndef(WITHOUT_GME) +.if ${PORT_OPTIONS:MGME} PLIST_SUB+= GME="" -LIB_DEPENDS+= gme.0:${PORTSDIR}/audio/libgme +LIB_DEPENDS+= gme:${PORTSDIR}/audio/libgme PLUGIN_OPTIONS_CMAKE+= -DUSE_GME:BOOL=TRUE .else PLIST_SUB+= GME="@comment " PLUGIN_OPTIONS_CMAKE+= -DUSE_GME:BOOL=FALSE .endif -.ifndef(WITHOUT_FFMPEG) +.if ${PORT_OPTIONS:MFFMPEG} PLIST_SUB+= FFMPEG="" . if exists(${LOCALBASE}/include/libavcodec/vda.h) -LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg-devel +LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg-devel . else -LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg +LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg . endif PLUGIN_OPTIONS_CMAKE+= -DUSE_FFMPEG:BOOL=TRUE .else @@ -159,43 +151,43 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_FFMPEG:BOOL=FALSE .endif -.ifndef(WITHOUT_MODPLUG) +.if ${PORT_OPTIONS:MMODPLUG} PLIST_SUB+= MODPLUG="" -LIB_DEPENDS+= modplug.1:${PORTSDIR}/audio/libmodplug +LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug PLUGIN_OPTIONS_CMAKE+= -DUSE_MODPLUG:BOOL=TRUE .else PLIST_SUB+= MODPLUG="@comment " PLUGIN_OPTIONS_CMAKE+= -DUSE_MODPLUG:BOOL=FALSE .endif -.ifndef(WITHOUT_FAAD) +.if ${PORT_OPTIONS:MFAAD} PLIST_SUB+= FAAD="" -LIB_DEPENDS+= faad.2:${PORTSDIR}/audio/faad +LIB_DEPENDS+= faad:${PORTSDIR}/audio/faad PLUGIN_OPTIONS_CMAKE+= -DUSE_AAC:BOOL=TRUE .else PLIST_SUB+= FAAD="@comment " PLUGIN_OPTIONS_CMAKE+= -DUSE_AAC:BOOL=FALSE .endif -.ifndef(WITHOUT_CDIO) +.if ${PORT_OPTIONS:MCDIO} PLIST_SUB+= CDIO="" -LIB_DEPENDS+= cdio.13:${PORTSDIR}/sysutils/libcdio +LIB_DEPENDS+= cdio:${PORTSDIR}/sysutils/libcdio PLUGIN_OPTIONS_CMAKE+= -DUSE_CDA:BOOL=TRUE .else PLIST_SUB+= CDIO="@comment " PLUGIN_OPTIONS_CMAKE+= -DUSE_CDA:BOOL=FALSE .endif -.ifndef(WITHOUT_ENCA) +.if ${PORT_OPTIONS:MENCA} PLIST_SUB+= ENCA="" -LIB_DEPENDS+= enca.5:${PORTSDIR}/converters/enca +LIB_DEPENDS+= enca:${PORTSDIR}/converters/enca PLUGIN_OPTIONS_CMAKE+= -DUSE_ENCA:BOOL=TRUE .else PLIST_SUB+= ENCA="@comment " PLUGIN_OPTIONS_CMAKE+= -DUSE_ENCA:BOOL=FALSE .endif -.ifndef(WITHOUT_MPLAYER) +.if ${PORT_OPTIONS:MMPLAYER} PLIST_SUB+= MPLAYER="" RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer PLUGIN_OPTIONS_CMAKE+= -DUSE_MPLAYER:BOOL=TRUE @@ -204,7 +196,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_MPLAYER:BOOL=FALSE .endif -.ifndef(WITHOUT_PROJECTM) +.if ${PORT_OPTIONS:MPROJECTM} PLIST_SUB+= PROJECTM="" LIB_DEPENDS+= projectM.2:${PORTSDIR}/graphics/libprojectm PLUGIN_OPTIONS_CMAKE+= -DUSE_PROJECTM:BOOL=TRUE @@ -213,7 +205,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_PROJECTM:BOOL=FALSE .endif -.ifndef(WITHOUT_OSS) +.if ${PORT_OPTIONS:MOSS} PLIST_SUB+= OSS="" PLUGIN_OPTIONS_CMAKE+= -DUSE_OSS:BOOL=TRUE .else @@ -221,7 +213,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_OSS:BOOL=FALSE .endif -.ifndef(WITHOUT_OSS4) +.if ${PORT_OPTIONS:MOSS4} PLIST_SUB+= OSS4="" BUILD_DEPENDS+= ${LOCALBASE}/lib/oss/include/sys/soundcard.h:${PORTSDIR}/audio/oss PLUGIN_OPTIONS_CMAKE+= -DUSE_OSS4:BOOL=TRUE @@ -230,7 +222,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_OSS4:BOOL=FALSE .endif -.ifndef(WITHOUT_LADSPA) +.if ${PORT_OPTIONS:MLADSPA} PLIST_SUB+= LADSPA="" RUN_DEPENDS+= analyseplugin:${PORTSDIR}/audio/ladspa PLUGIN_OPTIONS_CMAKE+= -DUSE_LADSPA:BOOL=TRUE @@ -239,70 +231,70 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_LADSPA:BOOL=FALSE .endif -.ifndef(WITHOUT_WILDMIDI) +.if ${PORT_OPTIONS:MWILDMIDI} PLIST_SUB+= WILDMIDI="" -LIB_DEPENDS+= WildMidi.2:${PORTSDIR}/audio/wildmidi +LIB_DEPENDS+= WildMidi:${PORTSDIR}/audio/wildmidi PLUGIN_OPTIONS_CMAKE+= -DUSE_MIDI:BOOL=TRUE .else PLIST_SUB+= WILDMIDI="@comment " PLUGIN_OPTIONS_CMAKE+= -DUSE_MIDI:BOOL=FALSE .endif -.ifndef(WITHOUT_MAD) +.if ${PORT_OPTIONS:MMAD} PLIST_SUB+= MAD="" -LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad +LIB_DEPENDS+= mad:${PORTSDIR}/audio/libmad PLUGIN_OPTIONS_CMAKE+= -DUSE_MAD:BOOL=TRUE .else PLIST_SUB+= MAD="@comment " PLUGIN_OPTIONS_CMAKE+= -DUSE_MAD:BOOL=FALSE .endif -.ifndef(WITHOUT_SNDFILE) +.if ${PORT_OPTIONS:MSNDFILE} PLIST_SUB+= SNDFILE="" -LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile +LIB_DEPENDS+= sndfile:${PORTSDIR}/audio/libsndfile PLUGIN_OPTIONS_CMAKE+= -DUSE_SNDFILE:BOOL=TRUE .else PLIST_SUB+= SNDFILE="@comment " PLUGIN_OPTIONS_CMAKE+= -DUSE_SNDFILE:BOOL=FALSE .endif -.ifndef(WITHOUT_VORBIS) +.if ${PORT_OPTIONS:MVORBIS} PLIST_SUB+= VORBIS="" -LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis PLUGIN_OPTIONS_CMAKE+= -DUSE_VORBIS:BOOL=TRUE .else PLIST_SUB+= VORBIS="@comment " PLUGIN_OPTIONS_CMAKE+= -DUSE_VORBIS:BOOL=FALSE .endif -.ifndef(WITHOUT_WAVPACK) +.if ${PORT_OPTIONS:MWAVPACK} PLIST_SUB+= WAVPACK="" -LIB_DEPENDS+= wavpack.2:${PORTSDIR}/audio/wavpack +LIB_DEPENDS+= wavpack:${PORTSDIR}/audio/wavpack PLUGIN_OPTIONS_CMAKE+= -DUSE_WAVPACK:BOOL=TRUE .else PLIST_SUB+= WAVPACK="@comment " PLUGIN_OPTIONS_CMAKE+= -DUSE_WAVPACK:BOOL=FALSE .endif -.ifndef(WITHOUT_CURL) +.if ${PORT_OPTIONS:MCURL} PLIST_SUB+= CURL="" -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl PLUGIN_OPTIONS_CMAKE+= -DUSE_CURL:BOOL=TRUE .else PLIST_SUB+= CURL="@comment " PLUGIN_OPTIONS_CMAKE+= -DUSE_CURL:BOOL=FALSE .endif -.ifndef(WITHOUT_MMS) +.if ${PORT_OPTIONS:MMMS} PLIST_SUB+= MMS="" -LIB_DEPENDS+= mms.0:${PORTSDIR}/net/libmms +LIB_DEPENDS+= mms:${PORTSDIR}/net/libmms PLUGIN_OPTIONS_CMAKE+= -DUSE_MMS:BOOL=TRUE .else PLIST_SUB+= MMS="@comment " PLUGIN_OPTIONS_CMAKE+= -DUSE_MMS:BOOL=FALSE .endif -.ifndef(WITHOUT_CUE) +.if ${PORT_OPTIONS:MCUE} PLIST_SUB+= CUE="" PLUGIN_OPTIONS_CMAKE+= -DUSE_CUE:BOOL=TRUE .else @@ -310,7 +302,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_CUE:BOOL=FALSE .endif -.ifndef(WITHOUT_NULLOUT) +.if ${PORT_OPTIONS:MNULLOUT} PLIST_SUB+= NULLOUT="" PLUGIN_OPTIONS_CMAKE+= -DUSE_NULL:BOOL=TRUE .else @@ -318,7 +310,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_NULL:BOOL=FALSE .endif -.ifndef(WITHOUT_SRCONV) +.if ${PORT_OPTIONS:MSRCONV} PLIST_SUB+= SRCONV="" PLUGIN_OPTIONS_CMAKE+= -DUSE_SRC:BOOL=TRUE .else @@ -326,7 +318,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_SRC:BOOL=FALSE .endif -.ifndef(WITHOUT_CROSSFADE) +.if ${PORT_OPTIONS:MCROSSFADE} PLIST_SUB+= CROSSFADE="" PLUGIN_OPTIONS_CMAKE+= -DUSE_CROSSFADE:BOOL=TRUE .else @@ -334,7 +326,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_CROSSFADE:BOOL=FALSE .endif -.ifndef(WITHOUT_STEREO) +.if ${PORT_OPTIONS:MSTEREO} PLIST_SUB+= STEREO="" PLUGIN_OPTIONS_CMAKE+= -DUSE_STEREO:BOOL=TRUE .else @@ -342,7 +334,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_STEREO:BOOL=FALSE .endif -.ifndef(WITHOUT_ANALYZER) +.if ${PORT_OPTIONS:MANALYZER} PLIST_SUB+= ANALYZER="" PLUGIN_OPTIONS_CMAKE+= -DUSE_ANALYZER:BOOL=TRUE .else @@ -350,7 +342,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_ANALYZER:BOOL=FALSE .endif -.ifndef(WITHOUT_MPRIS) +.if ${PORT_OPTIONS:MMPRIS} PLIST_SUB+= MPRIS="" PLUGIN_OPTIONS_CMAKE+= -DUSE_MPRIS:BOOL=TRUE .else @@ -358,7 +350,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_MPRIS:BOOL=FALSE .endif -.ifndef(WITHOUT_SCROBBLER) +.if ${PORT_OPTIONS:MSCROBBLER} PLIST_SUB+= SCROBBLER="" PLUGIN_OPTIONS_CMAKE+= -DUSE_SCROBBLER:BOOL=TRUE .else @@ -366,7 +358,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_SCROBBLER:BOOL=FALSE .endif -.ifndef(WITHOUT_STATICON) +.if ${PORT_OPTIONS:MSTATICON} PLIST_SUB+= STATICON="" PLUGIN_OPTIONS_CMAKE+= -DUSE_STATICON:BOOL=TRUE .else @@ -374,7 +366,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_STATICON:BOOL=FALSE .endif -.ifndef(WITHOUT_NOTIFIER) +.if ${PORT_OPTIONS:MNOTIFIER} PLIST_SUB+= NOTIFIER="" PLUGIN_OPTIONS_CMAKE+= -DUSE_NOTIFIER:BOOL=TRUE .else @@ -382,7 +374,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_NOTIFIER:BOOL=FALSE .endif -.ifndef(WITHOUT_LYRICS) +.if ${PORT_OPTIONS:MLYRICS} PLIST_SUB+= LYRICS="" PLUGIN_OPTIONS_CMAKE+= -DUSE_LYRICS:BOOL=TRUE .else @@ -390,7 +382,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_LYRICS:BOOL=FALSE .endif -.ifndef(WITHOUT_HAL) +.if ${PORT_OPTIONS:MHAL} PLIST_SUB+= HAL="" PLUGIN_OPTIONS_CMAKE+= -DUSE_HAL:BOOL=TRUE .else @@ -398,7 +390,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_HAL:BOOL=FALSE .endif -.ifndef(WITHOUT_HOTKEY) +.if ${PORT_OPTIONS:MHOTKEY} PLIST_SUB+= HOTKEY="" PLUGIN_OPTIONS_CMAKE+= -DUSE_HOTKEY:BOOL=TRUE .else @@ -406,7 +398,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_HOTKEY:BOOL=FALSE .endif -.ifndef(WITHOUT_FILEOPS) +.if ${PORT_OPTIONS:MFILEOPS} PLIST_SUB+= FILEOPS="" PLUGIN_OPTIONS_CMAKE+= -DUSE_FILEOPS:BOOL=TRUE .else @@ -414,7 +406,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_FILEOPS:BOOL=FALSE .endif -.ifndef(WITHOUT_COVER) +.if ${PORT_OPTIONS:MCOVER} PLIST_SUB+= COVER="" PLUGIN_OPTIONS_CMAKE+= -DUSE_COVER:BOOL=TRUE .else @@ -422,7 +414,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_COVER:BOOL=FALSE .endif -.ifndef(WITHOUT_KDENOTIFY) +.if ${PORT_OPTIONS:MKDENOTIFY} PLIST_SUB+= KDENOTIFY="" PLUGIN_OPTIONS_CMAKE+= -DUSE_KDENOTIFY:BOOL=TRUE .else @@ -430,7 +422,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_KDENOTIFY:BOOL=FALSE .endif -.ifndef(WITHOUT_UDISKS) +.if ${PORT_OPTIONS:MUDISKS} PLIST_SUB+= UDISKS="" PLUGIN_OPTIONS_CMAKE+= -DUSE_UDISKS:BOOL=TRUE .else @@ -438,7 +430,7 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_UDISKS:BOOL=FALSE .endif -.ifndef(WITHOUT_QMMP_DIALOG) +.if ${PORT_OPTIONS:MQMMP_DIALOG} PLIST_SUB+= QMMP_DIALOG="" PLUGIN_OPTIONS_CMAKE+= -DUSE_QMMP_DIALOG:BOOL=TRUE .else @@ -446,10 +438,10 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_QMMP_DIALOG:BOOL=FALSE .endif -.if !defined(WITHOUT_FAAD) || !defined(WITHOUT_MAD) \ - || !defined(WITHOUT_MUSEPACK) || !defined(WITHOUT_FLAC) \ - || !defined(WITHOUT_VORBIS) -LIB_DEPENDS+= tag.1:${PORTSDIR}/audio/taglib +.if ${PORT_OPTIONS:MFAAD} || ${PORT_OPTIONS:MMAD} \ + || ${PORT_OPTIONS:MMUSEPACK} || ${PORT_OPTIONS:MFLAC} \ + || ${PORT_OPTIONS:MVORBIS} +LIB_DEPENDS+= tag:${PORTSDIR}/audio/taglib .endif PLIST_SUB+= SHLIB_VER=${PORTVERSION:C/-.*//} @@ -465,7 +457,7 @@ LDFLAGS+= -L${LOCALBASE}/lib post-patch: - ${REINPLACE_CMD} -e 's|/usr/|${LOCALBASE}/|g' \ + ${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|' \ ${WRKSRC}/src/plugins/Output/oss4/CMakeLists.txt ${REINPLACE_CMD} -e 's|DESTINATION bin|DESTINATION libexec|' \ ${WRKSRC}/src/ui/CMakeLists.txt @@ -474,19 +466,19 @@ ${RM} -f ${BUILD_WRKSRC}/CMakeCache.txt post-build: -.ifndef(WITHOUT_APIDOC) +.if ${PORT_OPTIONS:MAPIDOC} cd ${WRKSRC}/doc && doxygen Doxyfile .endif post-install: -.ifndef(WITHOUT_SKINNEDUI) +.if ${PORT_OPTIONS:MSKINNEDUI} ${INSTALL_SCRIPT} ${WRKDIR}/qmmp ${PREFIX}/bin .endif .ifndef(NOPORTDOCS) ${MKDIR} ${DOCSDIR}; \ cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR} .endif -.ifndef(WITHOUT_APIDOC) +.if ${PORT_OPTIONS:MAPIDOC} ${MKDIR} ${DOCSDIR}/html/search ; \ cd ${WRKSRC}/doc/html && ${INSTALL_MAN} *.html *.png *.css ${DOCSDIR}/html ; \ cd ${WRKSRC}/doc/html/search && \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/multimedia/qmmp/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 29 May 2012 16:14:56 -0000 1.4 +++ distinfo 20 Jun 2012 16:20:23 -0000 @@ -1,2 +1,2 @@ -SHA256 (qmmp-0.5.5.tar.bz2) = 525d7528c58c885e45149f698125dfff6bedca0e9af979b2490e3f0b902943a6 -SIZE (qmmp-0.5.5.tar.bz2) = 709008 +SHA256 (qmmp-0.5.6.tar.bz2) = 3ca6b1ebe0c985a153bc82db757de3032d3593fe9eb73397c51cf0954b66a889 +SIZE (qmmp-0.5.6.tar.bz2) = 708987 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 14:18:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60A641065674; Thu, 21 Jun 2012 14:18:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 321C28FC08; Thu, 21 Jun 2012 14:18:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LEICNs004390; Thu, 21 Jun 2012 14:18:12 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LEICai004386; Thu, 21 Jun 2012 14:18:12 GMT (envelope-from linimon) Date: Thu, 21 Jun 2012 14:18:12 GMT Message-Id: <201206211418.q5LEICai004386@freefall.freebsd.org> To: henry.hu.sh@gmail.com, c.kworr@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/168841: x11/slim fails to authorize (through kereros) if built without pam support 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: Thu, 21 Jun 2012 14:18:12 -0000 Synopsis: x11/slim fails to authorize (through kereros) if built without pam support State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Thu Jun 21 14:18:05 UTC 2012 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=168841 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 14:20:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00BFA106564A for ; Thu, 21 Jun 2012 14:20:09 +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 B3C5D8FC16 for ; Thu, 21 Jun 2012 14:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LEK8RD004671 for ; Thu, 21 Jun 2012 14:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LEK8WG004670; Thu, 21 Jun 2012 14:20:08 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 14:20:08 GMT Resent-Message-Id: <201206211420.q5LEK8WG004670@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, Volodymyr Kostyrko Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 532CA1065672 for ; Thu, 21 Jun 2012 14:13:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 3E4278FC0A for ; Thu, 21 Jun 2012 14:13:05 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5LED5OB088164 for ; Thu, 21 Jun 2012 14:13:05 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5LED4fR088163; Thu, 21 Jun 2012 14:13:04 GMT (envelope-from nobody) Message-Id: <201206211413.q5LED4fR088163@red.freebsd.org> Date: Thu, 21 Jun 2012 14:13:04 GMT From: Volodymyr Kostyrko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169294: audio/aureal-kmod become unfetchable 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: Thu, 21 Jun 2012 14:20:09 -0000 >Number: 169294 >Category: ports >Synopsis: audio/aureal-kmod become unfetchable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 14:20:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Volodymyr Kostyrko >Release: RELENG_9 >Organization: None >Environment: FreeBSD limbo.xim.bz 9.0-STABLE FreeBSD 9.0-STABLE #0: Wed Jun 20 11:37:16 UTC 2012 arcade@green.tandem.local:/usr/obj/usr/src/sys/MINIMALx32 i386 >Description: Seems that primary site went down... I also fixed PORTNAME to make portlint happy. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 4473) +++ Makefile (working copy) @@ -1,15 +1,18 @@ # Ports collection makefile for: aureal-kmod # Date created: 15 January 2001 # Whom: Maxim Sobolev +# vim:ts=8 # # $FreeBSD$ # -PORTNAME= aureal-kmod +PORTNAME= aureal PORTVERSION= 1.5 PORTREVISION= 6 CATEGORIES= audio kld -MASTER_SITES= http://www.matey.org/au88x0/ +MASTER_SITES= http://www.matey.org/au88x0/ \ + http://limbo.xim.bz/distfiles/ +PKGNAMESUFFIX= -kmod DISTNAME= au88x0-${PORTVERSION}_${DISTREVISION} MAINTAINER= c.kworr@gmail.com >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 14:20:09 2012 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 43F88106566B for ; Thu, 21 Jun 2012 14:20:09 +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 1C7BB8FC18 for ; Thu, 21 Jun 2012 14:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LEK8n0004681 for ; Thu, 21 Jun 2012 14:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LEK87O004680; Thu, 21 Jun 2012 14:20:08 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 14:20:08 GMT Resent-Message-Id: <201206211420.q5LEK87O004680@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, Dan McGregor Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59263106566C for ; Thu, 21 Jun 2012 14:19:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 43C3A8FC08 for ; Thu, 21 Jun 2012 14:19:13 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5LEJD1j003054 for ; Thu, 21 Jun 2012 14:19:13 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5LEJCR4003053; Thu, 21 Jun 2012 14:19:12 GMT (envelope-from nobody) Message-Id: <201206211419.q5LEJCR4003053@red.freebsd.org> Date: Thu, 21 Jun 2012 14:19:12 GMT From: Dan McGregor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169295: netatalk 2.2.3 builds fails afpd 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: Thu, 21 Jun 2012 14:20:09 -0000 >Number: 169295 >Category: ports >Synopsis: netatalk 2.2.3 builds fails afpd >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 14:20:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Dan McGregor >Release: 9.0-STABLE >Organization: >Environment: FreeBSD shadrach.dyndns.org 9.0-STABLE FreeBSD 9.0-STABLE #5 r237157M: Sat Jun 16 10:33:36 CST 2012 dan@shadrach.dyndns.org:/usr/obj/usr/src/sys/SHADRACH amd64 >Description: When building netatalk with clang as cc (I haven't tried with GCC), afpd fails to link with the following error: libtool: link: cc -I../../include -I../../sys -I/usr/local/include -DAPPLCNAME -DSERVERTEXT=\"/usr/local/etc/msg/\" -D_PATH_AFPDDEFVOL=\"/usr/local/etc/AppleVolumes.default\" -D_PATH_AFPDSYSVOL=\"/usr/local/etc/AppleVolumes.system\" -D_PATH_AFPDPWFILE=\"/usr/local/etc/afppasswd\" -D_PATH_AFPDCONF=\"/usr/local/etc/afpd.conf\" -D_PATH_AFPDSIGCONF=\"/usr/local/etc/afp_signature.conf\" -D_PATH_AFPDUAMPATH=\"/usr/local/libexec/netatalk-uams/\" -D_PATH_ACL_LDAPCONF=\"/usr/local/etc/afp_ldap.conf\" -D_PATH_AFPDUUIDCONF=\"/usr/local/etc/afp_voluuid.conf\" -I../../include "-D_U_=__attribute__((unused))" -O2 -pipe -I/usr/local/include -fno-strict-aliasing -I../../sys -o afpd afpd-afp_asp.o afpd-afp_avahi.o afpd-afp_config.o afpd-afp_dsi.o afpd-afp_mdns.o afpd-afp_options.o afpd-afp_util.o afpd-afp_zeroconf.o afpd-afprun.o afpd-afs.o afpd-appl.o afpd-auth.o afpd-catsearch.o afpd-desktop.o afpd-dircache.o afpd-directory.o afpd-enumerate.o afpd-extattrs.o afpd-fce_api.o afpd-fce_util.o afpd-file. o afpd-filedir.o afpd-fork.o afpd-gettok.o afpd-hash.o afpd-main.o afpd-mangle.o afpd-messages.o afpd-nfsquota.o afpd-ofork.o afpd-quota.o afpd-status.o afpd-switch.o afpd-uam.o afpd-uid.o afpd-unix.o afpd-volume.o afpd-acls.o -Wl,--export-dynamic -L/usr/local/lib ../../libatalk/cnid/.libs/libcnid.a -L../../../libatalk -L../../libatalk ../../libatalk/.libs/libatalk.a -L../libatalk /usr/local/lib/libgcrypt.so /usr/local/lib/libgpg-error.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -ldns_sd /usr/local/lib/libslp.so -lcrypto -lwrap -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib afpd-file.o: In function `afp_exchangefiles': file.c:(.text+0x3305): warning: warning: mktemp() possibly used unsafely; consider using mkstemp() afpd-afp_mdns.o: In function `md_zeroconf_register': afp_mdns.c:(.text+0x775): undefined reference to `pthread_create' cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[3]: *** [afpd] Erreur 1 gmake[3] : on quitte le répertoire « /usr/obj/usr/ports/net/netatalk/work/netatalk-2.2.3/etc/afpd » gmake[2]: *** [all-recursive] Erreur 1 gmake[2] : on quitte le répertoire « /usr/obj/usr/ports/net/netatalk/work/netatalk-2.2.3/etc » gmake[1]: *** [all-recursive] Erreur 1 gmake[1] : on quitte le répertoire « /usr/obj/usr/ports/net/netatalk/work/netatalk-2.2.3 » gmake: *** [all] Erreur 2 *** [do-build] Error code 1 Stop in /usr/ports/net/netatalk. *** [build] Error code 1 Stop in /usr/ports/net/netatalk. >How-To-Repeat: build netatalk with zeroconf enabled cd /usr/ports/net/netatalk && make install >Fix: Explicitly set PTHREAD_LIBS in the Makefile. Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/netatalk/Makefile,v retrieving revision 1.108 diff -u -r1.108 Makefile --- Makefile 30 May 2012 06:20:36 -0000 1.108 +++ Makefile 21 Jun 2012 14:11:40 -0000 @@ -34,6 +34,8 @@ --with-uams-path=${LOCALBASE}/libexec/netatalk-uams \ --with-bdb=${LOCALBASE} +CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" + OPTIONS= APPLETALK "Enable AppleTalk protocol support" on \ SRVLOC "Enable Service Location Protocol support" off \ PAM "Enable PAM support" off \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 14:23:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0AA3A1065675; Thu, 21 Jun 2012 14:23:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D36358FC17; Thu, 21 Jun 2012 14:23:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LENOsE012893; Thu, 21 Jun 2012 14:23:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LENOcx012889; Thu, 21 Jun 2012 14:23:24 GMT (envelope-from linimon) Date: Thu, 21 Jun 2012 14:23:24 GMT Message-Id: <201206211423.q5LENOcx012889@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marcus@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169295: net/netatalk 2.2.3 builds fails afpd 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: Thu, 21 Jun 2012 14:23:25 -0000 Old Synopsis: netatalk 2.2.3 builds fails afpd New Synopsis: net/netatalk 2.2.3 builds fails afpd Responsible-Changed-From-To: freebsd-ports-bugs->marcus Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 21 14:23:01 UTC 2012 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=169295 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 16:00:22 2012 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 A2459106566C for ; Thu, 21 Jun 2012 16:00:22 +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 754488FC15 for ; Thu, 21 Jun 2012 16:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LG0M1P097372 for ; Thu, 21 Jun 2012 16:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LG0MJn097371; Thu, 21 Jun 2012 16:00:22 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 16:00:22 GMT Resent-Message-Id: <201206211600.q5LG0MJn097371@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, Martin Schuette Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D629106566B for ; Thu, 21 Jun 2012 15:55:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 3DCB98FC08 for ; Thu, 21 Jun 2012 15:55:32 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5LFtVEP042186 for ; Thu, 21 Jun 2012 15:55:31 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5LFtV3Y042185; Thu, 21 Jun 2012 15:55:31 GMT (envelope-from nobody) Message-Id: <201206211555.q5LFtV3Y042185@red.freebsd.org> Date: Thu, 21 Jun 2012 15:55:31 GMT From: Martin Schuette To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169296: New port: textproc/libcrm114 CRM114 C-callable Library 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: Thu, 21 Jun 2012 16:00:22 -0000 >Number: 169296 >Category: ports >Synopsis: New port: textproc/libcrm114 CRM114 C-callable Library >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 Jun 21 16:00:22 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Martin Schuette >Release: FreeBSD 8.3-RELEASE i386 >Organization: >Environment: >Description: This is a text classification library to be used e.g. in spam filters. It is more or less a C re-implementation of port mail/crm114. I guess this port has a low priority because afaik no applications use the library; but it is useful to compile existing libcrm114-modules for Erlang, PHP, Python, or Perl. (The port is also online at https://redports.org/log/mschuett/textproc/libcrm114) >How-To-Repeat: >Fix: 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: # # libcrm114 # libcrm114/distinfo # libcrm114/pkg-descr # libcrm114/files # libcrm114/files/patch-Makefile # libcrm114/Makefile # echo c - libcrm114 mkdir -p libcrm114 > /dev/null 2>&1 echo x - libcrm114/distinfo sed 's/^X//' >libcrm114/distinfo << 'a679f4e29abfdf176a891e8cd0f87b0b' XSHA256 (libcrm114-20100726.tar.gz) = e37e74e61b960dee031b9a396d2d6a3b46ddc9a45d88eca1512d7de33eb03cc6 XSIZE (libcrm114-20100726.tar.gz) = 1573807 a679f4e29abfdf176a891e8cd0f87b0b echo x - libcrm114/pkg-descr sed 's/^X//' >libcrm114/pkg-descr << 'c1d2646323d08ddfe0cfd4a1bc228af1' XThis is the callable library version of CRM114. It has most of the classifiers Xas the standalone language. This version is LGPLed (Library GPL) so you can Xlink it with your own code, whether open-source or proprietary. XYou still need TRE. Note that with improvements come costs: Xlibcrm114 classifiers are NOT compatible with standalone CRM114 class files. X XWWW: http://crm114.sourceforge.net/ c1d2646323d08ddfe0cfd4a1bc228af1 echo c - libcrm114/files mkdir -p libcrm114/files > /dev/null 2>&1 echo x - libcrm114/files/patch-Makefile sed 's/^X//' >libcrm114/files/patch-Makefile << '23aa8ff455cb98c9597a8467d64a41d3' X--- Makefile.orig 2010-05-06 20:14:55.000000000 +0200 X+++ Makefile 2012-05-19 21:10:00.000000000 +0200 X@@ -31,7 +31,7 @@ X #CFLAGS += -O3 -DDO_INLINES X # X #GCC flags for debugging, no optimization X-CFLAGS += -g X+#CFLAGS += -g X # X #GCC and LD flags for debugging, no optimization, and profile for speed X #CFLAGS += -g -pg X@@ -45,6 +45,8 @@ X CFLAGS += -std=c99 -pedantic -Wall -Wextra -Wpointer-arith -Wstrict-prototypes X #well, pretty carefully X CFLAGS += -Wno-sign-compare -Wno-overlength-strings X+# to build shared library X+CFLAGS += -fPIC X X #These are optional. X X@@ -97,8 +99,8 @@ X crm114_util.o \ X crm114_regex_tre.o X X- X-all: test simple_demo X+# .tar.gz includes linux object files -- so clean first X+all: clean libcrm114.so test simple_demo X X test: test.o libcrm114.a X $(CC) -o test $(LDFLAGS) -Wl,-M -Wl,--cref test.o libcrm114.a -ltre -lm >test.map X@@ -115,6 +117,24 @@ X libcrm114.a: $(LIBOBJS) Makefile X ar rc libcrm114.a $(LIBOBJS) X X+# added for FreeBSD port patch X+libcrm114.so.0: $(LIBOBJS) Makefile X+ $(CC) -o libcrm114.so.0 -shared $(LIBOBJS) X+ X+libcrm114.so: libcrm114.so.0 X+ ln -fs libcrm114.so.0 libcrm114.so X+ X+install: libcrm114.so.0 X+ $(INSTALL_LIB) libcrm114.so.0 $(PREFIX)/lib X+ ln -fs libcrm114.so.0 $(PREFIX)/lib/libcrm114.so X+ $(INSTALL_DATA) crm114_config.h $(PREFIX)/include X+ $(INSTALL_DATA) crm114_lib.h $(PREFIX)/include X+ $(INSTALL_DATA) crm114_structs.h $(PREFIX)/include X+ $(INSTALL_DATA) crm114_sysincludes.h $(PREFIX)/include X+ $(INSTALL_DATA) -d $(PREFIX)/share/doc/libcrm114 X+ $(INSTALL_DATA) HOWTO.txt $(PREFIX)/share/doc/libcrm114 X+ $(INSTALL_DATA) simple_demo.c $(PREFIX)/share/doc/libcrm114 X+ X $(LIBOBJS): $(LIBHDRS) X X clean: clean_test clean_simple_demo clean_lib clean_profiling X@@ -126,7 +146,7 @@ X rm -f simple_demo simple_demo.map simple_demo.o simple_demo_datablock.txt X X clean_lib: X- rm -f libcrm114.a $(LIBOBJS) X+ rm -f libcrm114.a libcrm114.so $(LIBOBJS) X X clean_profiling: X rm -f gmon.out *.gcov *.gcno *.gcda 23aa8ff455cb98c9597a8467d64a41d3 echo x - libcrm114/Makefile sed 's/^X//' >libcrm114/Makefile << 'fc51c502ed2162fc1783416375b9216a' X# New ports collection makefile for: libcrm114 X# Date created: 18 May 2012 X# Whom: Martin Schuette X# X# $FreeBSD$ X# X XPORTNAME= libcrm114 XPORTVERSION= 20100726 XCATEGORIES= textproc XMASTER_SITES= http://crm114.sourceforge.net/tarballs/ X XMAINTAINER= info@mschuette.name XCOMMENT= CRM114 C-callable Library X XLIB_DEPENDS= tre.5:${PORTSDIR}/textproc/libtre X XLICENCE= LGPL3 XLICENSE_FILE= ${WRKSRC}/LGPL XUSE_GMAKE= yes XUSE_LDCONFIG= yes X X# pass stuff to gmake XCFLAGS+= -I${LOCALBASE}/include XCFLAGS+= -DNO_LOGL -DDO_INLINES XLDFLAGS+= -L${LOCALBASE}/lib XMAKE_ARGS= CC="${CC}" LIBS="-lcrm114 -ltre -lm" PREFIX="${PREFIX}" \ X INSTALL_LIB="${INSTALL_LIB}" INSTALL_DATA="${INSTALL_DATA}" X XPLIST_FILES= lib/libcrm114.so \ X lib/libcrm114.so.0 \ X include/crm114_config.h \ X include/crm114_lib.h \ X include/crm114_structs.h \ X include/crm114_sysincludes.h \ X share/doc/libcrm114/HOWTO.txt \ X share/doc/libcrm114/simple_demo.c XPLIST_DIRS= share/doc/libcrm114 X X.include fc51c502ed2162fc1783416375b9216a exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 16:20:14 2012 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 635BA1065674 for ; Thu, 21 Jun 2012 16:20:14 +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 3F7478FC22 for ; Thu, 21 Jun 2012 16:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LGKDt7017782 for ; Thu, 21 Jun 2012 16:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LGKDCe017781; Thu, 21 Jun 2012 16:20:13 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 16:20:13 GMT Resent-Message-Id: <201206211620.q5LGKDCe017781@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, Linh Pham Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2C01106566C for ; Thu, 21 Jun 2012 16:14:38 +0000 (UTC) (envelope-from question@closedsrc.org) Received: from ironsides.closedsrc.org (ironsides.closedsrc.org [199.48.134.102]) by mx1.freebsd.org (Postfix) with ESMTP id BB5C58FC0C for ; Thu, 21 Jun 2012 16:14:38 +0000 (UTC) Received: by ironsides.closedsrc.org (Postfix, from userid 5000) id 2859322922; Thu, 21 Jun 2012 16:08:54 +0000 (UTC) Message-Id: <20120621160854.2859322922@ironsides.closedsrc.org> Date: Thu, 21 Jun 2012 16:08:54 +0000 (UTC) From: Linh Pham To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169297: Update port: mail/getmail to 4.30.0 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: Thu, 21 Jun 2012 16:20:14 -0000 >Number: 169297 >Category: ports >Synopsis: Update port: mail/getmail to 4.30.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 16:20:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Linh Pham >Release: FreeBSD 8.2-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD ironsides.closedsrc.org 8.2-RELEASE-p6 FreeBSD 8.2-RELEASE-p6 #1: Thu Jan 5 17:56:45 UTC 2012 root@ironsides.closedsrc.org:/usr/obj/usr/src/sys/IRONSIDES i386 >Description: Updating mail/getmail to 4.30.0. Removing the NOTSEEN option and the diff-getmailcore___retrieverbases.py patch as it has already been incorporated into 4.27.0. >How-To-Repeat: >Fix: --- getmail-4.30.0.diff begins here --- diff -ruN /usr/ports/mail/getmail/Makefile getmail/Makefile --- /usr/ports/mail/getmail/Makefile 2012-03-11 22:35:21.000000000 -0700 +++ getmail/Makefile 2012-06-21 08:59:45.000000000 -0700 @@ -6,7 +6,7 @@ # PORTNAME= getmail -PORTVERSION= 4.25.0 +PORTVERSION= 4.30.0 CATEGORIES= mail python MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ \ http://mirrors.closedsrc.org/getmail/ @@ -23,14 +23,8 @@ MAN1= getmail.1 getmail_fetch.1 getmail_maildir.1 getmail_mbox.1 PORTDOCS= README BUGS CHANGELOG THANKS TODO *.txt *.html *.css -OPTIONS= NOTSEEN "Do not mark IMAP-retrieved mail \\Seen" OFF - .include -.ifdef WITH_NOTSEEN -EXTRA_PATCHES+= ${FILESDIR}/diff-getmailcore___retrieverbases.py -.endif - post-install: @${CHMOD} -R 644 ${PYTHON_SITELIBDIR}/getmailcore/* @${CP} ${WRKSRC}/README ${WRKSRC}/docs/ diff -ruN /usr/ports/mail/getmail/distinfo getmail/distinfo --- /usr/ports/mail/getmail/distinfo 2012-03-11 22:35:21.000000000 -0700 +++ getmail/distinfo 2012-06-21 08:54:11.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (getmail-4.25.0.tar.gz) = df43b80d5a0a3941265c0f34208a3723337c124dbe963010bb77cb87448bcf30 -SIZE (getmail-4.25.0.tar.gz) = 159202 +SHA256 (getmail-4.30.0.tar.gz) = d941750cf1ffcdb76037fa0ded71438e08e8618fd5192e5ae6d4e6ea020d8a73 +SIZE (getmail-4.30.0.tar.gz) = 164425 diff -ruN /usr/ports/mail/getmail/files/diff-getmailcore___retrieverbases.py getmail/files/diff-getmailcore___retrieverbases.py --- /usr/ports/mail/getmail/files/diff-getmailcore___retrieverbases.py 2011-03-17 19:45:59.000000000 -0700 +++ getmail/files/diff-getmailcore___retrieverbases.py 1969-12-31 16:00:00.000000000 -0800 @@ -1,16 +0,0 @@ ---- ./getmailcore/_retrieverbases.py.orig 2010-06-29 18:03:42.000000000 +0200 -+++ ./getmailcore/_retrieverbases.py 2011-03-18 00:25:54.000000000 +0100 -@@ -898,11 +898,11 @@ - - def _getmsgbyid(self, msgid): - self.log.trace() -- return self._getmsgpartbyid(msgid, '(RFC822)') -+ return self._getmsgpartbyid(msgid, '(BODY.PEEK[])') - - def _getheaderbyid(self, msgid): - self.log.trace() -- return self._getmsgpartbyid(msgid, '(RFC822[header])') -+ return self._getmsgpartbyid(msgid, '(BODY.PEEK[header])') - - def initialize(self): - self.log.trace() Files /usr/ports/mail/getmail/getmail-4.30.0.tbz and getmail/getmail-4.30.0.tbz differ diff -ruN /usr/ports/mail/getmail/pkg-plist getmail/pkg-plist --- /usr/ports/mail/getmail/pkg-plist 2009-11-02 12:49:17.000000000 -0800 +++ getmail/pkg-plist 2012-06-21 08:55:57.000000000 -0700 @@ -30,6 +30,9 @@ %%PYTHON_SITELIBDIR%%/getmailcore/filters.py %%PYTHON_SITELIBDIR%%/getmailcore/filters.pyc %%PYTHON_SITELIBDIR%%/getmailcore/filters.pyo +%%PYTHON_SITELIBDIR%%/getmailcore/imap_utf7.py +%%PYTHON_SITELIBDIR%%/getmailcore/imap_utf7.pyc +%%PYTHON_SITELIBDIR%%/getmailcore/imap_utf7.pyo %%PYTHON_SITELIBDIR%%/getmailcore/logging.py %%PYTHON_SITELIBDIR%%/getmailcore/logging.pyc %%PYTHON_SITELIBDIR%%/getmailcore/logging.pyo --- getmail-4.30.0.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 17:10:07 2012 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 668C71065670 for ; Thu, 21 Jun 2012 17:10:07 +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 372948FC22 for ; Thu, 21 Jun 2012 17:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LHA74H068876 for ; Thu, 21 Jun 2012 17:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LHA7gN068875; Thu, 21 Jun 2012 17:10:07 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 17:10:07 GMT Resent-Message-Id: <201206211710.q5LHA7gN068875@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, Fernando Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5BC16106564A for ; Thu, 21 Jun 2012 17:08:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2CE598FC12 for ; Thu, 21 Jun 2012 17:08:59 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5LH8wuZ062857 for ; Thu, 21 Jun 2012 17:08:58 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5LH8wPF062856; Thu, 21 Jun 2012 17:08:58 GMT (envelope-from nobody) Message-Id: <201206211708.q5LH8wPF062856@red.freebsd.org> Date: Thu, 21 Jun 2012 17:08:58 GMT From: Fernando To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169298: [maintainer update] update math/dynare to 4.3.0 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: Thu, 21 Jun 2012 17:10:07 -0000 >Number: 169298 >Category: ports >Synopsis: [maintainer update] update math/dynare to 4.3.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 17:10:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Fernando >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD beastie 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The new version of dynare was released on June 15th. >How-To-Repeat: >Fix: Apply the attached patch to update port to use dynare 4.3.0 Upstream also changed tarballs and now uses xz compression. Patch attached with submission follows: diff -ruN dynare.orig/Makefile dynare/Makefile --- dynare.orig/Makefile 2012-06-21 18:51:23.000000000 +0200 +++ dynare/Makefile 2012-06-21 19:05:23.000000000 +0200 @@ -5,10 +5,10 @@ # $FreeBSD: ports/math/dynare/Makefile,v 1.6 2012/06/07 16:00:26 erwin Exp $ PORTNAME= dynare -PORTVERSION= 4.2.5 +PORTVERSION= 4.3.0 PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= http://www.dynare.org/download/dynare-4.2/source/${DISTNAME}.tar.gz/at_download/file +MASTER_SITES= http://www.dynare.org/download/dynare-4.3/source/${DISTNAME}.tar.xz/at_download/file MAINTAINER= fernando.apesteguia@gmail.com COMMENT= Software platform for handling a wide class of economic models @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_FORTRAN= yes +USE_XZ= yes INFO= dynare @@ -37,7 +38,7 @@ do-fetch: if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ - ${FETCH_BINARY} -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} http://www.dynare.org/download/dynare-4.2/source/${DISTNAME}${EXTRACT_SUFX}/at_download/file ;\ + ${FETCH_BINARY} -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} http://www.dynare.org/download/dynare-4.3/source/${DISTNAME}${EXTRACT_SUFX}/at_download/file ;\ fi post-configure: diff -ruN dynare.orig/distinfo dynare/distinfo --- dynare.orig/distinfo 2012-06-21 18:51:23.000000000 +0200 +++ dynare/distinfo 2012-06-21 18:55:07.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (dynare-4.2.5.tar.gz) = b7307cc8c477151ce61a885227e208dfb521df932ab4c79955b4f6a5cc351643 -SIZE (dynare-4.2.5.tar.gz) = 13664654 +SHA256 (dynare-4.3.0.tar.xz) = b83f2d1d509338f2adcc572a5bf5b6e4162a5c5a2dd61fc5bd63f3b97e8a6f52 +SIZE (dynare-4.3.0.tar.xz) = 13127736 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 17:17:13 2012 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 0C953106566C; Thu, 21 Jun 2012 17:17:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D35E48FC17; Thu, 21 Jun 2012 17:17:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LHHCWi078543; Thu, 21 Jun 2012 17:17:12 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LHHCVC078539; Thu, 21 Jun 2012 17:17:12 GMT (envelope-from sunpoet) Date: Thu, 21 Jun 2012 17:17:12 GMT Message-Id: <201206211717.q5LHHCVC078539@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/169297: Update port: mail/getmail to 4.30.0 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: Thu, 21 Jun 2012 17:17:13 -0000 Synopsis: Update port: mail/getmail to 4.30.0 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Thu Jun 21 17:17:12 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169297 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 18:10:57 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D305D106564A; Thu, 21 Jun 2012 18:10:57 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A71BA8FC0C; Thu, 21 Jun 2012 18:10:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LIAvEj029483; Thu, 21 Jun 2012 18:10:57 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LIAvfN029479; Thu, 21 Jun 2012 18:10:57 GMT (envelope-from wxs) Date: Thu, 21 Jun 2012 18:10:57 GMT Message-Id: <201206211810.q5LIAvfN029479@freefall.freebsd.org> To: wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/168937: [MAINTAINER] emulators/dynagen: fix RUN_DEPENDS 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: Thu, 21 Jun 2012 18:10:57 -0000 Synopsis: [MAINTAINER] emulators/dynagen: fix RUN_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Thu Jun 21 18:10:57 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=168937 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 18:12:25 2012 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 D486A1065670; Thu, 21 Jun 2012 18:12:25 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A683E8FC16; Thu, 21 Jun 2012 18:12:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LICPLd033742; Thu, 21 Jun 2012 18:12:25 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LICP2g033738; Thu, 21 Jun 2012 18:12:25 GMT (envelope-from wxs) Date: Thu, 21 Jun 2012 18:12:25 GMT Message-Id: <201206211812.q5LICP2g033738@freefall.freebsd.org> To: yds@CoolRat.org, wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/167824: mail/dovecot: double checks for build options 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: Thu, 21 Jun 2012 18:12:25 -0000 Synopsis: mail/dovecot: double checks for build options Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Thu Jun 21 18:12:25 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=167824 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 18:15:50 2012 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 1C420106564A; Thu, 21 Jun 2012 18:15:50 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E427C8FC19; Thu, 21 Jun 2012 18:15:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LIFnAA035206; Thu, 21 Jun 2012 18:15:49 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LIFnNN035201; Thu, 21 Jun 2012 18:15:49 GMT (envelope-from wxs) Date: Thu, 21 Jun 2012 18:15:49 GMT Message-Id: <201206211815.q5LIFnNN035201@freefall.freebsd.org> To: yds@CoolRat.org, wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/168955: mail/dovecot Makefile patches to include which is deprecated. 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: Thu, 21 Jun 2012 18:15:50 -0000 Synopsis: mail/dovecot Makefile patches to include which is deprecated. Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Thu Jun 21 18:15:49 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=168955 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 18:17:50 2012 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 0F57C106566C; Thu, 21 Jun 2012 18:17:50 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D6B938FC14; Thu, 21 Jun 2012 18:17:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LIHn3s035530; Thu, 21 Jun 2012 18:17:49 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LIHn9T035526; Thu, 21 Jun 2012 18:17:49 GMT (envelope-from wxs) Date: Thu, 21 Jun 2012 18:17:49 GMT Message-Id: <201206211817.q5LIHn9T035526@freefall.freebsd.org> To: wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/168832: New port: sysutils/bsdinfo a freebsd version of 'archey' application to display system information 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: Thu, 21 Jun 2012 18:17:50 -0000 Synopsis: New port: sysutils/bsdinfo a freebsd version of 'archey' application to display system information Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: wxs Responsible-Changed-When: Thu Jun 21 18:17:49 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=168832 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 18:20:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5500E106567B for ; Thu, 21 Jun 2012 18:20:11 +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 1D1448FC20 for ; Thu, 21 Jun 2012 18:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LIK8Ov035837 for ; Thu, 21 Jun 2012 18:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LIK8n3035836; Thu, 21 Jun 2012 18:20:08 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 18:20:08 GMT Resent-Message-Id: <201206211820.q5LIK8n3035836@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, Alan Hicks Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B5F1106566C for ; Thu, 21 Jun 2012 18:14:53 +0000 (UTC) (envelope-from alan@p-o.co.uk) Received: from schnittke.p-o.co.uk (alanhicks.plus.com [80.229.143.200]) by mx1.freebsd.org (Postfix) with ESMTP id 47B378FC08 for ; Thu, 21 Jun 2012 18:14:52 +0000 (UTC) Received: from alan by p-o.co.uk with local (Exim 4.77 (FreeBSD)) (envelope-from ) id 1ShlpT-0008ud-9a for FreeBSD-gnats-submit@freebsd.org; Thu, 21 Jun 2012 19:10:03 +0100 Message-Id: Date: Thu, 21 Jun 2012 19:10:03 +0100 From: Alan Hicks To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169299: Upgrade libsieve from 2.2.6 to 2.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alan Hicks List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 18:20:11 -0000 >Number: 169299 >Category: ports >Synopsis: Upgrade libsieve from 2.2.6 to 2.3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 18:20:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Alan Hicks >Release: FreeBSD 9.0-RELEASE i386 >Organization: >Environment: System: FreeBSD schnittke.p-o.co.uk 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Upgrade libsieve from 2.2.6 to latest 2.3.1 for many bugfixes and improvements Project home has moved from Sourceforge to Github >How-To-Repeat: >Fix: --- libsieve-226-231.diff begins here --- diff -uNr libsieve.orig/Makefile libsieve/Makefile --- libsieve.orig/Makefile 2009-08-22 01:27:47.000000000 +0100 +++ libsieve/Makefile 2012-06-21 18:57:40.000000000 +0100 @@ -6,19 +6,18 @@ # PORTNAME= libsieve -PORTVERSION= 2.2.6 +PORTVERSION= 2.3.1 CATEGORIES= mail -MASTER_SITES= SF +MASTER_SITES= http://cloud.github.com/downloads/sodabrew/libsieve/ MAINTAINER= mark_sf@kikg.ifmo.ru COMMENT= A library for parsing, sorting and filtering mail +LICENSE=LGPL21 + GNU_CONFIGURE= yes -CONFIGURE_WRKSRC=${WRKSRC}/src CONFIGURE_ARGS+=--prefix=${PREFIX} USE_GMAKE= yes -BUILD_WRKSRC= ${WRKSRC}/src -INSTALL_WRKSRC= ${WRKSRC}/src USE_BISON= build USE_LDCONFIG= yes diff -uNr libsieve.orig/distinfo libsieve/distinfo --- libsieve.orig/distinfo 2012-06-20 09:33:56.000000000 +0100 +++ libsieve/distinfo 2012-06-21 17:09:41.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (libsieve-2.2.6.tar.gz) = dce45d73fba98afbffc6fbb6743b3f727cd41d5d3b09ac398a0cb90b21e7f0f0 -SIZE (libsieve-2.2.6.tar.gz) = 564722 +SHA256 (libsieve-2.3.1.tar.gz) = 92c1550d97c74a3724e6fe4c9ac50593afa2e5240da539703388d505138594be +SIZE (libsieve-2.3.1.tar.gz) = 579265 diff -uNr libsieve.orig/pkg-descr libsieve/pkg-descr --- libsieve.orig/pkg-descr 2006-08-05 23:21:37.000000000 +0100 +++ libsieve/pkg-descr 2012-06-21 19:01:27.000000000 +0100 @@ -5,4 +5,4 @@ IMAP, or anything else work; just how to parse and deal with a buffer full of emails. The rest is up to you! -WWW: http://libsieve.sourceforge.net/ +WWW: http://sodabrew.com/libsieve/ diff -uNr libsieve.orig/pkg-plist libsieve/pkg-plist --- libsieve.orig/pkg-plist 2006-08-05 23:21:37.000000000 +0100 +++ libsieve/pkg-plist 2012-06-21 18:37:08.000000000 +0100 @@ -1,6 +1,12 @@ include/sieve2.h include/sieve2_error.h -lib/libsieve.a lib/libsieve.la lib/libsieve.so lib/libsieve.so.1 +lib/pkgconfig/libsieve.pc +share/licenses/libsieve-2.3.1/LGPL21 +share/licenses/libsieve-2.3.1/LICENSE +share/licenses/libsieve-2.3.1/catalog.mk +@dirrm share/licenses/libsieve-2.3.1 +@dirrmtry share/licenses +@dirrmtry lib/pkgconfig --- libsieve-226-231.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 19:04:27 2012 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 E12D4106564A; Thu, 21 Jun 2012 19:04:27 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B4AC58FC0C; Thu, 21 Jun 2012 19:04:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LJ4RA9081531; Thu, 21 Jun 2012 19:04:27 GMT (envelope-from wxs@freefall.freebsd.org) Received: (from wxs@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LJ4Qbx081525; Thu, 21 Jun 2012 19:04:26 GMT (envelope-from wxs) Date: Thu, 21 Jun 2012 19:04:26 GMT Message-Id: <201206211904.q5LJ4Qbx081525@freefall.freebsd.org> To: boris@tagnet.ru, kes-kes@yandex.ru, wxs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: wxs@FreeBSD.org Cc: Subject: Re: ports/168139: install net/quagga is failed 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: Thu, 21 Jun 2012 19:04:28 -0000 Synopsis: install net/quagga is failed State-Changed-From-To: feedback->closed State-Changed-By: wxs State-Changed-When: Thu Jun 21 19:04:26 UTC 2012 State-Changed-Why: I believe this was resolved in r1.120, committed on 6/20/2012. If this is still a problem for you please re-open this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=168139 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 19:10:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A6183106567A; Thu, 21 Jun 2012 19:10:10 +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 8A3438FC0C; Thu, 21 Jun 2012 19:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LJA5MB081936; Thu, 21 Jun 2012 19:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LJA55a081935; Thu, 21 Jun 2012 19:10:05 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 19:10:05 GMT Resent-Message-Id: <201206211910.q5LJA55a081935@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Cc: bapt@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Rees Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0F3010656AA for ; Thu, 21 Jun 2012 19:03:23 +0000 (UTC) (envelope-from crees@bayofrum.net) Received: from mk-outboundfilter-6.mail.uk.tiscali.com (mk-outboundfilter-6.mail.uk.tiscali.com [212.74.114.14]) by mx1.freebsd.org (Postfix) with ESMTP id 341F48FC12 for ; Thu, 21 Jun 2012 19:03:22 +0000 (UTC) Received: from 79-75-88-166.dynamic.dsl.as9105.com (HELO pegasus.bayofrum.net) ([79.75.88.166]) by smtp.pipex.tiscali.co.uk with ESMTP; 21 Jun 2012 20:03:21 +0100 Received: by pegasus.bayofrum.net (Postfix, from userid 1001) id 08D1FB0B9; Thu, 21 Jun 2012 20:03:20 +0100 (BST) Message-Id: <20120621190321.08D1FB0B9@pegasus.bayofrum.net> Date: Thu, 21 Jun 2012 20:03:20 +0100 (BST) From: Chris Rees To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: bapt@FreeBSD.org Cc: Subject: ports/169300: [PATCH] bsd.pkgng.mk Allow deinstall as user and make clean after non-root install X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 19:10:10 -0000 >Number: 169300 >Category: ports >Synopsis: [PATCH] bsd.pkgng.mk Allow deinstall as user and make clean after non-root install >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 Jun 21 19:10:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD pegasus.bayofrum.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sun Apr 29 12:29:02 BST 2012 root@pegasus.bayofrum.net:/usr/obj/usr/src/sys/PEGASUS amd64 >Description: If WITH_PKGNG is set in /etc/make.conf, the install sequence is changed to use pkgng. The SUSEQ part works great while installing, but if the user is not root then deinstall does not work, and neither does a make clean after a make install. The former problem is solved as the current pkg_install deinstall target is implemented, but UID is not defined at the time, so it must be enumerated in the target rather than using a make .if construct. >How-To-Repeat: % grep WITH_PKGNG /etc/make.conf WITH_PKGNG= yes % cd /usr/ports/textproc/atom % make install # Works great, performs su etc and installs % make clean ===> Cleaning for atom-1.0 rm: /usr/obj/ports/usr/ports/textproc/atom/work/.metadir/+DESC: Permission denied rm: /usr/obj/ports/usr/ports/textproc/atom/work/.metadir/+MANIFEST: Permission denied rm: /usr/obj/ports/usr/ports/textproc/atom/work/.metadir/+MTREE_DIRS: Permission denied rm: /usr/obj/ports/usr/ports/textproc/atom/work/.metadir: Directory not empty rm: /usr/obj/ports/usr/ports/textproc/atom/work: Directory not empty *** Error code 1 % make deinstall ===> Deinstalling for textproc/atom ===> Deinstalling atom-1.0 pkg: deleting packages can only be done as root *** Error code 77 >Fix: Both problems solved here; feels a little clumsy adding another target before SUSEQ, but I don't see another clean method for creating METADIR before su. --- bsd-pkgng-mk-allow-user-de-install.diff begins here --- Index: bsd.port.mk =================================================================== RCS file: /exports/cvsroot-freebsd/ports/Mk/bsd.port.mk,v retrieving revision 1.725 diff -u -r1.725 bsd.port.mk --- bsd.port.mk 6 Jun 2012 14:23:17 -0000 1.725 +++ bsd.port.mk 21 Jun 2012 18:51:46 -0000 @@ -3977,6 +3977,11 @@ .endif .endif +.if !target(create-metadir) +create-metadir: + @${DO_NADA} +.endif + .if !target(check-umask) check-umask: @if [ `${SH} -c umask` != 0022 ]; then \ @@ -4276,8 +4281,9 @@ _BUILD_SEQ= build-message pre-build pre-build-script do-build \ post-build post-build-script _INSTALL_DEP= build -_INSTALL_SEQ= install-message check-install-conflicts run-depends lib-depends apply-slist pre-install \ - pre-install-script generate-plist check-already-installed +_INSTALL_SEQ= install-message check-install-conflicts run-depends \ + lib-depends apply-slist pre-install pre-install-script \ + generate-plist check-already-installed create-metadir _INSTALL_SUSEQ= check-umask install-mtree pre-su-install \ pre-su-install-script create-users-groups do-install \ install-desktop-entries install-license install-rc-script \ Index: bsd.pkgng.mk =================================================================== RCS file: /exports/cvsroot-freebsd/ports/Mk/bsd.pkgng.mk,v retrieving revision 1.6 diff -u -r1.6 bsd.pkgng.mk --- bsd.pkgng.mk 3 Jun 2012 14:49:52 -0000 1.6 +++ bsd.pkgng.mk 21 Jun 2012 18:49:33 -0000 @@ -27,6 +27,12 @@ fi +# Create before SUSEQ, or make clean will fail unless root +.if !target(create-metadir) +create-metadir: + @${MKDIR} ${METADIR} +.endif + .if !target(fake-pkg) fake-pkg: .if !defined(NO_PKG_REGISTER) @@ -263,15 +269,22 @@ .if !target(deinstall) deinstall: - @${ECHO_MSG} "===> Deinstalling for ${PKGORIGIN}" - @if ${PKG_INFO} -e ${PKGORIGIN}; then \ - p=`${PKG_INFO} -q ${PKGORIGIN}`; \ - ${ECHO_MSG} "===> Deinstalling $${p}"; \ - ${PKG_DELETE} -f ${PKGORIGIN} ; \ + @if [ ${UID} != 0 ]; then \ + ${ECHO_MSG} "===> Switching to root credentials for '${.TARGET}' target" ; \ + cd ${.CURDIR} && \ + ${SU_CMD} "${MAKE} ${.TARGET}"; \ + ${ECHO_MSG} "===> Returning to user credentials"; \ else \ - ${ECHO_MSG} "===> ${PKGBASE} not installed, skipping"; \ + ${ECHO_MSG} "===> Deinstalling for ${PKGORIGIN}"; \ + if ${PKG_INFO} -e ${PKGORIGIN}; then \ + p=`${PKG_INFO} -q ${PKGORIGIN}`; \ + ${ECHO_MSG} "===> Deinstalling $${p}"; \ + ${PKG_DELETE} -f ${PKGORIGIN} ; \ + else \ + ${ECHO_MSG} "===> ${PKGBASE} not installed, skipping"; \ + fi; \ + ${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE}; \ fi - @${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} .endif .endif # defined(_POSTMKINCLUDED) --- bsd-pkgng-mk-allow-user-de,install.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 19:56:43 2012 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 9364E106564A; Thu, 21 Jun 2012 19:56:43 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6632F8FC12; Thu, 21 Jun 2012 19:56:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LJuh0R027841; Thu, 21 Jun 2012 19:56:43 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LJuhbr027837; Thu, 21 Jun 2012 19:56:43 GMT (envelope-from crees) Date: Thu, 21 Jun 2012 19:56:43 GMT Message-Id: <201206211956.q5LJuhbr027837@freefall.freebsd.org> To: bapt@FreeBSD.org, crees@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: crees@FreeBSD.org Cc: Subject: Re: ports/169300: [PATCH] bsd.pkgng.mk Allow deinstall as user and make clean after non-root install 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: Thu, 21 Jun 2012 19:56:43 -0000 Synopsis: [PATCH] bsd.pkgng.mk Allow deinstall as user and make clean after non-root install Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: crees Responsible-Changed-When: Thu Jun 21 19:56:37 UTC 2012 Responsible-Changed-Why: Portmgr territory http://www.freebsd.org/cgi/query-pr.cgi?pr=169300 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 20:00:28 2012 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 8BD881065675 for ; Thu, 21 Jun 2012 20:00:28 +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 92BFD8FC1D for ; Thu, 21 Jun 2012 20:00:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LK0RnT028218 for ; Thu, 21 Jun 2012 20:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LK0R4p028217; Thu, 21 Jun 2012 20:00:27 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 20:00:27 GMT Resent-Message-Id: <201206212000.q5LK0R4p028217@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, Bryan Drewery Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83E61106566B for ; Thu, 21 Jun 2012 19:54:27 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) by mx1.freebsd.org (Postfix) with ESMTP id 280A88FC08 for ; Thu, 21 Jun 2012 19:54:27 +0000 (UTC) Received: (qmail 99951 invoked from network); 21 Jun 2012 14:54:24 -0500 Received: from unknown (HELO test8.xzibition.com) (10.10.0.34) by sweb.xzibition.com with SMTP; 21 Jun 2012 14:54:24 -0500 Received: by test8.xzibition.com (sSMTP sendmail emulation); Thu, 21 Jun 2012 14:54:01 -0500 Message-Id: <20120621195427.83E61106566B@hub.freebsd.org> Date: Thu, 21 Jun 2012 14:54:01 -0500 From: "Bryan Drewery" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169301: [PATCH] ports-mgmt/wanted-ports: Add PKGNG support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bryan Drewery List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 20:00:28 -0000 >Number: 169301 >Category: ports >Synopsis: [PATCH] ports-mgmt/wanted-ports: Add PKGNG support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 20:00:26 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bryan Drewery >Release: FreeBSD 8.3-RELEASE i386 >Organization: >Environment: >Description: wanted-ports depends on pkg_info(1) and currently does not work when using PKGNG. This patch adds support for pkgng by using pkg(8) if WITH_PKGNG is set in /etc/make.conf. >How-To-Repeat: >Fix: --- patch-wanted-ports-pkgng.txt begins here --- diff -ru ../wanted-ports.orig/Makefile ./Makefile --- ../wanted-ports.orig/Makefile 2012-02-09 11:09:50.000000000 -0600 +++ ./Makefile 2012-06-21 14:52:19.000000000 -0500 @@ -7,7 +7,7 @@ # port is self-contained in the files directory. PORTNAME= wanted-ports -PORTVERSION= 0.1 +PORTVERSION= 0.2 #PORTREVISION is set from ${CFGFILE} CATEGORIES= ports-mgmt MASTER_SITES= # none diff -ru ../wanted-ports.orig/files/wanted-ports.in ./files/wanted-ports.in --- ../wanted-ports.orig/files/wanted-ports.in 2010-06-15 12:28:05.000000000 -0500 +++ ./files/wanted-ports.in 2012-06-21 14:47:40.000000000 -0500 @@ -280,7 +280,13 @@ # The currently installed version of %%PKGNAME%% -- accounting for any # dynamic updates to PORTREVISION -INSTALLED_PKG=$( pkg_info -Ex %%PKGNAME%% ) +WITH_PKGNG=$( make -f ${PORTSDIR}/Mk/bsd.port.mk -VWITH_PKGNG ) +if [ -n "${WITH_PKGNG}" ]; then + PKG_CMD="pkg info" +else + PKG_CMD=pkg_info +fi +INSTALLED_PKG=$( ${PKG_CMD} -Ex wanted-ports-0.1 ) if [ -z $INSTALLED_PKG ] ; then echo "${ME}: FATAL -- the package providing this script seems " \ --- patch-wanted-ports-pkgng.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 20:00:41 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 41A5A106568C; Thu, 21 Jun 2012 20:00:41 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 153618FC08; Thu, 21 Jun 2012 20:00:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LK0eHO028972; Thu, 21 Jun 2012 20:00:40 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LK0ecM028964; Thu, 21 Jun 2012 20:00:40 GMT (envelope-from edwin) Date: Thu, 21 Jun 2012 20:00:40 GMT Message-Id: <201206212000.q5LK0ecM028964@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, matthew@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169301: [PATCH] ports-mgmt/wanted-ports: Add PKGNG support 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: Thu, 21 Jun 2012 20:00:41 -0000 Synopsis: [PATCH] ports-mgmt/wanted-ports: Add PKGNG support Responsible-Changed-From-To: freebsd-ports-bugs->matthew Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 21 20:00:40 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169301 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 20:06:35 2012 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 2167C106564A; Thu, 21 Jun 2012 20:06:35 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E93FE8FC12; Thu, 21 Jun 2012 20:06:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LK6YnU038315; Thu, 21 Jun 2012 20:06:34 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LK6YfN038311; Thu, 21 Jun 2012 20:06:34 GMT (envelope-from crees) Date: Thu, 21 Jun 2012 20:06:34 GMT Message-Id: <201206212006.q5LK6YfN038311@freefall.freebsd.org> To: gerrit.beine@gmx.de, crees@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, crees@FreeBSD.org From: crees@FreeBSD.org Cc: Subject: Re: ports/169178: [PATCH] irc/gseen.mod: Fix build failure after eggdrop update 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: Thu, 21 Jun 2012 20:06:35 -0000 Synopsis: [PATCH] irc/gseen.mod: Fix build failure after eggdrop update Responsible-Changed-From-To: freebsd-ports-bugs->crees Responsible-Changed-By: crees Responsible-Changed-When: Thu Jun 21 20:06:34 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169178 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 21:01:21 2012 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 63C0D1065674; Thu, 21 Jun 2012 21:01:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 37D2F8FC1F; Thu, 21 Jun 2012 21:01:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LL1LcD096884; Thu, 21 Jun 2012 21:01:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LL1LqH096871; Thu, 21 Jun 2012 21:01:21 GMT (envelope-from edwin) Date: Thu, 21 Jun 2012 21:01:21 GMT Message-Id: <201206212101.q5LL1LqH096871@freefall.freebsd.org> To: ahicks@p-o.co.uk, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169299: Upgrade mail/libsieve from 2.2.6 to 2.3.1 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: Thu, 21 Jun 2012 21:01:21 -0000 Synopsis: Upgrade mail/libsieve from 2.2.6 to 2.3.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Jun 21 21:01:20 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169299 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 21:10:15 2012 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 C65D01065673 for ; Thu, 21 Jun 2012 21:10:15 +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 B09948FC08 for ; Thu, 21 Jun 2012 21:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LLAFSK003585 for ; Thu, 21 Jun 2012 21:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LLAFvZ003584; Thu, 21 Jun 2012 21:10:15 GMT (envelope-from gnats) Date: Thu, 21 Jun 2012 21:10:15 GMT Message-Id: <201206212110.q5LLAFvZ003584@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/169299: Upgrade mail/libsieve from 2.2.6 to 2.3.1 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, 21 Jun 2012 21:10:15 -0000 The following reply was made to PR ports/169299; it has been noted by GNATS. From: Edwin Groothuis To: mark_sf@kikg.ifmo.ru Cc: bug-followup@FreeBSD.org Subject: Re: ports/169299: Upgrade mail/libsieve from 2.2.6 to 2.3.1 Date: Thu, 21 Jun 2012 21:01:16 UT Maintainer of mail/libsieve, Please note that PR ports/169299 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169299 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 21:40:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 499B21065675 for ; Thu, 21 Jun 2012 21:40:12 +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 26FE08FC17 for ; Thu, 21 Jun 2012 21:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LLeBBq032648 for ; Thu, 21 Jun 2012 21:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LLeB25032647; Thu, 21 Jun 2012 21:40:11 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 21:40:11 GMT Resent-Message-Id: <201206212140.q5LLeB25032647@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, Brad Davis Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B49A1065687 for ; Thu, 21 Jun 2012 21:37:42 +0000 (UTC) (envelope-from bdavis@mccaffrey.den.so14k.com) Received: from mccaffrey.den.so14k.com (gw.den.so14k.com [63.228.67.212]) by mx1.freebsd.org (Postfix) with ESMTP id C15C58FC18 for ; Thu, 21 Jun 2012 21:37:41 +0000 (UTC) Received: by mccaffrey.den.so14k.com (Postfix, from userid 1000) id 1862A35BE; Thu, 21 Jun 2012 15:29:42 -0600 (MDT) Message-Id: <20120621212942.1862A35BE@mccaffrey.den.so14k.com> Date: Thu, 21 Jun 2012 15:29:42 -0600 (MDT) From: Brad Davis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169303: [patch] port of sysutils/rsyslog6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brad Davis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 21:40:12 -0000 >Number: 169303 >Category: ports >Synopsis: [patch] port of sysutils/rsyslog6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 21:40:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Brad Davis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD mccaffrey.den.so14k.com 9.0-RELEASE FreeBSD 9.0-RELEASE #24: Tue Jan 17 20:26:54 MST 2012 bdavis@mccaffrey.den.so14k.com:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Port of rsyslog 6.2.2 >How-To-Repeat: >Fix: - Repo copy the sysutils/rsyslog6-devel* ports to sysutils/rsyslog* - Apply the following patch: diff -ruN rsyslog6.ori/Makefile rsyslog6/Makefile --- rsyslog6.ori/Makefile 2012-06-21 15:24:34.000000000 -0600 +++ rsyslog6/Makefile 2012-06-21 13:56:09.000000000 -0600 @@ -6,7 +6,7 @@ # PORTNAME= rsyslog -PORTVERSION= 6.3.6 +PORTVERSION= 6.2.2 PORTREVISION?= 0 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ @@ -20,7 +20,8 @@ USE_LDCONFIG= yes LIB_DEPENDS+= ee:${PORTSDIR}/devel/libee \ - estr:${PORTSDIR}/devel/libestr + estr:${PORTSDIR}/devel/libestr \ + sysinfo:${PORTSDIR}/devel/libsysinfo .ifdef MNAME RUN_DEPENDS= rsyslog>=${PORTVERSION}:${PORTSDIR}/sysutils/rsyslog6-devel @@ -56,7 +57,7 @@ CPPFLAGS+=-march=i686 .endif -CONFIGURE_ENV+= LIBESTR_CFLAGS="${CFLAGS}" LIBESTR_LIBS="${LDFLAGS} -lestr" LIBEE_CFLAGS="${CFLAGS}" LIBEE_LIBS="${LDFLAGS} -lee" +CONFIGURE_ENV+= LIBESTR_CFLAGS="${CFLAGS}" LIBESTR_LIBS="${LDFLAGS} -lestr" LIBEE_CFLAGS="${CFLAGS}" LIBEE_LIBS="${LDFLAGS} -lee -lsysinfo -lkvm" CFLAGS+= ${CPPFLAGS} .ifndef MNAME diff -ruN rsyslog6.ori/distinfo rsyslog6/distinfo --- rsyslog6.ori/distinfo 2012-06-21 15:24:34.000000000 -0600 +++ rsyslog6/distinfo 2012-06-21 09:11:40.000000000 -0600 @@ -1,2 +1,2 @@ -SHA256 (rsyslog-6.3.6.tar.gz) = 5674ccb45cf57670a24eeeed8a713962b9706b3ea5e7cebcee3ca51ee6d59108 -SIZE (rsyslog-6.3.6.tar.gz) = 2472350 +SHA256 (rsyslog-6.2.2.tar.gz) = c54b51f9f26d16e623d664c765268f3696721ceddfbee4e76b0dd89f04a6f471 +SIZE (rsyslog-6.2.2.tar.gz) = 2432745 diff -ruN rsyslog6.ori/files/patch-grammar__lexer.l rsyslog6/files/patch-grammar__lexer.l --- rsyslog6.ori/files/patch-grammar__lexer.l 2012-06-21 15:24:34.000000000 -0600 +++ rsyslog6/files/patch-grammar__lexer.l 1969-12-31 17:00:00.000000000 -0700 @@ -1,11 +0,0 @@ ---- ./grammar/lexer.l.orig 2011-09-15 06:01:15.000000000 +0000 -+++ ./grammar/lexer.l 2012-01-17 01:17:22.081763540 +0000 -@@ -87,7 +87,7 @@ - * included. I guess that's some autotools magic I don't understand... - */ - //char *strdup(char*); --int fileno(FILE *stream); -+//int fileno(FILE *stream); - - %} - diff -ruN rsyslog6.ori/files/patch-plugins__imklog__bsd.c rsyslog6/files/patch-plugins__imklog__bsd.c --- rsyslog6.ori/files/patch-plugins__imklog__bsd.c 2012-06-21 15:24:34.000000000 -0600 +++ rsyslog6/files/patch-plugins__imklog__bsd.c 1969-12-31 17:00:00.000000000 -0700 @@ -1,29 +0,0 @@ ---- ./plugins/imklog/bsd.c.orig 2012-01-17 01:18:16.381760139 +0000 -+++ ./plugins/imklog/bsd.c 2012-01-17 01:20:48.523313199 +0000 -@@ -93,7 +93,7 @@ - * entry point. -- rgerhards, 2008-04-09 - */ - rsRetVal --klogWillRun(void) -+klogWillRun(modConfData_t *pModConf) - { - DEFiRet; - -@@ -176,7 +176,7 @@ - /* to be called in the module's AfterRun entry point - * rgerhards, 2008-04-09 - */ --rsRetVal klogAfterRun(void) -+rsRetVal klogAfterRun(modConfData_t *pModConf) - { - DEFiRet; - if(fklog != -1) -@@ -190,7 +190,7 @@ - * "message pull" mechanism. - * rgerhards, 2008-04-09 - */ --rsRetVal klogLogKMsg(void) -+rsRetVal klogLogKMsg(modConfData_t *pModConf) - { - DEFiRet; - readklog(); diff -ruN rsyslog6.ori/files/patch-plugins__imklog__imklog.h rsyslog6/files/patch-plugins__imklog__imklog.h --- rsyslog6.ori/files/patch-plugins__imklog__imklog.h 2012-06-21 15:24:34.000000000 -0600 +++ rsyslog6/files/patch-plugins__imklog__imklog.h 1969-12-31 17:00:00.000000000 -0700 @@ -1,11 +0,0 @@ ---- ./plugins/imklog/imklog.h.orig 2012-01-17 01:19:00.125759823 +0000 -+++ ./plugins/imklog/imklog.h 2012-01-17 01:19:09.879756857 +0000 -@@ -60,7 +60,7 @@ - * believe it is appropriate for the job that needs to be done. - * rgerhards, 2008-04-09 - */ --#if 0 -+#if 1 - extern int symbols_twice; - extern int use_syscall; - extern int symbol_lookup; diff -ruN rsyslog6.ori/pkg-plist rsyslog6/pkg-plist --- rsyslog6.ori/pkg-plist 2012-06-21 15:24:34.000000000 -0600 +++ rsyslog6/pkg-plist 2012-06-21 14:02:53.000000000 -0600 @@ -141,7 +141,6 @@ %%PORTDOCS%%%%DOCSDIR%%/rsyslog_secure_tls.html %%PORTDOCS%%%%DOCSDIR%%/rsyslog_stunnel.html %%PORTDOCS%%%%DOCSDIR%%/rsyslog_tls.html -%%PORTDOCS%%%%DOCSDIR%%/scoping.html %%PORTDOCS%%%%DOCSDIR%%/syslog_parsing.html %%PORTDOCS%%%%DOCSDIR%%/syslog_protocol.html %%PORTDOCS%%%%DOCSDIR%%/tls_cert.jpg >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 21:40:12 2012 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 6F3F11065676 for ; Thu, 21 Jun 2012 21:40:12 +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 498128FC19 for ; Thu, 21 Jun 2012 21:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LLeC63032657 for ; Thu, 21 Jun 2012 21:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LLeCC3032656; Thu, 21 Jun 2012 21:40:12 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 21:40:12 GMT Resent-Message-Id: <201206212140.q5LLeCC3032656@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, n/a Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E186106566C for ; Thu, 21 Jun 2012 21:39:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 1FA3D8FC12 for ; Thu, 21 Jun 2012 21:39:51 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5LLdofh014951 for ; Thu, 21 Jun 2012 21:39:50 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5LLdo01014950; Thu, 21 Jun 2012 21:39:50 GMT (envelope-from nobody) Message-Id: <201206212139.q5LLdo01014950@red.freebsd.org> Date: Thu, 21 Jun 2012 21:39:50 GMT From: n/a To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169304: net-p2p/{rtorrent,libtorrent} update 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: Thu, 21 Jun 2012 21:40:12 -0000 >Number: 169304 >Category: ports >Synopsis: net-p2p/{rtorrent,libtorrent} update >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 21:40:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: n/a >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD bsd 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Ports net-p2p/{rtorrent,libtorrent} need updating to the latest stable versions. http://libtorrent.rakshasa.no/ libtorrent-0.13.2 rtorrent-0.9.2 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 21:47:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8449A106566C; Thu, 21 Jun 2012 21:47:00 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 57F2F8FC08; Thu, 21 Jun 2012 21:47:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LLl0mk041032; Thu, 21 Jun 2012 21:47:00 GMT (envelope-from brd@freefall.freebsd.org) Received: (from brd@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LLl0AC041028; Thu, 21 Jun 2012 21:47:00 GMT (envelope-from brd) Date: Thu, 21 Jun 2012 21:47:00 GMT Message-Id: <201206212147.q5LLl0AC041028@freefall.freebsd.org> To: brd@FreeBSD.org, brd@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, brd@FreeBSD.org From: brd@FreeBSD.org Cc: Subject: Re: ports/169303: [patch] port of sysutils/rsyslog6 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: Thu, 21 Jun 2012 21:47:00 -0000 Synopsis: [patch] port of sysutils/rsyslog6 State-Changed-From-To: open->closed State-Changed-By: brd State-Changed-When: Thu Jun 21 21:46:30 UTC 2012 State-Changed-Why: - Duplicate Responsible-Changed-From-To: freebsd-ports-bugs->brd Responsible-Changed-By: brd Responsible-Changed-When: Thu Jun 21 21:46:30 UTC 2012 Responsible-Changed-Why: - Duplicate http://www.freebsd.org/cgi/query-pr.cgi?pr=169303 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 21:50:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2ED44106566C for ; Thu, 21 Jun 2012 21:50:12 +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 071CD8FC0C for ; Thu, 21 Jun 2012 21:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LLoBKe041447 for ; Thu, 21 Jun 2012 21:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LLoBQi041446; Thu, 21 Jun 2012 21:50:11 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 21:50:11 GMT Resent-Message-Id: <201206212150.q5LLoBQi041446@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, Marcel Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F059106564A for ; Thu, 21 Jun 2012 21:41:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 7A13A8FC08 for ; Thu, 21 Jun 2012 21:41:38 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5LLfcQ8015132 for ; Thu, 21 Jun 2012 21:41:38 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5LLfc2x015131; Thu, 21 Jun 2012 21:41:38 GMT (envelope-from nobody) Message-Id: <201206212141.q5LLfc2x015131@red.freebsd.org> Date: Thu, 21 Jun 2012 21:41:38 GMT From: Marcel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169305: [patch] Upgrade www/ikiwiki to version 3.20120516 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: Thu, 21 Jun 2012 21:50:12 -0000 >Number: 169305 >Category: ports >Synopsis: [patch] Upgrade www/ikiwiki to version 3.20120516 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 21:50:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Marcel >Release: 7.4-Release i386 >Organization: >Environment: >Description: Patch to Update www/ikiwiki to the latest Version. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN ikiwiki.orig/Makefile ikiwiki/Makefile --- ikiwiki.orig/Makefile 2012-03-18 09:47:27.000000000 +0100 +++ ikiwiki/Makefile 2012-06-19 22:39:34.000000000 +0200 @@ -5,8 +5,7 @@ # $FreeBSD: ports/www/ikiwiki/Makefile,v 1.68 2012/02/07 01:30:50 pgollucci Exp $ PORTNAME= ikiwiki -PORTVERSION= 3.20110608 -PORTREVISION= 1 +PORTVERSION= 3.20120516 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} \ http://kitenet.net/~joey/debian/unstable/ @@ -26,7 +25,8 @@ ${SITE_PERL}/Text/Markdown.pm:${PORTSDIR}/textproc/p5-Text-Markdown \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ - ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML + ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ + ${SITE_PERL}/mach/YAML/XS.pm:${PORTSDIR}/textproc/p5-YAML-LibYAML RUN_DEPENDS:= ${BUILD_DEPENDS} \ ${SITE_PERL}/File/MimeInfo.pm:${PORTSDIR}/devel/p5-File-MimeInfo \ ${SITE_PERL}/RPC/XML.pm:${PORTSDIR}/net/p5-RPC-XML \ diff -ruN ikiwiki.orig/distinfo ikiwiki/distinfo --- ikiwiki.orig/distinfo 2012-03-18 09:47:27.000000000 +0100 +++ ikiwiki/distinfo 2012-06-19 19:35:32.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (ikiwiki_3.20110608.tar.gz) = b2e0d05be85135a8e44ffcbbbcaa29a17c45b4373899ab10c6096c4298791ecc -SIZE (ikiwiki_3.20110608.tar.gz) = 2377663 +SHA256 (ikiwiki_3.20120516.tar.gz) = b75097d4f4db79a16f8b74bc4e7f824a586e0e150ecf18103888bbe553a41eb0 +SIZE (ikiwiki_3.20120516.tar.gz) = 2846141 diff -ruN ikiwiki.orig/pkg-plist ikiwiki/pkg-plist --- ikiwiki.orig/pkg-plist 2012-03-18 09:47:27.000000000 +0100 +++ ikiwiki/pkg-plist 2012-06-21 21:47:34.000000000 +0200 @@ -50,6 +50,7 @@ %%DATADIR%%/directives/ikiwiki/directive/meta.mdwn %%DATADIR%%/directives/ikiwiki/directive/more.mdwn %%DATADIR%%/directives/ikiwiki/directive/orphans.mdwn +%%DATADIR%%/directives/ikiwiki/directive/osm.mdwn %%DATADIR%%/directives/ikiwiki/directive/pagecount.mdwn %%DATADIR%%/directives/ikiwiki/directive/pagestats.mdwn %%DATADIR%%/directives/ikiwiki/directive/pagetemplate.mdwn @@ -71,10 +72,16 @@ %%DATADIR%%/directives/ikiwiki/directive/toc.mdwn %%DATADIR%%/directives/ikiwiki/directive/toggle.mdwn %%DATADIR%%/directives/ikiwiki/directive/toggleable.mdwn +%%DATADIR%%/directives/ikiwiki/directive/trailitem.mdwn +%%DATADIR%%/directives/ikiwiki/directive/trailitems.mdwn +%%DATADIR%%/directives/ikiwiki/directive/traillink.mdwn +%%DATADIR%%/directives/ikiwiki/directive/trailoptions.mdwn %%DATADIR%%/directives/ikiwiki/directive/version.mdwn +%%DATADIR%%/directives/ikiwiki/directive/waypoint.mdwn %%DATADIR%%/javascript/ikiwiki/ikiwiki.js %%DATADIR%%/javascript/ikiwiki/relativedate.js %%DATADIR%%/javascript/ikiwiki/toggle.js +%%DATADIR%%/jquery/ikiwiki/jquery.min.js %%PO4A%%%%DATADIR%%/locale/cs/basewiki/ikiwiki.mdwn %%PO4A%%%%DATADIR%%/locale/cs/basewiki/ikiwiki/directive.mdwn %%PO4A%%%%DATADIR%%/locale/cs/basewiki/ikiwiki/formatting.mdwn @@ -281,8 +288,9 @@ %%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/toggle.mdwn %%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/version.mdwn %%PO4A%%%%DATADIR%%/locale/fr/smiley/smileys.mdwn -%%DATADIR%%/openid-selector/ikiwiki/openid/jquery.js %%DATADIR%%/openid-selector/ikiwiki/openid/openid-jquery.js +%%DATADIR%%/osm/ikiwiki/images/osm.png +%%DATADIR%%/osm/ikiwiki/osm.js %%DATADIR%%/po/cs/basewiki/ikiwiki.cs.po %%DATADIR%%/po/cs/basewiki/ikiwiki/directive.cs.po %%DATADIR%%/po/cs/basewiki/ikiwiki/formatting.cs.po @@ -562,6 +570,7 @@ %%DATADIR%%/templates/googleform.tmpl %%DATADIR%%/templates/inlinepage.tmpl %%DATADIR%%/templates/microblog.tmpl +%%DATADIR%%/templates/notifyemail.tmpl %%DATADIR%%/templates/openid-selector.tmpl %%DATADIR%%/templates/page.tmpl %%DATADIR%%/templates/passwordmail.tmpl @@ -574,6 +583,7 @@ %%DATADIR%%/templates/searchform.tmpl %%DATADIR%%/templates/searchquery.tmpl %%DATADIR%%/templates/titlepage.tmpl +%%DATADIR%%/templates/trails.tmpl %%DATADIR%%/themes/actiontabs/style.css %%DATADIR%%/themes/blueview/background_darkness.png %%DATADIR%%/themes/blueview/header_background.png @@ -621,6 +631,7 @@ %%SITE_PERL%%/IkiWiki/Plugin/goto.pm %%SITE_PERL%%/IkiWiki/Plugin/graphviz.pm %%SITE_PERL%%/IkiWiki/Plugin/haiku.pm +%%SITE_PERL%%/IkiWiki/Plugin/headinganchors.pm %%SITE_PERL%%/IkiWiki/Plugin/highlight.pm %%SITE_PERL%%/IkiWiki/Plugin/hnb.pm %%SITE_PERL%%/IkiWiki/Plugin/html.pm @@ -644,9 +655,11 @@ %%SITE_PERL%%/IkiWiki/Plugin/monotone.pm %%SITE_PERL%%/IkiWiki/Plugin/more.pm %%SITE_PERL%%/IkiWiki/Plugin/norcs.pm +%%SITE_PERL%%/IkiWiki/Plugin/notifyemail.pm %%SITE_PERL%%/IkiWiki/Plugin/opendiscussion.pm %%SITE_PERL%%/IkiWiki/Plugin/openid.pm %%SITE_PERL%%/IkiWiki/Plugin/orphans.pm +%%SITE_PERL%%/IkiWiki/Plugin/osm.pm %%SITE_PERL%%/IkiWiki/Plugin/otl.pm %%SITE_PERL%%/IkiWiki/Plugin/pagecount.pm %%SITE_PERL%%/IkiWiki/Plugin/pagestats.pm @@ -688,10 +701,12 @@ %%SITE_PERL%%/IkiWiki/Plugin/tla.pm %%SITE_PERL%%/IkiWiki/Plugin/toc.pm %%SITE_PERL%%/IkiWiki/Plugin/toggle.pm +%%SITE_PERL%%/IkiWiki/Plugin/trail.pm %%SITE_PERL%%/IkiWiki/Plugin/transient.pm %%SITE_PERL%%/IkiWiki/Plugin/txt.pm %%SITE_PERL%%/IkiWiki/Plugin/typography.pm %%SITE_PERL%%/IkiWiki/Plugin/underlay.pm +%%SITE_PERL%%/IkiWiki/Plugin/userlist.pm %%SITE_PERL%%/IkiWiki/Plugin/version.pm %%SITE_PERL%%/IkiWiki/Plugin/websetup.pm %%SITE_PERL%%/IkiWiki/Plugin/wikitext.pm @@ -742,6 +757,8 @@ @dirrm %%DATADIR%%/directives @dirrm %%DATADIR%%/javascript/ikiwiki @dirrm %%DATADIR%%/javascript +@dirrm %%DATADIR%%/jquery/ikiwiki +@dirrm %%DATADIR%%/jquery %%PO4A%%@dirrm %%DATADIR%%/locale/cs/basewiki/ikiwiki/pagespec %%PO4A%%@dirrm %%DATADIR%%/locale/cs/basewiki/ikiwiki/subpage %%PO4A%%@dirrm %%DATADIR%%/locale/cs/basewiki/ikiwiki @@ -781,6 +798,9 @@ %%PO4A%%@dirrm %%DATADIR%%/locale/fr/smiley %%PO4A%%@dirrm %%DATADIR%%/locale/fr %%PO4A%%@dirrm %%DATADIR%%/locale +%%PO4A%%@dirrm %%DATADIR%%/osm/ikiwiki/images +%%PO4A%%@dirrm %%DATADIR%%/osm/ikiwiki +%%PO4A%%@dirrm %%DATADIR%%/osm @dirrm %%DATADIR%%/openid-selector/ikiwiki/openid @dirrm %%DATADIR%%/openid-selector/ikiwiki @dirrm %%DATADIR%%/openid-selector @@ -834,6 +854,9 @@ @dirrm %%DATADIR%%/themes/blueview @dirrm %%DATADIR%%/themes/goldtype @dirrm %%DATADIR%%/themes +@dirrm %%DATADIR%%/attachment/ikiwiki/images +@dirrm %%DATADIR%%/attachment/ikiwiki +@dirrm %%DATADIR%%/attachment @dirrm %%DATADIR%% @dirrm %%SITE_PERL%%/IkiWiki/Plugin @dirrm %%SITE_PERL%%/IkiWiki/Setup >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 21:50:12 2012 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 8AB5C1065677 for ; Thu, 21 Jun 2012 21:50:12 +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 63FDA8FC15 for ; Thu, 21 Jun 2012 21:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LLoCVY041457 for ; Thu, 21 Jun 2012 21:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LLoCu4041456; Thu, 21 Jun 2012 21:50:12 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 21:50:12 GMT Resent-Message-Id: <201206212150.q5LLoCu4041456@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, Devin Teske Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87BEA1065677 for ; Thu, 21 Jun 2012 21:43:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 68B9F8FC0C for ; Thu, 21 Jun 2012 21:43:54 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5LLhsCZ015459 for ; Thu, 21 Jun 2012 21:43:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5LLhs09015458; Thu, 21 Jun 2012 21:43:54 GMT (envelope-from nobody) Message-Id: <201206212143.q5LLhs09015458@red.freebsd.org> Date: Thu, 21 Jun 2012 21:43:54 GMT From: Devin Teske To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169306: [Maintainer Update] Minor bug fixes to sysutils/bsdconfig 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: Thu, 21 Jun 2012 21:50:12 -0000 >Number: 169306 >Category: ports >Synopsis: [Maintainer Update] Minor bug fixes to sysutils/bsdconfig >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 21:50:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Devin Teske >Release: FreeBSD 9.0-RELEASE i386 >Organization: FIS Global, Inc. >Environment: FreeBSD push900.vicor.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: When editing a user's password or account expiration property, choosing cancel or pressing ESC while editing the value manually would cause the value to be blanked rather than preserved. This has been fixed and pressing ESC (or choosing cancel) now preserves the value as expected. Executing "bsdconfig foo" when LANG is set to "EN_US.ISO8859-1" produces a non-i18n-compatible error message: "bsdconfig: foo: not found" (when it should produce: "bsdconfig: foo: NOT FOUND"). This has been fixed by adding the appropriate i18n messages and changing the code to use them. Executing "bsdconfig -h" when LANG is set to an unknown language (for which there are no bsdconfig localized language files), the output did not display appropriately. This has been fixed. Executing "bsdconfig timezone -h" (for example) when LANG is set to an unkown language had similar issues to the above. >How-To-Repeat: Execute "bsdconfig useredit" and select a user (e.g., "root"). Choose "Password Expires on: 0". Choose "Edit value manually". Press ESC. Choose "Edit value manually" (again). Before bugfix, value is changed from "0" to NULL; after bugfix, value remains unchanged. Execute "LANG=EN_US.ISO8859-1 bsdconfig foo" and see the error message is not cASE-rEVERSED (when LANG is set to EN_US.ISO8859-1, all text should be cASE-rEVERSED for i18n-testing). After bugfix, you should see "NOT FOUND" versus "not found" (indicating i18n-messages are working properly). Execute "LANG=foo bsdconfig -h". Before bugfix, the output was sparse/lacking commands and other information. After bugfix, should look like "bsdconfig -h" (no LANG or LC_ALL set or set to NULL; each). Similar test for "LANG=foo bsdconfig timezone -h" >Fix: All problems have been patched by code-changes in the distribution snapshot (referenced/pulled down by new port Makefile). Patch attached with submission follows: --- Makefile.orig 2012-06-20 19:43:43.000000000 -0700 +++ Makefile 2012-06-20 23:43:30.000000000 -0700 @@ -6,10 +6,10 @@ # PORTNAME= bsdconfig -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= sysutils MASTER_SITES= http://druidbsd.sourceforge.net/download/bsdconfig/ -DISTNAME= ${PORTNAME}.120620 +DISTNAME= ${PORTNAME}.120621 EXTRACT_SUFX= .txz PATCH_SITES= ${MASTER_SITES} --- distinfo.orig 2012-06-20 19:43:43.000000000 -0700 +++ distinfo 2012-06-20 23:44:13.000000000 -0700 @@ -1,4 +1,4 @@ -SHA256 (bsdconfig.120620.txz) = 5bc4c60250a7d3c817239d8f7a0e567cfe8fbec1cd0abaa8ca8d9fdaa0d6b601 -SIZE (bsdconfig.120620.txz) = 87924 -SHA256 (bsdconfig.120620-0.7.1.diff.gz) = 9291ef7094069d7c34ff7647fbd05004f17dec4405f9e6e5acff024a2840245f -SIZE (bsdconfig.120620-0.7.1.diff.gz) = 451 +SHA256 (bsdconfig.120621.txz) = a8eec95affa4f01ca85a7206265776309c3ce103059948bc5174c4c5f5e454d1 +SIZE (bsdconfig.120621.txz) = 88032 +SHA256 (bsdconfig.120621-0.7.2.diff.gz) = 9291ef7094069d7c34ff7647fbd05004f17dec4405f9e6e5acff024a2840245f +SIZE (bsdconfig.120621-0.7.2.diff.gz) = 451 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 21:50:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D78D01065679 for ; Thu, 21 Jun 2012 21:50:12 +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 B4B288FC18 for ; Thu, 21 Jun 2012 21:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LLoCDb041466 for ; Thu, 21 Jun 2012 21:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LLoC0s041465; Thu, 21 Jun 2012 21:50:12 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 21:50:12 GMT Resent-Message-Id: <201206212150.q5LLoC0s041465@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, Brad Davis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81B4E106564A for ; Thu, 21 Jun 2012 21:45:42 +0000 (UTC) (envelope-from so14k@valentine.liquidneon.com) Received: from valentine.liquidneon.com (cl-396.dal-01.us.sixxs.net [IPv6:2001:1938:80:18b::2]) by mx1.freebsd.org (Postfix) with ESMTP id AED4C8FC12 for ; Thu, 21 Jun 2012 21:45:41 +0000 (UTC) Received: by valentine.liquidneon.com (Postfix, from userid 1018) id 06D448FF26; Thu, 21 Jun 2012 15:45:41 -0600 (MDT) Message-Id: <20120621214540.GL36021@valentine.liquidneon.com> Date: Thu, 21 Jun 2012 15:45:40 -0600 From: Brad Davis To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/169307: [repocopy][patch] port of sysutils/rsyslog6 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: Thu, 21 Jun 2012 21:50:12 -0000 >Number: 169307 >Category: ports >Synopsis: [patch] port of sysutils/rsyslog6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 21:50:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Brad Davis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD mccaffrey.den.so14k.com 9.0-RELEASE FreeBSD 9.0-RELEASE #24: Tue Jan 17 20:26:54 MST 2012 bdavis@mccaffrey.den. so14k.com:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Port of rsyslog 6.2.2 >How-To-Repeat: >Fix: - Repo copy the sysutils/rsyslog6-devel* ports to sysutils/rsyslog* - Apply the following patch: diff -ruN rsyslog6.ori/Makefile rsyslog6/Makefile --- rsyslog6.ori/Makefile 2012-06-21 15:24:34.000000000 -0600 +++ rsyslog6/Makefile 2012-06-21 13:56:09.000000000 -0600 @@ -6,7 +6,7 @@ # PORTNAME= rsyslog -PORTVERSION= 6.3.6 +PORTVERSION= 6.2.2 PORTREVISION?= 0 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ @@ -20,7 +20,8 @@ USE_LDCONFIG= yes LIB_DEPENDS+= ee:${PORTSDIR}/devel/libee \ - estr:${PORTSDIR}/devel/libestr + estr:${PORTSDIR}/devel/libestr \ + sysinfo:${PORTSDIR}/devel/libsysinfo .ifdef MNAME RUN_DEPENDS= rsyslog>=${PORTVERSION}:${PORTSDIR}/sysutils/rsyslog6-devel @@ -56,7 +57,7 @@ CPPFLAGS+=-march=i686 .endif -CONFIGURE_ENV+= LIBESTR_CFLAGS="${CFLAGS}" LIBESTR_LIBS="${LDFLAGS} -lestr" LIBEE_CFLAGS="${CFLAGS}" LIBEE_LIBS="${LDFL AGS} -lee" +CONFIGURE_ENV+= LIBESTR_CFLAGS="${CFLAGS}" LIBESTR_LIBS="${LDFLAGS} -lestr" LIBEE_CFLAGS="${CFLAGS}" LIBEE_LIBS="${LDFL AGS} -lee -lsysinfo -lkvm" CFLAGS+= ${CPPFLAGS} .ifndef MNAME diff -ruN rsyslog6.ori/distinfo rsyslog6/distinfo --- rsyslog6.ori/distinfo 2012-06-21 15:24:34.000000000 -0600 +++ rsyslog6/distinfo 2012-06-21 09:11:40.000000000 -0600 @@ -1,2 +1,2 @@ -SHA256 (rsyslog-6.3.6.tar.gz) = 5674ccb45cf57670a24eeeed8a713962b9706b3ea5e7cebcee3ca51ee6d59108 -SIZE (rsyslog-6.3.6.tar.gz) = 2472350 +SHA256 (rsyslog-6.2.2.tar.gz) = c54b51f9f26d16e623d664c765268f3696721ceddfbee4e76b0dd89f04a6f471 +SIZE (rsyslog-6.2.2.tar.gz) = 2432745 diff -ruN rsyslog6.ori/files/patch-grammar__lexer.l rsyslog6/files/patch-grammar__lexer.l --- rsyslog6.ori/files/patch-grammar__lexer.l 2012-06-21 15:24:34.000000000 -0600 +++ rsyslog6/files/patch-grammar__lexer.l 1969-12-31 17:00:00.000000000 -0700 @@ -1,11 +0,0 @@ ---- ./grammar/lexer.l.orig 2011-09-15 06:01:15.000000000 +0000 -+++ ./grammar/lexer.l 2012-01-17 01:17:22.081763540 +0000 -@@ -87,7 +87,7 @@ - * included. I guess that's some autotools magic I don't understand... - */ - //char *strdup(char*); --int fileno(FILE *stream); -+//int fileno(FILE *stream); - - %} - diff -ruN rsyslog6.ori/files/patch-plugins__imklog__bsd.c rsyslog6/files/patch-plugins__imklog__bsd.c --- rsyslog6.ori/files/patch-plugins__imklog__bsd.c 2012-06-21 15:24:34.000000000 -0600 +++ rsyslog6/files/patch-plugins__imklog__bsd.c 1969-12-31 17:00:00.000000000 -0700 @@ -1,29 +0,0 @@ ---- ./plugins/imklog/bsd.c.orig 2012-01-17 01:18:16.381760139 +0000 -+++ ./plugins/imklog/bsd.c 2012-01-17 01:20:48.523313199 +0000 -@@ -93,7 +93,7 @@ - * entry point. -- rgerhards, 2008-04-09 - */ - rsRetVal --klogWillRun(void) -+klogWillRun(modConfData_t *pModConf) - { - DEFiRet; - -@@ -176,7 +176,7 @@ - /* to be called in the module's AfterRun entry point - * rgerhards, 2008-04-09 - */ --rsRetVal klogAfterRun(void) -+rsRetVal klogAfterRun(modConfData_t *pModConf) - { - DEFiRet; - if(fklog != -1) -@@ -190,7 +190,7 @@ - * "message pull" mechanism. - * rgerhards, 2008-04-09 - */ --rsRetVal klogLogKMsg(void) -+rsRetVal klogLogKMsg(modConfData_t *pModConf) - { - DEFiRet; - readklog(); diff -ruN rsyslog6.ori/files/patch-plugins__imklog__imklog.h rsyslog6/files/patch-plugins__imklog__imklog.h --- rsyslog6.ori/files/patch-plugins__imklog__imklog.h 2012-06-21 15:24:34.000000000 -0600 +++ rsyslog6/files/patch-plugins__imklog__imklog.h 1969-12-31 17:00:00.000000000 -0700 @@ -1,11 +0,0 @@ ---- ./plugins/imklog/imklog.h.orig 2012-01-17 01:19:00.125759823 +0000 -+++ ./plugins/imklog/imklog.h 2012-01-17 01:19:09.879756857 +0000 -@@ -60,7 +60,7 @@ - * believe it is appropriate for the job that needs to be done. - * rgerhards, 2008-04-09 - */ --#if 0 -+#if 1 - extern int symbols_twice; - extern int use_syscall; - extern int symbol_lookup; diff -ruN rsyslog6.ori/pkg-plist rsyslog6/pkg-plist --- rsyslog6.ori/pkg-plist 2012-06-21 15:24:34.000000000 -0600 +++ rsyslog6/pkg-plist 2012-06-21 14:02:53.000000000 -0600 @@ -141,7 +141,6 @@ %%PORTDOCS%%%%DOCSDIR%%/rsyslog_secure_tls.html %%PORTDOCS%%%%DOCSDIR%%/rsyslog_stunnel.html %%PORTDOCS%%%%DOCSDIR%%/rsyslog_tls.html -%%PORTDOCS%%%%DOCSDIR%%/scoping.html %%PORTDOCS%%%%DOCSDIR%%/syslog_parsing.html %%PORTDOCS%%%%DOCSDIR%%/syslog_protocol.html %%PORTDOCS%%%%DOCSDIR%%/tls_cert.jpg >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 21:50:24 2012 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 65E77106564A; Thu, 21 Jun 2012 21:50:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 399DC8FC1B; Thu, 21 Jun 2012 21:50:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LLoOkR041671; Thu, 21 Jun 2012 21:50:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LLoOHs041667; Thu, 21 Jun 2012 21:50:24 GMT (envelope-from edwin) Date: Thu, 21 Jun 2012 21:50:24 GMT Message-Id: <201206212150.q5LLoOHs041667@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, brix@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169305: [patch] Upgrade www/ikiwiki to version 3.20120516 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: Thu, 21 Jun 2012 21:50:24 -0000 Synopsis: [patch] Upgrade www/ikiwiki to version 3.20120516 Responsible-Changed-From-To: freebsd-ports-bugs->brix Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 21 21:50:23 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169305 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 21:50:32 2012 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 6C6161065680; Thu, 21 Jun 2012 21:50:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CA30B8FC12; Thu, 21 Jun 2012 21:50:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LLoVjk042200; Thu, 21 Jun 2012 21:50:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LLoVT3042195; Thu, 21 Jun 2012 21:50:31 GMT (envelope-from edwin) Date: Thu, 21 Jun 2012 21:50:31 GMT Message-Id: <201206212150.q5LLoVT3042195@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169306: [Maintainer Update] Minor bug fixes to sysutils/bsdconfig 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: Thu, 21 Jun 2012 21:50:32 -0000 Synopsis: [Maintainer Update] Minor bug fixes to sysutils/bsdconfig Class-Changed-From-To: sw-bug->maintainer-update Class-Changed-By: edwin Class-Changed-When: Thu Jun 21 21:50:31 UTC 2012 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169306 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 21:50:39 2012 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 2DF8C106564A; Thu, 21 Jun 2012 21:50:39 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 013B68FC14; Thu, 21 Jun 2012 21:50:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LLocAc042727; Thu, 21 Jun 2012 21:50:38 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LLocDw042719; Thu, 21 Jun 2012 21:50:38 GMT (envelope-from edwin) Date: Thu, 21 Jun 2012 21:50:38 GMT Message-Id: <201206212150.q5LLocDw042719@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, eadler@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169306: [Maintainer Update] Minor bug fixes to sysutils/bsdconfig 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: Thu, 21 Jun 2012 21:50:39 -0000 Synopsis: [Maintainer Update] Minor bug fixes to sysutils/bsdconfig Responsible-Changed-From-To: freebsd-ports-bugs->eadler Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 21 21:50:38 UTC 2012 Responsible-Changed-Why: eadler@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169306 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 22:00:35 2012 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 1F02E106566B; Thu, 21 Jun 2012 22:00:35 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E679C8FC1B; Thu, 21 Jun 2012 22:00:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LM0YPS050246; Thu, 21 Jun 2012 22:00:34 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LM0Y7n050242; Thu, 21 Jun 2012 22:00:34 GMT (envelope-from linimon) Date: Thu, 21 Jun 2012 22:00:34 GMT Message-Id: <201206212200.q5LM0Y7n050242@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, flz@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169304: net-p2p/{rtorrent,libtorrent} update 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: Thu, 21 Jun 2012 22:00:35 -0000 Synopsis: net-p2p/{rtorrent,libtorrent} update Responsible-Changed-From-To: freebsd-ports-bugs->flz Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 21 21:59:59 UTC 2012 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=169304 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 22:20:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93525106566C for ; Thu, 21 Jun 2012 22:20:13 +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 500AE8FC19 for ; Thu, 21 Jun 2012 22:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LMKDu6069857 for ; Thu, 21 Jun 2012 22:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LMKDfW069856; Thu, 21 Jun 2012 22:20:13 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 22:20:13 GMT Resent-Message-Id: <201206212220.q5LMKDfW069856@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, Oliver Heesakkers Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF77A1065672 for ; Thu, 21 Jun 2012 22:15:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A1E888FC0C for ; Thu, 21 Jun 2012 22:15:09 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5LMF9YZ018117 for ; Thu, 21 Jun 2012 22:15:09 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5LMF9Lc018116; Thu, 21 Jun 2012 22:15:09 GMT (envelope-from nobody) Message-Id: <201206212215.q5LMF9Lc018116@red.freebsd.org> Date: Thu, 21 Jun 2012 22:15:09 GMT From: Oliver Heesakkers To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169308: [patch] graphics/imlib remove WWW 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: Thu, 21 Jun 2012 22:20:13 -0000 >Number: 169308 >Category: ports >Synopsis: [patch] graphics/imlib remove WWW >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 22:20:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Oliver Heesakkers >Release: 9.0-RELEASE-p3 amd64 >Organization: >Environment: >Description: The WWW location for graphics/imlib has gone, I could not find a new one, but considering this software hasn't had an upstream update since 2004, that's hardly surprising. >How-To-Repeat: Try and follow the link. >Fix: Patch attached with submission follows: diff -ruN imlib.orig/pkg-descr imlib/pkg-descr --- imlib.orig/pkg-descr 2005-12-21 20:13:28.000000000 +0100 +++ imlib/pkg-descr 2012-06-22 00:03:52.000000000 +0200 @@ -2,5 +2,3 @@ task of loading images, and obtaining X-Windows drawables a simple task, as well as a quick one. It also aims to provide simple manipulation routines that might be desired for common operations. - -WWW: http://enlightenment.sourceforge.net/Libraries/Imlib.html >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 22:20:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ECCFA1065673 for ; Thu, 21 Jun 2012 22:20:13 +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 AC11F8FC1C for ; Thu, 21 Jun 2012 22:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LMKDJo069866 for ; Thu, 21 Jun 2012 22:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LMKDWn069865; Thu, 21 Jun 2012 22:20:13 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 22:20:13 GMT Resent-Message-Id: <201206212220.q5LMKDWn069865@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, Oliver Heesakkers Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD2491065672 for ; Thu, 21 Jun 2012 22:16:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A85EC8FC0C for ; Thu, 21 Jun 2012 22:16:52 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5LMGqrS018222 for ; Thu, 21 Jun 2012 22:16:52 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5LMGqYH018221; Thu, 21 Jun 2012 22:16:52 GMT (envelope-from nobody) Message-Id: <201206212216.q5LMGqYH018221@red.freebsd.org> Date: Thu, 21 Jun 2012 22:16:52 GMT From: Oliver Heesakkers To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169309: [patch] graphics/imlib2 fix WWW 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: Thu, 21 Jun 2012 22:20:14 -0000 >Number: 169309 >Category: ports >Synopsis: [patch] graphics/imlib2 fix WWW >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 22:20:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Oliver Heesakkers >Release: 9.0-RELEASE-p3 amd64 >Organization: >Environment: >Description: The WWW location for graphics/imlib2 appears to have changed. >How-To-Repeat: Try and follow the link >Fix: Patch attached with submission follows: diff -ruN imlib2.orig/pkg-descr imlib2/pkg-descr --- imlib2.orig/pkg-descr 2005-12-22 06:31:19.000000000 +0100 +++ imlib2/pkg-descr 2012-06-22 00:04:33.000000000 +0200 @@ -1,3 +1,3 @@ The next generation graphic library for enlightenment package. -WWW: http://enlightenment.sourceforge.net/Libraries/Imlib2/ +WWW: http://docs.enlightenment.org/api/imlib2/html/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 22:20:24 2012 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 AFDEC1065680; Thu, 21 Jun 2012 22:20:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 830738FC15; Thu, 21 Jun 2012 22:20:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LMKO82070064; Thu, 21 Jun 2012 22:20:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LMKOn6070060; Thu, 21 Jun 2012 22:20:24 GMT (envelope-from edwin) Date: Thu, 21 Jun 2012 22:20:24 GMT Message-Id: <201206212220.q5LMKOn6070060@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169308: [patch] graphics/imlib remove WWW 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: Thu, 21 Jun 2012 22:20:24 -0000 Synopsis: [patch] graphics/imlib remove WWW Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 21 22:20:23 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169308 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 22:20:32 2012 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 976071065687; Thu, 21 Jun 2012 22:20:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6B7D88FC17; Thu, 21 Jun 2012 22:20:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LMKWd8070582; Thu, 21 Jun 2012 22:20:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LMKWSA070574; Thu, 21 Jun 2012 22:20:32 GMT (envelope-from edwin) Date: Thu, 21 Jun 2012 22:20:32 GMT Message-Id: <201206212220.q5LMKWSA070574@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bf@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169309: [patch] graphics/imlib2 fix WWW 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: Thu, 21 Jun 2012 22:20:32 -0000 Synopsis: [patch] graphics/imlib2 fix WWW Responsible-Changed-From-To: freebsd-ports-bugs->bf Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 21 22:20:31 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169309 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 23:30:02 2012 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 7AE441065674 for ; Thu, 21 Jun 2012 23:30: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 4CD148FC0C for ; Thu, 21 Jun 2012 23:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LNU2HR034810 for ; Thu, 21 Jun 2012 23:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LNU2RE034807; Thu, 21 Jun 2012 23:30:02 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 23:30:02 GMT Resent-Message-Id: <201206212330.q5LNU2RE034807@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, Brad Davis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95E96106566B for ; Thu, 21 Jun 2012 23:25:46 +0000 (UTC) (envelope-from brad@liquidneon.com) Received: from valentine.liquidneon.com (cl-396.dal-01.us.sixxs.net [IPv6:2001:1938:80:18b::2]) by mx1.freebsd.org (Postfix) with ESMTP id 752428FC15 for ; Thu, 21 Jun 2012 23:25:46 +0000 (UTC) Received: by valentine.liquidneon.com (Postfix, from userid 1001) id 23F168FF24; Thu, 21 Jun 2012 17:25:46 -0600 (MDT) Message-Id: <20120621232546.23F168FF24@valentine.liquidneon.com> Date: Thu, 21 Jun 2012 17:25:46 -0600 (MDT) From: Brad Davis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169311: [patch] Update databases/py-carbon to 0.9.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brad Davis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 23:30:02 -0000 >Number: 169311 >Category: ports >Synopsis: [patch] Update databases/py-carbon to 0.9.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 23:30:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Brad Davis >Release: FreeBSD 8.2-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD valentine.den.so14k.com 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:07:27 UTC 2011 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update databases/py-carbon to 0.9.10 >How-To-Repeat: >Fix: --- patch-py-carbon.diff begins here --- diff -ruN databases/py-carbon.ori/Makefile databases/py-carbon/Makefile --- databases/py-carbon.ori/Makefile 2012-06-21 16:00:13.850842099 -0700 +++ databases/py-carbon/Makefile 2012-06-21 16:00:38.549808314 -0700 @@ -6,7 +6,7 @@ # PORTNAME= carbon -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.10 CATEGORIES= databases python MASTER_SITES= http://launchpad.net/graphite/0.9/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN databases/py-carbon.ori/distinfo databases/py-carbon/distinfo --- databases/py-carbon.ori/distinfo 2012-06-21 16:00:13.850842099 -0700 +++ databases/py-carbon/distinfo 2012-06-21 16:01:05.654808403 -0700 @@ -1,2 +1,2 @@ -SHA256 (carbon-0.9.9.tar.gz) = b3d42e3b93c09a82646168d7439e25cfc52143d77eba8a1f8ed45e415bb3b5cb -SIZE (carbon-0.9.9.tar.gz) = 39813 +SHA256 (carbon-0.9.10.tar.gz) = 4f37e00595b5b078edb9b3f5cae318f752f4446a82623ea4da97dd7d0f6a5072 +SIZE (carbon-0.9.10.tar.gz) = 42201 diff -ruN databases/py-carbon.ori/files/patch-setup.py databases/py-carbon/files/patch-setup.py --- databases/py-carbon.ori/files/patch-setup.py 2012-06-21 16:00:13.850842099 -0700 +++ databases/py-carbon/files/patch-setup.py 2012-06-21 16:05:31.286808402 -0700 @@ -1,5 +1,5 @@ ---- setup.py.orig 2011-04-03 22:20:13.000000000 -0400 -+++ setup.py 2011-05-05 22:03:42.000000000 -0400 +--- setup.py.ori 2012-06-21 16:04:03.284808706 -0700 ++++ setup.py 2012-06-21 16:05:09.681811949 -0700 @@ -12,9 +12,9 @@ setup_kwargs = dict() @@ -10,6 +10,6 @@ +storage_dirs = [ ('/var/db/graphite/storage/whisper',[]), ('/var/db/graphite/storage/lists',[]), + ('/var/db/graphite/storage/log',[]), ('/var/db/graphite/storage/rrd',[]) ] +conf_files = [ ('/usr/local/etc/carbon', glob('conf/*.example')) ] - - setup( - name='carbon', + #XXX Need a way to have these work for bdist_rpm but be left alone for everything else + #init_scripts = [ ('/etc/init.d', ['distro/redhat/init.d/carbon-cache', + # 'distro/redhat/init.d/carbon-relay', --- patch-py-carbon.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 21 23:30:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8CAB1065672 for ; Thu, 21 Jun 2012 23:30: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 A19AD8FC16 for ; Thu, 21 Jun 2012 23:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5LNU2FJ034826 for ; Thu, 21 Jun 2012 23:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5LNU2Bh034825; Thu, 21 Jun 2012 23:30:02 GMT (envelope-from gnats) Resent-Date: Thu, 21 Jun 2012 23:30:02 GMT Resent-Message-Id: <201206212330.q5LNU2Bh034825@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, Brad Davis Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2CAC2106566C for ; Thu, 21 Jun 2012 23:27:21 +0000 (UTC) (envelope-from brad@liquidneon.com) Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.87.78.132]) by mx1.freebsd.org (Postfix) with ESMTP id 107178FC12 for ; Thu, 21 Jun 2012 23:27:21 +0000 (UTC) Received: by valentine.liquidneon.com (Postfix, from userid 1001) id 9B66E8FF16; Thu, 21 Jun 2012 17:27:20 -0600 (MDT) Message-Id: <20120621232720.9B66E8FF16@valentine.liquidneon.com> Date: Thu, 21 Jun 2012 17:27:20 -0600 (MDT) From: Brad Davis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169312: [patch] Update databases/py-whisper to 0.9.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brad Davis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 23:30:03 -0000 >Number: 169312 >Category: ports >Synopsis: [patch] Update databases/py-whisper to 0.9.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 23:30:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Brad Davis >Release: FreeBSD 8.2-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD valentine.den.so14k.com 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:07:27 UTC 2011 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update databases/py-whisper to 0.9.10 >How-To-Repeat: >Fix: --- patch-py-whisper.diff begins here --- diff -ruN databases/py-whisper.ori/Makefile databases/py-whisper/Makefile --- databases/py-whisper.ori/Makefile 2012-06-21 16:07:47.162808724 -0700 +++ databases/py-whisper/Makefile 2012-06-21 16:08:03.458183844 -0700 @@ -6,7 +6,7 @@ # PORTNAME= whisper -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.10 CATEGORIES= databases python MASTER_SITES= http://launchpad.net/graphite/0.9/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN databases/py-whisper.ori/distinfo databases/py-whisper/distinfo --- databases/py-whisper.ori/distinfo 2012-06-21 16:07:47.162808724 -0700 +++ databases/py-whisper/distinfo 2012-06-21 16:08:16.248809180 -0700 @@ -1,2 +1,2 @@ -SHA256 (whisper-0.9.9.tar.gz) = 66c05eafe8d86167909262dddc96c0bbfde199fa75524efa50c9ffbe9472078d -SIZE (whisper-0.9.9.tar.gz) = 9238 +SHA256 (whisper-0.9.10.tar.gz) = 36b5fa917526224678da0a530a6f276d00074f0aa98acd6e2412c79521f9c4ff +SIZE (whisper-0.9.10.tar.gz) = 10661 --- patch-py-whisper.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 01:00:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B7E55106566C for ; Fri, 22 Jun 2012 01:00:09 +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 73CBC8FC0A for ; Fri, 22 Jun 2012 01:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M109wA024887 for ; Fri, 22 Jun 2012 01:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M109CZ024886; Fri, 22 Jun 2012 01:00:09 GMT (envelope-from gnats) Resent-Date: Fri, 22 Jun 2012 01:00:09 GMT Resent-Message-Id: <201206220100.q5M109CZ024886@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, paulbeard@gmail.com Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 671DB106573E for ; Fri, 22 Jun 2012 00:50:41 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 36BC18FC0C for ; Fri, 22 Jun 2012 00:50:41 +0000 (UTC) Received: by dadv36 with SMTP id v36so1748060dad.13 for ; Thu, 21 Jun 2012 17:50:40 -0700 (PDT) Received: by 10.68.129.100 with SMTP id nv4mr3508630pbb.153.1340326240751; Thu, 21 Jun 2012 17:50:40 -0700 (PDT) Received: from mail.thistledew.org ([2001:470:b:839:230:1bff:feaf:42c8]) by mx.google.com with ESMTPS id oo6sm37203399pbc.22.2012.06.21.17.50.38 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 21 Jun 2012 17:50:39 -0700 (PDT) Received: by mail.thistledew.org (Postfix, from userid 0) id 36A3E11566; Thu, 21 Jun 2012 17:51:08 -0700 (PDT) Message-Id: <20120622005108.36A3E11566@mail.thistledew.org> Date: Thu, 21 Jun 2012 17:51:08 -0700 (PDT) From: paulbeard@gmail.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169314: ImageMagick fails to build: test failure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: paulbeard@gmail.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2012 01:00:11 -0000 >Number: 169314 >Category: ports >Synopsis: ImageMagick fails to build: test failure >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 22 01:00:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 8.2-RELEASE-p2 i386 >Organization: none >Environment: System: FreeBSD shuttle.paulbeard.org 8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #1: Fri Aug 26 16:45:59 PDT 2011 root@shuttle.paulbeard.org:/usr/obj/usr/src/sys/SHUTTLE i386 >Description: =========================================== 1 of 49 tests failed See ./test-suite.log Please report to http://www.imagemagick.org =========================================== *** Error code 1 Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.7-7. *** Error code 1 ========================================= ImageMagick 6.7.7: ./test-suite.log ========================================= 1 of 49 tests failed. .. contents:: :depth: 2 FAIL: tests/validate-formats-in-memory.sh (exit: 1) =================================================== validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/cmyk.c/ReadCMYKImage/232. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/cmyk.c/ReadCMYKImage/232. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/cmyk.c/ReadCMYKImage/232. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/cmyk.c/ReadCMYKImage/232. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/cmyk.c/ReadCMYKImage/232. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/cmyk.c/ReadCMYKImage/232. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/gray.c/ReadGRAYImage/207. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/gray.c/ReadGRAYImage/207. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/gray.c/ReadGRAYImage/207. validate: invalid colormap index `/var/tmp/magick-dko2C9xS' @ error/image.c/SyncImage/4447. validate: invalid colormap index `/var/tmp/magick-dko2C9xS' @ error/image.c/SyncImage/4447. validate: invalid colormap index `/var/tmp/magick-dko2C9xS' @ error/image.c/SyncImage/4447. validate: invalid colormap index `/var/tmp/magick-dko2C9xS' @ error/image.c/SyncImage/4447. validate: invalid colormap index `/var/tmp/magick-dko2C9xS' @ error/image.c/SyncImage/4447. validate: invalid colormap index `/var/tmp/magick-dko2C9xS' @ error/image.c/SyncImage/4447. Version: ImageMagick 6.7.7-7 2012-06-21 Q8 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC ImageMagick Validation Suite (FormatsInMemory) validate image formats in memory: test 0: ART/Undefined/TrueColor/8-bits... pass. test 1: ART/Undefined/TrueColorAlpha/8-bits... pass. test 2: ART/Undefined/Grayscale/8-bits... pass. test 3: ART/Undefined/GrayscaleAlpha/8-bits... pass. test 4: ART/Undefined/Palette/8-bits... pass. test 5: ART/Undefined/PaletteAlpha/8-bits... pass. test 6: ART/Undefined/PaletteBilevelAlpha/8-bits... pass. test 7: ART/Undefined/Bilevel/1-bits... pass. test 8: ART/Undefined/ColorSeparation/8-bits... pass. test 9: ART/Undefined/ColorSeparationAlpha/8-bits... pass. test 10: ART/Undefined/TrueColor/10-bits... pass. test 11: ART/Undefined/TrueColor/12-bits... pass. test 12: ART/Undefined/TrueColor/16-bits... pass. test 13: AVS/Undefined/TrueColor/8-bits... pass. test 14: AVS/Undefined/TrueColorAlpha/8-bits... pass. test 15: AVS/Undefined/Grayscale/8-bits... pass. test 16: AVS/Undefined/GrayscaleAlpha/8-bits... pass. test 17: AVS/Undefined/Palette/8-bits... pass. test 18: AVS/Undefined/PaletteAlpha/8-bits... pass. test 19: AVS/Undefined/PaletteBilevelAlpha/8-bits... pass. test 20: AVS/Undefined/Bilevel/1-bits... pass. test 21: AVS/Undefined/ColorSeparation/8-bits... pass. test 22: AVS/Undefined/ColorSeparationAlpha/8-bits... pass. test 23: AVS/Undefined/TrueColor/10-bits... pass. test 24: AVS/Undefined/TrueColor/12-bits... pass. test 25: AVS/Undefined/TrueColor/16-bits... pass. test 26: BMP/Undefined/TrueColor/8-bits... pass. test 27: BMP/Undefined/TrueColorAlpha/8-bits... pass. test 28: BMP/Undefined/Grayscale/8-bits... pass. test 29: BMP/Undefined/GrayscaleAlpha/8-bits... pass. test 30: BMP/Undefined/Palette/8-bits... pass. test 31: BMP/Undefined/PaletteAlpha/8-bits... pass. test 32: BMP/Undefined/PaletteBilevelAlpha/8-bits... pass. test 33: BMP/Undefined/Bilevel/1-bits... pass. test 34: BMP/Undefined/ColorSeparation/8-bits... pass. test 35: BMP/Undefined/ColorSeparationAlpha/8-bits... pass. test 36: BMP/Undefined/TrueColor/10-bits... pass. test 37: BMP/Undefined/TrueColor/12-bits... pass. test 38: BMP/Undefined/TrueColor/16-bits... pass. test 39: CIN/Undefined/TrueColor/8-bits... pass. test 40: CIN/Undefined/TrueColorAlpha/8-bits... pass. test 41: CIN/Undefined/Grayscale/8-bits... pass. test 42: CIN/Undefined/GrayscaleAlpha/8-bits... pass. test 43: CIN/Undefined/Palette/8-bits... pass. test 44: CIN/Undefined/PaletteAlpha/8-bits... pass. test 45: CIN/Undefined/PaletteBilevelAlpha/8-bits... pass. test 46: CIN/Undefined/Bilevel/1-bits... pass. test 47: CIN/Undefined/ColorSeparation/8-bits... pass. test 48: CIN/Undefined/ColorSeparationAlpha/8-bits... pass. test 49: CIN/Undefined/TrueColor/10-bits... pass. test 50: CIN/Undefined/TrueColor/12-bits... pass. test 51: CIN/Undefined/TrueColor/16-bits... pass. test 52: CMYK/Undefined/TrueColor/8-bits... pass. test 53: CMYK/Undefined/TrueColorAlpha/8-bits... pass. test 54: CMYK/Undefined/Grayscale/8-bits... pass. test 55: CMYK/Undefined/GrayscaleAlpha/8-bits... pass. test 56: CMYK/Undefined/Palette/8-bits... pass. test 57: CMYK/Undefined/PaletteAlpha/8-bits... pass. test 58: CMYK/Undefined/PaletteBilevelAlpha/8-bits... pass. test 59: CMYK/Undefined/Bilevel/1-bits... pass. test 60: CMYK/Undefined/ColorSeparation/8-bits... pass. test 61: CMYK/Undefined/ColorSeparationAlpha/8-bits... pass. test 62: CMYK/Undefined/TrueColor/10-bits... pass. test 63: CMYK/Undefined/TrueColor/12-bits... pass. test 64: CMYK/Undefined/TrueColor/16-bits... pass. test 65: CMYKA/Undefined/TrueColor/8-bits... pass. test 66: CMYKA/Undefined/TrueColorAlpha/8-bits... pass. test 67: CMYKA/Undefined/Grayscale/8-bits... pass. test 68: CMYKA/Undefined/GrayscaleAlpha/8-bits... pass. test 69: CMYKA/Undefined/Palette/8-bits... pass. test 70: CMYKA/Undefined/PaletteAlpha/8-bits... pass. test 71: CMYKA/Undefined/PaletteBilevelAlpha/8-bits... pass. test 72: CMYKA/Undefined/Bilevel/1-bits... pass. test 73: CMYKA/Undefined/ColorSeparation/8-bits... pass. test 74: CMYKA/Undefined/ColorSeparationAlpha/8-bits... pass. test 75: CMYKA/Undefined/TrueColor/10-bits... pass. test 76: CMYKA/Undefined/TrueColor/12-bits... pass. test 77: CMYKA/Undefined/TrueColor/16-bits... pass. test 78: DCX/Undefined/TrueColor/8-bits... pass. test 79: DCX/Undefined/TrueColorAlpha/8-bits... pass. test 80: DCX/Undefined/Grayscale/8-bits... pass. test 81: DCX/Undefined/GrayscaleAlpha/8-bits... pass. test 82: DCX/Undefined/Palette/8-bits... pass. test 83: DCX/Undefined/PaletteAlpha/8-bits... pass. test 84: DCX/Undefined/PaletteBilevelAlpha/8-bits... pass. test 85: DCX/Undefined/Bilevel/1-bits... pass. test 86: DCX/Undefined/ColorSeparation/8-bits... pass. test 87: DCX/Undefined/ColorSeparationAlpha/8-bits... pass. test 88: DCX/Undefined/TrueColor/10-bits... pass. test 89: DCX/Undefined/TrueColor/12-bits... pass. test 90: DCX/Undefined/TrueColor/16-bits... pass. test 91: DPX/Undefined/TrueColor/8-bits... pass. test 92: DPX/Undefined/TrueColorAlpha/8-bits... pass. test 93: DPX/Undefined/Grayscale/8-bits... pass. test 94: DPX/Undefined/GrayscaleAlpha/8-bits... pass. test 95: DPX/Undefined/Palette/8-bits... pass. test 96: DPX/Undefined/PaletteAlpha/8-bits... pass. test 97: DPX/Undefined/PaletteBilevelAlpha/8-bits... pass. test 98: DPX/Undefined/Bilevel/1-bits... pass. test 99: DPX/Undefined/ColorSeparation/8-bits... pass. test 100: DPX/Undefined/ColorSeparationAlpha/8-bits... pass. test 101: DPX/Undefined/TrueColor/10-bits... pass. test 102: DPX/Undefined/TrueColor/12-bits... pass. test 103: DPX/Undefined/TrueColor/16-bits... pass. test 104: GIF/Undefined/TrueColor/8-bits... pass. test 105: GIF/Undefined/TrueColorAlpha/8-bits... pass. test 106: GIF/Undefined/Grayscale/8-bits... pass. test 107: GIF/Undefined/GrayscaleAlpha/8-bits... pass. test 108: GIF/Undefined/Palette/8-bits... pass. test 109: GIF/Undefined/PaletteAlpha/8-bits... pass. test 110: GIF/Undefined/PaletteBilevelAlpha/8-bits... pass. test 111: GIF/Undefined/Bilevel/1-bits... pass. test 112: GIF/Undefined/ColorSeparation/8-bits... pass. test 113: GIF/Undefined/ColorSeparationAlpha/8-bits... pass. test 114: GIF/Undefined/TrueColor/10-bits... pass. test 115: GIF/Undefined/TrueColor/12-bits... pass. test 116: GIF/Undefined/TrueColor/16-bits... pass. test 117: GIF87/Undefined/TrueColor/8-bits... pass. test 118: GIF87/Undefined/TrueColorAlpha/8-bits... pass. test 119: GIF87/Undefined/Grayscale/8-bits... pass. test 120: GIF87/Undefined/GrayscaleAlpha/8-bits... pass. test 121: GIF87/Undefined/Palette/8-bits... pass. test 122: GIF87/Undefined/PaletteAlpha/8-bits... pass. test 123: GIF87/Undefined/PaletteBilevelAlpha/8-bits... pass. test 124: GIF87/Undefined/Bilevel/1-bits... pass. test 125: GIF87/Undefined/ColorSeparation/8-bits... pass. test 126: GIF87/Undefined/ColorSeparationAlpha/8-bits... pass. test 127: GIF87/Undefined/TrueColor/10-bits... pass. test 128: GIF87/Undefined/TrueColor/12-bits... pass. test 129: GIF87/Undefined/TrueColor/16-bits... pass. test 130: GRAY/Undefined/TrueColor/8-bits... pass. test 131: GRAY/Undefined/TrueColorAlpha/8-bits... pass. test 132: GRAY/Undefined/Grayscale/8-bits... pass. test 133: GRAY/Undefined/GrayscaleAlpha/8-bits... pass. test 134: GRAY/Undefined/Palette/8-bits... pass. test 135: GRAY/Undefined/PaletteAlpha/8-bits... pass. test 136: GRAY/Undefined/PaletteBilevelAlpha/8-bits... pass. test 137: GRAY/Undefined/Bilevel/1-bits... pass. test 138: GRAY/Undefined/ColorSeparation/8-bits... pass. test 139: GRAY/Undefined/ColorSeparationAlpha/8-bits... pass. test 140: GRAY/Undefined/TrueColor/10-bits... pass. test 141: GRAY/Undefined/TrueColor/12-bits... pass. test 142: GRAY/Undefined/TrueColor/16-bits... pass. test 143: HRZ/Undefined/TrueColor/8-bits... pass. test 144: HRZ/Undefined/TrueColorAlpha/8-bits... pass. test 145: HRZ/Undefined/Grayscale/8-bits... pass. test 146: HRZ/Undefined/GrayscaleAlpha/8-bits... pass. test 147: HRZ/Undefined/Palette/8-bits... pass. test 148: HRZ/Undefined/PaletteAlpha/8-bits... pass. test 149: HRZ/Undefined/PaletteBilevelAlpha/8-bits... pass. test 150: HRZ/Undefined/Bilevel/1-bits... pass. test 151: HRZ/Undefined/ColorSeparation/8-bits... pass. test 152: HRZ/Undefined/ColorSeparationAlpha/8-bits... pass. test 153: HRZ/Undefined/TrueColor/10-bits... pass. test 154: HRZ/Undefined/TrueColor/12-bits... pass. test 155: HRZ/Undefined/TrueColor/16-bits... pass. test 156: ICB/Undefined/TrueColor/8-bits... pass. test 157: ICB/Undefined/TrueColorAlpha/8-bits... pass. test 158: ICB/Undefined/Grayscale/8-bits... pass. test 159: ICB/Undefined/GrayscaleAlpha/8-bits... pass. test 160: ICB/Undefined/Palette/8-bits... pass. test 161: ICB/Undefined/PaletteAlpha/8-bits... pass. test 162: ICB/Undefined/PaletteBilevelAlpha/8-bits... pass. test 163: ICB/Undefined/Bilevel/1-bits... pass. test 164: ICB/Undefined/ColorSeparation/8-bits... pass. test 165: ICB/Undefined/ColorSeparationAlpha/8-bits... pass. test 166: ICB/Undefined/TrueColor/10-bits... pass. test 167: ICB/Undefined/TrueColor/12-bits... pass. test 168: ICB/Undefined/TrueColor/16-bits... pass. test 169: ICO/Undefined/TrueColor/8-bits... pass. test 170: ICO/Undefined/TrueColorAlpha/8-bits... pass. test 171: ICO/Undefined/Grayscale/8-bits... pass. test 172: ICO/Undefined/GrayscaleAlpha/8-bits... pass. test 173: ICO/Undefined/Palette/8-bits... pass. test 174: ICO/Undefined/PaletteAlpha/8-bits... pass. test 175: ICO/Undefined/PaletteBilevelAlpha/8-bits... pass. test 176: ICO/Undefined/Bilevel/1-bits... pass. test 177: ICO/Undefined/ColorSeparation/8-bits... pass. test 178: ICO/Undefined/ColorSeparationAlpha/8-bits... pass. test 179: ICO/Undefined/TrueColor/10-bits... pass. test 180: ICO/Undefined/TrueColor/12-bits... pass. test 181: ICO/Undefined/TrueColor/16-bits... pass. test 182: ICON/Undefined/TrueColor/8-bits... pass. test 183: ICON/Undefined/TrueColorAlpha/8-bits... pass. test 184: ICON/Undefined/Grayscale/8-bits... pass. test 185: ICON/Undefined/GrayscaleAlpha/8-bits... pass. test 186: ICON/Undefined/Palette/8-bits... pass. test 187: ICON/Undefined/PaletteAlpha/8-bits... pass. test 188: ICON/Undefined/PaletteBilevelAlpha/8-bits... pass. test 189: ICON/Undefined/Bilevel/1-bits... pass. test 190: ICON/Undefined/ColorSeparation/8-bits... pass. test 191: ICON/Undefined/ColorSeparationAlpha/8-bits... pass. test 192: ICON/Undefined/TrueColor/10-bits... pass. test 193: ICON/Undefined/TrueColor/12-bits... pass. test 194: ICON/Undefined/TrueColor/16-bits... pass. test 195: JBG/Undefined/TrueColor/8-bits... pass. test 196: JBG/Undefined/TrueColorAlpha/8-bits... pass. test 197: JBG/Undefined/Grayscale/8-bits... pass. test 198: JBG/Undefined/GrayscaleAlpha/8-bits... pass. test 199: JBG/Undefined/Palette/8-bits... pass. test 200: JBG/Undefined/PaletteAlpha/8-bits... pass. test 201: JBG/Undefined/PaletteBilevelAlpha/8-bits... pass. test 202: JBG/Undefined/Bilevel/1-bits... pass. test 203: JBG/Undefined/ColorSeparation/8-bits... pass. test 204: JBG/Undefined/ColorSeparationAlpha/8-bits... pass. test 205: JBG/Undefined/TrueColor/10-bits... pass. test 206: JBG/Undefined/TrueColor/12-bits... pass. test 207: JBG/Undefined/TrueColor/16-bits... pass. test 208: JNG/Undefined/TrueColor/8-bits... pass. test 209: JNG/Undefined/TrueColorAlpha/8-bits... pass. test 210: JNG/Undefined/Grayscale/8-bits... pass. test 211: JNG/Undefined/GrayscaleAlpha/8-bits... pass. test 212: JNG/Undefined/Palette/8-bits... pass. test 213: JNG/Undefined/PaletteAlpha/8-bits... pass. test 214: JNG/Undefined/PaletteBilevelAlpha/8-bits... pass. test 215: JNG/Undefined/Bilevel/1-bits... pass. test 216: JNG/Undefined/ColorSeparation/8-bits... pass. test 217: JNG/Undefined/ColorSeparationAlpha/8-bits... pass. test 218: JNG/Undefined/TrueColor/10-bits... pass. test 219: JNG/Undefined/TrueColor/12-bits... pass. test 220: JNG/Undefined/TrueColor/16-bits... pass. test 221: JP2/Undefined/TrueColor/8-bits... pass. test 222: JP2/Undefined/TrueColorAlpha/8-bits... pass. test 223: JP2/Undefined/Grayscale/8-bits... pass. test 224: JP2/Undefined/GrayscaleAlpha/8-bits... pass. test 225: JP2/Undefined/Palette/8-bits... pass. test 226: JP2/Undefined/PaletteAlpha/8-bits... pass. test 227: JP2/Undefined/PaletteBilevelAlpha/8-bits... pass. test 228: JP2/Undefined/Bilevel/1-bits... pass. test 229: JP2/Undefined/ColorSeparation/8-bits... pass. test 230: JP2/Undefined/ColorSeparationAlpha/8-bits... pass. test 231: JP2/Undefined/TrueColor/10-bits... pass. test 232: JP2/Undefined/TrueColor/12-bits... pass. test 233: JP2/Undefined/TrueColor/16-bits... pass. test 234: JPC/Undefined/TrueColor/8-bits... pass. test 235: JPC/Undefined/TrueColorAlpha/8-bits... pass. test 236: JPC/Undefined/Grayscale/8-bits... pass. test 237: JPC/Undefined/GrayscaleAlpha/8-bits... pass. test 238: JPC/Undefined/Palette/8-bits... pass. test 239: JPC/Undefined/PaletteAlpha/8-bits... pass. test 240: JPC/Undefined/PaletteBilevelAlpha/8-bits... pass. test 241: JPC/Undefined/Bilevel/1-bits... pass. test 242: JPC/Undefined/ColorSeparation/8-bits... pass. test 243: JPC/Undefined/ColorSeparationAlpha/8-bits... pass. test 244: JPC/Undefined/TrueColor/10-bits... pass. test 245: JPC/Undefined/TrueColor/12-bits... pass. test 246: JPC/Undefined/TrueColor/16-bits... pass. test 247: JPEG/Undefined/TrueColor/8-bits... pass. test 248: JPEG/Undefined/TrueColorAlpha/8-bits... pass. test 249: JPEG/Undefined/Grayscale/8-bits... pass. test 250: JPEG/Undefined/GrayscaleAlpha/8-bits... pass. test 251: JPEG/Undefined/Palette/8-bits... pass. test 252: JPEG/Undefined/PaletteAlpha/8-bits... pass. test 253: JPEG/Undefined/PaletteBilevelAlpha/8-bits... pass. test 254: JPEG/Undefined/Bilevel/1-bits... pass. test 255: JPEG/Undefined/ColorSeparation/8-bits... pass. test 256: JPEG/Undefined/ColorSeparationAlpha/8-bits... pass. test 257: JPEG/Undefined/TrueColor/10-bits... pass. test 258: JPEG/Undefined/TrueColor/12-bits... pass. test 259: JPEG/Undefined/TrueColor/16-bits... pass. test 260: JPG/Undefined/TrueColor/8-bits... pass. test 261: JPG/Undefined/TrueColorAlpha/8-bits... pass. test 262: JPG/Undefined/Grayscale/8-bits... pass. test 263: JPG/Undefined/GrayscaleAlpha/8-bits... pass. test 264: JPG/Undefined/Palette/8-bits... pass. test 265: JPG/Undefined/PaletteAlpha/8-bits... pass. test 266: JPG/Undefined/PaletteBilevelAlpha/8-bits... pass. test 267: JPG/Undefined/Bilevel/1-bits... pass. test 268: JPG/Undefined/ColorSeparation/8-bits... pass. test 269: JPG/Undefined/ColorSeparationAlpha/8-bits... pass. test 270: JPG/Undefined/TrueColor/10-bits... pass. test 271: JPG/Undefined/TrueColor/12-bits... pass. test 272: JPG/Undefined/TrueColor/16-bits... pass. test 273: MIFF/Undefined/TrueColor/8-bits... pass. test 274: MIFF/Undefined/TrueColorAlpha/8-bits... pass. test 275: MIFF/Undefined/Grayscale/8-bits... pass. test 276: MIFF/Undefined/GrayscaleAlpha/8-bits... pass. test 277: MIFF/Undefined/Palette/8-bits... pass. test 278: MIFF/Undefined/PaletteAlpha/8-bits... pass. test 279: MIFF/Undefined/PaletteBilevelAlpha/8-bits... pass. test 280: MIFF/Undefined/Bilevel/1-bits... pass. test 281: MIFF/Undefined/ColorSeparation/8-bits... pass. test 282: MIFF/Undefined/ColorSeparationAlpha/8-bits... pass. test 283: MIFF/Undefined/TrueColor/10-bits... pass. test 284: MIFF/Undefined/TrueColor/12-bits... pass. test 285: MIFF/Undefined/TrueColor/16-bits... pass. test 286: MNG/Undefined/TrueColor/8-bits... pass. test 287: MNG/Undefined/TrueColorAlpha/8-bits... pass. test 288: MNG/Undefined/Grayscale/8-bits... pass. test 289: MNG/Undefined/GrayscaleAlpha/8-bits... pass. test 290: MNG/Undefined/Palette/8-bits... pass. test 291: MNG/Undefined/PaletteAlpha/8-bits... pass. test 292: MNG/Undefined/PaletteBilevelAlpha/8-bits... pass. test 293: MNG/Undefined/Bilevel/1-bits... pass. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/rgb.c/ReadRGBImage/231. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/rgb.c/ReadRGBImage/231. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/rgb.c/ReadRGBImage/231. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/rgb.c/ReadRGBImage/231. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/rgb.c/ReadRGBImage/231. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/rgb.c/ReadRGBImage/231. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/rgb.c/ReadRGBImage/231. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/rgb.c/ReadRGBImage/231. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/rgb.c/ReadRGBImage/231. test 294: MNG/Undefined/ColorSeparation/8-bits... pass. test 295: MNG/Undefined/ColorSeparationAlpha/8-bits... pass. test 296: MNG/Undefined/TrueColor/10-bits... pass. test 297: MNG/Undefined/TrueColor/12-bits... pass. test 298: MNG/Undefined/TrueColor/16-bits... pass. test 299: MONO/Undefined/TrueColor/8-bits... pass. test 300: MONO/Undefined/TrueColorAlpha/8-bits... pass. test 301: MONO/Undefined/Grayscale/8-bits... pass. test 302: MONO/Undefined/GrayscaleAlpha/8-bits... pass. test 303: MONO/Undefined/Palette/8-bits... pass. test 304: MONO/Undefined/PaletteAlpha/8-bits... pass. test 305: MONO/Undefined/PaletteBilevelAlpha/8-bits... pass. test 306: MONO/Undefined/Bilevel/1-bits... pass. test 307: MONO/Undefined/ColorSeparation/8-bits... pass. test 308: MONO/Undefined/ColorSeparationAlpha/8-bits... pass. test 309: MONO/Undefined/TrueColor/10-bits... pass. test 310: MONO/Undefined/TrueColor/12-bits... pass. test 311: MONO/Undefined/TrueColor/16-bits... pass. test 312: MTV/Undefined/TrueColor/8-bits... pass. test 313: MTV/Undefined/TrueColorAlpha/8-bits... pass. test 314: MTV/Undefined/Grayscale/8-bits... pass. test 315: MTV/Undefined/GrayscaleAlpha/8-bits... pass. test 316: MTV/Undefined/Palette/8-bits... pass. test 317: MTV/Undefined/PaletteAlpha/8-bits... pass. test 318: MTV/Undefined/PaletteBilevelAlpha/8-bits... pass. test 319: MTV/Undefined/Bilevel/1-bits... pass. test 320: MTV/Undefined/ColorSeparation/8-bits... pass. test 321: MTV/Undefined/ColorSeparationAlpha/8-bits... pass. test 322: MTV/Undefined/TrueColor/10-bits... pass. test 323: MTV/Undefined/TrueColor/12-bits... pass. test 324: MTV/Undefined/TrueColor/16-bits... pass. test 325: OTB/Undefined/TrueColor/8-bits... pass. test 326: OTB/Undefined/TrueColorAlpha/8-bits... pass. test 327: OTB/Undefined/Grayscale/8-bits... pass. test 328: OTB/Undefined/GrayscaleAlpha/8-bits... pass. test 329: OTB/Undefined/Palette/8-bits... pass. test 330: OTB/Undefined/PaletteAlpha/8-bits... pass. test 331: OTB/Undefined/PaletteBilevelAlpha/8-bits... pass. test 332: OTB/Undefined/Bilevel/1-bits... pass. test 333: OTB/Undefined/ColorSeparation/8-bits... pass. test 334: OTB/Undefined/ColorSeparationAlpha/8-bits... pass. test 335: OTB/Undefined/TrueColor/10-bits... pass. test 336: OTB/Undefined/TrueColor/12-bits... pass. test 337: OTB/Undefined/TrueColor/16-bits... pass. test 338: PAL/Undefined/TrueColor/8-bits... pass. test 339: PAL/Undefined/TrueColorAlpha/8-bits... pass. test 340: PAL/Undefined/Grayscale/8-bits... pass. test 341: PAL/Undefined/GrayscaleAlpha/8-bits... pass. test 342: PAL/Undefined/Palette/8-bits... pass. test 343: PAL/Undefined/PaletteAlpha/8-bits... pass. test 344: PAL/Undefined/PaletteBilevelAlpha/8-bits... pass. test 345: PAL/Undefined/Bilevel/1-bits... pass. test 346: PAL/Undefined/ColorSeparation/8-bits... pass. test 347: PAL/Undefined/ColorSeparationAlpha/8-bits... pass. test 348: PAL/Undefined/TrueColor/10-bits... pass. test 349: PAL/Undefined/TrueColor/12-bits... pass. test 350: PAL/Undefined/TrueColor/16-bits... pass. test 351: PAM/Undefined/TrueColor/8-bits... pass. test 352: PAM/Undefined/TrueColorAlpha/8-bits... pass. test 353: PAM/Undefined/Grayscale/8-bits... pass. test 354: PAM/Undefined/GrayscaleAlpha/8-bits... pass. test 355: PAM/Undefined/Palette/8-bits... pass. test 356: PAM/Undefined/PaletteAlpha/8-bits... pass. test 357: PAM/Undefined/PaletteBilevelAlpha/8-bits... pass. test 358: PAM/Undefined/Bilevel/1-bits... pass. test 359: PAM/Undefined/ColorSeparation/8-bits... pass. test 360: PAM/Undefined/ColorSeparationAlpha/8-bits... pass. test 361: PAM/Undefined/TrueColor/10-bits... pass. test 362: PAM/Undefined/TrueColor/12-bits... pass. test 363: PAM/Undefined/TrueColor/16-bits... pass. test 364: PBM/Undefined/TrueColor/8-bits... pass. test 365: PBM/Undefined/TrueColorAlpha/8-bits... pass. test 366: PBM/Undefined/Grayscale/8-bits... pass. test 367: PBM/Undefined/GrayscaleAlpha/8-bits... pass. test 368: PBM/Undefined/Palette/8-bits... pass. test 369: PBM/Undefined/PaletteAlpha/8-bits... pass. test 370: PBM/Undefined/PaletteBilevelAlpha/8-bits... pass. test 371: PBM/Undefined/Bilevel/1-bits... pass. test 372: PBM/Undefined/ColorSeparation/8-bits... pass. test 373: PBM/Undefined/ColorSeparationAlpha/8-bits... pass. test 374: PBM/Undefined/TrueColor/10-bits... pass. test 375: PBM/Undefined/TrueColor/12-bits... pass. test 376: PBM/Undefined/TrueColor/16-bits... pass. test 377: PCT/Undefined/TrueColor/8-bits... pass. test 378: PCT/Undefined/TrueColorAlpha/8-bits... pass. test 379: PCT/Undefined/Grayscale/8-bits... pass. test 380: PCT/Undefined/GrayscaleAlpha/8-bits... pass. test 381: PCT/Undefined/Palette/8-bits... pass. test 382: PCT/Undefined/PaletteAlpha/8-bits... fail (with distortion 1.82274e+65). test 383: PCT/Undefined/PaletteBilevelAlpha/8-bits... fail (with distortion 1.54519e+45). test 384: PCT/Undefined/Bilevel/1-bits... pass. test 385: PCT/Undefined/ColorSeparation/8-bits... pass. test 386: PCT/Undefined/ColorSeparationAlpha/8-bits... pass. test 387: PCT/Undefined/TrueColor/10-bits... pass. test 388: PCT/Undefined/TrueColor/12-bits... pass. test 389: PCT/Undefined/TrueColor/16-bits... pass. test 390: PCX/Undefined/TrueColor/8-bits... pass. test 391: PCX/Undefined/TrueColorAlpha/8-bits... pass. test 392: PCX/Undefined/Grayscale/8-bits... pass. test 393: PCX/Undefined/GrayscaleAlpha/8-bits... pass. test 394: PCX/Undefined/Palette/8-bits... pass. test 395: PCX/Undefined/PaletteAlpha/8-bits... pass. test 396: PCX/Undefined/PaletteBilevelAlpha/8-bits... pass. test 397: PCX/Undefined/Bilevel/1-bits... pass. test 398: PCX/Undefined/ColorSeparation/8-bits... pass. test 399: PCX/Undefined/ColorSeparationAlpha/8-bits... pass. test 400: PCX/Undefined/TrueColor/10-bits... pass. test 401: PCX/Undefined/TrueColor/12-bits... pass. test 402: PCX/Undefined/TrueColor/16-bits... pass. test 403: PFM/Undefined/TrueColor/8-bits... pass. test 404: PFM/Undefined/TrueColorAlpha/8-bits... pass. test 405: PFM/Undefined/Grayscale/8-bits... pass. test 406: PFM/Undefined/GrayscaleAlpha/8-bits... pass. test 407: PFM/Undefined/Palette/8-bits... pass. test 408: PFM/Undefined/PaletteAlpha/8-bits... pass. test 409: PFM/Undefined/PaletteBilevelAlpha/8-bits... pass. test 410: PFM/Undefined/Bilevel/1-bits... pass. test 411: PFM/Undefined/ColorSeparation/8-bits... pass. test 412: PFM/Undefined/ColorSeparationAlpha/8-bits... pass. test 413: PFM/Undefined/TrueColor/10-bits... pass. test 414: PFM/Undefined/TrueColor/12-bits... pass. test 415: PFM/Undefined/TrueColor/16-bits... pass. test 416: PGM/Undefined/TrueColor/8-bits... pass. test 417: PGM/Undefined/TrueColorAlpha/8-bits... pass. test 418: PGM/Undefined/Grayscale/8-bits... pass. test 419: PGM/Undefined/GrayscaleAlpha/8-bits... pass. test 420: PGM/Undefined/Palette/8-bits... pass. test 421: PGM/Undefined/PaletteAlpha/8-bits... pass. test 422: PGM/Undefined/PaletteBilevelAlpha/8-bits... pass. test 423: PGM/Undefined/Bilevel/1-bits... pass. test 424: PGM/Undefined/ColorSeparation/8-bits... pass. test 425: PGM/Undefined/ColorSeparationAlpha/8-bits... pass. test 426: PGM/Undefined/TrueColor/10-bits... pass. test 427: PGM/Undefined/TrueColor/12-bits... pass. test 428: PGM/Undefined/TrueColor/16-bits... pass. test 429: PJPEG/Undefined/TrueColor/8-bits... pass. test 430: PJPEG/Undefined/TrueColorAlpha/8-bits... pass. test 431: PJPEG/Undefined/Grayscale/8-bits... pass. test 432: PJPEG/Undefined/GrayscaleAlpha/8-bits... pass. test 433: PJPEG/Undefined/Palette/8-bits... pass. test 434: PJPEG/Undefined/PaletteAlpha/8-bits... pass. test 435: PJPEG/Undefined/PaletteBilevelAlpha/8-bits... pass. test 436: PJPEG/Undefined/Bilevel/1-bits... pass. test 437: PJPEG/Undefined/ColorSeparation/8-bits... pass. test 438: PJPEG/Undefined/ColorSeparationAlpha/8-bits... pass. test 439: PJPEG/Undefined/TrueColor/10-bits... pass. test 440: PJPEG/Undefined/TrueColor/12-bits... pass. test 441: PJPEG/Undefined/TrueColor/16-bits... pass. test 442: PNG/Undefined/TrueColor/8-bits... pass. test 443: PNG/Undefined/TrueColorAlpha/8-bits... pass. test 444: PNG/Undefined/Grayscale/8-bits... pass. test 445: PNG/Undefined/GrayscaleAlpha/8-bits... pass. test 446: PNG/Undefined/Palette/8-bits... pass. test 447: PNG/Undefined/PaletteAlpha/8-bits... pass. test 448: PNG/Undefined/PaletteBilevelAlpha/8-bits... pass. test 449: PNG/Undefined/Bilevel/1-bits... pass. test 450: PNG/Undefined/ColorSeparation/8-bits... pass. test 451: PNG/Undefined/ColorSeparationAlpha/8-bits... pass. test 452: PNG/Undefined/TrueColor/10-bits... pass. test 453: PNG/Undefined/TrueColor/12-bits... pass. test 454: PNG/Undefined/TrueColor/16-bits... pass. test 455: PNG24/Undefined/TrueColor/8-bits... pass. test 456: PNG24/Undefined/TrueColorAlpha/8-bits... pass. test 457: PNG24/Undefined/Grayscale/8-bits... pass. test 458: PNG24/Undefined/GrayscaleAlpha/8-bits... pass. test 459: PNG24/Undefined/Palette/8-bits... pass. test 460: PNG24/Undefined/PaletteAlpha/8-bits... pass. test 461: PNG24/Undefined/PaletteBilevelAlpha/8-bits... pass. test 462: PNG24/Undefined/Bilevel/1-bits... pass. test 463: PNG24/Undefined/ColorSeparation/8-bits... pass. test 464: PNG24/Undefined/ColorSeparationAlpha/8-bits... pass. test 465: PNG24/Undefined/TrueColor/10-bits... pass. test 466: PNG24/Undefined/TrueColor/12-bits... pass. test 467: PNG24/Undefined/TrueColor/16-bits... pass. test 468: PNG32/Undefined/TrueColor/8-bits... pass. test 469: PNG32/Undefined/TrueColorAlpha/8-bits... pass. test 470: PNG32/Undefined/Grayscale/8-bits... pass. test 471: PNG32/Undefined/GrayscaleAlpha/8-bits... pass. test 472: PNG32/Undefined/Palette/8-bits... pass. test 473: PNG32/Undefined/PaletteAlpha/8-bits... pass. test 474: PNG32/Undefined/PaletteBilevelAlpha/8-bits... pass. test 475: PNG32/Undefined/Bilevel/1-bits... pass. test 476: PNG32/Undefined/ColorSeparation/8-bits... pass. test 477: PNG32/Undefined/ColorSeparationAlpha/8-bits... pass. test 478: PNG32/Undefined/TrueColor/10-bits... pass. test 479: PNG32/Undefined/TrueColor/12-bits... pass. test 480: PNG32/Undefined/TrueColor/16-bits... pass. test 481: PNM/Undefined/TrueColor/8-bits... pass. test 482: PNM/Undefined/TrueColorAlpha/8-bits... pass. test 483: PNM/Undefined/Grayscale/8-bits... pass. test 484: PNM/Undefined/GrayscaleAlpha/8-bits... pass. test 485: PNM/Undefined/Palette/8-bits... pass. test 486: PNM/Undefined/PaletteAlpha/8-bits... pass. test 487: PNM/Undefined/PaletteBilevelAlpha/8-bits... pass. test 488: PNM/Undefined/Bilevel/1-bits... pass. test 489: PNM/Undefined/ColorSeparation/8-bits... pass. test 490: PNM/Undefined/ColorSeparationAlpha/8-bits... pass. test 491: PNM/Undefined/TrueColor/10-bits... pass. test 492: PNM/Undefined/TrueColor/12-bits... pass. test 493: PNM/Undefined/TrueColor/16-bits... pass. test 494: PPM/Undefined/TrueColor/8-bits... pass. test 495: PPM/Undefined/TrueColorAlpha/8-bits... pass. test 496: PPM/Undefined/Grayscale/8-bits... pass. test 497: PPM/Undefined/GrayscaleAlpha/8-bits... pass. test 498: PPM/Undefined/Palette/8-bits... pass. test 499: PPM/Undefined/PaletteAlpha/8-bits... pass. test 500: PPM/Undefined/PaletteBilevelAlpha/8-bits... pass. test 501: PPM/Undefined/Bilevel/1-bits... pass. test 502: PPM/Undefined/ColorSeparation/8-bits... pass. test 503: PPM/Undefined/ColorSeparationAlpha/8-bits... pass. test 504: PPM/Undefined/TrueColor/10-bits... pass. test 505: PPM/Undefined/TrueColor/12-bits... pass. test 506: PPM/Undefined/TrueColor/16-bits... pass. test 507: PTIF/Undefined/TrueColor/8-bits... pass. test 508: PTIF/Undefined/TrueColorAlpha/8-bits... pass. test 509: PTIF/Undefined/Grayscale/8-bits... pass. test 510: PTIF/Undefined/GrayscaleAlpha/8-bits... pass. test 511: PTIF/Undefined/Palette/8-bits... pass. test 512: PTIF/Undefined/PaletteAlpha/8-bits... pass. test 513: PTIF/Undefined/PaletteBilevelAlpha/8-bits... pass. test 514: PTIF/Undefined/Bilevel/1-bits... pass. test 515: PTIF/Undefined/ColorSeparation/8-bits... pass. test 516: PTIF/Undefined/ColorSeparationAlpha/8-bits... pass. test 517: PTIF/Undefined/TrueColor/10-bits... pass. test 518: PTIF/Undefined/TrueColor/12-bits... pass. test 519: PTIF/Undefined/TrueColor/16-bits... pass. test 520: RAS/Undefined/TrueColor/8-bits... pass. test 521: RAS/Undefined/TrueColorAlpha/8-bits... pass. test 522: RAS/Undefined/Grayscale/8-bits... pass. test 523: RAS/Undefined/GrayscaleAlpha/8-bits... pass. test 524: RAS/Undefined/Palette/8-bits... pass. test 525: RAS/Undefined/PaletteAlpha/8-bits... pass. test 526: RAS/Undefined/PaletteBilevelAlpha/8-bits... pass. test 527: RAS/Undefined/Bilevel/1-bits... pass. test 528: RAS/Undefined/ColorSeparation/8-bits... pass. test 529: RAS/Undefined/ColorSeparationAlpha/8-bits... pass. test 530: RAS/Undefined/TrueColor/10-bits... pass. test 531: RAS/Undefined/TrueColor/12-bits... pass. test 532: RAS/Undefined/TrueColor/16-bits... pass. test 533: RGB/Undefined/TrueColor/8-bits... pass. test 534: RGB/Undefined/TrueColorAlpha/8-bits... pass. test 535: RGB/Undefined/Grayscale/8-bits... pass. test 536: RGB/Undefined/GrayscaleAlpha/8-bits... pass. test 537: RGB/Undefined/Palette/8-bits... pass. test 538: RGB/Undefined/PaletteAlpha/8-bits... pass. test 539: RGB/Undefined/PaletteBilevelAlpha/8-bits... pass. test 540: RGB/Undefined/Bilevel/1-bits... pass. test 541: RGB/Undefined/ColorSeparation/8-bits... pass. test 542: RGB/Undefined/ColorSeparationAlpha/8-bits... pass. test 543: RGB/Undefined/TrueColor/10-bits... pass. test 544: RGB/Undefined/TrueColor/12-bits... pass. test 545: RGB/Undefined/TrueColor/16-bits... pass. test 546: RGBA/Undefined/TrueColor/8-bits... pass. test 547: RGBA/Undefined/TrueColorAlpha/8-bits... pass. test 548: RGBA/Undefined/Grayscale/8-bits... pass. test 549: RGBA/Undefined/GrayscaleAlpha/8-bits... pass. test 550: RGBA/Undefined/Palette/8-bits... pass. test 551: RGBA/Undefined/PaletteAlpha/8-bits... pass. test 552: RGBA/Undefined/PaletteBilevelAlpha/8-bits... pass. test 553: RGBA/Undefined/Bilevel/1-bits... pass. test 554: RGBA/Undefined/ColorSeparation/8-bits... pass. test 555: RGBA/Undefined/ColorSeparationAlpha/8-bits... pass. test 556: RGBA/Undefined/TrueColor/10-bits... pass. test 557: RGBA/Undefined/TrueColor/12-bits... pass. test 558: RGBA/Undefined/TrueColor/16-bits... pass. test 559: RGBO/Undefined/TrueColor/8-bits... pass. test 560: RGBO/Undefined/TrueColorAlpha/8-bits... pass. test 561: RGBO/Undefined/Grayscale/8-bits... pass. test 562: RGBO/Undefined/GrayscaleAlpha/8-bits... pass. test 563: RGBO/Undefined/Palette/8-bits... pass. test 564: RGBO/Undefined/PaletteAlpha/8-bits... pass. test 565: RGBO/Undefined/PaletteBilevelAlpha/8-bits... pass. test 566: RGBO/Undefined/Bilevel/1-bits... pass. test 567: RGBO/Undefined/ColorSeparation/8-bits... pass. test 568: RGBO/Undefined/ColorSeparationAlpha/8-bits... pass. test 569: RGBO/Undefined/TrueColor/10-bits... pass. test 570: RGBO/Undefined/TrueColor/12-bits... pass. test 571: RGBO/Undefined/TrueColor/16-bits... pass. test 572: SGI/Undefined/TrueColor/8-bits... pass. test 573: SGI/Undefined/TrueColorAlpha/8-bits... pass. test 574: SGI/Undefined/Grayscale/8-bits... pass. test 575: SGI/Undefined/GrayscaleAlpha/8-bits... pass. test 576: SGI/Undefined/Palette/8-bits... pass. test 577: SGI/Undefined/PaletteAlpha/8-bits... pass. test 578: SGI/Undefined/PaletteBilevelAlpha/8-bits... pass. test 579: SGI/Undefined/Bilevel/1-bits... pass. test 580: SGI/Undefined/ColorSeparation/8-bits... pass. test 581: SGI/Undefined/ColorSeparationAlpha/8-bits... pass. test 582: SGI/Undefined/TrueColor/10-bits... pass. test 583: SGI/Undefined/TrueColor/12-bits... pass. test 584: SGI/Undefined/TrueColor/16-bits... pass. test 585: SUN/Undefined/TrueColor/8-bits... pass. test 586: SUN/Undefined/TrueColorAlpha/8-bits... pass. test 587: SUN/Undefined/Grayscale/8-bits... pass. test 588: SUN/Undefinevalidate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/yuv.c/ReadYUVImage/428. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/yuv.c/ReadYUVImage/428. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/yuv.c/ReadYUVImage/428. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/ycbcr.c/ReadYCBCRImage/224. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/ycbcr.c/ReadYCBCRImage/224. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/ycbcr.c/ReadYCBCRImage/224. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/ycbcr.c/ReadYCBCRImage/224. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/ycbcr.c/ReadYCBCRImage/224. validate: unexpected end-of-file `/var/tmp/magick-dko2C9xS': No such file or directory @ error/ycbcr.c/ReadYCBCRImage/224. d/GrayscaleAlpha/8-bits... pass. test 589: SUN/Undefined/Palette/8-bits... pass. test 590: SUN/Undefined/PaletteAlpha/8-bits... pass. test 591: SUN/Undefined/PaletteBilevelAlpha/8-bits... pass. test 592: SUN/Undefined/Bilevel/1-bits... pass. test 593: SUN/Undefined/ColorSeparation/8-bits... pass. test 594: SUN/Undefined/ColorSeparationAlpha/8-bits... pass. test 595: SUN/Undefined/TrueColor/10-bits... pass. test 596: SUN/Undefined/TrueColor/12-bits... pass. test 597: SUN/Undefined/TrueColor/16-bits... pass. test 598: TGA/Undefined/TrueColor/8-bits... pass. test 599: TGA/Undefined/TrueColorAlpha/8-bits... pass. test 600: TGA/Undefined/Grayscale/8-bits... pass. test 601: TGA/Undefined/GrayscaleAlpha/8-bits... pass. test 602: TGA/Undefined/Palette/8-bits... pass. test 603: TGA/Undefined/PaletteAlpha/8-bits... pass. test 604: TGA/Undefined/PaletteBilevelAlpha/8-bits... pass. test 605: TGA/Undefined/Bilevel/1-bits... pass. test 606: TGA/Undefined/ColorSeparation/8-bits... pass. test 607: TGA/Undefined/ColorSeparationAlpha/8-bits... pass. test 608: TGA/Undefined/TrueColor/10-bits... pass. test 609: TGA/Undefined/TrueColor/12-bits... pass. test 610: TGA/Undefined/TrueColor/16-bits... pass. test 611: TIFF/Undefined/TrueColor/8-bits... pass. test 612: TIFF/Undefined/TrueColorAlpha/8-bits... pass. test 613: TIFF/Undefined/Grayscale/8-bits... pass. test 614: TIFF/Undefined/GrayscaleAlpha/8-bits... pass. test 615: TIFF/Undefined/Palette/8-bits... pass. test 616: TIFF/Undefined/PaletteAlpha/8-bits... pass. test 617: TIFF/Undefined/PaletteBilevelAlpha/8-bits... pass. test 618: TIFF/Undefined/Bilevel/1-bits... pass. test 619: TIFF/Undefined/ColorSeparation/8-bits... pass. test 620: TIFF/Undefined/ColorSeparationAlpha/8-bits... pass. test 621: TIFF/Undefined/TrueColor/10-bits... pass. test 622: TIFF/Undefined/TrueColor/12-bits... pass. test 623: TIFF/Undefined/TrueColor/16-bits... pass. test 624: TIFF64/Undefined/TrueColor/8-bits... pass. test 625: TIFF64/Undefined/TrueColorAlpha/8-bits... pass. test 626: TIFF64/Undefined/Grayscale/8-bits... pass. test 627: TIFF64/Undefined/GrayscaleAlpha/8-bits... pass. test 628: TIFF64/Undefined/Palette/8-bits... pass. test 629: TIFF64/Undefined/PaletteAlpha/8-bits... pass. test 630: TIFF64/Undefined/PaletteBilevelAlpha/8-bits... pass. test 631: TIFF64/Undefined/Bilevel/1-bits... pass. test 632: TIFF64/Undefined/ColorSeparation/8-bits... pass. test 633: TIFF64/Undefined/ColorSeparationAlpha/8-bits... pass. test 634: TIFF64/Undefined/TrueColor/10-bits... pass. test 635: TIFF64/Undefined/TrueColor/12-bits... pass. test 636: TIFF64/Undefined/TrueColor/16-bits... pass. test 637: TXT/Undefined/TrueColor/8-bits... pass. test 638: TXT/Undefined/TrueColorAlpha/8-bits... pass. test 639: TXT/Undefined/Grayscale/8-bits... pass. test 640: TXT/Undefined/GrayscaleAlpha/8-bits... pass. test 641: TXT/Undefined/Palette/8-bits... pass. test 642: TXT/Undefined/PaletteAlpha/8-bits... pass. test 643: TXT/Undefined/PaletteBilevelAlpha/8-bits... pass. test 644: TXT/Undefined/Bilevel/1-bits... pass. test 645: TXT/Undefined/ColorSeparation/8-bits... pass. test 646: TXT/Undefined/ColorSeparationAlpha/8-bits... pass. test 647: TXT/Undefined/TrueColor/10-bits... pass. test 648: TXT/Undefined/TrueColor/12-bits... pass. test 649: TXT/Undefined/TrueColor/16-bits... pass. test 650: UYVY/Undefined/TrueColor/8-bits... pass. test 651: UYVY/Undefined/TrueColorAlpha/8-bits... pass. test 652: UYVY/Undefined/Grayscale/8-bits... pass. test 653: UYVY/Undefined/GrayscaleAlpha/8-bits... pass. test 654: UYVY/Undefined/Palette/8-bits... pass. test 655: UYVY/Undefined/PaletteAlpha/8-bits... pass. test 656: UYVY/Undefined/PaletteBilevelAlpha/8-bits... pass. test 657: UYVY/Undefined/Bilevel/1-bits... pass. test 658: UYVY/Undefined/ColorSeparation/8-bits... pass. test 659: UYVY/Undefined/ColorSeparationAlpha/8-bits... pass. test 660: UYVY/Undefined/TrueColor/10-bits... pass. test 661: UYVY/Undefined/TrueColor/12-bits... pass. test 662: UYVY/Undefined/TrueColor/16-bits... pass. test 663: VDA/Undefined/TrueColor/8-bits... pass. test 664: VDA/Undefined/TrueColorAlpha/8-bits... pass. test 665: VDA/Undefined/Grayscale/8-bits... pass. test 666: VDA/Undefined/GrayscaleAlpha/8-bits... pass. test 667: VDA/Undefined/Palette/8-bits... pass. test 668: VDA/Undefined/PaletteAlpha/8-bits... pass. test 669: VDA/Undefined/PaletteBilevelAlpha/8-bits... pass. test 670: VDA/Undefined/Bilevel/1-bits... pass. test 671: VDA/Undefined/ColorSeparation/8-bits... pass. test 672: VDA/Undefined/ColorSeparationAlpha/8-bits... pass. test 673: VDA/Undefined/TrueColor/10-bits... pass. test 674: VDA/Undefined/TrueColor/12-bits... pass. test 675: VDA/Undefined/TrueColor/16-bits... pass. test 676: VICAR/Undefined/TrueColor/8-bits... pass. test 677: VICAR/Undefined/TrueColorAlpha/8-bits... pass. test 678: VICAR/Undefined/Grayscale/8-bits... pass. test 679: VICAR/Undefined/GrayscaleAlpha/8-bits... pass. test 680: VICAR/Undefined/Palette/8-bits... pass. test 681: VICAR/Undefined/PaletteAlpha/8-bits... pass. test 682: VICAR/Undefined/PaletteBilevelAlpha/8-bits... pass. test 683: VICAR/Undefined/Bilevel/1-bits... pass. test 684: VICAR/Undefined/ColorSeparation/8-bits... pass. test 685: VICAR/Undefined/ColorSeparationAlpha/8-bits... pass. test 686: VICAR/Undefined/TrueColor/10-bits... pass. test 687: VICAR/Undefined/TrueColor/12-bits... pass. test 688: VICAR/Undefined/TrueColor/16-bits... pass. test 689: VIFF/Undefined/TrueColor/8-bits... pass. test 690: VIFF/Undefined/TrueColorAlpha/8-bits... pass. test 691: VIFF/Undefined/Grayscale/8-bits... pass. test 692: VIFF/Undefined/GrayscaleAlpha/8-bits... pass. test 693: VIFF/Undefined/Palette/8-bits... pass. test 694: VIFF/Undefined/PaletteAlpha/8-bits... pass. test 695: VIFF/Undefined/PaletteBilevelAlpha/8-bits... pass. test 696: VIFF/Undefined/Bilevel/1-bits... pass. test 697: VIFF/Undefined/ColorSeparation/8-bits... pass. test 698: VIFF/Undefined/ColorSeparationAlpha/8-bits... pass. test 699: VIFF/Undefined/TrueColor/10-bits... pass. test 700: VIFF/Undefined/TrueColor/12-bits... pass. test 701: VIFF/Undefined/TrueColor/16-bits... pass. test 702: VST/Undefined/TrueColor/8-bits... pass. test 703: VST/Undefined/TrueColorAlpha/8-bits... pass. test 704: VST/Undefined/Grayscale/8-bits... pass. test 705: VST/Undefined/GrayscaleAlpha/8-bits... pass. test 706: VST/Undefined/Palette/8-bits... pass. test 707: VST/Undefined/PaletteAlpha/8-bits... pass. test 708: VST/Undefined/PaletteBilevelAlpha/8-bits... pass. test 709: VST/Undefined/Bilevel/1-bits... pass. test 710: VST/Undefined/ColorSeparation/8-bits... pass. test 711: VST/Undefined/ColorSeparationAlpha/8-bits... pass. test 712: VST/Undefined/TrueColor/10-bits... pass. test 713: VST/Undefined/TrueColor/12-bits... pass. test 714: VST/Undefined/TrueColor/16-bits... pass. test 715: WBMP/Undefined/TrueColor/8-bits... pass. test 716: WBMP/Undefined/TrueColorAlpha/8-bits... pass. test 717: WBMP/Undefined/Grayscale/8-bits... pass. test 718: WBMP/Undefined/GrayscaleAlpha/8-bits... pass. test 719: WBMP/Undefined/Palette/8-bits... pass. test 720: WBMP/Undefined/PaletteAlpha/8-bits... pass. test 721: WBMP/Undefined/PaletteBilevelAlpha/8-bits... pass. test 722: WBMP/Undefined/Bilevel/1-bits... pass. test 723: WBMP/Undefined/ColorSeparation/8-bits... pass. test 724: WBMP/Undefined/ColorSeparationAlpha/8-bits... pass. test 725: WBMP/Undefined/TrueColor/10-bits... pass. test 726: WBMP/Undefined/TrueColor/12-bits... pass. test 727: WBMP/Undefined/TrueColor/16-bits... pass. test 728: XBM/Undefined/TrueColor/8-bits... pass. test 729: XBM/Undefined/TrueColorAlpha/8-bits... pass. test 730: XBM/Undefined/Grayscale/8-bits... pass. test 731: XBM/Undefined/GrayscaleAlpha/8-bits... pass. test 732: XBM/Undefined/Palette/8-bits... pass. test 733: XBM/Undefined/PaletteAlpha/8-bits... pass. test 734: XBM/Undefined/PaletteBilevelAlpha/8-bits... pass. test 735: XBM/Undefined/Bilevel/1-bits... pass. test 736: XBM/Undefined/ColorSeparation/8-bits... pass. test 737: XBM/Undefined/ColorSeparationAlpha/8-bits... pass. test 738: XBM/Undefined/TrueColor/10-bits... pass. test 739: XBM/Undefined/TrueColor/12-bits... pass. test 740: XBM/Undefined/TrueColor/16-bits... pass. test 741: XPM/Undefined/TrueColor/8-bits... pass. test 742: XPM/Undefined/TrueColorAlpha/8-bits... pass. test 743: XPM/Undefined/Grayscale/8-bits... pass. test 744: XPM/Undefined/GrayscaleAlpha/8-bits... pass. test 745: XPM/Undefined/Palette/8-bits... pass. test 746: XPM/Undefined/PaletteAlpha/8-bits... pass. test 747: XPM/Undefined/PaletteBilevelAlpha/8-bits... pass. test 748: XPM/Undefined/Bilevel/1-bits... pass. test 749: XPM/Undefined/ColorSeparation/8-bits... pass. test 750: XPM/Undefined/ColorSeparationAlpha/8-bits... pass. test 751: XPM/Undefined/TrueColor/10-bits... pass. test 752: XPM/Undefined/TrueColor/12-bits... pass. test 753: XPM/Undefined/TrueColor/16-bits... pass. test 754: XV/Undefined/TrueColor/8-bits... pass. test 755: XV/Undefined/TrueColorAlpha/8-bits... pass. test 756: XV/Undefined/Grayscale/8-bits... pass. test 757: XV/Undefined/GrayscaleAlpha/8-bits... pass. test 758: XV/Undefined/Palette/8-bits... pass. test 759: XV/Undefined/PaletteAlpha/8-bits... pass. test 760: XV/Undefined/PaletteBilevelAlpha/8-bits... pass. test 761: XV/Undefined/Bilevel/1-bits... pass. test 762: XV/Undefined/ColorSeparation/8-bits... pass. test 763: XV/Undefined/ColorSeparationAlpha/8-bits... pass. test 764: XV/Undefined/TrueColor/10-bits... pass. test 765: XV/Undefined/TrueColor/12-bits... pass. test 766: XV/Undefined/TrueColor/16-bits... pass. test 767: XWD/Undefined/TrueColor/8-bits... pass. test 768: XWD/Undefined/TrueColorAlpha/8-bits... pass. test 769: XWD/Undefined/Grayscale/8-bits... pass. test 770: XWD/Undefined/GrayscaleAlpha/8-bits... pass. test 771: XWD/Undefined/Palette/8-bits... pass. test 772: XWD/Undefined/PaletteAlpha/8-bits... pass. test 773: XWD/Undefined/PaletteBilevelAlpha/8-bits... pass. test 774: XWD/Undefined/Bilevel/1-bits... pass. test 775: XWD/Undefined/ColorSeparation/8-bits... pass. test 776: XWD/Undefined/ColorSeparationAlpha/8-bits... pass. test 777: XWD/Undefined/TrueColor/10-bits... pass. test 778: XWD/Undefined/TrueColor/12-bits... pass. test 779: XWD/Undefined/TrueColor/16-bits... pass. test 780: YUV/Undefined/TrueColor/8-bits... pass. test 781: YUV/Undefined/TrueColorAlpha/8-bits... pass. test 782: YUV/Undefined/Grayscale/8-bits... pass. test 783: YUV/Undefined/GrayscaleAlpha/8-bits... pass. test 784: YUV/Undefined/Palette/8-bits... pass. test 785: YUV/Undefined/PaletteAlpha/8-bits... pass. test 786: YUV/Undefined/PaletteBilevelAlpha/8-bits... pass. test 787: YUV/Undefined/Bilevel/1-bits... pass. test 788: YUV/Undefined/ColorSeparation/8-bits... pass. test 789: YUV/Undefined/ColorSeparationAlpha/8-bits... pass. test 790: YUV/Undefined/TrueColor/10-bits... pass. test 791: YUV/Undefined/TrueColor/12-bits... pass. test 792: YUV/Undefined/TrueColor/16-bits... pass. test 793: YCbCr/Undefined/TrueColor/8-bits... pass. test 794: YCbCr/Undefined/TrueColorAlpha/8-bits... pass. test 795: YCbCr/Undefined/Grayscale/8-bits... pass. test 796: YCbCr/Undefined/GrayscaleAlpha/8-bits... pass. test 797: YCbCr/Undefined/Palette/8-bits... pass. test 798: YCbCr/Undefined/PaletteAlpha/8-bits... pass. test 799: YCbCr/Undefined/PaletteBilevelAlpha/8-bits... pass. test 800: YCbCr/Undefined/Bilevel/1-bits... pass. test 801: YCbCr/Undefined/ColorSeparation/8-bits... pass. test 802: YCbCr/Undefined/ColorSeparationAlpha/8-bits... pass. test 803: YCbCr/Undefined/TrueColor/10-bits... pass. test 804: YCbCr/Undefined/TrueColor/12-bits... pass. test 805: YCbCr/Undefined/TrueColor/16-bits... pass. test 806: YCbCrA/Undefined/TrueColor/8-bits... pass. test 807: YCbCrA/Undefined/TrueColorAlpha/8-bits... pass. test 808: YCbCrA/Undefined/Grayscale/8-bits... pass. test 809: YCbCrA/Undefined/GrayscaleAlpha/8-bits... pass. test 810: YCbCrA/Undefined/Palette/8-bits... pass. test 811: YCbCrA/Undefined/PaletteAlpha/8-bits... pass. test 812: YCbCrA/Undefined/PaletteBilevelAlpha/8-bits... pass. test 813: YCbCrA/Undefined/Bilevel/1-bits... pass. test 814: YCbCrA/Undefined/ColorSeparation/8-bits... pass. test 815: YCbCrA/Undefined/ColorSeparationAlpha/8-bits... pass. test 816: YCbCrA/Undefined/TrueColor/10-bits... pass. test 817: YCbCrA/Undefined/TrueColor/12-bits... pass. test 818: YCbCrA/Undefined/TrueColor/16-bits... pass. summary: 819 subtests; 817 passed; 2 failed. validation suite: 819 tests; 817 passed; 2 failed. >How-To-Repeat: make >Fix: none that I am aware of. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 02:00:13 2012 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 5C8DC106566C for ; Fri, 22 Jun 2012 02:00:12 +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 3D0258FC15 for ; Fri, 22 Jun 2012 02:00:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M20Ak0082305 for ; Fri, 22 Jun 2012 02:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M20A91082304; Fri, 22 Jun 2012 02:00:10 GMT (envelope-from gnats) Resent-Date: Fri, 22 Jun 2012 02:00:10 GMT Resent-Message-Id: <201206220200.q5M20A91082304@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, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B80E1065673 for ; Fri, 22 Jun 2012 01:52:09 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id F336E8FC14 for ; Fri, 22 Jun 2012 01:52:08 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 3WJN6H1601zBnm; Fri, 22 Jun 2012 09:51:03 +0800 (CST) Message-Id: <3WJN6H1601zBnm@sunpoet.net> Date: Fri, 22 Jun 2012 09:51:03 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: cm@therek.net Subject: ports/169315: [PATCH] devel/p5-Config-IniFiles: update to 2.77 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, 22 Jun 2012 02:00:13 -0000 >Number: 169315 >Category: ports >Synopsis: [PATCH] devel/p5-Config-IniFiles: update to 2.77 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 22 02:00:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Thu May 31 14:45:51 CST 2012 >Description: - Update to 2.77 Changes: http://search.cpan.org/dist/Config-IniFiles/Changes Port maintainer (cm@therek.net) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-Config-IniFiles-2.77.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Config-IniFiles/Makefile,v retrieving revision 1.42 diff -u -u -r1.42 Makefile --- Makefile 8 May 2012 05:38:53 -0000 1.42 +++ Makefile 22 Jun 2012 01:51:38 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Config-IniFiles -PORTVERSION= 2.72 +PORTVERSION= 2.77 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,9 +17,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils +BUILD_DEPENDS= p5-List-MoreUtils>=0.33:${PORTSDIR}/lang/p5-List-MoreUtils RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Config-IniFiles/distinfo,v retrieving revision 1.26 diff -u -u -r1.26 distinfo --- distinfo 8 May 2012 05:38:53 -0000 1.26 +++ distinfo 22 Jun 2012 01:51:38 -0000 @@ -1,2 +1,2 @@ -SHA256 (Config-IniFiles-2.72.tar.gz) = 6ec0a7fee53d47ca03f6f52c05dbe4c0f2788b6fe7b1f765c40a34cd81e80b91 -SIZE (Config-IniFiles-2.72.tar.gz) = 61256 +SHA256 (Config-IniFiles-2.77.tar.gz) = 804ff0fca362de56604ea07df4d7da61276a84f3f775950ce88528d1070f33f0 +SIZE (Config-IniFiles-2.77.tar.gz) = 63193 --- p5-Config-IniFiles-2.77.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 02:00:30 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C7D861065693; Fri, 22 Jun 2012 02:00:30 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9BA968FC18; Fri, 22 Jun 2012 02:00:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M20UO4082707; Fri, 22 Jun 2012 02:00:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M20UmC082702; Fri, 22 Jun 2012 02:00:30 GMT (envelope-from edwin) Date: Fri, 22 Jun 2012 02:00:30 GMT Message-Id: <201206220200.q5M20UmC082702@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169315: [PATCH] devel/p5-Config-IniFiles: update to 2.77 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, 22 Jun 2012 02:00:30 -0000 Synopsis: [PATCH] devel/p5-Config-IniFiles: update to 2.77 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 22 02:00:30 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169315 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 02:08:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C5ADA1065677; Fri, 22 Jun 2012 02:08:10 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 997938FC17; Fri, 22 Jun 2012 02:08:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M28Afs092750; Fri, 22 Jun 2012 02:08:10 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M28A8c092746; Fri, 22 Jun 2012 02:08:10 GMT (envelope-from linimon) Date: Fri, 22 Jun 2012 02:08:10 GMT Message-Id: <201206220208.q5M28A8c092746@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169152: security/vuxml: portaudit fails to recognize changes in port revision for irc/inspircd 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, 22 Jun 2012 02:08:10 -0000 Old Synopsis: portaudit fails to recognize changes in port revision New Synopsis: security/vuxml: portaudit fails to recognize changes in port revision for irc/inspircd Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 22 02:07:09 UTC 2012 Responsible-Changed-Why: jgh, you were the last one to work on the vuxml entry for this port -- can you take a look to see what's going on? Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=169152 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 02:20:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 77E421065670; Fri, 22 Jun 2012 02:20:03 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 44E368FC14; Fri, 22 Jun 2012 02:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M2K3AD003324; Fri, 22 Jun 2012 02:20:03 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M2K3hM003320; Fri, 22 Jun 2012 02:20:03 GMT (envelope-from linimon) Date: Fri, 22 Jun 2012 02:20:03 GMT Message-Id: <201206220220.q5M2K3hM003320@freefall.freebsd.org> To: linimon@FreeBSD.org, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/163643: [patch] astro/wmspaceweather: URL changed + two minor items 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, 22 Jun 2012 02:20:03 -0000 Synopsis: [patch] astro/wmspaceweather: URL changed + two minor items Responsible-Changed-From-To: pgollucci->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 22 02:18:49 UTC 2012 Responsible-Changed-Why: With bugmeister hat, return to pool due to assignee ENOTIME. Note that this PR was already available for commit via maintainer-timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=163643 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 02:20:51 2012 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 861AB1065673; Fri, 22 Jun 2012 02:20:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 58E498FC1A; Fri, 22 Jun 2012 02:20:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M2Kpti006938; Fri, 22 Jun 2012 02:20:51 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M2KpqP006930; Fri, 22 Jun 2012 02:20:51 GMT (envelope-from linimon) Date: Fri, 22 Jun 2012 02:20:51 GMT Message-Id: <201206220220.q5M2KpqP006930@freefall.freebsd.org> To: linimon@FreeBSD.org, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/163761: deskutils/vboxgtk: fix install failure 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, 22 Jun 2012 02:20:51 -0000 Synopsis: deskutils/vboxgtk: fix install failure Responsible-Changed-From-To: pgollucci->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 22 02:20:27 UTC 2012 Responsible-Changed-Why: With bugmeister hat, return to pool due to assignee ENOTIME. Note that this PR was already available for commit via maintainer-timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=163761 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 02:22:43 2012 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 648C0106564A; Fri, 22 Jun 2012 02:22:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 379FF8FC0C; Fri, 22 Jun 2012 02:22:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M2Mhxl011740; Fri, 22 Jun 2012 02:22:43 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M2Mht1011736; Fri, 22 Jun 2012 02:22:43 GMT (envelope-from linimon) Date: Fri, 22 Jun 2012 02:22:43 GMT Message-Id: <201206220222.q5M2Mht1011736@freefall.freebsd.org> To: linimon@FreeBSD.org, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/156015: [PATCH] dns/unbound add MUNIN-plugin 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, 22 Jun 2012 02:22:43 -0000 Synopsis: [PATCH] dns/unbound add MUNIN-plugin Responsible-Changed-From-To: pgollucci->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 22 02:22:22 UTC 2012 Responsible-Changed-Why: With bugmeister hat, return to pool due to assignee ENOTIME. Note that this PR was already available for commit via maintainer-timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=156015 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 02:23:38 2012 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 D433A106566C; Fri, 22 Jun 2012 02:23:38 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A6ED78FC0A; Fri, 22 Jun 2012 02:23:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M2Nctx011801; Fri, 22 Jun 2012 02:23:38 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M2Ncxm011797; Fri, 22 Jun 2012 02:23:38 GMT (envelope-from linimon) Date: Fri, 22 Jun 2012 02:23:38 GMT Message-Id: <201206220223.q5M2Ncxm011797@freefall.freebsd.org> To: linimon@FreeBSD.org, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/162768: [PATCH] ftp/proftpd port update which fixes mod_sql_mysql bug. 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, 22 Jun 2012 02:23:38 -0000 Synopsis: [PATCH] ftp/proftpd port update which fixes mod_sql_mysql bug. Responsible-Changed-From-To: pgollucci->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 22 02:23:08 UTC 2012 Responsible-Changed-Why: With bugmeister hat, return to pool due to assignee ENOTIME. Note that this PR was already available for commit via maintainer-timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=162768 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 02:24:30 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CAFEA106564A; Fri, 22 Jun 2012 02:24:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9E14D8FC0A; Fri, 22 Jun 2012 02:24:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M2OUHm011862; Fri, 22 Jun 2012 02:24:30 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M2OU9W011858; Fri, 22 Jun 2012 02:24:30 GMT (envelope-from linimon) Date: Fri, 22 Jun 2012 02:24:30 GMT Message-Id: <201206220224.q5M2OU9W011858@freefall.freebsd.org> To: linimon@FreeBSD.org, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/149846: graphics/gimp-gap: outdated (not maintained) port 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, 22 Jun 2012 02:24:30 -0000 Synopsis: graphics/gimp-gap: outdated (not maintained) port Responsible-Changed-From-To: pgollucci->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 22 02:24:03 UTC 2012 Responsible-Changed-Why: With bugmeister hat, return to pool due to assignee ENOTIME. Note that this PR was already available for commit via maintainer-timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=149846 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 02:25:19 2012 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 1A0601065690; Fri, 22 Jun 2012 02:25:19 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A64C58FC15; Fri, 22 Jun 2012 02:25:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M2PDNr011926; Fri, 22 Jun 2012 02:25:13 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M2PDFb011922; Fri, 22 Jun 2012 02:25:13 GMT (envelope-from linimon) Date: Fri, 22 Jun 2012 02:25:13 GMT Message-Id: <201206220225.q5M2PDFb011922@freefall.freebsd.org> To: linimon@FreeBSD.org, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/149902: [PATCH] mail/dspam: important cleanup 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, 22 Jun 2012 02:25:19 -0000 Synopsis: [PATCH] mail/dspam: important cleanup Responsible-Changed-From-To: pgollucci->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 22 02:24:56 UTC 2012 Responsible-Changed-Why: With bugmeister hat, return to pool due to assignee ENOTIME. Note that this PR was already available for commit via maintainer-timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=149902 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 02:25:49 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B51791065672; Fri, 22 Jun 2012 02:25:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 883BD8FC0C; Fri, 22 Jun 2012 02:25:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M2PnMP011984; Fri, 22 Jun 2012 02:25:49 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M2PnbI011980; Fri, 22 Jun 2012 02:25:49 GMT (envelope-from linimon) Date: Fri, 22 Jun 2012 02:25:49 GMT Message-Id: <201206220225.q5M2PnbI011980@freefall.freebsd.org> To: linimon@FreeBSD.org, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/163762: [PATCH] multimedia/mythtv still thinks it's 0.24.0 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, 22 Jun 2012 02:25:49 -0000 Synopsis: [PATCH] multimedia/mythtv still thinks it's 0.24.0 Responsible-Changed-From-To: pgollucci->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 22 02:25:34 UTC 2012 Responsible-Changed-Why: With bugmeister hat, return to pool due to assignee ENOTIME. Note that this PR was already available for commit via maintainer-timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=163762 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 02:26:24 2012 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 8DA781065672; Fri, 22 Jun 2012 02:26:24 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 604E58FC1A; Fri, 22 Jun 2012 02:26:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M2QOtC012038; Fri, 22 Jun 2012 02:26:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M2QObF012034; Fri, 22 Jun 2012 02:26:24 GMT (envelope-from linimon) Date: Fri, 22 Jun 2012 02:26:24 GMT Message-Id: <201206220226.q5M2QObF012034@freefall.freebsd.org> To: linimon@FreeBSD.org, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/164115: net-mgmt/cacti - cacti.sql does have old fashioned TYPE= statements 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, 22 Jun 2012 02:26:24 -0000 Synopsis: net-mgmt/cacti - cacti.sql does have old fashioned TYPE= statements Responsible-Changed-From-To: pgollucci->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 22 02:26:09 UTC 2012 Responsible-Changed-Why: With bugmeister hat, return to pool due to assignee ENOTIME. Note that this PR was already available for commit via maintainer-timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=164115 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 02:27:05 2012 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 DFA1B1065674; Fri, 22 Jun 2012 02:27:05 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B32788FC1B; Fri, 22 Jun 2012 02:27:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M2R5xE012092; Fri, 22 Jun 2012 02:27:05 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M2R5K2012088; Fri, 22 Jun 2012 02:27:05 GMT (envelope-from linimon) Date: Fri, 22 Jun 2012 02:27:05 GMT Message-Id: <201206220227.q5M2R5K2012088@freefall.freebsd.org> To: linimon@FreeBSD.org, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/145425: insecure file handling in net/GeoIP 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, 22 Jun 2012 02:27:06 -0000 Synopsis: insecure file handling in net/GeoIP Responsible-Changed-From-To: pgollucci->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 22 02:26:49 UTC 2012 Responsible-Changed-Why: With bugmeister hat, return to pool due to assignee ENOTIME. Note that this PR was already available for commit via maintainer-timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=145425 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 02:28:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E17F21065670; Fri, 22 Jun 2012 02:28:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B46198FC0A; Fri, 22 Jun 2012 02:28:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M2S1nt012158; Fri, 22 Jun 2012 02:28:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M2S1Ps012154; Fri, 22 Jun 2012 02:28:01 GMT (envelope-from linimon) Date: Fri, 22 Jun 2012 02:28:01 GMT Message-Id: <201206220228.q5M2S1Ps012154@freefall.freebsd.org> To: linimon@FreeBSD.org, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/161278: net/dante: getoutaddr(): address [...] selected, but not set for external interface 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, 22 Jun 2012 02:28:02 -0000 Synopsis: net/dante: getoutaddr(): address [...] selected, but not set for external interface Responsible-Changed-From-To: pgollucci->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 22 02:27:47 UTC 2012 Responsible-Changed-Why: With bugmeister hat, return to pool due to assignee ENOTIME. Note that this PR was already available for commit via maintainer-timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=161278 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 02:28:57 2012 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 58C6B1065670; Fri, 22 Jun 2012 02:28:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2C1AC8FC0A; Fri, 22 Jun 2012 02:28:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M2Svba012223; Fri, 22 Jun 2012 02:28:57 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M2Sv4v012219; Fri, 22 Jun 2012 02:28:57 GMT (envelope-from linimon) Date: Fri, 22 Jun 2012 02:28:57 GMT Message-Id: <201206220228.q5M2Sv4v012219@freefall.freebsd.org> To: linimon@FreeBSD.org, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/164298: [PATCH] Make print/foomatic-filters not eat PS files 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, 22 Jun 2012 02:28:57 -0000 Synopsis: [PATCH] Make print/foomatic-filters not eat PS files Responsible-Changed-From-To: pgollucci->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 22 02:28:27 UTC 2012 Responsible-Changed-Why: With bugmeister hat, return to pool due to assignee ENOTIME. Note that this PR was already available for commit via maintainer-timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=164298 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 02:29:40 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 623DD1065674; Fri, 22 Jun 2012 02:29:40 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 358DB8FC1A; Fri, 22 Jun 2012 02:29:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M2TedK012279; Fri, 22 Jun 2012 02:29:40 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M2Tea8012275; Fri, 22 Jun 2012 02:29:40 GMT (envelope-from linimon) Date: Fri, 22 Jun 2012 02:29:40 GMT Message-Id: <201206220229.q5M2Tea8012275@freefall.freebsd.org> To: linimon@FreeBSD.org, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/163647: [patch] sysutils/xosview: does not build on 10-CURRENT 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, 22 Jun 2012 02:29:40 -0000 Synopsis: [patch] sysutils/xosview: does not build on 10-CURRENT Responsible-Changed-From-To: pgollucci->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 22 02:29:26 UTC 2012 Responsible-Changed-Why: With bugmeister hat, return to pool due to assignee ENOTIME. Note that this PR was already available for commit via maintainer-timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=163647 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 02:30:52 2012 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 BB19B1065673; Fri, 22 Jun 2012 02:30:52 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8E2008FC1B; Fri, 22 Jun 2012 02:30:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M2UqKt016241; Fri, 22 Jun 2012 02:30:52 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M2Uqke016229; Fri, 22 Jun 2012 02:30:52 GMT (envelope-from linimon) Date: Fri, 22 Jun 2012 02:30:52 GMT Message-Id: <201206220230.q5M2Uqke016229@freefall.freebsd.org> To: linimon@FreeBSD.org, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/153567: [PATCH] x11/fpc-x11: doesn't respect localbase 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, 22 Jun 2012 02:30:52 -0000 Synopsis: [PATCH] x11/fpc-x11: doesn't respect localbase Responsible-Changed-From-To: pgollucci->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 22 02:30:35 UTC 2012 Responsible-Changed-Why: With bugmeister hat, return to pool due to assignee ENOTIME. Note that this PR was already available for commit via maintainer-timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=153567 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 02:32:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE4FF106564A; Fri, 22 Jun 2012 02:32:19 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A1ECB8FC15; Fri, 22 Jun 2012 02:32:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M2WJeT021973; Fri, 22 Jun 2012 02:32:19 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M2WJO9021965; Fri, 22 Jun 2012 02:32:19 GMT (envelope-from linimon) Date: Fri, 22 Jun 2012 02:32:19 GMT Message-Id: <201206220232.q5M2WJO9021965@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169307: [patch] [new port] sysutils/rsyslog6 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, 22 Jun 2012 02:32:19 -0000 Synopsis: [patch] [new port] sysutils/rsyslog6 Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 22 02:31:51 UTC 2012 Responsible-Changed-Why: involves repocopy. http://www.freebsd.org/cgi/query-pr.cgi?pr=169307 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 06:52:37 2012 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 A5740106564A; Fri, 22 Jun 2012 06:52:37 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 786438FC1A; Fri, 22 Jun 2012 06:52:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M6qbCY073114; Fri, 22 Jun 2012 06:52:37 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M6qbfO073110; Fri, 22 Jun 2012 06:52:37 GMT (envelope-from linimon) Date: Fri, 22 Jun 2012 06:52:37 GMT Message-Id: <201206220652.q5M6qbfO073110@freefall.freebsd.org> To: bug-followup@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169313: Re: ports/169311: [patch] Update databases/py-carbon to 0.9.10 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, 22 Jun 2012 06:52:37 -0000 Synopsis: Re: ports/169311: [patch] Update databases/py-carbon to 0.9.10 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Jun 22 06:51:57 UTC 2012 State-Changed-Why: Misfiled followup to ports/XXX; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 22 06:51:57 UTC 2012 Responsible-Changed-Why: Misfiled followup to ports/169311; content migrated. http://www.freebsd.org/cgi/query-pr.cgi?pr=169313 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 06:53:44 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8CE921065676; Fri, 22 Jun 2012 06:53:44 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 797DC8FC08; Fri, 22 Jun 2012 06:53:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M6rib5073235; Fri, 22 Jun 2012 06:53:44 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M6rik1073231; Fri, 22 Jun 2012 06:53:44 GMT (envelope-from linimon) Date: Fri, 22 Jun 2012 06:53:44 GMT Message-Id: <201206220653.q5M6rik1073231@freefall.freebsd.org> To: brd@FreeBSD.org, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169311: [patch] Update databases/py-carbon to 0.9.10 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, 22 Jun 2012 06:53:44 -0000 Synopsis: [patch] Update databases/py-carbon to 0.9.10 State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Fri Jun 22 06:53:04 UTC 2012 State-Changed-Why: >From misfiled PR ports/169313: From: Edwin Groothuis To: bsdports@wayfair.com Subject: Re: ports/169311: [patch] Update databases/py-carbon to 0.9.10 Maintainer of databases/py-carbon, Please note that PR ports/169311 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169311 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org http://www.freebsd.org/cgi/query-pr.cgi?pr=169311 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 07:00:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E0181065670 for ; Fri, 22 Jun 2012 07:00:15 +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 38F658FC1B for ; Fri, 22 Jun 2012 07:00:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M70FPd073500 for ; Fri, 22 Jun 2012 07:00:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M70FOX073498; Fri, 22 Jun 2012 07:00:15 GMT (envelope-from gnats) Date: Fri, 22 Jun 2012 07:00:15 GMT Message-Id: <201206220700.q5M70FOX073498@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169313: Re: ports/169311: [patch] Update databases/py-carbon to 0.9.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: linimon@FreeBSD.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2012 07:00:16 -0000 The following reply was made to PR ports/169311; it has been noted by GNATS. From: linimon@FreeBSD.org To: bug-followup@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/169313: Re: ports/169311: [patch] Update databases/py-carbon to 0.9.10 Date: Fri, 22 Jun 2012 06:52:37 GMT Synopsis: Re: ports/169311: [patch] Update databases/py-carbon to 0.9.10 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Jun 22 06:51:57 UTC 2012 State-Changed-Why: Misfiled followup to ports/XXX; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 22 06:51:57 UTC 2012 Responsible-Changed-Why: Misfiled followup to ports/169311; content migrated. http://www.freebsd.org/cgi/query-pr.cgi?pr=169313 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 07:30:40 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6EED110656AE; Fri, 22 Jun 2012 07:30:40 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 418348FC14; Fri, 22 Jun 2012 07:30:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M7Ue7F006253; Fri, 22 Jun 2012 07:30:40 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M7UeFk006243; Fri, 22 Jun 2012 07:30:40 GMT (envelope-from scheidell) Date: Fri, 22 Jun 2012 07:30:40 GMT Message-Id: <201206220730.q5M7UeFk006243@freefall.freebsd.org> To: acm@FreeBSD.org, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/164298: [PATCH] Make print/foomatic-filters not eat PS files 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, 22 Jun 2012 07:30:40 -0000 Synopsis: [PATCH] Make print/foomatic-filters not eat PS files Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Fri Jun 22 07:30:38 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=164298 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 07:40:04 2012 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 16C941065678 for ; Fri, 22 Jun 2012 07:40:04 +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 BAB058FC21 for ; Fri, 22 Jun 2012 07:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M7e27Q017801 for ; Fri, 22 Jun 2012 07:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M7e2Xm017800; Fri, 22 Jun 2012 07:40:02 GMT (envelope-from gnats) Resent-Date: Fri, 22 Jun 2012 07:40:02 GMT Resent-Message-Id: <201206220740.q5M7e2Xm017800@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, Li-Wen Hsu Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4686D1065670; Fri, 22 Jun 2012 07:31:07 +0000 (UTC) (envelope-from lwhsu@lwbsd.csie.net) Received: from lwbsd.csie.net (lwbsd.cs.nctu.edu.tw [140.113.17.197]) by mx1.freebsd.org (Postfix) with ESMTP id 171DF8FC19; Fri, 22 Jun 2012 07:31:05 +0000 (UTC) Received: by lwbsd.csie.net (Postfix, from userid 1001) id EEE22134B5F; Fri, 22 Jun 2012 13:45:15 +0800 (CST) Message-Id: <20120622054515.EEE22134B5F@lwbsd.csie.net> Date: Fri, 22 Jun 2012 13:45:15 +0800 (CST) From: Li-Wen Hsu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: martymac@FreeBSD.org Subject: ports/169318: [PATCH] sysutils/pv: update to 1.3.1 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, 22 Jun 2012 07:40:04 -0000 >Number: 169318 >Category: ports >Synopsis: [PATCH] sysutils/pv: update to 1.3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 22 07:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Li-Wen Hsu >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD lwbsd.cs.nctu.edu.tw 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 00:38:09 CST >Description: - Update to 1.3.1 Port maintainer (martymac@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- pv-1.3.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/pv/Makefile,v retrieving revision 1.14 diff -u -u -r1.14 Makefile --- Makefile 11 Jun 2012 07:26:27 -0000 1.14 +++ Makefile 22 Jun 2012 05:45:05 -0000 @@ -6,11 +6,9 @@ # PORTNAME= pv -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.3.1 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ - SF/${PROJECTHOST}/${PROJECTHOST}/${PORTVERSION} +MASTER_SITES= http://www.ivarch.com/programs/sources/ MAINTAINER= martymac@FreeBSD.org COMMENT= A pipe throughput monitor Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/pv/distinfo,v retrieving revision 1.9 diff -u -u -r1.9 distinfo --- distinfo 4 Jan 2011 08:50:22 -0000 1.9 +++ distinfo 22 Jun 2012 05:45:05 -0000 @@ -1,2 +1,2 @@ -SHA256 (pv-1.2.0.tar.bz2) = e3291f6d32f9e8a8ab8489ed68669d7df61a6eea8a6a06e7bb26b0c3e3cdc666 -SIZE (pv-1.2.0.tar.bz2) = 82222 +SHA256 (pv-1.3.1.tar.bz2) = 54225fc0b335e242ad881d1d65bb36481f1af645e8c4cef27072bc618c6c9bbb +SIZE (pv-1.3.1.tar.bz2) = 84065 --- pv-1.3.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 07:40:15 2012 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 F1B171065670; Fri, 22 Jun 2012 07:40:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C43FC8FC12; Fri, 22 Jun 2012 07:40:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M7eF8X017991; Fri, 22 Jun 2012 07:40:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M7eFeN017987; Fri, 22 Jun 2012 07:40:15 GMT (envelope-from edwin) Date: Fri, 22 Jun 2012 07:40:15 GMT Message-Id: <201206220740.q5M7eFeN017987@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, martymac@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169318: [PATCH] sysutils/pv: update to 1.3.1 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, 22 Jun 2012 07:40:16 -0000 Synopsis: [PATCH] sysutils/pv: update to 1.3.1 Responsible-Changed-From-To: freebsd-ports-bugs->martymac Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 22 07:40:15 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169318 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 07:53:57 2012 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 05ED2106567F; Fri, 22 Jun 2012 07:53:57 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E5C138FC18; Fri, 22 Jun 2012 07:53:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M7ru8j035888; Fri, 22 Jun 2012 07:53:56 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M7ruZZ035884; Fri, 22 Jun 2012 07:53:56 GMT (envelope-from scheidell) Date: Fri, 22 Jun 2012 07:53:56 GMT Message-Id: <201206220753.q5M7ruZZ035884@freefall.freebsd.org> To: user10508@gmail.com, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/165294: accessibility/redshift on freebsd 9 - intel icore I5 integrated graphics adapter - does not work 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, 22 Jun 2012 07:53:57 -0000 Synopsis: accessibility/redshift on freebsd 9 - intel icore I5 integrated graphics adapter - does not work State-Changed-From-To: open->feedback State-Changed-By: scheidell State-Changed-When: Fri Jun 22 07:53:24 UTC 2012 State-Changed-Why: tried looking at: < also filed, 01.28.2012, at https://bugs.launchpad.net/redshift/+bug/923120bug get a 'page not found or you don't have permission to read' this looks like an upstream problem, Colby can you submit a followup to this pr when the upstream fixes their source? or when a fix is found? Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Fri Jun 22 07:53:24 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165294 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 08:08:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD49E106566C; Fri, 22 Jun 2012 08:08:02 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8048F8FC15; Fri, 22 Jun 2012 08:08:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M882kk047007; Fri, 22 Jun 2012 08:08:02 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M882Jf046999; Fri, 22 Jun 2012 08:08:02 GMT (envelope-from edwin) Date: Fri, 22 Jun 2012 08:08:02 GMT Message-Id: <201206220808.q5M882Jf046999@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169231: [patch] Fix build for www/firefox using CLANG 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, 22 Jun 2012 08:08:02 -0000 Synopsis: [patch] Fix build for www/firefox using CLANG Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 22 08:08:01 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169231 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 08:08:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48834106566B; Fri, 22 Jun 2012 08:08:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1B9F88FC0A; Fri, 22 Jun 2012 08:08:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M88WfS048443; Fri, 22 Jun 2012 08:08:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M88WG4048439; Fri, 22 Jun 2012 08:08:32 GMT (envelope-from edwin) Date: Fri, 22 Jun 2012 08:08:32 GMT Message-Id: <201206220808.q5M88WG4048439@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skreuzer@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169312: [patch] Update databases/py-whisper to 0.9.10 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, 22 Jun 2012 08:08:33 -0000 Synopsis: [patch] Update databases/py-whisper to 0.9.10 Responsible-Changed-From-To: freebsd-ports-bugs->skreuzer Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 22 08:08:32 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169312 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 08:20:21 2012 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 24BB51065670; Fri, 22 Jun 2012 08:20:21 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EC21C8FC12; Fri, 22 Jun 2012 08:20:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M8KKT7059635; Fri, 22 Jun 2012 08:20:20 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M8KKnY059623; Fri, 22 Jun 2012 08:20:20 GMT (envelope-from scheidell) Date: Fri, 22 Jun 2012 08:20:20 GMT Message-Id: <201206220820.q5M8KKnY059623@freefall.freebsd.org> To: scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/169210: [patch] math/giacxcas update to 0.9.8 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, 22 Jun 2012 08:20:21 -0000 Synopsis: [patch] math/giacxcas update to 0.9.8 Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Fri Jun 22 08:20:19 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169210 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 09:52:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9ABCF1065675; Fri, 22 Jun 2012 09:52:07 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6E3F38FC12; Fri, 22 Jun 2012 09:52:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5M9q76V054411; Fri, 22 Jun 2012 09:52:07 GMT (envelope-from madpilot@freefall.freebsd.org) Received: (from madpilot@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5M9q75R054407; Fri, 22 Jun 2012 09:52:07 GMT (envelope-from madpilot) Date: Fri, 22 Jun 2012 09:52:07 GMT Message-Id: <201206220952.q5M9q75R054407@freefall.freebsd.org> To: madpilot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, madpilot@FreeBSD.org From: madpilot@FreeBSD.org Cc: Subject: Re: ports/169288: [maintainer update] update graphics/openimageio 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, 22 Jun 2012 09:52:07 -0000 Synopsis: [maintainer update] update graphics/openimageio Responsible-Changed-From-To: freebsd-ports-bugs->madpilot Responsible-Changed-By: madpilot Responsible-Changed-When: Fri Jun 22 09:52:07 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169288 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 10:00:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07427106567B for ; Fri, 22 Jun 2012 10:00:12 +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 9B1198FC14 for ; Fri, 22 Jun 2012 10:00:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MA0ASD054672 for ; Fri, 22 Jun 2012 10:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MA0AhG054671; Fri, 22 Jun 2012 10:00:10 GMT (envelope-from gnats) Resent-Date: Fri, 22 Jun 2012 10:00:10 GMT Resent-Message-Id: <201206221000.q5MA0AhG054671@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, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C610A10656F0 for ; Fri, 22 Jun 2012 09:59:02 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 81CE98FC18 for ; Fri, 22 Jun 2012 09:59:02 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 3WJZw91bDlz9T8; Fri, 22 Jun 2012 17:58:01 +0800 (CST) Message-Id: <3WJZw91bDlz9T8@sunpoet.net> Date: Fri, 22 Jun 2012 17:58:01 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: dmitry@yashin.su Subject: ports/169321: [PATCH] sysutils/p5-Ubic: update to 1.44 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, 22 Jun 2012 10:00:13 -0000 >Number: 169321 >Category: ports >Synopsis: [PATCH] sysutils/p5-Ubic: update to 1.44 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 22 10:00:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Thu May 31 14:45:51 CST 2012 >Description: - Update to 1.44 - Add LICENSE and remove LICENSE_FILE Changes: http://search.cpan.org/dist/Ubic/Changes Port maintainer (dmitry@yashin.su) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-Ubic-1.44.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/p5-Ubic/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 16 Mar 2012 08:27:54 -0000 1.4 +++ Makefile 22 Jun 2012 09:58:49 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Ubic -PORTVERSION= 1.37 +PORTVERSION= 1.44 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MMCLERIC @@ -15,6 +15,9 @@ MAINTAINER= dmitry@yashin.su COMMENT= Flexible perl-based service manager +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny \ p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \ @@ -23,13 +26,8 @@ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-Test-Class>=0:${PORTSDIR}/devel/p5-Test-Class \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww - -LICENSE_FILES= ${WRKSRC}/LICENSE + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal PERL_CONFIGURE= yes REINPLACE_ARGS= -i '' @@ -82,6 +80,7 @@ Ubic::ServiceLoader::Base.3 \ Ubic::ServiceLoader::Default.3 \ Ubic::ServiceLoader::Ext::ini.3 \ + Ubic::ServiceLoader::Ext::json.3 \ Ubic::Settings.3 \ Ubic::Settings::ConfigFile.3 \ Ubic::SingletonLock.3 \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/p5-Ubic/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 16 Mar 2012 08:27:54 -0000 1.4 +++ distinfo 22 Jun 2012 09:58:49 -0000 @@ -1,2 +1,2 @@ -SHA256 (Ubic-1.37.tar.gz) = f19c781f29dcef395ff7a923ad640597fda888bd2eb27cd7037e09ca826d5075 -SIZE (Ubic-1.37.tar.gz) = 89182 +SHA256 (Ubic-1.44.tar.gz) = 092b1ab7a93379b5e208913152eaa7a16eb5d371143d26c273488c4a7f155c17 +SIZE (Ubic-1.44.tar.gz) = 95474 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/sysutils/p5-Ubic/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 16 Mar 2012 08:27:54 -0000 1.3 +++ pkg-plist 22 Jun 2012 09:58:49 -0000 @@ -46,6 +46,7 @@ %%SITE_PERL%%/Ubic/ServiceLoader/Base.pm %%SITE_PERL%%/Ubic/ServiceLoader/Default.pm %%SITE_PERL%%/Ubic/ServiceLoader/Ext/ini.pm +%%SITE_PERL%%/Ubic/ServiceLoader/Ext/json.pm %%SITE_PERL%%/Ubic/Settings.pm %%SITE_PERL%%/Ubic/Settings/ConfigFile.pm %%SITE_PERL%%/Ubic/SingletonLock.pm --- p5-Ubic-1.44.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 10:00:34 2012 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 A590C106567A; Fri, 22 Jun 2012 10:00:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 78CBF8FC18; Fri, 22 Jun 2012 10:00:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MA0Ym0055492; Fri, 22 Jun 2012 10:00:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MA0Y8T055485; Fri, 22 Jun 2012 10:00:34 GMT (envelope-from edwin) Date: Fri, 22 Jun 2012 10:00:34 GMT Message-Id: <201206221000.q5MA0Y8T055485@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169321: [PATCH] sysutils/p5-Ubic: update to 1.44 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, 22 Jun 2012 10:00:34 -0000 Synopsis: [PATCH] sysutils/p5-Ubic: update to 1.44 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 22 10:00:33 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169321 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 10:23:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DFF14106564A; Fri, 22 Jun 2012 10:23:24 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B2E908FC14; Fri, 22 Jun 2012 10:23:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MANOQJ083599; Fri, 22 Jun 2012 10:23:24 GMT (envelope-from madpilot@freefall.freebsd.org) Received: (from madpilot@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MANOn3083595; Fri, 22 Jun 2012 10:23:24 GMT (envelope-from madpilot) Date: Fri, 22 Jun 2012 10:23:24 GMT Message-Id: <201206221023.q5MANOn3083595@freefall.freebsd.org> To: madpilot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, madpilot@FreeBSD.org From: madpilot@FreeBSD.org Cc: Subject: Re: ports/169298: [maintainer update] update math/dynare to 4.3.0 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, 22 Jun 2012 10:23:25 -0000 Synopsis: [maintainer update] update math/dynare to 4.3.0 Responsible-Changed-From-To: freebsd-ports-bugs->madpilot Responsible-Changed-By: madpilot Responsible-Changed-When: Fri Jun 22 10:23:24 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169298 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 10:56:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6034106578A; Fri, 22 Jun 2012 10:56:10 +0000 (UTC) (envelope-from johnpupu@gmail.com) Received: from mail-gg0-f182.google.com (mail-gg0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5C2BB8FC08; Fri, 22 Jun 2012 10:56:10 +0000 (UTC) Received: by ggnm2 with SMTP id m2so1629756ggn.13 for ; Fri, 22 Jun 2012 03:56:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=mw9kx8RdD3ih41/U+eJp1TrWppJJEJqBW/lfY5oWVWE=; b=M3zL5pn7qSKEsbkamW5LnFJRlXhjszB3t5rvH7+bk4QgpIkKJvKyQg3jeMMgMRdYzP 1q/Cwzf3he7rUr2g52B4XmDyX/KzZl4rFipvdvMHRMgqtdIYTZDPD1PwcnlfZs+kEycw nbkcsDw0LqRcboSwf9zWgLir/bjb80PZ1SuqCXM0Qggos1YRY0o3BUo8eFhLn93dWbnG kcEJNWnYa+vsarYPOKRcFnjYtG8FCA0ddalqk/KUGC8Z5Ygz/ayceIZMtD5fXbw90XXS NC5L5R0a8J0k3kHFwPJ+uJM3/KOjbcpy6+2TS8N8M/5li4nlcsP9t0md+vwZcjAnAy2H PewQ== Received: by 10.50.40.169 with SMTP id y9mr979217igk.56.1340362569597; Fri, 22 Jun 2012 03:56:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.222.69 with HTTP; Fri, 22 Jun 2012 03:55:49 -0700 (PDT) In-Reply-To: <201206130820.q5D8KBFY067741@freefall.freebsd.org> References: <201206130801.q5D81C6D097716@www.johnpupu.tw> <201206130820.q5D8KBFY067741@freefall.freebsd.org> From: John Chen Date: Fri, 22 Jun 2012 18:55:49 +0800 Message-ID: To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Content-Type: multipart/mixed; boundary=14dae9341023d4c3e504c30d7a68 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: ports/169025: [PATCH] ftp/smbftpd: update to 2.4 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, 22 Jun 2012 10:56:11 -0000 --14dae9341023d4c3e504c30d7a68 Content-Type: text/plain; charset=ISO-8859-1 Hi, Fixed. Thanks. On Wed, Jun 13, 2012 at 4:20 PM, wrote: > Thank you very much for your problem report. > It has the internal identification `ports/169025'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=169025 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [PATCH] ftp/smbftpd: update to 2.4 > >Arrival-Date: Wed Jun 13 08:20:11 UTC 2012 > -- John --14dae9341023d4c3e504c30d7a68 Content-Type: application/octet-stream; name="smbftpd-2.4.patch" Content-Disposition: attachment; filename="smbftpd-2.4.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_h3r56j3b0 ZGlmZiAtcnVOIC0tZXhjbHVkZT1DVlMgLi4vc21iZnRwZC5vcmlnL01ha2VmaWxlIC4vTWFrZWZp bGUKLS0tIC4uL3NtYmZ0cGQub3JpZy9NYWtlZmlsZQkyMDExLTExLTI5IDE0OjQyOjU3LjAwMDAw MDAwMCArMDgwMAorKysgLi9NYWtlZmlsZQkyMDEyLTA2LTEzIDE1OjU4OjU4LjAwMDAwMDAwMCAr MDgwMApAQCAtNiw3ICs2LDcgQEAKICMKIAogUE9SVE5BTUU9CXNtYmZ0cGQKLVBPUlRWRVJTSU9O PQkyLjMKK1BPUlRWRVJTSU9OPQkyLjQKIENBVEVHT1JJRVM9CWZ0cAogTUFTVEVSX1NJVEVTPQlT Ri8ke1BPUlROQU1FfS9TbWJGVFBELyR7UE9SVFZFUlNJT059CVwKIAkJaHR0cDovL3d3dy50d2Jz ZC5vcmcvZG93bmxvYWQvZG93bmxvYWQucGhwP2ZpbGU9c21iZnRwZC8KQEAgLTQ4LDEwICs0OCw2 IEBACiBDT05GSUdVUkVfQVJHUys9CSItLXdpdGgtc3NsIgogLmVuZGlmCiAKLS5pZiAke09TVkVS U0lPTn0gPiA5MDAwMDcKLUJST0tFTj0JCWZhaWxzIHRvIGJ1aWxkIHdpdGggbmV3IHV0bXB4Ci0u ZW5kaWYKLQogcG9zdC1wYXRjaDoKIAlAJHtSRUlOUExBQ0VfQ01EfSAtZSAnL15DT05GSUdTID0g LyBzfFwuY29uZnwmLnNhbXBsZXxnJyAke1dSS1NSQ30vTWFrZWZpbGUKIAlAY2QgJHtXUktTUkN9 L2NvbmYvICYmICgke0xTfSAqLmNvbmYgfCAke1hBUkdTfSAtSSAlICR7TVZ9ICUgJS5zYW1wbGUp CmRpZmYgLXJ1TiAtLWV4Y2x1ZGU9Q1ZTIC4uL3NtYmZ0cGQub3JpZy9kaXN0aW5mbyAuL2Rpc3Rp bmZvCi0tLSAuLi9zbWJmdHBkLm9yaWcvZGlzdGluZm8JMjAxMS0xMS0yOSAxNDo0Mjo1Ny4wMDAw MDAwMDAgKzA4MDAKKysrIC4vZGlzdGluZm8JMjAxMi0wNi0xMyAxNTo1OToxNy4wMDAwMDAwMDAg KzA4MDAKQEAgLTEsMiArMSwyIEBACi1TSEEyNTYgKHNtYmZ0cGQtMi4zLnRhci5neikgPSBlODBm MzA2MjNiNzVhMzQzZWIzZTM1ZGE0MzQwZTZkNjAwYjA3ZWFmNTEwZWRhNjgxMzk1NWExYmE4YzIx ZmRjCi1TSVpFIChzbWJmdHBkLTIuMy50YXIuZ3opID0gMTM5NDcyCitTSEEyNTYgKHNtYmZ0cGQt Mi40LnRhci5neikgPSAyZWQ1OWU3NmQxZTMwYjdhOTMwOTU0YTU1ODVhMzBlZWFmOGE1ZDdkYTEx NjcwZTVmY2Y3YmJjNGQyMGQyMGQ1CitTSVpFIChzbWJmdHBkLTIuNC50YXIuZ3opID0gMTM5NjUw CmRpZmYgLXJ1TiAtLWV4Y2x1ZGU9Q1ZTIC4uL3NtYmZ0cGQub3JpZy9wa2ctcGxpc3QgLi9wa2ct cGxpc3QKLS0tIC4uL3NtYmZ0cGQub3JpZy9wa2ctcGxpc3QJMjAxMC0xMS0wOSAyMDozMzowMC4w MDAwMDAwMDAgKzA4MDAKKysrIC4vcGtnLXBsaXN0CTIwMTItMDYtMTMgMTU6NTk6NTcuMDAwMDAw MDAwICswODAwCkBAIC0xLDggKzEsNyBAQAotQGNvbW1lbnQgJEZyZWVCU0Q6IHBvcnRzL2Z0cC9z bWJmdHBkL3BrZy1wbGlzdCx2IDEuMyAyMDEwLzExLzA5IDEyOjMzOjAwIHN1bnBvZXQgRXhwICQK IGJpbi9zbWJmdHBkLXVzZXIKICUlRVRDRElSJSUvc21iZnRwZC5jb25mLnNhbXBsZQotJSVFVENE SVIlJS9zbWJmdHBkX3NoYXJlLmNvbmYuc2FtcGxlCiAlJUVUQ0RJUiUlL3NtYmZ0cGRfbXlzcWwu Y29uZi5zYW1wbGUKICUlRVRDRElSJSUvc21iZnRwZF9wZ3NxbC5jb25mLnNhbXBsZQorJSVFVENE SVIlJS9zbWJmdHBkX3NoYXJlLmNvbmYuc2FtcGxlCiBzYmluL3NtYmZ0cGQK --14dae9341023d4c3e504c30d7a68-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 11:00:10 2012 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 E52B61065670 for ; Fri, 22 Jun 2012 11:00:10 +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 350878FC0C for ; Fri, 22 Jun 2012 11:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MB0AeQ013574 for ; Fri, 22 Jun 2012 11:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MB0AEI013570; Fri, 22 Jun 2012 11:00:10 GMT (envelope-from gnats) Resent-Date: Fri, 22 Jun 2012 11:00:10 GMT Resent-Message-Id: <201206221100.q5MB0AEI013570@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, YAMAMOTO@FreeBSD.org, Shigeru Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C840106566C for ; Fri, 22 Jun 2012 10:54:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 178CF8FC0A for ; Fri, 22 Jun 2012 10:54:54 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5MAsrna027531 for ; Fri, 22 Jun 2012 10:54:53 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5MAsrjj027522; Fri, 22 Jun 2012 10:54:53 GMT (envelope-from nobody) Message-Id: <201206221054.q5MAsrjj027522@red.freebsd.org> Date: Fri, 22 Jun 2012 10:54:53 GMT From: YAMAMOTO@FreeBSD.org, Shigeru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169322: New port: SMFv2/ARMS Service Adapter daemon. 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, 22 Jun 2012 11:00:11 -0000 >Number: 169322 >Category: ports >Synopsis: New port: SMFv2/ARMS Service Adapter daemon. >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: Fri Jun 22 11:00:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: YAMAMOTO, Shigeru >Release: FreeBSD 9.0-release and 10-current >Organization: Internet Initiative Japan Inc. >Environment: FreeBSD mercury.tokyo.iiji.jp 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r236371M: Fri Jun 1 11:25:32 JST 2012 root@mercury.tokyo.iiji.jp:/usr/obj/usr/src/sys/MERCURY amd64 >Description: New port: net/armsd is a SMFv2/ARMS Service Adapter daemon. It is a sample implementation of a SMFv2/ARMS Service Adapter. SMFv2/ARMS is a framwork for 'Zero Configuration Service and Centralized Remote Management Service on the Internet', which is now serviced by IIJ in Japan. After Febrary 2012, IIJ open a source code for developing a SMFv2 Service Adapter. (called 'libarms') IIJ open a source code of a daemon which is using libarms. (called 'armsd') Unfortunately, information about libarms and SMFv2/ARMS is only in Japanese. >How-To-Repeat: >Fix: I append 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: # # net/armsd # net/armsd/distinfo # net/armsd/Makefile # net/armsd/pkg-plist # net/armsd/pkg-descr # net/armsd/files # net/armsd/files/patch-Makefile.in # echo c - net/armsd mkdir -p net/armsd > /dev/null 2>&1 echo x - net/armsd/distinfo sed 's/^X//' >net/armsd/distinfo << 'ffe1fcc136d6209d34cd351f7b278d5c' XSHA256 (armsd-0.7.0.tar.gz) = 4467e33bedcc8f92d50a672ff79a78d655f90a561f8e34569195a1f56a0464b9 XSIZE (armsd-0.7.0.tar.gz) = 92690 ffe1fcc136d6209d34cd351f7b278d5c echo x - net/armsd/Makefile sed 's/^X//' >net/armsd/Makefile << '50ee11c4da0d6e60e3456061e88172c3' X# New ports collection makefile for: libarms X# Date created: 22 Jun 2012 X# Whom: shigeru@iij.ad.jp X# X# $FreeBSD$ X# X XPORTNAME= armsd XPORTVERSION= 0.7.0 XCATEGORIES= net XMASTER_SITES= https://dev.smf.jp/dl/ \ X http://dev.smf.jp/dl/ X XMAINTAINER= shigeru@iij.ad.jp XCOMMENT= SMFv2/ARMS Service Adapter daemon X XLIB_DEPENDS= arms:${PORTSDIR}/net/libarms X XUSE_GMAKE= yes XGNU_CONFIGURE= yes XUSE_LDCONFIG= yes X XLDFLAGS+= -L${LOCALBASE}/lib XCPPFLAGS+= -I${LOCALBASE}/include X X.include 50ee11c4da0d6e60e3456061e88172c3 echo x - net/armsd/pkg-plist sed 's/^X//' >net/armsd/pkg-plist << '4e7bda8cd9d472c246b639abb0717e1d' Xetc/armsd/armsd.conf.sample Xsbin/armsd Xshare/examples/armsd/clear Xshare/examples/armsd/command Xshare/examples/armsd/debug Xshare/examples/armsd/line Xshare/examples/armsd/mac2sacode.awk Xshare/examples/armsd/reboot Xshare/examples/armsd/reconfig Xshare/examples/armsd/start Xshare/examples/armsd/state-changed Xshare/examples/armsd/status Xshare/examples/armsd/stop X@dirrm etc/armsd/scripts X@dirrm etc/armsd X@dirrm share/examples/armsd X@dirrm share/examples X@dirrm var/armsd X@dirrm var 4e7bda8cd9d472c246b639abb0717e1d echo x - net/armsd/pkg-descr sed 's/^X//' >net/armsd/pkg-descr << '0e760d6a740e6ab37dddfbcc639068ff' XSMFv2/ARMS Service Adapter daemon. XIt is a sample implementation of Service Adapter. XIt is using 'net/libarms'. X XWWW: https://dev.smf.jp/libarms/ 0e760d6a740e6ab37dddfbcc639068ff echo c - net/armsd/files mkdir -p net/armsd/files > /dev/null 2>&1 echo x - net/armsd/files/patch-Makefile.in sed 's/^X//' >net/armsd/files/patch-Makefile.in << '433a3e149ba623ee30caca6f0364064a' X--- Makefile.in.orig 2012-05-18 12:42:15.000000000 +0900 X+++ Makefile.in 2012-06-22 19:23:58.881105665 +0900 X@@ -1,4 +1,4 @@ X-DESTDIR= X+#DESTDIR= X prefix=@prefix@ X exec_prefix=@exec_prefix@ X sbindir=@sbindir@ X@@ -7,7 +7,7 @@ X localstatedir=@localstatedir@ X X cachedir=${localstatedir}/armsd X-exampledir=${datadir}/armsd X+exampledir=${datadir}/examples/armsd X X CFLAGS= -O2 -Wall -Werror @DEFS@ @CPPFLAGS@ @CFLAGS@ X CFLAGS_COV= $(CFLAGS) -fprofile-arcs -ftest-coverage X@@ -33,7 +33,7 @@ X install -c -s armsd $(DESTDIR)${sbindir} X install -d $(DESTDIR)${sysconfdir}/armsd X install -d $(DESTDIR)${sysconfdir}/armsd/scripts X- install -c armsd.conf $(DESTDIR)${sysconfdir}/armsd/armsd.conf X+ install -c armsd.conf $(DESTDIR)${sysconfdir}/armsd/armsd.conf.sample X install -d $(DESTDIR)${cachedir} X install -d $(DESTDIR)${exampledir} X install -c examples/* $(DESTDIR)${exampledir} 433a3e149ba623ee30caca6f0364064a exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 13:10:01 2012 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 A4955106566C for ; Fri, 22 Jun 2012 13:10:01 +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 73EE98FC14 for ; Fri, 22 Jun 2012 13:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MDA1LX040547 for ; Fri, 22 Jun 2012 13:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MDA1Sx040546; Fri, 22 Jun 2012 13:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 22 Jun 2012 13:10:01 GMT Resent-Message-Id: <201206221310.q5MDA1Sx040546@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, Aliaksandr Zahatski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 731F8106566B for ; Fri, 22 Jun 2012 13:09:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5C0D98FC15 for ; Fri, 22 Jun 2012 13:09:16 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5MD9G9r037683 for ; Fri, 22 Jun 2012 13:09:16 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5MD9G3a037682; Fri, 22 Jun 2012 13:09:16 GMT (envelope-from nobody) Message-Id: <201206221309.q5MD9G3a037682@red.freebsd.org> Date: Fri, 22 Jun 2012 13:09:16 GMT From: Aliaksandr Zahatski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169323: [PATCH] lang/rakudo update to 2012.05 release of "Rakudo Star" 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, 22 Jun 2012 13:10:01 -0000 >Number: 169323 >Category: ports >Synopsis: [PATCH] lang/rakudo update to 2012.05 release of "Rakudo Star" >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 Jun 22 13:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Aliaksandr Zahatski >Release: >Organization: >Environment: >Description: Update to 2014.05 release of "Rakudo Star" Here are some of the major improvements in this release over the previous distribution release. * -I and -M command-line options * support for non-Int enums * ‘use’ now accepts positional arguments and is able to import by tag name * ‘import’ now works * basic support for Version literals * %*ENV now propagates into subprocesses * basic implementation of pack and unpack ported from ‘ng’ branch * fff flip-flop operator is now implemented, ff has been improved * various new regex features and improvements Rakudo now also includes the lib.pm module. http://rakudo.org/2012/05/23/rakudo-star-2012-05-released/ >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/lang/rakudo/Makefile rakudo/Makefile --- /usr/ports/lang/rakudo/Makefile 2012-02-08 01:10:03.000000000 +0400 +++ rakudo/Makefile 2012-06-22 17:01:21.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= rakudo -PORTVERSION= 2012.01 +PORTVERSION= 2012.05 PORTEPOCH= 3 CATEGORIES= lang MASTER_SITES= http://cloud.github.com/downloads/rakudo/star/ @@ -25,7 +25,7 @@ CONFLICTS= parrot-[0-9]* -PARROT_VERSION=3.11.0 +PARROT_VERSION=4.4.0 INSTALL_TARGET= install CONFIGURE_SCRIPT= Configure.pl CONFIGURE_PARROT_ARGS= --cc=${CC} --cxx=${CXX} --ld=${CC} --ccflags="${CFLAGS}" \ @@ -68,7 +68,7 @@ do-install: cd ${WRKSRC}/parrot-${PARROT_VERSION} \ && ${MAKE} install-dev PREFIX=${PREFIX} \ - && cd ${WRKSRC}/nqp-2012.01 \ + && cd ${WRKSRC}/nqp-2012.05 \ && ${PERL} ${CONFIGURE_SCRIPT} --with-parrot=${PREFIX}/bin/parrot \ --prefix=${PREFIX} \ && ${MAKE} install PREFIX=${PREFIX} \ diff -urN /usr/ports/lang/rakudo/distinfo rakudo/distinfo --- /usr/ports/lang/rakudo/distinfo 2012-02-08 01:10:03.000000000 +0400 +++ rakudo/distinfo 2012-06-22 16:39:02.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (rakudo-star-2012.01.tar.gz) = 2bfa055c6d3b6060917fb45561d1346fef518912aaf69af361f54dd3f9ec903c -SIZE (rakudo-star-2012.01.tar.gz) = 7549630 +SHA256 (rakudo-star-2012.05.tar.gz) = 4bb1cee56e28e2c26948eefe1ae141373191b9b8cff334baa5aa295382e02b9a +SIZE (rakudo-star-2012.05.tar.gz) = 8055654 diff -urN /usr/ports/lang/rakudo/pkg-plist rakudo/pkg-plist --- /usr/ports/lang/rakudo/pkg-plist 2012-02-08 01:10:03.000000000 +0400 +++ rakudo/pkg-plist 2012-06-22 16:59:37.000000000 +0400 @@ -12,7 +12,6 @@ bin/pbc_to_exe bin/perl6 bin/ufo -bin/ufobuilder bin/winxed include/parrot/%%PARROT_VERSION%%/imcc/api.h include/parrot/%%PARROT_VERSION%%/imcc/embed.h @@ -250,6 +249,7 @@ lib/parrot/%%PARROT_VERSION%%/languages/nqp/lib/NQPP6Regex.pbc lib/parrot/%%PARROT_VERSION%%/languages/nqp/lib/NQPRegex.pbc lib/parrot/%%PARROT_VERSION%%/languages/nqp/lib/Perl6/Actions.pbc +lib/parrot/%%PARROT_VERSION%%/languages/nqp/lib/Perl6/BOOTSTRAP.pbc lib/parrot/%%PARROT_VERSION%%/languages/nqp/lib/Perl6/Compiler.pbc lib/parrot/%%PARROT_VERSION%%/languages/nqp/lib/Perl6/ConstantFolder.pbc lib/parrot/%%PARROT_VERSION%%/languages/nqp/lib/Perl6/Grammar.pbc @@ -276,15 +276,27 @@ lib/parrot/%%PARROT_VERSION%%/languages/pct/src/POST/Node.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Bailador.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Bailador.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Bailador/App.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Bailador/App.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Bailador/Request.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Bailador/Request.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Bailador/Response.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Bailador/Response.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Bailador/Test.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Bailador/Test.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/CORE.setting.pbc -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Config/INI.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Config/INI.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Config/INI/Writer.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Config/INI/Writer.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/DBDish.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/DBDish.pm6 +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/DBDish/Pg.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/DBDish/Pg.pm6 +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/DBDish/SQLite.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/DBDish/SQLite.pm6 +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/DBDish/TestMock.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/DBDish/TestMock.pm6 +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/DBDish/mysql.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/DBDish/mysql.pm6 +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/DBIish.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/DBIish.pm6 lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Digest/MD5.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Digest/MD5.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/File/Find.pir @@ -301,30 +313,32 @@ lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/HTTP/Easy/PSGI.pm6 lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/HTTP/Status.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/HTTP/Status.pm6 +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/IETF/RFC_Grammar.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/IETF/RFC_Grammar.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/IETF/RFC_Grammar/IPv6.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/IETF/RFC_Grammar/IPv6.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/IETF/RFC_Grammar/URI.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/IETF/RFC_Grammar/URI.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/RPC/Client.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/RPC/Client.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/RPC/Error.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/RPC/Error.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/RPC/Server.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/RPC/Server.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny/Actions.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny/Actions.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny/Grammar.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny/Grammar.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/LWP/Simple.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/LWP/Simple.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MIME/Base64.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MIME/Base64.pm6 lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Math/Model.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Math/Model.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Math/RungeKutta.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Math/RungeKutta.pm -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD.pm6 -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD/CSV.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD/CSV.pm6 -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD/Pg.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD/Pg.pm6 -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD/PgPir.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD/PgPir.pm6 -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD/mysql.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD/mysql.pm6 -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBI.pir -lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBI.pm6 lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/NativeCall.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/NativeCall.pm6 lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda.pir @@ -345,6 +359,8 @@ lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda/Tester.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Pies.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Pies.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Pod/To/HTML.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Pod/To/HTML.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Pod/To/Text.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Ratel.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Ratel.pm @@ -367,11 +383,22 @@ lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Shell/Command.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Term/ANSIColor.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Term/ANSIColor.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test/Mock.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test/Mock.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Text/Escape.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Text/Escape.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/URI.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/URI.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/URI/DefaultPort.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/URI/DefaultPort.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/URI/Escape.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/URI/Escape.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/XML/Writer.pir lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/XML/Writer.pm +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/lib.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/lib.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/perl6.pbc lib/parrot/%%PARROT_VERSION%%/languages/pge/Defines.mak lib/parrot/%%PARROT_VERSION%%/languages/pge/P6Rule.grammar @@ -677,7 +704,7 @@ share/doc/parrot/%%PARROT_VERSION%%/LICENSE share/doc/parrot/%%PARROT_VERSION%%/PBC_COMPAT share/doc/parrot/%%PARROT_VERSION%%/PLATFORMS -share/doc/parrot/%%PARROT_VERSION%%/README +share/doc/parrot/%%PARROT_VERSION%%/README.pod share/doc/parrot/%%PARROT_VERSION%%/README_cygwin.pod share/doc/parrot/%%PARROT_VERSION%%/README_win32.pod share/doc/parrot/%%PARROT_VERSION%%/RESPONSIBLE_PARTIES @@ -853,6 +880,8 @@ @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/pge @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/XML +@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/URI +@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Text @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Test @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Term @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Shell @@ -862,19 +891,21 @@ @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Pod/To @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Pod @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Panda -@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MiniDBD @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Math @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/MIME +@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/LWP @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/Tiny +@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON/RPC @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/JSON +@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/IETF/RFC_Grammar +@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/IETF @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/HTTP/Easy @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/HTTP @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Grammar/Profiler @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Grammar @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/File @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Digest -@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Config/INI -@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Config +@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/DBDish @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Bailador @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/perl6 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 13:10:14 2012 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 6E0B1106566C; Fri, 22 Jun 2012 13:10:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 41F948FC1A; Fri, 22 Jun 2012 13:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MDAEfE040838; Fri, 22 Jun 2012 13:10:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MDAEt9040829; Fri, 22 Jun 2012 13:10:14 GMT (envelope-from edwin) Date: Fri, 22 Jun 2012 13:10:14 GMT Message-Id: <201206221310.q5MDAEt9040829@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169323: [PATCH] lang/rakudo update to 2012.05 release of "Rakudo Star" 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, 22 Jun 2012 13:10:14 -0000 Synopsis: [PATCH] lang/rakudo update to 2012.05 release of "Rakudo Star" Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 22 13:10:13 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169323 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 15:40:04 2012 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 4ABF3106564A for ; Fri, 22 Jun 2012 15:40:04 +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 1D2598FC18 for ; Fri, 22 Jun 2012 15:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MFe3sj083031 for ; Fri, 22 Jun 2012 15:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MFe3T7083030; Fri, 22 Jun 2012 15:40:03 GMT (envelope-from gnats) Resent-Date: Fri, 22 Jun 2012 15:40:03 GMT Resent-Message-Id: <201206221540.q5MFe3T7083030@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, Dmitry Pryadko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C201E106566C for ; Fri, 22 Jun 2012 15:32:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id AB9FF8FC1C for ; Fri, 22 Jun 2012 15:32:18 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5MFWIon076743 for ; Fri, 22 Jun 2012 15:32:18 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5MFWHpC076742; Fri, 22 Jun 2012 15:32:17 GMT (envelope-from nobody) Message-Id: <201206221532.q5MFWHpC076742@red.freebsd.org> Date: Fri, 22 Jun 2012 15:32:17 GMT From: Dmitry Pryadko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169326: New port: dns/py-publicsuffix This module allows you to get the public suffix of a domain name 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, 22 Jun 2012 15:40:04 -0000 >Number: 169326 >Category: ports >Synopsis: New port: dns/py-publicsuffix This module allows you to get the public suffix of a domain name >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: Fri Jun 22 15:40:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Dmitry Pryadko >Release: >Organization: Rambler >Environment: >Description: >How-To-Repeat: >Fix: 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: # # py-publicsuffix # py-publicsuffix/Makefile # py-publicsuffix/distinfo # py-publicsuffix/pkg-descr # py-publicsuffix/pkg-plist # echo c - py-publicsuffix mkdir -p py-publicsuffix > /dev/null 2>&1 echo x - py-publicsuffix/Makefile sed 's/^X//' >py-publicsuffix/Makefile << '63a9d91f17b850e847cf19bd288a6378' X# New ports collection makefile for: py-publicsuffix X# Date created: 2012-06-22 X# Whom: Dmitry Pryadko X# X# $FreeBSD: ports/dns/py-publicsuffix/Makefile,v 1.1 2012/06/22 14:32:56 dpryadko Exp $ X# X XPORTNAME= publicsuffix XPORTVERSION= 1.0.2 XCATEGORIES= dns python XMASTER_SITES= http://pypi.python.org/packages/source/p/publicsuffix/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= d.pryadko@rambler-co.ru XCOMMENT= This module allows you to get the public suffix of a domain name using the Public Suffix List from http://publicsuffix.org X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes XPYDISTUTILS_PKGNAME= python-${PORTNAME} X X.include 63a9d91f17b850e847cf19bd288a6378 echo x - py-publicsuffix/distinfo sed 's/^X//' >py-publicsuffix/distinfo << '5c55484ef79fae44c16424bc043c571f' XSHA256 (publicsuffix-1.0.2.tar.gz) = f6dfcb8a33fb3ac4f09e644cd26f8af6a09d1a45a019d105c8da58e289ca0096 XSIZE (publicsuffix-1.0.2.tar.gz) = 28992 5c55484ef79fae44c16424bc043c571f echo x - py-publicsuffix/pkg-descr sed 's/^X//' >py-publicsuffix/pkg-descr << '39c6a5a44258596e62e83a81a95cd7ba' XThis module allows you to get the public suffix of a domain name using the Public Suffix List from http://publicsuffix.org X XA public suffix is one under which Internet users can directly register names. Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us. Accurately knowing the public suffix of a domain is useful when handling web browser cookies, highlighting the most important part of a domain name in a user interface or sorting URLs by web site 39c6a5a44258596e62e83a81a95cd7ba echo x - py-publicsuffix/pkg-plist sed 's/^X//' >py-publicsuffix/pkg-plist << '074767bd3cf69443f890a581cccf5222' X%%PYTHON_SITELIBDIR%%/usermodel/__init__.py X%%PYTHON_SITELIBDIR%%/usermodel/top100/__init__.py X%%PYTHON_SITELIBDIR%%/usermodel/top100/ruid.py X%%PYTHON_SITELIBDIR%%/usermodel/top100/__init__.pyc X%%PYTHON_SITELIBDIR%%/usermodel/top100/ruid.pyc X%%PYTHON_SITELIBDIR%%/usermodel/top100/__init__.pyo X%%PYTHON_SITELIBDIR%%/usermodel/top100/ruid.pyo X%%PYTHON_SITELIBDIR%%/usermodel/db/__init__.py X%%PYTHON_SITELIBDIR%%/usermodel/db/redisdb.py X%%PYTHON_SITELIBDIR%%/usermodel/db/__init__.pyc X%%PYTHON_SITELIBDIR%%/usermodel/db/redisdb.pyc X%%PYTHON_SITELIBDIR%%/usermodel/db/__init__.pyo X%%PYTHON_SITELIBDIR%%/usermodel/db/redisdb.pyo X%%PYTHON_SITELIBDIR%%/usermodel/logparsing/__init__.py X%%PYTHON_SITELIBDIR%%/usermodel/logparsing/weblogs.py X%%PYTHON_SITELIBDIR%%/usermodel/logparsing/__init__.pyc X%%PYTHON_SITELIBDIR%%/usermodel/logparsing/weblogs.pyc X%%PYTHON_SITELIBDIR%%/usermodel/logparsing/__init__.pyo X%%PYTHON_SITELIBDIR%%/usermodel/logparsing/weblogs.pyo X%%PYTHON_SITELIBDIR%%/usermodel/__init__.pyc X%%PYTHON_SITELIBDIR%%/usermodel/__init__.pyo X@dirrm %%PYTHON_SITELIBDIR%%/usermodel/logparsing X@dirrm %%PYTHON_SITELIBDIR%%/usermodel/db X@dirrm %%PYTHON_SITELIBDIR%%/usermodel/top100 X@dirrm %%PYTHON_SITELIBDIR%%/usermodel 074767bd3cf69443f890a581cccf5222 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 15:40:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 31C871065673; Fri, 22 Jun 2012 15:40:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 044FF8FC08; Fri, 22 Jun 2012 15:40:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MFeE8q083308; Fri, 22 Jun 2012 15:40:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MFeESX083301; Fri, 22 Jun 2012 15:40:14 GMT (envelope-from edwin) Date: Fri, 22 Jun 2012 15:40:14 GMT Message-Id: <201206221540.q5MFeESX083301@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169326: New port: dns/py-publicsuffix This module allows you to get the public suffix of a domain name 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, 22 Jun 2012 15:40:15 -0000 Synopsis: New port: dns/py-publicsuffix This module allows you to get the public suffix of a domain name Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 22 15:40:14 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169326 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 16:00:10 2012 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 4C991106564A for ; Fri, 22 Jun 2012 16:00:10 +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 EDF2F8FC19 for ; Fri, 22 Jun 2012 16:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MG09DV000257 for ; Fri, 22 Jun 2012 16:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MG09lU000256; Fri, 22 Jun 2012 16:00:09 GMT (envelope-from gnats) Resent-Date: Fri, 22 Jun 2012 16:00:09 GMT Resent-Message-Id: <201206221600.q5MG09lU000256@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, Linh Pham Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 81BAA106566B for ; Fri, 22 Jun 2012 15:51:29 +0000 (UTC) (envelope-from question@closedsrc.org) Received: from ironsides.closedsrc.org (ironsides.closedsrc.org [199.48.134.102]) by mx1.freebsd.org (Postfix) with ESMTP id 64F648FC12 for ; Fri, 22 Jun 2012 15:51:29 +0000 (UTC) Received: by ironsides.closedsrc.org (Postfix, from userid 5000) id 7830C22922; Fri, 22 Jun 2012 15:51:28 +0000 (UTC) Message-Id: <20120622155128.7830C22922@ironsides.closedsrc.org> Date: Fri, 22 Jun 2012 15:51:28 +0000 (UTC) From: Linh Pham To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169327: Update port: mail/getmail to 4.30.1 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, 22 Jun 2012 16:00:10 -0000 >Number: 169327 >Category: ports >Synopsis: Update port: mail/getmail to 4.30.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jun 22 16:00:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Linh Pham >Release: FreeBSD 8.2-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD ironsides.closedsrc.org 8.2-RELEASE-p6 FreeBSD 8.2-RELEASE-p6 #1: Thu Jan 5 17:56:45 UTC 2012 root@ironsides.closedsrc.org:/usr/obj/usr/src/sys/IRONSIDES i386 >Description: Update mail/getmail to 4.30.1, which includes a fix to silence a nuisance deprecation warning that was re-introduced in 4.29.0. >How-To-Repeat: >Fix: --- getmail-4.30.1.diff begins here --- diff -ruN /usr/ports/mail/getmail/Makefile getmail/Makefile --- /usr/ports/mail/getmail/Makefile 2012-06-21 22:28:24.000000000 -0700 +++ getmail/Makefile 2012-06-22 08:47:31.000000000 -0700 @@ -6,7 +6,7 @@ # PORTNAME= getmail -PORTVERSION= 4.30.0 +PORTVERSION= 4.30.1 CATEGORIES= mail python MASTER_SITES= http://pyropus.ca/software/getmail/old-versions/ \ http://mirrors.closedsrc.org/getmail/ diff -ruN /usr/ports/mail/getmail/distinfo getmail/distinfo --- /usr/ports/mail/getmail/distinfo 2012-06-21 22:28:24.000000000 -0700 +++ getmail/distinfo 2012-06-22 08:47:34.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (getmail-4.30.0.tar.gz) = d941750cf1ffcdb76037fa0ded71438e08e8618fd5192e5ae6d4e6ea020d8a73 -SIZE (getmail-4.30.0.tar.gz) = 164425 +SHA256 (getmail-4.30.1.tar.gz) = 7ecab1d524fe8dbbc499df109854b0ffa4f031cf2c077ec42dec7d34d9fac04b +SIZE (getmail-4.30.1.tar.gz) = 164508 --- getmail-4.30.1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 16:00:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACEF31065670 for ; Fri, 22 Jun 2012 16:00:10 +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 770818FC1B for ; Fri, 22 Jun 2012 16:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MG0A1t000288 for ; Fri, 22 Jun 2012 16:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MG0A5T000286; Fri, 22 Jun 2012 16:00:10 GMT (envelope-from gnats) Resent-Date: Fri, 22 Jun 2012 16:00:10 GMT Resent-Message-Id: <201206221600.q5MG0A5T000286@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, Dan McGregor Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4C0C106564A for ; Fri, 22 Jun 2012 15:52:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9668B8FC12 for ; Fri, 22 Jun 2012 15:52:42 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5MFqghA007280 for ; Fri, 22 Jun 2012 15:52:42 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5MFqgfv007279; Fri, 22 Jun 2012 15:52:42 GMT (envelope-from nobody) Message-Id: <201206221552.q5MFqgfv007279@red.freebsd.org> Date: Fri, 22 Jun 2012 15:52:42 GMT From: Dan McGregor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169328: net/avahi-app unconditionally overwrites modified configuration files 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, 22 Jun 2012 16:00:10 -0000 >Number: 169328 >Category: ports >Synopsis: net/avahi-app unconditionally overwrites modified configuration files >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 22 16:00:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Dan McGregor >Release: 9.0-STABLE >Organization: >Environment: FreeBSD shadrach.dyndns.org 9.0-STABLE FreeBSD 9.0-STABLE #0 r237403M: Thu Jun 21 13:14:23 CST 2012 dan@shadrach.dyndns.org:/usr/obj/usr/src/sys/SHADRACH amd64 >Description: This may well be an upstream bug, but when performing a make reinstall or make install of avahi-app the configuration files avahi-daemon and hosts are installed in $LOCALBASE/etc/avahi, even if the files already exist. The relevant lines of the build log are: test -z "/usr/local/etc/avahi" || .././install-sh -c -d "/usr/local/etc/avahi" install -o root -g wheel -m 444 avahi-daemon.conf hosts '/usr/local/etc/avahi' gmake[1] : on quitte le répertoire « /usr/obj/usr/ports/net/avahi-app/work/avahi-0.6.29/avahi-daemon » Later on in the install it installs them conditionally (this is after the gmake install phase): install -o root -g wheel -m 444 /usr/obj/usr/ports/net/avahi-app/work/avahi-0.6.29/avahi-daemon/hosts /usr/local/etc/avahi/hosts.dist if [ ! -f /usr/local/etc/avahi/hosts ]; then install -o root -g wheel -m 444 /usr/obj/usr/ports/net/avahi-app/work/avahi-0.6.29/avahi-daemon/hosts /usr/local/etc/avahi; fi install -o root -g wheel -m 444 /usr/obj/usr/ports/net/avahi-app/work/avahi-0.6.29/avahi-daemon/avahi-daemon.conf /usr/local/etc/avahi/avahi-daemon.conf.dist if [ ! -f /usr/local/etc/avahi/avahi-daemon.conf ]; then install -o root -g wheel -m 444 /usr/obj/usr/ports/net/avahi-app/work/avahi-0.6.29/avahi-daemon/avahi-daemon.conf /usr/local/etc/avahi; fi This makes upgrades awkward. >How-To-Repeat: Install net/avahi-app edit $LOCALBASE/etc/avahi/hosts or avahi-daemon.conf upgrade net/avahi-app cd $LOCALBASE/etc/avahi diff hosts.dist hosts diff avahi-daemon.conf.dist avahi-daemon.conf >Fix: I suggest we disable installing config files in the gmake install phase and only perform the latter. I don't know enough about autotools though to know how to do that. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 16:00:31 2012 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 D12E1106567E; Fri, 22 Jun 2012 16:00:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A33BC8FC12; Fri, 22 Jun 2012 16:00:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MG0VF8001244; Fri, 22 Jun 2012 16:00:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MG0Vn8001234; Fri, 22 Jun 2012 16:00:31 GMT (envelope-from edwin) Date: Fri, 22 Jun 2012 16:00:31 GMT Message-Id: <201206221600.q5MG0Vn8001234@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169328: net/avahi-app unconditionally overwrites modified configuration files 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, 22 Jun 2012 16:00:32 -0000 Synopsis: net/avahi-app unconditionally overwrites modified configuration files Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 22 16:00:30 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169328 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 16:07:26 2012 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 D2A67106566B; Fri, 22 Jun 2012 16:07:26 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A7AAF8FC17; Fri, 22 Jun 2012 16:07:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MG7QhM010622; Fri, 22 Jun 2012 16:07:26 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MG7QOD010618; Fri, 22 Jun 2012 16:07:26 GMT (envelope-from culot) Date: Fri, 22 Jun 2012 16:07:26 GMT Message-Id: <201206221607.q5MG7QOD010618@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/169327: Update port: mail/getmail to 4.30.1 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, 22 Jun 2012 16:07:26 -0000 Synopsis: Update port: mail/getmail to 4.30.1 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Fri Jun 22 16:07:26 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169327 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 16:50:04 2012 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 8FE02106564A for ; Fri, 22 Jun 2012 16:50:04 +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 7529B8FC0C for ; Fri, 22 Jun 2012 16:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MGo4Jn049460 for ; Fri, 22 Jun 2012 16:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MGo40x049459; Fri, 22 Jun 2012 16:50:04 GMT (envelope-from gnats) Date: Fri, 22 Jun 2012 16:50:04 GMT Message-Id: <201206221650.q5MGo40x049459@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Michael Scheidell Cc: Subject: Re: ports/169211: new port: emulators/vboxtool, provides effective control of VirtualBox machines X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael Scheidell List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2012 16:50:04 -0000 The following reply was made to PR ports/169211; it has been noted by GNATS. From: Michael Scheidell To: Cc: Subject: Re: ports/169211: new port: emulators/vboxtool, provides effective control of VirtualBox machines Date: Fri, 22 Jun 2012 12:47:35 -0400 Pierre: Thanks for contributing to FreeBSD. I am sure that a vboxtool like this will be very handy for the people who need it. A couple of random suggestions: (sed 's/linux/FreeBSD/' *)... like in pkg-message. bash: can you rewrite this using sh? if not, you also need to include bash as a RUN_DEPENDS. /usr/local/ make sure you honor ${PREFIX} and ${LOCALBASE}, one too many // ${WRKSRC}//COPYING.txt X RUN_DEPENDS= ${LOCALBASE}/bin/VBoxManage (skip )${LOCALBASE}/bin/ do_install: ${INSTALL_SCRIPT} -m 0740 will do instead of the extra chmod, right? vboxtool/files/patch-script-vboxtool. make it an .* in and pass it so it can honor %%PREFIX%% and %%LOCALBASE%% vboxtool_conf='/usr/local/etc/vboxtool/vboxtool.conf' in pkg_add/make/ pkg-plist (with @exec, unexec), you will want to install a sample, and cmp it to conf so you don't overwrite users .conf files. -- Michael Scheidell, CTO >*| * SECNAP Network Security Corporation d: +1.561.948.2259 w: http://people.freebsd.org/~scheidell From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 17:30:03 2012 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 DBDAC106564A for ; Fri, 22 Jun 2012 17:30:03 +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 9A28B8FC1F for ; Fri, 22 Jun 2012 17:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MHU3bX086227 for ; Fri, 22 Jun 2012 17:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MHU31q086225; Fri, 22 Jun 2012 17:30:03 GMT (envelope-from gnats) Resent-Date: Fri, 22 Jun 2012 17:30:03 GMT Resent-Message-Id: <201206221730.q5MHU31q086225@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, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2659C106566B for ; Fri, 22 Jun 2012 17:22:07 +0000 (UTC) (envelope-from pi@zfs.opsec.eu) Received: from zfs.opsec.eu (zfs.opsec.eu [IPv6:2001:14f8:200:4::18]) by mx1.freebsd.org (Postfix) with ESMTP id D2B9E8FC08 for ; Fri, 22 Jun 2012 17:22:06 +0000 (UTC) Received: from pi by zfs.opsec.eu with local (Exim 4.77 (FreeBSD)) (envelope-from ) id 1Si7Yd-000BsW-9b; Fri, 22 Jun 2012 19:22:07 +0200 Message-Id: Date: Fri, 22 Jun 2012 19:22:07 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lemke@lemke-it.com Subject: ports/169331: [patch update] devel/lfc 1.3.0 -> 1.3.1, serious performance gain X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2012 17:30:04 -0000 >Number: 169331 >Category: ports >Synopsis: [patch update] devel/lfc 1.3.0 -> 1.3.1, serious performance gain >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jun 22 17:30:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 9.0-RELEASE amd64 >Organization: - >Environment: System: FreeBSD zfs.opsec.eu 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: lfc was updated with some new String class features for small Strings, which leads to big performance (!) improvements for databases/cego. >How-To-Repeat: - >Fix: diff -r -u devel/lfc/Makefile /usr/home/pi/myp/devel/lfc/Makefile --- devel/lfc/Makefile 2012-05-14 23:38:04.706676933 +0200 +++ /usr/home/pi/myp/devel/lfc/Makefile 2012-06-22 18:50:45.884996249 +0200 @@ -2,10 +2,10 @@ PORTNAME= lfc -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff -r -u devel/lfc/distinfo /usr/home/pi/myp/devel/lfc/distinfo --- devel/lfc/distinfo 2012-05-14 23:38:04.805716546 +0200 +++ /usr/home/pi/myp/devel/lfc/distinfo 2012-06-22 18:50:53.383381379 +0200 @@ -1,2 +1,2 @@ -SHA256 (lfc-1.3.0.tar.gz) = f53bd77e18dfbd6c4fe27f68e9beae6cb89df306002351b2f32674975c94a4f6 -SIZE (lfc-1.3.0.tar.gz) = 213033 +SHA256 (lfc-1.3.1.tar.gz) = 5796cb9baa561d85fada8bb696b8cdf1c4e71238d037352e02e7aedf4107b0bd +SIZE (lfc-1.3.1.tar.gz) = 213162 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 18:00:31 2012 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 318621065670 for ; Fri, 22 Jun 2012 18:00:31 +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 E46388FC1A for ; Fri, 22 Jun 2012 18:00:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MI0UwH014758 for ; Fri, 22 Jun 2012 18:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MI0Uo2014755; Fri, 22 Jun 2012 18:00:30 GMT (envelope-from gnats) Resent-Date: Fri, 22 Jun 2012 18:00:30 GMT Resent-Message-Id: <201206221800.q5MI0Uo2014755@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, Garrett Wollman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30350106567B for ; Fri, 22 Jun 2012 18:00:12 +0000 (UTC) (envelope-from wollman@truechimer.csail.mit.edu) Received: from truechimer.csail.mit.edu (truechimer.csail.mit.edu [128.30.2.89]) by mx1.freebsd.org (Postfix) with ESMTP id 9D6598FC18 for ; Fri, 22 Jun 2012 18:00:11 +0000 (UTC) Received: from truechimer.csail.mit.edu (localhost [127.0.0.1]) by truechimer.csail.mit.edu (8.14.5/8.14.5) with ESMTP id q5MHmUd6050328 for ; Fri, 22 Jun 2012 13:48:30 -0400 (EDT) (envelope-from wollman@truechimer.csail.mit.edu) Received: (from wollman@localhost) by truechimer.csail.mit.edu (8.14.5/8.14.5/Submit) id q5MHmUkl050327; Fri, 22 Jun 2012 13:48:30 -0400 (EDT) (envelope-from wollman) Message-Id: <201206221748.q5MHmUkl050327@truechimer.csail.mit.edu> Date: Fri, 22 Jun 2012 13:48:30 -0400 (EDT) From: Garrett Wollman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169332: [editors/xemacs-packages] wide-edit.el wrong mode 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, 22 Jun 2012 18:00:31 -0000 >Number: 169332 >Category: ports >Synopsis: [editors/xemacs-packages] wide-edit.el wrong mode >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 22 18:00:29 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Garrett Wollman >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: MIT Computer Science & Artificial Intelligence Lab >Environment: System: FreeBSD truechimer.csail.mit.edu 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #1 r237083M: Thu Jun 14 15:09:49 EDT 2012 wollman@xyz.csail.mit.edu:/usr/obj/usr/src/sys/CSAIL amd64 >Description: editors/xemacs-packages installs the file $PREFIX/lib/xemacs/xemacs-packages/lisp/edit-utils/wide-edit.el with mode 0600. It should be mode 0644 like all the other files installed by this package. >How-To-Repeat: ls -l /usr/local/lib/xemacs/xemacs-packages/lisp/edit-utils/wide-edit.el >Fix: chmod 644 ${PREFIX}/lib/xemacs/xemacs-packages/lisp/edit-utils/wide-edit.el >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 19:52:06 2012 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 D05361065680; Fri, 22 Jun 2012 19:52:06 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A361A8FC18; Fri, 22 Jun 2012 19:52:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MJq6NG027438; Fri, 22 Jun 2012 19:52:06 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MJq6AF027434; Fri, 22 Jun 2012 19:52:06 GMT (envelope-from scheidell) Date: Fri, 22 Jun 2012 19:52:06 GMT Message-Id: <201206221952.q5MJq6AF027434@freefall.freebsd.org> To: kwm@FreeBSD.org, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/149846: graphics/gimp-gap: outdated (not maintained) port 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, 22 Jun 2012 19:52:06 -0000 Synopsis: graphics/gimp-gap: outdated (not maintained) port Class-Changed-From-To: update->sw-bug Class-Changed-By: scheidell Class-Changed-When: Fri Jun 22 19:51:46 UTC 2012 Class-Changed-Why: Not really an update.. (there is no patch here) http://www.freebsd.org/cgi/query-pr.cgi?pr=149846 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 19:55:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D6C21065675; Fri, 22 Jun 2012 19:55:21 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 015C28FC16; Fri, 22 Jun 2012 19:55:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MJtKFb027602; Fri, 22 Jun 2012 19:55:20 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MJtKUb027598; Fri, 22 Jun 2012 19:55:20 GMT (envelope-from scheidell) Date: Fri, 22 Jun 2012 19:55:20 GMT Message-Id: <201206221955.q5MJtKUb027598@freefall.freebsd.org> To: scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/169293: [update] multimedia/qmmp to v0.5.6 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, 22 Jun 2012 19:55:21 -0000 Synopsis: [update] multimedia/qmmp to v0.5.6 Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Fri Jun 22 19:55:20 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169293 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 20:04:02 2012 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 13048106566B; Fri, 22 Jun 2012 20:04:02 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DAB5D8FC0A; Fri, 22 Jun 2012 20:04:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MK41vR037565; Fri, 22 Jun 2012 20:04:01 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MK41oW037561; Fri, 22 Jun 2012 20:04:01 GMT (envelope-from scheidell) Date: Fri, 22 Jun 2012 20:04:01 GMT Message-Id: <201206222004.q5MK41oW037561@freefall.freebsd.org> To: scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/169265: [MAINTAINER] devel/gdb: OptionsNG and fix ports/168444 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, 22 Jun 2012 20:04:02 -0000 Synopsis: [MAINTAINER] devel/gdb: OptionsNG and fix ports/168444 Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Fri Jun 22 20:04:01 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169265 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 20:08:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 69CF61065673; Fri, 22 Jun 2012 20:08:17 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3DC2F8FC14; Fri, 22 Jun 2012 20:08:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MK8HjC038036; Fri, 22 Jun 2012 20:08:17 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MK8HVZ038032; Fri, 22 Jun 2012 20:08:17 GMT (envelope-from scheidell) Date: Fri, 22 Jun 2012 20:08:17 GMT Message-Id: <201206222008.q5MK8HVZ038032@freefall.freebsd.org> To: scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/169294: audio/aureal-kmod become unfetchable 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, 22 Jun 2012 20:08:17 -0000 Synopsis: audio/aureal-kmod become unfetchable Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Fri Jun 22 20:08:16 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169294 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 20:10:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4EC01065670 for ; Fri, 22 Jun 2012 20:10:09 +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 799A78FC19 for ; Fri, 22 Jun 2012 20:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MKA9Nl038102 for ; Fri, 22 Jun 2012 20:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MKA9Sb038101; Fri, 22 Jun 2012 20:10:09 GMT (envelope-from gnats) Resent-Date: Fri, 22 Jun 2012 20:10:09 GMT Resent-Message-Id: <201206222010.q5MKA9Sb038101@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, Craig Leres Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 02E88106566C for ; Fri, 22 Jun 2012 20:07:22 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca]) by mx1.freebsd.org (Postfix) with ESMTP id DFFF08FC1C for ; Fri, 22 Jun 2012 20:07:21 +0000 (UTC) Received: from ice.ee.lbl.gov (ice.ee.lbl.gov [131.243.2.213]) (authenticated bits=0) by fun.ee.lbl.gov (8.14.5/8.14.5) with ESMTP id q5MK7LTc055318 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 22 Jun 2012 13:07:21 -0700 (PDT) Message-Id: <4FE4D079.6030404@ee.lbl.gov> Date: Fri, 22 Jun 2012 13:07:21 -0700 From: Craig Leres To: FreeBSD-gnats-submit@FreeBSD.org Cc: leres@ee.lbl.gov Subject: ports/169333: [PATCH] sysutils/syslog-ng2: move sample config to EXAMPLESDIR 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, 22 Jun 2012 20:10:09 -0000 >Number: 169333 >Category: ports >Synopsis: [PATCH] sysutils/syslog-ng2: move sample config to EXAMPLESDIR >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: Fri Jun 22 20:10:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Craig Leres >Release: FreeBSD 8.2-RELEASE amd64 >Organization: Lawrence Berkeley National Laboratory >Environment: System: FreeBSD hot.ee.lbl.gov 8.2-RELEASE FreeBSD 8.2-RELEASE #13: Wed Jun 13 18:31:18 PDT 2012 leres@hot.ee.lbl.gov:/usr/src/8.2-RELEASE/sys/amd64/compile/LBLIPV6 amd64 >Description: The syslog-ng2 port installs a copy of the sample config in /usr/local/etc/syslog-ng even though the actual config now lives in /usr/local/etc. It makes more sense to put this under /usr/local/share/examples than to clutter /usr/local/etc. >How-To-Repeat: With syslog-ng2 installed: hot 77 % ls -l /usr/local/etc/syslog-ng total 6 -r--r--r-- 1 root wheel 5564 Jun 22 12:52 syslog-ng.conf.sample >Fix: Please see attached patches. --- patch-Makefile begins here --- --- Makefile.orig 2012-06-22 12:38:26.000000000 -0700 +++ Makefile 2012-06-22 12:42:06.000000000 -0700 @@ -7,6 +7,7 @@ PORTNAME= syslog-ng PORTVERSION= 2.0.10 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/2.0/src/ PKGNAMESUFFIX= 2 @@ -57,10 +58,8 @@ ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/syslog-ng ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/syslog-ng .endif - @if [ ! -f ${PREFIX}/etc/syslog-ng/syslog-ng.conf.sample ]; then \ - ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} ${PREFIX}/etc/syslog-ng; \ - ${INSTALL_DATA} ${FILESDIR}/syslog-ng.conf.sample ${PREFIX}/etc/syslog-ng; \ - fi + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${FILESDIR}/syslog-ng.conf.sample ${EXAMPLESDIR} @${CAT} ${PKGMESSAGE} .include --- patch-Makefile ends here --- --- patch-files-pkg-message.in begins here --- --- files/pkg-message.in.orig 2010-03-26 23:14:03.000000000 -0700 +++ files/pkg-message.in 2012-06-22 12:47:05.000000000 -0700 @@ -4,8 +4,8 @@ 1. Create a configuration file named %%PREFIX%%/etc/syslog-ng.conf (a sample named syslog-ng.conf.sample has been included in - %%PREFIX%%/etc/syslog-ng). Note that this is a change in 2.0.2 - version, previous ones put the config file in + %%EXAMPLESDIR%%). Note that this is a change in + 2.0.2 version, previous ones put the config file in %%PREFIX%%/etc/syslog-ng/syslog-ng.conf, so if this is an update move that file in the right place @@ -18,7 +18,7 @@ adding a line to the end of your /etc/rc.conf file that reads: syslogd_enable="NO" - + 4. Shut down the standard FreeBSD syslogd: kill `cat /var/run/syslog.pid` --- patch-files-pkg-message.in ends here --- --- patch-pkg-plist begins here --- --- pkg-plist.orig 2008-04-15 10:59:21.000000000 -0700 +++ pkg-plist 2012-06-22 12:49:36.000000000 -0700 @@ -1,5 +1,4 @@ @unexec %D/etc/rc.d/syslog-ng.sh stop > /dev/null 2>&1 || true -etc/syslog-ng/syslog-ng.conf.sample bin/loggen sbin/syslog-ng %%PORTDOCS%%%%DOCSDIR%%/AUTHORS @@ -9,4 +8,5 @@ %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%@dirrm %%DOCSDIR%%/sgml %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm etc/syslog-ng +%%EXAMPLESDIR%%/syslog-ng.conf.sample +@dirrm %%EXAMPLESDIR%% --- patch-pkg-plist ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 20:10:21 2012 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 B4389106566B; Fri, 22 Jun 2012 20:10:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 880C08FC0C; Fri, 22 Jun 2012 20:10:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MKAL8O038332; Fri, 22 Jun 2012 20:10:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MKALt0038324; Fri, 22 Jun 2012 20:10:21 GMT (envelope-from edwin) Date: Fri, 22 Jun 2012 20:10:21 GMT Message-Id: <201206222010.q5MKALt0038324@freefall.freebsd.org> To: leres@ee.lbl.gov, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169333: [PATCH] sysutils/syslog-ng2: move sample config to EXAMPLESDIR 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, 22 Jun 2012 20:10:21 -0000 Synopsis: [PATCH] sysutils/syslog-ng2: move sample config to EXAMPLESDIR State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Jun 22 20:10:21 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169333 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 20:20:15 2012 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 3D488106564A for ; Fri, 22 Jun 2012 20:20:15 +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 2858B8FC0C for ; Fri, 22 Jun 2012 20:20:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MKKFpB048215 for ; Fri, 22 Jun 2012 20:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MKKFpd048214; Fri, 22 Jun 2012 20:20:15 GMT (envelope-from gnats) Date: Fri, 22 Jun 2012 20:20:15 GMT Message-Id: <201206222020.q5MKKFpd048214@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/169333: [PATCH] sysutils/syslog-ng2: move sample config to EXAMPLESDIR 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: Fri, 22 Jun 2012 20:20:15 -0000 The following reply was made to PR ports/169333; it has been noted by GNATS. From: Edwin Groothuis To: ivan.lago@ifom-ieo-campus.it Cc: bug-followup@FreeBSD.org Subject: Re: ports/169333: [PATCH] sysutils/syslog-ng2: move sample config to EXAMPLESDIR Date: Fri, 22 Jun 2012 20:10:19 UT Maintainer of sysutils/syslog-ng2, Please note that PR ports/169333 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169333 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 21:50:08 2012 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 5B75E1065675 for ; Fri, 22 Jun 2012 21:50:08 +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 3117E8FC1C for ; Fri, 22 Jun 2012 21:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MLo81A033164 for ; Fri, 22 Jun 2012 21:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MLo8hW033163; Fri, 22 Jun 2012 21:50:08 GMT (envelope-from gnats) Resent-Date: Fri, 22 Jun 2012 21:50:08 GMT Resent-Message-Id: <201206222150.q5MLo8hW033163@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, Brad Davis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 623F21065670 for ; Fri, 22 Jun 2012 21:49:00 +0000 (UTC) (envelope-from brad@liquidneon.com) Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.87.78.132]) by mx1.freebsd.org (Postfix) with ESMTP id 4A52F8FC23 for ; Fri, 22 Jun 2012 21:49:00 +0000 (UTC) Received: by valentine.liquidneon.com (Postfix, from userid 1001) id 5568A8FF07; Fri, 22 Jun 2012 15:48:54 -0600 (MDT) Message-Id: <20120622214854.5568A8FF07@valentine.liquidneon.com> Date: Fri, 22 Jun 2012 15:48:54 -0600 (MDT) From: Brad Davis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169334: [patch] Update www/py-graphite-web to 0.9.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brad Davis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2012 21:50:08 -0000 >Number: 169334 >Category: ports >Synopsis: [patch] Update www/py-graphite-web to 0.9.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 22 21:50:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Brad Davis >Release: FreeBSD 8.2-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD valentine.den.so14k.com 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:07:27 UTC 2011 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update www/py-graphite-web to 0.9.10 >How-To-Repeat: >Fix: --- patch-py-graphite-web.diff begins here --- diff -ruN www/py-graphite-web.ori/Makefile www/py-graphite-web/Makefile --- www/py-graphite-web.ori/Makefile 2012-06-21 15:33:56.925810697 -0700 +++ www/py-graphite-web/Makefile 2012-06-21 16:38:44.590452834 -0700 @@ -6,7 +6,7 @@ # PORTNAME= graphite-web -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.10 PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://launchpad.net/graphite/0.9/${PORTVERSION}/+download/ @@ -17,7 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=1.8.10:${PORTSDIR}/graphics/py-cairo \ ${PYTHON_PKGNAMEPREFIX}django>=1.3.1:${PORTSDIR}/www/py-django \ - ${PYTHON_PKGNAMEPREFIX}carbon>=0.9.9:${PORTSDIR}/databases/py-carbon + ${PYTHON_PKGNAMEPREFIX}carbon>=0.9.10:${PORTSDIR}/databases/py-carbon \ + ${PYTHON_PKGNAMEPREFIX}django-tagging>=0.3.1:${PORTSDIR}/www/py-django-tagging BUILD_DEPENDS:= ${RUN_DEPENDS} USE_PYTHON= 2.6+ diff -ruN www/py-graphite-web.ori/distinfo www/py-graphite-web/distinfo --- www/py-graphite-web.ori/distinfo 2012-06-21 15:33:56.925810697 -0700 +++ www/py-graphite-web/distinfo 2012-06-21 15:34:46.838808516 -0700 @@ -1,2 +1,2 @@ -SHA256 (graphite-web-0.9.9.tar.gz) = cc78bab7fb26b341a62bbc0360d675147d77cea3075eae16c65db3b63f502419 -SIZE (graphite-web-0.9.9.tar.gz) = 2109863 +SHA256 (graphite-web-0.9.10.tar.gz) = 4fd1d16cac3980fddc09dbf0a72243c7ae32444903258e1b65e28428a48948be +SIZE (graphite-web-0.9.10.tar.gz) = 2117421 diff -ruN www/py-graphite-web.ori/files/patch-setup.py www/py-graphite-web/files/patch-setup.py --- www/py-graphite-web.ori/files/patch-setup.py 2012-06-21 15:33:56.925810697 -0700 +++ www/py-graphite-web/files/patch-setup.py 2012-06-21 15:41:42.977809014 -0700 @@ -1,9 +1,9 @@ ---- setup.py.orig 2011-04-03 22:20:03.000000000 -0400 -+++ setup.py 2011-05-24 11:48:33.000000000 -0400 +--- setup.py.ori 2012-06-21 15:38:54.044808453 -0700 ++++ setup.py 2012-06-21 15:41:16.067809618 -0700 @@ -15,11 +15,11 @@ storage_dirs = [] - for subdir in ('whisper', 'lists', 'rrd', 'log', 'log/webapp'): + for subdir in ('whisper', 'rrd', 'log', 'log/webapp'): - storage_dirs.append( ('storage/%s' % subdir, []) ) + storage_dirs.append( ('graphite/storage/%s' % subdir, []) ) @@ -20,6 +20,6 @@ -conf_files = [ ('conf', glob('conf/*.example')) ] +conf_files = [ ('/usr/local/etc/graphite', glob('conf/*.example')) ] + examples = [ ('examples', glob('examples/example-*')) ] setup( - name='graphite-web', --- patch-py-graphite-web.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 21:50:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D6651065679; Fri, 22 Jun 2012 21:50:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 607858FC08; Fri, 22 Jun 2012 21:50:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MLoJ7g033366; Fri, 22 Jun 2012 21:50:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MLoJvR033362; Fri, 22 Jun 2012 21:50:19 GMT (envelope-from edwin) Date: Fri, 22 Jun 2012 21:50:19 GMT Message-Id: <201206222150.q5MLoJvR033362@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169334: [patch] Update www/py-graphite-web to 0.9.10 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, 22 Jun 2012 21:50:19 -0000 Synopsis: [patch] Update www/py-graphite-web to 0.9.10 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jun 22 21:50:18 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169334 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 22:20:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0ECCD1065792 for ; Fri, 22 Jun 2012 22:20:15 +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 ABEF08FC17 for ; Fri, 22 Jun 2012 22:20:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MMKFGL061651 for ; Fri, 22 Jun 2012 22:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MMKFG2061650; Fri, 22 Jun 2012 22:20:15 GMT (envelope-from gnats) Date: Fri, 22 Jun 2012 22:20:15 GMT Message-Id: <201206222220.q5MMKFG2061650@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Craig Leres Cc: Subject: Re: ports/169333: [PATCH] sysutils/syslog-ng2: move sample config to EXAMPLESDIR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Craig Leres List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2012 22:20:16 -0000 The following reply was made to PR ports/169333; it has been noted by GNATS. From: Craig Leres To: bug-followup@FreeBSD.org, leres@ee.lbl.gov Cc: Subject: Re: ports/169333: [PATCH] sysutils/syslog-ng2: move sample config to EXAMPLESDIR Date: Fri, 22 Jun 2012 15:10:18 -0700 I never seem to have the best luck with attachments to the PR system; here's a single attachment containing all three patches: --- Patch.txt begins here --- --- Makefile.orig 2012-06-22 12:38:26.000000000 -0700 +++ Makefile 2012-06-22 12:42:06.000000000 -0700 @@ -7,6 +7,7 @@ PORTNAME= syslog-ng PORTVERSION= 2.0.10 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/2.0/src/ PKGNAMESUFFIX= 2 @@ -57,10 +58,8 @@ ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/syslog-ng ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/syslog-ng .endif - @if [ ! -f ${PREFIX}/etc/syslog-ng/syslog-ng.conf.sample ]; then \ - ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} ${PREFIX}/etc/syslog-ng; \ - ${INSTALL_DATA} ${FILESDIR}/syslog-ng.conf.sample ${PREFIX}/etc/syslog-ng; \ - fi + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${FILESDIR}/syslog-ng.conf.sample ${EXAMPLESDIR} @${CAT} ${PKGMESSAGE} .include --- files/pkg-message.in.orig 2010-03-26 23:14:03.000000000 -0700 +++ files/pkg-message.in 2012-06-22 12:47:05.000000000 -0700 @@ -4,8 +4,8 @@ 1. Create a configuration file named %%PREFIX%%/etc/syslog-ng.conf (a sample named syslog-ng.conf.sample has been included in - %%PREFIX%%/etc/syslog-ng). Note that this is a change in 2.0.2 - version, previous ones put the config file in + %%EXAMPLESDIR%%). Note that this is a change in + 2.0.2 version, previous ones put the config file in %%PREFIX%%/etc/syslog-ng/syslog-ng.conf, so if this is an update move that file in the right place @@ -18,7 +18,7 @@ adding a line to the end of your /etc/rc.conf file that reads: syslogd_enable="NO" - + 4. Shut down the standard FreeBSD syslogd: kill `cat /var/run/syslog.pid` --- pkg-plist.orig 2008-04-15 10:59:21.000000000 -0700 +++ pkg-plist 2012-06-22 12:49:36.000000000 -0700 @@ -1,5 +1,4 @@ @unexec %D/etc/rc.d/syslog-ng.sh stop > /dev/null 2>&1 || true -etc/syslog-ng/syslog-ng.conf.sample bin/loggen sbin/syslog-ng %%PORTDOCS%%%%DOCSDIR%%/AUTHORS @@ -9,4 +8,5 @@ %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%@dirrm %%DOCSDIR%%/sgml %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm etc/syslog-ng +%%EXAMPLESDIR%%/syslog-ng.conf.sample +@dirrm %%EXAMPLESDIR%% --- Patch.txt ends here --- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 22:20:19 2012 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 0A73C106567E for ; Fri, 22 Jun 2012 22:20:19 +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 B271C8FC1A for ; Fri, 22 Jun 2012 22:20:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MMKIqZ061710 for ; Fri, 22 Jun 2012 22:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MMKI2Z061709; Fri, 22 Jun 2012 22:20:18 GMT (envelope-from gnats) Date: Fri, 22 Jun 2012 22:20:18 GMT Message-Id: <201206222220.q5MMKI2Z061709@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Dan Rowe Cc: Subject: RE: ports/169311: [patch] Update databases/py-carbon to 0.9.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dan Rowe List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2012 22:20:19 -0000 The following reply was made to PR ports/169311; it has been noted by GNATS. From: Dan Rowe To: "bug-followup@FreeBSD.org" , bsdports Cc: Subject: RE: ports/169311: [patch] Update databases/py-carbon to 0.9.10 Date: Fri, 22 Jun 2012 18:13:33 -0400 This looks good to go as well. Thanks! -Dan ________________________________________ From: Edwin Groothuis [edwin@FreeBSD.org] Sent: Thursday, June 21, 2012 7:30 PM To: bsdports Cc: bug-followup@FreeBSD.org Subject: Re: ports/169311: [patch] Update databases/py-carbon to 0.9.10 Maintainer of databases/py-carbon, Please note that PR ports/169311 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/169311 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 22:33:53 2012 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 DAA1F1065674; Fri, 22 Jun 2012 22:33:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AE63B8FC17; Fri, 22 Jun 2012 22:33:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MMXr19080295; Fri, 22 Jun 2012 22:33:53 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MMXr1b080291; Fri, 22 Jun 2012 22:33:53 GMT (envelope-from linimon) Date: Fri, 22 Jun 2012 22:33:53 GMT Message-Id: <201206222233.q5MMXr1b080291@freefall.freebsd.org> To: brd@FreeBSD.org, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169311: [patch] Update databases/py-carbon to 0.9.10 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, 22 Jun 2012 22:33:54 -0000 Synopsis: [patch] Update databases/py-carbon to 0.9.10 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Fri Jun 22 22:33:38 UTC 2012 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=169311 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 22 22:49:39 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06A661065670; Fri, 22 Jun 2012 22:49:39 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CD0848FC08; Fri, 22 Jun 2012 22:49:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5MMncgZ089594; Fri, 22 Jun 2012 22:49:38 GMT (envelope-from oliver@freefall.freebsd.org) Received: (from oliver@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5MMnbSl089588; Fri, 22 Jun 2012 22:49:37 GMT (envelope-from oliver) Date: Fri, 22 Jun 2012 22:49:37 GMT Message-Id: <201206222249.q5MMnbSl089588@freefall.freebsd.org> To: devel@stasyan.com, shen.elf@gmail.com, oliver@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: oliver@FreeBSD.org Cc: Subject: Re: ports/164563: games/sumwars can't run 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, 22 Jun 2012 22:49:39 -0000 Synopsis: games/sumwars can't run State-Changed-From-To: open->closed State-Changed-By: oliver State-Changed-When: Fri Jun 22 22:49:11 UTC 2012 State-Changed-Why: CEGUI lib got renamed in the meantime to match sumwars naming scheme http://www.freebsd.org/cgi/query-pr.cgi?pr=164563 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 00:30:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C1D3106566B for ; Sat, 23 Jun 2012 00:30:06 +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 4562B8FC0C for ; Sat, 23 Jun 2012 00:30:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5N0U6Pc087438 for ; Sat, 23 Jun 2012 00:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5N0U680087436; Sat, 23 Jun 2012 00:30:06 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 00:30:06 GMT Resent-Message-Id: <201206230030.q5N0U680087436@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, koobs Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF11D106564A; Sat, 23 Jun 2012 00:25:47 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7AC428FC08; Sat, 23 Jun 2012 00:25:47 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so4600853pbb.13 for ; Fri, 22 Jun 2012 17:25:47 -0700 (PDT) Received: by 10.68.238.166 with SMTP id vl6mr14976011pbc.96.1340411147000; Fri, 22 Jun 2012 17:25:47 -0700 (PDT) Received: from freebsd-90-amd64.localdomain (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id nv6sm614728pbc.42.2012.06.22.17.25.44 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 22 Jun 2012 17:25:46 -0700 (PDT) Received: by freebsd-90-amd64.localdomain (Postfix, from userid 1001) id 2DFAF17738; Sat, 23 Jun 2012 10:25:40 +1000 (EST) Message-Id: <20120623002540.2DFAF17738@freebsd-90-amd64.localdomain> Date: Sat, 23 Jun 2012 10:25:40 +1000 (EST) From: koobs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: nivit@FreeBSD.org Subject: ports/169335: [PATCH] devel/py-virtualenv: update to 1.7.2 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: Sat, 23 Jun 2012 00:30:06 -0000 >Number: 169335 >Category: ports >Synopsis: [PATCH] devel/py-virtualenv: update to 1.7.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jun 23 00:30:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: koobs >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD freebsd-90-amd64 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat May 5 14:51:14 EST >Description: - Update to 1.7.2 - Add LICENSE - Bump DISTRIBUTEVER Changes: http://www.virtualenv.org/en/latest/news.html#id1 Port maintainer (nivit@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-virtualenv-1.7.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/py-virtualenv/Makefile ./Makefile --- /usr/ports/devel/py-virtualenv/Makefile 2012-04-25 23:34:18.000000000 +1000 +++ ./Makefile 2012-06-23 10:21:45.000000000 +1000 @@ -6,8 +6,7 @@ # PORTNAME= virtualenv -PORTVERSION= 1.7.1.2 -PORTREVISION= 0 +PORTVERSION= 1.7.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +14,8 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= Virtual Python Environment builder +LICENSE= MIT + PLIST_SUB= PYVER=${PYTHON_VER} PIPVER=${PIPVER} DISTRIBUTEVER=${DISTRIBUTEVER} \ PY2X=${PY2X} @@ -23,7 +24,7 @@ USE_PYDISTUTILS= easy_install PIPVER= 1.1 -DISTRIBUTEVER= 0.6.24 +DISTRIBUTEVER= 0.6.27 .if !defined(NOPORTDOCS) DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} diff -ruN --exclude=CVS /usr/ports/devel/py-virtualenv/distinfo ./distinfo --- /usr/ports/devel/py-virtualenv/distinfo 2012-04-25 23:34:18.000000000 +1000 +++ ./distinfo 2012-06-23 10:12:33.000000000 +1000 @@ -1,2 +1,2 @@ -SHA256 (virtualenv-1.7.1.2.tar.gz) = 9f23c47e167f127268cf6777caf613280cf066b32c0183581bf79eab5ccc907e -SIZE (virtualenv-1.7.1.2.tar.gz) = 2138019 +SHA256 (virtualenv-1.7.2.tar.gz) = 8cbbe308ab0f446a4ceacf24b2656bedd33ea22825b0750fd079766cc6e91bf4 +SIZE (virtualenv-1.7.2.tar.gz) = 2156615 --- py27-virtualenv-1.7.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 00:30:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51E7A106564A; Sat, 23 Jun 2012 00:30:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 243FC8FC19; Sat, 23 Jun 2012 00:30:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5N0UMfM088297; Sat, 23 Jun 2012 00:30:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5N0ULSV088286; Sat, 23 Jun 2012 00:30:21 GMT (envelope-from edwin) Date: Sat, 23 Jun 2012 00:30:21 GMT Message-Id: <201206230030.q5N0ULSV088286@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nivit@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169335: [PATCH] devel/py-virtualenv: update to 1.7.2 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: Sat, 23 Jun 2012 00:30:22 -0000 Synopsis: [PATCH] devel/py-virtualenv: update to 1.7.2 Responsible-Changed-From-To: freebsd-ports-bugs->nivit Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 23 00:30:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169335 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 01:30:19 2012 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 D28ED106567C for ; Sat, 23 Jun 2012 01:30:19 +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 BD2048FC0C for ; Sat, 23 Jun 2012 01:30:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5N1UJZO046382 for ; Sat, 23 Jun 2012 01:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5N1UJYT046379; Sat, 23 Jun 2012 01:30:19 GMT (envelope-from gnats) Date: Sat, 23 Jun 2012 01:30:19 GMT Message-Id: <201206230130.q5N1UJYT046379@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Doug Barton Cc: Subject: Re: ports/168841: x11/slim fails to authorize (through kereros) if built without pam support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Doug Barton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 01:30:19 -0000 The following reply was made to PR ports/168841; it has been noted by GNATS. From: Doug Barton To: Henry Hu Cc: bug-followup@freebsd.org, c.kworr@gmail.com, Gleb Kurtsou Subject: Re: ports/168841: x11/slim fails to authorize (through kereros) if built without pam support Date: Fri, 22 Jun 2012 18:25:51 -0700 On 06/20/2012 23:51, Henry Hu wrote: > This patch enables PAM in slim. Given that we have a lot of users who don't like PAM, I'd much rather see this be optional. See for example x11/xscreensaver. > Details: > * add -DUSE_PAM=yes to cmake args > * install pam config file for "slim". > * patch app.cpp to allow rebooting without login The patch seems to do more than that? > * modify rc.d script to start after hal. For new X server, this should > be required to be able to input. Seems fine. > Most of it comes from > http://www.freebsd.org/cgi/query-pr.cgi?pr=152236, with some changes. > Thanks to Gleb Kurtsou . > > I've tested the patch, and I am able to log in. I'm not sure about > kereros. Please test it. Personally I have no way to test kerberos. Doug -- This .signature sanitized for your protection From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 02:12:18 2012 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 B22101065687; Sat, 23 Jun 2012 02:12:18 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 85E388FC17; Sat, 23 Jun 2012 02:12:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5N2CIum092474; Sat, 23 Jun 2012 02:12:18 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5N2CIts092470; Sat, 23 Jun 2012 02:12:18 GMT (envelope-from jgh) Date: Sat, 23 Jun 2012 02:12:18 GMT Message-Id: <201206230212.q5N2CIts092470@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/169311: [patch] Update databases/py-carbon to 0.9.10 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: Sat, 23 Jun 2012 02:12:18 -0000 Synopsis: [patch] Update databases/py-carbon to 0.9.10 Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Sat Jun 23 02:12:18 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169311 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 04:00:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E41E01065673 for ; Sat, 23 Jun 2012 04:00:25 +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 DB3A38FC15 for ; Sat, 23 Jun 2012 04:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5N40LIA087427 for ; Sat, 23 Jun 2012 04:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5N40LcK087426; Sat, 23 Jun 2012 04:00:21 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 04:00:21 GMT Resent-Message-Id: <201206230400.q5N40LcK087426@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, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07B47106564A for ; Sat, 23 Jun 2012 03:52:34 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id C07258FC0A for ; Sat, 23 Jun 2012 03:52:33 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 3WK2kg37B8z9t3; Sat, 23 Jun 2012 11:51:23 +0800 (CST) Message-Id: <3WK2kg37B8z9t3@sunpoet.net> Date: Sat, 23 Jun 2012 11:51:23 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169337: [REPOCOPY] request for repocopy from devel/perltidy to devel/p5-Perl-Tidy X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sunpoet Po-Chuan Hsieh List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 04:00:26 -0000 >Number: 169337 >Category: ports >Synopsis: [REPOCOPY] request for repocopy from devel/perltidy to devel/p5-Perl-Tidy >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: Sat Jun 23 04:00:21 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Thu May 31 14:45:51 CST 2012 sunpoet@bonjour.sunpoet.net:/usr/obj/usr/src/sys/bonjour amd64 >Description: Request for repocopy from devel/perltidy to devel/p5-Perl-Tidy >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 04:00:26 2012 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 E99521065675 for ; Sat, 23 Jun 2012 04:00:25 +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 3221B8FC18 for ; Sat, 23 Jun 2012 04:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5N40MeB087436 for ; Sat, 23 Jun 2012 04:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5N40MW2087435; Sat, 23 Jun 2012 04:00:22 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 04:00:22 GMT Resent-Message-Id: <201206230400.q5N40MW2087435@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, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98FEE1065704 for ; Sat, 23 Jun 2012 03:54:25 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 5F3FE8FC1D for ; Sat, 23 Jun 2012 03:54:25 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 3WK2mx6drJz9t7; Sat, 23 Jun 2012 11:53:21 +0800 (CST) Message-Id: <3WK2mx6drJz9t7@sunpoet.net> Date: Sat, 23 Jun 2012 11:53:21 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169338: [REPOCOPY] request for repocopy from graphics/p5-chart to graphics/p5-Chart X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sunpoet Po-Chuan Hsieh List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 04:00:26 -0000 >Number: 169338 >Category: ports >Synopsis: [REPOCOPY] request for repocopy from graphics/p5-chart to graphics/p5-Chart >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: Sat Jun 23 04:00:21 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD.org >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Thu May 31 14:45:51 CST 2012 sunpoet@bonjour.sunpoet.net:/usr/obj/usr/src/sys/bonjour amd64 >Description: Request for repocopy from graphics/p5-chart to graphics/p5-Chart >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 04:00:37 2012 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 84C9610656B4; Sat, 23 Jun 2012 04:00:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5795F8FC08; Sat, 23 Jun 2012 04:00:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5N40bRu087695; Sat, 23 Jun 2012 04:00:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5N40brj087688; Sat, 23 Jun 2012 04:00:37 GMT (envelope-from edwin) Date: Sat, 23 Jun 2012 04:00:37 GMT Message-Id: <201206230400.q5N40brj087688@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169337: [REPOCOPY] request for repocopy from devel/perltidy to devel/p5-Perl-Tidy 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: Sat, 23 Jun 2012 04:00:37 -0000 Synopsis: [REPOCOPY] request for repocopy from devel/perltidy to devel/p5-Perl-Tidy Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 23 04:00:36 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169337 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 04:00:44 2012 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 D34FC106564A; Sat, 23 Jun 2012 04:00:44 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A6C198FC0C; Sat, 23 Jun 2012 04:00:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5N40imo087951; Sat, 23 Jun 2012 04:00:44 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5N40imS087941; Sat, 23 Jun 2012 04:00:44 GMT (envelope-from edwin) Date: Sat, 23 Jun 2012 04:00:44 GMT Message-Id: <201206230400.q5N40imS087941@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169338: [REPOCOPY] request for repocopy from graphics/p5-chart to graphics/p5-Chart 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: Sat, 23 Jun 2012 04:00:44 -0000 Synopsis: [REPOCOPY] request for repocopy from graphics/p5-chart to graphics/p5-Chart Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 23 04:00:43 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169338 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 05:00:44 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F6C31065673; Sat, 23 Jun 2012 05:00:44 +0000 (UTC) (envelope-from johnpupu@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 21EA78FC0A; Sat, 23 Jun 2012 05:00:44 +0000 (UTC) Received: by ghbz22 with SMTP id z22so2398186ghb.13 for ; Fri, 22 Jun 2012 22:00:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=gqSR9R07JX9AUrGby6m14FIAOya3EIo3jJNbnV6nL6k=; b=dOhtzNCmp0g51qIg1Jc9k45zLiaIbLr0UMgQxUN1HUMX7hadqV6Z/uDjKYHY/ihYsT sAQb2HhHA7GyNL15s4LFOv6SN9D1CEEMMNzRwGjDpIUpc1et17yzcP5BsqwC9FqlN/cG NAJYPfasVlAh5489hNfrDZJ/j/gbCy3urvmlI9jAssT5Il62yqVYFU/loWzH5Jo4WG7C B37O/zcv3GeGv4N23H7bhKAqxrEywx0Roi4fI+ScuG0YlECSkzKrlukQxr53nZfZcMiR +Ws673CovwBf1df2VfIdopZRF8RJdzmNtCLrWuaw/H2y5UaBQmckvY0/wNiQmjDqHx3H Xj4w== Received: by 10.50.187.129 with SMTP id fs1mr3619439igc.27.1340427643219; Fri, 22 Jun 2012 22:00:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.222.69 with HTTP; Fri, 22 Jun 2012 22:00:22 -0700 (PDT) In-Reply-To: <201206130820.q5D8KBFY067741@freefall.freebsd.org> References: <201206130801.q5D81C6D097716@www.johnpupu.tw> <201206130820.q5D8KBFY067741@freefall.freebsd.org> From: John Chen Date: Sat, 23 Jun 2012 13:00:22 +0800 Message-ID: To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Content-Type: multipart/mixed; boundary=14dae9340e43856e4f04c31ca11f X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: ports/169025: [PATCH] ftp/smbftpd: update to 2.4 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: Sat, 23 Jun 2012 05:00:44 -0000 --14dae9340e43856e4f04c31ca11f Content-Type: text/plain; charset=ISO-8859-1 Hi Sylvio, I converted "Options" to new format. And changed dirrm to dirrmtry. If there are any errors in this patch, please tell me, I will try to fix. Thanks. On Wed, Jun 13, 2012 at 4:20 PM, wrote: > Thank you very much for your problem report. > It has the internal identification `ports/169025'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=169025 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [PATCH] ftp/smbftpd: update to 2.4 > >Arrival-Date: Wed Jun 13 08:20:11 UTC 2012 > -- John --14dae9340e43856e4f04c31ca11f Content-Type: application/octet-stream; name="smbftpd-2.4.patch" Content-Disposition: attachment; filename="smbftpd-2.4.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_h3s7znbo0 ZGlmZiAtcnVOIC0tZXhjbHVkZT1DVlMgLi4vc21iZnRwZC5vcmlnL01ha2VmaWxlIC4vTWFrZWZp bGUKLS0tIC4uL3NtYmZ0cGQub3JpZy9NYWtlZmlsZQkyMDExLTExLTI5IDE0OjQyOjU3LjAwMDAw MDAwMCArMDgwMAorKysgLi9NYWtlZmlsZQkyMDEyLTA2LTIzIDEyOjQwOjEzLjAwMDAwMDAwMCAr MDgwMApAQCAtNiw3ICs2LDcgQEAKICMKIAogUE9SVE5BTUU9CXNtYmZ0cGQKLVBPUlRWRVJTSU9O PQkyLjMKK1BPUlRWRVJTSU9OPQkyLjQKIENBVEVHT1JJRVM9CWZ0cAogTUFTVEVSX1NJVEVTPQlT Ri8ke1BPUlROQU1FfS9TbWJGVFBELyR7UE9SVFZFUlNJT059CVwKIAkJaHR0cDovL3d3dy50d2Jz ZC5vcmcvZG93bmxvYWQvZG93bmxvYWQucGhwP2ZpbGU9c21iZnRwZC8KQEAgLTE0LDEwICsxNCwx MSBAQAogTUFJTlRBSU5FUj0Jam5saW5AY3NpZS5uY3R1LmVkdS50dwogQ09NTUVOVD0JRlRQIGRh ZW1vbiB1c2luZyBTYW1iYS1saWtlIHNoYXJlIG1hbmFnZW1lbnQgbWVjaGFuaXNtCiAKLU9QVElP TlM9CU1ZU1FMICJVc2VycyBkYXRhYmFzZSBpcyBhIE15U1FMIGRhdGFiYXNlIiBvZmYgXAotCQlQ R1NRTCAiVXNlcnMgZGF0YWJhc2UgaXMgYSBQb3N0Z3JlU1FMIGRhdGFiYXNlIiBvZmYgXAotCQlT U0wgIkVuYWJsZSBTU0wvVExTIHN1cHBvcnQiIG9mZiBcCi0JCUlDT05WICJFbmFibGUgY29kZXBh Z2UgdG8gdW5pY29kZSBjb252ZXJzaW9uIGZvciBVVEYtOCBGVFAiIG9mZgorT1BUSU9OU19ERUZJ TkU9CU1ZU1FMIFBHU1FMIFNTTCBJQ09OVgorTVlTUUxfREVTQz0JVXNlcnMgZGF0YWJhc2UgaXMg YSBNeVNRTCBkYXRhYmFzZQorUEdTUUxfREVTQz0JVXNlcnMgZGF0YWJhc2UgaXMgYSBQb3N0Z3Jl U1FMIGRhdGFiYXNlCitTU0xfREVTQz0JRW5hYmxlIFNTTC9UTFMgc3VwcG9ydAorSUNPTlZfREVT Qz0JRW5hYmxlIGNvZGVwYWdlIHRvIHVuaWNvZGUgY29udmVyc2lvbiBmb3IgVVRGLTggRlRQCiAK IEhBU19DT05GSUdVUkU9CXllcwogTUFLRV9FTlY9CU9TVFlQRT1GcmVlQlNECkBAIC0yOSwyOSAr MzAsMjUgQEAKIAogLmluY2x1ZGUgPGJzZC5wb3J0LnByZS5taz4KIAotLmlmIGRlZmluZWQoV0lU SF9NWVNRTCkKKy5pZiAke1BPUlRfT1BUSU9OUzpNTVlTUUx9CiBVU0VfTVlTUUw9CXllcwogQ09O RklHVVJFX0FSR1MrPQkiLS13aXRoLW15c3FsIgogLmVuZGlmCiAKLS5pZiBkZWZpbmVkKFdJVEhf UEdTUUwpCisuaWYgJHtQT1JUX09QVElPTlM6TVBHU1FMfQogVVNFX1BHU1FMPQl5ZXMKIENPTkZJ R1VSRV9BUkdTKz0JIi0td2l0aC1wZ3NxbCIKIC5lbmRpZgogCi0uaWYgZGVmaW5lZChXSVRIX0lD T05WKQorLmlmICR7UE9SVF9PUFRJT05TOk1JQ09OVn0KIFVTRV9JQ09OVj0JeWVzCiBDT05GSUdV UkVfQVJHUys9CSItLXdpdGgtaWNvbnYiCiAuZW5kaWYKIAotLmlmIGRlZmluZWQoV0lUSF9TU0wp CisuaWYgJHtQT1JUX09QVElPTlM6TVNTTH0KIENPTkZJR1VSRV9BUkdTKz0JIi0td2l0aC1zc2wi CiAuZW5kaWYKIAotLmlmICR7T1NWRVJTSU9OfSA+IDkwMDAwNwotQlJPS0VOPQkJZmFpbHMgdG8g YnVpbGQgd2l0aCBuZXcgdXRtcHgKLS5lbmRpZgotCiBwb3N0LXBhdGNoOgogCUAke1JFSU5QTEFD RV9DTUR9IC1lICcvXkNPTkZJR1MgPSAvIHN8XC5jb25mfCYuc2FtcGxlfGcnICR7V1JLU1JDfS9N YWtlZmlsZQogCUBjZCAke1dSS1NSQ30vY29uZi8gJiYgKCR7TFN9ICouY29uZiB8ICR7WEFSR1N9 IC1JICUgJHtNVn0gJSAlLnNhbXBsZSkKZGlmZiAtcnVOIC0tZXhjbHVkZT1DVlMgLi4vc21iZnRw ZC5vcmlnL2Rpc3RpbmZvIC4vZGlzdGluZm8KLS0tIC4uL3NtYmZ0cGQub3JpZy9kaXN0aW5mbwky MDExLTExLTI5IDE0OjQyOjU3LjAwMDAwMDAwMCArMDgwMAorKysgLi9kaXN0aW5mbwkyMDEyLTA2 LTIzIDEyOjQwOjQwLjAwMDAwMDAwMCArMDgwMApAQCAtMSwyICsxLDIgQEAKLVNIQTI1NiAoc21i ZnRwZC0yLjMudGFyLmd6KSA9IGU4MGYzMDYyM2I3NWEzNDNlYjNlMzVkYTQzNDBlNmQ2MDBiMDdl YWY1MTBlZGE2ODEzOTU1YTFiYThjMjFmZGMKLVNJWkUgKHNtYmZ0cGQtMi4zLnRhci5neikgPSAx Mzk0NzIKK1NIQTI1NiAoc21iZnRwZC0yLjQudGFyLmd6KSA9IDJlZDU5ZTc2ZDFlMzBiN2E5MzA5 NTRhNTU4NWEzMGVlYWY4YTVkN2RhMTE2NzBlNWZjZjdiYmM0ZDIwZDIwZDUKK1NJWkUgKHNtYmZ0 cGQtMi40LnRhci5neikgPSAxMzk2NTAKZGlmZiAtcnVOIC0tZXhjbHVkZT1DVlMgLi4vc21iZnRw ZC5vcmlnL3BrZy1wbGlzdCAuL3BrZy1wbGlzdAotLS0gLi4vc21iZnRwZC5vcmlnL3BrZy1wbGlz dAkyMDEwLTExLTA5IDIwOjMzOjAwLjAwMDAwMDAwMCArMDgwMAorKysgLi9wa2ctcGxpc3QJMjAx Mi0wNi0yMyAxMjo0MTo0MS4wMDAwMDAwMDAgKzA4MDAKQEAgLTEsOCArMSw3IEBACi1AY29tbWVu dCAkRnJlZUJTRDogcG9ydHMvZnRwL3NtYmZ0cGQvcGtnLXBsaXN0LHYgMS4zIDIwMTAvMTEvMDkg MTI6MzM6MDAgc3VucG9ldCBFeHAgJAogYmluL3NtYmZ0cGQtdXNlcgogJSVFVENESVIlJS9zbWJm dHBkLmNvbmYuc2FtcGxlCi0lJUVUQ0RJUiUlL3NtYmZ0cGRfc2hhcmUuY29uZi5zYW1wbGUKICUl RVRDRElSJSUvc21iZnRwZF9teXNxbC5jb25mLnNhbXBsZQogJSVFVENESVIlJS9zbWJmdHBkX3Bn c3FsLmNvbmYuc2FtcGxlCislJUVUQ0RJUiUlL3NtYmZ0cGRfc2hhcmUuY29uZi5zYW1wbGUKIHNi aW4vc21iZnRwZAogQGRpcnJtdHJ5ICUlRVRDRElSJSUK --14dae9340e43856e4f04c31ca11f-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 09:20:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B76D106564A for ; Sat, 23 Jun 2012 09:20:15 +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 45F348FC0A for ; Sat, 23 Jun 2012 09:20:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5N9KFv2005920 for ; Sat, 23 Jun 2012 09:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5N9KFNs005919; Sat, 23 Jun 2012 09:20:15 GMT (envelope-from gnats) Date: Sat, 23 Jun 2012 09:20:15 GMT Message-Id: <201206230920.q5N9KFNs005919@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/168444: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 09:20:15 -0000 The following reply was made to PR ports/168444; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/168444: commit references a PR Date: Sat, 23 Jun 2012 09:12:16 +0000 (UTC) scheidell 2012-06-23 09:12:05 UTC FreeBSD ports repository Modified files: devel/gdb Makefile devel/gdb/files fbsd-threads.c Log: - Fix Segfault [1] - Update to OptionsNG [2] PR: ports/168444 [1] PR: ports/169265 [2] Reported by: bgmoser@codexterous.com [1] Submitted by: Luca Pizzamiglio (maintainer) Revision Changes Path 1.18 +14 -13 ports/devel/gdb/Makefile 1.4 +5 -1 ports/devel/gdb/files/fbsd-threads.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 09:20:19 2012 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 7BD081065675 for ; Sat, 23 Jun 2012 09:20:19 +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 4EB008FC14 for ; Sat, 23 Jun 2012 09:20:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5N9KI6f005990 for ; Sat, 23 Jun 2012 09:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5N9KImJ005989; Sat, 23 Jun 2012 09:20:18 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 09:20:18 GMT Resent-Message-Id: <201206230920.q5N9KImJ005989@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, koobs Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94F061065670 for ; Sat, 23 Jun 2012 09:15:56 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 65C898FC08 for ; Sat, 23 Jun 2012 09:15:56 +0000 (UTC) Received: by dadv36 with SMTP id v36so3539322dad.13 for ; Sat, 23 Jun 2012 02:15:55 -0700 (PDT) Received: by 10.68.190.102 with SMTP id gp6mr19363112pbc.5.1340442955753; Sat, 23 Jun 2012 02:15:55 -0700 (PDT) Received: from freebsd-90-amd64.localdomain (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id na10sm1824320pbc.23.2012.06.23.02.15.47 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 23 Jun 2012 02:15:49 -0700 (PDT) Received: by freebsd-90-amd64.localdomain (Postfix, from userid 1001) id 7B2B61773B; Sat, 23 Jun 2012 19:15:44 +1000 (EST) Message-Id: <20120623091544.7B2B61773B@freebsd-90-amd64.localdomain> Date: Sat, 23 Jun 2012 19:15:44 +1000 (EST) From: koobs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mail@derzinn.de Subject: ports/169340: [PATCH] devel/py-anyjson: update to 0.3.3 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: Sat, 23 Jun 2012 09:20:19 -0000 >Number: 169340 >Category: ports >Synopsis: [PATCH] devel/py-anyjson: update to 0.3.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jun 23 09:20:18 UTC 2012 >Closed-Date: >Last-Modified: >Originator: koobs >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD freebsd-90-amd64 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat May 5 14:51:14 EST >Description: - Update to 0.3.3 - Remove LICENSE_FILE for well-known (licenses.db) licenses Port maintainer (mail@derzinn.de) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-anyjson-0.3.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/py-anyjson/Makefile ./Makefile --- /usr/ports/devel/py-anyjson/Makefile 2011-04-12 13:16:14.000000000 +1000 +++ ./Makefile 2012-06-23 19:13:16.000000000 +1000 @@ -6,7 +6,7 @@ # PORTNAME= anyjson -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,6 @@ COMMENT= JSON library wrapper for Python LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/LICENSE USE_PYTHON= yes USE_PYDISTUTILS= easy_install diff -ruN --exclude=CVS /usr/ports/devel/py-anyjson/distinfo ./distinfo --- /usr/ports/devel/py-anyjson/distinfo 2011-04-12 13:16:14.000000000 +1000 +++ ./distinfo 2012-06-23 19:13:26.000000000 +1000 @@ -1,2 +1,2 @@ -SHA256 (anyjson-0.3.1.tar.gz) = 1643c0adb7dbecc4331437ee14ef5f6a3d55b4ffca147db1cc957dc966062340 -SIZE (anyjson-0.3.1.tar.gz) = 5161 +SHA256 (anyjson-0.3.3.tar.gz) = 37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba +SIZE (anyjson-0.3.3.tar.gz) = 8332 --- py27-anyjson-0.3.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 09:20:32 2012 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 9CC58106564A; Sat, 23 Jun 2012 09:20:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 70CAD8FC17; Sat, 23 Jun 2012 09:20:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5N9KWOg006444; Sat, 23 Jun 2012 09:20:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5N9KWJU006437; Sat, 23 Jun 2012 09:20:32 GMT (envelope-from edwin) Date: Sat, 23 Jun 2012 09:20:32 GMT Message-Id: <201206230920.q5N9KWJU006437@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169340: [PATCH] devel/py-anyjson: update to 0.3.3 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: Sat, 23 Jun 2012 09:20:32 -0000 Synopsis: [PATCH] devel/py-anyjson: update to 0.3.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 23 09:20:31 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169340 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 09:30:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC35A106564A for ; Sat, 23 Jun 2012 09:30:16 +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 B10BF8FC15 for ; Sat, 23 Jun 2012 09:30:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5N9UGmk014743 for ; Sat, 23 Jun 2012 09:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5N9UG2s014740; Sat, 23 Jun 2012 09:30:16 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 09:30:16 GMT Resent-Message-Id: <201206230930.q5N9UG2s014740@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, koobs Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60B731065672; Sat, 23 Jun 2012 09:23:51 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2CC3B8FC18; Sat, 23 Jun 2012 09:23:51 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so4937412pbb.13 for ; Sat, 23 Jun 2012 02:23:50 -0700 (PDT) Received: by 10.68.195.198 with SMTP id ig6mr18990059pbc.92.1340443430786; Sat, 23 Jun 2012 02:23:50 -0700 (PDT) Received: from freebsd-90-amd64.localdomain (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id os9sm1828402pbb.62.2012.06.23.02.23.48 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 23 Jun 2012 02:23:50 -0700 (PDT) Received: by freebsd-90-amd64.localdomain (Postfix, from userid 1001) id 37D371773B; Sat, 23 Jun 2012 19:23:46 +1000 (EST) Message-Id: <20120623092346.37D371773B@freebsd-90-amd64.localdomain> Date: Sat, 23 Jun 2012 19:23:46 +1000 (EST) From: koobs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clsung@FreeBSD.org Subject: ports/169341: [PATCH] net/py-kombu: update to 2.2.2 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: Sat, 23 Jun 2012 09:30:17 -0000 >Number: 169341 >Category: ports >Synopsis: [PATCH] net/py-kombu: update to 2.2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jun 23 09:30:15 UTC 2012 >Closed-Date: >Last-Modified: >Originator: koobs >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD freebsd-90-amd64 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat May 5 14:51:14 EST >Description: - Update to 2.2.2 - Update py-anyjson RUN_DEPENDS version Changes: http://kombu.readthedocs.org/en/latest/changelog.html#version-2-2-2 This depends on py-anyjson update PR: ports/169340 Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-kombu-2.2.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/py-kombu/Makefile ./Makefile --- /usr/ports/net/py-kombu/Makefile 2012-06-22 17:45:58.000000000 +1000 +++ ./Makefile 2012-06-23 19:16:33.000000000 +1000 @@ -6,7 +6,7 @@ # PORTNAME= kombu -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ LICENSE= BSD RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amqplib>=1.0:${PORTSDIR}/net/py-amqplib \ - ${PYTHON_PKGNAMEPREFIX}anyjson>=0.3.1:${PORTSDIR}/devel/py-anyjson + ${PYTHON_PKGNAMEPREFIX}anyjson>=0.3.3:${PORTSDIR}/devel/py-anyjson USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install diff -ruN --exclude=CVS /usr/ports/net/py-kombu/distinfo ./distinfo --- /usr/ports/net/py-kombu/distinfo 2012-06-22 17:45:58.000000000 +1000 +++ ./distinfo 2012-06-23 19:16:50.000000000 +1000 @@ -1,2 +1,2 @@ -SHA256 (kombu-2.2.1.tar.gz) = 265b8868165f4b9efcd27b2f1e3bad06b76e14e8737340fd85e6b436899863ff -SIZE (kombu-2.2.1.tar.gz) = 281747 +SHA256 (kombu-2.2.2.tar.gz) = 1114c5b5ff553c5900a2c455bcd5a8a51977a125d6b44a09b9dcf87d23f65095 +SIZE (kombu-2.2.2.tar.gz) = 283028 --- py27-kombu-2.2.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 09:30:34 2012 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 9A701106564A; Sat, 23 Jun 2012 09:30:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6E11E8FC08; Sat, 23 Jun 2012 09:30:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5N9UYQ8015844; Sat, 23 Jun 2012 09:30:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5N9UYYj015834; Sat, 23 Jun 2012 09:30:34 GMT (envelope-from edwin) Date: Sat, 23 Jun 2012 09:30:34 GMT Message-Id: <201206230930.q5N9UYYj015834@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169341: [PATCH] net/py-kombu: update to 2.2.2 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: Sat, 23 Jun 2012 09:30:34 -0000 Synopsis: [PATCH] net/py-kombu: update to 2.2.2 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 23 09:30:33 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169341 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 09:56:10 2012 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 D666B1065673; Sat, 23 Jun 2012 09:56:10 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AA0028FC1E; Sat, 23 Jun 2012 09:56:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5N9uAnM042528; Sat, 23 Jun 2012 09:56:10 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5N9uAjV042524; Sat, 23 Jun 2012 09:56:10 GMT (envelope-from scheidell) Date: Sat, 23 Jun 2012 09:56:10 GMT Message-Id: <201206230956.q5N9uAjV042524@freefall.freebsd.org> To: scheidell@FreeBSD.org, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/168974: [patch] update lang/pypy from 1.8 to 1.9 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: Sat, 23 Jun 2012 09:56:10 -0000 Synopsis: [patch] update lang/pypy from 1.8 to 1.9 Responsible-Changed-From-To: scheidell->freebsd-ports-bugs Responsible-Changed-By: scheidell Responsible-Changed-When: Sat Jun 23 09:53:27 UTC 2012 Responsible-Changed-Why: Back to the pool. you need to attach the unpacked, uncompressed, unmangled patch http://www.freebsd.org/cgi/query-pr.cgi?pr=168974 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 10:00:27 2012 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 EC8AA1065670 for ; Sat, 23 Jun 2012 10:00:27 +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 D61988FC15 for ; Sat, 23 Jun 2012 10:00:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NA0Rne042877 for ; Sat, 23 Jun 2012 10:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NA0RfB042875; Sat, 23 Jun 2012 10:00:27 GMT (envelope-from gnats) Date: Sat, 23 Jun 2012 10:00:27 GMT Message-Id: <201206231000.q5NA0RfB042875@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Michael Scheidell Cc: Subject: Re: ports/168974: [patch] update lang/pypy from 1.8 to 1.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael Scheidell List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 10:00:28 -0000 The following reply was made to PR ports/168974; it has been noted by GNATS. From: Michael Scheidell To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/168974: [patch] update lang/pypy from 1.8 to 1.9 Date: Sat, 23 Jun 2012 05:51:08 -0400 (EDT) --ELM1340445068-84387-0_ Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" Uncompressed patch attached for archives/logs: -- Michael Scheidell, CTO SECNAP Network Security Corporation http://people.freebsd.org/~scheidell ______________________________________________________________________ This email has been scanned and certified safe by SpammerTrap(r). For Information please see http://www.spammertrap.com/ ______________________________________________________________________ --ELM1340445068-84387-0_ Content-Transfer-Encoding: base64 Content-Type: text/x-patch; charset="US-ASCII" Content-Disposition: attachment; filename="pypy.patch" /Td6WFoAAATm1rRGAgAhARYAAAB0L+Wj4IhHXfNdAGGvQuei137bqVnpFGlHe25xgKigiWAkpFkq oMud9x0CfV0j+8vtQivQxOf8BQ8GfkZE2zEuKTghCAvnmhOTXlC/hnKbBByDnA3MW34TQ+9qkGme dAb6kC85VNjXxh+l0eLDqmZ2X3cfJ5cZZ+DlU1n5Ha0BxDqj+S/D3HL4nZAsWlMyrNrvzK9AgOVT ws7rKznz00+1peUEp2FV8HJ++yuBMnhuJibP6gG4SWwNIqYzgwJQTKxp+39SeGUuOOam/TbwqoGS nkbCqhsNCiBpYD+7l5jS5RqB9jPTtvNeDuuq6KkxPxj99isztjrC0/JYa9FZgm9Qy2MR+G1cC+GF zFCgvyWXnytQAtc4RYtXPic3TVkzWEwCXnFayu39mkp7+IRl64QVK1BB7kUu6dIinxfsGV9qwomu Iy6zktKZ6DGJ9UZGuzx0L79bHHpyyuoj2DW4WbdotHRZo9S1xu16FKchFJdMyMva0YeHCzZkrKUR wGP9675TPawR7xk//9dVKyL1f7B5C0jeZ5A7GP2tkiRgJBFwT6EtKrtEhdj+K7lNFsm1EHVhxLHP XgR4jQGQYNWbm+8D6MOixmLEv34QM4qWbXXaDQpxaNXxNU15kHyh7z27t+Fq1kqEaRYurns2XIJP aX5So86pXsJUT85fZ5hQN2NBm+f6L4VVyapULBV8NzaTfLzvwui4DQovOHpmS3QwStjZOt0dRPdb 1xwDnBuLMfhlyAiZkYkLqxZ41DAsc2eRm/lqdw8zMLob2qUfMU8Da11y7TrGTagJw3HzqDASru1e X1Jaks947RpfC4VwTRqFmSbjuy1CFHIYuS9aICSSwJ7dQws49nKSmiV170uyW5ewJ3P6gIgrD3S1 DQpCR0XJJ890VdBR6WzYiUjiKQWSuQuJRfrYqUwNCi4SmTi9iMRZo0ELJ+l1yDC9D+SEA8Tj0vBK OpuoCG3TzGINL3LfY4x9a5IWpJztgvh+CfdjFF1yMACHYVca+yuVK1dSbwEESyanRDAYQYbuyOeD lACsmnBjBrNfNFAiDjbVeDcHveHFizF+bvBsNwQcMYke7l+iJS7q9zQO4yh02BK09uMEP/IcmZRi uNio377qmycvNfdrz4FrEfgNCn5Z/wImowLBC2zYZYHu6Zo7QL2e0WDCOmyo7M1vEP+tozr+lXaf JFBwDxVKdVJqXEw2QAid8A+K0I2JEb0maLx1mrVbYoocaAAMwRLhp5vOV18YKaWwEVi3RC4NCubK Z+b0fUgMngG9jjzB4F+fo7laEoLpZdxzSF8rfFPltXOaWoSxl+TG1GlupVtiOg9w6nHKN+DuGoEQ b34NCkcZvhDsysZmiTgqIf7guopZ5T8UlVWC0nxBZceuBEKXlGKd0gQpSTyz0MJjtlNKoR65AcCC aRSe4O86XEGHzqZEzY7G9S23oOBDh00vRuDfIO7UPZGLZinJex5aKiZJRLBY3k+8xg0KWRnBqHEY NWuiujDSOh7jkl4A2cltPvBKOhzQVx/FXUePTzGteHP+rNuHCcexDoc8b9+7opkNCo4EkqQ0jr+D R1AxiMy8lcdzw1XdKEkEd16eQ7PdP16tZWHnyqkMh30SM0cj9fTcooWO1rZyLgw0qjlg6oFpIk/s xafNk8MnoZ9i4EGaBFUXyWz6+B1G0XRm4knXgQUcLFucUt4/YXRP9MGtXR8xzfhPNyaRacbgmVt8 abOnxtiiPahYaJGmjLBhGpOoQsLP4h1RMUsdPO9zd2dWpxdtmhi4jBz5vql94YU7dqlTOfOeWLNs vuMLWG7umZbQSAIdR2be4hTnqXejPsFOw5UiTQiXZ089R7QgwJebjmzfTM467HU5Hp768T+L1CeC uJMva65Ux6b8++lvrJD/93vpqd/ndComOMgsKOJn+BMFGU7j71IcGfqAC3N92tWEZVan05mJacbE wqKaz7xgG1l931v3OVMqUh4GUgFn+aiN2OW0vL7R1y4S6EkfUGRKE8S2nCZA08y7zyzWjG0GTP0w XEFHL9Ta4UKWPKcwOLH/iYfxjyOYc5jF3rNm0iAQCez02xX9iwDL6BEdkIAD2kVlBqaP39VMnsvO s7q//QxXvItpNP3o2G77aAcmGL3IdTvqmKnlHfWmfJxR9YTkhAngju35gzn34/zslK4GzWy36d+w 1RGoP/sc9kdUso8WmiZnjJIeg1znzm8szIVzfTeKHzk4z0btVY06v1CFJcS3k3gZ8qKkDf6nYRsn cXc/mrsyoZSy20h9JPEDi3W6bGH42jSRfAfpyE/xKZDMOfQ7/Fj0CVKGgIy6HzI/F3HjRrHa7hXc 7dCHzOi0YcEz5myMnl6Z/N7F7aNvpRsM5zXbTxHBuGS96aJwneFLYjgufXA0uKJI7ZRTAaCGj01j Gt5i/U6LgScMm6NLbIo5+dF0C+jnHRXafZ46D5UDXMHHdn85cYKNo8t7Sz+Is1kSqGJb7vF05GdW I3Pp25JM5xZaoRUFJgEPKYegcNeUrPoWx56Allz/RT2R2Byg7AvuaYUgC+ozkPxfJTQ5x96wSlO6 PBPPxvFPEAZnziugmYdykCKGNDzOEer09LVs7qSf0Z1LCeXjaYZe6a+gQK8CBdJ+CextwXox7zm0 zIgXhnBAwhGpjXBHDrk72NjofPP2wVZFh+KlXFLeWp5bY6zL8Cegmk93t0Y/GJRJAXRrj2qmyWLM Qr1AV2yBFqydVa2wKxCqscsOR1aB7UNX/EQgaUveL+m2MvapY9EfC+mEWb+z44S7Hhlf9emnj6av UeLOLOyde9QWJGs8+MENCuX7KdW6bw+edp21a5jomir3xhf1OEPA3B4zvg0ZnlXs/4wVVMBfaxrH DQrZoFgsxyX6QpBXS/yBxwzjZ3fMIrFBDEYtLwYVLlmy2EAW2wWzegBEQABASJaNyLboRxQ8eIPu 0mT9lPzsUrwioJU80dwQwoj49PPy1896IH87tPo6tv+syrk3zJ1n7hXTjC8OXbS3JlPwZvhjJxJ/ KYRU8BYeU3c8uKhBfAeHgbq+Y3Sq9tfcsBLPGGep3Nj+1nVkudwJnqX3PGBBfHDxj4O7BkU3fmgr 2vMhy4n8Qd/pFknAGOWhJqn/RZSPrPVpJIkUBfuAgd3AT5NA9yjCFIJB41juaLWfVI/WSkk3GpVc 7iiAnz7K0X9dXHF0UWXpTowDiUCF1AzMgJYrcw0KMpWuZ+geXHn0YJqliTK+lMAE8HCd12CQITkl ySGyZFuy8okbVn87+a87+YR3mak8i1hzTVyK6y1QEYXuHbpIt/tiwDw/es2Yha2qY6eL6eq/op5l 449Y7Qt9vEgfLoe6rqmTPN4Blv3bv2IHASeH/AgY4vGvQ73yzoQj7IyhKCX4G5a9jBr7E8RcSUG3 wLc40N2e4hTaWIIQfGehjm8VZ5svc7uMHSX3gcVaiektJYPRBW1NHLa30i0NCriH2cSE6+XDQwyV vR0u7SzV6/imfiEWiG5kTHPevl+/Q/QDuGNSFHuC4IYcDiYz2zv9EqkpD1RrCape8kyO415RI4m7 IzgQ29I6l4VO77XoIaVFDFRPUWv0F0x1dhyFIUFli1W51f0DHr9DV9e35OUPXxV2QpGSQplZ2cpp 7o/+UglmkXHqZyO3tv2fDQq1N2P1fyVtIY7/aTLXdAmFcAzOldmtkcxwRsAgC6nkE5mybJ5b0VTU W4Klce9sbTtA/kcqoGCwGsgbFTtYJkMBcqNFQDrWMmE6PHyd5KpQ9oPnCHoauQvMlvCWwjfuKJiZ Oam0g8PnhiIskYgLfuizu2TEu2O3rt2PC11ykSJ/0qovwNa3FCNlTFTpEpAanJ52nfQSJ+mNkIFv wr+B5Q6A/sWaxPtNH2FUvscGg0v//bFli8wdoL/5x6mTQjxzizhzoCmz1AEAutxrc7DoQJlj1eta PVbmFAdqjL4wSgCOlC3ew5HH2+Qq81bfbinjEswTVJD7mk8H2UBi+YgOssMk0ohCXFBYNCaHnd66 lQk4MvrmP7+haTtjSm6+pQBVdVy76uhfJyz8VXnU60wijSM3eYSs78PYvUKyS8Ub24QvgKuGqp0k L1Twbn5QxXuswOQCdLyES4cECPzi0DDirXN0b1QxAFLtwPPl5airgUvpfVBRe70XtmuDaozVi/WU B5t3odCThbWTuSSsUYsdOPtAI9wJn6MD74enFFLuSU4Ze5lN4sj1rulLoSIU6TvwLS67jTaXRIjl LhfLcTeuq0frg5L4w6ZpqTzdFH1LP5lsKec8VB3cSKvsXxRs8dydzlNiELzimPFbewvt3QOUFHpH zdUqtFHRDqCZxmbEqq7cdxXmfEseiwCcPKoEuyMNCkJYmbtpamuTVPf4K/MfcXI8vfYmTqQhBVGQ Aq5MBsv2fys+EXD7Avo9kogs62vkYaianWfb+YjmZjTjucRZD/GtkebjA9cG6Oc3O2RaM0toMkBi nfAMJDoFGpZu+f9E9SSqNz3w1dlcYQ2c46gLBfQ0ICUVueAUvBFgunXm6u67hCQw5z0h5wGcufXU HaYCfHTSnD7ENUEOrDIuM3unPTh7PCrTo32Qyp2XLJYxp/XYiRFrxCs1Ukbl39iIHvsrLFehJ+23 hjxPzNKkTMIP0ZOeu+XMfo6KqiZ1fmdf91Lp7DPGYCwEGCxx/P8bqD/J7w5krkAU15CCOKF2wMSC 0vr+e1Rfmfv8DQrjTI6C9cJ2n7oTsLNsOMovsjQZ65DaVdNnOFNcAIIu9tX6FxFg4IBG3t0EAgLf xahHLEsWt+iRgcRdfbwNe5AWEPeIAtB4mzx4kY82YFfVt+j5ykjuE+ERh4hIB6gLRk5+R2tgStp6 sEQ+/+NdUlEX+0/dXSKAXO7YFHLT6MptMPptDQpumKvuGSoqZJ5Y1hXxVYotpicXpHCB57jcHZo0 XDOL+L9Eb5XrHkcN3AYuNlAw0Jbqr4pGjjnssiSQm1kNcxkv7BizwScBMI9wwkdhRVdwj0yMsbEU k3XlHdy5KO/yyyB2Zc9Iy/hf39AlpBh7cIrzTRqXkvg3belR7JfIgtnBh27F+Zo1Yjr2KQM+Gwww uww6rqG42FXxIiBe8U8wnpGYbXaoqV2MVMG57FOPMa+gViU5a9DSYuLbzoU+A0zfnskj6eZvvJRv lt54N22euNo5XitYxVgsnK505JaGUih0VkQke1a7mMuxuoAL74ehLYwAgcj4nre59foNTSBml67A mHMNCqWpfiiKROVsq9V2O6DmMQzumYuR9ww0lE+vaSHOcAAY0tNor5s2qgvyrCUsXOPNp6cv/mjF DCaJqGVtEz6Sb4TvxlGnVKrx3eAIFs4rT+GnrCY8WeuMFF0224am+QjqvFeakGkWiWnrvw+bQ1sU yucEjF13ucgbZSznCz1LPZGAjHhkgPovqM7DJzMk2oHgPnRgPNtN6/s3FVU9fqVOc0RBe6g71cjo N5t7L8W+NteGJWhQPuD4QGGNeMRtFPxHZ6BOWWUjgXGybgMaNC/iwAcNFTWB01zq+etBsCNG2w9x r480GndRP+9BhbYLuaFPTmVKwNKwaV6x8tS/v/rel1yg6pC5PRn2WmLE54a2I5vzNejksOXYmgC0 prsueO7XDodN2StMhqtwS5iFQbl3WTo+eUwwL7QwN+FbHFj2KsaXGl5GBCJHRxJUz7yFwwGOjK74 0yQcLbyf/PGYH1l/NgbcHw9LYNZO3yvCiXNzCBi+8VdZBtnoD/hL+eusk4HI+Cbf2uo4UABSLQTO APcYvCEYt9Mzjj011HJ7dPmaTi9Frg5Vz9orti5vY6PsjvOK0Ts2lkk7J2qy1sQEenW3WBOQ5wEg UBmqh+8R8sBDR7gjxPSANeRyMt6d9K7iNRZ50Seu2Z54M43J8seILuiHrRYLB7K2CO9OZORREiAc zF3/Av8NCtB/9lBdEtuxlLQUp40Jfl7H79tHmOP1LBY8YVCX8kRR0AJbzxLCEI7VKufzj7APuyi3 mEdwxVply8LyAzyVpbVSYEj8UqvkN64y2pgQsj1LFUZQPzZ4FbtDFT9ZNdDK4BzVsi0e6jajhPKm XCxbJZZB2dcfemW/pKKA/UjyNEAMV+i8TM2BpMcQDQpgfgG0o2ljgeabmTOP8IvNFSJqC+BF5Bde EAV3d+9/HBJOSgDHYl15Fq0jfpmFNiDlcz2tn334WfIfo8xqqjKhVi2vYMEBPLXZBmNUbPGwA9qo 6bfoEfFRcHbqwYdbUEqPDknG3oYyXbWRs8GNFOyfkRVJ4VdE5iIHJ66w1v8a1sSfuKgaCYN1QzoM hy1zt6aHwaUWXh1AmCJfXD/ZpFKAbJmtJ7wCR22OONkcvmfmsn1m92vUZ2vz8GvzxBHzXQ4Ii2AE 6Azd0ji9RUltmcGgxaYFMYXlZ3R0nN4IgxdzTfYU80vsoWlraaVQdfFBEfvHVJrySVE+OM6/VOjc zl+qt+oRsrLHsYl9w6dRxgB53SUbHMVtt9IeAxJLz4YqLIjXSg9u2vEc0MolMKSI2K3dRbClQ9aT i6glykQjjEc/7iq7ihKIFndRGH8uoIjqg6jS5HfxpFxbSPZUGMZnZiD1DqOb/w6GcB68E+Q1hKgU 6xntZb8LPoXx69VXnhWC8fcMleQaGoR8Wa/Lnwz+G7mzkZHTwTZceHuElqXRx2ydiWC+ITQJxNYG Six3f1ZFyIHFIZc0rXyaXdFmHNs4lAPxdCBU+/IJRISZFT8nNnIzgHwjGQBGidNfL5ewyaQ5YKTU 4onCdm/DzR6Xn+cP/fmxvLuwPxu6SKL3f/SQHkzPQ7FR3iddwGaBGM40b6aoi0Bil616xR7TXB0P gjVO/HxjLWXJ4rSCXjqg8581VG0NYquPtV1xMgk7exrVKh6Pp5YdwaT6xgkV2yqfr/oCrDvS36up auhdRjdUHL3RNAkDkaH0XAtACZeRysMSAu2pvaAUe3BzfOm5mbWlXr7xOgVyCBIPJdYb6II+ykqB XkHJHqPG/QmBZh7+yt8d0orcOF9fhu35DfwsFj4XkbYu1tHGMPRBPADdTziFdrshfgxo7wwUm2pD s1542wmddqisaUwd6OvbB/qD/U/mgCfRj9ibMCvvzgkX+DgXtaNc94Ix+OSx1rsvGbufGMysX3YE O1/oWPNYulnYPf9l2K18+Y855mFpQz5eQ0m0RyXy7xrJyRQNClibbI6Zcx8bf1KpD11vMbCgTImd tDmmh8lrujxPajrvLyeL97FxsmNkoA0KeC5vJtAp7BWS6f35z3ObrMIikahT5Mj+IzUwdkuY+xsI 9/WEUrC5t0B2WySDM89pG6LZf705IN3prFx+zCN8oxqVHXR3Qd/7WHmbGjBOAD85TUF8WECSxyLy G2KHXqJCwt74fYblEjcOwbnMBVOuymhrjB02dVg1nV3f3aigIwyrM8SWnUprvK2XkCHhnP+yC8cE AzPTTngBwNKs5dlAg0BBjA0KLREVxjW6Zr3vO+nH9RQuVaiwJn4O4R+3IBdBIlW31F8xJwX2+L37 SSbpBs94kQ0IoXnVKUeSjJdfNdEgr+eET96W30sTHBrln4fnyHWHvW3lj5hMM5AQBdGO91NzwYKW SFq357tnGx/o7oxXV6AgqYRic2dGW4mGAT5jdAGHFRgsNHIVgWBEHKV4yXPXflIIK0eEDvb9l28o tDxYN9rcnaTPDLXWWZ1PLTbh6DfEluuQBNajS0OYD5cjymCpwkpoqpHfVh/ZDgJWjr2kwZQR/EuD RsBkXZOjsVRADyRrBdoEZvKNODlvmwINfTgnakQ9wcRVkMjULFfyl43iPThJpaey2hvlm/rxEyom Mj1Jw4N6DQoAKXKHDbi3EVCBt3Y1x19MGfdH8bqrhRBv4jZN1QOHf9e5/AIc26TMMMWnhhy9bRrV pVj6gIgk7tGTcbW7P0asX8pJZKtpQdSF99O7VR3nyTgTxdihICcld5xLxd54plLfiIsrFCx/IFlU EcAjfS4UdbT+dSZQ/9IaIjURksAnq+xs8lm8+o0rmAt8TQF75o6Eo/BRzxI3tlcSEsFF/BqQxnnf 94p39wVZk5AGE4S2WK3cse2FUWaHS9visZGc7PAX9ERlEz/9eIVCtjmVUwULaHFSB/dZanA+9HIc OpZIZ1+l65gnQaPxwhJEudPsUbHP9z/b8aCj+/PMxZHDw7mDqlrTt6F6T6bEpmQzG7y9DqqMvlep RvBgIDIdd8AxcW/bPsafSAeCkzDAa+JSgGcFKj3boDZOq9uoNEldQX81dx4IADU5MFkaynwDtq5z dnySjPO2LgH3rt37K2VMPlLqoCS0qb9eCBdupCjl1224h9A4x0kxAttVXYcqdcbnmev3NZ0YjRw6 AxiK9YZuych3OYMbdvTPqAg6Ljap70rykWapFi0ocFbQWIGB9rZcrUQWFAYciKkM7g1dnxRpsP/X UvvJXlAgGToFEiWt50O9ewe+VoRL1mNGzp3yAzVe7XLJ/fODMXA2fc3MnQBdIA38WFQAblWiNDQA LLfJPJrAPXoljkBp9s4NCr1S7hddfeLHNznFNoppthleI0aFJQ0Kxnr781aaco3TXTVBbl8yroSq jrUxdYtsFdwAYzt7IlFzMMFmuKGYKxN1pr7+5kAAm109KyjAMjoADhueE72msUkBwiKCREENhLfO 1K8av64DKALYizLLujkU1M01Hk4001XWH2gWROl+6Oa7vSPOnD52kQPjQnQTEFvTfV6iX6k/T5uV /HSbRyB4TCFw5JR4hf6Fn1TOcSZW8vrV4zOA4bAghVbq+I/Kk84TOGTvuVPAV/sivpXMk63l8Me/ JoR7MxGrNosOfMfbAY+T1bBiYpKDj9nBSE1bIqJ6jC1aKX1ddCsHNw0KnzP/FbYVS+hTNaLaSRrA 0VZbfrDnyWgrKCBQTlJq17Z30w7Lx7HH8hr/j1p1wPpazrdyqk2dsA9KWQvtcxzXOseREeKQKeuM gAYSquRC+zI2ULRetNCTmyWzRyyL6k7nWcUWOMuoRYQTmYixXFpFc3i867AB9y9vCCBVut24gWf7 zQHnOF8namSHwaU+l5ZA+lBCFMT3Jo297nlB3ZTmsMZJq7g2gcRFZfepZp8co0SaWY9knIemRNlk o017eKjdtZi4uI4fu3aKY4y5/vRtEKl6QjGzP2mlypwzK94Ml8IYtC6XOpxzmpQoslJjSPXSolOx GB/kLNd9TPxvGdZcoS65GAdvA5NI9BYzsaU1bGiiWtTsSvmmpbCK2ak9WWyW9ZTCzkZcJsWpuXVW HC/3qODjy8/Vr6hdw6OKXvVci8iDwX35+9ivb9rgbzMgJ5epff/t+sKqMqIMjZuSyRduv/RKpgSG hSQ4FGSi+GLo6i+jGR3x0/BLBzwODQru9ldZiylfIrdzMPCSscTJ5Ac3lEQqZAXnCBgvdr5//VoQ 8mf3JyxUcVFUx7fh3DRfLGPT/5qgtKeZY+cFa/WByqUNCoIG6B8bYBKDdix53dsOj56NXXEG85R2 KnORO/rrSLCBNlEd+x76H/EdteyE5ejYOz+Q/S8wn39dKxI1ASwM4utqvRUImLhkUJLq8jOAoRSH aeIHdSsc9/N80WHI4g2moknpULpQ2CW1VmnbqYx1CLvZf2HQQ97kuOnWcs5JLpXGuXnhaD+uJf5M MjYXXfpjmwR39LwEw7YpLKKW8Xwqr9+M+yMbhI4QnqYPXEPHgrMF/dk+w0Ma/hgp6ndEEE18cVr6 sribEAMkdLY1x9u7FyhY7vMfn75ECPn2LUCpWIi1J5xI6DTLuyFSH3ski61bJZ/OSIhqahY6nwmP jji/ObwzqGcAEE2N2Ds1PemmxtZLWVuXIvvAN8Qi0PYorMl41WNGj/HXY+NSaTeNBS7GEqU+6vMs Lt0EltzVoza/m8WV1rMvyUlwX20w3OxS+5hRH/x4Uc5zfPF3RbEektpcytEUqy6FwVGuM7XAupO2 f0aSSVo7/NiRdKeVESgav29AnkHnJYmK1F6+mG52g5cA/PTby7lO/CexXnb2IT7JqlQlWrhRndf5 R75EYI8/GEpAjvN6hECvdPS3DQoFLxvsnJ+m/SneOftX1rwnNvmYdCfBoAhbGAmWcor2/94++mN/ 0rUDSvrA5S7pwOBK7K+ba9rHURTU8zIwPgdQlpldpOxhg5/jOhoiMZOu0DtPcu32+v6s/XQNCoEQ i6k5yp29gQeb9Q4dJvPDcEviwJbR6Lv4ppAqx/2PdrxjtLZGWwIvLvBhE8/kJFi+MNN/pT3HIVJJ zqdRnqwO/kEFd0Bt6qn5lVDwnVMdNATP3qUxKaXE2XE3ZdjxwCsL9MclB6tyuJJqwe4jfotK6VPv iHTuS5V1CShz5zr410/b4DLlfNx6e/3AKicNC4Zf2d0CfYCTYmXoRYRMWvj1QUpgZnxXCB1sm/gV /K65Q9jDPXEmU25ZiuOCsKNlyQdmRyTEpHC/+Vgo7JcP+TC69JeDQkLfrvtupqZ9SpPK9oHPGJMC StN6RbkqDMo+8M6kJtBYAmEAXQnVg9gNthXgBuw4FpdEmyX3DsqfCYozu8wvWWfOtGAyyl6vieYJ qPpd3I1NAZgDjWsnoruXB+biFpZrQsCsuOSAXtEEfU5LFzFTN2upReLL41rAZhdlDT08r/bl3jON bv4wgJi4TfID8zNaKSfQP2HmY0LMYIrThfBDNvD4LPMXpwLAqYRcVK0QDrFPoVLXIqW3WcodJ2nv FP8eOh+cLsx/Ov0UOYDwWhthrYCKeg0KzE99MZpdtj4vo0wgZubWcTqMwpZ1bsWXv11Y+/gVr0Ti rvOXj2Aw7elJR5mC6nsgY95+vizFUOR6QZa8DQqoIkqfmFoWh2jaS8pmREMHl5/yMQZYdrq/t/yu QALqmC7zMitGjBE0M5gNCgm8Xm5RYP9PUgsrA5XJYXl9/X7FLvB/LWlRhX64CTUuVmz8FDnLjviR CJEjstxFj/NYQLh6/MvnMfI9XI1WccBl/tK+zk+NgY9mmuNuPE3qNuYj+7eJH66rP8auudvIhCxM rx3rlvquKX+E0IG+3SvzHl30TGR5L3hPIdMTDV0tfv2lHRpsb0OabpUs1nFuIMf5z2vcD0LpU3FY 5eUDOuRFRDRyjeEvbicGTjOilKogWc3ump97En3F23g4bAtmgQMCMgaNRjYyltdOrjGB1Ac+KbaD iPDMhrI3OSTHwaxZNcnlcnhZcFCshtgqVv/Sca/r5jrXAirFxNzPI9DhvetAwV2wI0xcP2vVvKfs eDU7l+dcDs6N+aY9oVY2T9wFRLmOduT0CMiFI2aZiDbaSfNPyZPDUG+XzxzTq0d6UMgaIubpcrqL 7jgod48ocygGig5uvDbu2JI71RIG4BZrW7vrRbfbqIm5DQY7hkDF9Dn12aT6f3+xw4L0EqTjuuHK HcKPVEmtbp1ofInQ5+f7c6i/A+WNjp9nkRHEyuA7sCwyL9zGBUjHkQ0KsxqUl2AyjeuCXB2Wm1uE jOoXQb+uNg0KmwaTRfkLnOxIW4Dg/ACl8+X6u/v6g1mh/w5jFRQIzR9YHx7beD59vvCWh50l7LLk Uv6cC+ONBgslkfNp/MwkPL1730M9rRk+XHIR8eXIGVjGccHDfPGZzBSkhXfJiSHp6GDNbNFKBBIl ZiQJF50VlyNUfDVJzmpoCEnwrvvVWFSu2EExl76zBaiQEHWEZbvvBA0UECQV4Do5mp1mLcjh7Z/j Gx77JqKBkfC4OFlspiMbx2w1ZlbchpWkV/1mY1nUKKQrjqzBQZHn6PQ/4RNWV/LyQQ9DlKClMt/H /4mNfw0Kx0pBnF4MYtdXteTlYdCijbAEbFF1pXbW/aMaNj3XYBKPRYxb6quP8N2i4dJA1rme7HRP 3QlT3LkLTC8u4C20Z5NKfYcEBVuc9evsmL3+A5FPbOv9WJcvATDhayv6qjvDpChjENZ0ptiHwNWC yr6Hlh6sao/aTtRf+KSRZtUww4NT1VNTslDJ6m06Ao/bSsMNCjxmy1iBur5YQ7jklTrQKz8QwBuo gr3O1BMzGt0xSEuxV6uQStlvl4MNGaJgQzIu4Y/eh5U6HN2YndFS2nD4eKXNktzwp3zNmZKOpcp2 ZffRO1LI321xkGcgPaWHqEh+7+Q59r9yoXcNCr7NET29MiTtt2oGyyFmnfVpER91cDuPB9lcMog+ aSc0u4CqgNuaw35yGHDmnUGzq44wR5aC2OErOaSyPKxv9nE+9fOIYE9//izzUlrilhFK4WEJ1E2y p24HJkJW0qYxTAd/76Yv/+Evim9SNx70y7sgFHxuA5GLXjPg0fTmES5mTucOiyBnnK5nIgiA99SS DQpY6rbdPxnl1LTzPqME3+qfM+If3vrig2Sg8frjeQMSFSuOpc52EUhuYdFaQ3/RYcAt01MEgBwg T8eextpIiaNxwmIO/nXC2e+aPok124L+T7wWGaFPxWUhEqM+CB9B9ellwbZ8pEkrVbEdWd6GNBxw qJM4L4d/WirC+1PRV0zXcEfDmS4ZND8joJjbHutQXftkjV+ZxE2iFlwBNHXQGhINzki+2ixmGLvo OfBr7UvU9roqL3Nnr2xlbKvnzL1UG/OoQR4SKwHS6iwZP1GWbSds4JqepS+A9mRJh4HJckYsdT1M 2/usAfOOhIx5UPcj8TSGDTHevjELRMOUgk+znW5On/PJYJs/sAvBShDVTRCIecmHtPjlJFsYV3wC XeS2CI797QIA974Y5tJq6/JvOd7A1E2NoDocX9iZvXe63TFcdKBwQmRzVQ5w97Bk5FtNZDCkKuBp cQFpUXUkyX2OgzyvGZYNOnp+DaCIz4FZm0ylyKSkA5ubXHWtpbGf6+5FYCWg1UMTYfZaa+JrxsTh MgBULYZvx9iy/qZU6/65wDgTATYhdHvcL9C4AarnAlMwgyRUif+tEG6uBRNVpqZYTZDG0IaTTIc/ vxPG/0qfTm325dwgQ+xRZjgco3E7ypQZ3XneDQrWmn+0LOjHbtYp4jDMC2L7iR4NdD4Dd7BRVBIi 6JRgiZrAhEspkEmHLRycx6lFVk3+rMWHJkmV+Q1bQw6GaWj0wEEpCN0qE8pPXCKqlNgR2H7rxaxN hGdp5LEnU26rWb9TSlJa/xqdlJARowHtSe91CwLdrblUN8xdbFnZBB6LO+E4N4nle1gqUW7o48cf w7F5E6c2jG0nc1xAYzKZsmXpM4j/BoeJeu71fsnom6kTB/CdFjCMU57VKQA1y5rNf/ueyWcR0gxZ QUTmy0yu1NH1XTuZUfVEqSi8HoLBb0CClv5+Y8RiGxKjcSswTzhcapY/0TQ4vbVoWBxy2yeLwVmf LqAj1IvUiKwRg26u0MZShyDtxWz1ff5E0c06wv2b7Jqf2yTiKnTbcVBthppiAk18cxb4tU31Aw0K tYR6JuyEd50eS5a/DV+sDeHl5wEyguZiveRQwZiq/H6zLQ1oy5sJyzvGEx/ZSXXKGrkdaPVBcnNJ IyR0HIgAk7pWdQdZpHJ0tKECwcC5a8RerW4/a+8Yv1qkeXab1AV9LWoDeSmNIZoMTdkmNAyEwwZL QjHAojkp1QY+HTa6SHDuWk28hVnlB+eEjUjjPYb9352v9cvbaXmsmGJfjwRIBVyjv8vZpu6I5szD 76Fdke0G5nc6vME1qGGTNN1YdqaCyAC1H1YBSGEu9m0ITNPY+JTRQ8g7I/XXYVbUypBcUiV5AqPn GE2uyJXd+g47pzFzjcBArXHofWtTJdtFwXdzg6dv9HRT6EoWR5O/zatfJqjs7Hjv1iLx+TwDr8Sr GFuUFFQn3CHyLfEWJkmVlcOoKblMQ6EQxWkqBebfWawwRng8ZlBs3Wt7cqIy/xPEkUpI/ufS9air r6e/+UkbWxirPFINmA0bycWoIe1kEndpy6qJAtfNnOfDFafY+xTAp9VE0khRpaSB503nj3YTG21w 1R9RRtueLHHyBFNDTA4cM1TWIKrrjpCi37Y5dBFD0bRMP84Bxt5+m7P8FgmNNLZKmOoj3FCIw/kn o0xEm0pSzPNfjXkcZ1JHEPEyjOGdCchORaGtAYi/mQnoROiYzw0KOumPZ3agl8qyySg8bxV3FLAt d2lQV8fl6XVdyeEvDmvg5kHqGzYDULm+ut1CuXeaO/GIUKvZnudg48hmy7cW11OaS/SyzwEdhHPn qDbFPYEu5kBDVmPE5IuGDTmencD+i7Radr7IUkRihrpeYyslq2lTRfN99jJEoluuSvz/6Z3XocV/ 9U1C4pgWUr0PMKHCvLnHRMyYar8xrKhkAUURBFaqsKINRiH6FIzwt3/Ft4C5EqdJ9ji3VPupVzSC sN/FgRmAfpsqciW9A3qVevHqoq/uHEJDpT5UzZRF0LT0SO3ktWMEJwnw16/tUn20oaybH0vfajQv LGQ276HlEGVZWnXQGYWTSXaX/BnTxV05iabeq4PMPHhOPYeRJEIdwaaVTPU8v7zJfGULlV3d98uo Ba+MKHeVSQy4vGFvwGlvhcU2IrnyNfvoO9WDqRNPXqYPa1b93VcpETKSf0zTzfKgmtQjHlMiAANA vZrwEgwoBJZ6aLhryGvRmgvG0BQWixS47r6KJg/XiO6EIpXTFYViQDUVVLUjWU6PACBgFs2zPN1H Q/Cz1hb3PHOA5r+XQQXUSGKQbSGPS5n4P762tcVnrqJSLZpwIUT2WQLDexRkpzJY5JcTsfOAQ9ws +3OjntOC7HbyfJ9Ypvt4Sz2PmTvJzb7ZIpWzE2HNwgWuqa9UJhDBd90R+Nsxziv6i7v4cqkPDQqu km6TQDht+CKdFmiwX5i/dMDJ88mzjW8uZHv9WzQf0hQs9Q0KfdjKWVReX+3FxdQ21Kp0a1WFAFm3 004zfp9G5BYbQGO35ef94UiFquefhtPZ/ysqmJ9jVdr7nm8ZVzkO/nYwzgQY68MdmVU4jMGamoRU zKvv42omf/6hOv9rFYDR8HLYvqpmJzV6PTZVPpRMrnjSV63ldNJlOyecMRGdmepFXxoUoG98Wls/ 5Yuwga+WhEV+mr5MAD+8g5YjsBgxBjPSfEaxhuBj3VX7fiH2vGQu86xSQg0K9Rcfe4vnkwMDrRop xlLqSVyoEOAfafYSt5+36658D8yn45KBZPQCpeqL0IoMkwJNWdxGi+DjAAUk6x+dNPgNCoBHWbhh H/6Pvt0cD8lHT86u50L43Pa6OP8ZuwCByvHS52EpP0xiaDiBiatZz9b08GuAnVRLr3jUCa6LxhMh 3WFb0QZcaPcrmCjxDBwEZaZtJX/j50WEqvEDOf9XMUq2nGrb5N3rBFIcYLIPkoQ1lqGMYjxSYYM6 FJnWXUaGDJeNYwSeV93kenRAW+D/0GApQ90BLBdOwS94Dt/jJnngv/LLDdE2a2dfVdOJQOOZUYjE Ybh8YX0R+3j787ViiyuiCLG06AgUnjXrFUMJrZWQHt0Znl7tBh+IfWHvTxbbylHcgFINCm68+ESL RmgI71GWAKRZtgPasiF5oWNbPKDGwrrYbFq7+0pQeDjg2zMyxWdNXwiGFAirvMGhrom59dIPodxC zTYozcSkHEvlwIaK0ogRWDWAPLP028YstZKwsnGKT5Te1xGN5i76ytS0L7kLRDjDMHGktZBbILGv P8xtc19DtfzZUP2n5MdC1lrm1O10KE1xRO7BB3Qjt5lD7/ZtD1J9zOmp/GAHrDBEPJGX0PHuxeFg J8LUy88yXGRnDW37sAgoeZpcRsSyvetulCIEGNbHXFGhlhw46Wr81ZBd+8rBlYVX2eWlmQaq5D7C CMk49iqL+//1XS1Em3brOXTc99lK/yI49sUrzTGt6mL1Bg6aFzhfsGBQ5Qk68PbP7BDtRaVJ3RSz SbWbu8sPxCS02ncwNq1Af7KFUkHEctqz/3owUVFGAkYcyHgGozzxadMPP+BwEGf7JM9RyFDzUkwR XhXsrJw1NBr9rvaAXa6l5vthIkQo/Bm4Gh5EwDPzRz57G3L4ucBR6eS24vMZ2IENCpdisNj3uKH8 XuvauA7CAuhOIICXlInsJrIQxfezqBEOzwBtoWoq1ntq70E3mTyTQ7HkAGG1KUe0edpiJUgouss5 r7UE0Zwj2YMEaAceaHubADQzV1w8gZaa5JwB52tspL+g9msq1ffi+XyW7I1dTha0JAmV9pxAG4fz cimraCk+MMYnNGhJ9ortoX/ZnHA9UgCfdHzFQvP3nwnt8kmfF4RoAqgrCZIuOgiKAhuAHdzqMjJa 3IqdkgJUOf43z4oDuhNRBdMepUENN2yJdGNAPvYJ0FVHLRDFemSobKF64u1m1pr8W4YmRMuSd8tZ uKuYvz7RPh5xHASo8WIhjEG5J5NDv8c85YpnKfIza7TJcgNpVz8n8lJdS2sWc7iRuPTyTGVEumKx 9XY1/AES3GQeFouDQ+GqTLBHdw4MWQav01BG2SZPdEePLWG2iDi1W52DFShfndYYAjyYUUAaI+is jYFTntF7AN5tTYtgDQrswXvSFSY36SXhx+Mnrr8cCWG/A8f1tdGE/0qvyQ0K8JsWNj4iwh/MQ4gC 3IcCEBU3EpZjDQr61LtW/JlzMosqynY7Qc0xlo88Cw+fbSNXy4M89xWrGZhcKoIYDQr5C+bXkxQb h4I6xA0KwCHZejEeHlVzShhz5GsttHPKs9A5Vr80R9HVN66BVo1r0r5cqcN3EhmMloPXqtZks0Ml 9m1J3XchXnMvhFWQDgkoNbC5UMEwCIv0TC6tOojWAvdlQyjfxiiCs2Gkjm4LUyghwGR9Fnrsoxt6 qF8XHaHavEHarHYQ8MokjmImHfZXAsRo0TfWxVASQ6UNCnztmib2ET8zYufra6GGu+dMKjmTxCgv 0MFcxftWVT0xxHcrrRcP3tC2KnOpbYwGigux4lDTq8bV9lLeOu9v8xO+qRu32RwcOFiGo1IwAG4q SMCeypPc7RpQ8Ex9DwCEocjLDY7BP4OICKWryenB4XosKk6hVfwk+sMYiKRelwTASyhc6qX8jaF9 8K+/q59O1xUTNqEDwO/R1QJRdIYUUbMnPHNaLmPRdrGl74fGpAvXo6v9R3unf0sJEkX5k4NoXAQX C5OnKZj7k8C8qhD1z58RR5J3SzmnKpVpJRjIPLuBR+qsaufdkoyDTtIhqp6PUjB0/2H/Yg0KGgcb 6zRrHO4GlvHFF4fpGDZ3vbEidCA1sZkuFj7FpIQufyg5InkyAGp6P/nhXX2E5DnZRTg3SSbeg0xJ GtcFbCLLs86W/SDEA+Fc1n7MMKCmag4zhcpPDQqArllIaSOll+brCHvvxWirMuhYEZkl/OQU+zhR 26MzAcC86+/GoIWoUlEgYpNG5Qk1m1Yst3JnSeCTDqi0qWc6207WDfOG/sNNreNYIHl1hPoi5FfQ fta3YgecLcTyKSI8sbL+1g6mwOTUi22bzKl1D0xjIm9RySjDh5Z0mNZiLlT0uuyTtTm9TBSTUnsD wrFeC2ocgtQql0RYSvGkh3KnNpLOdrYo1excC955AkoXP/F43r0+mEduhbQ6SfmR/pF52KBDukj8 hHEC4SH5tEG88TAMhazLRsZZUpprEUatLOpk0JDJWvE75xkZTVluzsVsH8NwomJxxaUyZ6dMCAUk H3/ZOYpxH54YIlHkq2kR9TfTmESttxU58tUZ678Vahqa4AU4XbkhFDyCtuurE/LU6/74IOEWOKPf 6Y8Wd0+gf+trSw0K49VOXlweuGY0ekmoKoVgcr7QxHltNOiftLXQZQa4BoKR2oaDl7lOdIv8fdAY x16Zt7d+T9nwxyoWXr00bwFiN5aBw1piDJ4sMxkj373c/o6C1KxUQX6iDQpr+0GoFn/TCyGrnaA5 SKA9Aakta75z0eK1mo9rm5B5O4morT7PPF7evdUmKn3LsOL410cso0Dl7AMY++7xy9DuXsAffVrU Yg+WPHkQUfwgfXg6vKkyaGfkfpnP/xC4sdo6xQ6a/G0Ms06bczMcWjFTQVEDjhX8vZfNWhDDDXps 6knHBFXDlrv37RdvuuhvNcrWB081k4moBL7rAkwTAwJsGVzmoTHyHiHH/IKIoAEmNp5x8Fa+e33l ahH+MQO4fjEcp/LXP0uOqp4O/LkcUDi34SI4TRMLuBDGo5GzNHuVjKLD58kib2aUWtQv/2kOUh+l yxoUdCfjDAwj3/uC/oR5tfQrk/sl75MEV7ANBEtI4JpWwQwyOCJQjhodTnO0gP2xxhQCSgQxK65+ fGhw3YjJPO6/626HuJXhLIFkO5btM/GixbtJb3sjTqWfRENFIDfCNWHAf2B7R1NSmyywtxSt/PIr xPleZLwQjJVC5kT6XGb0j9iPaSXO0K6PEKfZjczw25WanF+xhPOpWfLUOna00bFrDPHKjGXw83fb 70G0Ga3JHItO5V393cRVkZdkbfDKVYNTbJxu4x9Jh1wqF4IkjqqIQrHNAP42VrkPhx5M50dT0EYh Q7xYmr2+iEL9spAYixV2J7fUY5sQ6VIkHeE1UPvYynz/HP6QrfGpkqO0Xghh5Y6gMzru20Jzn2qI 0drHS6+5la5Fqg09KXTagsiabfyc9znZ37Mm4fwERITt/xRZ/QENn7CiL7VG8X/BXygX5APR8b5k z6GpGAYoI4tn7wlcDQqz7NTlQInFIQSmeHUVdK28ggl0Z5sf/BGDmWrWBZ1JO8V25c71xESGCcVZ m2ugJpCFM4d86XbPdm/KUFQ05Yr/7rIoST0wRTlapUzapQGUnjKsPXY6OAwM/gkGTtOtG04U9ue3 7bXG652olvjJUK1x0tjYgrStwiaoJOlkTm5FtgMdbv80XJ1ZgUQLhSwPeyYH+9Fgu2pFK5pmvMyM t28t/+v/ql7PUE4xOW6osmHoo29krLdmPm5fkya1g3T6xowr5AntqYPNl9hD6eFt73ITYmgCQOG4 GrNjP+E1J3DjgY++nwZdwGZBWYuDjoX3l43e7d2gi8tCjSb9x9n2wgVrUk8AJLf4QOWN74CTaYzM PXNNV1WLYYStRkXIZG0NJCK8rkHHpTuYjQ/nfM9MtCQNClWbWJ9PnF22S9eXiN9kF1iYshTxKVXB ZmAygRo0rhIIODBybJfLubSk5xxZK2k+q4edfUbhuWdvqabmIHA3BJ7YMa8/o45dkNYjOmZ1Ycvc Gc22zyVeqBbEYwdEGCINqQlLM+V+9tA/3BwGwmXKWk16a1QLi41IPYNZUpTNgQZAEd+Oq9T0UeBT 7/g3iwOpv7ZJAh6lt8ooMHXpia75DQrZOpfSo5PTXxbDeoLkdWfThkkUj4Xk82WteL9TH4QQP46V Si37zTGI+b1obgb5JQ9GuL6JQuJ2MZui4bOQvcCXj2susLkwIa9ThPJGQpQWAvZx8wYNuG7n8RW9 n1U+pNFDltDQyCW+uKkUBL+TzxOTW47ohDyTSsT4oJFj0cjiwHIDMn7K2Kwyu1/awk7i1Vcl2qiR l7jCc0bFGfENCnfn7y2/fccSmt6y+bXqqVx6CRvgPp4o4WtpxEmf66nB+hbayqEySjSOKt0YK944 y03giawOoxGcrSVYKUL/NvoX9qI4cozzpllZ7KRWteQkTrBBSdEc0VMrAZcNCpdjzm5H4qeoTy5h e4PZ/GLnf2I4m6hz/Q3mI6kd460bCMYABc/Zz0cCg/R2//mnk7mmkHjI+LeBboCf3BfDqK90kQwq fM2xIyzpg8l1CD3ZSR7ZJFPhNOLqTfM5XoUjkhMy8iP82hEYJr2FPqAcsPYnpW2g/yFuSZNuB0DO Nyx6dbvRzBKRTp3UxsA8QmxzIxZfQ4HRifxmERJMDsXuDheuNPPOf+jDn0VW+ScslcMJU70ki5If XuKrXlvJjaSed3lRGMRHls/YSgwL+Zut92Xd2mh3RJemUOL1JxGBzf44SMLsQn39z/8LTfAsevBd K3kBYvxm/1tHvQ3dyULe2bWZK2zHBlaNMkWeFUjb5H1pPbFtG1+fjo0l+cdx+Sv///shHOUYvR7J I/lsQrXAIsYaSi6SOstadn31NpyTqResM1SSNH9U6XpR9PpVDFSnr9cF+HFIp9FGUVRuVWsGEr2S hT1kZqy1Djd6S7qyRl9Tx/djE21Zl6AJqq+dZGvBL7EidxvOJkhUzkTadyXLwsZbuMwr7n0f9J/s edjqMA67VhgmH5rP9dG6dn7Jx55/xdT7/8gliPX8hjf+kOWecH6s5amsVBFVOT9GKEA4ehYf5ati WvxNDIhZFIR/6tSFcqyvLXspXTodFrhWn2x7iFfl3zQ6xwgVK5Tn5N7y6pCEFEtjwMeoml/Y2DVr FdkFbCsWSMzTx9MsKOV9q1FCDVyBkS8Q0/shuzfo567OeZDVlaU9DqwIUaZ7TK+M0DbbiPlLwQQo oW1M2FTx7yG52q3a3GkMMq3366wMfj2ton9ErpJko7ABfVIYdI0j/h1LqOujbqGJjUBgVLJINMNy v2OH8Bqwx5eUQmNjHiljazIyNWJQiIDhNlP+rPG76o4agS5LKXtgGbwLbpnSh2sc+hxVlJBI+pdN CMBFHnM/64zshlSvEvzAhHNw16ot9f2Gs+xmZwgBEztm/VA61dBUsi1DMJy03jOdoz23fiOTO3TK JYJYScNA5feScjIH19QvhCZIoPZtF9ZJVFP59DwSMScI0u0hbtVLiBstt9aEPjRdkpdJTQOHV8wQ I44PpDA3v7s1qYu2s2HwHrZ+dcoDHyLEm4DbHLdgln/RBvKRVxYdg9h5GiVSdwU4rMZmn9K2Bdee Z8XpQxh8cdidUYyqhgMsgwiqYTHDevxz/D+k09Or4+QIS5Nr/HVXnSUse/nOJyvyNuy3oDtYe0GI hlxGs8LW8znRIuRYhmwxzA3Rnu1zkrIFecTljbUtWsiDAnid10dfkrxpxSsxoktq4NZjqevGCwgQ lroEVQhAl6LVsslnclWlfSnZexAv7sc6RW3SNBhm8QS9xHujMY3V3W+b8oCg8GYYWodcpqMaemIA FNCKD8Xt1cyeWjy15epkz2I7Q9451g6ZUyonGuVOm3w1264NCusk+A3jkygvpyvHvyzwNwLZuZ0n 4Il3Gwx7+r9KcM+4LI0EGHd01aY3/7d4d+jtS6vdyxXmvJXi4zOvwpm1DhWk3X4+rY8PT1r9HBCn q56XT+PMqXQ28vyGvV2gZIC0UMQWY7CpgVg5G5wFqH/DtMyijEnp3FRWs3mFKRuxe34ZVoaVHtMX MhPjEDiWrof9+yx2g/YSKC4ZWIlENP7tyo7khB2w2v4ljkoRLjK53RFNvZpAaDBih9rxb0ANClUM BATyXFafBDwVVCfAPd6EcRdg6bf1XxCS42E9KVK17+vM63AxRqxsInA84AbFfthrY9hSRv3idOsV iMX86N8qA4hujeEtL9fmkX1JV/qVqhw2Ld5ElwUmVcoDmP2VDNENCnGpbv2L0n8f3gnnD3tbRWev hN5Ca3RaxzGCjMUNCiVeXUE52RJiIAzANsJUWH/1/aN8zpWgkIOmtFSXhWcV6m/easb+zRNBWxEx qAOeKFZ0tkGVMdoD8eZDAWbsDVM3FdSw81VAHhvKjfgW58CNzuboexXZcvfPtyAMOpajqi5sqmv2 sNCrH5SAS+VIN/o4hHt9n2HQL8VdLW98uZyC8nJLW3ntHwLhoudMzj45kRdLfEdPbXgz0jNNfJLi OpbcalYmCVvofUGspyBsx2dzc6QcxdplUEq/VVYP4aWEUZMZdA43X2LQKJwCGVKvRTtYc9y8r+4Q Oshthxg7voh2SZD/0UOx50lxycy7y6NG0lYMLV/vHi0G16OArsbjcflQcnwxDbJ+wtAmimixMnql eMemoYzMu7mPtu7j+mruzr+qLQuamKnXc/W2x2i/8IdgmcCnDQoMuSoz+Gg9kskLLEcayzIkiJGB IdMWkLox8PtGmfvthOQYSZ9jlo7q4qU1iL5b6CH68UFK/M8jbtPwa+9CSP+E1Ys5hrbnc6H2Qm7G Lg0lstd6ZEj9VgPXTSy74OQDjM+5UBWmZnYh2QGX/i2l3nEQEXyCGdmauF7sPKRtwObxVEmZKVzE O8X1qNW+YYdG6YjUQVnhn9flyc5YyzsoH+3xRMZuJbq40jTe6VvYbVdb6TJROBslZAzjIIbFWX9z qidmhAcSNzQ9LS19oqezLRXtAK5qybQasbDai7U1/5IDx1B5dpSc6nb2yx9WprLx/mSDOp5S41oi HfpnFBDRVm+cO/jpfcnn9BBrDrCAOr1HrbtdRVwQYlqwOQSjcAMYkTqPc8r7/xJqShG7aLspyBpE tju3xAS6Nluk8xe/oR0W2rF4nIs3StFgNhZRnW5hvPvi+LX6sVYFzYfipG26OxLCfjK9lYv8MPQY kyykksHknYbLj5DvUUDhXucF+uiAyP0TkxVu4c0XcnL2uCBojPpOto9TIgWkz3Q57mmGWyMTv2UB HKKvLefmPSPYGjaBw/sWDQqJ7nqzRpHXMucbVmMTDPqGY90/O6ZZZqSRl0kCSbfb0P3ZahBpJMzp SB2/+1aEoISp25V4/flhlOrZPauEnH3aKQX3dnTzRWz6wwRG/NScqNoih+q34fMoC7GjPdwTddgI YZHE7/S2VCyIrgNF4vzwziJODQrOo/+FhDktGe4NV8d5yaOx3i9g8JKyK8abKQaHdcPff6oiK5fH u3tzZLCvSEGuUqqFgaJShsyS16K7ElOhqNoptQ6GklfFjJ2ujgSKXweRMYK5AgffMSzhvnsFSpBC S1cTXqGijITtDQolidBFjsjk0Q5eQaM8CcV/iOjiHqf8O4T1eBPPvcXWMiGLSnr+N9UwBQ3skfG4 L9sQUbn0aDqOur5FlIQFxIfyFNK4VVDrUPc33jRwSPc6fNkM7vibs0gIQyK4XrVGRIw8yTUNELM/ 5WcokUKp+PGzG98iS5qzMDSQLYDqqXLpVsdmPVR8gRwyVk61i7c/HIi68JFZ2ug8mlAOeRaOqVfZ 9fKXrpxt+RCSFa/E+LnjamsxKKWrKRcMcLa2ibczBVV0e1YOpmOeWVpBMdGh8OYNCh8A/46slE30 2Q5apJQ4BGj/Ar5dIIuhblVhN9byEMz3MMYj0QG2z8t9pA58QYayoxxIEG7x8VL7+o5Exg+giXCf wOBsqPfqvCp9DvLgOmyQ6wiktRN43R/6eZVxzZlvtz3ITvvedP9TOXCrxaLoqckcxvhu2mwV082O vZMBrIRMGkeawjMiKLfVxrIXNQezkZVHP+uRlg0KaajMpcSvlrwRJmd3iG3WQDmaN8O5I0dwWA4D otOBPtI3EvNvVWuunSOP1xValF/unRHw7wIMdWRjob7VS26/U4e/7uOXZZAWdUvmCYN3lsA0HFP1 hxABVinBq3XwGwjljCKG1YnNwHj/3bEkou1NlCiieZnAVh4wDA+72LEGICQ1lSNGTKC0Y/WZM7LK jS7Am7p2SR8qDQr+ipcraNrl/xwz1EjpFhTHjTDDga7LsK1kAlWC770pcSv8eEvXNbEHP5ADua7r Ml/kWuQyBhvpfQ9sfP1R3I3k/SP9yrGO7hXocyVfmhs3huOYvtJgdOfq1Go/E26KoFsH8EuBGdTp sy/Gcw4Yw+K/4rwA2pdqeVIDM6IYoBWqqAhzAJ/lF2fMAUFxPBZSKz3RCXSQyPUekZZT3i0Wzq8b EaB1LK1to+wLMI83Ido93BtOUcTtKw16C8tKBCfkb3sOJFRx7xdGui6AOnoPw58hGg0ZFvratqPj QlpLSc/iCyKRMRVLHbUqQMf8dBth+mzrkJbah88Zz9KaID98LaJgylcpcTOigwXB5+ukXZRTVTlh 3JGHvKtnCL64HWB1pLbFAN85qLPmP3AFDQrm8WBmkjOKtvEig2TfHqqPwEi50SRCxFFNWCDvuu4i EjRTOmTn9HhEfgJlK5lEJzsLkWhCJAcvRp7+gF5xRCzr1rgjAJRetVpsIuVhqJ7W3sT3ryZLforR 8YAgV3B1aoroukPLf2nwuO10FcfL1LgrvHzUUFgVT8ELcyl9+ZNNjO0HFMeN3DmYWjbbMb2fjCE6 EIdIKHmeLOJUl63fIxVdRgyCmCnQpD5TKt2lw8eEgzOq5KEZ8q3dFr0aL4vYYfXMKEReaeEmEteX AeSXsv7t80D9PKrZBLctBefo55fDMWoi3UgHO37DgA3VNcaq6fiKfEEYnzhqA3wWf8M2/YZLFTvs EqT6b2PWiR2+Vpf7G6iSfqY7NeEJUQ3/OTRhJXgEVy/l2zxA/ebZ9LNWbzddMFMFQcpq5wmIZX4j qDOe6adjLy5BRMm2BNJoklha3a8khDBxqJptwdg/Txn1PmX1j5orEFVBmIIE0pQ8ptwaEQEZazKM C13kOIJhzPp0sLML++JA29LYfheichhqNhvenBnyDM1f8GlBpkh5TTDVbhsOkLzuls3QvWM4gBI+ b5TKlNj3H5SPsAPLwqbFF0fwf7vdlOq+CVvr5JX6Qw9uY+bEkZcXQWnpx2w8SjWPk/rAxtEGVrB0 4kDZj+ShewN9yF8/ZkH1rQ0Kiuql8zA/MUkeO7RGykeWtH9IpYjw3Fx+6Aamb+Lps5EYBkdWSy4Y YddfN0UFKDpIOn1FzFLR55YWZrOr9pnTB/iieM+ey6OguE1+W8ZGf2HK6UKLs79J1t1p2lsIrgKx +zuivAHuHsXC78LbvLGoFeLLh47fI721buuK2hlLYxC8AmYkZ42u+6w8/URz/nJYXsFlsCCpsDYW Ir5IQ6u9M3TVd+xMbtMZSD3gvWxGlfcQH6kEZZoP6ieBaJedSxHfkMa16jvTz2GmMI9QhztVkldF 8/AVpogTk/+C7F9vpXB1D24vOjliI5rbdEsmS6XXXoxSnFmuVXG7WAzmc8YGhJYaVQ0AUUpwT8LF 1xdw9VqmzbF9Sf44gg6y81GO6otc5WRiwtBaAiRn/QUZkBYvfG8uAFSaZCf7rdFykod9dKsG6YYp rb31O3XGA4O0qMXEUdErmVSugjX2ap53OQ9yv8u032FzZCUFj9xO26I6E5Vl2MUUDLNkB+c0KPv9 xqY3TQJ7sZdw86lJvbtIakgRxTJdKR437r2d6GGdy9CRSEHoayr17xCB2LX2t0iO7SG2nFgyegdz J+uyHkGYLXdFtzZlvDUqYBfJhQQ2uHGbyjONIF2MzQ7ATCq8Gg+HsdKseW3UX0BFo6lxiRnTCLwy UwWeSt08E5SJD4ecN/dX3UamDGHOnoQfq2JgOPJpq/H6+jN8gNBb5UU8Z6XLb2YkOk8p7+rC2d1Y BdOUvFKbYpBIy6AQccACLV5EV9e2Uc7pf5slskibVgZA9VB4xlmx0GmLMFseOYlthaC7Ka3YhlVw io9BYBjFqcKC2PRmusSGn+WfDbGDFE4yhrLFlrrq75qmyDvClxnBJKC2VJwbvgj+Iygx6t+huVvh SFwf3LAuSRgw76EGJAuFEmErABP0UwcNCt82r3Qim7NrIM3tcVFE1q57RP/msE8EoOmuzRpFXYmc 1aLDFw0dXLIcBhDl0CwiDQo7m6SZK8v6rqv1ImEUuqX/EuTXPYD3ajyGZQuQAJk3q3LRuCDZbg89 JMyzAhADi58kMIrgpmTX0SV7/ZThqNaAHJAR99wq9nZerAeo0vLIArOYe3Cz2x1iy/3me9YzTkzD 9AxQf0i9cetMU/fGOa5E89JmOjrqhuPQ+0SPtLE/nfkj3fpjhc87oLofffucNp6Cfezo8vgMQWtx SeCl6kpEbIdtPcmpCzXGDQ7hs8Lv45ws2VCzbVWPBGE28oDGyU6lpjqD2nfNguNVTWmUWS+STFiG HK08XHkHHjrYGuta8j46sgHo+07fqh1fBZA/vR5qRRrdnj2wO9taeS2qcnJqOtzYAGji5lIttIK3 mqxgHS1hC77EckFm1eA+0kUtsswYPUtWB6GJz1m1d5WSyNtOdjb/GQbypW9/Z3dTfZrugNQhldwn wqXNBQeW8AHLKPQVl9q1Q7KKjwI57Q8+YKqZ9Ew79qMFDyIZATrNU1gQ16XSg99TZHx62V1gYBtM Yep1Fzmrz5r4pqbIPm7ZXmJok9HSCypilQYLFjiuPgB5e+1xy5pWez7K2xWpclcwtllPaFfhYnLC XWhcaURbmCLFx6C0IyfjTHz9Kgusz9mVdzVWqzoqyaAStdSUaNKoZ37gzNTbI28zhRDjNXmtSEE9 oJrgE/qrO4igUEv2+pcGRipj/WnbB0+8Aol9hXkxPwvkza4RDD+UsgHOgeTeK4+CaAYrEo6//uf0 Z9BIsVVw8cM2hQDX/jN13+9E21xAU3yF8MsFZwvtL+p3vcyp1RI0KbIQPkxkSmphMw7dSRjVH8MF DWGIQKiyNpQhcu4+Vm/7qNETNA0LKWM60EpnPACvkE9dsxo46W5YtiSirldGFGxUDhaaRuK/8V6R 7VNdNE1kSE8x3aVvSq8udnbYI6zeTkZR0aK9SIoTbnMl4CXHO0k0lfwMeckzWE+3O77W8lStj/fw 1vvZqbl68UgLAFRQJ9/F7fCP92kHRhcrq1BGLtiRMC4MCSyltG5t+2qE5eO5AlCSpF+lxWDi3AO/ ZmEJTc9eIpTHml4h4Rbt456egLk6DcUAGo4Nqyi/2MmTxsAZFP0ryyWlasnvTgL51r2uq5BXon8A Nt1GYPTS5bANCnjfj9vDmIE/RnG9HvWPnacuwf4yVvH8giOd+n3Cfcy/dFNith2TNSb8NOhHZyIo 0Hc3xmm7ZghAWqwDu3FX+VBsc+KcdCI4+NQI7KbGiMdEevVsIzO8qsZN1AA2rR7lMAYrsePLEJnm U+Xj9y7lQL1TfSoNbsSR189rymzHyh0HaliloRRqJHy703rIQCP+TWTBN8dubP5cH7f1J9WMMJkh BAxAaDKZTR9BxnGJwc1xbmZy8n5VDQr3grif5Hhw5WEzr8iKfsjlPxdk7BSpDjmw2TtZ51V5CLPA VOwoFbciIblYPydT1rDsOXkhKeAQ+uKidd9BM1Az1RgNKRHlfQSGSzWsXtD9OzEDvay5m6xeoln+ DjrmlDtWKSRMhBhyz8K6FCSb5ZyAtkbk/Sf/kw0Q11+1cVaMGvHxvXI1jH86jxbVtMjZrDY19xhX RzMtEwfLivU9fbW2qCwRGIMGFwdtORm2J1uR3RjkDza4EHZeo0wgyQCDEqrJZFjB6wIZYNNWHCbP DQog6Tdal1c6T4gZWmzLtNYQ5VDq1F0nWo1uYg0KRiKI2h+6EEogPjxA+sS6I2NOQsFuzWgqkib/ FEBmZifn7pIop/cWwliZy4dPvSrd6/2sfaWCuiL8th5UWjEkJwFxoJOq9b/oYO6dFwFM9R4G55aS IwOCpYquSgzr8xfiSJx65wcyQkD2vUNVMSINV7xhEiqhkYl2QKfHqN1raBsf/HkDtSgU3jDy62e9 UKttdNTPcq8M77CEFCJ1BAUoBI6YwatPJwDcZImVM1OI6KXIRaa6o40apKtja4m1mSlHKCh0PsjB 9T81gK084cuXcEk7XdRO4ywsBHk/502JZEeMe+1UDnrbK9up4o+79hwO5p/jtJMbHOPsylODHD2N WMYJ5aWU/x3pHqYqK41k57y0TEnv+IjIGbRTtZRvW7RsHBMF+moNvqdr42G/QbKX3DM/srdriW2F TRFhGMtfapa/IO6KFC9AYBNTRzjRjgV2ow0KVniW5YofHoBad6eMJ9BtwgbsIPnP0wa1VeBxB44O /PeGdmHGjvrlbxdFaUF7zOLzOyXwVC2uPE6MTkisE3FJl1u78X/sYubcNCBFbDQzgjxSoZMc0OaZ cf6Vn6TxzFx5RMYH2ObmIMOinHQR03x4PDxSshoNqY1iEkUc5VFPvovBxqNg0EfvQt+UnmVQg5yX G/PztE/a7umPDu/Fy0LTUrklXFgEO8uaNsWMeBADXIQMxrgbszv9WLHFSbjoYKXGLXozyFPdnyKO PbbFua1DaCmAx9tWlyBzF+1kGxjxFrCOeVXTyJ0OU9qmhM1Zu7VTjrDnIbgve6oV3t4UmoPGfPhB vxHhwznwDqLWAxt0l+82Q3li2N+qf2o72gdbMWCUbuJ70JMsAcokqfNA7SO5BXafMH/BMxEn7kYI ztjvdORtbIx3d+CkOiU7v60I4jvfpx/oVw+wDQrxDwxBwY+eNYfwVukE9tg2FKmXJhwebvwWuROa 18/4lEiVt06w+CdSnpNp8zzsqvEoiD2ymXjnk/ZkRUFEn1Z/KIpr4R2RtJ0bLqGz+aQzqcFsXWAz DihGKG57n68tTMtIfpy7GdTzhg6sBnC68QgldsdtRMH0keYk5auSTCVYeQLZsUVggl1RE4FvOk4L Y5qEo0B9UeVkoCNyYMTtFx/UajFqYmwE2VPyfHRFkCkwDQqzzdBT8IfKJ0my7HoWW/NvL1gZZO90 9CDmftQ409hBM6UajoAw3T1XDQoNCh8ar4XaccC9oS7JJ0brhqNLrkppP+o/yIj9N983bgFagmA1 QWHfN4x9Er2afDkUyy8nb+1Sh/FG5FCGLQ5b57hszM/zGu64HwD6gCrOzjphOYg3d8c79EGZvhRX q2VQSWCgEMNgoHOwQxlZ8EXsxQt2oL2k7bu7wvOG03mc78G+B+3Xx9GleS+4D5woFrXXgMp0TXzz zNqA2Yau8MmkO1byAEbeN7//aFmkpS9QVzNSQB7SMfYzecSlxongMla7mvUYNBbsBWN13+v1/YF9 NY07lClvr8xKRNqUvlkqq+EJZ3LE2L5dGvrgRmL+b3eB0Ux75cBAT/GkHf5Fm9MgPaXAAl2g8l/N A6aheoqk2bgwIb5q3ir94n7X54TOS8GcSstFJQjomFR9yFgbzhsyu08D6/6jFlvAq0sNdUP4MTNG +FibV1qK8TrK/EsD6erlgRe7VTQPjCoyy/N2VCJFre5gmKAG7n9jf3/Qd9gGqWtFtClprwJozOA9 EPEpj0+5U2q1auO/O0zu3YiZEUbf4pZ2/tlHX0xnUIcLNaC05ucHQvADilx2i+NMR+VuL63B7JRU y/gilql4co6ptcvk935MGodVFCpDV9ApT6uXqcHem2u/6yYk4CSHKJRGqWYnInRj9az5V91GiTle rsLxECIBhnHUROhJ69pbQa4C0c/V9N4NCuRmgHzvND8RmZHhLqhfcF4TDVN/O6YGkVWYY+seiSGP YtoAQF0PyhKmhmtpiIwtQKSNeuH7TucetrB1Qd2Qvv1yAA2+5hi2/MSS5GgPnJMR6OrIq4HvoM07 TzSNwCsCIu5S4vlM4sEhAb1CpjF/S7aXZhRoXlntPPedqlx0MeodedDUnaLP/Ae/vakoac/2s1Nz SMGrw/kxtT7kWwz5BXbktDv7Ec/gabBuq0nvSMHx8XDvaA0T7KOVgJsp2MvTeTMnDjmO6CZ/1m1q 83Cdk2erm3QyX7QrGRbW8sDssa0wwZXjDaDivgWQ6/JkKmhRYc7AMQOm01IzXxo0Kvi4lg0K7ntp jdw68ZsfVDml0i+M69Y0r8m/TqKVK/BEPPfiEfGUaEa9xoybBkuLqI3AfERoQA9J6ZQhLXs/EjdL 0t1wsbwBlMJ5Ov34sqpUKw0K0tEblQy6IToJVvYl6nNjyd2EYZ+inZOIjEC3eA+bhqvlUaQoo4Ld BiIyEOHR3R3Cr6EngffZL1T8EyRA9KbLP6X+zbKLU3c++vcJhUrNFfjhVHx/Snve0rPpAvIo90nC Wvkw3q8Oim9i6CHjZwPY8L/r2yvfCLJRIBAzIK4zqG/YJDhH5JzmEL+tU2Zh1JlyuIOee+ZrA0Pr jHXlY5fS4XUmw7jBKWzo+46usbiKHtLEoNfMImkbuk1Mok4xVjiiFxf0oHxHxvK1lOZYZAbvM7WZ Dr4Uh2WinkdktdIIIJ/9/gsI5xMA2Dqbxl8NClg3jMCIQ9FxI+p0tK3zWAINCo84VxXm6c2okk0e ARG0DLiyRAlXajWCZPIOI6PuQ/Geg2OTsL6Dsog2ZtRR4uMAnrLzYOI+UXcsPiUqEGlnR68ZzyDa SGc3j/JMIk6U/D85p2g1DQoSoYaiGy6id1ood7jbvoC6GWr7s4EtMjslxrmJmwNI6TUNCmS7gIYY gvNGYLU6WQMqI56EBDDVNyCaS0ssSdiC5GjnpNgkjtmjBG3OeEKiZ/06USOROLjKruWcMzwJDjrJ BTklqCrRwDejlUXe8/Jl+Nc2C9n+eqWgar9U19aLBFVzHimAHmX983/DZjlTpQmZs7X7nA8sX85k RDqrnpCUJYKvSeUjR+aYJ9RwCQb+FoNwuV2rUs3O9Bc6eZvsvnchXeB1A2XFKZ5SLSOVwl7L5NBa plP5z30Qr3sLTBGIU35vqXdqhSBqwroPHnTBt+kuFATNInzimgPN3nWATfz5ns0e8fLzP9JHyS2W XkXc92L9aXlRwegxKd609yskdU7/5CLVoMQkbmxjsW+ncLkzTlcD8VEjJk/8WNpEkC4xf+mwQUdC 1jrw7+GlVYqCzOkuZtKyP7DeOdo1vdoPvSpwj9SMiE+ImEgA9T8FTdVDitlvL9bUTfVF0QboDr/U T6ZuE42YBenIhTj0862PsuTer/SWPuWELwtcQBWRTNpa6AGZ1XF43MruLbAODZ8/T0QIVGf0dM5Y 9jNwDbqVhZ5IBKdnfgehurq8UcmFz9Jecx6xUasyNX8igPgQAVoZbKoo5v3EJwQuyEIEYVOCOIiu /oB0E0m1T6x3mZNRjH7bU/KkeBe3Ngcdnrk89mjLCWWUMHXGxp5vZN0YaZHm0BHPRW4aFjqcQTwg lolPfdGXmQurPlZMSVLPTp3dveSTlDKuEhoRIPE29dIe8AvSG4UJN/fm/zSaER2z74vhHtXWEG5f Rr17dNwDynWOFj3L8X+Suv3miYZr1pcNt1td5RX0IZ3SbSczq+T3QHMo0iuNjmtlRSZAxHPxpqSZ Anxrtm/4a2yW6a7QxPzYNF3gUH2MXaFER4VOwvG2avMi2yJcOI9bHcKwtgWbRYhugFYCNW/skvTw Q564cEEUrQGVgH8Oy2l08oMCt4wiMGzHOoNFVPAYaZ57yiFHUWfpi5ZYZDisDSEERLh6P1hPbcaN G9zp9tbxUBsFa0YUmqVEcPh6YOK/3X2mgtownsoYMw7C/I9tVP9Z7NNTjEwWi7SJCwG4NtO6M2EZ 9otmqidLtlP73/4dWxhsKJJPYvQcF/AU0nWa0QUa50dStkG6Y3GV2XaJ95b/jf8puL92zRih9dhn 2rKkyw1sDA7tEgK+WPLZv8P7aVLj7S+jVAsFEtHthjeWBkfYSE9CwvPbjVNqraeMgNhnfdpJUGZX 6UJ/cw0KYf7Sy635CKLrKbG+IHFzcrZxOnB9tbXh7pgJp9hfsNNrqi9+UnT5G/IhlGtX2PHpC/Rz bFQDAGhPXHQNXRGOzz+akZT/ZQLPmQhmSRj7df77UtKbdyermvJebPP9ZM0NOPA+pRhMOVoy442u s59Tu6UXP0qkHlQVx/VnZ2l69G029wuMO9qsM+lQdKjs3tOOhomCXtcYrL3mH5N4NDx/0iLwcpu+ r2jtG1+VIPy9P28w81Z/Op7kNgCO3W9fTu1MirnGy0VquwfCSrhtFQYLqgHsdjpL7ZlI+hINEoF/ cOL09M3hKDrsTLCjyC0YtXXjwIsaVLp/njLhsQJ5uMuCY6tf5aJfFmUEJRWgqR8wvXMt/CmdtQi+ sTZTBqxUBM5Rg8JQZ0ZeR+cMPdxvYijB4TRWIfKmWNuga8YZlkMX+wLvIwvrU1nXIltD1Ac94Bd/ k/bu7ZVv5BpGwuGUmOIp/W6Dlvmcv2zZvDN0kHmhqvQzdg1TcbVrv71aT9wzDzOZ//0pOq/grbCA r3RvMN8fQxIGjnH2EyYNCt5rO6toSlY1IK7VU0f+iuxC4XpCBW1N0t5MgyL0u/7jKLRe8/vh8rcF NzDk3mf7EGhMZnQp+gR1bIzIYWmfX+uD1aOBkForMJQnKRpmBg8I6g0KnhTEfKedlneePOKSdA0O Nd4nozTW1WfiQg6ukFsde68RM+jMFyx+IrIaSuuJ/wjwQIwi7YTI/WkXJ84Wd5scp/QxB36pb+nR nrZONX96fuQPHqSHey3g82iHC6OqrX4hh0v8Hlq2Q6vjDBagzCPm3nudqOHPH74/hXrcD3NZSoO3 RJqgHaWZODA2N1tSux4iKuV8LhNi4sayoBxADgA+IM5QmwVws4voYsSkZBo2O28UG+yUFy3xS+Cv 23cTopJJ9vnw6ESOiUWjLOVIa7UFX7X6lZbE/Ww6DyZ5a8XGy7E1rL3dv2kx3Nzm0GUW4FtChAeD ZzOU1nYNHX48+BnvxoNpQw6k0WGT+1frcrA655/ssSSU+EmOmdi/3uQIKi0slE0vuniDyE0pcjYl G+dWlx2PjXNBhgwuAAD23xa1P866ngABj7wByJACbtzLQbHEZ/sCAAAAAARZWg== --ELM1340445068-84387-0_-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 10:10:07 2012 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 225ED106566C for ; Sat, 23 Jun 2012 10:10:07 +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 1B6018FC14 for ; Sat, 23 Jun 2012 10:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NAA5ub053120 for ; Sat, 23 Jun 2012 10:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NAA5eJ053119; Sat, 23 Jun 2012 10:10:05 GMT (envelope-from gnats) Date: Sat, 23 Jun 2012 10:10:05 GMT Message-Id: <201206231010.q5NAA5eJ053119@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: koobs Cc: Subject: Re: ports/168905: [NEW PORT] devel/rebar: A build-tool for Erlang that follows OTP principles X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: koobs List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 10:10:07 -0000 The following reply was made to PR ports/168905; it has been noted by GNATS. From: koobs To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/168905: [NEW PORT] devel/rebar: A build-tool for Erlang that follows OTP principles Date: Sat, 23 Jun 2012 20:01:22 +1000 (EST) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --677311775-168221503-1340445682=:43984 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Apologies, missing PLIST_FILES/pkg-plist from original .shar New shar attached. --677311775-168221503-1340445682=:43984 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=rebar.shar Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename=rebar.shar PT09PiBDcmVhdGluZyBzaGFyIGZpbGUNCj09PT4gVmlld2luZyBkaWZmIHdp dGggbW9yZQ0KIyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQg aW4gYSBmaWxlLCByZW1vdmUgYW55dGhpbmcgYmVmb3JlDQojIHRoaXMgbGlu ZSwgYW5kIHRoZW4gdW5wYWNrIGl0IGJ5IGVudGVyaW5nICJzaCBmaWxlIi4g IE5vdGUsIGl0IG1heQ0KIyBjcmVhdGUgZGlyZWN0b3JpZXM7IGZpbGVzIGFu ZCBkaXJlY3RvcmllcyB3aWxsIGJlIG93bmVkIGJ5IHlvdSBhbmQNCiMgaGF2 ZSBkZWZhdWx0IHBlcm1pc3Npb25zLg0KIw0KIyBUaGlzIGFyY2hpdmUgY29u dGFpbnM6DQojDQojCXJlYmFyDQojCXJlYmFyL01ha2VmaWxlDQojCXJlYmFy L3BrZy1kZXNjcg0KIwlyZWJhci9kaXN0aW5mbw0KIw0KZWNobyBjIC0gcmVi YXINCm1rZGlyIC1wIHJlYmFyID4gL2Rldi9udWxsIDI+JjENCmVjaG8geCAt IHJlYmFyL01ha2VmaWxlDQpzZWQgJ3MvXlgvLycgPnJlYmFyL01ha2VmaWxl IDw8ICcyN2ZlNDFjYzQzYTgxZTFlODljMTk1OGQ3YmIwMWIyNicNClgjIE5l dyBwb3J0cyBjb2xsZWN0aW9uIG1ha2VmaWxlIGZvcjoJcmViYXINClgjIERh dGUgY3JlYXRlZDoJCTIwMTItMDYtMDkNClgjIFdob206CQkJa29vYnMgPGtv b2JzLmZyZWVic2RAZ21haWwuY29tPg0KWCMNClgjICRGcmVlQlNEJA0KWCMN ClgNClhQT1JUTkFNRT0JcmViYXINClhQT1JUVkVSU0lPTj0JMi4wLjANClhD QVRFR09SSUVTPQlkZXZlbA0KWE1BU1RFUl9TSVRFUz0JaHR0cDovL2dpdGh1 Yi5jb20vYmFzaG8vcmViYXIvdGFyYmFsbC8ke0dJVFZFUlNJT059Lw0KWERJ U1ROQU1FPQliYXNoby1yZWJhci0ke0dJVFZFUlNJT059DQpYDQpYTUFJTlRB SU5FUj0Ja29vYnMuZnJlZWJzZEBnbWFpbC5jb20NClhDT01NRU5UPQlBIGJ1 aWxkLXRvb2wgZm9yIEVybGFuZyB0aGF0IGZvbGxvd3MgT1RQIHByaW5jaXBs ZXMNClgNClhMSUNFTlNFPQlBTDINClhMSUNFTlNFX0ZJTEU9CSR7V1JLU1JD fS9MSUNFTlNFDQpYDQpYQlVJTERfREVQRU5EUz0JZXNjcmlwdDoke1BPUlRT RElSfS9sYW5nL2VybGFuZw0KWA0KWEdJVFZFUlNJT049CTFjOThmNmMNClhG RVRDSF9BUkdTPQktRnByDQpYDQpYUExJU1RfRklMRVM9CWJpbi9yZWJhcg0K WA0KWFNUUklQPQ0KWGRvLWluc3RhbGw6DQpYCSR7SU5TVEFMTF9QUk9HUkFN fSAke1dSS1NSQ30vcmViYXIgJHtQUkVGSVh9L2Jpbg0KWA0KWC5pbmNsdWRl IDxic2QucG9ydC5taz4NCjI3ZmU0MWNjNDNhODFlMWU4OWMxOTU4ZDdiYjAx YjI2DQplY2hvIHggLSByZWJhci9wa2ctZGVzY3INCnNlZCAncy9eWC8vJyA+ cmViYXIvcGtnLWRlc2NyIDw8ICcwY2UzYWRlNmYzYzAwZWZjY2QxZDQ2YWRm NjZiMjNmZCcNClhyZWJhciBpcyBhbiBFcmxhbmcgYnVpbGQgdG9vbCB0aGF0 IG1ha2VzIGl0IGVhc3kgdG8gY29tcGlsZSBhbmQNClh0ZXN0IEVybGFuZyBh cHBsaWNhdGlvbnMsIHBvcnQgZHJpdmVycyBhbmQgcmVsZWFzZXMuDQpYDQpY cmViYXIgaXMgYSBzZWxmLWNvbnRhaW5lZCBFcmxhbmcgc2NyaXB0LCBzbyBp dCdzIGVhc3kgdG8gZGlzdHJpYnV0ZSBvciBldmVuDQpYZW1iZWQgZGlyZWN0 bHkgaW4gYSBwcm9qZWN0LiBXaGVyZSBwb3NzaWJsZSwgcmViYXIgdXNlcyBz dGFuZGFyZCBFcmxhbmcvT1RQDQpYY29udmVudGlvbnMgZm9yIHByb2plY3Qg c3RydWN0dXJlcywgdGh1cyBtaW5pbWl6aW5nIHRoZSBhbW91bnQgb2YgYnVp bGQNClhjb25maWd1cmF0aW9uIHdvcmsuIHJlYmFyIGFsc28gcHJvdmlkZXMg ZGVwZW5kZW5jeSBtYW5hZ2VtZW50LCBlbmFibGluZw0KWGFwcGxpY2F0aW9u IHdyaXRlcnMgdG8gZWFzaWx5IHJlLXVzZSBjb21tb24gbGlicmFyaWVzIGZy b20gYSB2YXJpZXR5IG9mDQpYbG9jYXRpb25zIChnaXQsIGhnLCBldGMpLg0K WA0KWFdXVzoJaHR0cHM6Ly9naXRodWIuY29tL2Jhc2hvL3JlYmFyDQowY2Uz YWRlNmYzYzAwZWZjY2QxZDQ2YWRmNjZiMjNmZA0KZWNobyB4IC0gcmViYXIv ZGlzdGluZm8NCnNlZCAncy9eWC8vJyA+cmViYXIvZGlzdGluZm8gPDwgJ2Vk MWJjNGVhODE1ZGZmN2VlY2QwMzBiNDE2NDc1NDFjJw0KWFNIQTI1NiAoYmFz aG8tcmViYXItMWM5OGY2Yy50YXIuZ3opID0gMjM3NTYxZWUyMmUyMjE5MjRl ZGJlNzM2NGI1NTYxNTFkMWJlODlhM2M2NjFhMWQ4OTgzYzdiOTkzODRlYTk3 OA0KWFNJWkUgKGJhc2hvLXJlYmFyLTFjOThmNmMudGFyLmd6KSA9IDEyMDgy MQ0KZWQxYmM0ZWE4MTVkZmY3ZWVjZDAzMGI0MTY0NzU0MWMNCmV4aXQNCg0K PT09PiBEb25lDQo= --677311775-168221503-1340445682=:43984-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 11:20:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A47F41065676 for ; Sat, 23 Jun 2012 11:20:12 +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 4B5798FC18 for ; Sat, 23 Jun 2012 11:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NBKCnk020558 for ; Sat, 23 Jun 2012 11:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NBKBs6020557; Sat, 23 Jun 2012 11:20:11 GMT (envelope-from gnats) Date: Sat, 23 Jun 2012 11:20:11 GMT Message-Id: <201206231120.q5NBKBs6020557@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: David Naylor X-Mailman-Approved-At: Sat, 23 Jun 2012 11:25:28 +0000 Cc: Subject: Re: ports/168974: [patch] update lang/pypy from 1.8 to 1.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Naylor List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 11:20:12 -0000 The following reply was made to PR ports/168974; it has been noted by GNATS. From: David Naylor To: bug-followup@freebsd.org Cc: Michael Scheidell Subject: Re: ports/168974: [patch] update lang/pypy from 1.8 to 1.9 Date: Sat, 23 Jun 2012 13:09:50 +0200 --nextPart8594935.QhMuIjGvMk Content-Type: multipart/mixed; boundary="Boundary-01=_+Pa5PcVQqbzkun1" Content-Transfer-Encoding: 7bit --Boundary-01=_+Pa5PcVQqbzkun1 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday, 23 June 2012 01:03:17 David Naylor wrote: > On Friday, 22 June 2012 11:32:28 David Naylor wrote: > > Apologies for the delay. It appears my email address was dropped from > > the replies and I didn't check the bug... > >=20 > > I am working on an update that I think will result in a cleaner port > > without the need for a specific $PREFIX/pypy-1.9 directory. >=20 > Please see attached for my revised patch. Your comments please :-) >=20 > Regards >=20 > P.S. The patch needed to be compressed (xz) due to it's size. Let me try an uncompressed patch... (If GNATS accepts 451KiB attachments) --Boundary-01=_+Pa5PcVQqbzkun1 Content-Type: text/x-patch; charset="ISO-8859-1"; name="pypy.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="pypy.diff" diff -urN --exclude=3D.git /usr/ports/lang/pypy/Makefile pypy/Makefile =2D-- /usr/ports/lang/pypy/Makefile 2012-04-02 03:16:20.000000000 +0200 +++ pypy/Makefile 2012-06-22 18:05:29.000000000 +0200 @@ -6,8 +6,8 @@ # =20 PORTNAME=3D pypy =2DDISTVERSION=3D 1.8 =2DCATEGORIES=3D lang python +DISTVERSION=3D 1.9 +CATEGORIES=3D lang python java MASTER_SITES=3D https://bitbucket.org/pypy/pypy/get/ DISTNAME=3D release-${DISTVERSION} DIST_SUBDIR=3D pypy @@ -21,7 +21,8 @@ LIB_DEPENDS=3D expat:${PORTSDIR}/textproc/expat2 \ ffi:${PORTSDIR}/devel/libffi =20 =2DOPTIONS=3D SANDBOX "Translate a sandboxed pypy" OFF +OPTIONS_DEFINE=3D SANDBOX +SANDBOX_DESC=3D "Translate a sandboxed pypy" =20 BUILD_WRKSRC=3D ${WRKDIR} USE_BZIP2=3D yes @@ -29,17 +30,26 @@ USE_GETTEXT=3D yes PKGINSTALL=3D ${WRKDIR}/pkg-install PKGDEINSTALL=3D ${WRKDIR}/pkg-deinstall =2DWRKSRC=3D ${WRKDIR}/pypy-pypy-2346207d9946 +WRKSRC=3D ${WRKDIR}/pypy-pypy-341e1e3821ff =20 =2DPYPYDIRS=3D include lib-python lib_pypy site-packages =2DPYPYPREFIX?=3D ${PREFIX}/${PORTNAME}-${DISTVERSION} =2DPLIST_SUB+=3D PYPYPREFIX=3D"${PYPYPREFIX:S|^${PREFIX}/||g}" \ =2D DISTVERSION=3D"${DISTVERSION}" +PYPY_VER=3D ${DISTVERSION} +PYTHON_IMPL_VER=3D 2.7 +PYPY_LIBDIR=3D lib/pypy${PYPY_VER} +PYPY_INCLUDEDIR=3D include/pypy${PYPY_VER} +PYPYDIRS=3D ${PYPY_INCLUDEDIR} ${PYPY_LIBDIR} + +PLIST_SUB+=3D PYPY_LIBDIR=3D${PYPY_LIBDIR} \ + PYPY_INCLUDEDIR=3D${PYPY_INCLUDEDIR} =20 MAKE_ENV+=3D PYPY_LOCALBASE=3D${LOCALBASE} +.if exists(/usr/bin/clang) +MAKE_ARGS+=3D CC=3Dclang +MAKE_JOBS_SAFE=3D yes +.endif =20 =2D.include <${.CURDIR}/files/bsd.pypy.inst.mk> +# XXX !.include as USE_* need to be set prior .include +.include <${.CURDIR}/files/bsd.pypy.inst.mk> =20 .if defined(PACKAGE_BUILDING) MANUAL_PACKAGE_BUILD=3D fails to finish compilation on pointyhat, reason u= nknown @@ -49,10 +59,11 @@ .if !defined(PYPY_INST) PYPY_INST=3D DEFAULT =20 =2D.if defined(WITH_SANDBOX) +.if ${PORT_OPTIONS:MSANDBOX} PYPY_INST+=3D SANDBOX .endif =2D.endif + +.endif # !defined(PYPY_INST) =20 PYPY_NAMES=3D .for inst in ${PYPY_INST} @@ -60,11 +71,22 @@ PYPY_NAMES+=3D ${PYPY_${inst}_NAME} PYPY_PRIMARY?=3D ${PYPY_${inst}_NAME} =20 +# Check if the boehm GC will be used .if ${PYPY_${inst}_OPT} =3D=3D 0 || ${PYPY_${inst}_OPT} =3D=3D 1 || ${PYPY= _${inst}_OPT} =3D=3D size WITH_BOEHM_GC=3D yes .endif =20 =2D.endfor +# Check if the CLI (mono) backend will be used +.if !empty(PYPY_${inst}_TRANSLATE_ARGS:M--backend=3Dcli) +WITH_CLI=3D yes +.endif + +# Check if the JVM (java) backend will be used +.if !empty(PYPY_${inst}_TRANSLATE_ARGS:M--backend=3Djvm) +WITH_JVM=3D yes +.endif + +.endfor # inst in ${PYPY_INST} =20 # Use pypy if it is installed, else use python (to translate) .if !defined(PY) @@ -74,19 +96,36 @@ .else PYPY!=3D ${WHICH} ${PYPY_PRIMARY} 2> /dev/null || ${WHICH} pypy 2> /dev/n= ull || true .endif =2D.endif +.endif # !defined(PYPY) + .if exists(${PYPY}) PY=3D ${PYPY} .else USE_PYTHON_BUILD=3D 2.5+ PY=3D ${PYTHON_CMD} .endif =2D.endif +.endif # !defined(PY) =20 .if defined(WITH_BOEHM_GC) LIB_DEPENDS+=3D gc.1:${PORTSDIR}/devel/boehm-gc .endif =20 +.if defined(WITH_CLI) +BUILD_DEPENDS+=3D mono:${PORTSDIR}/lang/mono +RUN_DEPENDS+=3D mono:${PORTSDIR}/lang/mono +ONLY_FOR_ARCHS=3D i386 powerpc +ONLY_FOR_ARCHS_REASON=3D only translates on 32bit systems +BROKEN=3D CLI backend broken, unsupported upstream +.endif + +.if defined(WITH_JVM) +USE_JAVA=3D yes +JAVA_VERSION=3D 1.5+ +ONLY_FOR_ARCHS=3D i386 powerpc +ONLY_FOR_ARCHS_REASON=3D only translates on 32bit systems +BROKEN=3D JVM backend broken, partially supported upstream +.endif + # Translate FreeBSD ARCH types to PyPy ARCH types # Pypy officially only supports i386 and amd64, the other platforms are # untested (and do not have jit support). @@ -110,13 +149,13 @@ .if ${PYPY_${inst}_OPT} =3D=3D jit PYPY_${inst}_OPT=3D 2 .endif =2D.endfor =2D.endif +.endfor # inst in ${PYPY_INST} +.endif # !defined(PYPY_JITTABLE) =20 pre-fetch: @${ECHO} "PyPy requires a large amount of free RAM and time to translate = and compile." @${ECHO} =2D @${ECHO} "To translate, PyPy requires on i386 3G (min 2G) free RAM and = on amd64" + @${ECHO} "To translate, PyPy requires on 32bit 3G (min 2G) free RAM and o= n 64bit" @${ECHO} "6G (min 4G) free RAM. Also, to compile, PyPy on amd64 gcc requ= ires an" @${ECHO} "extra 4G however clang only requires 400M (CC=3Dclang) but clan= g is slower" @${ECHO} "in compiling PyPy." @@ -126,7 +165,7 @@ @${ECHO} "consider forcing the build to use python (-DPYPY) however that = makes the" @${ECHO} "build much slower." @${ECHO} =2D @${ECHO} "PyPy supports a large number of paramaters and customisations= =2E This port" + @${ECHO} "PyPy supports a large number of parameters and customisations. = This port" @${ECHO} "supports building multiple instances of PyPy, for example:" @${ECHO} "PYPY_INST=3D SANDBOX CUSTOM" @${ECHO} "PYPY_CUSTOM_NAME=3D pypy-custom" @@ -142,15 +181,32 @@ @${ECHO} @${ECHO} "On a fast machine PyPy takes around 45 minutes to translate and= compile," @${ECHO} "however an average machine takes in excess of 4 hours, per inst= ance." +.if !defined(PYPY_IGNORE_MEM) && (${PYPY_ARCH} =3D=3D "i386" || ${PYPY_ARC= H} =3D=3D "ppc_32") + @if [ $$((`sysctl -n hw.physmem` / 1024 / 1024)) -le 2000 ]; then \ + ${ECHO}; \ + ${ECHO} "err: this system has insufficient memory, expected at least 2G = RAM",; \ + ${ECHO} "err: to overwrite this error define -DPYPY_IGNORE_MEM and try a= gain"; \ + exit 1; \ + fi +.elif !defined(PYPY_IGNORE_MEM) + @if [ $$((`sysctl -n hw.physmem` / 1024 / 1024)) -le 4000 ]; then \ + ${ECHO}; \ + ${ECHO} "err: this system has insufficient memory, expected at least 4G = RAM",; \ + ${ECHO} "err: to overwrite this error define -DPYPY_IGNORE_MEM and try a= gain"; \ + exit 1; \ + fi +.endif @sleep 1 =20 =2Dpost-patch: =2D @${RM} -f ${WRKSRC}/lib-python/2.7/SimpleXMLRPCServer.py.orig +post-extract: + ${MKDIR} ${WRKSRC}/lib + ${MV} ${WRKSRC}/lib-python/${PYTHON_IMPL_VER} ${WRKSRC}/${PYPY_LIBDIR} + ${MV} ${WRKSRC}/lib_pypy ${WRKSRC}/${PYPY_LIBDIR}/ =20 do-configure: ${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \ =2D -e 's|%%PYPYPREFIX%%|${PYPYPREFIX}|g' \ -e 's|%%PYPY_NAMES%%|${PYPY_NAMES}|g' \ + -e 's|%%PYPY_VER%%|${PYPY_VER}|g' \ ${FILESDIR}/use.pypy > ${WRKDIR}/use.pypy ${CP} ${WRKDIR}/use.pypy ${PKGINSTALL} ${CP} ${WRKDIR}/use.pypy ${PKGDEINSTALL} @@ -176,26 +232,21 @@ .endfor =20 post-build: =2D -${FIND} ${PYPYDIRS:S|^|${WRKSRC}/|g} -type d | ${SETENV} PYTHON_PATH= =3D${WRKSRC} ${XARGS} ${WRKDIR}/${PYPY_PRIMARY} -m compileall -fl + -${FIND} ${WRKSRC}/${PYPY_LIBDIR} -type d | \ + ${SETENV} PYTHON_PATH=3D${WRKSRC} ${XARGS} \ + ${WRKDIR}/${PYPY_PRIMARY} -m compileall -fl + ${MV} ${WRKSRC}/include ${WRKSRC}/include~ + ${MKDIR} ${WRKSRC}/include + ${MV} ${WRKSRC}/include~ ${WRKSRC}/${PYPY_INCLUDEDIR} =20 do-install: =2D ${MKDIR} ${PYPYPREFIX} ${PYPYPREFIX}/bin .for dir in ${PYPYDIRS} =2D cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${PYPYPREFIX} =2D.endfor =2D.for f in LICENSE README =2D ${INSTALL_DATA} ${WRKSRC}/${f} ${PYPYPREFIX}/${f} + (cd ${WRKSRC}/${dir}; ${COPYTREE_SHARE} . ${PREFIX}/${dir}) .endfor .for name in ${PYPY_NAMES:O} =2D ${INSTALL_PROGRAM} ${WRKDIR}/${name} ${PYPYPREFIX}/bin/${name} =2D ${LN} -fs ${PYPYPREFIX}/bin/${name} ${PREFIX}/bin/${name}${DISTVERSION} =2D ${ECHO} bin/${name}${DISTVERSION} >> ${TMPPLIST}.prefix + ${INSTALL_PROGRAM} ${WRKDIR}/${name} ${PREFIX}/bin/${name}${PYPY_VER} + ${ECHO} bin/${name}${DISTVERSION} >> ${TMPPLIST} .endfor =2D.for name in ${PYPY_NAMES:O} =2D ${ECHO} ${PYPYPREFIX:S|${PREFIX}/||}/bin/${name} >> ${TMPPLIST}.prefix =2D.endfor =2D ${CAT} ${TMPPLIST} >> ${TMPPLIST}.prefix =2D ${MV} ${TMPPLIST}.prefix ${TMPPLIST} =20 post-install: ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @@ -203,7 +254,7 @@ test: patch .for inst in ${PYPY_INST} @${WHICH} ${PYPY_${inst}_NAME} > /dev/null 2>&1 || (${ECHO} "Unable to fi= nd ${PYPY_${inst}_NAME}, please install port first!"; exit 1) =2D (${CD} ${WRKSRC}/lib-python; ${PYPY_${inst}_NAME} ../pypy/test_all.py) + (${CD} ${PYPY_LIBDIR}; ${PYPY_${inst}_NAME} ../../pypy/test_all.py) .endfor =20 pkg-plist: build @@ -212,13 +263,13 @@ cd ${WRKSRC} && ${FIND} ${dir} -type f >> ${WRKDIR}/.plist-files-gen cd ${WRKSRC} && ${FIND} ${dir} -type d >> ${WRKDIR}/.plist-dirs-gen .endfor =2D.for f in LICENSE README =2D ${ECHO} ${f} >> ${WRKDIR}/.plist-files-gen =2D.endfor =2D ${ECHO} 'bin' >> ${WRKDIR}/.plist-dirs-gen =2D ${REINPLACE_CMD} -e 's|^|%%PYPYPREFIX%%/|g' -e 's|${PYPY_ARCH}|%%PYPY_A= RCH%%|g' ${WRKDIR}/.plist-files-gen =2D ${REINPLACE_CMD} -e 's|^|@dirrm %%PYPYPREFIX%%/|g' ${WRKDIR}/.plist-dir= s-gen =2D ${ECHO} '@dirrm %%PYPYPREFIX%%' >> ${WRKDIR}/.plist-dirs-gen + ${REINPLACE_CMD} -e 's|^${PYPY_LIBDIR}|%%PYPY_LIBDIR%%|g' \ + -e 's|^${PYPY_INCLUDEDIR}|%%PYPY_INCLUDEDIR%%|g' \ + -e 's|${PYPY_ARCH}|%%PYPY_ARCH%%|g' \ + ${WRKDIR}/.plist-files-gen + ${REINPLACE_CMD} -e 's|^${PYPY_LIBDIR}|@dirrm %%PYPY_LIBDIR%%|g' \ + -e 's|^${PYPY_INCLUDEDIR}|@dirrm %%PYPY_INCLUDEDIR%%|g' \ + ${WRKDIR}/.plist-dirs-gen ${SORT} ${WRKDIR}/.plist-files-gen > ${WRKDIR}/pkg-plist ${SORT} -r ${WRKDIR}/.plist-dirs-gen >> ${WRKDIR}/pkg-plist ${CP} ${WRKDIR}/pkg-plist ${.CURDIR}/pkg-plist diff -urN --exclude=3D.git /usr/ports/lang/pypy/TODO pypy/TODO =2D-- /usr/ports/lang/pypy/TODO 1970-01-01 02:00:00.000000000 +0200 +++ pypy/TODO 2012-06-12 12:41:40.000000000 +0200 @@ -0,0 +1,8 @@ +TODO: + * support valgrind + * make jitviewer port (depends flask pygments simplejson Jinja2 Werkzeug) + * integrate into bsd.python.mk + +Pypy deficiencies under FreeBSD: + * boehm GC does not work (possibly FreeBSD specific) + * --gcrootfinder=3Dasmgcc does not work (currently only works under Linux) diff -urN --exclude=3D.git /usr/ports/lang/pypy/distinfo pypy/distinfo =2D-- /usr/ports/lang/pypy/distinfo 2012-02-20 03:15:37.000000000 +0200 +++ pypy/distinfo 2012-06-08 12:35:35.000000000 +0200 @@ -1,2 +1,2 @@ =2DSHA256 (pypy/release-1.8.tar.bz2) =3D ac98ad6d884207f8325ff4c783104ebea5= 7a3fcddfef32abcdf97fd4307b6287 =2DSIZE (pypy/release-1.8.tar.bz2) =3D 14927806 +SHA256 (pypy/release-1.9.tar.bz2) =3D 9fd599acade49ef98017bbce4f179f19cf26= 80489ff15235d3bad5b20bde0d68 +SIZE (pypy/release-1.9.tar.bz2) =3D 13466551 diff -urN --exclude=3D.git /usr/ports/lang/pypy/files/bsd.pypy.inst.mk pypy= /files/bsd.pypy.inst.mk =2D-- /usr/ports/lang/pypy/files/bsd.pypy.inst.mk 2012-02-20 03:15:37.00000= 0000 +0200 +++ pypy/files/bsd.pypy.inst.mk 2012-06-16 16:29:15.000000000 +0200 @@ -17,3 +17,8 @@ PYPY_CLI_TRANSLATE_ARGS?=3D --backend=3Dcli PYPY_CLI_OPT?=3D 2 PYPY_CLI_OBJSPACE_ARGS?=3D + +PYPY_JVM_NAME?=3D pypy-jvm +PYPY_JVM_TRANSLATE_ARGS?=3D --backend=3Djvm +PYPY_JVM_OPT?=3D 2 +PYPY_JVM_OBJSPACE_ARGS?=3D diff -urN --exclude=3D.git /usr/ports/lang/pypy/files/patch-CVE-2012-0845 p= ypy/files/patch-CVE-2012-0845 =2D-- /usr/ports/lang/pypy/files/patch-CVE-2012-0845 2012-02-19 12:37:02.00= 0000000 +0200 +++ pypy/files/patch-CVE-2012-0845 1970-01-01 02:00:00.000000000 +0200 @@ -1,14 +0,0 @@ =2D--- lib-python/2.7/SimpleXMLRPCServer.py.orig 2012-02-19 02:22:59.736459= 292 +0800 =2D+++ lib-python/2.7/SimpleXMLRPCServer.py 2012-02-19 02:24:04.434444259 += 0800 =2D@@ -486,7 +486,10 @@ =2D L =3D [] =2D while size_remaining: =2D chunk_size =3D min(size_remaining, max_chunk_size) =2D- L.append(self.rfile.read(chunk_size)) =2D+ chunk =3D self.rfile.read(chunk_size) =2D+ if not chunk: =2D+ break =2D+ L.append(chunk) =2D size_remaining -=3D len(L[-1]) =2D data =3D ''.join(L) =2D=20 diff -urN --exclude=3D.git /usr/ports/lang/pypy/files/patch-lib__pypy1.9__l= ib_pypy__ctypes_config_cache__rebuild.py pypy/files/patch-lib__pypy1.9__lib= _pypy__ctypes_config_cache__rebuild.py =2D-- /usr/ports/lang/pypy/files/patch-lib__pypy1.9__lib_pypy__ctypes_confi= g_cache__rebuild.py 1970-01-01 02:00:00.000000000 +0200 +++ pypy/files/patch-lib__pypy1.9__lib_pypy__ctypes_config_cache__rebuild.p= y 2012-06-22 14:51:46.000000000 +0200 @@ -0,0 +1,11 @@ +--- lib/pypy1.9/lib_pypy/ctypes_config_cache/rebuild.py~ 2012-06-22 11:42:= 55.000000000 +0200 ++++ lib/pypy1.9/lib_pypy/ctypes_config_cache/rebuild.py 2012-06-22 11:43:1= 2.000000000 +0200 +@@ -6,7 +6,7 @@ + # get the correct path + import os.path + this_dir =3D os.path.dirname(__file__) +-autopath_py =3D os.path.join(this_dir, '../../pypy/tool/autopath.py') ++autopath_py =3D os.path.join(this_dir, '../../../../pypy/tool/autopath.py= ') + autopath_py =3D os.path.abspath(autopath_py) + execfile(autopath_py, dict(__name__=3D'autopath', __file__=3Dautopath_py)) +=20 diff -urN --exclude=3D.git /usr/ports/lang/pypy/files/patch-lib__pypy1.9__s= ite.py pypy/files/patch-lib__pypy1.9__site.py =2D-- /usr/ports/lang/pypy/files/patch-lib__pypy1.9__site.py 1970-01-01 02:= 00:00.000000000 +0200 +++ pypy/files/patch-lib__pypy1.9__site.py 2012-06-22 15:48:40.000000000 +0= 200 @@ -0,0 +1,17 @@ +--- lib/pypy1.9/site.py.orig 2012-06-07 14:24:48.000000000 +0200 ++++ lib/pypy1.9/site.py 2012-06-22 15:47:31.000000000 +0200 +@@ -302,13 +302,9 @@ +=20 + if sys.platform in ('os2emx', 'riscos'): + sitepackages.append(os.path.join(prefix, "Lib", "site-package= s")) +- elif is_pypy: +- from distutils.sysconfig import get_python_lib +- sitedir =3D get_python_lib(standard_lib=3DFalse, prefix=3Dpre= fix) +- sitepackages.append(sitedir) + elif os.sep =3D=3D '/': + sitepackages.append(os.path.join(prefix, "lib", +- "python" + sys.version[:3], ++ "pypy" + sys.version[:3], + "site-packages")) + sitepackages.append(os.path.join(prefix, "lib", "site-python"= )) + else: diff -urN --exclude=3D.git /usr/ports/lang/pypy/files/patch-py___path__loca= l.py pypy/files/patch-py___path__local.py =2D-- /usr/ports/lang/pypy/files/patch-py___path__local.py 1970-01-01 02:00= :00.000000000 +0200 +++ pypy/files/patch-py___path__local.py 2012-06-22 12:37:41.000000000 +0200 @@ -0,0 +1,12 @@ +--- py/_path/local.py~ 2012-06-22 12:20:36.000000000 +0200 ++++ py/_path/local.py 2012-06-22 12:21:45.000000000 +0200 +@@ -516,6 +516,9 @@ + pkgpath =3D self.pypkgpath() + if pkgpath is not None: + if ensuresyspath: ++ import sys ++ if pkgpath.basename in sys.modules: ++ del sys.modules[pkgpath.basename] + self._prependsyspath(pkgpath.dirpath()) + pkg =3D __import__(pkgpath.basename, None, None, []) + names =3D self.new(ext=3D'').relto(pkgpath.dirpath()) diff -urN --exclude=3D.git /usr/ports/lang/pypy/files/patch-pypy__ctypes_co= nfigure__cbuild.py pypy/files/patch-pypy__ctypes_configure__cbuild.py =2D-- /usr/ports/lang/pypy/files/patch-pypy__ctypes_configure__cbuild.py 20= 11-12-13 17:37:36.000000000 +0200 +++ pypy/files/patch-pypy__ctypes_configure__cbuild.py 1970-01-01 02:00:00.= 000000000 +0200 @@ -1,57 +0,0 @@ =2D--- ctypes_configure/cbuild.py~ 2011-11-19 09:44:54.000000000 +0200 =2D+++ ctypes_configure/cbuild.py 2011-11-23 21:47:02.000000000 +0200 =2D@@ -199,13 +199,14 @@ =2D #except ImportError: =2D # print "ERROR IMPORTING" =2D # pass =2D+ from pypy.translator.platform import platform =2D cfiles =3D [py.path.local(f) for f in cfiles] =2D if tmpdir is None: =2D tmpdir =3D configdir.join("module_cache").ensure(dir=3D1) =2D num =3D 0 =2D cfiles +=3D eci.separate_module_files =2D- include_dirs =3D list(eci.include_dirs) =2D- library_dirs =3D list(eci.library_dirs) =2D+ include_dirs =3D platform.preprocess_include_dirs(eci.include_dirs) =2D+ library_dirs =3D platform.preprocess_library_dirs(eci.library_dirs) =2D if sys.platform =3D=3D 'darwin': # support Fink & Darwinports =2D for s in ('/sw/', '/opt/local/'): =2D if s + 'include' not in include_dirs and \ =2D@@ -362,13 +363,14 @@ =2D=20 =2D def __init__(self, cfilenames, eci, outputfilename=3DNone, =2D compiler_exe=3DNone, profbased=3DNone): =2D+ from pypy.translator.platform import platform =2D self.cfilenames =3D cfilenames =2D ext =3D '' =2D self.compile_extra =3D [] =2D self.link_extra =3D [] =2D self.libraries =3D list(eci.libraries) =2D- self.include_dirs =3D list(eci.include_dirs) =2D- self.library_dirs =3D list(eci.library_dirs) =2D+ self.include_dirs =3D platform.preprocess_include_dirs(eci.incl= ude_dirs) =2D+ self.library_dirs =3D platform.preprocess_library_dirs(eci.libr= ary_dirs) =2D self.compiler_exe =3D compiler_exe =2D self.profbased =3D profbased =2D if not sys.platform in ('win32', 'darwin'): # xxx =2D@@ -436,7 +438,7 @@ =2D old =3D cfile.dirpath().chdir()=20 =2D try:=20 =2D res =3D compiler.compile([cfile.basename],=20 =2D- include_dirs=3Dself.eci.include_= dirs, =2D+ include_dirs=3Dself.include_dirs, =2D extra_preargs=3Dself.compile_ext= ra) =2D assert len(res) =3D=3D 1 =2D cobjfile =3D py.path.local(res[0])=20 =2D@@ -445,9 +447,9 @@ =2D finally:=20 =2D old.chdir()=20 =2D compiler.link_executable(objects, str(self.outputfilename), =2D- libraries=3Dself.eci.libraries, =2D+ libraries=3Dself.libraries, =2D extra_preargs=3Dself.link_extra, =2D- library_dirs=3Dself.eci.library_dirs) =2D+ library_dirs=3Dself.library_dirs) =2D=20 =2D def build_executable(*args, **kwds): =2D noerr =3D kwds.pop('noerr', False) diff -urN --exclude=3D.git /usr/ports/lang/pypy/files/patch-pypy__module__s= ys__state.py pypy/files/patch-pypy__module__sys__state.py =2D-- /usr/ports/lang/pypy/files/patch-pypy__module__sys__state.py 1970-01-= 01 02:00:00.000000000 +0200 +++ pypy/files/patch-pypy__module__sys__state.py 2012-06-22 14:45:25.000000= 000 +0200 @@ -0,0 +1,21 @@ +--- pypy/module/sys/state.py.orig 2012-06-07 14:24:48.000000000 +0200 ++++ pypy/module/sys/state.py 2012-06-22 14:45:23.000000000 +0200 +@@ -36,14 +36,12 @@ + platform =3D sys.platform +=20 + def getinitialpath(state, prefix): +- from pypy.module.sys.version import CPYTHON_VERSION +- dirname =3D '%d.%d' % (CPYTHON_VERSION[0], +- CPYTHON_VERSION[1]) +- lib_python =3D os.path.join(prefix, 'lib-python') +- python_std_lib =3D os.path.join(lib_python, dirname) ++ from pypy.module.sys.version import PYPY_VERSION ++ libpath =3D os.path.join(prefix, 'lib') ++ python_std_lib =3D os.path.join(libpath, 'pypy%d.%d' % PYPY_VERSION[:= 2]) + checkdir(python_std_lib) + =20 +- lib_pypy =3D os.path.join(prefix, 'lib_pypy') ++ lib_pypy =3D os.path.join(python_std_lib, 'lib_pypy') + checkdir(lib_pypy) +=20 + importlist =3D [] diff -urN --exclude=3D.git /usr/ports/lang/pypy/files/patch-pypy__rpython__= tool__rffi_platform.py pypy/files/patch-pypy__rpython__tool__rffi_platform.= py =2D-- /usr/ports/lang/pypy/files/patch-pypy__rpython__tool__rffi_platform.p= y 2011-12-13 17:37:36.000000000 +0200 +++ pypy/files/patch-pypy__rpython__tool__rffi_platform.py 2012-06-08 12:41= :58.000000000 +0200 @@ -1,6 +1,6 @@ --- pypy/rpython/tool/rffi_platform.py~ 2011-11-19 09:44:54.000000000 +0200 +++ pypy/rpython/tool/rffi_platform.py 2011-11-23 20:17:30.000000000 +0200 =2D@@ -789,7 +789,9 @@ +@@ -805,7 +805,9 @@ includes=3D['gc.h'] else: library_dir =3D '' diff -urN --exclude=3D.git /usr/ports/lang/pypy/files/patch-pypy__tool__lib= _pypy.py pypy/files/patch-pypy__tool__lib_pypy.py =2D-- /usr/ports/lang/pypy/files/patch-pypy__tool__lib_pypy.py 1970-01-01 0= 2:00:00.000000000 +0200 +++ pypy/files/patch-pypy__tool__lib_pypy.py 2012-06-22 14:48:13.000000000 = +0200 @@ -0,0 +1,18 @@ +--- pypy/tool/lib_pypy.py.orig 2012-06-07 14:24:48.000000000 +0200 ++++ pypy/tool/lib_pypy.py 2012-06-22 14:46:42.000000000 +0200 +@@ -1,12 +1,11 @@ + import py + import pypy + import pypy.module +-from pypy.module.sys.version import CPYTHON_VERSION ++from pypy.module.sys.version import PYPY_VERSION +=20 + LIB_ROOT =3D py.path.local(pypy.__path__[0]).dirpath() +-LIB_PYPY =3D LIB_ROOT.join('lib_pypy') +-LIB_PYTHON =3D LIB_ROOT.join('lib-python', '%d.%d' % CPYTHON_VERSION[:2]) +- ++LIB_PYTHON =3D LIB_ROOT.join('lib', 'pypy%d.%d' % PYPY_VERSION[:2]) ++LIB_PYPY =3D LIB_PYTHON.join('lib_pypy') +=20 + def import_from_lib_pypy(modname): + modname =3D LIB_PYPY.join(modname+'.py') diff -urN --exclude=3D.git /usr/ports/lang/pypy/files/patch-pypy__translato= r__cli__sdk.py pypy/files/patch-pypy__translator__cli__sdk.py =2D-- /usr/ports/lang/pypy/files/patch-pypy__translator__cli__sdk.py 1970-0= 1-01 02:00:00.000000000 +0200 +++ pypy/files/patch-pypy__translator__cli__sdk.py 2012-06-11 12:25:25.0000= 00000 +0200 @@ -0,0 +1,11 @@ +--- pypy/translator/cli/sdk.py~ 2012-06-11 12:24:05.000000000 +0200 ++++ pypy/translator/cli/sdk.py 2012-06-11 12:24:42.000000000 +0200 +@@ -47,7 +47,7 @@ +=20 + class MonoSDK(AbstractSDK): + RUNTIME =3D ['mono'] +- ILASM =3D 'ilasm2' ++ ILASM =3D 'ilasm' + CSC =3D 'gmcs' + PEVERIFY =3D 'peverify' # it's not part of mono, but we get a meaning= ful skip message +=20 diff -urN --exclude=3D.git /usr/ports/lang/pypy/files/use.pypy pypy/files/u= se.pypy =2D-- /usr/ports/lang/pypy/files/use.pypy 2011-12-13 17:37:36.000000000 +02= 00 +++ pypy/files/use.pypy 2012-06-22 14:15:45.000000000 +0200 @@ -3,8 +3,8 @@ # $FreeBSD: ports/lang/pypy/files/use.pypy,v 1.1 2011/12/13 15:37:36 lwhsu= Exp $ =20 PREFIX=3D%%PREFIX%% =2DPYPYPREFIX=3D%%PYPYPREFIX%% PYPY_NAMES=3D"%%PYPY_NAMES%%" +PYPY_VER=3D%%PYPY_VER%% =20 if [ "$2" =3D "POST-INSTALL" ] then @@ -12,13 +12,13 @@ do if [ ! -L $PREFIX/bin/$name ] then =2D ln -s $PYPYPREFIX/bin/$name $PREFIX/bin/$name + ln -s $name$PYPY_VER $PREFIX/bin/$name fi done elif [ "$2" =3D "POST-DEINSTALL" ] ; then for name in $PYPY_NAMES do =2D if [ -L $PREFIX/bin/$name ] && [ `readlink $PREFIX/bin/$name` =3D $PYP= YPREFIX/bin/$name ] + if [ -L $PREFIX/bin/$name ] && [ `readlink $PREFIX/bin/$name` =3D $name ] then rm $PREFIX/bin/$name fi diff -urN --exclude=3D.git /usr/ports/lang/pypy/pkg-plist pypy/pkg-plist =2D-- /usr/ports/lang/pypy/pkg-plist 2012-02-20 03:15:37.000000000 +0200 +++ pypy/pkg-plist 2012-06-22 16:04:08.000000000 +0200 @@ -1,4907 +1,3848 @@ =2D%%PYPYPREFIX%%/LICENSE =2D%%PYPYPREFIX%%/README =2D%%PYPYPREFIX%%/include/Python.h =2D%%PYPYPREFIX%%/include/README =2D%%PYPYPREFIX%%/include/abstract.h =2D%%PYPYPREFIX%%/include/boolobject.h =2D%%PYPYPREFIX%%/include/bufferobject.h =2D%%PYPYPREFIX%%/include/bytesobject.h =2D%%PYPYPREFIX%%/include/code.h =2D%%PYPYPREFIX%%/include/compile.h =2D%%PYPYPREFIX%%/include/complexobject.h =2D%%PYPYPREFIX%%/include/datetime.h =2D%%PYPYPREFIX%%/include/descrobject.h =2D%%PYPYPREFIX%%/include/dictobject.h =2D%%PYPYPREFIX%%/include/eval.h =2D%%PYPYPREFIX%%/include/fileobject.h =2D%%PYPYPREFIX%%/include/floatobject.h =2D%%PYPYPREFIX%%/include/frameobject.h =2D%%PYPYPREFIX%%/include/funcobject.h =2D%%PYPYPREFIX%%/include/import.h =2D%%PYPYPREFIX%%/include/intobject.h =2D%%PYPYPREFIX%%/include/listobject.h =2D%%PYPYPREFIX%%/include/longintrepr.h =2D%%PYPYPREFIX%%/include/methodobject.h =2D%%PYPYPREFIX%%/include/modsupport.h =2D%%PYPYPREFIX%%/include/object.h =2D%%PYPYPREFIX%%/include/patchlevel.h =2D%%PYPYPREFIX%%/include/pycapsule.h =2D%%PYPYPREFIX%%/include/pycobject.h =2D%%PYPYPREFIX%%/include/pyconfig.h =2D%%PYPYPREFIX%%/include/pyerrors.h =2D%%PYPYPREFIX%%/include/pymem.h =2D%%PYPYPREFIX%%/include/pyport.h =2D%%PYPYPREFIX%%/include/pypy_decl.h =2D%%PYPYPREFIX%%/include/pypy_macros.h =2D%%PYPYPREFIX%%/include/pysignals.h =2D%%PYPYPREFIX%%/include/pystate.h =2D%%PYPYPREFIX%%/include/pythonrun.h =2D%%PYPYPREFIX%%/include/pythread.h =2D%%PYPYPREFIX%%/include/sliceobject.h =2D%%PYPYPREFIX%%/include/stringobject.h =2D%%PYPYPREFIX%%/include/structmember.h =2D%%PYPYPREFIX%%/include/structseq.h =2D%%PYPYPREFIX%%/include/sysmodule.h =2D%%PYPYPREFIX%%/include/traceback.h =2D%%PYPYPREFIX%%/include/tupleobject.h =2D%%PYPYPREFIX%%/include/unicodeobject.h =2D%%PYPYPREFIX%%/include/warnings.h =2D%%PYPYPREFIX%%/lib-python/2.7/BaseHTTPServer.py =2D%%PYPYPREFIX%%/lib-python/2.7/BaseHTTPServer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/Bastion.py =2D%%PYPYPREFIX%%/lib-python/2.7/Bastion.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/CGIHTTPServer.py =2D%%PYPYPREFIX%%/lib-python/2.7/CGIHTTPServer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ConfigParser.py =2D%%PYPYPREFIX%%/lib-python/2.7/ConfigParser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/Cookie.py =2D%%PYPYPREFIX%%/lib-python/2.7/Cookie.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/DocXMLRPCServer.py =2D%%PYPYPREFIX%%/lib-python/2.7/DocXMLRPCServer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/HTMLParser.py =2D%%PYPYPREFIX%%/lib-python/2.7/HTMLParser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/MimeWriter.py =2D%%PYPYPREFIX%%/lib-python/2.7/MimeWriter.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/Queue.py =2D%%PYPYPREFIX%%/lib-python/2.7/Queue.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/SimpleHTTPServer.py =2D%%PYPYPREFIX%%/lib-python/2.7/SimpleHTTPServer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/SimpleXMLRPCServer.py =2D%%PYPYPREFIX%%/lib-python/2.7/SimpleXMLRPCServer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/SocketServer.py =2D%%PYPYPREFIX%%/lib-python/2.7/SocketServer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/StringIO.py =2D%%PYPYPREFIX%%/lib-python/2.7/StringIO.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/UserDict.py =2D%%PYPYPREFIX%%/lib-python/2.7/UserDict.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/UserList.py =2D%%PYPYPREFIX%%/lib-python/2.7/UserList.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/UserString.py =2D%%PYPYPREFIX%%/lib-python/2.7/UserString.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/_LWPCookieJar.py =2D%%PYPYPREFIX%%/lib-python/2.7/_LWPCookieJar.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/_MozillaCookieJar.py =2D%%PYPYPREFIX%%/lib-python/2.7/_MozillaCookieJar.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/__future__.py =2D%%PYPYPREFIX%%/lib-python/2.7/__future__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/__phello__.foo.py =2D%%PYPYPREFIX%%/lib-python/2.7/__phello__.foo.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/_abcoll.py =2D%%PYPYPREFIX%%/lib-python/2.7/_abcoll.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/_pyio.py =2D%%PYPYPREFIX%%/lib-python/2.7/_pyio.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/_strptime.py =2D%%PYPYPREFIX%%/lib-python/2.7/_strptime.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/_threading_local.py =2D%%PYPYPREFIX%%/lib-python/2.7/_threading_local.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/_weakrefset.py =2D%%PYPYPREFIX%%/lib-python/2.7/_weakrefset.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/abc.py =2D%%PYPYPREFIX%%/lib-python/2.7/abc.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/aifc.py =2D%%PYPYPREFIX%%/lib-python/2.7/aifc.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/antigravity.py =2D%%PYPYPREFIX%%/lib-python/2.7/antigravity.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/anydbm.py =2D%%PYPYPREFIX%%/lib-python/2.7/anydbm.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/argparse.py =2D%%PYPYPREFIX%%/lib-python/2.7/argparse.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ast.py =2D%%PYPYPREFIX%%/lib-python/2.7/ast.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/asynchat.py =2D%%PYPYPREFIX%%/lib-python/2.7/asynchat.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/asyncore.py =2D%%PYPYPREFIX%%/lib-python/2.7/asyncore.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/atexit.py =2D%%PYPYPREFIX%%/lib-python/2.7/atexit.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/audiodev.py =2D%%PYPYPREFIX%%/lib-python/2.7/audiodev.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/base64.py =2D%%PYPYPREFIX%%/lib-python/2.7/base64.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bdb.py =2D%%PYPYPREFIX%%/lib-python/2.7/bdb.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/binhex.py =2D%%PYPYPREFIX%%/lib-python/2.7/binhex.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bisect.py =2D%%PYPYPREFIX%%/lib-python/2.7/bisect.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/db.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/db.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/dbobj.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/dbobj.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/dbrecio.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/dbrecio.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/dbshelve.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/dbshelve.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/dbtables.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/dbtables.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/dbutils.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/dbutils.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_all.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_all.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_associate.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_associate.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_basics.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_basics.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_compare.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_compare.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_compat.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_compat.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_cursor_pget_bug.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_cursor_pget_bug.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_db.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_db.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_dbenv.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_dbenv.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_dbobj.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_dbobj.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_dbshelve.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_dbshelve.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_dbtables.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_dbtables.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_distributed_transactions.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_distributed_transactions.p= yc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_early_close.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_early_close.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_fileid.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_fileid.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_get_none.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_get_none.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_join.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_join.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_lock.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_lock.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_misc.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_misc.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_pickle.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_pickle.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_queue.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_queue.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_recno.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_recno.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_replication.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_replication.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_sequence.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_sequence.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_thread.py =2D%%PYPYPREFIX%%/lib-python/2.7/bsddb/test/test_thread.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/cProfile.py =2D%%PYPYPREFIX%%/lib-python/2.7/cProfile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/calendar.py =2D%%PYPYPREFIX%%/lib-python/2.7/calendar.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/cgi.py =2D%%PYPYPREFIX%%/lib-python/2.7/cgi.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/cgitb.py =2D%%PYPYPREFIX%%/lib-python/2.7/cgitb.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/chunk.py =2D%%PYPYPREFIX%%/lib-python/2.7/chunk.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/cmd.py =2D%%PYPYPREFIX%%/lib-python/2.7/cmd.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/code.py =2D%%PYPYPREFIX%%/lib-python/2.7/code.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/codecs.py =2D%%PYPYPREFIX%%/lib-python/2.7/codecs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/codeop.py =2D%%PYPYPREFIX%%/lib-python/2.7/codeop.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/collections.py =2D%%PYPYPREFIX%%/lib-python/2.7/collections.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/colorsys.py =2D%%PYPYPREFIX%%/lib-python/2.7/colorsys.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/commands.py =2D%%PYPYPREFIX%%/lib-python/2.7/commands.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/compileall.py =2D%%PYPYPREFIX%%/lib-python/2.7/compileall.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/ast.py =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/ast.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/consts.py =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/consts.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/future.py =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/future.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/misc.py =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/misc.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/pyassem.py =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/pyassem.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/pycodegen.py =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/pycodegen.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/symbols.py =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/symbols.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/syntax.py =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/syntax.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/transformer.py =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/transformer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/visitor.py =2D%%PYPYPREFIX%%/lib-python/2.7/compiler/visitor.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/contextlib.py =2D%%PYPYPREFIX%%/lib-python/2.7/contextlib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/cookielib.py =2D%%PYPYPREFIX%%/lib-python/2.7/cookielib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/copy.py =2D%%PYPYPREFIX%%/lib-python/2.7/copy.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/copy_reg.py =2D%%PYPYPREFIX%%/lib-python/2.7/copy_reg.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/csv.py =2D%%PYPYPREFIX%%/lib-python/2.7/csv.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/_endian.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/_endian.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/macholib/README.ctypes =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/macholib/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/macholib/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/macholib/dyld.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/macholib/dyld.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/macholib/dylib.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/macholib/dylib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/macholib/fetch_macholib =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/macholib/fetch_macholib.bat =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/macholib/framework.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/macholib/framework.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/runtests.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/runtests.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_anon.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_anon.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_array_in_pointer.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_array_in_pointer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_arrays.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_arrays.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_as_parameter.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_as_parameter.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_bitfields.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_bitfields.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_buffers.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_buffers.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_byteswap.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_byteswap.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_callbacks.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_callbacks.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_cast.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_cast.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_cfuncs.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_cfuncs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_checkretval.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_checkretval.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_delattr.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_delattr.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_errcheck.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_errcheck.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_errno.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_errno.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_find.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_find.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_frombuffer.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_frombuffer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_funcptr.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_funcptr.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_functions.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_functions.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_incomplete.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_incomplete.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_init.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_init.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_integers.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_integers.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_internals.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_internals.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_keeprefs.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_keeprefs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_libc.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_libc.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_loading.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_loading.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_macholib.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_macholib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_memfunctions.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_memfunctions.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_numbers.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_numbers.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_objects.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_objects.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_parameters.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_parameters.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_pep3118.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_pep3118.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_pickling.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_pickling.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_pointers.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_pointers.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_prototypes.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_prototypes.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_python_api.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_python_api.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_random_things.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_random_things.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_refcounts.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_refcounts.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_repr.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_repr.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_returnfuncptrs.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_returnfuncptrs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_simplesubclasses.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_simplesubclasses.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_sizes.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_sizes.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_slicing.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_slicing.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_stringptr.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_stringptr.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_strings.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_strings.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_struct_fields.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_struct_fields.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_structures.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_structures.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_unaligned_structures.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_unaligned_structures.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_unicode.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_unicode.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_values.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_values.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_varsize_struct.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_varsize_struct.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_win32.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/test/test_win32.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/util.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/util.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/wintypes.py =2D%%PYPYPREFIX%%/lib-python/2.7/ctypes/wintypes.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/curses/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/curses/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/curses/ascii.py =2D%%PYPYPREFIX%%/lib-python/2.7/curses/ascii.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/curses/has_key.py =2D%%PYPYPREFIX%%/lib-python/2.7/curses/has_key.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/curses/panel.py =2D%%PYPYPREFIX%%/lib-python/2.7/curses/panel.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/curses/textpad.py =2D%%PYPYPREFIX%%/lib-python/2.7/curses/textpad.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/curses/wrapper.py =2D%%PYPYPREFIX%%/lib-python/2.7/curses/wrapper.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/dbhash.py =2D%%PYPYPREFIX%%/lib-python/2.7/dbhash.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/decimal.py =2D%%PYPYPREFIX%%/lib-python/2.7/decimal.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/difflib.py =2D%%PYPYPREFIX%%/lib-python/2.7/difflib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/dircache.py =2D%%PYPYPREFIX%%/lib-python/2.7/dircache.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/dis.py =2D%%PYPYPREFIX%%/lib-python/2.7/dis.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/README =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/archive_util.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/archive_util.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/bcppcompiler.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/bcppcompiler.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/ccompiler.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/ccompiler.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/cmd.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/cmd.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/bdist.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/bdist.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/bdist_dumb.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/bdist_dumb.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/bdist_msi.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/bdist_msi.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/bdist_rpm.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/bdist_rpm.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/bdist_wininst.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/bdist_wininst.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/build.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/build.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/build_clib.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/build_clib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/build_ext.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/build_ext.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/build_py.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/build_py.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/build_scripts.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/build_scripts.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/check.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/check.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/clean.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/clean.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/command_template =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/config.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/config.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/install.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/install.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/install_data.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/install_data.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/install_egg_info.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/install_egg_info.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/install_headers.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/install_headers.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/install_lib.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/install_lib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/install_scripts.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/install_scripts.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/register.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/register.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/sdist.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/sdist.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/upload.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/upload.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/wininst-6.0.exe =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/wininst-7.1.exe =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/wininst-8.0.exe =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/wininst-9.0-amd64.exe =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/command/wininst-9.0.exe =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/config.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/config.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/core.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/core.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/cygwinccompiler.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/cygwinccompiler.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/debug.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/debug.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/dep_util.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/dep_util.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/dir_util.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/dir_util.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/dist.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/dist.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/emxccompiler.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/emxccompiler.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/errors.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/errors.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/extension.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/extension.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/fancy_getopt.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/fancy_getopt.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/file_util.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/file_util.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/filelist.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/filelist.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/log.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/log.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/msvc9compiler.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/msvc9compiler.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/msvccompiler.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/msvccompiler.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/spawn.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/spawn.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/sysconfig.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/sysconfig.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/Setup.sample =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/setuptools_build_ext.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/setuptools_build_ext.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/setuptools_extension.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/setuptools_extension.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/support.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/support.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_archive_util.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_archive_util.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_bdist.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_bdist.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_bdist_dumb.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_bdist_dumb.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_bdist_msi.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_bdist_msi.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_bdist_rpm.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_bdist_rpm.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_bdist_wininst.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_bdist_wininst.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_build.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_build.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_build_clib.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_build_clib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_build_ext.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_build_ext.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_build_py.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_build_py.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_build_scripts.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_build_scripts.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_ccompiler.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_ccompiler.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_check.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_check.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_clean.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_clean.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_cmd.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_cmd.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_config.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_config.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_config_cmd.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_config_cmd.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_core.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_core.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_dep_util.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_dep_util.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_dir_util.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_dir_util.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_dist.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_dist.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_file_util.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_file_util.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_filelist.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_filelist.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_install.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_install.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_install_data.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_install_data.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_install_headers.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_install_headers.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_install_lib.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_install_lib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_install_scripts.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_install_scripts.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_msvc9compiler.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_msvc9compiler.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_register.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_register.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_sdist.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_sdist.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_spawn.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_spawn.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_sysconfig.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_sysconfig.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_text_file.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_text_file.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_unixccompiler.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_unixccompiler.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_upload.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_upload.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_util.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_util.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_version.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_version.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_versionpredicate.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/tests/test_versionpredicate.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/text_file.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/text_file.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/unixccompiler.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/unixccompiler.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/util.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/util.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/version.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/version.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/versionpredicate.py =2D%%PYPYPREFIX%%/lib-python/2.7/distutils/versionpredicate.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/doctest.py =2D%%PYPYPREFIX%%/lib-python/2.7/doctest.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/dumbdbm.py =2D%%PYPYPREFIX%%/lib-python/2.7/dumbdbm.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/dummy_thread.py =2D%%PYPYPREFIX%%/lib-python/2.7/dummy_thread.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/dummy_threading.py =2D%%PYPYPREFIX%%/lib-python/2.7/dummy_threading.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/_parseaddr.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/_parseaddr.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/base64mime.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/base64mime.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/charset.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/charset.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/encoders.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/encoders.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/errors.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/errors.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/feedparser.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/feedparser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/generator.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/generator.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/header.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/header.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/iterators.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/iterators.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/message.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/message.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/mime/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/mime/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/mime/application.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/mime/application.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/mime/audio.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/mime/audio.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/mime/base.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/mime/base.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/mime/image.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/mime/image.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/mime/message.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/mime/message.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/mime/multipart.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/mime/multipart.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/mime/nonmultipart.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/mime/nonmultipart.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/mime/text.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/mime/text.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/parser.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/parser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/quoprimime.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/quoprimime.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/PyBanner048.gif =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/audiotest.au =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_01.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_02.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_03.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_04.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_05.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_06.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_07.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_08.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_09.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_10.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_11.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_12.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_12a.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_13.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_14.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_15.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_16.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_17.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_18.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_19.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_20.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_21.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_22.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_23.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_24.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_25.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_26.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_27.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_28.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_29.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_30.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_31.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_32.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_33.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_34.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_35.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_36.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_37.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_38.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_39.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_40.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_41.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_42.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_43.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_44.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_45.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/data/msg_46.txt =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/test_email.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/test_email.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/test_email_codecs.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/test_email_codecs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/test_email_codecs_renamed.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/test_email_codecs_renamed.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/test_email_renamed.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/test_email_renamed.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/test_email_torture.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/test/test_email_torture.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/email/utils.py =2D%%PYPYPREFIX%%/lib-python/2.7/email/utils.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/aliases.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/aliases.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/ascii.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/ascii.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/base64_codec.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/base64_codec.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/big5.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/big5.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/big5hkscs.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/big5hkscs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/bz2_codec.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/bz2_codec.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/charmap.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/charmap.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp037.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp037.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1006.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1006.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1026.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1026.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1140.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1140.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1250.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1250.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1251.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1251.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1252.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1252.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1253.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1253.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1254.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1254.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1255.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1255.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1256.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1256.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1257.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1257.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1258.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp1258.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp424.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp424.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp437.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp437.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp500.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp500.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp720.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp720.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp737.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp737.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp775.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp775.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp850.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp850.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp852.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp852.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp855.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp855.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp856.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp856.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp857.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp857.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp858.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp858.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp860.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp860.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp861.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp861.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp862.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp862.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp863.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp863.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp864.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp864.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp865.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp865.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp866.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp866.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp869.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp869.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp874.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp874.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp875.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp875.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp932.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp932.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp949.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp949.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp950.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/cp950.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/euc_jis_2004.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/euc_jis_2004.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/euc_jisx0213.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/euc_jisx0213.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/euc_jp.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/euc_jp.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/euc_kr.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/euc_kr.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/gb18030.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/gb18030.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/gb2312.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/gb2312.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/gbk.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/gbk.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/hex_codec.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/hex_codec.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/hp_roman8.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/hp_roman8.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/hz.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/hz.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/idna.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/idna.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso2022_jp.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso2022_jp.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso2022_jp_1.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso2022_jp_1.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso2022_jp_2.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso2022_jp_2.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso2022_jp_2004.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso2022_jp_2004.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso2022_jp_3.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso2022_jp_3.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso2022_jp_ext.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso2022_jp_ext.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso2022_kr.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso2022_kr.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_1.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_1.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_10.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_10.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_11.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_11.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_13.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_13.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_14.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_14.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_15.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_15.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_16.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_16.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_2.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_2.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_3.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_3.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_4.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_4.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_5.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_5.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_6.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_6.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_7.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_7.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_8.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_8.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_9.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/iso8859_9.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/johab.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/johab.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/koi8_r.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/koi8_r.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/koi8_u.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/koi8_u.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/latin_1.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/latin_1.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_arabic.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_arabic.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_centeuro.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_centeuro.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_croatian.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_croatian.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_cyrillic.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_cyrillic.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_farsi.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_farsi.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_greek.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_greek.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_iceland.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_iceland.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_latin2.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_latin2.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_roman.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_roman.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_romanian.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_romanian.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_turkish.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mac_turkish.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mbcs.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/mbcs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/palmos.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/palmos.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/ptcp154.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/ptcp154.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/punycode.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/punycode.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/quopri_codec.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/quopri_codec.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/raw_unicode_escape.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/raw_unicode_escape.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/rot_13.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/rot_13.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/shift_jis.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/shift_jis.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/shift_jis_2004.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/shift_jis_2004.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/shift_jisx0213.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/shift_jisx0213.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/string_escape.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/string_escape.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/tis_620.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/tis_620.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/undefined.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/undefined.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/unicode_escape.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/unicode_escape.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/unicode_internal.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/unicode_internal.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/utf_16.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/utf_16.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/utf_16_be.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/utf_16_be.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/utf_16_le.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/utf_16_le.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/utf_32.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/utf_32.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/utf_32_be.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/utf_32_be.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/utf_32_le.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/utf_32_le.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/utf_7.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/utf_7.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/utf_8.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/utf_8.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/utf_8_sig.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/utf_8_sig.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/uu_codec.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/uu_codec.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/zlib_codec.py =2D%%PYPYPREFIX%%/lib-python/2.7/encodings/zlib_codec.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/filecmp.py =2D%%PYPYPREFIX%%/lib-python/2.7/filecmp.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/fileinput.py =2D%%PYPYPREFIX%%/lib-python/2.7/fileinput.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/fnmatch.py =2D%%PYPYPREFIX%%/lib-python/2.7/fnmatch.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/formatter.py =2D%%PYPYPREFIX%%/lib-python/2.7/formatter.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/fpformat.py =2D%%PYPYPREFIX%%/lib-python/2.7/fpformat.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/fractions.py =2D%%PYPYPREFIX%%/lib-python/2.7/fractions.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ftplib.py =2D%%PYPYPREFIX%%/lib-python/2.7/ftplib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/functools.py =2D%%PYPYPREFIX%%/lib-python/2.7/functools.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/genericpath.py =2D%%PYPYPREFIX%%/lib-python/2.7/genericpath.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/getopt.py =2D%%PYPYPREFIX%%/lib-python/2.7/getopt.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/getpass.py =2D%%PYPYPREFIX%%/lib-python/2.7/getpass.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/gettext.py =2D%%PYPYPREFIX%%/lib-python/2.7/gettext.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/glob.py =2D%%PYPYPREFIX%%/lib-python/2.7/glob.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/gzip.py =2D%%PYPYPREFIX%%/lib-python/2.7/gzip.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/hashlib.py =2D%%PYPYPREFIX%%/lib-python/2.7/hashlib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/heapq.py =2D%%PYPYPREFIX%%/lib-python/2.7/heapq.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/hmac.py =2D%%PYPYPREFIX%%/lib-python/2.7/hmac.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/hotshot/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/hotshot/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/hotshot/log.py =2D%%PYPYPREFIX%%/lib-python/2.7/hotshot/log.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/hotshot/stats.py =2D%%PYPYPREFIX%%/lib-python/2.7/hotshot/stats.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/hotshot/stones.py =2D%%PYPYPREFIX%%/lib-python/2.7/hotshot/stones.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/htmlentitydefs.py =2D%%PYPYPREFIX%%/lib-python/2.7/htmlentitydefs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/htmllib.py =2D%%PYPYPREFIX%%/lib-python/2.7/htmllib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/httplib.py =2D%%PYPYPREFIX%%/lib-python/2.7/httplib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/AutoComplete.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/AutoComplete.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/AutoCompleteWindow.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/AutoCompleteWindow.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/AutoExpand.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/AutoExpand.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/Bindings.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/Bindings.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/CREDITS.txt =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/CallTipWindow.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/CallTipWindow.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/CallTips.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/CallTips.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ChangeLog =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ClassBrowser.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ClassBrowser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/CodeContext.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/CodeContext.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ColorDelegator.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ColorDelegator.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/Debugger.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/Debugger.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/Delegator.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/Delegator.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/EditorWindow.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/EditorWindow.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/FileList.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/FileList.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/FormatParagraph.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/FormatParagraph.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/GrepDialog.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/GrepDialog.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/HISTORY.txt =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/HyperParser.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/HyperParser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/IOBinding.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/IOBinding.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/Icons/folder.gif =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/Icons/idle.icns =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/Icons/minusnode.gif =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/Icons/openfolder.gif =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/Icons/plusnode.gif =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/Icons/python.gif =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/Icons/tk.gif =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/IdleHistory.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/IdleHistory.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/MultiCall.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/MultiCall.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/MultiStatusBar.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/MultiStatusBar.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/NEWS.txt =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ObjectBrowser.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ObjectBrowser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/OutputWindow.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/OutputWindow.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ParenMatch.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ParenMatch.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/PathBrowser.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/PathBrowser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/Percolator.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/Percolator.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/PyParse.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/PyParse.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/PyShell.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/PyShell.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/README.txt =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/RemoteDebugger.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/RemoteDebugger.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/RemoteObjectBrowser.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/RemoteObjectBrowser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ReplaceDialog.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ReplaceDialog.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/RstripExtension.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/RstripExtension.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ScriptBinding.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ScriptBinding.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ScrolledList.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ScrolledList.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/SearchDialog.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/SearchDialog.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/SearchDialogBase.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/SearchDialogBase.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/SearchEngine.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/SearchEngine.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/StackViewer.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/StackViewer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/TODO.txt =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ToolTip.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ToolTip.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/TreeWidget.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/TreeWidget.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/UndoDelegator.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/UndoDelegator.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/WidgetRedirector.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/WidgetRedirector.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/WindowList.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/WindowList.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ZoomHeight.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/ZoomHeight.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/aboutDialog.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/aboutDialog.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/config-extensions.def =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/config-highlight.def =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/config-keys.def =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/config-main.def =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/configDialog.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/configDialog.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/configHandler.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/configHandler.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/configHelpSourceEdit.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/configHelpSourceEdit.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/configSectionNameDialog.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/configSectionNameDialog.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/dynOptionMenuWidget.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/dynOptionMenuWidget.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/extend.txt =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/help.txt =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/idle.bat =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/idle.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/idle.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/idle.pyw =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/idlever.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/idlever.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/keybindingDialog.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/keybindingDialog.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/macosxSupport.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/macosxSupport.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/rpc.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/rpc.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/run.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/run.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/tabbedpages.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/tabbedpages.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/testcode.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/testcode.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/textView.py =2D%%PYPYPREFIX%%/lib-python/2.7/idlelib/textView.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ihooks.py =2D%%PYPYPREFIX%%/lib-python/2.7/ihooks.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/imaplib.py =2D%%PYPYPREFIX%%/lib-python/2.7/imaplib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/imghdr.py =2D%%PYPYPREFIX%%/lib-python/2.7/imghdr.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/importlib/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/importlib/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/imputil.py =2D%%PYPYPREFIX%%/lib-python/2.7/imputil.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/inspect.py =2D%%PYPYPREFIX%%/lib-python/2.7/inspect.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/io.py =2D%%PYPYPREFIX%%/lib-python/2.7/io.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/decoder.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/decoder.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/encoder.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/encoder.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/scanner.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/scanner.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_check_circular.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_check_circular.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_decode.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_decode.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_default.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_default.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_dump.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_dump.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_encode_basestring_ascii.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_encode_basestring_ascii.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_fail.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_fail.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_float.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_float.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_indent.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_indent.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_pass1.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_pass1.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_pass2.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_pass2.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_pass3.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_pass3.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_recursion.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_recursion.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_scanstring.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_scanstring.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_separators.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_separators.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_speedups.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_speedups.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_unicode.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/tests/test_unicode.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/json/tool.py =2D%%PYPYPREFIX%%/lib-python/2.7/json/tool.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/keyword.py =2D%%PYPYPREFIX%%/lib-python/2.7/keyword.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/Canvas.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/Canvas.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/Dialog.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/Dialog.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/FileDialog.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/FileDialog.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/FixTk.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/FixTk.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/ScrolledText.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/ScrolledText.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/SimpleDialog.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/SimpleDialog.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/Tix.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/Tix.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/Tkconstants.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/Tkconstants.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/Tkdnd.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/Tkdnd.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/Tkinter.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/Tkinter.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/README =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/runtktests.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/runtktests.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_tkinter/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_tkinter/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_tkinter/test_loadtk.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_tkinter/test_loadtk.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_tkinter/test_text.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_tkinter/test_text.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_ttk/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_ttk/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_ttk/support.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_ttk/support.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_ttk/test_extensions.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_ttk/test_extensions.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_ttk/test_functions.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_ttk/test_functions.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_ttk/test_style.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_ttk/test_style.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_ttk/test_widgets.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_ttk/test_widgets.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/tkColorChooser.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/tkColorChooser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/tkCommonDialog.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/tkCommonDialog.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/tkFileDialog.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/tkFileDialog.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/tkFont.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/tkFont.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/tkMessageBox.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/tkMessageBox.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/tkSimpleDialog.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/tkSimpleDialog.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/ttk.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/ttk.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/turtle.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib-tk/turtle.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/Grammar.txt =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/PatternGrammar.txt =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/__main__.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/__main__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/btm_matcher.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/btm_matcher.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/btm_utils.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/btm_utils.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixer_base.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixer_base.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixer_util.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixer_util.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_apply.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_apply.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_basestring.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_basestring.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_buffer.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_buffer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_callable.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_callable.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_dict.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_dict.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_except.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_except.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_exec.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_exec.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_execfile.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_execfile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_exitfunc.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_exitfunc.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_filter.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_filter.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_funcattrs.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_funcattrs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_future.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_future.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_getcwdu.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_getcwdu.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_has_key.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_has_key.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_idioms.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_idioms.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_import.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_import.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_imports.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_imports.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_imports2.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_imports2.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_input.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_input.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_intern.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_intern.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_isinstance.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_isinstance.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_itertools.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_itertools.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_itertools_imports.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_itertools_imports.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_long.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_long.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_map.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_map.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_metaclass.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_metaclass.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_methodattrs.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_methodattrs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_ne.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_ne.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_next.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_next.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_nonzero.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_nonzero.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_numliterals.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_numliterals.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_operator.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_operator.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_paren.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_paren.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_print.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_print.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_raise.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_raise.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_raw_input.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_raw_input.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_reduce.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_reduce.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_renames.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_renames.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_repr.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_repr.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_set_literal.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_set_literal.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_standarderror.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_standarderror.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_sys_exc.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_sys_exc.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_throw.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_throw.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_tuple_params.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_tuple_params.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_types.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_types.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_unicode.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_unicode.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_urllib.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_urllib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_ws_comma.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_ws_comma.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_xrange.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_xrange.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_xreadlines.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_xreadlines.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_zip.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes/fix_zip.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/main.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/main.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/patcomp.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/patcomp.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2/conv.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2/conv.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2/driver.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2/driver.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2/grammar.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2/grammar.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2/literals.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2/literals.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2/parse.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2/parse.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2/pgen.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2/pgen.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2/token.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2/token.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2/tokenize.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2/tokenize.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pygram.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pygram.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pytree.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/pytree.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/refactor.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/refactor.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/README =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/bom.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/bom.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/crlf.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/crlf.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/different_encoding.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/different_encoding.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/bad_order.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/bad_order.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/__init__= =2Epy =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/__init__= =2Epyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_expl= icit.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_expl= icit.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_firs= t.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_firs= t.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_last= =2Epy =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_last= =2Epyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_parr= ot.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_parr= ot.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_preo= rder.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_preo= rder.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/no_fixer_cls.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/no_fixer_cls.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/parrot_example.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/parrot_example.p= yc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/infinite_recursion.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/infinite_recursion.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/py2_test_grammar.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/py2_test_grammar.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/py3_test_grammar.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/pytree_idempotency.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/pytree_idempotency.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/support.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/support.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/test_all_fixers.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/test_all_fixers.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/test_fixers.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/test_fixers.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/test_main.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/test_main.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/test_parser.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/test_parser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/test_pytree.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/test_pytree.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/test_refactor.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/test_refactor.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/test_util.py =2D%%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/test_util.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/linecache.py =2D%%PYPYPREFIX%%/lib-python/2.7/linecache.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/locale.py =2D%%PYPYPREFIX%%/lib-python/2.7/locale.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/logging/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/logging/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/logging/config.py =2D%%PYPYPREFIX%%/lib-python/2.7/logging/config.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/logging/handlers.py =2D%%PYPYPREFIX%%/lib-python/2.7/logging/handlers.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/macpath.py =2D%%PYPYPREFIX%%/lib-python/2.7/macpath.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/macurl2path.py =2D%%PYPYPREFIX%%/lib-python/2.7/macurl2path.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/mailbox.py =2D%%PYPYPREFIX%%/lib-python/2.7/mailbox.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/mailcap.py =2D%%PYPYPREFIX%%/lib-python/2.7/mailcap.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/markupbase.py =2D%%PYPYPREFIX%%/lib-python/2.7/markupbase.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/md5.py =2D%%PYPYPREFIX%%/lib-python/2.7/md5.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/mhlib.py =2D%%PYPYPREFIX%%/lib-python/2.7/mhlib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/mimetools.py =2D%%PYPYPREFIX%%/lib-python/2.7/mimetools.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/mimetypes.py =2D%%PYPYPREFIX%%/lib-python/2.7/mimetypes.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/mimify.py =2D%%PYPYPREFIX%%/lib-python/2.7/mimify.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/modulefinder.py =2D%%PYPYPREFIX%%/lib-python/2.7/modulefinder.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/msilib/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/msilib/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/msilib/schema.py =2D%%PYPYPREFIX%%/lib-python/2.7/msilib/schema.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/msilib/sequence.py =2D%%PYPYPREFIX%%/lib-python/2.7/msilib/sequence.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/msilib/text.py =2D%%PYPYPREFIX%%/lib-python/2.7/msilib/text.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/multifile.py =2D%%PYPYPREFIX%%/lib-python/2.7/multifile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/connection.py =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/connection.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/dummy/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/dummy/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/dummy/connection.py =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/dummy/connection.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/forking.py =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/forking.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/heap.py =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/heap.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/managers.py =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/managers.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/pool.py =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/pool.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/process.py =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/process.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/queues.py =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/queues.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/reduction.py =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/reduction.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/sharedctypes.py =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/sharedctypes.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/synchronize.py =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/synchronize.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/util.py =2D%%PYPYPREFIX%%/lib-python/2.7/multiprocessing/util.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/mutex.py =2D%%PYPYPREFIX%%/lib-python/2.7/mutex.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/netrc.py =2D%%PYPYPREFIX%%/lib-python/2.7/netrc.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/new.py =2D%%PYPYPREFIX%%/lib-python/2.7/new.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/nntplib.py =2D%%PYPYPREFIX%%/lib-python/2.7/nntplib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ntpath.py =2D%%PYPYPREFIX%%/lib-python/2.7/ntpath.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/nturl2path.py =2D%%PYPYPREFIX%%/lib-python/2.7/nturl2path.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/numbers.py =2D%%PYPYPREFIX%%/lib-python/2.7/numbers.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/opcode.py =2D%%PYPYPREFIX%%/lib-python/2.7/opcode.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/optparse.py =2D%%PYPYPREFIX%%/lib-python/2.7/optparse.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/os.py =2D%%PYPYPREFIX%%/lib-python/2.7/os.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/os2emxpath.py =2D%%PYPYPREFIX%%/lib-python/2.7/os2emxpath.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/pdb.doc =2D%%PYPYPREFIX%%/lib-python/2.7/pdb.py =2D%%PYPYPREFIX%%/lib-python/2.7/pdb.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/pickle.py =2D%%PYPYPREFIX%%/lib-python/2.7/pickle.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/pickletools.py =2D%%PYPYPREFIX%%/lib-python/2.7/pickletools.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/pipes.py =2D%%PYPYPREFIX%%/lib-python/2.7/pipes.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/pkgutil.py =2D%%PYPYPREFIX%%/lib-python/2.7/pkgutil.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-aix3/IN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-aix3/IN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-aix3/regen =2D%%PYPYPREFIX%%/lib-python/2.7/plat-aix4/IN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-aix4/IN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-aix4/regen =2D%%PYPYPREFIX%%/lib-python/2.7/plat-atheos/IN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-atheos/IN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-atheos/TYPES.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-atheos/TYPES.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-atheos/regen =2D%%PYPYPREFIX%%/lib-python/2.7/plat-beos5/IN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-beos5/IN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-beos5/regen =2D%%PYPYPREFIX%%/lib-python/2.7/plat-darwin/IN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-darwin/IN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-darwin/regen =2D%%PYPYPREFIX%%/lib-python/2.7/plat-freebsd4/IN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-freebsd4/IN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-freebsd4/regen =2D%%PYPYPREFIX%%/lib-python/2.7/plat-freebsd5/IN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-freebsd5/IN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-freebsd5/regen =2D%%PYPYPREFIX%%/lib-python/2.7/plat-freebsd6/IN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-freebsd6/IN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-freebsd6/regen =2D%%PYPYPREFIX%%/lib-python/2.7/plat-freebsd7/IN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-freebsd7/IN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-freebsd7/regen =2D%%PYPYPREFIX%%/lib-python/2.7/plat-freebsd8/IN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-freebsd8/IN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-freebsd8/regen =2D%%PYPYPREFIX%%/lib-python/2.7/plat-generic/regen =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/AL.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/AL.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/CD.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/CD.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/CL.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/CL.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/CL_old.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/CL_old.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/DEVICE.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/DEVICE.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/ERRNO.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/ERRNO.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/FILE.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/FILE.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/FL.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/FL.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/GET.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/GET.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/GL.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/GL.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/GLWS.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/GLWS.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/IN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/IN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/IOCTL.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/IOCTL.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/SV.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/SV.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/WAIT.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/WAIT.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/cddb.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/cddb.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/cdplayer.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/cdplayer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/flp.doc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/flp.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/flp.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/jpeg.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/jpeg.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/panel.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/panel.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/panelparser.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/panelparser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/readcd.doc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/readcd.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/readcd.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/regen =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/torgb.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix5/torgb.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/AL.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/AL.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/CD.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/CD.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/CL.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/CL.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/DEVICE.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/DEVICE.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/ERRNO.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/ERRNO.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/FILE.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/FILE.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/FL.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/FL.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/GET.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/GET.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/GL.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/GL.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/GLWS.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/GLWS.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/IN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/IN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/IOCTL.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/IOCTL.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/SV.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/SV.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/WAIT.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/WAIT.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/cddb.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/cddb.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/cdplayer.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/cdplayer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/flp.doc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/flp.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/flp.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/jpeg.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/jpeg.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/panel.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/panel.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/panelparser.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/panelparser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/readcd.doc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/readcd.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/readcd.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/regen =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/torgb.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-irix6/torgb.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-linux2/CDROM.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-linux2/CDROM.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-linux2/DLFCN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-linux2/DLFCN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-linux2/IN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-linux2/IN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-linux2/TYPES.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-linux2/TYPES.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-linux2/regen =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Audio_mac.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Audio_mac.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/AE.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/AE.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/AH.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/AH.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Alias.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Alias.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Aliases.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Aliases.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/App.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/App.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Appearance.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Appearance.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/AppleEvents.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/AppleEvents.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/AppleHelp.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/AppleHelp.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/CF.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/CF.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/CG.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/CG.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/CarbonEvents.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/CarbonEvents.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/CarbonEvt.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/CarbonEvt.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Cm.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Cm.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Components.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Components.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/ControlAccessor.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/ControlAccessor.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Controls.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Controls.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/CoreFoundation.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/CoreFoundation.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/CoreGraphics.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/CoreGraphics.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Ctl.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Ctl.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Dialogs.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Dialogs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Dlg.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Dlg.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Drag.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Drag.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Dragconst.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Dragconst.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Events.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Events.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Evt.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Evt.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/File.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/File.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Files.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Files.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Fm.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Fm.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Folder.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Folder.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Folders.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Folders.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Fonts.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Fonts.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Help.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Help.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/IBCarbon.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/IBCarbon.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/IBCarbonRuntime.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/IBCarbonRuntime.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Icn.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Icn.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Icons.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Icons.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Launch.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Launch.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/LaunchServices.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/LaunchServices.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/List.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/List.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Lists.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Lists.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/MacHelp.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/MacHelp.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/MacTextEditor.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/MacTextEditor.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/MediaDescr.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/MediaDescr.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Menu.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Menu.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Menus.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Menus.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Mlte.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Mlte.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/OSA.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/OSA.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/OSAconst.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/OSAconst.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/QDOffscreen.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/QDOffscreen.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Qd.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Qd.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Qdoffs.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Qdoffs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Qt.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Qt.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/QuickDraw.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/QuickDraw.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/QuickTime.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/QuickTime.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Res.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Res.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Resources.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Resources.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Scrap.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Scrap.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Snd.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Snd.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Sndihooks.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Sndihooks.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Sound.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Sound.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/TE.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/TE.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/TextEdit.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/TextEdit.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Win.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Win.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Windows.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/Windows.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/EasyDialogs.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/EasyDialogs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/FrameWork.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/FrameWork.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/MiniAEFrame.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/MiniAEFrame.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/PixMapWrapper.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/PixMapWrapper.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/aepack.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/aepack.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/aetools.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/aetools.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/aetypes.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/aetypes.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/applesingle.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/applesingle.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/appletrawmain.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/appletrawmain.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/appletrunner.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/appletrunner.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/argvemulator.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/argvemulator.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/bgenlocations.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/bgenlocations.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/buildtools.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/buildtools.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/bundlebuilder.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/bundlebuilder.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/cfmfile.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/cfmfile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/dialogs.rsrc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/errors.rsrc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/findertools.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/findertools.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/gensuitemodule.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/gensuitemodule.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/ic.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/ic.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/icopen.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/icopen.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/Co= deWarrior_suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/Co= deWarrior_suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/Me= trowerks_Shell_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/Me= trowerks_Shell_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/Re= quired.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/Re= quired.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/St= andard_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/St= andard_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/__= init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/__= init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Micro= soft_Internet_Explorer.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Micro= soft_Internet_Explorer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Netsc= ape_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Netsc= ape_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Requi= red_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Requi= red_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Stand= ard_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Stand= ard_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/URL_S= uite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/URL_S= uite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Web_B= rowser_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Web_B= rowser_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/__ini= t__.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/__ini= t__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Contain= ers_and_folders.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Contain= ers_and_folders.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Enumera= tions.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Enumera= tions.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Files.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Files.p= yc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Finder_= Basics.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Finder_= Basics.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Finder_= items.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Finder_= items.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Legacy_= suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Legacy_= suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Standar= d_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Standar= d_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Type_De= finitions.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Type_De= finitions.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Window_= classes.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Window_= classes.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/__init_= _.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/__init_= _.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Mozil= la_suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Mozil= la_suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Power= Plant.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Power= Plant.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Requi= red_suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Requi= red_suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Stand= ard_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Stand= ard_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Stand= ard_URL_suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Stand= ard_URL_suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Text.= py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Text.= pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/World= WideWeb_suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/World= WideWeb_suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/__ini= t__.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/__ini= t__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Appl= eScript_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Appl= eScript_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Maci= ntosh_Connectivity_Clas.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Maci= ntosh_Connectivity_Clas.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Quic= kDraw_Graphics_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Quic= kDraw_Graphics_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Quic= kDraw_Graphics_Suppleme.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Quic= kDraw_Graphics_Suppleme.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Requ= ired_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Requ= ired_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Stan= dard_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Stan= dard_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Tabl= e_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Tabl= e_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Text= _Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Text= _Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Type= _Names_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Type= _Names_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/__in= it__.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/__in= it__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/D= isk_Folder_File_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/D= isk_Folder_File_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/F= older_Actions_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/F= older_Actions_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/H= idden_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/H= idden_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/L= ogin_Items_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/L= ogin_Items_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/P= ower_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/P= ower_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/P= rocesses_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/P= rocesses_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/S= tandard_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/S= tandard_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/S= ystem_Events_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/S= ystem_Events_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/T= ext_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/T= ext_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/_= _init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/_= _init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Terminal/Stand= ard_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Terminal/Stand= ard_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Terminal/Termi= nal_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Terminal/Termi= nal_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Terminal/Text_= Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Terminal/Text_= Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Terminal/__ini= t__.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Terminal/__ini= t__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/_builtinSuites= /__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/_builtinSuites= /__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/_builtinSuites= /builtin_Suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/_builtinSuites= /builtin_Suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/macerrors.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/macerrors.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/macostools.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/macostools.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/macresource.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/macresource.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/pimp.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/pimp.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/terminalcommand.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/terminalcommand.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/videoreader.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-mac/videoreader.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-netbsd1/IN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-netbsd1/IN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-netbsd1/regen =2D%%PYPYPREFIX%%/lib-python/2.7/plat-next3/regen =2D%%PYPYPREFIX%%/lib-python/2.7/plat-os2emx/IN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-os2emx/IN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-os2emx/SOCKET.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-os2emx/SOCKET.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-os2emx/_emx_link.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-os2emx/_emx_link.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-os2emx/grp.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-os2emx/grp.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-os2emx/pwd.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-os2emx/pwd.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-os2emx/regen =2D%%PYPYPREFIX%%/lib-python/2.7/plat-riscos/riscosenviron.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-riscos/riscosenviron.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-riscos/riscospath.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-riscos/riscospath.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-riscos/rourl2path.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-riscos/rourl2path.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-sunos5/CDIO.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-sunos5/CDIO.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-sunos5/DLFCN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-sunos5/DLFCN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-sunos5/IN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-sunos5/IN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-sunos5/STROPTS.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-sunos5/STROPTS.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-sunos5/SUNAUDIODEV.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-sunos5/SUNAUDIODEV.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-sunos5/TYPES.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-sunos5/TYPES.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-sunos5/regen =2D%%PYPYPREFIX%%/lib-python/2.7/plat-unixware7/IN.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-unixware7/IN.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-unixware7/STROPTS.py =2D%%PYPYPREFIX%%/lib-python/2.7/plat-unixware7/STROPTS.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plat-unixware7/regen =2D%%PYPYPREFIX%%/lib-python/2.7/platform.py =2D%%PYPYPREFIX%%/lib-python/2.7/platform.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/plistlib.py =2D%%PYPYPREFIX%%/lib-python/2.7/plistlib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/popen2.py =2D%%PYPYPREFIX%%/lib-python/2.7/popen2.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/poplib.py =2D%%PYPYPREFIX%%/lib-python/2.7/poplib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/posixfile.py =2D%%PYPYPREFIX%%/lib-python/2.7/posixfile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/posixpath.py =2D%%PYPYPREFIX%%/lib-python/2.7/posixpath.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/pprint.py =2D%%PYPYPREFIX%%/lib-python/2.7/pprint.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/profile.py =2D%%PYPYPREFIX%%/lib-python/2.7/profile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/pstats.py =2D%%PYPYPREFIX%%/lib-python/2.7/pstats.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/pty.py =2D%%PYPYPREFIX%%/lib-python/2.7/pty.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/py_compile.py =2D%%PYPYPREFIX%%/lib-python/2.7/py_compile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/pyclbr.py =2D%%PYPYPREFIX%%/lib-python/2.7/pyclbr.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/pydoc.py =2D%%PYPYPREFIX%%/lib-python/2.7/pydoc.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/pydoc_data/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/pydoc_data/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/pydoc_data/topics.py =2D%%PYPYPREFIX%%/lib-python/2.7/pydoc_data/topics.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/quopri.py =2D%%PYPYPREFIX%%/lib-python/2.7/quopri.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/random.py =2D%%PYPYPREFIX%%/lib-python/2.7/random.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/re.py =2D%%PYPYPREFIX%%/lib-python/2.7/re.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/repr.py =2D%%PYPYPREFIX%%/lib-python/2.7/repr.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/rexec.py =2D%%PYPYPREFIX%%/lib-python/2.7/rexec.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/rfc822.py =2D%%PYPYPREFIX%%/lib-python/2.7/rfc822.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/rlcompleter.py =2D%%PYPYPREFIX%%/lib-python/2.7/rlcompleter.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/robotparser.py =2D%%PYPYPREFIX%%/lib-python/2.7/robotparser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/runpy.py =2D%%PYPYPREFIX%%/lib-python/2.7/runpy.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sched.py =2D%%PYPYPREFIX%%/lib-python/2.7/sched.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sets.py =2D%%PYPYPREFIX%%/lib-python/2.7/sets.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sgmllib.py =2D%%PYPYPREFIX%%/lib-python/2.7/sgmllib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sha.py =2D%%PYPYPREFIX%%/lib-python/2.7/sha.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/shelve.py =2D%%PYPYPREFIX%%/lib-python/2.7/shelve.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/shlex.py =2D%%PYPYPREFIX%%/lib-python/2.7/shlex.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/shutil.py =2D%%PYPYPREFIX%%/lib-python/2.7/shutil.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/site-packages/README =2D%%PYPYPREFIX%%/lib-python/2.7/site.py =2D%%PYPYPREFIX%%/lib-python/2.7/site.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/smtpd.py =2D%%PYPYPREFIX%%/lib-python/2.7/smtpd.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/smtplib.py =2D%%PYPYPREFIX%%/lib-python/2.7/smtplib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sndhdr.py =2D%%PYPYPREFIX%%/lib-python/2.7/sndhdr.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/socket.py =2D%%PYPYPREFIX%%/lib-python/2.7/socket.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/dbapi2.py =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/dbapi2.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/dump.py =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/dump.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/dbapi.py =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/dbapi.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/dump.py =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/dump.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/factory.py =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/factory.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/hooks.py =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/hooks.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/py25tests.py =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/py25tests.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/regression.py =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/regression.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/transactions.py =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/transactions.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/types.py =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/types.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/userfunctions.py =2D%%PYPYPREFIX%%/lib-python/2.7/sqlite3/test/userfunctions.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sre.py =2D%%PYPYPREFIX%%/lib-python/2.7/sre.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sre_compile.py =2D%%PYPYPREFIX%%/lib-python/2.7/sre_compile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sre_constants.py =2D%%PYPYPREFIX%%/lib-python/2.7/sre_constants.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sre_parse.py =2D%%PYPYPREFIX%%/lib-python/2.7/sre_parse.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/ssl.py =2D%%PYPYPREFIX%%/lib-python/2.7/ssl.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/stat.py =2D%%PYPYPREFIX%%/lib-python/2.7/stat.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/statvfs.py =2D%%PYPYPREFIX%%/lib-python/2.7/statvfs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/string.py =2D%%PYPYPREFIX%%/lib-python/2.7/string.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/stringold.py =2D%%PYPYPREFIX%%/lib-python/2.7/stringold.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/stringprep.py =2D%%PYPYPREFIX%%/lib-python/2.7/stringprep.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/struct.py =2D%%PYPYPREFIX%%/lib-python/2.7/struct.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/subprocess.py =2D%%PYPYPREFIX%%/lib-python/2.7/subprocess.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sunau.py =2D%%PYPYPREFIX%%/lib-python/2.7/sunau.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sunaudio.py =2D%%PYPYPREFIX%%/lib-python/2.7/sunaudio.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/symbol.py =2D%%PYPYPREFIX%%/lib-python/2.7/symbol.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/symtable.py =2D%%PYPYPREFIX%%/lib-python/2.7/symtable.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/sysconfig.py =2D%%PYPYPREFIX%%/lib-python/2.7/sysconfig.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/tabnanny.py =2D%%PYPYPREFIX%%/lib-python/2.7/tabnanny.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/tarfile.py =2D%%PYPYPREFIX%%/lib-python/2.7/tarfile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/telnetlib.py =2D%%PYPYPREFIX%%/lib-python/2.7/telnetlib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/tempfile.py =2D%%PYPYPREFIX%%/lib-python/2.7/tempfile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/185test.db =2D%%PYPYPREFIX%%/lib-python/2.7/test/Sine-1000Hz-300ms.aif =2D%%PYPYPREFIX%%/lib-python/2.7/test/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/audiotest.au =2D%%PYPYPREFIX%%/lib-python/2.7/test/autotest.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/autotest.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/bad_coding.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/bad_coding2.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/badcert.pem =2D%%PYPYPREFIX%%/lib-python/2.7/test/badkey.pem =2D%%PYPYPREFIX%%/lib-python/2.7/test/badsyntax_future3.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/badsyntax_future4.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/badsyntax_future5.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/badsyntax_future6.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/badsyntax_future7.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/badsyntax_future8.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/badsyntax_future9.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/badsyntax_nocaret.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/buffer_tests.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/buffer_tests.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/cfgparser.1 =2D%%PYPYPREFIX%%/lib-python/2.7/test/check_soundcard.vbs =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/big5-utf8.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/big5.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/big5hkscs-utf8.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/big5hkscs.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/cp949-utf8.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/cp949.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/euc_jisx0213-utf8.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/euc_jisx0213.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/euc_jp-utf8.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/euc_jp.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/euc_kr-utf8.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/euc_kr.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/gb18030-utf8.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/gb18030.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/gb2312-utf8.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/gb2312.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/gbk-utf8.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/gbk.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/hz-utf8.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/hz.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/johab-utf8.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/johab.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/shift_jis-utf8.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/shift_jis.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/shift_jisx0213-utf8.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/shift_jisx0213.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/cmath_testcases.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/README =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/bogus_code_obj.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/bogus_code_obj.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/borrowed_ref_1.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/borrowed_ref_1.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/borrowed_ref_2.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/borrowed_ref_2.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/compiler_recursion.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/compiler_recursion.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/gc_has_finalizer.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/gc_has_finalizer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/gc_inspection.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/gc_inspection.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/infinite_loop_re.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/infinite_loop_re.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/loosing_mro_ref.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/loosing_mro_ref.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/mutation_inside_cyclegc.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/mutation_inside_cyclegc.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/nasty_eq_vs_dict.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/nasty_eq_vs_dict.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/recursion_limit_too_high.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/recursion_limit_too_high.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/recursive_call.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/crashers/recursive_call.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/curses_tests.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/curses_tests.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/data/README =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/abs.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/add.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/and.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/base.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/clamp.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/class.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/compare.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/comparetotal.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/comparetotmag.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/copy.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/copyabs.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/copynegate.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/copysign.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddAbs.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddAdd.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddAnd.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddBase.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddCanonical.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddClass.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddCompare.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddCompareSig.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddCompareTotal.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddCompareTotalMag.dec= Test =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddCopy.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddCopyAbs.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddCopyNegate.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddCopySign.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddDivide.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddDivideInt.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddEncode.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddFMA.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddInvert.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddLogB.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddMax.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddMaxMag.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddMin.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddMinMag.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddMinus.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddMultiply.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddNextMinus.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddNextPlus.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddNextToward.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddOr.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddPlus.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddQuantize.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddReduce.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddRemainder.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddRemainderNear.decTe= st =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddRotate.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddSameQuantum.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddScaleB.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddShift.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddSubtract.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddToIntegral.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ddXor.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/decDouble.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/decQuad.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/decSingle.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/divide.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/divideint.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqAbs.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqAdd.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqAnd.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqBase.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqCanonical.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqClass.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqCompare.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqCompareSig.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqCompareTotal.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqCompareTotalMag.dec= Test =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqCopy.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqCopyAbs.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqCopyNegate.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqCopySign.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqDivide.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqDivideInt.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqEncode.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqFMA.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqInvert.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqLogB.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqMax.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqMaxMag.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqMin.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqMinMag.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqMinus.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqMultiply.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqNextMinus.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqNextPlus.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqNextToward.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqOr.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqPlus.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqQuantize.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqReduce.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqRemainder.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqRemainderNear.decTe= st =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqRotate.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqSameQuantum.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqScaleB.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqShift.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqSubtract.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqToIntegral.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dqXor.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dsBase.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/dsEncode.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/exp.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/extra.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/fma.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/inexact.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/invert.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/ln.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/log10.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/logb.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/max.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/maxmag.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/min.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/minmag.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/minus.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/multiply.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/nextminus.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/nextplus.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/nexttoward.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/or.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/plus.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/power.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/powersqrt.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/quantize.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/randomBound32.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/randoms.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/reduce.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/remainder.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/remainderNear.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/rescale.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/rotate.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/rounding.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/samequantum.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/scaleb.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/shift.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/squareroot.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/subtract.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/testall.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/tointegral.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/tointegralx.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata/xor.decTest =2D%%PYPYPREFIX%%/lib-python/2.7/test/doctest_aliases.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/doctest_aliases.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/double_const.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/double_const.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/empty.vbs =2D%%PYPYPREFIX%%/lib-python/2.7/test/exception_hierarchy.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/floating_points.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/fork_wait.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/fork_wait.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/formatfloat_testcases.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/gdb_sample.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/gdb_sample.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/greyrgb.uue =2D%%PYPYPREFIX%%/lib-python/2.7/test/https_svn_python_org_root.pem =2D%%PYPYPREFIX%%/lib-python/2.7/test/ieee754.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/infinite_reload.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/infinite_reload.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/inspect_fodder.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/inspect_fodder.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/inspect_fodder2.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/inspect_fodder2.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/keycert.pem =2D%%PYPYPREFIX%%/lib-python/2.7/test/leakers/README.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/leakers/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/leakers/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/leakers/test_ctypes.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/leakers/test_ctypes.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/leakers/test_dictself.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/leakers/test_dictself.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/leakers/test_gestalt.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/leakers/test_gestalt.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/leakers/test_selftype.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/leakers/test_selftype.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/list_tests.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/list_tests.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/lock_tests.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/lock_tests.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/mapping_tests.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/mapping_tests.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/math_testcases.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/nullcert.pem =2D%%PYPYPREFIX%%/lib-python/2.7/test/outstanding_bugs.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/outstanding_bugs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/pickletester.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/pickletester.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/profilee.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/profilee.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/pyclbr_input.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/pyclbr_input.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/pydoc_mod.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/pydoc_mod.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/pydocfodder.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/pydocfodder.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/pystone.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/pystone.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/randv2_32.pck =2D%%PYPYPREFIX%%/lib-python/2.7/test/randv2_64.pck =2D%%PYPYPREFIX%%/lib-python/2.7/test/randv3.pck =2D%%PYPYPREFIX%%/lib-python/2.7/test/re_tests.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/re_tests.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/regex_tests.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/regex_tests.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/regrtest.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/regrtest.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/relimport.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/relimport.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/reperf.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/reperf.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/sample_doctest.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/sample_doctest.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/script_helper.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/script_helper.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/seq_tests.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/seq_tests.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/sgml_input.html =2D%%PYPYPREFIX%%/lib-python/2.7/test/sha256.pem =2D%%PYPYPREFIX%%/lib-python/2.7/test/sortperf.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/sortperf.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/ssl_cert.pem =2D%%PYPYPREFIX%%/lib-python/2.7/test/ssl_key.pem =2D%%PYPYPREFIX%%/lib-python/2.7/test/string_tests.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/string_tests.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/subprocessdata/sigchild_ignore.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/subprocessdata/sigchild_ignore.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/svn_python_org_https_cert.pem =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_MimeWriter.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_MimeWriter.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_SimpleHTTPServer.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_SimpleHTTPServer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_StringIO.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_StringIO.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test___all__.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test___all__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test___future__.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test___future__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test__locale.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test__locale.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_abc.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_abc.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_abstract_numbers.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_abstract_numbers.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_aepack.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_aepack.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_aifc.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_aifc.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_al.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_al.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_anydbm.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_anydbm.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_applesingle.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_applesingle.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_argparse.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_argparse.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_array.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_array.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ascii_formatd.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ascii_formatd.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ast.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ast.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_asynchat.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_asynchat.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_asyncore.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_asyncore.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_atexit.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_atexit.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_audioop.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_audioop.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_augassign.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_augassign.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_base64.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_base64.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bastion.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bastion.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bigaddrspace.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bigaddrspace.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bigmem.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bigmem.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_binascii.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_binascii.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_binhex.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_binhex.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_binop.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_binop.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bisect.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bisect.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bool.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bool.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bsddb.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bsddb.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bsddb185.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bsddb185.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bsddb3.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bsddb3.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_buffer.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_buffer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bufio.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bufio.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_builtin.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_builtin.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bytes.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bytes.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bz2.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_bz2.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_calendar.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_calendar.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_call.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_call.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_capi.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_capi.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cd.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cd.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cfgparser.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cfgparser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cgi.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cgi.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_charmapcodec.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_charmapcodec.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cl.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cl.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_class.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_class.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cmath.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cmath.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cmd.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cmd.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cmd_line.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cmd_line.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cmd_line_script.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cmd_line_script.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_code.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_code.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codeccallbacks.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codeccallbacks.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecencodings_cn.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecencodings_cn.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecencodings_hk.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecencodings_hk.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecencodings_jp.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecencodings_jp.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecencodings_kr.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecencodings_kr.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecencodings_tw.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecencodings_tw.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecmaps_cn.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecmaps_cn.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecmaps_hk.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecmaps_hk.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecmaps_jp.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecmaps_jp.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecmaps_kr.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecmaps_kr.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecmaps_tw.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecmaps_tw.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecs.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codecs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codeop.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_codeop.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_coding.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_coding.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_coercion.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_coercion.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_collections.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_collections.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_colorsys.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_colorsys.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_commands.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_commands.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_compare.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_compare.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_compile.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_compile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_compileall.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_compileall.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_compiler.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_compiler.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_complex.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_complex.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_complex_args.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_complex_args.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_contains.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_contains.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_contextlib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_contextlib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cookie.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cookie.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cookielib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cookielib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_copy.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_copy.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_copy_reg.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_copy_reg.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cpickle.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cpickle.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cprofile.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_cprofile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_crypt.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_crypt.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_csv.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_csv.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ctypes.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ctypes.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_curses.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_curses.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_datetime.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_datetime.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dbm.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dbm.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_decimal.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_decimal.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_decorators.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_decorators.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_defaultdict.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_defaultdict.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_deque.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_deque.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_descr.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_descr.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_descrtut.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_descrtut.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dict.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dict.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dictcomps.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dictcomps.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dictviews.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dictviews.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_difflib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_difflib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_difflib_expect.html =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dircache.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dircache.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dis.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dis.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_distutils.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_distutils.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dl.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dl.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_doctest.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_doctest.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_doctest.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_doctest2.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_doctest2.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_doctest2.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_doctest3.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_doctest4.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_docxmlrpc.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_docxmlrpc.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dumbdbm.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dumbdbm.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dummy_thread.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dummy_thread.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dummy_threading.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_dummy_threading.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_email.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_email.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_email_codecs.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_email_codecs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_email_renamed.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_email_renamed.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_enumerate.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_enumerate.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_eof.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_eof.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_epoll.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_epoll.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_errno.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_errno.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_exception_variations.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_exception_variations.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_exceptions.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_exceptions.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_extcall.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_extcall.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_fcntl.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_fcntl.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_file.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_file.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_file2k.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_file2k.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_filecmp.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_filecmp.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_fileinput.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_fileinput.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_fileio.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_fileio.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_float.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_float.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_fnmatch.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_fnmatch.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_fork1.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_fork1.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_format.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_format.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_fpformat.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_fpformat.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_fractions.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_fractions.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_frozen.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_frozen.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ftplib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ftplib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_funcattrs.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_funcattrs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_functools.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_functools.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_future.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_future.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_future1.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_future1.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_future2.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_future2.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_future3.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_future3.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_future4.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_future4.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_future5.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_future5.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_future_builtins.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_future_builtins.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_gc.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_gc.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_gdb.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_gdb.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_gdbm.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_gdbm.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_generators.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_generators.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_genericpath.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_genericpath.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_genexps.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_genexps.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_getargs.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_getargs.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_getargs2.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_getargs2.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_getopt.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_getopt.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_gettext.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_gettext.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_gl.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_gl.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_glob.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_glob.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_global.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_global.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_grammar.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_grammar.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_grp.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_grp.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_gzip.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_gzip.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_hash.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_hash.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_hashlib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_hashlib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_heapq.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_heapq.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_hmac.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_hmac.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_hotshot.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_hotshot.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_htmllib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_htmllib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_htmlparser.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_htmlparser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_httplib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_httplib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_httpservers.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_httpservers.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_imageop.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_imageop.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_imaplib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_imaplib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_imgfile.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_imgfile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_imp.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_imp.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_import.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_import.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_importhooks.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_importhooks.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_importlib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_importlib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_index.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_index.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_inspect.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_inspect.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_int.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_int.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_int_literal.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_int_literal.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_io.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_io.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ioctl.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ioctl.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_isinstance.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_isinstance.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_iter.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_iter.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_iterlen.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_iterlen.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_itertools.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_itertools.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_json.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_json.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_kqueue.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_kqueue.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_largefile.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_largefile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_lib2to3.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_lib2to3.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_linecache.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_linecache.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_linuxaudiodev.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_linuxaudiodev.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_list.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_list.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_locale.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_locale.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_logging.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_logging.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_long.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_long.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_long_future.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_long_future.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_longexp.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_longexp.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_macos.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_macos.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_macostools.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_macostools.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_macpath.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_macpath.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_mailbox.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_mailbox.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_marshal.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_marshal.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_math.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_math.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_md5.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_md5.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_memoryio.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_memoryio.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_memoryview.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_memoryview.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_mhlib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_mhlib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_mimetools.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_mimetools.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_mimetypes.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_mimetypes.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_minidom.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_minidom.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_mmap.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_mmap.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_module.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_module.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_modulefinder.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_modulefinder.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_msilib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_msilib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_multibytecodec.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_multibytecodec.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_multibytecodec_support.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_multibytecodec_support.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_multifile.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_multifile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_multiprocessing.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_multiprocessing.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_mutants.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_mutants.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_mutex.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_mutex.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_netrc.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_netrc.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_new.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_new.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_nis.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_nis.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_normalization.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_normalization.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ntpath.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ntpath.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_old_mailbox.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_old_mailbox.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_opcodes.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_opcodes.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_openpty.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_openpty.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_operator.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_operator.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_optparse.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_optparse.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_os.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_os.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ossaudiodev.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ossaudiodev.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_parser.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_parser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pdb.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pdb.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_peepholer.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_peepholer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pep247.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pep247.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pep263.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pep263.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pep277.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pep277.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pep292.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pep292.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pep352.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pep352.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pickle.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pickle.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pickletools.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pickletools.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pipes.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pipes.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pkg.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pkg.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pkgimport.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pkgimport.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pkgutil.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pkgutil.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_platform.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_platform.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_plistlib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_plistlib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_poll.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_poll.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_popen.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_popen.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_popen2.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_popen2.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_poplib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_poplib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_posix.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_posix.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_posixpath.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_posixpath.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pow.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pow.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pprint.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pprint.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_print.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_print.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_profile.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_profile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_property.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_property.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pstats.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pstats.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pty.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pty.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pwd.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pwd.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_py3kwarn.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_py3kwarn.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pyclbr.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pyclbr.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pydoc.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pydoc.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pyexpat.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_pyexpat.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_queue.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_queue.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_quopri.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_quopri.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_random.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_random.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_re.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_re.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_readline.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_readline.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_repr.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_repr.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_resource.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_resource.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_rfc822.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_rfc822.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_richcmp.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_richcmp.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_rlcompleter.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_rlcompleter.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_robotparser.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_robotparser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_runpy.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_runpy.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sax.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sax.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_scope.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_scope.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_scriptpackages.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_scriptpackages.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_select.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_select.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_set.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_set.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_setcomps.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_setcomps.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sets.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sets.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sgmllib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sgmllib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sha.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sha.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_shelve.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_shelve.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_shlex.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_shlex.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_shutil.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_shutil.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_signal.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_signal.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_site.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_site.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_slice.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_slice.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_smtplib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_smtplib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_smtpnet.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_smtpnet.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_socket.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_socket.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_socketserver.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_socketserver.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_softspace.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_softspace.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sort.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sort.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sqlite.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sqlite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ssl.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ssl.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_startfile.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_startfile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_str.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_str.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_strftime.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_strftime.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_string.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_string.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_stringprep.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_stringprep.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_strop.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_strop.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_strptime.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_strptime.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_strtod.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_strtod.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_struct.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_struct.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_structmembers.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_structmembers.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_structseq.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_structseq.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_subprocess.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_subprocess.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sunaudiodev.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sunaudiodev.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sundry.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sundry.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_support.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_support.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_symtable.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_symtable.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_syntax.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_syntax.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sys.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sys.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sys_setprofile.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sys_setprofile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sys_settrace.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sys_settrace.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sysconfig.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_sysconfig.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_tarfile.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_tarfile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_tcl.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_tcl.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_telnetlib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_telnetlib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_tempfile.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_tempfile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_textwrap.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_textwrap.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_thread.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_thread.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_threaded_import.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_threaded_import.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_threadedtempfile.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_threadedtempfile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_threading.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_threading.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_threading_local.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_threading_local.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_threadsignals.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_threadsignals.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_time.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_time.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_timeout.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_timeout.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_tk.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_tk.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_tokenize.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_tokenize.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_trace.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_trace.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_traceback.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_traceback.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_transformer.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_transformer.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ttk_guionly.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ttk_guionly.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ttk_textonly.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ttk_textonly.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_tuple.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_tuple.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_typechecks.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_typechecks.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_types.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_types.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ucn.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_ucn.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_unary.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_unary.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_undocumented_details.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_undocumented_details.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_unicode.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_unicode.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_unicode_file.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_unicode_file.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_unicodedata.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_unicodedata.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_unittest.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_unittest.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_univnewlines.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_univnewlines.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_univnewlines2k.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_univnewlines2k.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_unpack.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_unpack.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_urllib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_urllib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_urllib2.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_urllib2.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_urllib2_localnet.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_urllib2_localnet.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_urllib2net.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_urllib2net.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_urllibnet.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_urllibnet.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_urlparse.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_urlparse.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_userdict.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_userdict.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_userlist.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_userlist.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_userstring.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_userstring.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_uu.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_uu.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_uuid.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_uuid.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_wait3.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_wait3.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_wait4.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_wait4.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_warnings.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_warnings.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_wave.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_wave.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_weakref.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_weakref.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_weakset.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_weakset.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_whichdb.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_whichdb.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_winreg.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_winreg.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_winsound.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_winsound.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_with.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_with.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_wsgiref.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_wsgiref.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_xdrlib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_xdrlib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_xml_etree.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_xml_etree.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_xml_etree_c.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_xml_etree_c.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_xmllib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_xmllib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_xmlrpc.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_xmlrpc.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_xpickle.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_xpickle.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_xrange.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_xrange.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_zipfile.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_zipfile.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_zipfile64.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_zipfile64.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_zipimport.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_zipimport.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_zipimport_support.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_zipimport_support.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_zlib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/test_zlib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/testall.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/testall.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/testcodec.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/testcodec.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/testimg.uue =2D%%PYPYPREFIX%%/lib-python/2.7/test/testimgr.uue =2D%%PYPYPREFIX%%/lib-python/2.7/test/testrgb.uue =2D%%PYPYPREFIX%%/lib-python/2.7/test/testtar.tar =2D%%PYPYPREFIX%%/lib-python/2.7/test/tf_inherit_check.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/tf_inherit_check.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/threaded_import_hangers.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/threaded_import_hangers.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/time_hashlib.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/time_hashlib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/tokenize_tests.txt =2D%%PYPYPREFIX%%/lib-python/2.7/test/tracedmodules/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/tracedmodules/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/tracedmodules/testmod.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/tracedmodules/testmod.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/warning_tests.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/warning_tests.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/win_console_handler.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/win_console_handler.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/wrongcert.pem =2D%%PYPYPREFIX%%/lib-python/2.7/test/xmltestdata/simple-ns.xml =2D%%PYPYPREFIX%%/lib-python/2.7/test/xmltestdata/simple.xml =2D%%PYPYPREFIX%%/lib-python/2.7/test/xmltestdata/test.xml =2D%%PYPYPREFIX%%/lib-python/2.7/test/xmltestdata/test.xml.out =2D%%PYPYPREFIX%%/lib-python/2.7/test/xmltests.py =2D%%PYPYPREFIX%%/lib-python/2.7/test/xmltests.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/test/zipdir.zip =2D%%PYPYPREFIX%%/lib-python/2.7/textwrap.py =2D%%PYPYPREFIX%%/lib-python/2.7/textwrap.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/this.py =2D%%PYPYPREFIX%%/lib-python/2.7/this.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/threading.py =2D%%PYPYPREFIX%%/lib-python/2.7/threading.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/timeit.py =2D%%PYPYPREFIX%%/lib-python/2.7/timeit.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/toaiff.py =2D%%PYPYPREFIX%%/lib-python/2.7/toaiff.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/token.py =2D%%PYPYPREFIX%%/lib-python/2.7/token.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/tokenize.py =2D%%PYPYPREFIX%%/lib-python/2.7/tokenize.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/trace.py =2D%%PYPYPREFIX%%/lib-python/2.7/trace.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/traceback.py =2D%%PYPYPREFIX%%/lib-python/2.7/traceback.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/tty.py =2D%%PYPYPREFIX%%/lib-python/2.7/tty.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/types.py =2D%%PYPYPREFIX%%/lib-python/2.7/types.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/__main__.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/__main__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/case.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/case.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/loader.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/loader.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/main.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/main.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/result.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/result.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/runner.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/runner.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/signals.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/signals.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/dummy.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/dummy.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/support.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/support.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_assertions.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_assertions.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_break.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_break.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_case.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_case.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_discovery.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_discovery.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_functiontestcase.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_functiontestcase.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_loader.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_loader.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_program.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_program.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_result.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_result.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_runner.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_runner.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_setups.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_setups.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_skipping.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_skipping.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_suite.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/test/test_suite.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/util.py =2D%%PYPYPREFIX%%/lib-python/2.7/unittest/util.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/urllib.py =2D%%PYPYPREFIX%%/lib-python/2.7/urllib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/urllib2.py =2D%%PYPYPREFIX%%/lib-python/2.7/urllib2.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/urlparse.py =2D%%PYPYPREFIX%%/lib-python/2.7/urlparse.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/user.py =2D%%PYPYPREFIX%%/lib-python/2.7/user.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/uu.py =2D%%PYPYPREFIX%%/lib-python/2.7/uu.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/uuid.py =2D%%PYPYPREFIX%%/lib-python/2.7/uuid.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/warnings.py =2D%%PYPYPREFIX%%/lib-python/2.7/warnings.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/wave.py =2D%%PYPYPREFIX%%/lib-python/2.7/wave.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/weakref.py =2D%%PYPYPREFIX%%/lib-python/2.7/weakref.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/webbrowser.py =2D%%PYPYPREFIX%%/lib-python/2.7/webbrowser.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/whichdb.py =2D%%PYPYPREFIX%%/lib-python/2.7/whichdb.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/wsgiref.egg-info =2D%%PYPYPREFIX%%/lib-python/2.7/wsgiref/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/wsgiref/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/wsgiref/handlers.py =2D%%PYPYPREFIX%%/lib-python/2.7/wsgiref/handlers.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/wsgiref/headers.py =2D%%PYPYPREFIX%%/lib-python/2.7/wsgiref/headers.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/wsgiref/simple_server.py =2D%%PYPYPREFIX%%/lib-python/2.7/wsgiref/simple_server.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/wsgiref/util.py =2D%%PYPYPREFIX%%/lib-python/2.7/wsgiref/util.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/wsgiref/validate.py =2D%%PYPYPREFIX%%/lib-python/2.7/wsgiref/validate.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xdrlib.py =2D%%PYPYPREFIX%%/lib-python/2.7/xdrlib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/dom/NodeFilter.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/dom/NodeFilter.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/dom/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/dom/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/dom/domreg.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/dom/domreg.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/dom/expatbuilder.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/dom/expatbuilder.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/dom/minicompat.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/dom/minicompat.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/dom/minidom.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/dom/minidom.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/dom/pulldom.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/dom/pulldom.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/dom/xmlbuilder.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/dom/xmlbuilder.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/etree/ElementInclude.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/etree/ElementInclude.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/etree/ElementPath.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/etree/ElementPath.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/etree/ElementTree.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/etree/ElementTree.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/etree/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/etree/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/etree/cElementTree.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/etree/cElementTree.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/parsers/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/parsers/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/parsers/expat.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/parsers/expat.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/sax/__init__.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/sax/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/sax/_exceptions.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/sax/_exceptions.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/sax/expatreader.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/sax/expatreader.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/sax/handler.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/sax/handler.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/sax/saxutils.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/sax/saxutils.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xml/sax/xmlreader.py =2D%%PYPYPREFIX%%/lib-python/2.7/xml/sax/xmlreader.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xmllib.py =2D%%PYPYPREFIX%%/lib-python/2.7/xmllib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/xmlrpclib.py =2D%%PYPYPREFIX%%/lib-python/2.7/xmlrpclib.pyc =2D%%PYPYPREFIX%%/lib-python/2.7/zipfile.py =2D%%PYPYPREFIX%%/lib-python/2.7/zipfile.pyc =2D%%PYPYPREFIX%%/lib-python/conftest.py =2D%%PYPYPREFIX%%/lib-python/conftest.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/UserDict.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/UserDict.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/_threading_local.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/_threading_local.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/_endian.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/_endian.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/macholib/README.ctypes =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/macholib/__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/macholib/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/macholib/dyld.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/macholib/dyld.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/macholib/dylib.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/macholib/dylib.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/macholib/fetch_macholib =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/macholib/fetch_macholib.bat =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/macholib/framework.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/macholib/framework.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/runtests.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/runtests.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_anon.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_anon.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_array_in_pointer= =2Epy =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_array_in_pointer= =2Epyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_arrays.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_arrays.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_as_parameter.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_as_parameter.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_bitfields.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_bitfields.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_buffers.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_buffers.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_byteswap.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_byteswap.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_callbacks.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_callbacks.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_cast.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_cast.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_cfuncs.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_cfuncs.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_checkretval.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_checkretval.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_delattr.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_delattr.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_errcheck.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_errcheck.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_errno.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_errno.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_find.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_find.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_frombuffer.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_frombuffer.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_funcptr.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_funcptr.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_functions.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_functions.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_incomplete.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_incomplete.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_init.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_init.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_integers.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_integers.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_internals.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_internals.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_keeprefs.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_keeprefs.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_libc.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_libc.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_loading.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_loading.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_macholib.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_macholib.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_memfunctions.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_memfunctions.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_numbers.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_numbers.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_objects.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_objects.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_parameters.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_parameters.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_pep3118.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_pep3118.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_pickling.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_pickling.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_pointers.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_pointers.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_prototypes.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_prototypes.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_python_api.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_python_api.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_random_things.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_random_things.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_refcounts.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_refcounts.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_repr.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_repr.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_returnfuncptrs.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_returnfuncptrs.p= yc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_simplesubclasses= =2Epy =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_simplesubclasses= =2Epyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_sizes.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_sizes.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_slicing.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_slicing.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_stringptr.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_stringptr.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_strings.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_strings.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_struct_fields.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_struct_fields.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_structures.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_structures.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_unaligned_struct= ures.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_unaligned_struct= ures.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_unicode.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_unicode.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_values.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_values.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_varsize_struct.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_varsize_struct.p= yc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_win32.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test/test_win32.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/util.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/util.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/wintypes.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/wintypes.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/README =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/archive_util.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/archive_util.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/bcppcompiler.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/bcppcompiler.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/ccompiler.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/ccompiler.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/cmd.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/cmd.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/bdist.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/bdist.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/bdist_dumb.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/bdist_dumb.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/bdist_msi.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/bdist_msi.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/bdist_rpm.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/bdist_rpm.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/bdist_wininst.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/bdist_wininst.p= yc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/build.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/build.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/build_clib.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/build_clib.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/build_ext.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/build_ext.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/build_py.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/build_py.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/build_scripts.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/build_scripts.p= yc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/check.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/check.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/clean.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/clean.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/command_template =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/config.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/config.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/install.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/install.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/install_data.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/install_data.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/install_egg_inf= o.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/install_egg_inf= o.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/install_headers= =2Epy =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/install_headers= =2Epyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/install_lib.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/install_lib.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/install_scripts= =2Epy =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/install_scripts= =2Epyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/register.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/register.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/sdist.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/sdist.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/upload.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/upload.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/wininst-6.0.exe =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/wininst-7.1.exe =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/wininst-8.0.exe =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/wininst-9.0-amd= 64.exe =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command/wininst-9.0.exe =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/config.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/config.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/core.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/core.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/cygwinccompiler.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/cygwinccompiler.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/debug.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/debug.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/dep_util.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/dep_util.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/dir_util.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/dir_util.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/dist.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/dist.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/emxccompiler.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/emxccompiler.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/errors.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/errors.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/extension.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/extension.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/fancy_getopt.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/fancy_getopt.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/file_util.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/file_util.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/filelist.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/filelist.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/log.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/log.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/msvc9compiler.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/msvc9compiler.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/msvccompiler.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/msvccompiler.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/spawn.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/spawn.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/sysconfig.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/sysconfig.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/sysconfig_cpython.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/sysconfig_cpython.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/sysconfig_pypy.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/sysconfig_pypy.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/Setup.sample =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/setuptools_build_= ext.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/setuptools_build_= ext.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/setuptools_extens= ion.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/setuptools_extens= ion.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/support.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/support.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_archive_util= =2Epy =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_archive_util= =2Epyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_bdist.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_bdist.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_bdist_dumb.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_bdist_dumb.p= yc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_bdist_msi.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_bdist_msi.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_bdist_rpm.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_bdist_rpm.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_bdist_winins= t.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_bdist_winins= t.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_build.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_build.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_build_clib.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_build_clib.p= yc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_build_ext.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_build_ext.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_build_py.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_build_py.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_build_script= s.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_build_script= s.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_ccompiler.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_ccompiler.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_check.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_check.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_clean.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_clean.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_cmd.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_cmd.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_config.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_config.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_config_cmd.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_config_cmd.p= yc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_core.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_core.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_dep_util.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_dep_util.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_dir_util.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_dir_util.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_dist.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_dist.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_file_util.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_file_util.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_filelist.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_filelist.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_install.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_install.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_install_data= =2Epy =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_install_data= =2Epyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_install_head= ers.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_install_head= ers.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_install_lib.= py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_install_lib.= pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_install_scri= pts.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_install_scri= pts.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_msvc9compile= r.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_msvc9compile= r.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_register.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_register.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_sdist.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_sdist.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_spawn.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_spawn.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_sysconfig.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_sysconfig.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_text_file.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_text_file.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_unixccompile= r.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_unixccompile= r.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_upload.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_upload.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_util.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_util.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_version.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_version.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_versionpredi= cate.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests/test_versionpredi= cate.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/text_file.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/text_file.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/unixccompiler.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/unixccompiler.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/util.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/util.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/version.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/version.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/versionpredicate.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/distutils/versionpredicate.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/heapq.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/heapq.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/httplib.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/httplib.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/AutoComplete.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/AutoComplete.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/AutoCompleteWindow.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/AutoCompleteWindow.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/AutoExpand.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/AutoExpand.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/Bindings.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/Bindings.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/CREDITS.txt =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/CallTipWindow.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/CallTipWindow.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/CallTips.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/CallTips.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ChangeLog =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ClassBrowser.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ClassBrowser.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/CodeContext.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/CodeContext.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ColorDelegator.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ColorDelegator.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/Debugger.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/Debugger.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/Delegator.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/Delegator.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/EditorWindow.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/EditorWindow.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/FileList.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/FileList.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/FormatParagraph.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/FormatParagraph.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/GrepDialog.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/GrepDialog.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/HISTORY.txt =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/HyperParser.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/HyperParser.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/IOBinding.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/IOBinding.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/Icons/folder.gif =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/Icons/idle.icns =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/Icons/minusnode.gif =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/Icons/openfolder.gif =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/Icons/plusnode.gif =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/Icons/python.gif =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/Icons/tk.gif =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/IdleHistory.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/IdleHistory.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/MultiCall.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/MultiCall.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/MultiStatusBar.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/MultiStatusBar.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/NEWS.txt =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ObjectBrowser.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ObjectBrowser.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/OutputWindow.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/OutputWindow.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ParenMatch.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ParenMatch.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/PathBrowser.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/PathBrowser.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/Percolator.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/Percolator.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/PyParse.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/PyParse.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/PyShell.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/PyShell.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/README.txt =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/RemoteDebugger.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/RemoteDebugger.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/RemoteObjectBrowser.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/RemoteObjectBrowser.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ReplaceDialog.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ReplaceDialog.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/RstripExtension.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/RstripExtension.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ScriptBinding.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ScriptBinding.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ScrolledList.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ScrolledList.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/SearchDialog.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/SearchDialog.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/SearchDialogBase.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/SearchDialogBase.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/SearchEngine.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/SearchEngine.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/StackViewer.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/StackViewer.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/TODO.txt =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ToolTip.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ToolTip.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/TreeWidget.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/TreeWidget.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/UndoDelegator.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/UndoDelegator.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/WidgetRedirector.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/WidgetRedirector.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/WindowList.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/WindowList.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ZoomHeight.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/ZoomHeight.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/aboutDialog.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/aboutDialog.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/config-extensions.def =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/config-highlight.def =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/config-keys.def =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/config-main.def =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/configDialog.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/configDialog.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/configHandler.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/configHandler.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/configHelpSourceEdit.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/configHelpSourceEdit.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/configSectionNameDialog.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/configSectionNameDialog.p= yc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/dynOptionMenuWidget.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/dynOptionMenuWidget.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/extend.txt =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/help.txt =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/idle.bat =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/idle.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/idle.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/idle.pyw =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/idlever.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/idlever.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/keybindingDialog.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/keybindingDialog.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/macosxSupport.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/macosxSupport.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/rpc.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/rpc.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/run.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/run.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/tabbedpages.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/tabbedpages.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/testcode.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/testcode.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/textView.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/textView.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/inspect.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/inspect.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/decoder.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/decoder.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/encoder.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/encoder.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/scanner.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/scanner.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_check_circular.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_check_circular.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_decode.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_decode.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_default.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_default.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_dump.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_dump.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_encode_basestring= _ascii.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_encode_basestring= _ascii.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_fail.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_fail.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_float.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_float.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_indent.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_indent.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_pass1.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_pass1.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_pass2.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_pass2.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_pass3.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_pass3.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_recursion.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_recursion.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_scanstring.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_scanstring.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_separators.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_separators.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_speedups.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_speedups.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_unicode.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tests/test_unicode.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tool.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/json/tool.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/Grammar.txt =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/PatternGrammar.txt =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/btm_matcher.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/btm_matcher.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/btm_utils.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/btm_utils.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixer_base.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixer_base.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixer_util.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixer_util.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_apply.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_apply.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_basestring.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_basestring.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_buffer.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_buffer.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_callable.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_callable.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_dict.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_dict.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_except.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_except.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_exec.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_exec.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_execfile.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_execfile.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_exitfunc.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_exitfunc.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_filter.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_filter.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_funcattrs.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_funcattrs.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_future.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_future.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_getcwdu.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_getcwdu.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_has_key.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_has_key.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_idioms.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_idioms.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_import.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_import.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_imports.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_imports.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_imports2.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_imports2.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_input.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_input.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_intern.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_intern.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_isinstance.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_isinstance.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_itertools.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_itertools.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_itertools_impor= ts.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_itertools_impor= ts.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_long.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_long.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_map.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_map.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_metaclass.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_metaclass.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_methodattrs.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_methodattrs.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_ne.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_ne.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_next.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_next.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_nonzero.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_nonzero.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_numliterals.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_numliterals.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_operator.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_operator.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_paren.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_paren.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_print.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_print.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_raise.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_raise.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_raw_input.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_raw_input.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_reduce.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_reduce.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_renames.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_renames.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_repr.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_repr.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_set_literal.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_set_literal.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_standarderror.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_standarderror.p= yc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_sys_exc.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_sys_exc.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_throw.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_throw.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_tuple_params.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_tuple_params.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_types.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_types.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_unicode.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_unicode.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_urllib.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_urllib.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_ws_comma.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_ws_comma.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_xrange.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_xrange.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_xreadlines.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_xreadlines.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_zip.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes/fix_zip.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/main.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/main.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/patcomp.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/patcomp.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2/__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2/conv.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2/conv.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2/driver.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2/driver.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2/grammar.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2/grammar.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2/literals.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2/literals.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2/parse.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2/parse.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2/pgen.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2/pgen.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2/token.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2/token.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2/tokenize.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2/tokenize.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pygram.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pygram.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pytree.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pytree.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/refactor.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/refactor.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/README =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/bom.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/bom.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/crlf.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/crlf.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/different_enco= ding.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/different_enco= ding.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/bad_ord= er.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/bad_ord= er.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/myfixes= /__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/myfixes= /__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/myfixes= /fix_explicit.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/myfixes= /fix_explicit.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/myfixes= /fix_first.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/myfixes= /fix_first.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/myfixes= /fix_last.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/myfixes= /fix_last.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/myfixes= /fix_parrot.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/myfixes= /fix_parrot.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/myfixes= /fix_preorder.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/myfixes= /fix_preorder.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/no_fixe= r_cls.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/no_fixe= r_cls.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/parrot_= example.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/parrot_= example.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/infinite_recur= sion.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/infinite_recur= sion.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/py2_test_gramm= ar.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/py2_test_gramm= ar.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/py3_test_gramm= ar.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/pytree_idempotency.= py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/pytree_idempotency.= pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/support.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/support.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/test_all_fixers.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/test_all_fixers.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/test_fixers.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/test_fixers.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/test_main.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/test_main.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/test_parser.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/test_parser.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/test_pytree.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/test_pytree.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/test_refactor.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/test_refactor.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/test_util.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/test_util.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/connection.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/connection.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/dummy/__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/dummy/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/dummy/connection.= py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/dummy/connection.= pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/forking.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/forking.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/heap.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/heap.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/managers.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/managers.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/pool.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/pool.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/process.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/process.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/queues.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/queues.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/reduction.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/reduction.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/sharedctypes.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/sharedctypes.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/synchronize.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/synchronize.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/util.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/util.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/opcode.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/opcode.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/pickle.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/pickle.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/pkgutil.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/pkgutil.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/pprint.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/pprint.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/pydoc.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/pydoc.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/random.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/random.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/site.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/site.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/socket.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/socket.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/dbapi2.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/dbapi2.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/dump.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/dump.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/dbapi.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/dbapi.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/dump.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/dump.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/factory.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/factory.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/hooks.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/hooks.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/py25tests.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/py25tests.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/regression.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/regression.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/transactions.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/transactions.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/types.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/types.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/userfunctions.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test/userfunctions.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ssl.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/ssl.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/subprocess.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/subprocess.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sysconfig.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/sysconfig.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/tarfile.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/tarfile.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/__init__.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/__init__.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/list_tests.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/list_tests.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/mapping_tests.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/mapping_tests.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/pickletester.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/pickletester.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/pyclbr_input.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/pyclbr_input.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/regrtest.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/regrtest.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/seq_tests.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/seq_tests.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/string_tests.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/string_tests.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_abstract_numbers.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_abstract_numbers.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_aifc.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_aifc.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_argparse.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_argparse.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_array.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_array.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_ascii_formatd.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_ascii_formatd.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_ast.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_ast.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_asyncore.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_asyncore.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_builtin.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_builtin.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_bytes.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_bytes.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_bz2.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_bz2.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_cmd_line_script.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_cmd_line_script.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_code.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_code.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_codeop.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_codeop.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_coercion.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_coercion.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_compile.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_compile.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_copy.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_copy.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_cpickle.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_cpickle.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_csv.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_csv.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_deque.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_deque.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_descr.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_descr.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_descrtut.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_descrtut.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_dict.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_dict.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_doctest.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_doctest.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_doctest.txt =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_doctest2.txt =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_doctest3.txt =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_doctest4.txt =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_dumbdbm.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_dumbdbm.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_extcall.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_extcall.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_fcntl.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_fcntl.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_file.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_file.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_file2k.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_file2k.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_fileio.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_fileio.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_format.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_format.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_funcattrs.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_funcattrs.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_functools.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_functools.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_generators.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_generators.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_genexps.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_genexps.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_heapq.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_heapq.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_import.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_import.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_inspect.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_inspect.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_int.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_int.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_io.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_io.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_isinstance.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_isinstance.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_itertools.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_itertools.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_linecache.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_linecache.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_list.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_list.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_long.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_long.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_marshal.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_marshal.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_memoryio.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_memoryio.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_memoryview.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_memoryview.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_mmap.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_mmap.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_module.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_module.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_multibytecodec.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_multibytecodec.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_multibytecodec_support.= py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_multibytecodec_support.= pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_multiprocessing.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_multiprocessing.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_mutants.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_mutants.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_optparse.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_optparse.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_peepholer.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_peepholer.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_pprint.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_pprint.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_pyclbr.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_pyclbr.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_pydoc.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_pydoc.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_pyexpat.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_pyexpat.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_repr.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_repr.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_rlcompleter.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_rlcompleter.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_runpy.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_runpy.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_scope.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_scope.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_set.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_set.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_sets.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_sets.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_site.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_site.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_socket.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_socket.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_sort.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_sort.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_ssl.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_ssl.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_str.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_str.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_struct.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_struct.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_subprocess.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_subprocess.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_support.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_support.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_syntax.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_syntax.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_sys.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_sys.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_sys_settrace.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_sys_settrace.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_sysconfig.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_sysconfig.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_tarfile.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_tarfile.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_telnetlib.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_telnetlib.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_tempfile.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_tempfile.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_thread.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_thread.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_threading.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_threading.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_threading_local.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_threading_local.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_traceback.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_traceback.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_types.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_types.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_unicode.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_unicode.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_unicodedata.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_unicodedata.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_unpack.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_unpack.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_urllib2.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_urllib2.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_warnings.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_warnings.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_weakref.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_weakref.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_weakset.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_weakset.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_xml_etree.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_xml_etree.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_xmlrpc.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_xmlrpc.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_xpickle.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_xpickle.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_zlib.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_zlib.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/tf_inherit_check.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/test/tf_inherit_check.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/trace.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/trace.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/urllib2.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/urllib2.pyc =2D%%PYPYPREFIX%%/lib-python/modified-2.7/uuid.py =2D%%PYPYPREFIX%%/lib-python/modified-2.7/uuid.pyc =2D%%PYPYPREFIX%%/lib-python/stdlib-version.txt =2D%%PYPYPREFIX%%/lib-python/win32-failures.txt =2D%%PYPYPREFIX%%/lib_pypy/PyQt4.py =2D%%PYPYPREFIX%%/lib_pypy/PyQt4.pyc =2D%%PYPYPREFIX%%/lib_pypy/__init__.py =2D%%PYPYPREFIX%%/lib_pypy/__init__.pyc =2D%%PYPYPREFIX%%/lib_pypy/_codecs_cn.py =2D%%PYPYPREFIX%%/lib_pypy/_codecs_cn.pyc =2D%%PYPYPREFIX%%/lib_pypy/_codecs_hk.py =2D%%PYPYPREFIX%%/lib_pypy/_codecs_hk.pyc =2D%%PYPYPREFIX%%/lib_pypy/_codecs_iso2022.py =2D%%PYPYPREFIX%%/lib_pypy/_codecs_iso2022.pyc =2D%%PYPYPREFIX%%/lib_pypy/_codecs_jp.py =2D%%PYPYPREFIX%%/lib_pypy/_codecs_jp.pyc =2D%%PYPYPREFIX%%/lib_pypy/_codecs_kr.py =2D%%PYPYPREFIX%%/lib_pypy/_codecs_kr.pyc =2D%%PYPYPREFIX%%/lib_pypy/_codecs_tw.py =2D%%PYPYPREFIX%%/lib_pypy/_codecs_tw.pyc =2D%%PYPYPREFIX%%/lib_pypy/_collections.py =2D%%PYPYPREFIX%%/lib_pypy/_collections.pyc =2D%%PYPYPREFIX%%/lib_pypy/_csv.py =2D%%PYPYPREFIX%%/lib_pypy/_csv.pyc =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/__init__.py =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/__init__.pyc =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/array.py =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/array.pyc =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/basics.py =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/basics.pyc =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/builtin.py =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/builtin.pyc =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/dll.py =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/dll.pyc =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/dummy.py =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/dummy.pyc =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/function.py =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/function.pyc =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/keepalive.txt =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/pointer.py =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/pointer.pyc =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/primitive.py =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/primitive.pyc =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/structure.py =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/structure.pyc =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/union.py =2D%%PYPYPREFIX%%/lib_pypy/_ctypes/union.pyc =2D%%PYPYPREFIX%%/lib_pypy/_ctypes_test.c =2D%%PYPYPREFIX%%/lib_pypy/_ctypes_test.py =2D%%PYPYPREFIX%%/lib_pypy/_ctypes_test.pyc =2D%%PYPYPREFIX%%/lib_pypy/_elementtree.py =2D%%PYPYPREFIX%%/lib_pypy/_elementtree.pyc =2D%%PYPYPREFIX%%/lib_pypy/_functools.py =2D%%PYPYPREFIX%%/lib_pypy/_functools.pyc =2D%%PYPYPREFIX%%/lib_pypy/_locale.py =2D%%PYPYPREFIX%%/lib_pypy/_locale.pyc =2D%%PYPYPREFIX%%/lib_pypy/_marshal.py =2D%%PYPYPREFIX%%/lib_pypy/_marshal.pyc =2D%%PYPYPREFIX%%/lib_pypy/_md5.py =2D%%PYPYPREFIX%%/lib_pypy/_md5.pyc =2D%%PYPYPREFIX%%/lib_pypy/_minimal_curses.py =2D%%PYPYPREFIX%%/lib_pypy/_minimal_curses.pyc =2D%%PYPYPREFIX%%/lib_pypy/_pypy_interact.py =2D%%PYPYPREFIX%%/lib_pypy/_pypy_interact.pyc =2D%%PYPYPREFIX%%/lib_pypy/_pypy_irc_topic.py =2D%%PYPYPREFIX%%/lib_pypy/_pypy_irc_topic.pyc =2D%%PYPYPREFIX%%/lib_pypy/_pypy_wait.py =2D%%PYPYPREFIX%%/lib_pypy/_pypy_wait.pyc =2D%%PYPYPREFIX%%/lib_pypy/_rpyc_support.py =2D%%PYPYPREFIX%%/lib_pypy/_rpyc_support.pyc =2D%%PYPYPREFIX%%/lib_pypy/_scproxy.py =2D%%PYPYPREFIX%%/lib_pypy/_scproxy.pyc =2D%%PYPYPREFIX%%/lib_pypy/_sha.py =2D%%PYPYPREFIX%%/lib_pypy/_sha.pyc =2D%%PYPYPREFIX%%/lib_pypy/_sha256.py =2D%%PYPYPREFIX%%/lib_pypy/_sha256.pyc =2D%%PYPYPREFIX%%/lib_pypy/_sha512.py =2D%%PYPYPREFIX%%/lib_pypy/_sha512.pyc =2D%%PYPYPREFIX%%/lib_pypy/_sqlite3.py =2D%%PYPYPREFIX%%/lib_pypy/_sqlite3.pyc =2D%%PYPYPREFIX%%/lib_pypy/_structseq.py =2D%%PYPYPREFIX%%/lib_pypy/_structseq.pyc =2D%%PYPYPREFIX%%/lib_pypy/_subprocess.py =2D%%PYPYPREFIX%%/lib_pypy/_subprocess.pyc =2D%%PYPYPREFIX%%/lib_pypy/_testcapi.py =2D%%PYPYPREFIX%%/lib_pypy/_testcapi.pyc =2D%%PYPYPREFIX%%/lib_pypy/_testcapimodule.c =2D%%PYPYPREFIX%%/lib_pypy/array.py =2D%%PYPYPREFIX%%/lib_pypy/array.pyc =2D%%PYPYPREFIX%%/lib_pypy/binascii.py =2D%%PYPYPREFIX%%/lib_pypy/binascii.pyc =2D%%PYPYPREFIX%%/lib_pypy/cPickle.py =2D%%PYPYPREFIX%%/lib_pypy/cPickle.pyc =2D%%PYPYPREFIX%%/lib_pypy/cStringIO.py =2D%%PYPYPREFIX%%/lib_pypy/cStringIO.pyc =2D%%PYPYPREFIX%%/lib_pypy/conftest.py =2D%%PYPYPREFIX%%/lib_pypy/conftest.pyc =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/__init__.py =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/__init__.pyc =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/_locale_%%PYPY_ARCH%%_.py =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/_locale_%%PYPY_ARCH%%_.pyc =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/_locale_cache.py =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/_locale_cache.pyc =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/_pyexpat_%%PYPY_ARCH%%_.py =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/_pyexpat_%%PYPY_ARCH%%_.pyc =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/_pyexpat_cache.py =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/_pyexpat_cache.pyc =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/_resource_%%PYPY_ARCH%%_.py =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/_resource_%%PYPY_ARCH%%_.pyc =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/_resource_cache.py =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/_resource_cache.pyc =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/_syslog_%%PYPY_ARCH%%_.py =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/_syslog_%%PYPY_ARCH%%_.pyc =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/_syslog_cache.py =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/_syslog_cache.pyc =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/autopath.py =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/autopath.pyc =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/dumpcache.py =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/dumpcache.pyc =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/locale.ctc.py =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/locale.ctc.pyc =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/pyexpat.ctc.py =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/pyexpat.ctc.pyc =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/rebuild.py =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/rebuild.pyc =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/resource.ctc.py =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/resource.ctc.pyc =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/syslog.ctc.py =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/syslog.ctc.pyc =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/test/test_cache.py =2D%%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/test/test_cache.pyc =2D%%PYPYPREFIX%%/lib_pypy/ctypes_support.py =2D%%PYPYPREFIX%%/lib_pypy/ctypes_support.pyc =2D%%PYPYPREFIX%%/lib_pypy/datetime.py =2D%%PYPYPREFIX%%/lib_pypy/datetime.pyc =2D%%PYPYPREFIX%%/lib_pypy/dbm.py =2D%%PYPYPREFIX%%/lib_pypy/dbm.pyc =2D%%PYPYPREFIX%%/lib_pypy/disassembler.py =2D%%PYPYPREFIX%%/lib_pypy/disassembler.pyc =2D%%PYPYPREFIX%%/lib_pypy/distributed/__init__.py =2D%%PYPYPREFIX%%/lib_pypy/distributed/__init__.pyc =2D%%PYPYPREFIX%%/lib_pypy/distributed/demo/sockdemo.py =2D%%PYPYPREFIX%%/lib_pypy/distributed/demo/sockdemo.pyc =2D%%PYPYPREFIX%%/lib_pypy/distributed/faker.py =2D%%PYPYPREFIX%%/lib_pypy/distributed/faker.pyc =2D%%PYPYPREFIX%%/lib_pypy/distributed/objkeeper.py =2D%%PYPYPREFIX%%/lib_pypy/distributed/objkeeper.pyc =2D%%PYPYPREFIX%%/lib_pypy/distributed/protocol.py =2D%%PYPYPREFIX%%/lib_pypy/distributed/protocol.pyc =2D%%PYPYPREFIX%%/lib_pypy/distributed/socklayer.py =2D%%PYPYPREFIX%%/lib_pypy/distributed/socklayer.pyc =2D%%PYPYPREFIX%%/lib_pypy/distributed/support.py =2D%%PYPYPREFIX%%/lib_pypy/distributed/support.pyc =2D%%PYPYPREFIX%%/lib_pypy/distributed/test/__init__.py =2D%%PYPYPREFIX%%/lib_pypy/distributed/test/__init__.pyc =2D%%PYPYPREFIX%%/lib_pypy/distributed/test/test_distributed.py =2D%%PYPYPREFIX%%/lib_pypy/distributed/test/test_distributed.pyc =2D%%PYPYPREFIX%%/lib_pypy/distributed/test/test_greensock.py =2D%%PYPYPREFIX%%/lib_pypy/distributed/test/test_greensock.pyc =2D%%PYPYPREFIX%%/lib_pypy/distributed/test/test_socklayer.py =2D%%PYPYPREFIX%%/lib_pypy/distributed/test/test_socklayer.pyc =2D%%PYPYPREFIX%%/lib_pypy/future_builtins.py =2D%%PYPYPREFIX%%/lib_pypy/future_builtins.pyc =2D%%PYPYPREFIX%%/lib_pypy/greenlet.py =2D%%PYPYPREFIX%%/lib_pypy/greenlet.pyc =2D%%PYPYPREFIX%%/lib_pypy/grp.py =2D%%PYPYPREFIX%%/lib_pypy/grp.pyc =2D%%PYPYPREFIX%%/lib_pypy/identity_dict.py =2D%%PYPYPREFIX%%/lib_pypy/identity_dict.pyc =2D%%PYPYPREFIX%%/lib_pypy/itertools.py =2D%%PYPYPREFIX%%/lib_pypy/itertools.pyc =2D%%PYPYPREFIX%%/lib_pypy/marshal.py =2D%%PYPYPREFIX%%/lib_pypy/marshal.pyc =2D%%PYPYPREFIX%%/lib_pypy/msvcrt.py =2D%%PYPYPREFIX%%/lib_pypy/msvcrt.pyc =2D%%PYPYPREFIX%%/lib_pypy/numpy.py =2D%%PYPYPREFIX%%/lib_pypy/numpy.pyc =2D%%PYPYPREFIX%%/lib_pypy/numpypy/__init__.py =2D%%PYPYPREFIX%%/lib_pypy/numpypy/__init__.pyc =2D%%PYPYPREFIX%%/lib_pypy/numpypy/core/__init__.py =2D%%PYPYPREFIX%%/lib_pypy/numpypy/core/__init__.pyc =2D%%PYPYPREFIX%%/lib_pypy/numpypy/core/_methods.py =2D%%PYPYPREFIX%%/lib_pypy/numpypy/core/_methods.pyc =2D%%PYPYPREFIX%%/lib_pypy/numpypy/core/arrayprint.py =2D%%PYPYPREFIX%%/lib_pypy/numpypy/core/arrayprint.pyc =2D%%PYPYPREFIX%%/lib_pypy/numpypy/core/fromnumeric.py =2D%%PYPYPREFIX%%/lib_pypy/numpypy/core/fromnumeric.pyc =2D%%PYPYPREFIX%%/lib_pypy/numpypy/core/numeric.py =2D%%PYPYPREFIX%%/lib_pypy/numpypy/core/numeric.pyc =2D%%PYPYPREFIX%%/lib_pypy/pwd.py =2D%%PYPYPREFIX%%/lib_pypy/pwd.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyexpat.py =2D%%PYPYPREFIX%%/lib_pypy/pyexpat.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/__init__.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/__init__.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/hack___pypy__.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/hack___pypy__.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/inprogress_test_binascii_extra.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/inprogress_test_binascii_extra.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/no_test_pickle_extra.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/no_test_pickle_extra.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_binascii.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_binascii.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_collections.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_collections.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_coroutine.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_coroutine.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_ctypes_support.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_ctypes_support.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_datetime.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_datetime.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_dbm_extra.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_dbm_extra.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_defaultdict.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_defaultdict.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_deque_extra.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_deque_extra.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_exception_extra.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_exception_extra.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_grp_extra.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_grp_extra.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_itertools.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_itertools.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_locale.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_locale.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_marshal_extra.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_marshal_extra.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_md5_extra.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_md5_extra.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_os_wait.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_os_wait.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_pickle_extra.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_pickle_extra.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_pyexpat.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_pyexpat.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_resource.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_resource.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_sha_extra.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_sha_extra.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_stackless.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_stackless.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_stackless_pickling.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_stackless_pickling.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_struct_extra.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_struct_extra.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_structseq.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_structseq.pyc =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_syslog.py =2D%%PYPYPREFIX%%/lib_pypy/pypy_test/test_syslog.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/__init__.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/__init__.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/cmdrepl.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/cmdrepl.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/commands.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/commands.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/completer.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/completer.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/completing_reader.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/completing_reader.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/console.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/console.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/copy_code.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/copy_code.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/curses.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/curses.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/fancy_termios.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/fancy_termios.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/historical_reader.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/historical_reader.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/input.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/input.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/keymap.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/keymap.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/keymaps.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/keymaps.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/module_lister.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/module_lister.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/pygame_console.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/pygame_console.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/pygame_keymap.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/pygame_keymap.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/python_reader.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/python_reader.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/reader.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/reader.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/readline.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/readline.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/simple_interact.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/simple_interact.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/test/test_functional.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/test/test_functional.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/tests/__init__.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/tests/__init__.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/tests/basic.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/tests/basic.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/tests/bugs.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/tests/bugs.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/tests/infrastructure.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/tests/infrastructure.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/tests/wishes.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/tests/wishes.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/unicodedata_.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/unicodedata_.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/unix_console.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/unix_console.pyc =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/unix_eventqueue.py =2D%%PYPYPREFIX%%/lib_pypy/pyrepl/unix_eventqueue.pyc =2D%%PYPYPREFIX%%/lib_pypy/readline.py =2D%%PYPYPREFIX%%/lib_pypy/readline.pyc =2D%%PYPYPREFIX%%/lib_pypy/resource.py =2D%%PYPYPREFIX%%/lib_pypy/resource.pyc =2D%%PYPYPREFIX%%/lib_pypy/sip.py =2D%%PYPYPREFIX%%/lib_pypy/sip.pyc =2D%%PYPYPREFIX%%/lib_pypy/stackless.py =2D%%PYPYPREFIX%%/lib_pypy/stackless.pyc =2D%%PYPYPREFIX%%/lib_pypy/struct.py =2D%%PYPYPREFIX%%/lib_pypy/struct.pyc =2D%%PYPYPREFIX%%/lib_pypy/syslog.py =2D%%PYPYPREFIX%%/lib_pypy/syslog.pyc =2D%%PYPYPREFIX%%/lib_pypy/testcapi_long.h =2D%%PYPYPREFIX%%/lib_pypy/tputil.py =2D%%PYPYPREFIX%%/lib_pypy/tputil.pyc =2D%%PYPYPREFIX%%/site-packages/README =2D@dirrm %%PYPYPREFIX%%/site-packages =2D@dirrm %%PYPYPREFIX%%/lib_pypy/pyrepl/tests =2D@dirrm %%PYPYPREFIX%%/lib_pypy/pyrepl/test =2D@dirrm %%PYPYPREFIX%%/lib_pypy/pyrepl =2D@dirrm %%PYPYPREFIX%%/lib_pypy/pypy_test =2D@dirrm %%PYPYPREFIX%%/lib_pypy/numpypy/core =2D@dirrm %%PYPYPREFIX%%/lib_pypy/numpypy =2D@dirrm %%PYPYPREFIX%%/lib_pypy/distributed/test =2D@dirrm %%PYPYPREFIX%%/lib_pypy/distributed/demo =2D@dirrm %%PYPYPREFIX%%/lib_pypy/distributed =2D@dirrm %%PYPYPREFIX%%/lib_pypy/ctypes_config_cache/test =2D@dirrm %%PYPYPREFIX%%/lib_pypy/ctypes_config_cache =2D@dirrm %%PYPYPREFIX%%/lib_pypy/_ctypes =2D@dirrm %%PYPYPREFIX%%/lib_pypy =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/test =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3/test =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/sqlite3 =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing/dummy =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/multiprocessing =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers/= myfixes =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data/fixers =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests/data =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/tests =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/pgen2 =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3/fixes =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/lib2to3 =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/json/tests =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/json =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/Icons =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/idlelib =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/distutils =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/test =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/ctypes/macholib =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/ctypes =2D@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/xml/sax =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/xml/parsers =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/xml/etree =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/xml/dom =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/xml =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/wsgiref =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/unittest/test =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/unittest =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/test/xmltestdata =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/test/tracedmodules =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/test/subprocessdata =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/test/leakers =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/test/data =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/test/crashers =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/test =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/sqlite3/test =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/sqlite3 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/site-packages =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/pydoc_data =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-unixware7 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-sunos5 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-riscos =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-os2emx =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-next3 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-netbsd1 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/_builti= nSuites =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Terminal =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/SystemE= vents =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuit= es =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Finder =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWar= rior =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-mac/lib-scriptpackages =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-mac/Carbon =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-mac =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-linux2 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-irix6 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-irix5 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-generic =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-freebsd8 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-freebsd7 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-freebsd6 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-freebsd5 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-freebsd4 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-darwin =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-beos5 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-atheos =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-aix4 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/plat-aix3 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/multiprocessing/dummy =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/multiprocessing =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/msilib =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/logging =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers/myfixes =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data/fixers =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests/data =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/lib2to3/tests =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/lib2to3/pgen2 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/lib2to3/fixes =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/lib2to3 =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_ttk =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/lib-tk/test/test_tkinter =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/lib-tk/test =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/lib-tk =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/json/tests =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/json =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/importlib =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/idlelib/Icons =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/idlelib =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/hotshot =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/encodings =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/email/test/data =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/email/test =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/email/mime =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/email =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/distutils/tests =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/distutils/command =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/distutils =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/curses =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/ctypes/test =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/ctypes/macholib =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/ctypes =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/compiler =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/bsddb/test =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7/bsddb =2D@dirrm %%PYPYPREFIX%%/lib-python/2.7 =2D@dirrm %%PYPYPREFIX%%/lib-python =2D@dirrm %%PYPYPREFIX%%/include =2D@dirrm %%PYPYPREFIX%%/bin =2D@dirrm %%PYPYPREFIX%% +%%PYPY_INCLUDEDIR%%/Python.h +%%PYPY_INCLUDEDIR%%/README +%%PYPY_INCLUDEDIR%%/abstract.h +%%PYPY_INCLUDEDIR%%/boolobject.h +%%PYPY_INCLUDEDIR%%/bufferobject.h +%%PYPY_INCLUDEDIR%%/bytesobject.h +%%PYPY_INCLUDEDIR%%/code.h +%%PYPY_INCLUDEDIR%%/compile.h +%%PYPY_INCLUDEDIR%%/complexobject.h +%%PYPY_INCLUDEDIR%%/datetime.h +%%PYPY_INCLUDEDIR%%/descrobject.h +%%PYPY_INCLUDEDIR%%/dictobject.h +%%PYPY_INCLUDEDIR%%/eval.h +%%PYPY_INCLUDEDIR%%/fileobject.h +%%PYPY_INCLUDEDIR%%/floatobject.h +%%PYPY_INCLUDEDIR%%/frameobject.h +%%PYPY_INCLUDEDIR%%/funcobject.h +%%PYPY_INCLUDEDIR%%/import.h +%%PYPY_INCLUDEDIR%%/intobject.h +%%PYPY_INCLUDEDIR%%/listobject.h +%%PYPY_INCLUDEDIR%%/longintrepr.h +%%PYPY_INCLUDEDIR%%/methodobject.h +%%PYPY_INCLUDEDIR%%/modsupport.h +%%PYPY_INCLUDEDIR%%/object.h +%%PYPY_INCLUDEDIR%%/patchlevel.h +%%PYPY_INCLUDEDIR%%/pycapsule.h +%%PYPY_INCLUDEDIR%%/pycobject.h +%%PYPY_INCLUDEDIR%%/pyconfig.h +%%PYPY_INCLUDEDIR%%/pyerrors.h +%%PYPY_INCLUDEDIR%%/pymath.h +%%PYPY_INCLUDEDIR%%/pymem.h +%%PYPY_INCLUDEDIR%%/pyport.h +%%PYPY_INCLUDEDIR%%/pypy_decl.h +%%PYPY_INCLUDEDIR%%/pypy_macros.h +%%PYPY_INCLUDEDIR%%/pysignals.h +%%PYPY_INCLUDEDIR%%/pystate.h +%%PYPY_INCLUDEDIR%%/pythonrun.h +%%PYPY_INCLUDEDIR%%/pythread.h +%%PYPY_INCLUDEDIR%%/sliceobject.h +%%PYPY_INCLUDEDIR%%/stringobject.h +%%PYPY_INCLUDEDIR%%/structmember.h +%%PYPY_INCLUDEDIR%%/structseq.h +%%PYPY_INCLUDEDIR%%/sysmodule.h +%%PYPY_INCLUDEDIR%%/traceback.h +%%PYPY_INCLUDEDIR%%/tupleobject.h +%%PYPY_INCLUDEDIR%%/unicodeobject.h +%%PYPY_INCLUDEDIR%%/warnings.h +%%PYPY_LIBDIR%%/BaseHTTPServer.py +%%PYPY_LIBDIR%%/BaseHTTPServer.pyc +%%PYPY_LIBDIR%%/Bastion.py +%%PYPY_LIBDIR%%/Bastion.pyc +%%PYPY_LIBDIR%%/CGIHTTPServer.py +%%PYPY_LIBDIR%%/CGIHTTPServer.pyc +%%PYPY_LIBDIR%%/ConfigParser.py +%%PYPY_LIBDIR%%/ConfigParser.pyc +%%PYPY_LIBDIR%%/Cookie.py +%%PYPY_LIBDIR%%/Cookie.pyc +%%PYPY_LIBDIR%%/DocXMLRPCServer.py +%%PYPY_LIBDIR%%/DocXMLRPCServer.pyc +%%PYPY_LIBDIR%%/HTMLParser.py +%%PYPY_LIBDIR%%/HTMLParser.pyc +%%PYPY_LIBDIR%%/MimeWriter.py +%%PYPY_LIBDIR%%/MimeWriter.pyc +%%PYPY_LIBDIR%%/Queue.py +%%PYPY_LIBDIR%%/Queue.pyc +%%PYPY_LIBDIR%%/SimpleHTTPServer.py +%%PYPY_LIBDIR%%/SimpleHTTPServer.pyc +%%PYPY_LIBDIR%%/SimpleXMLRPCServer.py +%%PYPY_LIBDIR%%/SimpleXMLRPCServer.pyc +%%PYPY_LIBDIR%%/SocketServer.py +%%PYPY_LIBDIR%%/SocketServer.pyc +%%PYPY_LIBDIR%%/StringIO.py +%%PYPY_LIBDIR%%/StringIO.pyc +%%PYPY_LIBDIR%%/UserDict.py +%%PYPY_LIBDIR%%/UserDict.pyc +%%PYPY_LIBDIR%%/UserList.py +%%PYPY_LIBDIR%%/UserList.pyc +%%PYPY_LIBDIR%%/UserString.py +%%PYPY_LIBDIR%%/UserString.pyc +%%PYPY_LIBDIR%%/_LWPCookieJar.py +%%PYPY_LIBDIR%%/_LWPCookieJar.pyc +%%PYPY_LIBDIR%%/_MozillaCookieJar.py +%%PYPY_LIBDIR%%/_MozillaCookieJar.pyc +%%PYPY_LIBDIR%%/__future__.py +%%PYPY_LIBDIR%%/__future__.pyc +%%PYPY_LIBDIR%%/__phello__.foo.py +%%PYPY_LIBDIR%%/__phello__.foo.pyc +%%PYPY_LIBDIR%%/_abcoll.py +%%PYPY_LIBDIR%%/_abcoll.pyc +%%PYPY_LIBDIR%%/_pyio.py +%%PYPY_LIBDIR%%/_pyio.pyc +%%PYPY_LIBDIR%%/_strptime.py +%%PYPY_LIBDIR%%/_strptime.pyc +%%PYPY_LIBDIR%%/_threading_local.py +%%PYPY_LIBDIR%%/_threading_local.pyc +%%PYPY_LIBDIR%%/_weakrefset.py +%%PYPY_LIBDIR%%/_weakrefset.pyc +%%PYPY_LIBDIR%%/abc.py +%%PYPY_LIBDIR%%/abc.pyc +%%PYPY_LIBDIR%%/aifc.py +%%PYPY_LIBDIR%%/aifc.pyc +%%PYPY_LIBDIR%%/antigravity.py +%%PYPY_LIBDIR%%/antigravity.pyc +%%PYPY_LIBDIR%%/anydbm.py +%%PYPY_LIBDIR%%/anydbm.pyc +%%PYPY_LIBDIR%%/argparse.py +%%PYPY_LIBDIR%%/argparse.pyc +%%PYPY_LIBDIR%%/ast.py +%%PYPY_LIBDIR%%/ast.pyc +%%PYPY_LIBDIR%%/asynchat.py +%%PYPY_LIBDIR%%/asynchat.pyc +%%PYPY_LIBDIR%%/asyncore.py +%%PYPY_LIBDIR%%/asyncore.pyc +%%PYPY_LIBDIR%%/atexit.py +%%PYPY_LIBDIR%%/atexit.pyc +%%PYPY_LIBDIR%%/audiodev.py +%%PYPY_LIBDIR%%/audiodev.pyc +%%PYPY_LIBDIR%%/base64.py +%%PYPY_LIBDIR%%/base64.pyc +%%PYPY_LIBDIR%%/bdb.py +%%PYPY_LIBDIR%%/bdb.pyc +%%PYPY_LIBDIR%%/binhex.py +%%PYPY_LIBDIR%%/binhex.pyc +%%PYPY_LIBDIR%%/bisect.py +%%PYPY_LIBDIR%%/bisect.pyc +%%PYPY_LIBDIR%%/bsddb/__init__.py +%%PYPY_LIBDIR%%/bsddb/__init__.pyc +%%PYPY_LIBDIR%%/bsddb/db.py +%%PYPY_LIBDIR%%/bsddb/db.pyc +%%PYPY_LIBDIR%%/bsddb/dbobj.py +%%PYPY_LIBDIR%%/bsddb/dbobj.pyc +%%PYPY_LIBDIR%%/bsddb/dbrecio.py +%%PYPY_LIBDIR%%/bsddb/dbrecio.pyc +%%PYPY_LIBDIR%%/bsddb/dbshelve.py +%%PYPY_LIBDIR%%/bsddb/dbshelve.pyc +%%PYPY_LIBDIR%%/bsddb/dbtables.py +%%PYPY_LIBDIR%%/bsddb/dbtables.pyc +%%PYPY_LIBDIR%%/bsddb/dbutils.py +%%PYPY_LIBDIR%%/bsddb/dbutils.pyc +%%PYPY_LIBDIR%%/bsddb/test/__init__.py +%%PYPY_LIBDIR%%/bsddb/test/__init__.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_all.py +%%PYPY_LIBDIR%%/bsddb/test/test_all.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_associate.py +%%PYPY_LIBDIR%%/bsddb/test/test_associate.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_basics.py +%%PYPY_LIBDIR%%/bsddb/test/test_basics.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_compare.py +%%PYPY_LIBDIR%%/bsddb/test/test_compare.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_compat.py +%%PYPY_LIBDIR%%/bsddb/test/test_compat.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_cursor_pget_bug.py +%%PYPY_LIBDIR%%/bsddb/test/test_cursor_pget_bug.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_db.py +%%PYPY_LIBDIR%%/bsddb/test/test_db.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_dbenv.py +%%PYPY_LIBDIR%%/bsddb/test/test_dbenv.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_dbobj.py +%%PYPY_LIBDIR%%/bsddb/test/test_dbobj.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_dbshelve.py +%%PYPY_LIBDIR%%/bsddb/test/test_dbshelve.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_dbtables.py +%%PYPY_LIBDIR%%/bsddb/test/test_dbtables.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_distributed_transactions.py +%%PYPY_LIBDIR%%/bsddb/test/test_distributed_transactions.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_early_close.py +%%PYPY_LIBDIR%%/bsddb/test/test_early_close.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_fileid.py +%%PYPY_LIBDIR%%/bsddb/test/test_fileid.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_get_none.py +%%PYPY_LIBDIR%%/bsddb/test/test_get_none.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_join.py +%%PYPY_LIBDIR%%/bsddb/test/test_join.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_lock.py +%%PYPY_LIBDIR%%/bsddb/test/test_lock.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_misc.py +%%PYPY_LIBDIR%%/bsddb/test/test_misc.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_pickle.py +%%PYPY_LIBDIR%%/bsddb/test/test_pickle.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_queue.py +%%PYPY_LIBDIR%%/bsddb/test/test_queue.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_recno.py +%%PYPY_LIBDIR%%/bsddb/test/test_recno.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_replication.py +%%PYPY_LIBDIR%%/bsddb/test/test_replication.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_sequence.py +%%PYPY_LIBDIR%%/bsddb/test/test_sequence.pyc +%%PYPY_LIBDIR%%/bsddb/test/test_thread.py +%%PYPY_LIBDIR%%/bsddb/test/test_thread.pyc +%%PYPY_LIBDIR%%/cProfile.py +%%PYPY_LIBDIR%%/cProfile.pyc +%%PYPY_LIBDIR%%/calendar.py +%%PYPY_LIBDIR%%/calendar.pyc +%%PYPY_LIBDIR%%/cgi.py +%%PYPY_LIBDIR%%/cgi.pyc +%%PYPY_LIBDIR%%/cgitb.py +%%PYPY_LIBDIR%%/cgitb.pyc +%%PYPY_LIBDIR%%/chunk.py +%%PYPY_LIBDIR%%/chunk.pyc +%%PYPY_LIBDIR%%/cmd.py +%%PYPY_LIBDIR%%/cmd.pyc +%%PYPY_LIBDIR%%/code.py +%%PYPY_LIBDIR%%/code.pyc +%%PYPY_LIBDIR%%/codecs.py +%%PYPY_LIBDIR%%/codecs.pyc +%%PYPY_LIBDIR%%/codeop.py +%%PYPY_LIBDIR%%/codeop.pyc +%%PYPY_LIBDIR%%/collections.py +%%PYPY_LIBDIR%%/collections.pyc +%%PYPY_LIBDIR%%/colorsys.py +%%PYPY_LIBDIR%%/colorsys.pyc +%%PYPY_LIBDIR%%/commands.py +%%PYPY_LIBDIR%%/commands.pyc +%%PYPY_LIBDIR%%/compileall.py +%%PYPY_LIBDIR%%/compileall.pyc +%%PYPY_LIBDIR%%/compiler/__init__.py +%%PYPY_LIBDIR%%/compiler/__init__.pyc +%%PYPY_LIBDIR%%/compiler/ast.py +%%PYPY_LIBDIR%%/compiler/ast.pyc +%%PYPY_LIBDIR%%/compiler/consts.py +%%PYPY_LIBDIR%%/compiler/consts.pyc +%%PYPY_LIBDIR%%/compiler/future.py +%%PYPY_LIBDIR%%/compiler/future.pyc +%%PYPY_LIBDIR%%/compiler/misc.py +%%PYPY_LIBDIR%%/compiler/misc.pyc +%%PYPY_LIBDIR%%/compiler/pyassem.py +%%PYPY_LIBDIR%%/compiler/pyassem.pyc +%%PYPY_LIBDIR%%/compiler/pycodegen.py +%%PYPY_LIBDIR%%/compiler/pycodegen.pyc +%%PYPY_LIBDIR%%/compiler/symbols.py +%%PYPY_LIBDIR%%/compiler/symbols.pyc +%%PYPY_LIBDIR%%/compiler/syntax.py +%%PYPY_LIBDIR%%/compiler/syntax.pyc +%%PYPY_LIBDIR%%/compiler/transformer.py +%%PYPY_LIBDIR%%/compiler/transformer.pyc +%%PYPY_LIBDIR%%/compiler/visitor.py +%%PYPY_LIBDIR%%/compiler/visitor.pyc +%%PYPY_LIBDIR%%/contextlib.py +%%PYPY_LIBDIR%%/contextlib.pyc +%%PYPY_LIBDIR%%/cookielib.py +%%PYPY_LIBDIR%%/cookielib.pyc +%%PYPY_LIBDIR%%/copy.py +%%PYPY_LIBDIR%%/copy.pyc +%%PYPY_LIBDIR%%/copy_reg.py +%%PYPY_LIBDIR%%/copy_reg.pyc +%%PYPY_LIBDIR%%/csv.py +%%PYPY_LIBDIR%%/csv.pyc +%%PYPY_LIBDIR%%/ctypes/__init__.py +%%PYPY_LIBDIR%%/ctypes/__init__.pyc +%%PYPY_LIBDIR%%/ctypes/_endian.py +%%PYPY_LIBDIR%%/ctypes/_endian.pyc +%%PYPY_LIBDIR%%/ctypes/macholib/README.ctypes +%%PYPY_LIBDIR%%/ctypes/macholib/__init__.py +%%PYPY_LIBDIR%%/ctypes/macholib/__init__.pyc +%%PYPY_LIBDIR%%/ctypes/macholib/dyld.py +%%PYPY_LIBDIR%%/ctypes/macholib/dyld.pyc +%%PYPY_LIBDIR%%/ctypes/macholib/dylib.py +%%PYPY_LIBDIR%%/ctypes/macholib/dylib.pyc +%%PYPY_LIBDIR%%/ctypes/macholib/fetch_macholib +%%PYPY_LIBDIR%%/ctypes/macholib/fetch_macholib.bat +%%PYPY_LIBDIR%%/ctypes/macholib/framework.py +%%PYPY_LIBDIR%%/ctypes/macholib/framework.pyc +%%PYPY_LIBDIR%%/ctypes/test/__init__.py +%%PYPY_LIBDIR%%/ctypes/test/__init__.pyc +%%PYPY_LIBDIR%%/ctypes/test/runtests.py +%%PYPY_LIBDIR%%/ctypes/test/runtests.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_anon.py +%%PYPY_LIBDIR%%/ctypes/test/test_anon.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_array_in_pointer.py +%%PYPY_LIBDIR%%/ctypes/test/test_array_in_pointer.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_arrays.py +%%PYPY_LIBDIR%%/ctypes/test/test_arrays.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_as_parameter.py +%%PYPY_LIBDIR%%/ctypes/test/test_as_parameter.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_bitfields.py +%%PYPY_LIBDIR%%/ctypes/test/test_bitfields.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_buffers.py +%%PYPY_LIBDIR%%/ctypes/test/test_buffers.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_byteswap.py +%%PYPY_LIBDIR%%/ctypes/test/test_byteswap.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_callbacks.py +%%PYPY_LIBDIR%%/ctypes/test/test_callbacks.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_cast.py +%%PYPY_LIBDIR%%/ctypes/test/test_cast.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_cfuncs.py +%%PYPY_LIBDIR%%/ctypes/test/test_cfuncs.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_checkretval.py +%%PYPY_LIBDIR%%/ctypes/test/test_checkretval.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_delattr.py +%%PYPY_LIBDIR%%/ctypes/test/test_delattr.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_errcheck.py +%%PYPY_LIBDIR%%/ctypes/test/test_errcheck.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_errno.py +%%PYPY_LIBDIR%%/ctypes/test/test_errno.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_find.py +%%PYPY_LIBDIR%%/ctypes/test/test_find.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_frombuffer.py +%%PYPY_LIBDIR%%/ctypes/test/test_frombuffer.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_funcptr.py +%%PYPY_LIBDIR%%/ctypes/test/test_funcptr.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_functions.py +%%PYPY_LIBDIR%%/ctypes/test/test_functions.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_incomplete.py +%%PYPY_LIBDIR%%/ctypes/test/test_incomplete.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_init.py +%%PYPY_LIBDIR%%/ctypes/test/test_init.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_integers.py +%%PYPY_LIBDIR%%/ctypes/test/test_integers.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_internals.py +%%PYPY_LIBDIR%%/ctypes/test/test_internals.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_keeprefs.py +%%PYPY_LIBDIR%%/ctypes/test/test_keeprefs.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_libc.py +%%PYPY_LIBDIR%%/ctypes/test/test_libc.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_loading.py +%%PYPY_LIBDIR%%/ctypes/test/test_loading.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_macholib.py +%%PYPY_LIBDIR%%/ctypes/test/test_macholib.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_memfunctions.py +%%PYPY_LIBDIR%%/ctypes/test/test_memfunctions.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_numbers.py +%%PYPY_LIBDIR%%/ctypes/test/test_numbers.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_objects.py +%%PYPY_LIBDIR%%/ctypes/test/test_objects.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_parameters.py +%%PYPY_LIBDIR%%/ctypes/test/test_parameters.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_pep3118.py +%%PYPY_LIBDIR%%/ctypes/test/test_pep3118.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_pickling.py +%%PYPY_LIBDIR%%/ctypes/test/test_pickling.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_pointers.py +%%PYPY_LIBDIR%%/ctypes/test/test_pointers.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_prototypes.py +%%PYPY_LIBDIR%%/ctypes/test/test_prototypes.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_python_api.py +%%PYPY_LIBDIR%%/ctypes/test/test_python_api.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_random_things.py +%%PYPY_LIBDIR%%/ctypes/test/test_random_things.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_refcounts.py +%%PYPY_LIBDIR%%/ctypes/test/test_refcounts.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_repr.py +%%PYPY_LIBDIR%%/ctypes/test/test_repr.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_returnfuncptrs.py +%%PYPY_LIBDIR%%/ctypes/test/test_returnfuncptrs.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_simplesubclasses.py +%%PYPY_LIBDIR%%/ctypes/test/test_simplesubclasses.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_sizes.py +%%PYPY_LIBDIR%%/ctypes/test/test_sizes.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_slicing.py +%%PYPY_LIBDIR%%/ctypes/test/test_slicing.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_stringptr.py +%%PYPY_LIBDIR%%/ctypes/test/test_stringptr.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_strings.py +%%PYPY_LIBDIR%%/ctypes/test/test_strings.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_struct_fields.py +%%PYPY_LIBDIR%%/ctypes/test/test_struct_fields.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_structures.py +%%PYPY_LIBDIR%%/ctypes/test/test_structures.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_unaligned_structures.py +%%PYPY_LIBDIR%%/ctypes/test/test_unaligned_structures.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_unicode.py +%%PYPY_LIBDIR%%/ctypes/test/test_unicode.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_values.py +%%PYPY_LIBDIR%%/ctypes/test/test_values.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_varsize_struct.py +%%PYPY_LIBDIR%%/ctypes/test/test_varsize_struct.pyc +%%PYPY_LIBDIR%%/ctypes/test/test_win32.py +%%PYPY_LIBDIR%%/ctypes/test/test_win32.pyc +%%PYPY_LIBDIR%%/ctypes/util.py +%%PYPY_LIBDIR%%/ctypes/util.pyc +%%PYPY_LIBDIR%%/ctypes/wintypes.py +%%PYPY_LIBDIR%%/ctypes/wintypes.pyc +%%PYPY_LIBDIR%%/curses/__init__.py +%%PYPY_LIBDIR%%/curses/__init__.pyc +%%PYPY_LIBDIR%%/curses/ascii.py +%%PYPY_LIBDIR%%/curses/ascii.pyc +%%PYPY_LIBDIR%%/curses/has_key.py +%%PYPY_LIBDIR%%/curses/has_key.pyc +%%PYPY_LIBDIR%%/curses/panel.py +%%PYPY_LIBDIR%%/curses/panel.pyc +%%PYPY_LIBDIR%%/curses/textpad.py +%%PYPY_LIBDIR%%/curses/textpad.pyc +%%PYPY_LIBDIR%%/curses/wrapper.py +%%PYPY_LIBDIR%%/curses/wrapper.pyc +%%PYPY_LIBDIR%%/dbhash.py +%%PYPY_LIBDIR%%/dbhash.pyc +%%PYPY_LIBDIR%%/decimal.py +%%PYPY_LIBDIR%%/decimal.pyc +%%PYPY_LIBDIR%%/difflib.py +%%PYPY_LIBDIR%%/difflib.pyc +%%PYPY_LIBDIR%%/dircache.py +%%PYPY_LIBDIR%%/dircache.pyc +%%PYPY_LIBDIR%%/dis.py +%%PYPY_LIBDIR%%/dis.pyc +%%PYPY_LIBDIR%%/distutils/README +%%PYPY_LIBDIR%%/distutils/__init__.py +%%PYPY_LIBDIR%%/distutils/__init__.pyc +%%PYPY_LIBDIR%%/distutils/archive_util.py +%%PYPY_LIBDIR%%/distutils/archive_util.pyc +%%PYPY_LIBDIR%%/distutils/bcppcompiler.py +%%PYPY_LIBDIR%%/distutils/bcppcompiler.pyc +%%PYPY_LIBDIR%%/distutils/ccompiler.py +%%PYPY_LIBDIR%%/distutils/ccompiler.pyc +%%PYPY_LIBDIR%%/distutils/cmd.py +%%PYPY_LIBDIR%%/distutils/cmd.pyc +%%PYPY_LIBDIR%%/distutils/command/__init__.py +%%PYPY_LIBDIR%%/distutils/command/__init__.pyc +%%PYPY_LIBDIR%%/distutils/command/bdist.py +%%PYPY_LIBDIR%%/distutils/command/bdist.pyc +%%PYPY_LIBDIR%%/distutils/command/bdist_dumb.py +%%PYPY_LIBDIR%%/distutils/command/bdist_dumb.pyc +%%PYPY_LIBDIR%%/distutils/command/bdist_msi.py +%%PYPY_LIBDIR%%/distutils/command/bdist_msi.pyc +%%PYPY_LIBDIR%%/distutils/command/bdist_rpm.py +%%PYPY_LIBDIR%%/distutils/command/bdist_rpm.pyc +%%PYPY_LIBDIR%%/distutils/command/bdist_wininst.py +%%PYPY_LIBDIR%%/distutils/command/bdist_wininst.pyc +%%PYPY_LIBDIR%%/distutils/command/build.py +%%PYPY_LIBDIR%%/distutils/command/build.pyc +%%PYPY_LIBDIR%%/distutils/command/build_clib.py +%%PYPY_LIBDIR%%/distutils/command/build_clib.pyc +%%PYPY_LIBDIR%%/distutils/command/build_ext.py +%%PYPY_LIBDIR%%/distutils/command/build_ext.pyc +%%PYPY_LIBDIR%%/distutils/command/build_py.py +%%PYPY_LIBDIR%%/distutils/command/build_py.pyc +%%PYPY_LIBDIR%%/distutils/command/build_scripts.py +%%PYPY_LIBDIR%%/distutils/command/build_scripts.pyc +%%PYPY_LIBDIR%%/distutils/command/check.py +%%PYPY_LIBDIR%%/distutils/command/check.pyc +%%PYPY_LIBDIR%%/distutils/command/clean.py +%%PYPY_LIBDIR%%/distutils/command/clean.pyc +%%PYPY_LIBDIR%%/distutils/command/command_template +%%PYPY_LIBDIR%%/distutils/command/config.py +%%PYPY_LIBDIR%%/distutils/command/config.pyc +%%PYPY_LIBDIR%%/distutils/command/install.py +%%PYPY_LIBDIR%%/distutils/command/install.pyc +%%PYPY_LIBDIR%%/distutils/command/install_data.py +%%PYPY_LIBDIR%%/distutils/command/install_data.pyc +%%PYPY_LIBDIR%%/distutils/command/install_egg_info.py +%%PYPY_LIBDIR%%/distutils/command/install_egg_info.pyc +%%PYPY_LIBDIR%%/distutils/command/install_headers.py +%%PYPY_LIBDIR%%/distutils/command/install_headers.pyc +%%PYPY_LIBDIR%%/distutils/command/install_lib.py +%%PYPY_LIBDIR%%/distutils/command/install_lib.pyc +%%PYPY_LIBDIR%%/distutils/command/install_scripts.py +%%PYPY_LIBDIR%%/distutils/command/install_scripts.pyc +%%PYPY_LIBDIR%%/distutils/command/register.py +%%PYPY_LIBDIR%%/distutils/command/register.pyc +%%PYPY_LIBDIR%%/distutils/command/sdist.py +%%PYPY_LIBDIR%%/distutils/command/sdist.pyc +%%PYPY_LIBDIR%%/distutils/command/upload.py +%%PYPY_LIBDIR%%/distutils/command/upload.pyc +%%PYPY_LIBDIR%%/distutils/command/wininst-6.0.exe +%%PYPY_LIBDIR%%/distutils/command/wininst-7.1.exe +%%PYPY_LIBDIR%%/distutils/command/wininst-8.0.exe +%%PYPY_LIBDIR%%/distutils/command/wininst-9.0-amd64.exe +%%PYPY_LIBDIR%%/distutils/command/wininst-9.0.exe +%%PYPY_LIBDIR%%/distutils/config.py +%%PYPY_LIBDIR%%/distutils/config.pyc +%%PYPY_LIBDIR%%/distutils/core.py +%%PYPY_LIBDIR%%/distutils/core.pyc +%%PYPY_LIBDIR%%/distutils/cygwinccompiler.py +%%PYPY_LIBDIR%%/distutils/cygwinccompiler.pyc +%%PYPY_LIBDIR%%/distutils/debug.py +%%PYPY_LIBDIR%%/distutils/debug.pyc +%%PYPY_LIBDIR%%/distutils/dep_util.py +%%PYPY_LIBDIR%%/distutils/dep_util.pyc +%%PYPY_LIBDIR%%/distutils/dir_util.py +%%PYPY_LIBDIR%%/distutils/dir_util.pyc +%%PYPY_LIBDIR%%/distutils/dist.py +%%PYPY_LIBDIR%%/distutils/dist.pyc +%%PYPY_LIBDIR%%/distutils/emxccompiler.py +%%PYPY_LIBDIR%%/distutils/emxccompiler.pyc +%%PYPY_LIBDIR%%/distutils/errors.py +%%PYPY_LIBDIR%%/distutils/errors.pyc +%%PYPY_LIBDIR%%/distutils/extension.py +%%PYPY_LIBDIR%%/distutils/extension.pyc +%%PYPY_LIBDIR%%/distutils/fancy_getopt.py +%%PYPY_LIBDIR%%/distutils/fancy_getopt.pyc +%%PYPY_LIBDIR%%/distutils/file_util.py +%%PYPY_LIBDIR%%/distutils/file_util.pyc +%%PYPY_LIBDIR%%/distutils/filelist.py +%%PYPY_LIBDIR%%/distutils/filelist.pyc +%%PYPY_LIBDIR%%/distutils/log.py +%%PYPY_LIBDIR%%/distutils/log.pyc +%%PYPY_LIBDIR%%/distutils/msvc9compiler.py +%%PYPY_LIBDIR%%/distutils/msvc9compiler.pyc +%%PYPY_LIBDIR%%/distutils/msvccompiler.py +%%PYPY_LIBDIR%%/distutils/msvccompiler.pyc +%%PYPY_LIBDIR%%/distutils/spawn.py +%%PYPY_LIBDIR%%/distutils/spawn.pyc +%%PYPY_LIBDIR%%/distutils/sysconfig.py +%%PYPY_LIBDIR%%/distutils/sysconfig.pyc +%%PYPY_LIBDIR%%/distutils/sysconfig_cpython.py +%%PYPY_LIBDIR%%/distutils/sysconfig_cpython.pyc +%%PYPY_LIBDIR%%/distutils/sysconfig_pypy.py +%%PYPY_LIBDIR%%/distutils/sysconfig_pypy.pyc +%%PYPY_LIBDIR%%/distutils/tests/Setup.sample +%%PYPY_LIBDIR%%/distutils/tests/__init__.py +%%PYPY_LIBDIR%%/distutils/tests/__init__.pyc +%%PYPY_LIBDIR%%/distutils/tests/setuptools_build_ext.py +%%PYPY_LIBDIR%%/distutils/tests/setuptools_build_ext.pyc +%%PYPY_LIBDIR%%/distutils/tests/setuptools_extension.py +%%PYPY_LIBDIR%%/distutils/tests/setuptools_extension.pyc +%%PYPY_LIBDIR%%/distutils/tests/support.py +%%PYPY_LIBDIR%%/distutils/tests/support.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_archive_util.py +%%PYPY_LIBDIR%%/distutils/tests/test_archive_util.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_bdist.py +%%PYPY_LIBDIR%%/distutils/tests/test_bdist.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_bdist_dumb.py +%%PYPY_LIBDIR%%/distutils/tests/test_bdist_dumb.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_bdist_msi.py +%%PYPY_LIBDIR%%/distutils/tests/test_bdist_msi.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_bdist_rpm.py +%%PYPY_LIBDIR%%/distutils/tests/test_bdist_rpm.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_bdist_wininst.py +%%PYPY_LIBDIR%%/distutils/tests/test_bdist_wininst.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_build.py +%%PYPY_LIBDIR%%/distutils/tests/test_build.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_build_clib.py +%%PYPY_LIBDIR%%/distutils/tests/test_build_clib.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_build_ext.py +%%PYPY_LIBDIR%%/distutils/tests/test_build_ext.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_build_py.py +%%PYPY_LIBDIR%%/distutils/tests/test_build_py.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_build_scripts.py +%%PYPY_LIBDIR%%/distutils/tests/test_build_scripts.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_ccompiler.py +%%PYPY_LIBDIR%%/distutils/tests/test_ccompiler.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_check.py +%%PYPY_LIBDIR%%/distutils/tests/test_check.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_clean.py +%%PYPY_LIBDIR%%/distutils/tests/test_clean.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_cmd.py +%%PYPY_LIBDIR%%/distutils/tests/test_cmd.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_config.py +%%PYPY_LIBDIR%%/distutils/tests/test_config.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_config_cmd.py +%%PYPY_LIBDIR%%/distutils/tests/test_config_cmd.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_core.py +%%PYPY_LIBDIR%%/distutils/tests/test_core.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_dep_util.py +%%PYPY_LIBDIR%%/distutils/tests/test_dep_util.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_dir_util.py +%%PYPY_LIBDIR%%/distutils/tests/test_dir_util.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_dist.py +%%PYPY_LIBDIR%%/distutils/tests/test_dist.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_file_util.py +%%PYPY_LIBDIR%%/distutils/tests/test_file_util.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_filelist.py +%%PYPY_LIBDIR%%/distutils/tests/test_filelist.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_install.py +%%PYPY_LIBDIR%%/distutils/tests/test_install.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_install_data.py +%%PYPY_LIBDIR%%/distutils/tests/test_install_data.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_install_headers.py +%%PYPY_LIBDIR%%/distutils/tests/test_install_headers.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_install_lib.py +%%PYPY_LIBDIR%%/distutils/tests/test_install_lib.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_install_scripts.py +%%PYPY_LIBDIR%%/distutils/tests/test_install_scripts.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_msvc9compiler.py +%%PYPY_LIBDIR%%/distutils/tests/test_msvc9compiler.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_register.py +%%PYPY_LIBDIR%%/distutils/tests/test_register.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_sdist.py +%%PYPY_LIBDIR%%/distutils/tests/test_sdist.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_spawn.py +%%PYPY_LIBDIR%%/distutils/tests/test_spawn.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_sysconfig.py +%%PYPY_LIBDIR%%/distutils/tests/test_sysconfig.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_text_file.py +%%PYPY_LIBDIR%%/distutils/tests/test_text_file.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_unixccompiler.py +%%PYPY_LIBDIR%%/distutils/tests/test_unixccompiler.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_upload.py +%%PYPY_LIBDIR%%/distutils/tests/test_upload.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_util.py +%%PYPY_LIBDIR%%/distutils/tests/test_util.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_version.py +%%PYPY_LIBDIR%%/distutils/tests/test_version.pyc +%%PYPY_LIBDIR%%/distutils/tests/test_versionpredicate.py +%%PYPY_LIBDIR%%/distutils/tests/test_versionpredicate.pyc +%%PYPY_LIBDIR%%/distutils/text_file.py +%%PYPY_LIBDIR%%/distutils/text_file.pyc +%%PYPY_LIBDIR%%/distutils/unixccompiler.py +%%PYPY_LIBDIR%%/distutils/unixccompiler.pyc +%%PYPY_LIBDIR%%/distutils/util.py +%%PYPY_LIBDIR%%/distutils/util.pyc +%%PYPY_LIBDIR%%/distutils/version.py +%%PYPY_LIBDIR%%/distutils/version.pyc +%%PYPY_LIBDIR%%/distutils/versionpredicate.py +%%PYPY_LIBDIR%%/distutils/versionpredicate.pyc +%%PYPY_LIBDIR%%/doctest.py +%%PYPY_LIBDIR%%/doctest.pyc +%%PYPY_LIBDIR%%/dumbdbm.py +%%PYPY_LIBDIR%%/dumbdbm.pyc +%%PYPY_LIBDIR%%/dummy_thread.py +%%PYPY_LIBDIR%%/dummy_thread.pyc +%%PYPY_LIBDIR%%/dummy_threading.py +%%PYPY_LIBDIR%%/dummy_threading.pyc +%%PYPY_LIBDIR%%/email/__init__.py +%%PYPY_LIBDIR%%/email/__init__.pyc +%%PYPY_LIBDIR%%/email/_parseaddr.py +%%PYPY_LIBDIR%%/email/_parseaddr.pyc +%%PYPY_LIBDIR%%/email/base64mime.py +%%PYPY_LIBDIR%%/email/base64mime.pyc +%%PYPY_LIBDIR%%/email/charset.py +%%PYPY_LIBDIR%%/email/charset.pyc +%%PYPY_LIBDIR%%/email/encoders.py +%%PYPY_LIBDIR%%/email/encoders.pyc +%%PYPY_LIBDIR%%/email/errors.py +%%PYPY_LIBDIR%%/email/errors.pyc +%%PYPY_LIBDIR%%/email/feedparser.py +%%PYPY_LIBDIR%%/email/feedparser.pyc +%%PYPY_LIBDIR%%/email/generator.py +%%PYPY_LIBDIR%%/email/generator.pyc +%%PYPY_LIBDIR%%/email/header.py +%%PYPY_LIBDIR%%/email/header.pyc +%%PYPY_LIBDIR%%/email/iterators.py +%%PYPY_LIBDIR%%/email/iterators.pyc +%%PYPY_LIBDIR%%/email/message.py +%%PYPY_LIBDIR%%/email/message.pyc +%%PYPY_LIBDIR%%/email/mime/__init__.py +%%PYPY_LIBDIR%%/email/mime/__init__.pyc +%%PYPY_LIBDIR%%/email/mime/application.py +%%PYPY_LIBDIR%%/email/mime/application.pyc +%%PYPY_LIBDIR%%/email/mime/audio.py +%%PYPY_LIBDIR%%/email/mime/audio.pyc +%%PYPY_LIBDIR%%/email/mime/base.py +%%PYPY_LIBDIR%%/email/mime/base.pyc +%%PYPY_LIBDIR%%/email/mime/image.py +%%PYPY_LIBDIR%%/email/mime/image.pyc +%%PYPY_LIBDIR%%/email/mime/message.py +%%PYPY_LIBDIR%%/email/mime/message.pyc +%%PYPY_LIBDIR%%/email/mime/multipart.py +%%PYPY_LIBDIR%%/email/mime/multipart.pyc +%%PYPY_LIBDIR%%/email/mime/nonmultipart.py +%%PYPY_LIBDIR%%/email/mime/nonmultipart.pyc +%%PYPY_LIBDIR%%/email/mime/text.py +%%PYPY_LIBDIR%%/email/mime/text.pyc +%%PYPY_LIBDIR%%/email/parser.py +%%PYPY_LIBDIR%%/email/parser.pyc +%%PYPY_LIBDIR%%/email/quoprimime.py +%%PYPY_LIBDIR%%/email/quoprimime.pyc +%%PYPY_LIBDIR%%/email/test/__init__.py +%%PYPY_LIBDIR%%/email/test/__init__.pyc +%%PYPY_LIBDIR%%/email/test/data/PyBanner048.gif +%%PYPY_LIBDIR%%/email/test/data/audiotest.au +%%PYPY_LIBDIR%%/email/test/data/msg_01.txt +%%PYPY_LIBDIR%%/email/test/data/msg_02.txt +%%PYPY_LIBDIR%%/email/test/data/msg_03.txt +%%PYPY_LIBDIR%%/email/test/data/msg_04.txt +%%PYPY_LIBDIR%%/email/test/data/msg_05.txt +%%PYPY_LIBDIR%%/email/test/data/msg_06.txt +%%PYPY_LIBDIR%%/email/test/data/msg_07.txt +%%PYPY_LIBDIR%%/email/test/data/msg_08.txt +%%PYPY_LIBDIR%%/email/test/data/msg_09.txt +%%PYPY_LIBDIR%%/email/test/data/msg_10.txt +%%PYPY_LIBDIR%%/email/test/data/msg_11.txt +%%PYPY_LIBDIR%%/email/test/data/msg_12.txt +%%PYPY_LIBDIR%%/email/test/data/msg_12a.txt +%%PYPY_LIBDIR%%/email/test/data/msg_13.txt +%%PYPY_LIBDIR%%/email/test/data/msg_14.txt +%%PYPY_LIBDIR%%/email/test/data/msg_15.txt +%%PYPY_LIBDIR%%/email/test/data/msg_16.txt +%%PYPY_LIBDIR%%/email/test/data/msg_17.txt +%%PYPY_LIBDIR%%/email/test/data/msg_18.txt +%%PYPY_LIBDIR%%/email/test/data/msg_19.txt +%%PYPY_LIBDIR%%/email/test/data/msg_20.txt +%%PYPY_LIBDIR%%/email/test/data/msg_21.txt +%%PYPY_LIBDIR%%/email/test/data/msg_22.txt +%%PYPY_LIBDIR%%/email/test/data/msg_23.txt +%%PYPY_LIBDIR%%/email/test/data/msg_24.txt +%%PYPY_LIBDIR%%/email/test/data/msg_25.txt +%%PYPY_LIBDIR%%/email/test/data/msg_26.txt +%%PYPY_LIBDIR%%/email/test/data/msg_27.txt +%%PYPY_LIBDIR%%/email/test/data/msg_28.txt +%%PYPY_LIBDIR%%/email/test/data/msg_29.txt +%%PYPY_LIBDIR%%/email/test/data/msg_30.txt +%%PYPY_LIBDIR%%/email/test/data/msg_31.txt +%%PYPY_LIBDIR%%/email/test/data/msg_32.txt +%%PYPY_LIBDIR%%/email/test/data/msg_33.txt +%%PYPY_LIBDIR%%/email/test/data/msg_34.txt +%%PYPY_LIBDIR%%/email/test/data/msg_35.txt +%%PYPY_LIBDIR%%/email/test/data/msg_36.txt +%%PYPY_LIBDIR%%/email/test/data/msg_37.txt +%%PYPY_LIBDIR%%/email/test/data/msg_38.txt +%%PYPY_LIBDIR%%/email/test/data/msg_39.txt +%%PYPY_LIBDIR%%/email/test/data/msg_40.txt +%%PYPY_LIBDIR%%/email/test/data/msg_41.txt +%%PYPY_LIBDIR%%/email/test/data/msg_42.txt +%%PYPY_LIBDIR%%/email/test/data/msg_43.txt +%%PYPY_LIBDIR%%/email/test/data/msg_44.txt +%%PYPY_LIBDIR%%/email/test/data/msg_45.txt +%%PYPY_LIBDIR%%/email/test/data/msg_46.txt +%%PYPY_LIBDIR%%/email/test/test_email.py +%%PYPY_LIBDIR%%/email/test/test_email.pyc +%%PYPY_LIBDIR%%/email/test/test_email_codecs.py +%%PYPY_LIBDIR%%/email/test/test_email_codecs.pyc +%%PYPY_LIBDIR%%/email/test/test_email_codecs_renamed.py +%%PYPY_LIBDIR%%/email/test/test_email_codecs_renamed.pyc +%%PYPY_LIBDIR%%/email/test/test_email_renamed.py +%%PYPY_LIBDIR%%/email/test/test_email_renamed.pyc +%%PYPY_LIBDIR%%/email/test/test_email_torture.py +%%PYPY_LIBDIR%%/email/test/test_email_torture.pyc +%%PYPY_LIBDIR%%/email/utils.py +%%PYPY_LIBDIR%%/email/utils.pyc +%%PYPY_LIBDIR%%/encodings/__init__.py +%%PYPY_LIBDIR%%/encodings/__init__.pyc +%%PYPY_LIBDIR%%/encodings/aliases.py +%%PYPY_LIBDIR%%/encodings/aliases.pyc +%%PYPY_LIBDIR%%/encodings/ascii.py +%%PYPY_LIBDIR%%/encodings/ascii.pyc +%%PYPY_LIBDIR%%/encodings/base64_codec.py +%%PYPY_LIBDIR%%/encodings/base64_codec.pyc +%%PYPY_LIBDIR%%/encodings/big5.py +%%PYPY_LIBDIR%%/encodings/big5.pyc +%%PYPY_LIBDIR%%/encodings/big5hkscs.py +%%PYPY_LIBDIR%%/encodings/big5hkscs.pyc +%%PYPY_LIBDIR%%/encodings/bz2_codec.py +%%PYPY_LIBDIR%%/encodings/bz2_codec.pyc +%%PYPY_LIBDIR%%/encodings/charmap.py +%%PYPY_LIBDIR%%/encodings/charmap.pyc +%%PYPY_LIBDIR%%/encodings/cp037.py +%%PYPY_LIBDIR%%/encodings/cp037.pyc +%%PYPY_LIBDIR%%/encodings/cp1006.py +%%PYPY_LIBDIR%%/encodings/cp1006.pyc +%%PYPY_LIBDIR%%/encodings/cp1026.py +%%PYPY_LIBDIR%%/encodings/cp1026.pyc +%%PYPY_LIBDIR%%/encodings/cp1140.py +%%PYPY_LIBDIR%%/encodings/cp1140.pyc +%%PYPY_LIBDIR%%/encodings/cp1250.py +%%PYPY_LIBDIR%%/encodings/cp1250.pyc +%%PYPY_LIBDIR%%/encodings/cp1251.py +%%PYPY_LIBDIR%%/encodings/cp1251.pyc +%%PYPY_LIBDIR%%/encodings/cp1252.py +%%PYPY_LIBDIR%%/encodings/cp1252.pyc +%%PYPY_LIBDIR%%/encodings/cp1253.py +%%PYPY_LIBDIR%%/encodings/cp1253.pyc +%%PYPY_LIBDIR%%/encodings/cp1254.py +%%PYPY_LIBDIR%%/encodings/cp1254.pyc +%%PYPY_LIBDIR%%/encodings/cp1255.py +%%PYPY_LIBDIR%%/encodings/cp1255.pyc +%%PYPY_LIBDIR%%/encodings/cp1256.py +%%PYPY_LIBDIR%%/encodings/cp1256.pyc +%%PYPY_LIBDIR%%/encodings/cp1257.py +%%PYPY_LIBDIR%%/encodings/cp1257.pyc +%%PYPY_LIBDIR%%/encodings/cp1258.py +%%PYPY_LIBDIR%%/encodings/cp1258.pyc +%%PYPY_LIBDIR%%/encodings/cp424.py +%%PYPY_LIBDIR%%/encodings/cp424.pyc +%%PYPY_LIBDIR%%/encodings/cp437.py +%%PYPY_LIBDIR%%/encodings/cp437.pyc +%%PYPY_LIBDIR%%/encodings/cp500.py +%%PYPY_LIBDIR%%/encodings/cp500.pyc +%%PYPY_LIBDIR%%/encodings/cp720.py +%%PYPY_LIBDIR%%/encodings/cp720.pyc +%%PYPY_LIBDIR%%/encodings/cp737.py +%%PYPY_LIBDIR%%/encodings/cp737.pyc +%%PYPY_LIBDIR%%/encodings/cp775.py +%%PYPY_LIBDIR%%/encodings/cp775.pyc +%%PYPY_LIBDIR%%/encodings/cp850.py +%%PYPY_LIBDIR%%/encodings/cp850.pyc +%%PYPY_LIBDIR%%/encodings/cp852.py +%%PYPY_LIBDIR%%/encodings/cp852.pyc +%%PYPY_LIBDIR%%/encodings/cp855.py +%%PYPY_LIBDIR%%/encodings/cp855.pyc +%%PYPY_LIBDIR%%/encodings/cp856.py +%%PYPY_LIBDIR%%/encodings/cp856.pyc +%%PYPY_LIBDIR%%/encodings/cp857.py +%%PYPY_LIBDIR%%/encodings/cp857.pyc +%%PYPY_LIBDIR%%/encodings/cp858.py +%%PYPY_LIBDIR%%/encodings/cp858.pyc +%%PYPY_LIBDIR%%/encodings/cp860.py +%%PYPY_LIBDIR%%/encodings/cp860.pyc +%%PYPY_LIBDIR%%/encodings/cp861.py +%%PYPY_LIBDIR%%/encodings/cp861.pyc +%%PYPY_LIBDIR%%/encodings/cp862.py +%%PYPY_LIBDIR%%/encodings/cp862.pyc +%%PYPY_LIBDIR%%/encodings/cp863.py +%%PYPY_LIBDIR%%/encodings/cp863.pyc +%%PYPY_LIBDIR%%/encodings/cp864.py +%%PYPY_LIBDIR%%/encodings/cp864.pyc +%%PYPY_LIBDIR%%/encodings/cp865.py +%%PYPY_LIBDIR%%/encodings/cp865.pyc +%%PYPY_LIBDIR%%/encodings/cp866.py +%%PYPY_LIBDIR%%/encodings/cp866.pyc +%%PYPY_LIBDIR%%/encodings/cp869.py +%%PYPY_LIBDIR%%/encodings/cp869.pyc +%%PYPY_LIBDIR%%/encodings/cp874.py +%%PYPY_LIBDIR%%/encodings/cp874.pyc +%%PYPY_LIBDIR%%/encodings/cp875.py +%%PYPY_LIBDIR%%/encodings/cp875.pyc +%%PYPY_LIBDIR%%/encodings/cp932.py +%%PYPY_LIBDIR%%/encodings/cp932.pyc +%%PYPY_LIBDIR%%/encodings/cp949.py +%%PYPY_LIBDIR%%/encodings/cp949.pyc +%%PYPY_LIBDIR%%/encodings/cp950.py +%%PYPY_LIBDIR%%/encodings/cp950.pyc +%%PYPY_LIBDIR%%/encodings/euc_jis_2004.py +%%PYPY_LIBDIR%%/encodings/euc_jis_2004.pyc +%%PYPY_LIBDIR%%/encodings/euc_jisx0213.py +%%PYPY_LIBDIR%%/encodings/euc_jisx0213.pyc +%%PYPY_LIBDIR%%/encodings/euc_jp.py +%%PYPY_LIBDIR%%/encodings/euc_jp.pyc +%%PYPY_LIBDIR%%/encodings/euc_kr.py +%%PYPY_LIBDIR%%/encodings/euc_kr.pyc +%%PYPY_LIBDIR%%/encodings/gb18030.py +%%PYPY_LIBDIR%%/encodings/gb18030.pyc +%%PYPY_LIBDIR%%/encodings/gb2312.py +%%PYPY_LIBDIR%%/encodings/gb2312.pyc +%%PYPY_LIBDIR%%/encodings/gbk.py +%%PYPY_LIBDIR%%/encodings/gbk.pyc +%%PYPY_LIBDIR%%/encodings/hex_codec.py +%%PYPY_LIBDIR%%/encodings/hex_codec.pyc +%%PYPY_LIBDIR%%/encodings/hp_roman8.py +%%PYPY_LIBDIR%%/encodings/hp_roman8.pyc +%%PYPY_LIBDIR%%/encodings/hz.py +%%PYPY_LIBDIR%%/encodings/hz.pyc +%%PYPY_LIBDIR%%/encodings/idna.py +%%PYPY_LIBDIR%%/encodings/idna.pyc +%%PYPY_LIBDIR%%/encodings/iso2022_jp.py +%%PYPY_LIBDIR%%/encodings/iso2022_jp.pyc +%%PYPY_LIBDIR%%/encodings/iso2022_jp_1.py +%%PYPY_LIBDIR%%/encodings/iso2022_jp_1.pyc +%%PYPY_LIBDIR%%/encodings/iso2022_jp_2.py +%%PYPY_LIBDIR%%/encodings/iso2022_jp_2.pyc +%%PYPY_LIBDIR%%/encodings/iso2022_jp_2004.py +%%PYPY_LIBDIR%%/encodings/iso2022_jp_2004.pyc +%%PYPY_LIBDIR%%/encodings/iso2022_jp_3.py +%%PYPY_LIBDIR%%/encodings/iso2022_jp_3.pyc +%%PYPY_LIBDIR%%/encodings/iso2022_jp_ext.py +%%PYPY_LIBDIR%%/encodings/iso2022_jp_ext.pyc +%%PYPY_LIBDIR%%/encodings/iso2022_kr.py +%%PYPY_LIBDIR%%/encodings/iso2022_kr.pyc +%%PYPY_LIBDIR%%/encodings/iso8859_1.py +%%PYPY_LIBDIR%%/encodings/iso8859_1.pyc +%%PYPY_LIBDIR%%/encodings/iso8859_10.py +%%PYPY_LIBDIR%%/encodings/iso8859_10.pyc +%%PYPY_LIBDIR%%/encodings/iso8859_11.py +%%PYPY_LIBDIR%%/encodings/iso8859_11.pyc +%%PYPY_LIBDIR%%/encodings/iso8859_13.py +%%PYPY_LIBDIR%%/encodings/iso8859_13.pyc +%%PYPY_LIBDIR%%/encodings/iso8859_14.py +%%PYPY_LIBDIR%%/encodings/iso8859_14.pyc +%%PYPY_LIBDIR%%/encodings/iso8859_15.py +%%PYPY_LIBDIR%%/encodings/iso8859_15.pyc +%%PYPY_LIBDIR%%/encodings/iso8859_16.py +%%PYPY_LIBDIR%%/encodings/iso8859_16.pyc +%%PYPY_LIBDIR%%/encodings/iso8859_2.py +%%PYPY_LIBDIR%%/encodings/iso8859_2.pyc +%%PYPY_LIBDIR%%/encodings/iso8859_3.py +%%PYPY_LIBDIR%%/encodings/iso8859_3.pyc +%%PYPY_LIBDIR%%/encodings/iso8859_4.py +%%PYPY_LIBDIR%%/encodings/iso8859_4.pyc +%%PYPY_LIBDIR%%/encodings/iso8859_5.py +%%PYPY_LIBDIR%%/encodings/iso8859_5.pyc +%%PYPY_LIBDIR%%/encodings/iso8859_6.py +%%PYPY_LIBDIR%%/encodings/iso8859_6.pyc +%%PYPY_LIBDIR%%/encodings/iso8859_7.py +%%PYPY_LIBDIR%%/encodings/iso8859_7.pyc +%%PYPY_LIBDIR%%/encodings/iso8859_8.py +%%PYPY_LIBDIR%%/encodings/iso8859_8.pyc +%%PYPY_LIBDIR%%/encodings/iso8859_9.py +%%PYPY_LIBDIR%%/encodings/iso8859_9.pyc +%%PYPY_LIBDIR%%/encodings/johab.py +%%PYPY_LIBDIR%%/encodings/johab.pyc +%%PYPY_LIBDIR%%/encodings/koi8_r.py +%%PYPY_LIBDIR%%/encodings/koi8_r.pyc +%%PYPY_LIBDIR%%/encodings/koi8_u.py +%%PYPY_LIBDIR%%/encodings/koi8_u.pyc +%%PYPY_LIBDIR%%/encodings/latin_1.py +%%PYPY_LIBDIR%%/encodings/latin_1.pyc +%%PYPY_LIBDIR%%/encodings/mac_arabic.py +%%PYPY_LIBDIR%%/encodings/mac_arabic.pyc +%%PYPY_LIBDIR%%/encodings/mac_centeuro.py +%%PYPY_LIBDIR%%/encodings/mac_centeuro.pyc +%%PYPY_LIBDIR%%/encodings/mac_croatian.py +%%PYPY_LIBDIR%%/encodings/mac_croatian.pyc +%%PYPY_LIBDIR%%/encodings/mac_cyrillic.py +%%PYPY_LIBDIR%%/encodings/mac_cyrillic.pyc +%%PYPY_LIBDIR%%/encodings/mac_farsi.py +%%PYPY_LIBDIR%%/encodings/mac_farsi.pyc +%%PYPY_LIBDIR%%/encodings/mac_greek.py +%%PYPY_LIBDIR%%/encodings/mac_greek.pyc +%%PYPY_LIBDIR%%/encodings/mac_iceland.py +%%PYPY_LIBDIR%%/encodings/mac_iceland.pyc +%%PYPY_LIBDIR%%/encodings/mac_latin2.py +%%PYPY_LIBDIR%%/encodings/mac_latin2.pyc +%%PYPY_LIBDIR%%/encodings/mac_roman.py +%%PYPY_LIBDIR%%/encodings/mac_roman.pyc +%%PYPY_LIBDIR%%/encodings/mac_romanian.py +%%PYPY_LIBDIR%%/encodings/mac_romanian.pyc +%%PYPY_LIBDIR%%/encodings/mac_turkish.py +%%PYPY_LIBDIR%%/encodings/mac_turkish.pyc +%%PYPY_LIBDIR%%/encodings/mbcs.py +%%PYPY_LIBDIR%%/encodings/mbcs.pyc +%%PYPY_LIBDIR%%/encodings/palmos.py +%%PYPY_LIBDIR%%/encodings/palmos.pyc +%%PYPY_LIBDIR%%/encodings/ptcp154.py +%%PYPY_LIBDIR%%/encodings/ptcp154.pyc +%%PYPY_LIBDIR%%/encodings/punycode.py +%%PYPY_LIBDIR%%/encodings/punycode.pyc +%%PYPY_LIBDIR%%/encodings/quopri_codec.py +%%PYPY_LIBDIR%%/encodings/quopri_codec.pyc +%%PYPY_LIBDIR%%/encodings/raw_unicode_escape.py +%%PYPY_LIBDIR%%/encodings/raw_unicode_escape.pyc +%%PYPY_LIBDIR%%/encodings/rot_13.py +%%PYPY_LIBDIR%%/encodings/rot_13.pyc +%%PYPY_LIBDIR%%/encodings/shift_jis.py +%%PYPY_LIBDIR%%/encodings/shift_jis.pyc +%%PYPY_LIBDIR%%/encodings/shift_jis_2004.py +%%PYPY_LIBDIR%%/encodings/shift_jis_2004.pyc +%%PYPY_LIBDIR%%/encodings/shift_jisx0213.py +%%PYPY_LIBDIR%%/encodings/shift_jisx0213.pyc +%%PYPY_LIBDIR%%/encodings/string_escape.py +%%PYPY_LIBDIR%%/encodings/string_escape.pyc +%%PYPY_LIBDIR%%/encodings/tis_620.py +%%PYPY_LIBDIR%%/encodings/tis_620.pyc +%%PYPY_LIBDIR%%/encodings/undefined.py +%%PYPY_LIBDIR%%/encodings/undefined.pyc +%%PYPY_LIBDIR%%/encodings/unicode_escape.py +%%PYPY_LIBDIR%%/encodings/unicode_escape.pyc +%%PYPY_LIBDIR%%/encodings/unicode_internal.py +%%PYPY_LIBDIR%%/encodings/unicode_internal.pyc +%%PYPY_LIBDIR%%/encodings/utf_16.py +%%PYPY_LIBDIR%%/encodings/utf_16.pyc +%%PYPY_LIBDIR%%/encodings/utf_16_be.py +%%PYPY_LIBDIR%%/encodings/utf_16_be.pyc +%%PYPY_LIBDIR%%/encodings/utf_16_le.py +%%PYPY_LIBDIR%%/encodings/utf_16_le.pyc +%%PYPY_LIBDIR%%/encodings/utf_32.py +%%PYPY_LIBDIR%%/encodings/utf_32.pyc +%%PYPY_LIBDIR%%/encodings/utf_32_be.py +%%PYPY_LIBDIR%%/encodings/utf_32_be.pyc +%%PYPY_LIBDIR%%/encodings/utf_32_le.py +%%PYPY_LIBDIR%%/encodings/utf_32_le.pyc +%%PYPY_LIBDIR%%/encodings/utf_7.py +%%PYPY_LIBDIR%%/encodings/utf_7.pyc +%%PYPY_LIBDIR%%/encodings/utf_8.py +%%PYPY_LIBDIR%%/encodings/utf_8.pyc +%%PYPY_LIBDIR%%/encodings/utf_8_sig.py +%%PYPY_LIBDIR%%/encodings/utf_8_sig.pyc +%%PYPY_LIBDIR%%/encodings/uu_codec.py +%%PYPY_LIBDIR%%/encodings/uu_codec.pyc +%%PYPY_LIBDIR%%/encodings/zlib_codec.py +%%PYPY_LIBDIR%%/encodings/zlib_codec.pyc +%%PYPY_LIBDIR%%/filecmp.py +%%PYPY_LIBDIR%%/filecmp.pyc +%%PYPY_LIBDIR%%/fileinput.py +%%PYPY_LIBDIR%%/fileinput.pyc +%%PYPY_LIBDIR%%/fnmatch.py +%%PYPY_LIBDIR%%/fnmatch.pyc +%%PYPY_LIBDIR%%/formatter.py +%%PYPY_LIBDIR%%/formatter.pyc +%%PYPY_LIBDIR%%/fpformat.py +%%PYPY_LIBDIR%%/fpformat.pyc +%%PYPY_LIBDIR%%/fractions.py +%%PYPY_LIBDIR%%/fractions.pyc +%%PYPY_LIBDIR%%/ftplib.py +%%PYPY_LIBDIR%%/ftplib.pyc +%%PYPY_LIBDIR%%/functools.py +%%PYPY_LIBDIR%%/functools.pyc +%%PYPY_LIBDIR%%/genericpath.py +%%PYPY_LIBDIR%%/genericpath.pyc +%%PYPY_LIBDIR%%/getopt.py +%%PYPY_LIBDIR%%/getopt.pyc +%%PYPY_LIBDIR%%/getpass.py +%%PYPY_LIBDIR%%/getpass.pyc +%%PYPY_LIBDIR%%/gettext.py +%%PYPY_LIBDIR%%/gettext.pyc +%%PYPY_LIBDIR%%/glob.py +%%PYPY_LIBDIR%%/glob.pyc +%%PYPY_LIBDIR%%/gzip.py +%%PYPY_LIBDIR%%/gzip.pyc +%%PYPY_LIBDIR%%/hashlib.py +%%PYPY_LIBDIR%%/hashlib.pyc +%%PYPY_LIBDIR%%/heapq.py +%%PYPY_LIBDIR%%/heapq.pyc +%%PYPY_LIBDIR%%/hmac.py +%%PYPY_LIBDIR%%/hmac.pyc +%%PYPY_LIBDIR%%/hotshot/__init__.py +%%PYPY_LIBDIR%%/hotshot/__init__.pyc +%%PYPY_LIBDIR%%/hotshot/log.py +%%PYPY_LIBDIR%%/hotshot/log.pyc +%%PYPY_LIBDIR%%/hotshot/stats.py +%%PYPY_LIBDIR%%/hotshot/stats.pyc +%%PYPY_LIBDIR%%/hotshot/stones.py +%%PYPY_LIBDIR%%/hotshot/stones.pyc +%%PYPY_LIBDIR%%/htmlentitydefs.py +%%PYPY_LIBDIR%%/htmlentitydefs.pyc +%%PYPY_LIBDIR%%/htmllib.py +%%PYPY_LIBDIR%%/htmllib.pyc +%%PYPY_LIBDIR%%/httplib.py +%%PYPY_LIBDIR%%/httplib.pyc +%%PYPY_LIBDIR%%/idlelib/AutoComplete.py +%%PYPY_LIBDIR%%/idlelib/AutoComplete.pyc +%%PYPY_LIBDIR%%/idlelib/AutoCompleteWindow.py +%%PYPY_LIBDIR%%/idlelib/AutoCompleteWindow.pyc +%%PYPY_LIBDIR%%/idlelib/AutoExpand.py +%%PYPY_LIBDIR%%/idlelib/AutoExpand.pyc +%%PYPY_LIBDIR%%/idlelib/Bindings.py +%%PYPY_LIBDIR%%/idlelib/Bindings.pyc +%%PYPY_LIBDIR%%/idlelib/CREDITS.txt +%%PYPY_LIBDIR%%/idlelib/CallTipWindow.py +%%PYPY_LIBDIR%%/idlelib/CallTipWindow.pyc +%%PYPY_LIBDIR%%/idlelib/CallTips.py +%%PYPY_LIBDIR%%/idlelib/CallTips.pyc +%%PYPY_LIBDIR%%/idlelib/ChangeLog +%%PYPY_LIBDIR%%/idlelib/ClassBrowser.py +%%PYPY_LIBDIR%%/idlelib/ClassBrowser.pyc +%%PYPY_LIBDIR%%/idlelib/CodeContext.py +%%PYPY_LIBDIR%%/idlelib/CodeContext.pyc +%%PYPY_LIBDIR%%/idlelib/ColorDelegator.py +%%PYPY_LIBDIR%%/idlelib/ColorDelegator.pyc +%%PYPY_LIBDIR%%/idlelib/Debugger.py +%%PYPY_LIBDIR%%/idlelib/Debugger.pyc +%%PYPY_LIBDIR%%/idlelib/Delegator.py +%%PYPY_LIBDIR%%/idlelib/Delegator.pyc +%%PYPY_LIBDIR%%/idlelib/EditorWindow.py +%%PYPY_LIBDIR%%/idlelib/EditorWindow.pyc +%%PYPY_LIBDIR%%/idlelib/FileList.py +%%PYPY_LIBDIR%%/idlelib/FileList.pyc +%%PYPY_LIBDIR%%/idlelib/FormatParagraph.py +%%PYPY_LIBDIR%%/idlelib/FormatParagraph.pyc +%%PYPY_LIBDIR%%/idlelib/GrepDialog.py +%%PYPY_LIBDIR%%/idlelib/GrepDialog.pyc +%%PYPY_LIBDIR%%/idlelib/HISTORY.txt +%%PYPY_LIBDIR%%/idlelib/HyperParser.py +%%PYPY_LIBDIR%%/idlelib/HyperParser.pyc +%%PYPY_LIBDIR%%/idlelib/IOBinding.py +%%PYPY_LIBDIR%%/idlelib/IOBinding.pyc +%%PYPY_LIBDIR%%/idlelib/Icons/folder.gif +%%PYPY_LIBDIR%%/idlelib/Icons/idle.icns +%%PYPY_LIBDIR%%/idlelib/Icons/minusnode.gif +%%PYPY_LIBDIR%%/idlelib/Icons/openfolder.gif +%%PYPY_LIBDIR%%/idlelib/Icons/plusnode.gif +%%PYPY_LIBDIR%%/idlelib/Icons/python.gif +%%PYPY_LIBDIR%%/idlelib/Icons/tk.gif +%%PYPY_LIBDIR%%/idlelib/IdleHistory.py +%%PYPY_LIBDIR%%/idlelib/IdleHistory.pyc +%%PYPY_LIBDIR%%/idlelib/MultiCall.py +%%PYPY_LIBDIR%%/idlelib/MultiCall.pyc +%%PYPY_LIBDIR%%/idlelib/MultiStatusBar.py +%%PYPY_LIBDIR%%/idlelib/MultiStatusBar.pyc +%%PYPY_LIBDIR%%/idlelib/NEWS.txt +%%PYPY_LIBDIR%%/idlelib/ObjectBrowser.py +%%PYPY_LIBDIR%%/idlelib/ObjectBrowser.pyc +%%PYPY_LIBDIR%%/idlelib/OutputWindow.py +%%PYPY_LIBDIR%%/idlelib/OutputWindow.pyc +%%PYPY_LIBDIR%%/idlelib/ParenMatch.py +%%PYPY_LIBDIR%%/idlelib/ParenMatch.pyc +%%PYPY_LIBDIR%%/idlelib/PathBrowser.py +%%PYPY_LIBDIR%%/idlelib/PathBrowser.pyc +%%PYPY_LIBDIR%%/idlelib/Percolator.py +%%PYPY_LIBDIR%%/idlelib/Percolator.pyc +%%PYPY_LIBDIR%%/idlelib/PyParse.py +%%PYPY_LIBDIR%%/idlelib/PyParse.pyc +%%PYPY_LIBDIR%%/idlelib/PyShell.py +%%PYPY_LIBDIR%%/idlelib/PyShell.pyc +%%PYPY_LIBDIR%%/idlelib/README.txt +%%PYPY_LIBDIR%%/idlelib/RemoteDebugger.py +%%PYPY_LIBDIR%%/idlelib/RemoteDebugger.pyc +%%PYPY_LIBDIR%%/idlelib/RemoteObjectBrowser.py +%%PYPY_LIBDIR%%/idlelib/RemoteObjectBrowser.pyc +%%PYPY_LIBDIR%%/idlelib/ReplaceDialog.py +%%PYPY_LIBDIR%%/idlelib/ReplaceDialog.pyc +%%PYPY_LIBDIR%%/idlelib/RstripExtension.py +%%PYPY_LIBDIR%%/idlelib/RstripExtension.pyc +%%PYPY_LIBDIR%%/idlelib/ScriptBinding.py +%%PYPY_LIBDIR%%/idlelib/ScriptBinding.pyc +%%PYPY_LIBDIR%%/idlelib/ScrolledList.py +%%PYPY_LIBDIR%%/idlelib/ScrolledList.pyc +%%PYPY_LIBDIR%%/idlelib/SearchDialog.py +%%PYPY_LIBDIR%%/idlelib/SearchDialog.pyc +%%PYPY_LIBDIR%%/idlelib/SearchDialogBase.py +%%PYPY_LIBDIR%%/idlelib/SearchDialogBase.pyc +%%PYPY_LIBDIR%%/idlelib/SearchEngine.py +%%PYPY_LIBDIR%%/idlelib/SearchEngine.pyc +%%PYPY_LIBDIR%%/idlelib/StackViewer.py +%%PYPY_LIBDIR%%/idlelib/StackViewer.pyc +%%PYPY_LIBDIR%%/idlelib/TODO.txt +%%PYPY_LIBDIR%%/idlelib/ToolTip.py +%%PYPY_LIBDIR%%/idlelib/ToolTip.pyc +%%PYPY_LIBDIR%%/idlelib/TreeWidget.py +%%PYPY_LIBDIR%%/idlelib/TreeWidget.pyc +%%PYPY_LIBDIR%%/idlelib/UndoDelegator.py +%%PYPY_LIBDIR%%/idlelib/UndoDelegator.pyc +%%PYPY_LIBDIR%%/idlelib/WidgetRedirector.py +%%PYPY_LIBDIR%%/idlelib/WidgetRedirector.pyc +%%PYPY_LIBDIR%%/idlelib/WindowList.py +%%PYPY_LIBDIR%%/idlelib/WindowList.pyc +%%PYPY_LIBDIR%%/idlelib/ZoomHeight.py +%%PYPY_LIBDIR%%/idlelib/ZoomHeight.pyc +%%PYPY_LIBDIR%%/idlelib/__init__.py +%%PYPY_LIBDIR%%/idlelib/__init__.pyc +%%PYPY_LIBDIR%%/idlelib/aboutDialog.py +%%PYPY_LIBDIR%%/idlelib/aboutDialog.pyc +%%PYPY_LIBDIR%%/idlelib/config-extensions.def +%%PYPY_LIBDIR%%/idlelib/config-highlight.def +%%PYPY_LIBDIR%%/idlelib/config-keys.def +%%PYPY_LIBDIR%%/idlelib/config-main.def +%%PYPY_LIBDIR%%/idlelib/configDialog.py +%%PYPY_LIBDIR%%/idlelib/configDialog.pyc +%%PYPY_LIBDIR%%/idlelib/configHandler.py +%%PYPY_LIBDIR%%/idlelib/configHandler.pyc +%%PYPY_LIBDIR%%/idlelib/configHelpSourceEdit.py +%%PYPY_LIBDIR%%/idlelib/configHelpSourceEdit.pyc +%%PYPY_LIBDIR%%/idlelib/configSectionNameDialog.py +%%PYPY_LIBDIR%%/idlelib/configSectionNameDialog.pyc +%%PYPY_LIBDIR%%/idlelib/dynOptionMenuWidget.py +%%PYPY_LIBDIR%%/idlelib/dynOptionMenuWidget.pyc +%%PYPY_LIBDIR%%/idlelib/extend.txt +%%PYPY_LIBDIR%%/idlelib/help.txt +%%PYPY_LIBDIR%%/idlelib/idle.bat +%%PYPY_LIBDIR%%/idlelib/idle.py +%%PYPY_LIBDIR%%/idlelib/idle.pyc +%%PYPY_LIBDIR%%/idlelib/idle.pyw +%%PYPY_LIBDIR%%/idlelib/idlever.py +%%PYPY_LIBDIR%%/idlelib/idlever.pyc +%%PYPY_LIBDIR%%/idlelib/keybindingDialog.py +%%PYPY_LIBDIR%%/idlelib/keybindingDialog.pyc +%%PYPY_LIBDIR%%/idlelib/macosxSupport.py +%%PYPY_LIBDIR%%/idlelib/macosxSupport.pyc +%%PYPY_LIBDIR%%/idlelib/rpc.py +%%PYPY_LIBDIR%%/idlelib/rpc.pyc +%%PYPY_LIBDIR%%/idlelib/run.py +%%PYPY_LIBDIR%%/idlelib/run.pyc +%%PYPY_LIBDIR%%/idlelib/tabbedpages.py +%%PYPY_LIBDIR%%/idlelib/tabbedpages.pyc +%%PYPY_LIBDIR%%/idlelib/testcode.py +%%PYPY_LIBDIR%%/idlelib/testcode.pyc +%%PYPY_LIBDIR%%/idlelib/textView.py +%%PYPY_LIBDIR%%/idlelib/textView.pyc +%%PYPY_LIBDIR%%/ihooks.py +%%PYPY_LIBDIR%%/ihooks.pyc +%%PYPY_LIBDIR%%/imaplib.py +%%PYPY_LIBDIR%%/imaplib.pyc +%%PYPY_LIBDIR%%/imghdr.py +%%PYPY_LIBDIR%%/imghdr.pyc +%%PYPY_LIBDIR%%/importlib/__init__.py +%%PYPY_LIBDIR%%/importlib/__init__.pyc +%%PYPY_LIBDIR%%/imputil.py +%%PYPY_LIBDIR%%/imputil.pyc +%%PYPY_LIBDIR%%/inspect.py +%%PYPY_LIBDIR%%/inspect.pyc +%%PYPY_LIBDIR%%/io.py +%%PYPY_LIBDIR%%/io.pyc +%%PYPY_LIBDIR%%/json/__init__.py +%%PYPY_LIBDIR%%/json/__init__.pyc +%%PYPY_LIBDIR%%/json/decoder.py +%%PYPY_LIBDIR%%/json/decoder.pyc +%%PYPY_LIBDIR%%/json/encoder.py +%%PYPY_LIBDIR%%/json/encoder.pyc +%%PYPY_LIBDIR%%/json/scanner.py +%%PYPY_LIBDIR%%/json/scanner.pyc +%%PYPY_LIBDIR%%/json/tests/__init__.py +%%PYPY_LIBDIR%%/json/tests/__init__.pyc +%%PYPY_LIBDIR%%/json/tests/test_check_circular.py +%%PYPY_LIBDIR%%/json/tests/test_check_circular.pyc +%%PYPY_LIBDIR%%/json/tests/test_decode.py +%%PYPY_LIBDIR%%/json/tests/test_decode.pyc +%%PYPY_LIBDIR%%/json/tests/test_default.py +%%PYPY_LIBDIR%%/json/tests/test_default.pyc +%%PYPY_LIBDIR%%/json/tests/test_dump.py +%%PYPY_LIBDIR%%/json/tests/test_dump.pyc +%%PYPY_LIBDIR%%/json/tests/test_encode_basestring_ascii.py +%%PYPY_LIBDIR%%/json/tests/test_encode_basestring_ascii.pyc +%%PYPY_LIBDIR%%/json/tests/test_fail.py +%%PYPY_LIBDIR%%/json/tests/test_fail.pyc +%%PYPY_LIBDIR%%/json/tests/test_float.py +%%PYPY_LIBDIR%%/json/tests/test_float.pyc +%%PYPY_LIBDIR%%/json/tests/test_indent.py +%%PYPY_LIBDIR%%/json/tests/test_indent.pyc +%%PYPY_LIBDIR%%/json/tests/test_pass1.py +%%PYPY_LIBDIR%%/json/tests/test_pass1.pyc +%%PYPY_LIBDIR%%/json/tests/test_pass2.py +%%PYPY_LIBDIR%%/json/tests/test_pass2.pyc +%%PYPY_LIBDIR%%/json/tests/test_pass3.py +%%PYPY_LIBDIR%%/json/tests/test_pass3.pyc +%%PYPY_LIBDIR%%/json/tests/test_recursion.py +%%PYPY_LIBDIR%%/json/tests/test_recursion.pyc +%%PYPY_LIBDIR%%/json/tests/test_scanstring.py +%%PYPY_LIBDIR%%/json/tests/test_scanstring.pyc +%%PYPY_LIBDIR%%/json/tests/test_separators.py +%%PYPY_LIBDIR%%/json/tests/test_separators.pyc +%%PYPY_LIBDIR%%/json/tests/test_speedups.py +%%PYPY_LIBDIR%%/json/tests/test_speedups.pyc +%%PYPY_LIBDIR%%/json/tests/test_unicode.py +%%PYPY_LIBDIR%%/json/tests/test_unicode.pyc +%%PYPY_LIBDIR%%/json/tool.py +%%PYPY_LIBDIR%%/json/tool.pyc +%%PYPY_LIBDIR%%/keyword.py +%%PYPY_LIBDIR%%/keyword.pyc +%%PYPY_LIBDIR%%/lib-tk/Canvas.py +%%PYPY_LIBDIR%%/lib-tk/Canvas.pyc +%%PYPY_LIBDIR%%/lib-tk/Dialog.py +%%PYPY_LIBDIR%%/lib-tk/Dialog.pyc +%%PYPY_LIBDIR%%/lib-tk/FileDialog.py +%%PYPY_LIBDIR%%/lib-tk/FileDialog.pyc +%%PYPY_LIBDIR%%/lib-tk/FixTk.py +%%PYPY_LIBDIR%%/lib-tk/FixTk.pyc +%%PYPY_LIBDIR%%/lib-tk/ScrolledText.py +%%PYPY_LIBDIR%%/lib-tk/ScrolledText.pyc +%%PYPY_LIBDIR%%/lib-tk/SimpleDialog.py +%%PYPY_LIBDIR%%/lib-tk/SimpleDialog.pyc +%%PYPY_LIBDIR%%/lib-tk/Tix.py +%%PYPY_LIBDIR%%/lib-tk/Tix.pyc +%%PYPY_LIBDIR%%/lib-tk/Tkconstants.py +%%PYPY_LIBDIR%%/lib-tk/Tkconstants.pyc +%%PYPY_LIBDIR%%/lib-tk/Tkdnd.py +%%PYPY_LIBDIR%%/lib-tk/Tkdnd.pyc +%%PYPY_LIBDIR%%/lib-tk/Tkinter.py +%%PYPY_LIBDIR%%/lib-tk/Tkinter.pyc +%%PYPY_LIBDIR%%/lib-tk/test/README +%%PYPY_LIBDIR%%/lib-tk/test/runtktests.py +%%PYPY_LIBDIR%%/lib-tk/test/runtktests.pyc +%%PYPY_LIBDIR%%/lib-tk/test/test_tkinter/__init__.py +%%PYPY_LIBDIR%%/lib-tk/test/test_tkinter/__init__.pyc +%%PYPY_LIBDIR%%/lib-tk/test/test_tkinter/test_loadtk.py +%%PYPY_LIBDIR%%/lib-tk/test/test_tkinter/test_loadtk.pyc +%%PYPY_LIBDIR%%/lib-tk/test/test_tkinter/test_text.py +%%PYPY_LIBDIR%%/lib-tk/test/test_tkinter/test_text.pyc +%%PYPY_LIBDIR%%/lib-tk/test/test_ttk/__init__.py +%%PYPY_LIBDIR%%/lib-tk/test/test_ttk/__init__.pyc +%%PYPY_LIBDIR%%/lib-tk/test/test_ttk/support.py +%%PYPY_LIBDIR%%/lib-tk/test/test_ttk/support.pyc +%%PYPY_LIBDIR%%/lib-tk/test/test_ttk/test_extensions.py +%%PYPY_LIBDIR%%/lib-tk/test/test_ttk/test_extensions.pyc +%%PYPY_LIBDIR%%/lib-tk/test/test_ttk/test_functions.py +%%PYPY_LIBDIR%%/lib-tk/test/test_ttk/test_functions.pyc +%%PYPY_LIBDIR%%/lib-tk/test/test_ttk/test_style.py +%%PYPY_LIBDIR%%/lib-tk/test/test_ttk/test_style.pyc +%%PYPY_LIBDIR%%/lib-tk/test/test_ttk/test_widgets.py +%%PYPY_LIBDIR%%/lib-tk/test/test_ttk/test_widgets.pyc +%%PYPY_LIBDIR%%/lib-tk/tkColorChooser.py +%%PYPY_LIBDIR%%/lib-tk/tkColorChooser.pyc +%%PYPY_LIBDIR%%/lib-tk/tkCommonDialog.py +%%PYPY_LIBDIR%%/lib-tk/tkCommonDialog.pyc +%%PYPY_LIBDIR%%/lib-tk/tkFileDialog.py +%%PYPY_LIBDIR%%/lib-tk/tkFileDialog.pyc +%%PYPY_LIBDIR%%/lib-tk/tkFont.py +%%PYPY_LIBDIR%%/lib-tk/tkFont.pyc +%%PYPY_LIBDIR%%/lib-tk/tkMessageBox.py +%%PYPY_LIBDIR%%/lib-tk/tkMessageBox.pyc +%%PYPY_LIBDIR%%/lib-tk/tkSimpleDialog.py +%%PYPY_LIBDIR%%/lib-tk/tkSimpleDialog.pyc +%%PYPY_LIBDIR%%/lib-tk/ttk.py +%%PYPY_LIBDIR%%/lib-tk/ttk.pyc +%%PYPY_LIBDIR%%/lib-tk/turtle.py +%%PYPY_LIBDIR%%/lib-tk/turtle.pyc +%%PYPY_LIBDIR%%/lib2to3/Grammar.txt +%%PYPY_LIBDIR%%/lib2to3/PatternGrammar.txt +%%PYPY_LIBDIR%%/lib2to3/__init__.py +%%PYPY_LIBDIR%%/lib2to3/__init__.pyc +%%PYPY_LIBDIR%%/lib2to3/__main__.py +%%PYPY_LIBDIR%%/lib2to3/__main__.pyc +%%PYPY_LIBDIR%%/lib2to3/btm_matcher.py +%%PYPY_LIBDIR%%/lib2to3/btm_matcher.pyc +%%PYPY_LIBDIR%%/lib2to3/btm_utils.py +%%PYPY_LIBDIR%%/lib2to3/btm_utils.pyc +%%PYPY_LIBDIR%%/lib2to3/fixer_base.py +%%PYPY_LIBDIR%%/lib2to3/fixer_base.pyc +%%PYPY_LIBDIR%%/lib2to3/fixer_util.py +%%PYPY_LIBDIR%%/lib2to3/fixer_util.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/__init__.py +%%PYPY_LIBDIR%%/lib2to3/fixes/__init__.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_apply.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_apply.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_basestring.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_basestring.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_buffer.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_buffer.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_callable.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_callable.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_dict.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_dict.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_except.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_except.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_exec.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_exec.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_execfile.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_execfile.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_exitfunc.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_exitfunc.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_filter.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_filter.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_funcattrs.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_funcattrs.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_future.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_future.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_getcwdu.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_getcwdu.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_has_key.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_has_key.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_idioms.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_idioms.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_import.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_import.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_imports.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_imports.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_imports2.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_imports2.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_input.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_input.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_intern.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_intern.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_isinstance.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_isinstance.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_itertools.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_itertools.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_itertools_imports.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_itertools_imports.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_long.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_long.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_map.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_map.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_metaclass.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_metaclass.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_methodattrs.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_methodattrs.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_ne.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_ne.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_next.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_next.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_nonzero.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_nonzero.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_numliterals.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_numliterals.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_operator.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_operator.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_paren.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_paren.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_print.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_print.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_raise.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_raise.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_raw_input.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_raw_input.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_reduce.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_reduce.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_renames.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_renames.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_repr.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_repr.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_set_literal.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_set_literal.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_standarderror.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_standarderror.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_sys_exc.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_sys_exc.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_throw.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_throw.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_tuple_params.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_tuple_params.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_types.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_types.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_unicode.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_unicode.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_urllib.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_urllib.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_ws_comma.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_ws_comma.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_xrange.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_xrange.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_xreadlines.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_xreadlines.pyc +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_zip.py +%%PYPY_LIBDIR%%/lib2to3/fixes/fix_zip.pyc +%%PYPY_LIBDIR%%/lib2to3/main.py +%%PYPY_LIBDIR%%/lib2to3/main.pyc +%%PYPY_LIBDIR%%/lib2to3/patcomp.py +%%PYPY_LIBDIR%%/lib2to3/patcomp.pyc +%%PYPY_LIBDIR%%/lib2to3/pgen2/__init__.py +%%PYPY_LIBDIR%%/lib2to3/pgen2/__init__.pyc +%%PYPY_LIBDIR%%/lib2to3/pgen2/conv.py +%%PYPY_LIBDIR%%/lib2to3/pgen2/conv.pyc +%%PYPY_LIBDIR%%/lib2to3/pgen2/driver.py +%%PYPY_LIBDIR%%/lib2to3/pgen2/driver.pyc +%%PYPY_LIBDIR%%/lib2to3/pgen2/grammar.py +%%PYPY_LIBDIR%%/lib2to3/pgen2/grammar.pyc +%%PYPY_LIBDIR%%/lib2to3/pgen2/literals.py +%%PYPY_LIBDIR%%/lib2to3/pgen2/literals.pyc +%%PYPY_LIBDIR%%/lib2to3/pgen2/parse.py +%%PYPY_LIBDIR%%/lib2to3/pgen2/parse.pyc +%%PYPY_LIBDIR%%/lib2to3/pgen2/pgen.py +%%PYPY_LIBDIR%%/lib2to3/pgen2/pgen.pyc +%%PYPY_LIBDIR%%/lib2to3/pgen2/token.py +%%PYPY_LIBDIR%%/lib2to3/pgen2/token.pyc +%%PYPY_LIBDIR%%/lib2to3/pgen2/tokenize.py +%%PYPY_LIBDIR%%/lib2to3/pgen2/tokenize.pyc +%%PYPY_LIBDIR%%/lib2to3/pygram.py +%%PYPY_LIBDIR%%/lib2to3/pygram.pyc +%%PYPY_LIBDIR%%/lib2to3/pytree.py +%%PYPY_LIBDIR%%/lib2to3/pytree.pyc +%%PYPY_LIBDIR%%/lib2to3/refactor.py +%%PYPY_LIBDIR%%/lib2to3/refactor.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/__init__.py +%%PYPY_LIBDIR%%/lib2to3/tests/__init__.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/data/README +%%PYPY_LIBDIR%%/lib2to3/tests/data/bom.py +%%PYPY_LIBDIR%%/lib2to3/tests/data/bom.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/data/crlf.py +%%PYPY_LIBDIR%%/lib2to3/tests/data/crlf.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/data/different_encoding.py +%%PYPY_LIBDIR%%/lib2to3/tests/data/different_encoding.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/bad_order.py +%%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/bad_order.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/myfixes/__init__.py +%%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/myfixes/__init__.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/myfixes/fix_explicit.py +%%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/myfixes/fix_explicit.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/myfixes/fix_first.py +%%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/myfixes/fix_first.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/myfixes/fix_last.py +%%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/myfixes/fix_last.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/myfixes/fix_parrot.py +%%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/myfixes/fix_parrot.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/myfixes/fix_preorder.py +%%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/myfixes/fix_preorder.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/no_fixer_cls.py +%%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/no_fixer_cls.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/parrot_example.py +%%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/parrot_example.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/data/infinite_recursion.py +%%PYPY_LIBDIR%%/lib2to3/tests/data/infinite_recursion.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/data/py2_test_grammar.py +%%PYPY_LIBDIR%%/lib2to3/tests/data/py2_test_grammar.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/data/py3_test_grammar.py +%%PYPY_LIBDIR%%/lib2to3/tests/pytree_idempotency.py +%%PYPY_LIBDIR%%/lib2to3/tests/pytree_idempotency.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/support.py +%%PYPY_LIBDIR%%/lib2to3/tests/support.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/test_all_fixers.py +%%PYPY_LIBDIR%%/lib2to3/tests/test_all_fixers.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/test_fixers.py +%%PYPY_LIBDIR%%/lib2to3/tests/test_fixers.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/test_main.py +%%PYPY_LIBDIR%%/lib2to3/tests/test_main.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/test_parser.py +%%PYPY_LIBDIR%%/lib2to3/tests/test_parser.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/test_pytree.py +%%PYPY_LIBDIR%%/lib2to3/tests/test_pytree.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/test_refactor.py +%%PYPY_LIBDIR%%/lib2to3/tests/test_refactor.pyc +%%PYPY_LIBDIR%%/lib2to3/tests/test_util.py +%%PYPY_LIBDIR%%/lib2to3/tests/test_util.pyc +%%PYPY_LIBDIR%%/lib_pypy/PyQt4.py +%%PYPY_LIBDIR%%/lib_pypy/PyQt4.pyc +%%PYPY_LIBDIR%%/lib_pypy/__init__.py +%%PYPY_LIBDIR%%/lib_pypy/__init__.pyc +%%PYPY_LIBDIR%%/lib_pypy/_codecs_cn.py +%%PYPY_LIBDIR%%/lib_pypy/_codecs_cn.pyc +%%PYPY_LIBDIR%%/lib_pypy/_codecs_hk.py +%%PYPY_LIBDIR%%/lib_pypy/_codecs_hk.pyc +%%PYPY_LIBDIR%%/lib_pypy/_codecs_iso2022.py +%%PYPY_LIBDIR%%/lib_pypy/_codecs_iso2022.pyc +%%PYPY_LIBDIR%%/lib_pypy/_codecs_jp.py +%%PYPY_LIBDIR%%/lib_pypy/_codecs_jp.pyc +%%PYPY_LIBDIR%%/lib_pypy/_codecs_kr.py +%%PYPY_LIBDIR%%/lib_pypy/_codecs_kr.pyc +%%PYPY_LIBDIR%%/lib_pypy/_codecs_tw.py +%%PYPY_LIBDIR%%/lib_pypy/_codecs_tw.pyc +%%PYPY_LIBDIR%%/lib_pypy/_collections.py +%%PYPY_LIBDIR%%/lib_pypy/_collections.pyc +%%PYPY_LIBDIR%%/lib_pypy/_csv.py +%%PYPY_LIBDIR%%/lib_pypy/_csv.pyc +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/__init__.py +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/__init__.pyc +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/array.py +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/array.pyc +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/basics.py +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/basics.pyc +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/builtin.py +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/builtin.pyc +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/dll.py +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/dll.pyc +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/dummy.py +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/dummy.pyc +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/function.py +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/function.pyc +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/keepalive.txt +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/pointer.py +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/pointer.pyc +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/primitive.py +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/primitive.pyc +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/structure.py +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/structure.pyc +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/union.py +%%PYPY_LIBDIR%%/lib_pypy/_ctypes/union.pyc +%%PYPY_LIBDIR%%/lib_pypy/_ctypes_test.c +%%PYPY_LIBDIR%%/lib_pypy/_ctypes_test.py +%%PYPY_LIBDIR%%/lib_pypy/_ctypes_test.pyc +%%PYPY_LIBDIR%%/lib_pypy/_elementtree.py +%%PYPY_LIBDIR%%/lib_pypy/_elementtree.pyc +%%PYPY_LIBDIR%%/lib_pypy/_functools.py +%%PYPY_LIBDIR%%/lib_pypy/_functools.pyc +%%PYPY_LIBDIR%%/lib_pypy/_marshal.py +%%PYPY_LIBDIR%%/lib_pypy/_marshal.pyc +%%PYPY_LIBDIR%%/lib_pypy/_md5.py +%%PYPY_LIBDIR%%/lib_pypy/_md5.pyc +%%PYPY_LIBDIR%%/lib_pypy/_minimal_curses.py +%%PYPY_LIBDIR%%/lib_pypy/_minimal_curses.pyc +%%PYPY_LIBDIR%%/lib_pypy/_pypy_interact.py +%%PYPY_LIBDIR%%/lib_pypy/_pypy_interact.pyc +%%PYPY_LIBDIR%%/lib_pypy/_pypy_irc_topic.py +%%PYPY_LIBDIR%%/lib_pypy/_pypy_irc_topic.pyc +%%PYPY_LIBDIR%%/lib_pypy/_pypy_wait.py +%%PYPY_LIBDIR%%/lib_pypy/_pypy_wait.pyc +%%PYPY_LIBDIR%%/lib_pypy/_rpyc_support.py +%%PYPY_LIBDIR%%/lib_pypy/_rpyc_support.pyc +%%PYPY_LIBDIR%%/lib_pypy/_scproxy.py +%%PYPY_LIBDIR%%/lib_pypy/_scproxy.pyc +%%PYPY_LIBDIR%%/lib_pypy/_sha.py +%%PYPY_LIBDIR%%/lib_pypy/_sha.pyc +%%PYPY_LIBDIR%%/lib_pypy/_sha256.py +%%PYPY_LIBDIR%%/lib_pypy/_sha256.pyc +%%PYPY_LIBDIR%%/lib_pypy/_sha512.py +%%PYPY_LIBDIR%%/lib_pypy/_sha512.pyc +%%PYPY_LIBDIR%%/lib_pypy/_sqlite3.py +%%PYPY_LIBDIR%%/lib_pypy/_sqlite3.pyc +%%PYPY_LIBDIR%%/lib_pypy/_structseq.py +%%PYPY_LIBDIR%%/lib_pypy/_structseq.pyc +%%PYPY_LIBDIR%%/lib_pypy/_subprocess.py +%%PYPY_LIBDIR%%/lib_pypy/_subprocess.pyc +%%PYPY_LIBDIR%%/lib_pypy/_testcapi.py +%%PYPY_LIBDIR%%/lib_pypy/_testcapi.pyc +%%PYPY_LIBDIR%%/lib_pypy/_testcapimodule.c +%%PYPY_LIBDIR%%/lib_pypy/cPickle.py +%%PYPY_LIBDIR%%/lib_pypy/cPickle.pyc +%%PYPY_LIBDIR%%/lib_pypy/cStringIO.py +%%PYPY_LIBDIR%%/lib_pypy/cStringIO.pyc +%%PYPY_LIBDIR%%/lib_pypy/conftest.py +%%PYPY_LIBDIR%%/lib_pypy/conftest.pyc +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/__init__.py +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/__init__.pyc +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/_locale_%%PYPY_ARCH%%_.py +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/_locale_%%PYPY_ARCH%%_.pyc +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/_locale_cache.py +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/_locale_cache.pyc +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/_resource_%%PYPY_ARCH%%_.py +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/_resource_%%PYPY_ARCH%%_.pyc +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/_resource_cache.py +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/_resource_cache.pyc +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/_syslog_%%PYPY_ARCH%%_.py +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/_syslog_%%PYPY_ARCH%%_.pyc +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/_syslog_cache.py +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/_syslog_cache.pyc +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/autopath.py +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/autopath.pyc +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/dumpcache.py +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/dumpcache.pyc +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/locale.ctc.py +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/locale.ctc.pyc +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/rebuild.py +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/rebuild.py.orig +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/rebuild.pyc +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/resource.ctc.py +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/resource.ctc.pyc +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/syslog.ctc.py +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/syslog.ctc.pyc +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/test/test_cache.py +%%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/test/test_cache.pyc +%%PYPY_LIBDIR%%/lib_pypy/ctypes_support.py +%%PYPY_LIBDIR%%/lib_pypy/ctypes_support.pyc +%%PYPY_LIBDIR%%/lib_pypy/datetime.py +%%PYPY_LIBDIR%%/lib_pypy/datetime.pyc +%%PYPY_LIBDIR%%/lib_pypy/dbm.py +%%PYPY_LIBDIR%%/lib_pypy/dbm.pyc +%%PYPY_LIBDIR%%/lib_pypy/disassembler.py +%%PYPY_LIBDIR%%/lib_pypy/disassembler.pyc +%%PYPY_LIBDIR%%/lib_pypy/distributed/__init__.py +%%PYPY_LIBDIR%%/lib_pypy/distributed/__init__.pyc +%%PYPY_LIBDIR%%/lib_pypy/distributed/demo/sockdemo.py +%%PYPY_LIBDIR%%/lib_pypy/distributed/demo/sockdemo.pyc +%%PYPY_LIBDIR%%/lib_pypy/distributed/faker.py +%%PYPY_LIBDIR%%/lib_pypy/distributed/faker.pyc +%%PYPY_LIBDIR%%/lib_pypy/distributed/objkeeper.py +%%PYPY_LIBDIR%%/lib_pypy/distributed/objkeeper.pyc +%%PYPY_LIBDIR%%/lib_pypy/distributed/protocol.py +%%PYPY_LIBDIR%%/lib_pypy/distributed/protocol.pyc +%%PYPY_LIBDIR%%/lib_pypy/distributed/socklayer.py +%%PYPY_LIBDIR%%/lib_pypy/distributed/socklayer.pyc +%%PYPY_LIBDIR%%/lib_pypy/distributed/support.py +%%PYPY_LIBDIR%%/lib_pypy/distributed/support.pyc +%%PYPY_LIBDIR%%/lib_pypy/distributed/test/__init__.py +%%PYPY_LIBDIR%%/lib_pypy/distributed/test/__init__.pyc +%%PYPY_LIBDIR%%/lib_pypy/distributed/test/test_distributed.py +%%PYPY_LIBDIR%%/lib_pypy/distributed/test/test_distributed.pyc +%%PYPY_LIBDIR%%/lib_pypy/distributed/test/test_greensock.py +%%PYPY_LIBDIR%%/lib_pypy/distributed/test/test_greensock.pyc +%%PYPY_LIBDIR%%/lib_pypy/distributed/test/test_socklayer.py +%%PYPY_LIBDIR%%/lib_pypy/distributed/test/test_socklayer.pyc +%%PYPY_LIBDIR%%/lib_pypy/future_builtins.py +%%PYPY_LIBDIR%%/lib_pypy/future_builtins.pyc +%%PYPY_LIBDIR%%/lib_pypy/greenlet.py +%%PYPY_LIBDIR%%/lib_pypy/greenlet.pyc +%%PYPY_LIBDIR%%/lib_pypy/grp.py +%%PYPY_LIBDIR%%/lib_pypy/grp.pyc +%%PYPY_LIBDIR%%/lib_pypy/identity_dict.py +%%PYPY_LIBDIR%%/lib_pypy/identity_dict.pyc +%%PYPY_LIBDIR%%/lib_pypy/itertools.py +%%PYPY_LIBDIR%%/lib_pypy/itertools.pyc +%%PYPY_LIBDIR%%/lib_pypy/marshal.py +%%PYPY_LIBDIR%%/lib_pypy/marshal.pyc +%%PYPY_LIBDIR%%/lib_pypy/msvcrt.py +%%PYPY_LIBDIR%%/lib_pypy/msvcrt.pyc +%%PYPY_LIBDIR%%/lib_pypy/numpy.py +%%PYPY_LIBDIR%%/lib_pypy/numpy.pyc +%%PYPY_LIBDIR%%/lib_pypy/numpypy/__init__.py +%%PYPY_LIBDIR%%/lib_pypy/numpypy/__init__.pyc +%%PYPY_LIBDIR%%/lib_pypy/numpypy/core/__init__.py +%%PYPY_LIBDIR%%/lib_pypy/numpypy/core/__init__.pyc +%%PYPY_LIBDIR%%/lib_pypy/numpypy/core/_methods.py +%%PYPY_LIBDIR%%/lib_pypy/numpypy/core/_methods.pyc +%%PYPY_LIBDIR%%/lib_pypy/numpypy/core/arrayprint.py +%%PYPY_LIBDIR%%/lib_pypy/numpypy/core/arrayprint.pyc +%%PYPY_LIBDIR%%/lib_pypy/numpypy/core/fromnumeric.py +%%PYPY_LIBDIR%%/lib_pypy/numpypy/core/fromnumeric.pyc +%%PYPY_LIBDIR%%/lib_pypy/numpypy/core/numeric.py +%%PYPY_LIBDIR%%/lib_pypy/numpypy/core/numeric.pyc +%%PYPY_LIBDIR%%/lib_pypy/pwd.py +%%PYPY_LIBDIR%%/lib_pypy/pwd.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/__init__.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/__init__.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/hack___pypy__.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/hack___pypy__.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/inprogress_test_binascii_extra.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/inprogress_test_binascii_extra.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/no_test_pickle_extra.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/no_test_pickle_extra.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_collections.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_collections.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_coroutine.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_coroutine.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_ctypes_support.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_ctypes_support.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_datetime.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_datetime.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_dbm_extra.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_dbm_extra.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_defaultdict.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_defaultdict.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_deque_extra.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_deque_extra.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_exception_extra.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_exception_extra.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_grp_extra.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_grp_extra.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_itertools.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_itertools.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_marshal_extra.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_marshal_extra.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_md5_extra.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_md5_extra.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_os_wait.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_os_wait.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_pickle_extra.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_pickle_extra.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_resource.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_resource.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_sha_extra.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_sha_extra.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_site_extra.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_site_extra.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_stackless.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_stackless.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_stackless_pickling.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_stackless_pickling.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_structseq.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_structseq.pyc +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_syslog.py +%%PYPY_LIBDIR%%/lib_pypy/pypy_test/test_syslog.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/__init__.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/__init__.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/cmdrepl.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/cmdrepl.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/commands.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/commands.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/completer.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/completer.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/completing_reader.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/completing_reader.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/console.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/console.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/copy_code.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/copy_code.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/curses.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/curses.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/fancy_termios.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/fancy_termios.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/historical_reader.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/historical_reader.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/input.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/input.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/keymap.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/keymap.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/keymaps.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/keymaps.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/module_lister.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/module_lister.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/pygame_console.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/pygame_console.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/pygame_keymap.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/pygame_keymap.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/python_reader.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/python_reader.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/reader.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/reader.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/readline.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/readline.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/simple_interact.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/simple_interact.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/test/test_functional.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/test/test_functional.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/tests/__init__.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/tests/__init__.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/tests/basic.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/tests/basic.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/tests/bugs.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/tests/bugs.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/tests/infrastructure.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/tests/infrastructure.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/tests/wishes.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/tests/wishes.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/unicodedata_.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/unicodedata_.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/unix_console.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/unix_console.pyc +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/unix_eventqueue.py +%%PYPY_LIBDIR%%/lib_pypy/pyrepl/unix_eventqueue.pyc +%%PYPY_LIBDIR%%/lib_pypy/readline.py +%%PYPY_LIBDIR%%/lib_pypy/readline.pyc +%%PYPY_LIBDIR%%/lib_pypy/resource.py +%%PYPY_LIBDIR%%/lib_pypy/resource.pyc +%%PYPY_LIBDIR%%/lib_pypy/sip.py +%%PYPY_LIBDIR%%/lib_pypy/sip.pyc +%%PYPY_LIBDIR%%/lib_pypy/stackless.py +%%PYPY_LIBDIR%%/lib_pypy/stackless.pyc +%%PYPY_LIBDIR%%/lib_pypy/syslog.py +%%PYPY_LIBDIR%%/lib_pypy/syslog.pyc +%%PYPY_LIBDIR%%/lib_pypy/testcapi_long.h +%%PYPY_LIBDIR%%/lib_pypy/tputil.py +%%PYPY_LIBDIR%%/lib_pypy/tputil.pyc +%%PYPY_LIBDIR%%/linecache.py +%%PYPY_LIBDIR%%/linecache.pyc +%%PYPY_LIBDIR%%/locale.py +%%PYPY_LIBDIR%%/locale.pyc +%%PYPY_LIBDIR%%/logging/__init__.py +%%PYPY_LIBDIR%%/logging/__init__.pyc +%%PYPY_LIBDIR%%/logging/config.py +%%PYPY_LIBDIR%%/logging/config.pyc +%%PYPY_LIBDIR%%/logging/handlers.py +%%PYPY_LIBDIR%%/logging/handlers.pyc +%%PYPY_LIBDIR%%/macpath.py +%%PYPY_LIBDIR%%/macpath.pyc +%%PYPY_LIBDIR%%/macurl2path.py +%%PYPY_LIBDIR%%/macurl2path.pyc +%%PYPY_LIBDIR%%/mailbox.py +%%PYPY_LIBDIR%%/mailbox.pyc +%%PYPY_LIBDIR%%/mailcap.py +%%PYPY_LIBDIR%%/mailcap.pyc +%%PYPY_LIBDIR%%/markupbase.py +%%PYPY_LIBDIR%%/markupbase.pyc +%%PYPY_LIBDIR%%/md5.py +%%PYPY_LIBDIR%%/md5.pyc +%%PYPY_LIBDIR%%/mhlib.py +%%PYPY_LIBDIR%%/mhlib.pyc +%%PYPY_LIBDIR%%/mimetools.py +%%PYPY_LIBDIR%%/mimetools.pyc +%%PYPY_LIBDIR%%/mimetypes.py +%%PYPY_LIBDIR%%/mimetypes.pyc +%%PYPY_LIBDIR%%/mimify.py +%%PYPY_LIBDIR%%/mimify.pyc +%%PYPY_LIBDIR%%/modulefinder.py +%%PYPY_LIBDIR%%/modulefinder.pyc +%%PYPY_LIBDIR%%/msilib/__init__.py +%%PYPY_LIBDIR%%/msilib/__init__.pyc +%%PYPY_LIBDIR%%/msilib/schema.py +%%PYPY_LIBDIR%%/msilib/schema.pyc +%%PYPY_LIBDIR%%/msilib/sequence.py +%%PYPY_LIBDIR%%/msilib/sequence.pyc +%%PYPY_LIBDIR%%/msilib/text.py +%%PYPY_LIBDIR%%/msilib/text.pyc +%%PYPY_LIBDIR%%/multifile.py +%%PYPY_LIBDIR%%/multifile.pyc +%%PYPY_LIBDIR%%/multiprocessing/__init__.py +%%PYPY_LIBDIR%%/multiprocessing/__init__.pyc +%%PYPY_LIBDIR%%/multiprocessing/connection.py +%%PYPY_LIBDIR%%/multiprocessing/connection.pyc +%%PYPY_LIBDIR%%/multiprocessing/dummy/__init__.py +%%PYPY_LIBDIR%%/multiprocessing/dummy/__init__.pyc +%%PYPY_LIBDIR%%/multiprocessing/dummy/connection.py +%%PYPY_LIBDIR%%/multiprocessing/dummy/connection.pyc +%%PYPY_LIBDIR%%/multiprocessing/forking.py +%%PYPY_LIBDIR%%/multiprocessing/forking.pyc +%%PYPY_LIBDIR%%/multiprocessing/heap.py +%%PYPY_LIBDIR%%/multiprocessing/heap.pyc +%%PYPY_LIBDIR%%/multiprocessing/managers.py +%%PYPY_LIBDIR%%/multiprocessing/managers.pyc +%%PYPY_LIBDIR%%/multiprocessing/pool.py +%%PYPY_LIBDIR%%/multiprocessing/pool.pyc +%%PYPY_LIBDIR%%/multiprocessing/process.py +%%PYPY_LIBDIR%%/multiprocessing/process.pyc +%%PYPY_LIBDIR%%/multiprocessing/queues.py +%%PYPY_LIBDIR%%/multiprocessing/queues.pyc +%%PYPY_LIBDIR%%/multiprocessing/reduction.py +%%PYPY_LIBDIR%%/multiprocessing/reduction.pyc +%%PYPY_LIBDIR%%/multiprocessing/sharedctypes.py +%%PYPY_LIBDIR%%/multiprocessing/sharedctypes.pyc +%%PYPY_LIBDIR%%/multiprocessing/synchronize.py +%%PYPY_LIBDIR%%/multiprocessing/synchronize.pyc +%%PYPY_LIBDIR%%/multiprocessing/util.py +%%PYPY_LIBDIR%%/multiprocessing/util.pyc +%%PYPY_LIBDIR%%/mutex.py +%%PYPY_LIBDIR%%/mutex.pyc +%%PYPY_LIBDIR%%/netrc.py +%%PYPY_LIBDIR%%/netrc.pyc +%%PYPY_LIBDIR%%/new.py +%%PYPY_LIBDIR%%/new.pyc +%%PYPY_LIBDIR%%/nntplib.py +%%PYPY_LIBDIR%%/nntplib.pyc +%%PYPY_LIBDIR%%/ntpath.py +%%PYPY_LIBDIR%%/ntpath.pyc +%%PYPY_LIBDIR%%/nturl2path.py +%%PYPY_LIBDIR%%/nturl2path.pyc +%%PYPY_LIBDIR%%/numbers.py +%%PYPY_LIBDIR%%/numbers.pyc +%%PYPY_LIBDIR%%/opcode.py +%%PYPY_LIBDIR%%/opcode.pyc +%%PYPY_LIBDIR%%/optparse.py +%%PYPY_LIBDIR%%/optparse.pyc +%%PYPY_LIBDIR%%/os.py +%%PYPY_LIBDIR%%/os.pyc +%%PYPY_LIBDIR%%/os2emxpath.py +%%PYPY_LIBDIR%%/os2emxpath.pyc +%%PYPY_LIBDIR%%/pdb.doc +%%PYPY_LIBDIR%%/pdb.py +%%PYPY_LIBDIR%%/pdb.pyc +%%PYPY_LIBDIR%%/pickle.py +%%PYPY_LIBDIR%%/pickle.pyc +%%PYPY_LIBDIR%%/pickletools.py +%%PYPY_LIBDIR%%/pickletools.pyc +%%PYPY_LIBDIR%%/pipes.py +%%PYPY_LIBDIR%%/pipes.pyc +%%PYPY_LIBDIR%%/pkgutil.py +%%PYPY_LIBDIR%%/pkgutil.pyc +%%PYPY_LIBDIR%%/plat-aix3/IN.py +%%PYPY_LIBDIR%%/plat-aix3/IN.pyc +%%PYPY_LIBDIR%%/plat-aix3/regen +%%PYPY_LIBDIR%%/plat-aix4/IN.py +%%PYPY_LIBDIR%%/plat-aix4/IN.pyc +%%PYPY_LIBDIR%%/plat-aix4/regen +%%PYPY_LIBDIR%%/plat-atheos/IN.py +%%PYPY_LIBDIR%%/plat-atheos/IN.pyc +%%PYPY_LIBDIR%%/plat-atheos/TYPES.py +%%PYPY_LIBDIR%%/plat-atheos/TYPES.pyc +%%PYPY_LIBDIR%%/plat-atheos/regen +%%PYPY_LIBDIR%%/plat-beos5/IN.py +%%PYPY_LIBDIR%%/plat-beos5/IN.pyc +%%PYPY_LIBDIR%%/plat-beos5/regen +%%PYPY_LIBDIR%%/plat-darwin/IN.py +%%PYPY_LIBDIR%%/plat-darwin/IN.pyc +%%PYPY_LIBDIR%%/plat-darwin/regen +%%PYPY_LIBDIR%%/plat-freebsd4/IN.py +%%PYPY_LIBDIR%%/plat-freebsd4/IN.pyc +%%PYPY_LIBDIR%%/plat-freebsd4/regen +%%PYPY_LIBDIR%%/plat-freebsd5/IN.py +%%PYPY_LIBDIR%%/plat-freebsd5/IN.pyc +%%PYPY_LIBDIR%%/plat-freebsd5/regen +%%PYPY_LIBDIR%%/plat-freebsd6/IN.py +%%PYPY_LIBDIR%%/plat-freebsd6/IN.pyc +%%PYPY_LIBDIR%%/plat-freebsd6/regen +%%PYPY_LIBDIR%%/plat-freebsd7/IN.py +%%PYPY_LIBDIR%%/plat-freebsd7/IN.pyc +%%PYPY_LIBDIR%%/plat-freebsd7/regen +%%PYPY_LIBDIR%%/plat-freebsd8/IN.py +%%PYPY_LIBDIR%%/plat-freebsd8/IN.pyc +%%PYPY_LIBDIR%%/plat-freebsd8/regen +%%PYPY_LIBDIR%%/plat-generic/regen +%%PYPY_LIBDIR%%/plat-irix5/AL.py +%%PYPY_LIBDIR%%/plat-irix5/AL.pyc +%%PYPY_LIBDIR%%/plat-irix5/CD.py +%%PYPY_LIBDIR%%/plat-irix5/CD.pyc +%%PYPY_LIBDIR%%/plat-irix5/CL.py +%%PYPY_LIBDIR%%/plat-irix5/CL.pyc +%%PYPY_LIBDIR%%/plat-irix5/CL_old.py +%%PYPY_LIBDIR%%/plat-irix5/CL_old.pyc +%%PYPY_LIBDIR%%/plat-irix5/DEVICE.py +%%PYPY_LIBDIR%%/plat-irix5/DEVICE.pyc +%%PYPY_LIBDIR%%/plat-irix5/ERRNO.py +%%PYPY_LIBDIR%%/plat-irix5/ERRNO.pyc +%%PYPY_LIBDIR%%/plat-irix5/FILE.py +%%PYPY_LIBDIR%%/plat-irix5/FILE.pyc +%%PYPY_LIBDIR%%/plat-irix5/FL.py +%%PYPY_LIBDIR%%/plat-irix5/FL.pyc +%%PYPY_LIBDIR%%/plat-irix5/GET.py +%%PYPY_LIBDIR%%/plat-irix5/GET.pyc +%%PYPY_LIBDIR%%/plat-irix5/GL.py +%%PYPY_LIBDIR%%/plat-irix5/GL.pyc +%%PYPY_LIBDIR%%/plat-irix5/GLWS.py +%%PYPY_LIBDIR%%/plat-irix5/GLWS.pyc +%%PYPY_LIBDIR%%/plat-irix5/IN.py +%%PYPY_LIBDIR%%/plat-irix5/IN.pyc +%%PYPY_LIBDIR%%/plat-irix5/IOCTL.py +%%PYPY_LIBDIR%%/plat-irix5/IOCTL.pyc +%%PYPY_LIBDIR%%/plat-irix5/SV.py +%%PYPY_LIBDIR%%/plat-irix5/SV.pyc +%%PYPY_LIBDIR%%/plat-irix5/WAIT.py +%%PYPY_LIBDIR%%/plat-irix5/WAIT.pyc +%%PYPY_LIBDIR%%/plat-irix5/cddb.py +%%PYPY_LIBDIR%%/plat-irix5/cddb.pyc +%%PYPY_LIBDIR%%/plat-irix5/cdplayer.py +%%PYPY_LIBDIR%%/plat-irix5/cdplayer.pyc +%%PYPY_LIBDIR%%/plat-irix5/flp.doc +%%PYPY_LIBDIR%%/plat-irix5/flp.py +%%PYPY_LIBDIR%%/plat-irix5/flp.pyc +%%PYPY_LIBDIR%%/plat-irix5/jpeg.py +%%PYPY_LIBDIR%%/plat-irix5/jpeg.pyc +%%PYPY_LIBDIR%%/plat-irix5/panel.py +%%PYPY_LIBDIR%%/plat-irix5/panel.pyc +%%PYPY_LIBDIR%%/plat-irix5/panelparser.py +%%PYPY_LIBDIR%%/plat-irix5/panelparser.pyc +%%PYPY_LIBDIR%%/plat-irix5/readcd.doc +%%PYPY_LIBDIR%%/plat-irix5/readcd.py +%%PYPY_LIBDIR%%/plat-irix5/readcd.pyc +%%PYPY_LIBDIR%%/plat-irix5/regen +%%PYPY_LIBDIR%%/plat-irix5/torgb.py +%%PYPY_LIBDIR%%/plat-irix5/torgb.pyc +%%PYPY_LIBDIR%%/plat-irix6/AL.py +%%PYPY_LIBDIR%%/plat-irix6/AL.pyc +%%PYPY_LIBDIR%%/plat-irix6/CD.py +%%PYPY_LIBDIR%%/plat-irix6/CD.pyc +%%PYPY_LIBDIR%%/plat-irix6/CL.py +%%PYPY_LIBDIR%%/plat-irix6/CL.pyc +%%PYPY_LIBDIR%%/plat-irix6/DEVICE.py +%%PYPY_LIBDIR%%/plat-irix6/DEVICE.pyc +%%PYPY_LIBDIR%%/plat-irix6/ERRNO.py +%%PYPY_LIBDIR%%/plat-irix6/ERRNO.pyc +%%PYPY_LIBDIR%%/plat-irix6/FILE.py +%%PYPY_LIBDIR%%/plat-irix6/FILE.pyc +%%PYPY_LIBDIR%%/plat-irix6/FL.py +%%PYPY_LIBDIR%%/plat-irix6/FL.pyc +%%PYPY_LIBDIR%%/plat-irix6/GET.py +%%PYPY_LIBDIR%%/plat-irix6/GET.pyc +%%PYPY_LIBDIR%%/plat-irix6/GL.py +%%PYPY_LIBDIR%%/plat-irix6/GL.pyc +%%PYPY_LIBDIR%%/plat-irix6/GLWS.py +%%PYPY_LIBDIR%%/plat-irix6/GLWS.pyc +%%PYPY_LIBDIR%%/plat-irix6/IN.py +%%PYPY_LIBDIR%%/plat-irix6/IN.pyc +%%PYPY_LIBDIR%%/plat-irix6/IOCTL.py +%%PYPY_LIBDIR%%/plat-irix6/IOCTL.pyc +%%PYPY_LIBDIR%%/plat-irix6/SV.py +%%PYPY_LIBDIR%%/plat-irix6/SV.pyc +%%PYPY_LIBDIR%%/plat-irix6/WAIT.py +%%PYPY_LIBDIR%%/plat-irix6/WAIT.pyc +%%PYPY_LIBDIR%%/plat-irix6/cddb.py +%%PYPY_LIBDIR%%/plat-irix6/cddb.pyc +%%PYPY_LIBDIR%%/plat-irix6/cdplayer.py +%%PYPY_LIBDIR%%/plat-irix6/cdplayer.pyc +%%PYPY_LIBDIR%%/plat-irix6/flp.doc +%%PYPY_LIBDIR%%/plat-irix6/flp.py +%%PYPY_LIBDIR%%/plat-irix6/flp.pyc +%%PYPY_LIBDIR%%/plat-irix6/jpeg.py +%%PYPY_LIBDIR%%/plat-irix6/jpeg.pyc +%%PYPY_LIBDIR%%/plat-irix6/panel.py +%%PYPY_LIBDIR%%/plat-irix6/panel.pyc +%%PYPY_LIBDIR%%/plat-irix6/panelparser.py +%%PYPY_LIBDIR%%/plat-irix6/panelparser.pyc +%%PYPY_LIBDIR%%/plat-irix6/readcd.doc +%%PYPY_LIBDIR%%/plat-irix6/readcd.py +%%PYPY_LIBDIR%%/plat-irix6/readcd.pyc +%%PYPY_LIBDIR%%/plat-irix6/regen +%%PYPY_LIBDIR%%/plat-irix6/torgb.py +%%PYPY_LIBDIR%%/plat-irix6/torgb.pyc +%%PYPY_LIBDIR%%/plat-linux2/CDROM.py +%%PYPY_LIBDIR%%/plat-linux2/CDROM.pyc +%%PYPY_LIBDIR%%/plat-linux2/DLFCN.py +%%PYPY_LIBDIR%%/plat-linux2/DLFCN.pyc +%%PYPY_LIBDIR%%/plat-linux2/IN.py +%%PYPY_LIBDIR%%/plat-linux2/IN.pyc +%%PYPY_LIBDIR%%/plat-linux2/TYPES.py +%%PYPY_LIBDIR%%/plat-linux2/TYPES.pyc +%%PYPY_LIBDIR%%/plat-linux2/regen +%%PYPY_LIBDIR%%/plat-mac/Audio_mac.py +%%PYPY_LIBDIR%%/plat-mac/Audio_mac.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/AE.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/AE.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/AH.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/AH.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Alias.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Alias.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Aliases.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Aliases.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/App.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/App.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Appearance.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Appearance.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/AppleEvents.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/AppleEvents.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/AppleHelp.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/AppleHelp.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/CF.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/CF.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/CG.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/CG.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/CarbonEvents.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/CarbonEvents.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/CarbonEvt.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/CarbonEvt.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Cm.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Cm.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Components.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Components.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/ControlAccessor.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/ControlAccessor.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Controls.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Controls.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/CoreFoundation.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/CoreFoundation.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/CoreGraphics.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/CoreGraphics.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Ctl.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Ctl.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Dialogs.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Dialogs.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Dlg.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Dlg.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Drag.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Drag.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Dragconst.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Dragconst.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Events.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Events.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Evt.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Evt.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/File.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/File.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Files.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Files.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Fm.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Fm.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Folder.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Folder.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Folders.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Folders.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Fonts.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Fonts.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Help.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Help.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/IBCarbon.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/IBCarbon.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/IBCarbonRuntime.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/IBCarbonRuntime.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Icn.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Icn.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Icons.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Icons.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Launch.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Launch.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/LaunchServices.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/LaunchServices.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/List.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/List.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Lists.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Lists.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/MacHelp.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/MacHelp.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/MacTextEditor.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/MacTextEditor.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/MediaDescr.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/MediaDescr.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Menu.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Menu.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Menus.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Menus.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Mlte.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Mlte.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/OSA.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/OSA.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/OSAconst.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/OSAconst.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/QDOffscreen.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/QDOffscreen.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Qd.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Qd.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Qdoffs.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Qdoffs.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Qt.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Qt.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/QuickDraw.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/QuickDraw.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/QuickTime.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/QuickTime.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Res.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Res.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Resources.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Resources.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Scrap.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Scrap.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Snd.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Snd.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Sndihooks.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Sndihooks.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Sound.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Sound.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/TE.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/TE.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/TextEdit.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/TextEdit.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Win.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Win.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/Windows.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/Windows.pyc +%%PYPY_LIBDIR%%/plat-mac/Carbon/__init__.py +%%PYPY_LIBDIR%%/plat-mac/Carbon/__init__.pyc +%%PYPY_LIBDIR%%/plat-mac/EasyDialogs.py +%%PYPY_LIBDIR%%/plat-mac/EasyDialogs.pyc +%%PYPY_LIBDIR%%/plat-mac/FrameWork.py +%%PYPY_LIBDIR%%/plat-mac/FrameWork.pyc +%%PYPY_LIBDIR%%/plat-mac/MiniAEFrame.py +%%PYPY_LIBDIR%%/plat-mac/MiniAEFrame.pyc +%%PYPY_LIBDIR%%/plat-mac/PixMapWrapper.py +%%PYPY_LIBDIR%%/plat-mac/PixMapWrapper.pyc +%%PYPY_LIBDIR%%/plat-mac/aepack.py +%%PYPY_LIBDIR%%/plat-mac/aepack.pyc +%%PYPY_LIBDIR%%/plat-mac/aetools.py +%%PYPY_LIBDIR%%/plat-mac/aetools.pyc +%%PYPY_LIBDIR%%/plat-mac/aetypes.py +%%PYPY_LIBDIR%%/plat-mac/aetypes.pyc +%%PYPY_LIBDIR%%/plat-mac/applesingle.py +%%PYPY_LIBDIR%%/plat-mac/applesingle.pyc +%%PYPY_LIBDIR%%/plat-mac/appletrawmain.py +%%PYPY_LIBDIR%%/plat-mac/appletrawmain.pyc +%%PYPY_LIBDIR%%/plat-mac/appletrunner.py +%%PYPY_LIBDIR%%/plat-mac/appletrunner.pyc +%%PYPY_LIBDIR%%/plat-mac/argvemulator.py +%%PYPY_LIBDIR%%/plat-mac/argvemulator.pyc +%%PYPY_LIBDIR%%/plat-mac/bgenlocations.py +%%PYPY_LIBDIR%%/plat-mac/bgenlocations.pyc +%%PYPY_LIBDIR%%/plat-mac/buildtools.py +%%PYPY_LIBDIR%%/plat-mac/buildtools.pyc +%%PYPY_LIBDIR%%/plat-mac/bundlebuilder.py +%%PYPY_LIBDIR%%/plat-mac/bundlebuilder.pyc +%%PYPY_LIBDIR%%/plat-mac/cfmfile.py +%%PYPY_LIBDIR%%/plat-mac/cfmfile.pyc +%%PYPY_LIBDIR%%/plat-mac/dialogs.rsrc +%%PYPY_LIBDIR%%/plat-mac/errors.rsrc +%%PYPY_LIBDIR%%/plat-mac/findertools.py +%%PYPY_LIBDIR%%/plat-mac/findertools.pyc +%%PYPY_LIBDIR%%/plat-mac/gensuitemodule.py +%%PYPY_LIBDIR%%/plat-mac/gensuitemodule.pyc +%%PYPY_LIBDIR%%/plat-mac/ic.py +%%PYPY_LIBDIR%%/plat-mac/ic.pyc +%%PYPY_LIBDIR%%/plat-mac/icopen.py +%%PYPY_LIBDIR%%/plat-mac/icopen.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.= py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.= pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_S= uite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_S= uite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/CodeWarrior/Required.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/CodeWarrior/Required.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/CodeWarrior/Standard_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/CodeWarrior/Standard_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/CodeWarrior/__init__.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/CodeWarrior/__init__.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Ex= plorer.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Ex= plorer.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Explorer/Required_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Explorer/URL_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Explorer/__init__.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Explorer/__init__.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/Containers_and_folders.= py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/Containers_and_folders.= pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/Enumerations.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/Enumerations.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/Files.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/Files.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/Finder_Basics.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/Finder_items.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/Finder_items.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/Legacy_suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/Legacy_suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/Standard_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/Standard_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/Type_Definitions.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/Type_Definitions.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/Window_classes.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/Window_classes.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/__init__.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder/__init__.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Netscape/Mozilla_suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Netscape/Mozilla_suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Netscape/PowerPlant.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Netscape/PowerPlant.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Netscape/Required_suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Netscape/Required_suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Netscape/Standard_URL_suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Netscape/Standard_URL_suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Netscape/Text.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Netscape/Text.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Netscape/WorldWideWeb_suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Netscape/WorldWideWeb_suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Netscape/__init__.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Netscape/__init__.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivi= ty_Clas.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivi= ty_Clas.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_S= uite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_S= uite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_S= uppleme.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_S= uppleme.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/__init__.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites/__init__.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/Disk_Folder_File_= Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/Disk_Folder_File_= Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/Folder_Actions_Su= ite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/Folder_Actions_Su= ite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/Hidden_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/Hidden_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite= =2Epy +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite= =2Epyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/Power_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/Power_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/Processes_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/Processes_Suite.p= yc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/Standard_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/Standard_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/System_Events_Sui= te.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/System_Events_Sui= te.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/Text_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/Text_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/__init__.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents/__init__.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Terminal/Standard_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Terminal/Standard_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Terminal/Terminal_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Terminal/Terminal_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Terminal/Text_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Terminal/Text_Suite.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Terminal/__init__.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Terminal/__init__.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/_builtinSuites/__init__.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/_builtinSuites/__init__.pyc +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/_builtinSuites/builtin_Suite.py +%%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/_builtinSuites/builtin_Suite.p= yc +%%PYPY_LIBDIR%%/plat-mac/macerrors.py +%%PYPY_LIBDIR%%/plat-mac/macerrors.pyc +%%PYPY_LIBDIR%%/plat-mac/macostools.py +%%PYPY_LIBDIR%%/plat-mac/macostools.pyc +%%PYPY_LIBDIR%%/plat-mac/macresource.py +%%PYPY_LIBDIR%%/plat-mac/macresource.pyc +%%PYPY_LIBDIR%%/plat-mac/pimp.py +%%PYPY_LIBDIR%%/plat-mac/pimp.pyc +%%PYPY_LIBDIR%%/plat-mac/terminalcommand.py +%%PYPY_LIBDIR%%/plat-mac/terminalcommand.pyc +%%PYPY_LIBDIR%%/plat-mac/videoreader.py +%%PYPY_LIBDIR%%/plat-mac/videoreader.pyc +%%PYPY_LIBDIR%%/plat-netbsd1/IN.py +%%PYPY_LIBDIR%%/plat-netbsd1/IN.pyc +%%PYPY_LIBDIR%%/plat-netbsd1/regen +%%PYPY_LIBDIR%%/plat-next3/regen +%%PYPY_LIBDIR%%/plat-os2emx/IN.py +%%PYPY_LIBDIR%%/plat-os2emx/IN.pyc +%%PYPY_LIBDIR%%/plat-os2emx/SOCKET.py +%%PYPY_LIBDIR%%/plat-os2emx/SOCKET.pyc +%%PYPY_LIBDIR%%/plat-os2emx/_emx_link.py +%%PYPY_LIBDIR%%/plat-os2emx/_emx_link.pyc +%%PYPY_LIBDIR%%/plat-os2emx/grp.py +%%PYPY_LIBDIR%%/plat-os2emx/grp.pyc +%%PYPY_LIBDIR%%/plat-os2emx/pwd.py +%%PYPY_LIBDIR%%/plat-os2emx/pwd.pyc +%%PYPY_LIBDIR%%/plat-os2emx/regen +%%PYPY_LIBDIR%%/plat-riscos/riscosenviron.py +%%PYPY_LIBDIR%%/plat-riscos/riscosenviron.pyc +%%PYPY_LIBDIR%%/plat-riscos/riscospath.py +%%PYPY_LIBDIR%%/plat-riscos/riscospath.pyc +%%PYPY_LIBDIR%%/plat-riscos/rourl2path.py +%%PYPY_LIBDIR%%/plat-riscos/rourl2path.pyc +%%PYPY_LIBDIR%%/plat-sunos5/CDIO.py +%%PYPY_LIBDIR%%/plat-sunos5/CDIO.pyc +%%PYPY_LIBDIR%%/plat-sunos5/DLFCN.py +%%PYPY_LIBDIR%%/plat-sunos5/DLFCN.pyc +%%PYPY_LIBDIR%%/plat-sunos5/IN.py +%%PYPY_LIBDIR%%/plat-sunos5/IN.pyc +%%PYPY_LIBDIR%%/plat-sunos5/STROPTS.py +%%PYPY_LIBDIR%%/plat-sunos5/STROPTS.pyc +%%PYPY_LIBDIR%%/plat-sunos5/SUNAUDIODEV.py +%%PYPY_LIBDIR%%/plat-sunos5/SUNAUDIODEV.pyc +%%PYPY_LIBDIR%%/plat-sunos5/TYPES.py +%%PYPY_LIBDIR%%/plat-sunos5/TYPES.pyc +%%PYPY_LIBDIR%%/plat-sunos5/regen +%%PYPY_LIBDIR%%/plat-unixware7/IN.py +%%PYPY_LIBDIR%%/plat-unixware7/IN.pyc +%%PYPY_LIBDIR%%/plat-unixware7/STROPTS.py +%%PYPY_LIBDIR%%/plat-unixware7/STROPTS.pyc +%%PYPY_LIBDIR%%/plat-unixware7/regen +%%PYPY_LIBDIR%%/platform.py +%%PYPY_LIBDIR%%/platform.pyc +%%PYPY_LIBDIR%%/plistlib.py +%%PYPY_LIBDIR%%/plistlib.pyc +%%PYPY_LIBDIR%%/popen2.py +%%PYPY_LIBDIR%%/popen2.pyc +%%PYPY_LIBDIR%%/poplib.py +%%PYPY_LIBDIR%%/poplib.pyc +%%PYPY_LIBDIR%%/posixfile.py +%%PYPY_LIBDIR%%/posixfile.pyc +%%PYPY_LIBDIR%%/posixpath.py +%%PYPY_LIBDIR%%/posixpath.pyc +%%PYPY_LIBDIR%%/pprint.py +%%PYPY_LIBDIR%%/pprint.pyc +%%PYPY_LIBDIR%%/profile.py +%%PYPY_LIBDIR%%/profile.pyc +%%PYPY_LIBDIR%%/pstats.py +%%PYPY_LIBDIR%%/pstats.pyc +%%PYPY_LIBDIR%%/pty.py +%%PYPY_LIBDIR%%/pty.pyc +%%PYPY_LIBDIR%%/py_compile.py +%%PYPY_LIBDIR%%/py_compile.pyc +%%PYPY_LIBDIR%%/pyclbr.py +%%PYPY_LIBDIR%%/pyclbr.pyc +%%PYPY_LIBDIR%%/pydoc.py +%%PYPY_LIBDIR%%/pydoc.pyc +%%PYPY_LIBDIR%%/pydoc_data/__init__.py +%%PYPY_LIBDIR%%/pydoc_data/__init__.pyc +%%PYPY_LIBDIR%%/pydoc_data/topics.py +%%PYPY_LIBDIR%%/pydoc_data/topics.pyc +%%PYPY_LIBDIR%%/quopri.py +%%PYPY_LIBDIR%%/quopri.pyc +%%PYPY_LIBDIR%%/random.py +%%PYPY_LIBDIR%%/random.pyc +%%PYPY_LIBDIR%%/re.py +%%PYPY_LIBDIR%%/re.pyc +%%PYPY_LIBDIR%%/repr.py +%%PYPY_LIBDIR%%/repr.pyc +%%PYPY_LIBDIR%%/rexec.py +%%PYPY_LIBDIR%%/rexec.pyc +%%PYPY_LIBDIR%%/rfc822.py +%%PYPY_LIBDIR%%/rfc822.pyc +%%PYPY_LIBDIR%%/rlcompleter.py +%%PYPY_LIBDIR%%/rlcompleter.pyc +%%PYPY_LIBDIR%%/robotparser.py +%%PYPY_LIBDIR%%/robotparser.pyc +%%PYPY_LIBDIR%%/runpy.py +%%PYPY_LIBDIR%%/runpy.pyc +%%PYPY_LIBDIR%%/sched.py +%%PYPY_LIBDIR%%/sched.pyc +%%PYPY_LIBDIR%%/sets.py +%%PYPY_LIBDIR%%/sets.pyc +%%PYPY_LIBDIR%%/sgmllib.py +%%PYPY_LIBDIR%%/sgmllib.pyc +%%PYPY_LIBDIR%%/sha.py +%%PYPY_LIBDIR%%/sha.pyc +%%PYPY_LIBDIR%%/shelve.py +%%PYPY_LIBDIR%%/shelve.pyc +%%PYPY_LIBDIR%%/shlex.py +%%PYPY_LIBDIR%%/shlex.pyc +%%PYPY_LIBDIR%%/shutil.py +%%PYPY_LIBDIR%%/shutil.pyc +%%PYPY_LIBDIR%%/site-packages/README +%%PYPY_LIBDIR%%/site.py +%%PYPY_LIBDIR%%/site.py.orig +%%PYPY_LIBDIR%%/site.pyc +%%PYPY_LIBDIR%%/smtpd.py +%%PYPY_LIBDIR%%/smtpd.pyc +%%PYPY_LIBDIR%%/smtplib.py +%%PYPY_LIBDIR%%/smtplib.pyc +%%PYPY_LIBDIR%%/sndhdr.py +%%PYPY_LIBDIR%%/sndhdr.pyc +%%PYPY_LIBDIR%%/socket.py +%%PYPY_LIBDIR%%/socket.pyc +%%PYPY_LIBDIR%%/sqlite3/__init__.py +%%PYPY_LIBDIR%%/sqlite3/__init__.pyc +%%PYPY_LIBDIR%%/sqlite3/dbapi2.py +%%PYPY_LIBDIR%%/sqlite3/dbapi2.pyc +%%PYPY_LIBDIR%%/sqlite3/dump.py +%%PYPY_LIBDIR%%/sqlite3/dump.pyc +%%PYPY_LIBDIR%%/sqlite3/test/__init__.py +%%PYPY_LIBDIR%%/sqlite3/test/__init__.pyc +%%PYPY_LIBDIR%%/sqlite3/test/dbapi.py +%%PYPY_LIBDIR%%/sqlite3/test/dbapi.pyc +%%PYPY_LIBDIR%%/sqlite3/test/dump.py +%%PYPY_LIBDIR%%/sqlite3/test/dump.pyc +%%PYPY_LIBDIR%%/sqlite3/test/factory.py +%%PYPY_LIBDIR%%/sqlite3/test/factory.pyc +%%PYPY_LIBDIR%%/sqlite3/test/hooks.py +%%PYPY_LIBDIR%%/sqlite3/test/hooks.pyc +%%PYPY_LIBDIR%%/sqlite3/test/py25tests.py +%%PYPY_LIBDIR%%/sqlite3/test/py25tests.pyc +%%PYPY_LIBDIR%%/sqlite3/test/regression.py +%%PYPY_LIBDIR%%/sqlite3/test/regression.pyc +%%PYPY_LIBDIR%%/sqlite3/test/transactions.py +%%PYPY_LIBDIR%%/sqlite3/test/transactions.pyc +%%PYPY_LIBDIR%%/sqlite3/test/types.py +%%PYPY_LIBDIR%%/sqlite3/test/types.pyc +%%PYPY_LIBDIR%%/sqlite3/test/userfunctions.py +%%PYPY_LIBDIR%%/sqlite3/test/userfunctions.pyc +%%PYPY_LIBDIR%%/sre.py +%%PYPY_LIBDIR%%/sre.pyc +%%PYPY_LIBDIR%%/sre_compile.py +%%PYPY_LIBDIR%%/sre_compile.pyc +%%PYPY_LIBDIR%%/sre_constants.py +%%PYPY_LIBDIR%%/sre_constants.pyc +%%PYPY_LIBDIR%%/sre_parse.py +%%PYPY_LIBDIR%%/sre_parse.pyc +%%PYPY_LIBDIR%%/ssl.py +%%PYPY_LIBDIR%%/ssl.pyc +%%PYPY_LIBDIR%%/stat.py +%%PYPY_LIBDIR%%/stat.pyc +%%PYPY_LIBDIR%%/statvfs.py +%%PYPY_LIBDIR%%/statvfs.pyc +%%PYPY_LIBDIR%%/string.py +%%PYPY_LIBDIR%%/string.pyc +%%PYPY_LIBDIR%%/stringold.py +%%PYPY_LIBDIR%%/stringold.pyc +%%PYPY_LIBDIR%%/stringprep.py +%%PYPY_LIBDIR%%/stringprep.pyc +%%PYPY_LIBDIR%%/struct.py +%%PYPY_LIBDIR%%/struct.pyc +%%PYPY_LIBDIR%%/subprocess.py +%%PYPY_LIBDIR%%/subprocess.pyc +%%PYPY_LIBDIR%%/sunau.py +%%PYPY_LIBDIR%%/sunau.pyc +%%PYPY_LIBDIR%%/sunaudio.py +%%PYPY_LIBDIR%%/sunaudio.pyc +%%PYPY_LIBDIR%%/symbol.py +%%PYPY_LIBDIR%%/symbol.pyc +%%PYPY_LIBDIR%%/symtable.py +%%PYPY_LIBDIR%%/symtable.pyc +%%PYPY_LIBDIR%%/sysconfig.py +%%PYPY_LIBDIR%%/sysconfig.pyc +%%PYPY_LIBDIR%%/tabnanny.py +%%PYPY_LIBDIR%%/tabnanny.pyc +%%PYPY_LIBDIR%%/tarfile.py +%%PYPY_LIBDIR%%/tarfile.pyc +%%PYPY_LIBDIR%%/telnetlib.py +%%PYPY_LIBDIR%%/telnetlib.pyc +%%PYPY_LIBDIR%%/tempfile.py +%%PYPY_LIBDIR%%/tempfile.pyc +%%PYPY_LIBDIR%%/test/185test.db +%%PYPY_LIBDIR%%/test/Sine-1000Hz-300ms.aif +%%PYPY_LIBDIR%%/test/__init__.py +%%PYPY_LIBDIR%%/test/__init__.pyc +%%PYPY_LIBDIR%%/test/audiotest.au +%%PYPY_LIBDIR%%/test/autotest.py +%%PYPY_LIBDIR%%/test/autotest.pyc +%%PYPY_LIBDIR%%/test/bad_coding.py +%%PYPY_LIBDIR%%/test/bad_coding2.py +%%PYPY_LIBDIR%%/test/badcert.pem +%%PYPY_LIBDIR%%/test/badkey.pem +%%PYPY_LIBDIR%%/test/badsyntax_future3.py +%%PYPY_LIBDIR%%/test/badsyntax_future4.py +%%PYPY_LIBDIR%%/test/badsyntax_future5.py +%%PYPY_LIBDIR%%/test/badsyntax_future6.py +%%PYPY_LIBDIR%%/test/badsyntax_future7.py +%%PYPY_LIBDIR%%/test/badsyntax_future8.py +%%PYPY_LIBDIR%%/test/badsyntax_future9.py +%%PYPY_LIBDIR%%/test/badsyntax_nocaret.py +%%PYPY_LIBDIR%%/test/buffer_tests.py +%%PYPY_LIBDIR%%/test/buffer_tests.pyc +%%PYPY_LIBDIR%%/test/cfgparser.1 +%%PYPY_LIBDIR%%/test/check_soundcard.vbs +%%PYPY_LIBDIR%%/test/cjkencodings/big5-utf8.txt +%%PYPY_LIBDIR%%/test/cjkencodings/big5.txt +%%PYPY_LIBDIR%%/test/cjkencodings/big5hkscs-utf8.txt +%%PYPY_LIBDIR%%/test/cjkencodings/big5hkscs.txt +%%PYPY_LIBDIR%%/test/cjkencodings/cp949-utf8.txt +%%PYPY_LIBDIR%%/test/cjkencodings/cp949.txt +%%PYPY_LIBDIR%%/test/cjkencodings/euc_jisx0213-utf8.txt +%%PYPY_LIBDIR%%/test/cjkencodings/euc_jisx0213.txt +%%PYPY_LIBDIR%%/test/cjkencodings/euc_jp-utf8.txt +%%PYPY_LIBDIR%%/test/cjkencodings/euc_jp.txt +%%PYPY_LIBDIR%%/test/cjkencodings/euc_kr-utf8.txt +%%PYPY_LIBDIR%%/test/cjkencodings/euc_kr.txt +%%PYPY_LIBDIR%%/test/cjkencodings/gb18030-utf8.txt +%%PYPY_LIBDIR%%/test/cjkencodings/gb18030.txt +%%PYPY_LIBDIR%%/test/cjkencodings/gb2312-utf8.txt +%%PYPY_LIBDIR%%/test/cjkencodings/gb2312.txt +%%PYPY_LIBDIR%%/test/cjkencodings/gbk-utf8.txt +%%PYPY_LIBDIR%%/test/cjkencodings/gbk.txt +%%PYPY_LIBDIR%%/test/cjkencodings/hz-utf8.txt +%%PYPY_LIBDIR%%/test/cjkencodings/hz.txt +%%PYPY_LIBDIR%%/test/cjkencodings/johab-utf8.txt +%%PYPY_LIBDIR%%/test/cjkencodings/johab.txt +%%PYPY_LIBDIR%%/test/cjkencodings/shift_jis-utf8.txt +%%PYPY_LIBDIR%%/test/cjkencodings/shift_jis.txt +%%PYPY_LIBDIR%%/test/cjkencodings/shift_jisx0213-utf8.txt +%%PYPY_LIBDIR%%/test/cjkencodings/shift_jisx0213.txt +%%PYPY_LIBDIR%%/test/cmath_testcases.txt +%%PYPY_LIBDIR%%/test/crashers/README +%%PYPY_LIBDIR%%/test/crashers/bogus_code_obj.py +%%PYPY_LIBDIR%%/test/crashers/bogus_code_obj.pyc +%%PYPY_LIBDIR%%/test/crashers/borrowed_ref_1.py +%%PYPY_LIBDIR%%/test/crashers/borrowed_ref_1.pyc +%%PYPY_LIBDIR%%/test/crashers/borrowed_ref_2.py +%%PYPY_LIBDIR%%/test/crashers/borrowed_ref_2.pyc +%%PYPY_LIBDIR%%/test/crashers/compiler_recursion.py +%%PYPY_LIBDIR%%/test/crashers/compiler_recursion.pyc +%%PYPY_LIBDIR%%/test/crashers/gc_has_finalizer.py +%%PYPY_LIBDIR%%/test/crashers/gc_has_finalizer.pyc +%%PYPY_LIBDIR%%/test/crashers/gc_inspection.py +%%PYPY_LIBDIR%%/test/crashers/gc_inspection.pyc +%%PYPY_LIBDIR%%/test/crashers/infinite_loop_re.py +%%PYPY_LIBDIR%%/test/crashers/infinite_loop_re.pyc +%%PYPY_LIBDIR%%/test/crashers/loosing_mro_ref.py +%%PYPY_LIBDIR%%/test/crashers/loosing_mro_ref.pyc +%%PYPY_LIBDIR%%/test/crashers/mutation_inside_cyclegc.py +%%PYPY_LIBDIR%%/test/crashers/mutation_inside_cyclegc.pyc +%%PYPY_LIBDIR%%/test/crashers/nasty_eq_vs_dict.py +%%PYPY_LIBDIR%%/test/crashers/nasty_eq_vs_dict.pyc +%%PYPY_LIBDIR%%/test/crashers/recursion_limit_too_high.py +%%PYPY_LIBDIR%%/test/crashers/recursion_limit_too_high.pyc +%%PYPY_LIBDIR%%/test/crashers/recursive_call.py +%%PYPY_LIBDIR%%/test/crashers/recursive_call.pyc +%%PYPY_LIBDIR%%/test/curses_tests.py +%%PYPY_LIBDIR%%/test/curses_tests.pyc +%%PYPY_LIBDIR%%/test/data/README +%%PYPY_LIBDIR%%/test/decimaltestdata/abs.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/add.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/and.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/base.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/clamp.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/class.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/compare.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/comparetotal.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/comparetotmag.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/copy.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/copyabs.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/copynegate.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/copysign.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddAbs.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddAdd.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddAnd.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddBase.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddCanonical.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddClass.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddCompare.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddCompareSig.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddCompareTotal.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddCompareTotalMag.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddCopy.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddCopyAbs.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddCopyNegate.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddCopySign.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddDivide.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddDivideInt.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddEncode.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddFMA.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddInvert.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddLogB.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddMax.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddMaxMag.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddMin.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddMinMag.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddMinus.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddMultiply.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddNextMinus.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddNextPlus.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddNextToward.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddOr.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddPlus.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddQuantize.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddReduce.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddRemainder.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddRemainderNear.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddRotate.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddSameQuantum.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddScaleB.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddShift.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddSubtract.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddToIntegral.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ddXor.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/decDouble.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/decQuad.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/decSingle.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/divide.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/divideint.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqAbs.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqAdd.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqAnd.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqBase.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqCanonical.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqClass.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqCompare.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqCompareSig.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqCompareTotal.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqCompareTotalMag.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqCopy.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqCopyAbs.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqCopyNegate.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqCopySign.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqDivide.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqDivideInt.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqEncode.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqFMA.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqInvert.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqLogB.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqMax.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqMaxMag.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqMin.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqMinMag.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqMinus.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqMultiply.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqNextMinus.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqNextPlus.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqNextToward.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqOr.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqPlus.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqQuantize.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqReduce.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqRemainder.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqRemainderNear.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqRotate.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqSameQuantum.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqScaleB.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqShift.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqSubtract.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqToIntegral.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dqXor.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dsBase.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/dsEncode.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/exp.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/extra.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/fma.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/inexact.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/invert.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/ln.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/log10.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/logb.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/max.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/maxmag.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/min.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/minmag.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/minus.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/multiply.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/nextminus.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/nextplus.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/nexttoward.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/or.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/plus.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/power.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/powersqrt.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/quantize.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/randomBound32.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/randoms.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/reduce.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/remainder.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/remainderNear.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/rescale.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/rotate.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/rounding.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/samequantum.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/scaleb.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/shift.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/squareroot.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/subtract.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/testall.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/tointegral.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/tointegralx.decTest +%%PYPY_LIBDIR%%/test/decimaltestdata/xor.decTest +%%PYPY_LIBDIR%%/test/doctest_aliases.py +%%PYPY_LIBDIR%%/test/doctest_aliases.pyc +%%PYPY_LIBDIR%%/test/double_const.py +%%PYPY_LIBDIR%%/test/double_const.pyc +%%PYPY_LIBDIR%%/test/empty.vbs +%%PYPY_LIBDIR%%/test/exception_hierarchy.txt +%%PYPY_LIBDIR%%/test/floating_points.txt +%%PYPY_LIBDIR%%/test/fork_wait.py +%%PYPY_LIBDIR%%/test/fork_wait.pyc +%%PYPY_LIBDIR%%/test/formatfloat_testcases.txt +%%PYPY_LIBDIR%%/test/gdb_sample.py +%%PYPY_LIBDIR%%/test/gdb_sample.pyc +%%PYPY_LIBDIR%%/test/greyrgb.uue +%%PYPY_LIBDIR%%/test/https_svn_python_org_root.pem +%%PYPY_LIBDIR%%/test/ieee754.txt +%%PYPY_LIBDIR%%/test/infinite_reload.py +%%PYPY_LIBDIR%%/test/infinite_reload.pyc +%%PYPY_LIBDIR%%/test/inspect_fodder.py +%%PYPY_LIBDIR%%/test/inspect_fodder.pyc +%%PYPY_LIBDIR%%/test/inspect_fodder2.py +%%PYPY_LIBDIR%%/test/inspect_fodder2.pyc +%%PYPY_LIBDIR%%/test/keycert.pem +%%PYPY_LIBDIR%%/test/leakers/README.txt +%%PYPY_LIBDIR%%/test/leakers/__init__.py +%%PYPY_LIBDIR%%/test/leakers/__init__.pyc +%%PYPY_LIBDIR%%/test/leakers/test_ctypes.py +%%PYPY_LIBDIR%%/test/leakers/test_ctypes.pyc +%%PYPY_LIBDIR%%/test/leakers/test_dictself.py +%%PYPY_LIBDIR%%/test/leakers/test_dictself.pyc +%%PYPY_LIBDIR%%/test/leakers/test_gestalt.py +%%PYPY_LIBDIR%%/test/leakers/test_gestalt.pyc +%%PYPY_LIBDIR%%/test/leakers/test_selftype.py +%%PYPY_LIBDIR%%/test/leakers/test_selftype.pyc +%%PYPY_LIBDIR%%/test/list_tests.py +%%PYPY_LIBDIR%%/test/list_tests.pyc +%%PYPY_LIBDIR%%/test/lock_tests.py +%%PYPY_LIBDIR%%/test/lock_tests.pyc +%%PYPY_LIBDIR%%/test/mapping_tests.py +%%PYPY_LIBDIR%%/test/mapping_tests.pyc +%%PYPY_LIBDIR%%/test/math_testcases.txt +%%PYPY_LIBDIR%%/test/nullcert.pem +%%PYPY_LIBDIR%%/test/outstanding_bugs.py +%%PYPY_LIBDIR%%/test/outstanding_bugs.pyc +%%PYPY_LIBDIR%%/test/pickletester.py +%%PYPY_LIBDIR%%/test/pickletester.pyc +%%PYPY_LIBDIR%%/test/profilee.py +%%PYPY_LIBDIR%%/test/profilee.pyc +%%PYPY_LIBDIR%%/test/pyclbr_input.py +%%PYPY_LIBDIR%%/test/pyclbr_input.pyc +%%PYPY_LIBDIR%%/test/pydoc_mod.py +%%PYPY_LIBDIR%%/test/pydoc_mod.pyc +%%PYPY_LIBDIR%%/test/pydocfodder.py +%%PYPY_LIBDIR%%/test/pydocfodder.pyc +%%PYPY_LIBDIR%%/test/pystone.py +%%PYPY_LIBDIR%%/test/pystone.pyc +%%PYPY_LIBDIR%%/test/randv2_32.pck +%%PYPY_LIBDIR%%/test/randv2_64.pck +%%PYPY_LIBDIR%%/test/randv3.pck +%%PYPY_LIBDIR%%/test/re_tests.py +%%PYPY_LIBDIR%%/test/re_tests.pyc +%%PYPY_LIBDIR%%/test/regex_tests.py +%%PYPY_LIBDIR%%/test/regex_tests.pyc +%%PYPY_LIBDIR%%/test/regrtest.py +%%PYPY_LIBDIR%%/test/regrtest.pyc +%%PYPY_LIBDIR%%/test/relimport.py +%%PYPY_LIBDIR%%/test/relimport.pyc +%%PYPY_LIBDIR%%/test/reperf.py +%%PYPY_LIBDIR%%/test/reperf.pyc +%%PYPY_LIBDIR%%/test/sample_doctest.py +%%PYPY_LIBDIR%%/test/sample_doctest.pyc +%%PYPY_LIBDIR%%/test/script_helper.py +%%PYPY_LIBDIR%%/test/script_helper.pyc +%%PYPY_LIBDIR%%/test/seq_tests.py +%%PYPY_LIBDIR%%/test/seq_tests.pyc +%%PYPY_LIBDIR%%/test/sgml_input.html +%%PYPY_LIBDIR%%/test/sha256.pem +%%PYPY_LIBDIR%%/test/sortperf.py +%%PYPY_LIBDIR%%/test/sortperf.pyc +%%PYPY_LIBDIR%%/test/ssl_cert.pem +%%PYPY_LIBDIR%%/test/ssl_key.pem +%%PYPY_LIBDIR%%/test/string_tests.py +%%PYPY_LIBDIR%%/test/string_tests.pyc +%%PYPY_LIBDIR%%/test/subprocessdata/sigchild_ignore.py +%%PYPY_LIBDIR%%/test/subprocessdata/sigchild_ignore.pyc +%%PYPY_LIBDIR%%/test/svn_python_org_https_cert.pem +%%PYPY_LIBDIR%%/test/test_MimeWriter.py +%%PYPY_LIBDIR%%/test/test_MimeWriter.pyc +%%PYPY_LIBDIR%%/test/test_SimpleHTTPServer.py +%%PYPY_LIBDIR%%/test/test_SimpleHTTPServer.pyc +%%PYPY_LIBDIR%%/test/test_StringIO.py +%%PYPY_LIBDIR%%/test/test_StringIO.pyc +%%PYPY_LIBDIR%%/test/test___all__.py +%%PYPY_LIBDIR%%/test/test___all__.pyc +%%PYPY_LIBDIR%%/test/test___future__.py +%%PYPY_LIBDIR%%/test/test___future__.pyc +%%PYPY_LIBDIR%%/test/test__locale.py +%%PYPY_LIBDIR%%/test/test__locale.pyc +%%PYPY_LIBDIR%%/test/test_abc.py +%%PYPY_LIBDIR%%/test/test_abc.pyc +%%PYPY_LIBDIR%%/test/test_abstract_numbers.py +%%PYPY_LIBDIR%%/test/test_abstract_numbers.pyc +%%PYPY_LIBDIR%%/test/test_aepack.py +%%PYPY_LIBDIR%%/test/test_aepack.pyc +%%PYPY_LIBDIR%%/test/test_aifc.py +%%PYPY_LIBDIR%%/test/test_aifc.pyc +%%PYPY_LIBDIR%%/test/test_al.py +%%PYPY_LIBDIR%%/test/test_al.pyc +%%PYPY_LIBDIR%%/test/test_anydbm.py +%%PYPY_LIBDIR%%/test/test_anydbm.pyc +%%PYPY_LIBDIR%%/test/test_applesingle.py +%%PYPY_LIBDIR%%/test/test_applesingle.pyc +%%PYPY_LIBDIR%%/test/test_argparse.py +%%PYPY_LIBDIR%%/test/test_argparse.pyc +%%PYPY_LIBDIR%%/test/test_array.py +%%PYPY_LIBDIR%%/test/test_array.pyc +%%PYPY_LIBDIR%%/test/test_ascii_formatd.py +%%PYPY_LIBDIR%%/test/test_ascii_formatd.pyc +%%PYPY_LIBDIR%%/test/test_ast.py +%%PYPY_LIBDIR%%/test/test_ast.pyc +%%PYPY_LIBDIR%%/test/test_asynchat.py +%%PYPY_LIBDIR%%/test/test_asynchat.pyc +%%PYPY_LIBDIR%%/test/test_asyncore.py +%%PYPY_LIBDIR%%/test/test_asyncore.pyc +%%PYPY_LIBDIR%%/test/test_atexit.py +%%PYPY_LIBDIR%%/test/test_atexit.pyc +%%PYPY_LIBDIR%%/test/test_audioop.py +%%PYPY_LIBDIR%%/test/test_audioop.pyc +%%PYPY_LIBDIR%%/test/test_augassign.py +%%PYPY_LIBDIR%%/test/test_augassign.pyc +%%PYPY_LIBDIR%%/test/test_base64.py +%%PYPY_LIBDIR%%/test/test_base64.pyc +%%PYPY_LIBDIR%%/test/test_bastion.py +%%PYPY_LIBDIR%%/test/test_bastion.pyc +%%PYPY_LIBDIR%%/test/test_bigaddrspace.py +%%PYPY_LIBDIR%%/test/test_bigaddrspace.pyc +%%PYPY_LIBDIR%%/test/test_bigmem.py +%%PYPY_LIBDIR%%/test/test_bigmem.pyc +%%PYPY_LIBDIR%%/test/test_binascii.py +%%PYPY_LIBDIR%%/test/test_binascii.pyc +%%PYPY_LIBDIR%%/test/test_binhex.py +%%PYPY_LIBDIR%%/test/test_binhex.pyc +%%PYPY_LIBDIR%%/test/test_binop.py +%%PYPY_LIBDIR%%/test/test_binop.pyc +%%PYPY_LIBDIR%%/test/test_bisect.py +%%PYPY_LIBDIR%%/test/test_bisect.pyc +%%PYPY_LIBDIR%%/test/test_bool.py +%%PYPY_LIBDIR%%/test/test_bool.pyc +%%PYPY_LIBDIR%%/test/test_bsddb.py +%%PYPY_LIBDIR%%/test/test_bsddb.pyc +%%PYPY_LIBDIR%%/test/test_bsddb185.py +%%PYPY_LIBDIR%%/test/test_bsddb185.pyc +%%PYPY_LIBDIR%%/test/test_bsddb3.py +%%PYPY_LIBDIR%%/test/test_bsddb3.pyc +%%PYPY_LIBDIR%%/test/test_buffer.py +%%PYPY_LIBDIR%%/test/test_buffer.pyc +%%PYPY_LIBDIR%%/test/test_bufio.py +%%PYPY_LIBDIR%%/test/test_bufio.pyc +%%PYPY_LIBDIR%%/test/test_builtin.py +%%PYPY_LIBDIR%%/test/test_builtin.pyc +%%PYPY_LIBDIR%%/test/test_bytes.py +%%PYPY_LIBDIR%%/test/test_bytes.pyc +%%PYPY_LIBDIR%%/test/test_bz2.py +%%PYPY_LIBDIR%%/test/test_bz2.pyc +%%PYPY_LIBDIR%%/test/test_calendar.py +%%PYPY_LIBDIR%%/test/test_calendar.pyc +%%PYPY_LIBDIR%%/test/test_call.py +%%PYPY_LIBDIR%%/test/test_call.pyc +%%PYPY_LIBDIR%%/test/test_capi.py +%%PYPY_LIBDIR%%/test/test_capi.pyc +%%PYPY_LIBDIR%%/test/test_cd.py +%%PYPY_LIBDIR%%/test/test_cd.pyc +%%PYPY_LIBDIR%%/test/test_cfgparser.py +%%PYPY_LIBDIR%%/test/test_cfgparser.pyc +%%PYPY_LIBDIR%%/test/test_cgi.py +%%PYPY_LIBDIR%%/test/test_cgi.pyc +%%PYPY_LIBDIR%%/test/test_charmapcodec.py +%%PYPY_LIBDIR%%/test/test_charmapcodec.pyc +%%PYPY_LIBDIR%%/test/test_cl.py +%%PYPY_LIBDIR%%/test/test_cl.pyc +%%PYPY_LIBDIR%%/test/test_class.py +%%PYPY_LIBDIR%%/test/test_class.pyc +%%PYPY_LIBDIR%%/test/test_cmath.py +%%PYPY_LIBDIR%%/test/test_cmath.pyc +%%PYPY_LIBDIR%%/test/test_cmd.py +%%PYPY_LIBDIR%%/test/test_cmd.pyc +%%PYPY_LIBDIR%%/test/test_cmd_line.py +%%PYPY_LIBDIR%%/test/test_cmd_line.pyc +%%PYPY_LIBDIR%%/test/test_cmd_line_script.py +%%PYPY_LIBDIR%%/test/test_cmd_line_script.pyc +%%PYPY_LIBDIR%%/test/test_code.py +%%PYPY_LIBDIR%%/test/test_code.pyc +%%PYPY_LIBDIR%%/test/test_codeccallbacks.py +%%PYPY_LIBDIR%%/test/test_codeccallbacks.pyc +%%PYPY_LIBDIR%%/test/test_codecencodings_cn.py +%%PYPY_LIBDIR%%/test/test_codecencodings_cn.pyc +%%PYPY_LIBDIR%%/test/test_codecencodings_hk.py +%%PYPY_LIBDIR%%/test/test_codecencodings_hk.pyc +%%PYPY_LIBDIR%%/test/test_codecencodings_jp.py +%%PYPY_LIBDIR%%/test/test_codecencodings_jp.pyc +%%PYPY_LIBDIR%%/test/test_codecencodings_kr.py +%%PYPY_LIBDIR%%/test/test_codecencodings_kr.pyc +%%PYPY_LIBDIR%%/test/test_codecencodings_tw.py +%%PYPY_LIBDIR%%/test/test_codecencodings_tw.pyc +%%PYPY_LIBDIR%%/test/test_codecmaps_cn.py +%%PYPY_LIBDIR%%/test/test_codecmaps_cn.pyc +%%PYPY_LIBDIR%%/test/test_codecmaps_hk.py +%%PYPY_LIBDIR%%/test/test_codecmaps_hk.pyc +%%PYPY_LIBDIR%%/test/test_codecmaps_jp.py +%%PYPY_LIBDIR%%/test/test_codecmaps_jp.pyc +%%PYPY_LIBDIR%%/test/test_codecmaps_kr.py +%%PYPY_LIBDIR%%/test/test_codecmaps_kr.pyc +%%PYPY_LIBDIR%%/test/test_codecmaps_tw.py +%%PYPY_LIBDIR%%/test/test_codecmaps_tw.pyc +%%PYPY_LIBDIR%%/test/test_codecs.py +%%PYPY_LIBDIR%%/test/test_codecs.pyc +%%PYPY_LIBDIR%%/test/test_codeop.py +%%PYPY_LIBDIR%%/test/test_codeop.pyc +%%PYPY_LIBDIR%%/test/test_coding.py +%%PYPY_LIBDIR%%/test/test_coding.pyc +%%PYPY_LIBDIR%%/test/test_coercion.py +%%PYPY_LIBDIR%%/test/test_coercion.pyc +%%PYPY_LIBDIR%%/test/test_collections.py +%%PYPY_LIBDIR%%/test/test_collections.pyc +%%PYPY_LIBDIR%%/test/test_colorsys.py +%%PYPY_LIBDIR%%/test/test_colorsys.pyc +%%PYPY_LIBDIR%%/test/test_commands.py +%%PYPY_LIBDIR%%/test/test_commands.pyc +%%PYPY_LIBDIR%%/test/test_compare.py +%%PYPY_LIBDIR%%/test/test_compare.pyc +%%PYPY_LIBDIR%%/test/test_compile.py +%%PYPY_LIBDIR%%/test/test_compile.pyc +%%PYPY_LIBDIR%%/test/test_compileall.py +%%PYPY_LIBDIR%%/test/test_compileall.pyc +%%PYPY_LIBDIR%%/test/test_compiler.py +%%PYPY_LIBDIR%%/test/test_compiler.pyc +%%PYPY_LIBDIR%%/test/test_complex.py +%%PYPY_LIBDIR%%/test/test_complex.pyc +%%PYPY_LIBDIR%%/test/test_complex_args.py +%%PYPY_LIBDIR%%/test/test_complex_args.pyc +%%PYPY_LIBDIR%%/test/test_contains.py +%%PYPY_LIBDIR%%/test/test_contains.pyc +%%PYPY_LIBDIR%%/test/test_contextlib.py +%%PYPY_LIBDIR%%/test/test_contextlib.pyc +%%PYPY_LIBDIR%%/test/test_cookie.py +%%PYPY_LIBDIR%%/test/test_cookie.pyc +%%PYPY_LIBDIR%%/test/test_cookielib.py +%%PYPY_LIBDIR%%/test/test_cookielib.pyc +%%PYPY_LIBDIR%%/test/test_copy.py +%%PYPY_LIBDIR%%/test/test_copy.pyc +%%PYPY_LIBDIR%%/test/test_copy_reg.py +%%PYPY_LIBDIR%%/test/test_copy_reg.pyc +%%PYPY_LIBDIR%%/test/test_cpickle.py +%%PYPY_LIBDIR%%/test/test_cpickle.pyc +%%PYPY_LIBDIR%%/test/test_cprofile.py +%%PYPY_LIBDIR%%/test/test_cprofile.pyc +%%PYPY_LIBDIR%%/test/test_crypt.py +%%PYPY_LIBDIR%%/test/test_crypt.pyc +%%PYPY_LIBDIR%%/test/test_csv.py +%%PYPY_LIBDIR%%/test/test_csv.pyc +%%PYPY_LIBDIR%%/test/test_ctypes.py +%%PYPY_LIBDIR%%/test/test_ctypes.pyc +%%PYPY_LIBDIR%%/test/test_curses.py +%%PYPY_LIBDIR%%/test/test_curses.pyc +%%PYPY_LIBDIR%%/test/test_datetime.py +%%PYPY_LIBDIR%%/test/test_datetime.pyc +%%PYPY_LIBDIR%%/test/test_dbm.py +%%PYPY_LIBDIR%%/test/test_dbm.pyc +%%PYPY_LIBDIR%%/test/test_decimal.py +%%PYPY_LIBDIR%%/test/test_decimal.pyc +%%PYPY_LIBDIR%%/test/test_decorators.py +%%PYPY_LIBDIR%%/test/test_decorators.pyc +%%PYPY_LIBDIR%%/test/test_defaultdict.py +%%PYPY_LIBDIR%%/test/test_defaultdict.pyc +%%PYPY_LIBDIR%%/test/test_deque.py +%%PYPY_LIBDIR%%/test/test_deque.pyc +%%PYPY_LIBDIR%%/test/test_descr.py +%%PYPY_LIBDIR%%/test/test_descr.pyc +%%PYPY_LIBDIR%%/test/test_descrtut.py +%%PYPY_LIBDIR%%/test/test_descrtut.pyc +%%PYPY_LIBDIR%%/test/test_dict.py +%%PYPY_LIBDIR%%/test/test_dict.pyc +%%PYPY_LIBDIR%%/test/test_dictcomps.py +%%PYPY_LIBDIR%%/test/test_dictcomps.pyc +%%PYPY_LIBDIR%%/test/test_dictviews.py +%%PYPY_LIBDIR%%/test/test_dictviews.pyc +%%PYPY_LIBDIR%%/test/test_difflib.py +%%PYPY_LIBDIR%%/test/test_difflib.pyc +%%PYPY_LIBDIR%%/test/test_difflib_expect.html +%%PYPY_LIBDIR%%/test/test_dircache.py +%%PYPY_LIBDIR%%/test/test_dircache.pyc +%%PYPY_LIBDIR%%/test/test_dis.py +%%PYPY_LIBDIR%%/test/test_dis.pyc +%%PYPY_LIBDIR%%/test/test_distutils.py +%%PYPY_LIBDIR%%/test/test_distutils.pyc +%%PYPY_LIBDIR%%/test/test_dl.py +%%PYPY_LIBDIR%%/test/test_dl.pyc +%%PYPY_LIBDIR%%/test/test_doctest.py +%%PYPY_LIBDIR%%/test/test_doctest.pyc +%%PYPY_LIBDIR%%/test/test_doctest.txt +%%PYPY_LIBDIR%%/test/test_doctest2.py +%%PYPY_LIBDIR%%/test/test_doctest2.pyc +%%PYPY_LIBDIR%%/test/test_doctest2.txt +%%PYPY_LIBDIR%%/test/test_doctest3.txt +%%PYPY_LIBDIR%%/test/test_doctest4.txt +%%PYPY_LIBDIR%%/test/test_docxmlrpc.py +%%PYPY_LIBDIR%%/test/test_docxmlrpc.pyc +%%PYPY_LIBDIR%%/test/test_dumbdbm.py +%%PYPY_LIBDIR%%/test/test_dumbdbm.pyc +%%PYPY_LIBDIR%%/test/test_dummy_thread.py +%%PYPY_LIBDIR%%/test/test_dummy_thread.pyc +%%PYPY_LIBDIR%%/test/test_dummy_threading.py +%%PYPY_LIBDIR%%/test/test_dummy_threading.pyc +%%PYPY_LIBDIR%%/test/test_email.py +%%PYPY_LIBDIR%%/test/test_email.pyc +%%PYPY_LIBDIR%%/test/test_email_codecs.py +%%PYPY_LIBDIR%%/test/test_email_codecs.pyc +%%PYPY_LIBDIR%%/test/test_email_renamed.py +%%PYPY_LIBDIR%%/test/test_email_renamed.pyc +%%PYPY_LIBDIR%%/test/test_enumerate.py +%%PYPY_LIBDIR%%/test/test_enumerate.pyc +%%PYPY_LIBDIR%%/test/test_eof.py +%%PYPY_LIBDIR%%/test/test_eof.pyc +%%PYPY_LIBDIR%%/test/test_epoll.py +%%PYPY_LIBDIR%%/test/test_epoll.pyc +%%PYPY_LIBDIR%%/test/test_errno.py +%%PYPY_LIBDIR%%/test/test_errno.pyc +%%PYPY_LIBDIR%%/test/test_exception_variations.py +%%PYPY_LIBDIR%%/test/test_exception_variations.pyc +%%PYPY_LIBDIR%%/test/test_exceptions.py +%%PYPY_LIBDIR%%/test/test_exceptions.pyc +%%PYPY_LIBDIR%%/test/test_extcall.py +%%PYPY_LIBDIR%%/test/test_extcall.pyc +%%PYPY_LIBDIR%%/test/test_fcntl.py +%%PYPY_LIBDIR%%/test/test_fcntl.pyc +%%PYPY_LIBDIR%%/test/test_file.py +%%PYPY_LIBDIR%%/test/test_file.pyc +%%PYPY_LIBDIR%%/test/test_file2k.py +%%PYPY_LIBDIR%%/test/test_file2k.pyc +%%PYPY_LIBDIR%%/test/test_filecmp.py +%%PYPY_LIBDIR%%/test/test_filecmp.pyc +%%PYPY_LIBDIR%%/test/test_fileinput.py +%%PYPY_LIBDIR%%/test/test_fileinput.pyc +%%PYPY_LIBDIR%%/test/test_fileio.py +%%PYPY_LIBDIR%%/test/test_fileio.pyc +%%PYPY_LIBDIR%%/test/test_float.py +%%PYPY_LIBDIR%%/test/test_float.pyc +%%PYPY_LIBDIR%%/test/test_fnmatch.py +%%PYPY_LIBDIR%%/test/test_fnmatch.pyc +%%PYPY_LIBDIR%%/test/test_fork1.py +%%PYPY_LIBDIR%%/test/test_fork1.pyc +%%PYPY_LIBDIR%%/test/test_format.py +%%PYPY_LIBDIR%%/test/test_format.pyc +%%PYPY_LIBDIR%%/test/test_fpformat.py +%%PYPY_LIBDIR%%/test/test_fpformat.pyc +%%PYPY_LIBDIR%%/test/test_fractions.py +%%PYPY_LIBDIR%%/test/test_fractions.pyc +%%PYPY_LIBDIR%%/test/test_frozen.py +%%PYPY_LIBDIR%%/test/test_frozen.pyc +%%PYPY_LIBDIR%%/test/test_ftplib.py +%%PYPY_LIBDIR%%/test/test_ftplib.pyc +%%PYPY_LIBDIR%%/test/test_funcattrs.py +%%PYPY_LIBDIR%%/test/test_funcattrs.pyc +%%PYPY_LIBDIR%%/test/test_functools.py +%%PYPY_LIBDIR%%/test/test_functools.pyc +%%PYPY_LIBDIR%%/test/test_future.py +%%PYPY_LIBDIR%%/test/test_future.pyc +%%PYPY_LIBDIR%%/test/test_future1.py +%%PYPY_LIBDIR%%/test/test_future1.pyc +%%PYPY_LIBDIR%%/test/test_future2.py +%%PYPY_LIBDIR%%/test/test_future2.pyc +%%PYPY_LIBDIR%%/test/test_future3.py +%%PYPY_LIBDIR%%/test/test_future3.pyc +%%PYPY_LIBDIR%%/test/test_future4.py +%%PYPY_LIBDIR%%/test/test_future4.pyc +%%PYPY_LIBDIR%%/test/test_future5.py +%%PYPY_LIBDIR%%/test/test_future5.pyc +%%PYPY_LIBDIR%%/test/test_future_builtins.py +%%PYPY_LIBDIR%%/test/test_future_builtins.pyc +%%PYPY_LIBDIR%%/test/test_gc.py +%%PYPY_LIBDIR%%/test/test_gc.pyc +%%PYPY_LIBDIR%%/test/test_gdb.py +%%PYPY_LIBDIR%%/test/test_gdb.pyc +%%PYPY_LIBDIR%%/test/test_gdbm.py +%%PYPY_LIBDIR%%/test/test_gdbm.pyc +%%PYPY_LIBDIR%%/test/test_generators.py +%%PYPY_LIBDIR%%/test/test_generators.pyc +%%PYPY_LIBDIR%%/test/test_genericpath.py +%%PYPY_LIBDIR%%/test/test_genericpath.pyc +%%PYPY_LIBDIR%%/test/test_genexps.py +%%PYPY_LIBDIR%%/test/test_genexps.pyc +%%PYPY_LIBDIR%%/test/test_getargs.py +%%PYPY_LIBDIR%%/test/test_getargs.pyc +%%PYPY_LIBDIR%%/test/test_getargs2.py +%%PYPY_LIBDIR%%/test/test_getargs2.pyc +%%PYPY_LIBDIR%%/test/test_getopt.py +%%PYPY_LIBDIR%%/test/test_getopt.pyc +%%PYPY_LIBDIR%%/test/test_gettext.py +%%PYPY_LIBDIR%%/test/test_gettext.pyc +%%PYPY_LIBDIR%%/test/test_gl.py +%%PYPY_LIBDIR%%/test/test_gl.pyc +%%PYPY_LIBDIR%%/test/test_glob.py +%%PYPY_LIBDIR%%/test/test_glob.pyc +%%PYPY_LIBDIR%%/test/test_global.py +%%PYPY_LIBDIR%%/test/test_global.pyc +%%PYPY_LIBDIR%%/test/test_grammar.py +%%PYPY_LIBDIR%%/test/test_grammar.pyc +%%PYPY_LIBDIR%%/test/test_grp.py +%%PYPY_LIBDIR%%/test/test_grp.pyc +%%PYPY_LIBDIR%%/test/test_gzip.py +%%PYPY_LIBDIR%%/test/test_gzip.pyc +%%PYPY_LIBDIR%%/test/test_hash.py +%%PYPY_LIBDIR%%/test/test_hash.pyc +%%PYPY_LIBDIR%%/test/test_hashlib.py +%%PYPY_LIBDIR%%/test/test_hashlib.pyc +%%PYPY_LIBDIR%%/test/test_heapq.py +%%PYPY_LIBDIR%%/test/test_heapq.pyc +%%PYPY_LIBDIR%%/test/test_hmac.py +%%PYPY_LIBDIR%%/test/test_hmac.pyc +%%PYPY_LIBDIR%%/test/test_hotshot.py +%%PYPY_LIBDIR%%/test/test_hotshot.pyc +%%PYPY_LIBDIR%%/test/test_htmllib.py +%%PYPY_LIBDIR%%/test/test_htmllib.pyc +%%PYPY_LIBDIR%%/test/test_htmlparser.py +%%PYPY_LIBDIR%%/test/test_htmlparser.pyc +%%PYPY_LIBDIR%%/test/test_httplib.py +%%PYPY_LIBDIR%%/test/test_httplib.pyc +%%PYPY_LIBDIR%%/test/test_httpservers.py +%%PYPY_LIBDIR%%/test/test_httpservers.pyc +%%PYPY_LIBDIR%%/test/test_imageop.py +%%PYPY_LIBDIR%%/test/test_imageop.pyc +%%PYPY_LIBDIR%%/test/test_imaplib.py +%%PYPY_LIBDIR%%/test/test_imaplib.pyc +%%PYPY_LIBDIR%%/test/test_imgfile.py +%%PYPY_LIBDIR%%/test/test_imgfile.pyc +%%PYPY_LIBDIR%%/test/test_imp.py +%%PYPY_LIBDIR%%/test/test_imp.pyc +%%PYPY_LIBDIR%%/test/test_import.py +%%PYPY_LIBDIR%%/test/test_import.pyc +%%PYPY_LIBDIR%%/test/test_importhooks.py +%%PYPY_LIBDIR%%/test/test_importhooks.pyc +%%PYPY_LIBDIR%%/test/test_importlib.py +%%PYPY_LIBDIR%%/test/test_importlib.pyc +%%PYPY_LIBDIR%%/test/test_index.py +%%PYPY_LIBDIR%%/test/test_index.pyc +%%PYPY_LIBDIR%%/test/test_inspect.py +%%PYPY_LIBDIR%%/test/test_inspect.pyc +%%PYPY_LIBDIR%%/test/test_int.py +%%PYPY_LIBDIR%%/test/test_int.pyc +%%PYPY_LIBDIR%%/test/test_int_literal.py +%%PYPY_LIBDIR%%/test/test_int_literal.pyc +%%PYPY_LIBDIR%%/test/test_io.py +%%PYPY_LIBDIR%%/test/test_io.pyc +%%PYPY_LIBDIR%%/test/test_ioctl.py +%%PYPY_LIBDIR%%/test/test_ioctl.pyc +%%PYPY_LIBDIR%%/test/test_isinstance.py +%%PYPY_LIBDIR%%/test/test_isinstance.pyc +%%PYPY_LIBDIR%%/test/test_iter.py +%%PYPY_LIBDIR%%/test/test_iter.pyc +%%PYPY_LIBDIR%%/test/test_iterlen.py +%%PYPY_LIBDIR%%/test/test_iterlen.pyc +%%PYPY_LIBDIR%%/test/test_itertools.py +%%PYPY_LIBDIR%%/test/test_itertools.pyc +%%PYPY_LIBDIR%%/test/test_json.py +%%PYPY_LIBDIR%%/test/test_json.pyc +%%PYPY_LIBDIR%%/test/test_kqueue.py +%%PYPY_LIBDIR%%/test/test_kqueue.pyc +%%PYPY_LIBDIR%%/test/test_largefile.py +%%PYPY_LIBDIR%%/test/test_largefile.pyc +%%PYPY_LIBDIR%%/test/test_lib2to3.py +%%PYPY_LIBDIR%%/test/test_lib2to3.pyc +%%PYPY_LIBDIR%%/test/test_linecache.py +%%PYPY_LIBDIR%%/test/test_linecache.pyc +%%PYPY_LIBDIR%%/test/test_linuxaudiodev.py +%%PYPY_LIBDIR%%/test/test_linuxaudiodev.pyc +%%PYPY_LIBDIR%%/test/test_list.py +%%PYPY_LIBDIR%%/test/test_list.pyc +%%PYPY_LIBDIR%%/test/test_locale.py +%%PYPY_LIBDIR%%/test/test_locale.pyc +%%PYPY_LIBDIR%%/test/test_logging.py +%%PYPY_LIBDIR%%/test/test_logging.pyc +%%PYPY_LIBDIR%%/test/test_long.py +%%PYPY_LIBDIR%%/test/test_long.pyc +%%PYPY_LIBDIR%%/test/test_long_future.py +%%PYPY_LIBDIR%%/test/test_long_future.pyc +%%PYPY_LIBDIR%%/test/test_longexp.py +%%PYPY_LIBDIR%%/test/test_longexp.pyc +%%PYPY_LIBDIR%%/test/test_macos.py +%%PYPY_LIBDIR%%/test/test_macos.pyc +%%PYPY_LIBDIR%%/test/test_macostools.py +%%PYPY_LIBDIR%%/test/test_macostools.pyc +%%PYPY_LIBDIR%%/test/test_macpath.py +%%PYPY_LIBDIR%%/test/test_macpath.pyc +%%PYPY_LIBDIR%%/test/test_mailbox.py +%%PYPY_LIBDIR%%/test/test_mailbox.pyc +%%PYPY_LIBDIR%%/test/test_marshal.py +%%PYPY_LIBDIR%%/test/test_marshal.pyc +%%PYPY_LIBDIR%%/test/test_math.py +%%PYPY_LIBDIR%%/test/test_math.pyc +%%PYPY_LIBDIR%%/test/test_md5.py +%%PYPY_LIBDIR%%/test/test_md5.pyc +%%PYPY_LIBDIR%%/test/test_memoryio.py +%%PYPY_LIBDIR%%/test/test_memoryio.pyc +%%PYPY_LIBDIR%%/test/test_memoryview.py +%%PYPY_LIBDIR%%/test/test_memoryview.pyc +%%PYPY_LIBDIR%%/test/test_mhlib.py +%%PYPY_LIBDIR%%/test/test_mhlib.pyc +%%PYPY_LIBDIR%%/test/test_mimetools.py +%%PYPY_LIBDIR%%/test/test_mimetools.pyc +%%PYPY_LIBDIR%%/test/test_mimetypes.py +%%PYPY_LIBDIR%%/test/test_mimetypes.pyc +%%PYPY_LIBDIR%%/test/test_minidom.py +%%PYPY_LIBDIR%%/test/test_minidom.pyc +%%PYPY_LIBDIR%%/test/test_mmap.py +%%PYPY_LIBDIR%%/test/test_mmap.pyc +%%PYPY_LIBDIR%%/test/test_module.py +%%PYPY_LIBDIR%%/test/test_module.pyc +%%PYPY_LIBDIR%%/test/test_modulefinder.py +%%PYPY_LIBDIR%%/test/test_modulefinder.pyc +%%PYPY_LIBDIR%%/test/test_msilib.py +%%PYPY_LIBDIR%%/test/test_msilib.pyc +%%PYPY_LIBDIR%%/test/test_multibytecodec.py +%%PYPY_LIBDIR%%/test/test_multibytecodec.pyc +%%PYPY_LIBDIR%%/test/test_multibytecodec_support.py +%%PYPY_LIBDIR%%/test/test_multibytecodec_support.pyc +%%PYPY_LIBDIR%%/test/test_multifile.py +%%PYPY_LIBDIR%%/test/test_multifile.pyc +%%PYPY_LIBDIR%%/test/test_multiprocessing.py +%%PYPY_LIBDIR%%/test/test_multiprocessing.pyc +%%PYPY_LIBDIR%%/test/test_mutants.py +%%PYPY_LIBDIR%%/test/test_mutants.pyc +%%PYPY_LIBDIR%%/test/test_mutex.py +%%PYPY_LIBDIR%%/test/test_mutex.pyc +%%PYPY_LIBDIR%%/test/test_netrc.py +%%PYPY_LIBDIR%%/test/test_netrc.pyc +%%PYPY_LIBDIR%%/test/test_new.py +%%PYPY_LIBDIR%%/test/test_new.pyc +%%PYPY_LIBDIR%%/test/test_nis.py +%%PYPY_LIBDIR%%/test/test_nis.pyc +%%PYPY_LIBDIR%%/test/test_normalization.py +%%PYPY_LIBDIR%%/test/test_normalization.pyc +%%PYPY_LIBDIR%%/test/test_ntpath.py +%%PYPY_LIBDIR%%/test/test_ntpath.pyc +%%PYPY_LIBDIR%%/test/test_old_mailbox.py +%%PYPY_LIBDIR%%/test/test_old_mailbox.pyc +%%PYPY_LIBDIR%%/test/test_opcodes.py +%%PYPY_LIBDIR%%/test/test_opcodes.pyc +%%PYPY_LIBDIR%%/test/test_openpty.py +%%PYPY_LIBDIR%%/test/test_openpty.pyc +%%PYPY_LIBDIR%%/test/test_operator.py +%%PYPY_LIBDIR%%/test/test_operator.pyc +%%PYPY_LIBDIR%%/test/test_optparse.py +%%PYPY_LIBDIR%%/test/test_optparse.pyc +%%PYPY_LIBDIR%%/test/test_os.py +%%PYPY_LIBDIR%%/test/test_os.pyc +%%PYPY_LIBDIR%%/test/test_ossaudiodev.py +%%PYPY_LIBDIR%%/test/test_ossaudiodev.pyc +%%PYPY_LIBDIR%%/test/test_parser.py +%%PYPY_LIBDIR%%/test/test_parser.pyc +%%PYPY_LIBDIR%%/test/test_pdb.py +%%PYPY_LIBDIR%%/test/test_pdb.pyc +%%PYPY_LIBDIR%%/test/test_peepholer.py +%%PYPY_LIBDIR%%/test/test_peepholer.pyc +%%PYPY_LIBDIR%%/test/test_pep247.py +%%PYPY_LIBDIR%%/test/test_pep247.pyc +%%PYPY_LIBDIR%%/test/test_pep263.py +%%PYPY_LIBDIR%%/test/test_pep263.pyc +%%PYPY_LIBDIR%%/test/test_pep277.py +%%PYPY_LIBDIR%%/test/test_pep277.pyc +%%PYPY_LIBDIR%%/test/test_pep292.py +%%PYPY_LIBDIR%%/test/test_pep292.pyc +%%PYPY_LIBDIR%%/test/test_pep352.py +%%PYPY_LIBDIR%%/test/test_pep352.pyc +%%PYPY_LIBDIR%%/test/test_pickle.py +%%PYPY_LIBDIR%%/test/test_pickle.pyc +%%PYPY_LIBDIR%%/test/test_pickletools.py +%%PYPY_LIBDIR%%/test/test_pickletools.pyc +%%PYPY_LIBDIR%%/test/test_pipes.py +%%PYPY_LIBDIR%%/test/test_pipes.pyc +%%PYPY_LIBDIR%%/test/test_pkg.py +%%PYPY_LIBDIR%%/test/test_pkg.pyc +%%PYPY_LIBDIR%%/test/test_pkgimport.py +%%PYPY_LIBDIR%%/test/test_pkgimport.pyc +%%PYPY_LIBDIR%%/test/test_pkgutil.py +%%PYPY_LIBDIR%%/test/test_pkgutil.pyc +%%PYPY_LIBDIR%%/test/test_platform.py +%%PYPY_LIBDIR%%/test/test_platform.pyc +%%PYPY_LIBDIR%%/test/test_plistlib.py +%%PYPY_LIBDIR%%/test/test_plistlib.pyc +%%PYPY_LIBDIR%%/test/test_poll.py +%%PYPY_LIBDIR%%/test/test_poll.pyc +%%PYPY_LIBDIR%%/test/test_popen.py +%%PYPY_LIBDIR%%/test/test_popen.pyc +%%PYPY_LIBDIR%%/test/test_popen2.py +%%PYPY_LIBDIR%%/test/test_popen2.pyc +%%PYPY_LIBDIR%%/test/test_poplib.py +%%PYPY_LIBDIR%%/test/test_poplib.pyc +%%PYPY_LIBDIR%%/test/test_posix.py +%%PYPY_LIBDIR%%/test/test_posix.pyc +%%PYPY_LIBDIR%%/test/test_posixpath.py +%%PYPY_LIBDIR%%/test/test_posixpath.pyc +%%PYPY_LIBDIR%%/test/test_pow.py +%%PYPY_LIBDIR%%/test/test_pow.pyc +%%PYPY_LIBDIR%%/test/test_pprint.py +%%PYPY_LIBDIR%%/test/test_pprint.pyc +%%PYPY_LIBDIR%%/test/test_print.py +%%PYPY_LIBDIR%%/test/test_print.pyc +%%PYPY_LIBDIR%%/test/test_profile.py +%%PYPY_LIBDIR%%/test/test_profile.pyc +%%PYPY_LIBDIR%%/test/test_property.py +%%PYPY_LIBDIR%%/test/test_property.pyc +%%PYPY_LIBDIR%%/test/test_pstats.py +%%PYPY_LIBDIR%%/test/test_pstats.pyc +%%PYPY_LIBDIR%%/test/test_pty.py +%%PYPY_LIBDIR%%/test/test_pty.pyc +%%PYPY_LIBDIR%%/test/test_pwd.py +%%PYPY_LIBDIR%%/test/test_pwd.pyc +%%PYPY_LIBDIR%%/test/test_py3kwarn.py +%%PYPY_LIBDIR%%/test/test_py3kwarn.pyc +%%PYPY_LIBDIR%%/test/test_pyclbr.py +%%PYPY_LIBDIR%%/test/test_pyclbr.pyc +%%PYPY_LIBDIR%%/test/test_pydoc.py +%%PYPY_LIBDIR%%/test/test_pydoc.pyc +%%PYPY_LIBDIR%%/test/test_pyexpat.py +%%PYPY_LIBDIR%%/test/test_pyexpat.pyc +%%PYPY_LIBDIR%%/test/test_queue.py +%%PYPY_LIBDIR%%/test/test_queue.pyc +%%PYPY_LIBDIR%%/test/test_quopri.py +%%PYPY_LIBDIR%%/test/test_quopri.pyc +%%PYPY_LIBDIR%%/test/test_random.py +%%PYPY_LIBDIR%%/test/test_random.pyc +%%PYPY_LIBDIR%%/test/test_re.py +%%PYPY_LIBDIR%%/test/test_re.pyc +%%PYPY_LIBDIR%%/test/test_readline.py +%%PYPY_LIBDIR%%/test/test_readline.pyc +%%PYPY_LIBDIR%%/test/test_repr.py +%%PYPY_LIBDIR%%/test/test_repr.pyc +%%PYPY_LIBDIR%%/test/test_resource.py +%%PYPY_LIBDIR%%/test/test_resource.pyc +%%PYPY_LIBDIR%%/test/test_rfc822.py +%%PYPY_LIBDIR%%/test/test_rfc822.pyc +%%PYPY_LIBDIR%%/test/test_richcmp.py +%%PYPY_LIBDIR%%/test/test_richcmp.pyc +%%PYPY_LIBDIR%%/test/test_rlcompleter.py +%%PYPY_LIBDIR%%/test/test_rlcompleter.pyc +%%PYPY_LIBDIR%%/test/test_robotparser.py +%%PYPY_LIBDIR%%/test/test_robotparser.pyc +%%PYPY_LIBDIR%%/test/test_runpy.py +%%PYPY_LIBDIR%%/test/test_runpy.pyc +%%PYPY_LIBDIR%%/test/test_sax.py +%%PYPY_LIBDIR%%/test/test_sax.pyc +%%PYPY_LIBDIR%%/test/test_scope.py +%%PYPY_LIBDIR%%/test/test_scope.pyc +%%PYPY_LIBDIR%%/test/test_scriptpackages.py +%%PYPY_LIBDIR%%/test/test_scriptpackages.pyc +%%PYPY_LIBDIR%%/test/test_select.py +%%PYPY_LIBDIR%%/test/test_select.pyc +%%PYPY_LIBDIR%%/test/test_set.py +%%PYPY_LIBDIR%%/test/test_set.pyc +%%PYPY_LIBDIR%%/test/test_setcomps.py +%%PYPY_LIBDIR%%/test/test_setcomps.pyc +%%PYPY_LIBDIR%%/test/test_sets.py +%%PYPY_LIBDIR%%/test/test_sets.pyc +%%PYPY_LIBDIR%%/test/test_sgmllib.py +%%PYPY_LIBDIR%%/test/test_sgmllib.pyc +%%PYPY_LIBDIR%%/test/test_sha.py +%%PYPY_LIBDIR%%/test/test_sha.pyc +%%PYPY_LIBDIR%%/test/test_shelve.py +%%PYPY_LIBDIR%%/test/test_shelve.pyc +%%PYPY_LIBDIR%%/test/test_shlex.py +%%PYPY_LIBDIR%%/test/test_shlex.pyc +%%PYPY_LIBDIR%%/test/test_shutil.py +%%PYPY_LIBDIR%%/test/test_shutil.pyc +%%PYPY_LIBDIR%%/test/test_signal.py +%%PYPY_LIBDIR%%/test/test_signal.pyc +%%PYPY_LIBDIR%%/test/test_site.py +%%PYPY_LIBDIR%%/test/test_site.pyc +%%PYPY_LIBDIR%%/test/test_slice.py +%%PYPY_LIBDIR%%/test/test_slice.pyc +%%PYPY_LIBDIR%%/test/test_smtplib.py +%%PYPY_LIBDIR%%/test/test_smtplib.pyc +%%PYPY_LIBDIR%%/test/test_smtpnet.py +%%PYPY_LIBDIR%%/test/test_smtpnet.pyc +%%PYPY_LIBDIR%%/test/test_socket.py +%%PYPY_LIBDIR%%/test/test_socket.pyc +%%PYPY_LIBDIR%%/test/test_socketserver.py +%%PYPY_LIBDIR%%/test/test_socketserver.pyc +%%PYPY_LIBDIR%%/test/test_softspace.py +%%PYPY_LIBDIR%%/test/test_softspace.pyc +%%PYPY_LIBDIR%%/test/test_sort.py +%%PYPY_LIBDIR%%/test/test_sort.pyc +%%PYPY_LIBDIR%%/test/test_sqlite.py +%%PYPY_LIBDIR%%/test/test_sqlite.pyc +%%PYPY_LIBDIR%%/test/test_ssl.py +%%PYPY_LIBDIR%%/test/test_ssl.pyc +%%PYPY_LIBDIR%%/test/test_startfile.py +%%PYPY_LIBDIR%%/test/test_startfile.pyc +%%PYPY_LIBDIR%%/test/test_str.py +%%PYPY_LIBDIR%%/test/test_str.pyc +%%PYPY_LIBDIR%%/test/test_strftime.py +%%PYPY_LIBDIR%%/test/test_strftime.pyc +%%PYPY_LIBDIR%%/test/test_string.py +%%PYPY_LIBDIR%%/test/test_string.pyc +%%PYPY_LIBDIR%%/test/test_stringprep.py +%%PYPY_LIBDIR%%/test/test_stringprep.pyc +%%PYPY_LIBDIR%%/test/test_strop.py +%%PYPY_LIBDIR%%/test/test_strop.pyc +%%PYPY_LIBDIR%%/test/test_strptime.py +%%PYPY_LIBDIR%%/test/test_strptime.pyc +%%PYPY_LIBDIR%%/test/test_strtod.py +%%PYPY_LIBDIR%%/test/test_strtod.pyc +%%PYPY_LIBDIR%%/test/test_struct.py +%%PYPY_LIBDIR%%/test/test_struct.pyc +%%PYPY_LIBDIR%%/test/test_structmembers.py +%%PYPY_LIBDIR%%/test/test_structmembers.pyc +%%PYPY_LIBDIR%%/test/test_structseq.py +%%PYPY_LIBDIR%%/test/test_structseq.pyc +%%PYPY_LIBDIR%%/test/test_subprocess.py +%%PYPY_LIBDIR%%/test/test_subprocess.pyc +%%PYPY_LIBDIR%%/test/test_sunaudiodev.py +%%PYPY_LIBDIR%%/test/test_sunaudiodev.pyc +%%PYPY_LIBDIR%%/test/test_sundry.py +%%PYPY_LIBDIR%%/test/test_sundry.pyc +%%PYPY_LIBDIR%%/test/test_support.py +%%PYPY_LIBDIR%%/test/test_support.pyc +%%PYPY_LIBDIR%%/test/test_symtable.py +%%PYPY_LIBDIR%%/test/test_symtable.pyc +%%PYPY_LIBDIR%%/test/test_syntax.py +%%PYPY_LIBDIR%%/test/test_syntax.pyc +%%PYPY_LIBDIR%%/test/test_sys.py +%%PYPY_LIBDIR%%/test/test_sys.pyc +%%PYPY_LIBDIR%%/test/test_sys_setprofile.py +%%PYPY_LIBDIR%%/test/test_sys_setprofile.pyc +%%PYPY_LIBDIR%%/test/test_sys_settrace.py +%%PYPY_LIBDIR%%/test/test_sys_settrace.pyc +%%PYPY_LIBDIR%%/test/test_sysconfig.py +%%PYPY_LIBDIR%%/test/test_sysconfig.pyc +%%PYPY_LIBDIR%%/test/test_tarfile.py +%%PYPY_LIBDIR%%/test/test_tarfile.pyc +%%PYPY_LIBDIR%%/test/test_tcl.py +%%PYPY_LIBDIR%%/test/test_tcl.pyc +%%PYPY_LIBDIR%%/test/test_telnetlib.py +%%PYPY_LIBDIR%%/test/test_telnetlib.pyc +%%PYPY_LIBDIR%%/test/test_tempfile.py +%%PYPY_LIBDIR%%/test/test_tempfile.pyc +%%PYPY_LIBDIR%%/test/test_textwrap.py +%%PYPY_LIBDIR%%/test/test_textwrap.pyc +%%PYPY_LIBDIR%%/test/test_thread.py +%%PYPY_LIBDIR%%/test/test_thread.pyc +%%PYPY_LIBDIR%%/test/test_threaded_import.py +%%PYPY_LIBDIR%%/test/test_threaded_import.pyc +%%PYPY_LIBDIR%%/test/test_threadedtempfile.py +%%PYPY_LIBDIR%%/test/test_threadedtempfile.pyc +%%PYPY_LIBDIR%%/test/test_threading.py +%%PYPY_LIBDIR%%/test/test_threading.pyc +%%PYPY_LIBDIR%%/test/test_threading_local.py +%%PYPY_LIBDIR%%/test/test_threading_local.pyc +%%PYPY_LIBDIR%%/test/test_threadsignals.py +%%PYPY_LIBDIR%%/test/test_threadsignals.pyc +%%PYPY_LIBDIR%%/test/test_time.py +%%PYPY_LIBDIR%%/test/test_time.pyc +%%PYPY_LIBDIR%%/test/test_timeout.py +%%PYPY_LIBDIR%%/test/test_timeout.pyc +%%PYPY_LIBDIR%%/test/test_tk.py +%%PYPY_LIBDIR%%/test/test_tk.pyc +%%PYPY_LIBDIR%%/test/test_tokenize.py +%%PYPY_LIBDIR%%/test/test_tokenize.pyc +%%PYPY_LIBDIR%%/test/test_trace.py +%%PYPY_LIBDIR%%/test/test_trace.pyc +%%PYPY_LIBDIR%%/test/test_traceback.py +%%PYPY_LIBDIR%%/test/test_traceback.pyc +%%PYPY_LIBDIR%%/test/test_transformer.py +%%PYPY_LIBDIR%%/test/test_transformer.pyc +%%PYPY_LIBDIR%%/test/test_ttk_guionly.py +%%PYPY_LIBDIR%%/test/test_ttk_guionly.pyc +%%PYPY_LIBDIR%%/test/test_ttk_textonly.py +%%PYPY_LIBDIR%%/test/test_ttk_textonly.pyc +%%PYPY_LIBDIR%%/test/test_tuple.py +%%PYPY_LIBDIR%%/test/test_tuple.pyc +%%PYPY_LIBDIR%%/test/test_typechecks.py +%%PYPY_LIBDIR%%/test/test_typechecks.pyc +%%PYPY_LIBDIR%%/test/test_types.py +%%PYPY_LIBDIR%%/test/test_types.pyc +%%PYPY_LIBDIR%%/test/test_ucn.py +%%PYPY_LIBDIR%%/test/test_ucn.pyc +%%PYPY_LIBDIR%%/test/test_unary.py +%%PYPY_LIBDIR%%/test/test_unary.pyc +%%PYPY_LIBDIR%%/test/test_undocumented_details.py +%%PYPY_LIBDIR%%/test/test_undocumented_details.pyc +%%PYPY_LIBDIR%%/test/test_unicode.py +%%PYPY_LIBDIR%%/test/test_unicode.pyc +%%PYPY_LIBDIR%%/test/test_unicode_file.py +%%PYPY_LIBDIR%%/test/test_unicode_file.pyc +%%PYPY_LIBDIR%%/test/test_unicodedata.py +%%PYPY_LIBDIR%%/test/test_unicodedata.pyc +%%PYPY_LIBDIR%%/test/test_unittest.py +%%PYPY_LIBDIR%%/test/test_unittest.pyc +%%PYPY_LIBDIR%%/test/test_univnewlines.py +%%PYPY_LIBDIR%%/test/test_univnewlines.pyc +%%PYPY_LIBDIR%%/test/test_univnewlines2k.py +%%PYPY_LIBDIR%%/test/test_univnewlines2k.pyc +%%PYPY_LIBDIR%%/test/test_unpack.py +%%PYPY_LIBDIR%%/test/test_unpack.pyc +%%PYPY_LIBDIR%%/test/test_urllib.py +%%PYPY_LIBDIR%%/test/test_urllib.pyc +%%PYPY_LIBDIR%%/test/test_urllib2.py +%%PYPY_LIBDIR%%/test/test_urllib2.pyc +%%PYPY_LIBDIR%%/test/test_urllib2_localnet.py +%%PYPY_LIBDIR%%/test/test_urllib2_localnet.pyc +%%PYPY_LIBDIR%%/test/test_urllib2net.py +%%PYPY_LIBDIR%%/test/test_urllib2net.pyc +%%PYPY_LIBDIR%%/test/test_urllibnet.py +%%PYPY_LIBDIR%%/test/test_urllibnet.pyc +%%PYPY_LIBDIR%%/test/test_urlparse.py +%%PYPY_LIBDIR%%/test/test_urlparse.pyc +%%PYPY_LIBDIR%%/test/test_userdict.py +%%PYPY_LIBDIR%%/test/test_userdict.pyc +%%PYPY_LIBDIR%%/test/test_userlist.py +%%PYPY_LIBDIR%%/test/test_userlist.pyc +%%PYPY_LIBDIR%%/test/test_userstring.py +%%PYPY_LIBDIR%%/test/test_userstring.pyc +%%PYPY_LIBDIR%%/test/test_uu.py +%%PYPY_LIBDIR%%/test/test_uu.pyc +%%PYPY_LIBDIR%%/test/test_uuid.py +%%PYPY_LIBDIR%%/test/test_uuid.pyc +%%PYPY_LIBDIR%%/test/test_wait3.py +%%PYPY_LIBDIR%%/test/test_wait3.pyc +%%PYPY_LIBDIR%%/test/test_wait4.py +%%PYPY_LIBDIR%%/test/test_wait4.pyc +%%PYPY_LIBDIR%%/test/test_warnings.py +%%PYPY_LIBDIR%%/test/test_warnings.pyc +%%PYPY_LIBDIR%%/test/test_wave.py +%%PYPY_LIBDIR%%/test/test_wave.pyc +%%PYPY_LIBDIR%%/test/test_weakref.py +%%PYPY_LIBDIR%%/test/test_weakref.pyc +%%PYPY_LIBDIR%%/test/test_weakset.py +%%PYPY_LIBDIR%%/test/test_weakset.pyc +%%PYPY_LIBDIR%%/test/test_whichdb.py +%%PYPY_LIBDIR%%/test/test_whichdb.pyc +%%PYPY_LIBDIR%%/test/test_winreg.py +%%PYPY_LIBDIR%%/test/test_winreg.pyc +%%PYPY_LIBDIR%%/test/test_winsound.py +%%PYPY_LIBDIR%%/test/test_winsound.pyc +%%PYPY_LIBDIR%%/test/test_with.py +%%PYPY_LIBDIR%%/test/test_with.pyc +%%PYPY_LIBDIR%%/test/test_wsgiref.py +%%PYPY_LIBDIR%%/test/test_wsgiref.pyc +%%PYPY_LIBDIR%%/test/test_xdrlib.py +%%PYPY_LIBDIR%%/test/test_xdrlib.pyc +%%PYPY_LIBDIR%%/test/test_xml_etree.py +%%PYPY_LIBDIR%%/test/test_xml_etree.pyc +%%PYPY_LIBDIR%%/test/test_xml_etree_c.py +%%PYPY_LIBDIR%%/test/test_xml_etree_c.pyc +%%PYPY_LIBDIR%%/test/test_xmllib.py +%%PYPY_LIBDIR%%/test/test_xmllib.pyc +%%PYPY_LIBDIR%%/test/test_xmlrpc.py +%%PYPY_LIBDIR%%/test/test_xmlrpc.pyc +%%PYPY_LIBDIR%%/test/test_xpickle.py +%%PYPY_LIBDIR%%/test/test_xpickle.pyc +%%PYPY_LIBDIR%%/test/test_xrange.py +%%PYPY_LIBDIR%%/test/test_xrange.pyc +%%PYPY_LIBDIR%%/test/test_zipfile.py +%%PYPY_LIBDIR%%/test/test_zipfile.pyc +%%PYPY_LIBDIR%%/test/test_zipfile64.py +%%PYPY_LIBDIR%%/test/test_zipfile64.pyc +%%PYPY_LIBDIR%%/test/test_zipimport.py +%%PYPY_LIBDIR%%/test/test_zipimport.pyc +%%PYPY_LIBDIR%%/test/test_zipimport_support.py +%%PYPY_LIBDIR%%/test/test_zipimport_support.pyc +%%PYPY_LIBDIR%%/test/test_zlib.py +%%PYPY_LIBDIR%%/test/test_zlib.pyc +%%PYPY_LIBDIR%%/test/testall.py +%%PYPY_LIBDIR%%/test/testall.pyc +%%PYPY_LIBDIR%%/test/testcodec.py +%%PYPY_LIBDIR%%/test/testcodec.pyc +%%PYPY_LIBDIR%%/test/testimg.uue +%%PYPY_LIBDIR%%/test/testimgr.uue +%%PYPY_LIBDIR%%/test/testrgb.uue +%%PYPY_LIBDIR%%/test/testtar.tar +%%PYPY_LIBDIR%%/test/tf_inherit_check.py +%%PYPY_LIBDIR%%/test/tf_inherit_check.pyc +%%PYPY_LIBDIR%%/test/threaded_import_hangers.py +%%PYPY_LIBDIR%%/test/threaded_import_hangers.pyc +%%PYPY_LIBDIR%%/test/time_hashlib.py +%%PYPY_LIBDIR%%/test/time_hashlib.pyc +%%PYPY_LIBDIR%%/test/tokenize_tests.txt +%%PYPY_LIBDIR%%/test/tracedmodules/__init__.py +%%PYPY_LIBDIR%%/test/tracedmodules/__init__.pyc +%%PYPY_LIBDIR%%/test/tracedmodules/testmod.py +%%PYPY_LIBDIR%%/test/tracedmodules/testmod.pyc +%%PYPY_LIBDIR%%/test/warning_tests.py +%%PYPY_LIBDIR%%/test/warning_tests.pyc +%%PYPY_LIBDIR%%/test/win_console_handler.py +%%PYPY_LIBDIR%%/test/win_console_handler.pyc +%%PYPY_LIBDIR%%/test/wrongcert.pem +%%PYPY_LIBDIR%%/test/xmltestdata/simple-ns.xml +%%PYPY_LIBDIR%%/test/xmltestdata/simple.xml +%%PYPY_LIBDIR%%/test/xmltestdata/test.xml +%%PYPY_LIBDIR%%/test/xmltestdata/test.xml.out +%%PYPY_LIBDIR%%/test/xmltests.py +%%PYPY_LIBDIR%%/test/xmltests.pyc +%%PYPY_LIBDIR%%/test/zipdir.zip +%%PYPY_LIBDIR%%/textwrap.py +%%PYPY_LIBDIR%%/textwrap.pyc +%%PYPY_LIBDIR%%/this.py +%%PYPY_LIBDIR%%/this.pyc +%%PYPY_LIBDIR%%/threading.py +%%PYPY_LIBDIR%%/threading.pyc +%%PYPY_LIBDIR%%/timeit.py +%%PYPY_LIBDIR%%/timeit.pyc +%%PYPY_LIBDIR%%/toaiff.py +%%PYPY_LIBDIR%%/toaiff.pyc +%%PYPY_LIBDIR%%/token.py +%%PYPY_LIBDIR%%/token.pyc +%%PYPY_LIBDIR%%/tokenize.py +%%PYPY_LIBDIR%%/tokenize.pyc +%%PYPY_LIBDIR%%/trace.py +%%PYPY_LIBDIR%%/trace.pyc +%%PYPY_LIBDIR%%/traceback.py +%%PYPY_LIBDIR%%/traceback.pyc +%%PYPY_LIBDIR%%/tty.py +%%PYPY_LIBDIR%%/tty.pyc +%%PYPY_LIBDIR%%/types.py +%%PYPY_LIBDIR%%/types.pyc +%%PYPY_LIBDIR%%/unittest/__init__.py +%%PYPY_LIBDIR%%/unittest/__init__.pyc +%%PYPY_LIBDIR%%/unittest/__main__.py +%%PYPY_LIBDIR%%/unittest/__main__.pyc +%%PYPY_LIBDIR%%/unittest/case.py +%%PYPY_LIBDIR%%/unittest/case.pyc +%%PYPY_LIBDIR%%/unittest/loader.py +%%PYPY_LIBDIR%%/unittest/loader.pyc +%%PYPY_LIBDIR%%/unittest/main.py +%%PYPY_LIBDIR%%/unittest/main.pyc +%%PYPY_LIBDIR%%/unittest/result.py +%%PYPY_LIBDIR%%/unittest/result.pyc +%%PYPY_LIBDIR%%/unittest/runner.py +%%PYPY_LIBDIR%%/unittest/runner.pyc +%%PYPY_LIBDIR%%/unittest/signals.py +%%PYPY_LIBDIR%%/unittest/signals.pyc +%%PYPY_LIBDIR%%/unittest/suite.py +%%PYPY_LIBDIR%%/unittest/suite.pyc +%%PYPY_LIBDIR%%/unittest/test/__init__.py +%%PYPY_LIBDIR%%/unittest/test/__init__.pyc +%%PYPY_LIBDIR%%/unittest/test/dummy.py +%%PYPY_LIBDIR%%/unittest/test/dummy.pyc +%%PYPY_LIBDIR%%/unittest/test/support.py +%%PYPY_LIBDIR%%/unittest/test/support.pyc +%%PYPY_LIBDIR%%/unittest/test/test_assertions.py +%%PYPY_LIBDIR%%/unittest/test/test_assertions.pyc +%%PYPY_LIBDIR%%/unittest/test/test_break.py +%%PYPY_LIBDIR%%/unittest/test/test_break.pyc +%%PYPY_LIBDIR%%/unittest/test/test_case.py +%%PYPY_LIBDIR%%/unittest/test/test_case.pyc +%%PYPY_LIBDIR%%/unittest/test/test_discovery.py +%%PYPY_LIBDIR%%/unittest/test/test_discovery.pyc +%%PYPY_LIBDIR%%/unittest/test/test_functiontestcase.py +%%PYPY_LIBDIR%%/unittest/test/test_functiontestcase.pyc +%%PYPY_LIBDIR%%/unittest/test/test_loader.py +%%PYPY_LIBDIR%%/unittest/test/test_loader.pyc +%%PYPY_LIBDIR%%/unittest/test/test_program.py +%%PYPY_LIBDIR%%/unittest/test/test_program.pyc +%%PYPY_LIBDIR%%/unittest/test/test_result.py +%%PYPY_LIBDIR%%/unittest/test/test_result.pyc +%%PYPY_LIBDIR%%/unittest/test/test_runner.py +%%PYPY_LIBDIR%%/unittest/test/test_runner.pyc +%%PYPY_LIBDIR%%/unittest/test/test_setups.py +%%PYPY_LIBDIR%%/unittest/test/test_setups.pyc +%%PYPY_LIBDIR%%/unittest/test/test_skipping.py +%%PYPY_LIBDIR%%/unittest/test/test_skipping.pyc +%%PYPY_LIBDIR%%/unittest/test/test_suite.py +%%PYPY_LIBDIR%%/unittest/test/test_suite.pyc +%%PYPY_LIBDIR%%/unittest/util.py +%%PYPY_LIBDIR%%/unittest/util.pyc +%%PYPY_LIBDIR%%/urllib.py +%%PYPY_LIBDIR%%/urllib.pyc +%%PYPY_LIBDIR%%/urllib2.py +%%PYPY_LIBDIR%%/urllib2.pyc +%%PYPY_LIBDIR%%/urlparse.py +%%PYPY_LIBDIR%%/urlparse.pyc +%%PYPY_LIBDIR%%/user.py +%%PYPY_LIBDIR%%/user.pyc +%%PYPY_LIBDIR%%/uu.py +%%PYPY_LIBDIR%%/uu.pyc +%%PYPY_LIBDIR%%/uuid.py +%%PYPY_LIBDIR%%/uuid.pyc +%%PYPY_LIBDIR%%/warnings.py +%%PYPY_LIBDIR%%/warnings.pyc +%%PYPY_LIBDIR%%/wave.py +%%PYPY_LIBDIR%%/wave.pyc +%%PYPY_LIBDIR%%/weakref.py +%%PYPY_LIBDIR%%/weakref.pyc +%%PYPY_LIBDIR%%/webbrowser.py +%%PYPY_LIBDIR%%/webbrowser.pyc +%%PYPY_LIBDIR%%/whichdb.py +%%PYPY_LIBDIR%%/whichdb.pyc +%%PYPY_LIBDIR%%/wsgiref.egg-info +%%PYPY_LIBDIR%%/wsgiref/__init__.py +%%PYPY_LIBDIR%%/wsgiref/__init__.pyc +%%PYPY_LIBDIR%%/wsgiref/handlers.py +%%PYPY_LIBDIR%%/wsgiref/handlers.pyc +%%PYPY_LIBDIR%%/wsgiref/headers.py +%%PYPY_LIBDIR%%/wsgiref/headers.pyc +%%PYPY_LIBDIR%%/wsgiref/simple_server.py +%%PYPY_LIBDIR%%/wsgiref/simple_server.pyc +%%PYPY_LIBDIR%%/wsgiref/util.py +%%PYPY_LIBDIR%%/wsgiref/util.pyc +%%PYPY_LIBDIR%%/wsgiref/validate.py +%%PYPY_LIBDIR%%/wsgiref/validate.pyc +%%PYPY_LIBDIR%%/xdrlib.py +%%PYPY_LIBDIR%%/xdrlib.pyc +%%PYPY_LIBDIR%%/xml/__init__.py +%%PYPY_LIBDIR%%/xml/__init__.pyc +%%PYPY_LIBDIR%%/xml/dom/NodeFilter.py +%%PYPY_LIBDIR%%/xml/dom/NodeFilter.pyc +%%PYPY_LIBDIR%%/xml/dom/__init__.py +%%PYPY_LIBDIR%%/xml/dom/__init__.pyc +%%PYPY_LIBDIR%%/xml/dom/domreg.py +%%PYPY_LIBDIR%%/xml/dom/domreg.pyc +%%PYPY_LIBDIR%%/xml/dom/expatbuilder.py +%%PYPY_LIBDIR%%/xml/dom/expatbuilder.pyc +%%PYPY_LIBDIR%%/xml/dom/minicompat.py +%%PYPY_LIBDIR%%/xml/dom/minicompat.pyc +%%PYPY_LIBDIR%%/xml/dom/minidom.py +%%PYPY_LIBDIR%%/xml/dom/minidom.pyc +%%PYPY_LIBDIR%%/xml/dom/pulldom.py +%%PYPY_LIBDIR%%/xml/dom/pulldom.pyc +%%PYPY_LIBDIR%%/xml/dom/xmlbuilder.py +%%PYPY_LIBDIR%%/xml/dom/xmlbuilder.pyc +%%PYPY_LIBDIR%%/xml/etree/ElementInclude.py +%%PYPY_LIBDIR%%/xml/etree/ElementInclude.pyc +%%PYPY_LIBDIR%%/xml/etree/ElementPath.py +%%PYPY_LIBDIR%%/xml/etree/ElementPath.pyc +%%PYPY_LIBDIR%%/xml/etree/ElementTree.py +%%PYPY_LIBDIR%%/xml/etree/ElementTree.pyc +%%PYPY_LIBDIR%%/xml/etree/__init__.py +%%PYPY_LIBDIR%%/xml/etree/__init__.pyc +%%PYPY_LIBDIR%%/xml/etree/cElementTree.py +%%PYPY_LIBDIR%%/xml/etree/cElementTree.pyc +%%PYPY_LIBDIR%%/xml/parsers/__init__.py +%%PYPY_LIBDIR%%/xml/parsers/__init__.pyc +%%PYPY_LIBDIR%%/xml/parsers/expat.py +%%PYPY_LIBDIR%%/xml/parsers/expat.pyc +%%PYPY_LIBDIR%%/xml/sax/__init__.py +%%PYPY_LIBDIR%%/xml/sax/__init__.pyc +%%PYPY_LIBDIR%%/xml/sax/_exceptions.py +%%PYPY_LIBDIR%%/xml/sax/_exceptions.pyc +%%PYPY_LIBDIR%%/xml/sax/expatreader.py +%%PYPY_LIBDIR%%/xml/sax/expatreader.pyc +%%PYPY_LIBDIR%%/xml/sax/handler.py +%%PYPY_LIBDIR%%/xml/sax/handler.pyc +%%PYPY_LIBDIR%%/xml/sax/saxutils.py +%%PYPY_LIBDIR%%/xml/sax/saxutils.pyc +%%PYPY_LIBDIR%%/xml/sax/xmlreader.py +%%PYPY_LIBDIR%%/xml/sax/xmlreader.pyc +%%PYPY_LIBDIR%%/xmllib.py +%%PYPY_LIBDIR%%/xmllib.pyc +%%PYPY_LIBDIR%%/xmlrpclib.py +%%PYPY_LIBDIR%%/xmlrpclib.pyc +%%PYPY_LIBDIR%%/zipfile.py +%%PYPY_LIBDIR%%/zipfile.pyc +@dirrm %%PYPY_LIBDIR%%/xml/sax +@dirrm %%PYPY_LIBDIR%%/xml/parsers +@dirrm %%PYPY_LIBDIR%%/xml/etree +@dirrm %%PYPY_LIBDIR%%/xml/dom +@dirrm %%PYPY_LIBDIR%%/xml +@dirrm %%PYPY_LIBDIR%%/wsgiref +@dirrm %%PYPY_LIBDIR%%/unittest/test +@dirrm %%PYPY_LIBDIR%%/unittest +@dirrm %%PYPY_LIBDIR%%/test/xmltestdata +@dirrm %%PYPY_LIBDIR%%/test/tracedmodules +@dirrm %%PYPY_LIBDIR%%/test/subprocessdata +@dirrm %%PYPY_LIBDIR%%/test/leakers +@dirrm %%PYPY_LIBDIR%%/test/decimaltestdata +@dirrm %%PYPY_LIBDIR%%/test/data +@dirrm %%PYPY_LIBDIR%%/test/crashers +@dirrm %%PYPY_LIBDIR%%/test/cjkencodings +@dirrm %%PYPY_LIBDIR%%/test +@dirrm %%PYPY_LIBDIR%%/sqlite3/test +@dirrm %%PYPY_LIBDIR%%/sqlite3 +@dirrm %%PYPY_LIBDIR%%/site-packages +@dirrm %%PYPY_LIBDIR%%/pydoc_data +@dirrm %%PYPY_LIBDIR%%/plat-unixware7 +@dirrm %%PYPY_LIBDIR%%/plat-sunos5 +@dirrm %%PYPY_LIBDIR%%/plat-riscos +@dirrm %%PYPY_LIBDIR%%/plat-os2emx +@dirrm %%PYPY_LIBDIR%%/plat-next3 +@dirrm %%PYPY_LIBDIR%%/plat-netbsd1 +@dirrm %%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/_builtinSuites +@dirrm %%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Terminal +@dirrm %%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/SystemEvents +@dirrm %%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/StdSuites +@dirrm %%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Netscape +@dirrm %%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Finder +@dirrm %%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/Explorer +@dirrm %%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages/CodeWarrior +@dirrm %%PYPY_LIBDIR%%/plat-mac/lib-scriptpackages +@dirrm %%PYPY_LIBDIR%%/plat-mac/Carbon +@dirrm %%PYPY_LIBDIR%%/plat-mac +@dirrm %%PYPY_LIBDIR%%/plat-linux2 +@dirrm %%PYPY_LIBDIR%%/plat-irix6 +@dirrm %%PYPY_LIBDIR%%/plat-irix5 +@dirrm %%PYPY_LIBDIR%%/plat-generic +@dirrm %%PYPY_LIBDIR%%/plat-freebsd8 +@dirrm %%PYPY_LIBDIR%%/plat-freebsd7 +@dirrm %%PYPY_LIBDIR%%/plat-freebsd6 +@dirrm %%PYPY_LIBDIR%%/plat-freebsd5 +@dirrm %%PYPY_LIBDIR%%/plat-freebsd4 +@dirrm %%PYPY_LIBDIR%%/plat-darwin +@dirrm %%PYPY_LIBDIR%%/plat-beos5 +@dirrm %%PYPY_LIBDIR%%/plat-atheos +@dirrm %%PYPY_LIBDIR%%/plat-aix4 +@dirrm %%PYPY_LIBDIR%%/plat-aix3 +@dirrm %%PYPY_LIBDIR%%/multiprocessing/dummy +@dirrm %%PYPY_LIBDIR%%/multiprocessing +@dirrm %%PYPY_LIBDIR%%/msilib +@dirrm %%PYPY_LIBDIR%%/logging +@dirrm %%PYPY_LIBDIR%%/lib_pypy/pyrepl/tests +@dirrm %%PYPY_LIBDIR%%/lib_pypy/pyrepl/test +@dirrm %%PYPY_LIBDIR%%/lib_pypy/pyrepl +@dirrm %%PYPY_LIBDIR%%/lib_pypy/pypy_test +@dirrm %%PYPY_LIBDIR%%/lib_pypy/numpypy/core +@dirrm %%PYPY_LIBDIR%%/lib_pypy/numpypy +@dirrm %%PYPY_LIBDIR%%/lib_pypy/distributed/test +@dirrm %%PYPY_LIBDIR%%/lib_pypy/distributed/demo +@dirrm %%PYPY_LIBDIR%%/lib_pypy/distributed +@dirrm %%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache/test +@dirrm %%PYPY_LIBDIR%%/lib_pypy/ctypes_config_cache +@dirrm %%PYPY_LIBDIR%%/lib_pypy/_ctypes +@dirrm %%PYPY_LIBDIR%%/lib_pypy +@dirrm %%PYPY_LIBDIR%%/lib2to3/tests/data/fixers/myfixes +@dirrm %%PYPY_LIBDIR%%/lib2to3/tests/data/fixers +@dirrm %%PYPY_LIBDIR%%/lib2to3/tests/data +@dirrm %%PYPY_LIBDIR%%/lib2to3/tests +@dirrm %%PYPY_LIBDIR%%/lib2to3/pgen2 +@dirrm %%PYPY_LIBDIR%%/lib2to3/fixes +@dirrm %%PYPY_LIBDIR%%/lib2to3 +@dirrm %%PYPY_LIBDIR%%/lib-tk/test/test_ttk +@dirrm %%PYPY_LIBDIR%%/lib-tk/test/test_tkinter +@dirrm %%PYPY_LIBDIR%%/lib-tk/test +@dirrm %%PYPY_LIBDIR%%/lib-tk +@dirrm %%PYPY_LIBDIR%%/json/tests +@dirrm %%PYPY_LIBDIR%%/json +@dirrm %%PYPY_LIBDIR%%/importlib +@dirrm %%PYPY_LIBDIR%%/idlelib/Icons +@dirrm %%PYPY_LIBDIR%%/idlelib +@dirrm %%PYPY_LIBDIR%%/hotshot +@dirrm %%PYPY_LIBDIR%%/encodings +@dirrm %%PYPY_LIBDIR%%/email/test/data +@dirrm %%PYPY_LIBDIR%%/email/test +@dirrm %%PYPY_LIBDIR%%/email/mime +@dirrm %%PYPY_LIBDIR%%/email +@dirrm %%PYPY_LIBDIR%%/distutils/tests +@dirrm %%PYPY_LIBDIR%%/distutils/command +@dirrm %%PYPY_LIBDIR%%/distutils +@dirrm %%PYPY_LIBDIR%%/curses +@dirrm %%PYPY_LIBDIR%%/ctypes/test +@dirrm %%PYPY_LIBDIR%%/ctypes/macholib +@dirrm %%PYPY_LIBDIR%%/ctypes +@dirrm %%PYPY_LIBDIR%%/compiler +@dirrm %%PYPY_LIBDIR%%/bsddb/test +@dirrm %%PYPY_LIBDIR%%/bsddb +@dirrm %%PYPY_LIBDIR%% +@dirrm %%PYPY_INCLUDEDIR%% --Boundary-01=_+Pa5PcVQqbzkun1-- --nextPart8594935.QhMuIjGvMk Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEABECAAYFAk/lpAEACgkQUaaFgP9pFrImpwCeMIaG8Hwqu9zEQynvzt5YJJi3 ZOkAniV++FoN1XZ59QDzx7pcayUksPXD =7CS2 -----END PGP SIGNATURE----- --nextPart8594935.QhMuIjGvMk-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 12:08:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22703106564A; Sat, 23 Jun 2012 12:08:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E9CF98FC12; Sat, 23 Jun 2012 12:08:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NC836I070315; Sat, 23 Jun 2012 12:08:03 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NC83rf070311; Sat, 23 Jun 2012 12:08:03 GMT (envelope-from sunpoet) Date: Sat, 23 Jun 2012 12:08:03 GMT Message-Id: <201206231208.q5NC83rf070311@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/168905: [NEW PORT] devel/rebar: A build-tool for Erlang that follows OTP principles 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: Sat, 23 Jun 2012 12:08:04 -0000 Synopsis: [NEW PORT] devel/rebar: A build-tool for Erlang that follows OTP principles Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Jun 23 12:08:03 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=168905 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 12:50:10 2012 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 8B7B8106566B for ; Sat, 23 Jun 2012 12:50:10 +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 624828FC0A for ; Sat, 23 Jun 2012 12:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NCoAAa009483 for ; Sat, 23 Jun 2012 12:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NCoAhg009482; Sat, 23 Jun 2012 12:50:10 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 12:50:10 GMT Resent-Message-Id: <201206231250.q5NCoAhg009482@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, Jan Beich Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF61A1065674 for ; Sat, 23 Jun 2012 12:43:03 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210]) by mx1.freebsd.org (Postfix) with ESMTP id 75B3E8FC1C for ; Sat, 23 Jun 2012 12:43:03 +0000 (UTC) Received: from raskin.torservers.net ([74.120.15.150]:40298 helo=internal.tormail.org) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1SiPg0-001Qc9-QB for FreeBSD-gnats-submit@freebsd.org; Sat, 23 Jun 2012 08:43:00 -0400 Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1SiPeQ-000Mwt-Ab for FreeBSD-gnats-submit@freebsd.org; Sat, 23 Jun 2012 12:41:20 +0000 Message-Id: <1SiPeQ-000Mwt-Ab@internal.tormail.org> Date: Sat, 23 Jun 2012 04:05:04 -0800 From: Jan Beich To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/169343: [patch] graphics/cairo: add qt4 surface 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: Sat, 23 Jun 2012 12:50:10 -0000 >Number: 169343 >Category: ports >Synopsis: [patch] graphics/cairo: add qt4 surface >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: Sat Jun 23 12:50:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jan Beich >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: tested with MOZ_TOOLKIT=cairo-qt using freebsd-gecko repo https://bugs.freedesktop.org/show_bug.cgi?id=29092#c9 >Description: >How-To-Repeat: >Fix: --- qt.diff begins here --- Index: graphics/cairo/Makefile =================================================================== RCS file: /a/.csup/ports/graphics/cairo/Makefile,v retrieving revision 1.60 diff -u -p -r1.60 Makefile --- graphics/cairo/Makefile 1 Jun 2012 05:19:39 -0000 1.60 +++ graphics/cairo/Makefile 20 Jun 2012 00:33:42 -0000 @@ -29,6 +29,8 @@ CONFIGURE_ARGS= --with-html-dir=${DOCSDI --enable-tee \ --enable-gobject USE_GNOME= gnomehack ltverhack referencehack +USE_QT4= # empty +QT_NONSTANDARD= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes @@ -44,6 +46,7 @@ PLIST_SUB+= X11="" .endif OPTIONS+= GL "Enable OpenGL Support" Off \ + QT4 "Enable QT4 Support" Off \ XCB "Enable XCB (X C-language Binding) Support" On \ GLIB "Enable GObject Functions Feature" On @@ -58,6 +61,15 @@ CONFIGURE_ARGS+= --disable-gl PLIST_SUB+= GL="@comment " .endif +.if defined(WITH_QT4) +CONFIGURE_ARGS+= --enable-qt +USE_QT4+= gui +PLIST_SUB+= QT4="" +.else +CONFIGURE_ARGS+= --disable-qt +PLIST_SUB+= QT4="@comment " +.endif + .if defined(WITH_XCB) BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil Index: graphics/cairo/pkg-plist =================================================================== RCS file: /a/.csup/ports/graphics/cairo/pkg-plist,v retrieving revision 1.15 diff -u -p -r1.15 pkg-plist --- graphics/cairo/pkg-plist 26 May 2012 03:54:11 -0000 1.15 +++ graphics/cairo/pkg-plist 19 Jun 2012 23:38:14 -0000 @@ -6,6 +6,7 @@ include/cairo/cairo-ft.h %%GLIB%%include/cairo/cairo-gobject.h include/cairo/cairo-pdf.h include/cairo/cairo-ps.h +%%QT4%%include/cairo/cairo-qt.h include/cairo/cairo-script-interpreter.h include/cairo/cairo-svg.h include/cairo/cairo-tee.h @@ -39,6 +40,7 @@ libdata/pkgconfig/cairo-ft.pc libdata/pkgconfig/cairo-pdf.pc libdata/pkgconfig/cairo-png.pc libdata/pkgconfig/cairo-ps.pc +%%QT4%%libdata/pkgconfig/cairo-qt.pc libdata/pkgconfig/cairo-svg.pc libdata/pkgconfig/cairo-tee.pc %%XCB%%libdata/pkgconfig/cairo-xcb.pc Index: graphics/cairo/files/patch-bug29092 =================================================================== RCS file: graphics/cairo/files/patch-bug29092 diff -N graphics/cairo/files/patch-bug29092 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ graphics/cairo/files/patch-bug29092 20 Jun 2012 00:40:51 -0000 @@ -0,0 +1,54 @@ +--- src/cairo-qt-surface.cpp 2010-12-25 15:21:34.000000000 +0100 ++++ src/cairo-qt-surface.cpp 2011-12-20 22:59:30.000000000 +0100 +@@ -61,7 +61,9 @@ + #include + #include + +-#if (QT_VERSION >= QT_VERSION_CHECK(4, 7, 0)) || defined(QT_GLYPHS_API_BACKPORT) ++#if (QT_VERSION >= QT_VERSION_CHECK(4, 8, 0)) ++#include ++#elif (QT_VERSION >= QT_VERSION_CHECK(4, 7, 0)) || defined(QT_GLYPHS_API_BACKPORT) + extern void qt_draw_glyphs(QPainter *, const quint32 *glyphs, const QPointF *positions, int count); + #endif + +@@ -1370,7 +1372,39 @@ + cairo_clip_t *clip, + int *remaining_glyphs) + { +-#if (QT_VERSION >= QT_VERSION_CHECK(4, 7, 0)) || defined(QT_GLYPHS_API_BACKPORT) ++#if (QT_VERSION >= QT_VERSION_CHECK(4, 8, 0)) && !defined(QT_NO_RAWFONT) ++ cairo_qt_surface_t *qs = (cairo_qt_surface_t *) abstract_surface; ++ ++ // pick out the colour to use from the cairo source ++ cairo_solid_pattern_t *solid = (cairo_solid_pattern_t*) source; ++ // documentation says you have to freeze the cache, but I don't believe it ++ _cairo_scaled_font_freeze_cache(scaled_font); ++ ++ QColor tempColour(solid->color.red * 255, solid->color.green * 255, solid->color.blue * 255); ++ QVector positions(num_glyphs); ++ QVector glyphss(num_glyphs); ++ FT_Face face = cairo_ft_scaled_font_lock_face (scaled_font); ++ const FT_Size_Metrics& ftMetrics = face->size->metrics; ++ QFont font(face->family_name); ++ font.setStyleStrategy(QFont::NoFontMerging); ++ font.setBold(face->style_flags & FT_STYLE_FLAG_BOLD); ++ font.setItalic(face->style_flags & FT_STYLE_FLAG_ITALIC); ++ font.setKerning(face->face_flags & FT_FACE_FLAG_KERNING); ++ font.setPixelSize(ftMetrics.y_ppem); ++ cairo_ft_scaled_font_unlock_face(scaled_font); ++ qs->p->setFont(font); ++ qs->p->setPen(tempColour); ++ for (int currentGlyph = 0; currentGlyph < num_glyphs; currentGlyph++) { ++ positions.append(QPointF(glyphs[currentGlyph].x, glyphs[currentGlyph].y)); ++ glyphss.append(glyphs[currentGlyph].index); ++ } ++ QGlyphRun qglyphs; ++ qglyphs.setGlyphIndexes(glyphss); ++ qglyphs.setPositions(positions); ++ qs->p->drawGlyphRun(QPointF(), qglyphs); ++ _cairo_scaled_font_thaw_cache(scaled_font); ++ return CAIRO_INT_STATUS_SUCCESS; ++#elif (QT_VERSION >= QT_VERSION_CHECK(4, 7, 0)) || defined(QT_GLYPHS_API_BACKPORT) + cairo_qt_surface_t *qs = (cairo_qt_surface_t *) abstract_surface; + + // pick out the colour to use from the cairo source --- qt.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 12:50:21 2012 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 30C5F106564A; Sat, 23 Jun 2012 12:50:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0441C8FC12; Sat, 23 Jun 2012 12:50:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NCoKP7009656; Sat, 23 Jun 2012 12:50:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NCoKin009650; Sat, 23 Jun 2012 12:50:20 GMT (envelope-from edwin) Date: Sat, 23 Jun 2012 12:50:20 GMT Message-Id: <201206231250.q5NCoKin009650@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169343: [patch] graphics/cairo: add qt4 surface 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: Sat, 23 Jun 2012 12:50:21 -0000 Synopsis: [patch] graphics/cairo: add qt4 surface Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 23 12:50:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169343 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 13:30:13 2012 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 756EC1065688 for ; Sat, 23 Jun 2012 13:30:13 +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 380028FC26 for ; Sat, 23 Jun 2012 13:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NDUCb6046032 for ; Sat, 23 Jun 2012 13:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NDUCM6046030; Sat, 23 Jun 2012 13:30:12 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 13:30:12 GMT Resent-Message-Id: <201206231330.q5NDUCM6046030@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, Masaki TAGAWA Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6ECB9106564A for ; Sat, 23 Jun 2012 13:26:55 +0000 (UTC) (envelope-from masaki@rosetta.club.kyutech.ac.jp) Received: from rosetta.club.kyutech.ac.jp (rosetta.club.kyutech.ac.jp [131.206.108.15]) by mx1.freebsd.org (Postfix) with ESMTP id CE6728FC16 for ; Sat, 23 Jun 2012 13:26:54 +0000 (UTC) Received: from rosetta.club.kyutech.ac.jp (localhost [127.0.0.1]) by rosetta.club.kyutech.ac.jp (8.14.5/8.14.5) with ESMTP id q5NDQcX3099846; Sat, 23 Jun 2012 22:26:38 +0900 (JST) (envelope-from masaki@rosetta.club.kyutech.ac.jp) Received: (from masaki@localhost) by rosetta.club.kyutech.ac.jp (8.14.5/8.14.5/Submit) id q5NDQce2099845; Sat, 23 Jun 2012 22:26:38 +0900 (JST) (envelope-from masaki) Message-Id: <201206231326.q5NDQce2099845@rosetta.club.kyutech.ac.jp> Date: Sat, 23 Jun 2012 22:26:38 +0900 (JST) From: Masaki TAGAWA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169344: New port: net/reposado: Tools for replicating the Apple's Software Update Service X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Masaki TAGAWA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 13:30:13 -0000 >Number: 169344 >Category: ports >Synopsis: New port: net/reposado: Tools for replicating the Apple's Software Update Service >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: Sat Jun 23 13:30:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Masaki TAGAWA >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: Kyushu Institute of Technology >Environment: System: FreeBSD rosetta.club.kyutech.ac.jp 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Reposado is a set of tools written in Python that replicate the key functionality of Mac OS X Server's Software Update Service. This enables you to host a local Apple Software Update Server on any hardware and OS of your choice. >How-To-Repeat: >Fix: --- reposado.shar begins here --- # 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: # # reposado # reposado/distinfo # reposado/Makefile # reposado/pkg-descr # reposado/files # reposado/files/patch-setup.py # reposado/files/pkg-message.in # reposado/files/patch-reposadocommon.py # reposado/pkg-plist # echo c - reposado mkdir -p reposado > /dev/null 2>&1 echo x - reposado/distinfo sed 's/^X//' >reposado/distinfo << '2ca64cb3f4ac1c99c43cae323245fcb8' XSHA256 (reposado-20120620.tar.gz) = 03925fb2d5e8352c75669d0027da13af97c27fd50cccda0712b85d31c57dd84b XSIZE (reposado-20120620.tar.gz) = 57132 2ca64cb3f4ac1c99c43cae323245fcb8 echo x - reposado/Makefile sed 's/^X//' >reposado/Makefile << '8a4b3a01b2cc4959da10d82e19254f79' X# New ports collection makefile for: reposado X# Date created: 23 Jun 2012 X# Whom: masaki X# X# $FreeBSD$ X# X XPORTNAME= reposado XPORTVERSION= 20120620 XCATEGORIES= net XMASTER_SITES= https://nodeload.github.com/wdas/reposado/zipball/${TAG}?dummy=/ X XMAINTAINER= masaki@club.kyutech.ac.jp XCOMMENT= Tools for replicating the Apple's Software Update Service X XRUN_DEPENDS= curl:${PORTSDIR}/ftp/curl X XLICENSE_FILE= ${WRKSRC}/LICENSE.txt X XUSE_PYTHON= 2.6+ XUSE_PYDISTUTILS= yes X XTAG= edfdb87 XWRKSRC= ${WRKDIR}/wdas-reposado-${TAG} XSUB_FILES= pkg-message X Xpost-patch: X @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \ X ${WRKSRC}/code/reposadolib/reposadocommon.py X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/README.md ${DOCSDIR} &&\ X ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} X.endif X @${CAT} ${PKGMESSAGE} X X.include 8a4b3a01b2cc4959da10d82e19254f79 echo x - reposado/pkg-descr sed 's/^X//' >reposado/pkg-descr << '49aed041524b6783c48c10347cac8bd2' XReposado is a set of tools written in Python that replicate the Xkey functionality of Mac OS X Server's Software Update Service. XThis enables you to host a local Apple Software Update Server Xon any hardware and OS of your choice. X XWWW: https://github.com/wdas/reposado 49aed041524b6783c48c10347cac8bd2 echo c - reposado/files mkdir -p reposado/files > /dev/null 2>&1 echo x - reposado/files/patch-setup.py sed 's/^X//' >reposado/files/patch-setup.py << 'c0d5f312ca8c6ee29877a1632a563ded' X--- setup.py.org 2012-06-22 15:50:45.283520178 +0900 X+++ setup.py 2012-06-22 15:51:13.184520094 +0900 X@@ -41,7 +41,7 @@ X else: X setup( X name = "reposado", X- version = "git", X+ version = "20120620", X author = "Greg Neagle", X author_email = "reposado@googlegroups.com", X maintainer = "Brent B", c0d5f312ca8c6ee29877a1632a563ded echo x - reposado/files/pkg-message.in sed 's/^X//' >reposado/files/pkg-message.in << 'eba16cd6939d4944247b8e2fe1381457' X******************************************************************* XYou'll need to perform some steps to make reposado work. XSee file named getting_started.txt in %%DOCSDIR%% Xfor details. X******************************************************************* eba16cd6939d4944247b8e2fe1381457 echo x - reposado/files/patch-reposadocommon.py sed 's/^X//' >reposado/files/patch-reposadocommon.py << '0a59183e295dee10e567986f3c2da1c6' X--- code/reposadolib/reposadocommon.py.org 2012-06-23 21:35:41.103519893 +0900 X+++ code/reposadolib/reposadocommon.py 2012-06-23 21:43:57.289520798 +0900 X@@ -58,7 +58,7 @@ X X def prefsFilePath(): X '''Returns path to our preferences file.''' X- return os.path.join(get_main_dir(), 'preferences.plist') X+ return os.path.join('%%LOCALBASE%%/etc/', 'preferences.plist') X X X def pref(prefname): X@@ -71,7 +71,7 @@ X 'http://swscan.apple.com/content/catalogs/others/index-lion-snowleopard-leopard.merged-1.sucatalog', X 'http://swscan.apple.com/content/catalogs/others/index-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog'], X 'PreferredLocalizations': ['English', 'en'], X- 'CurlPath': '/usr/bin/curl' X+ 'CurlPath': '%%LOCALBASE%%/bin/curl' X } X try: X prefs = plistlib.readPlist(prefsFilePath()) 0a59183e295dee10e567986f3c2da1c6 echo x - reposado/pkg-plist sed 's/^X//' >reposado/pkg-plist << '15673c2b0269b9376babb4179197e7ab' Xbin/repo_sync Xbin/repoutil X%%PYTHON_SITELIBDIR%%/reposadolib/__init__.py X%%PYTHON_SITELIBDIR%%/reposadolib/__init__.pyc X%%PYTHON_SITELIBDIR%%/reposadolib/__init__.pyo X%%PYTHON_SITELIBDIR%%/reposadolib/reposadocommon.py X%%PYTHON_SITELIBDIR%%/reposadolib/reposadocommon.pyc X%%PYTHON_SITELIBDIR%%/reposadolib/reposadocommon.pyo X@dirrm %%PYTHON_SITELIBDIR%%/reposadolib X%%PORTDOCS%%%%DOCSDIR%%/client_configuration.txt X%%PORTDOCS%%%%DOCSDIR%%/getting_started.txt X%%PORTDOCS%%%%DOCSDIR%%/reference.txt X%%PORTDOCS%%%%DOCSDIR%%/reposado_metadata.txt X%%PORTDOCS%%%%DOCSDIR%%/reposado_operation.txt X%%PORTDOCS%%%%DOCSDIR%%/reposado_preferences.txt X%%PORTDOCS%%%%DOCSDIR%%/reposado_py2exe.txt X%%PORTDOCS%%%%DOCSDIR%%/README.md X%%PORTDOCS%%@dirrm %%DOCSDIR%% 15673c2b0269b9376babb4179197e7ab exit --- reposado.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 13:30:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7FF54106566C; Sat, 23 Jun 2012 13:30:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 52F648FC12; Sat, 23 Jun 2012 13:30:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NDUPFm046654; Sat, 23 Jun 2012 13:30:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NDUPHu046648; Sat, 23 Jun 2012 13:30:25 GMT (envelope-from edwin) Date: Sat, 23 Jun 2012 13:30:25 GMT Message-Id: <201206231330.q5NDUPHu046648@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169344: New port: net/reposado: Tools for replicating the Apple's Software Update Service 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: Sat, 23 Jun 2012 13:30:25 -0000 Synopsis: New port: net/reposado: Tools for replicating the Apple's Software Update Service Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 23 13:30:24 UTC 2012 Responsible-Changed-Why: swills@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169344 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 14:10:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9905A106564A for ; Sat, 23 Jun 2012 14:10:09 +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 62F7A8FC15 for ; Sat, 23 Jun 2012 14:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NEA92v084454 for ; Sat, 23 Jun 2012 14:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NEA96r084453; Sat, 23 Jun 2012 14:10:09 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 14:10:09 GMT Resent-Message-Id: <201206231410.q5NEA96r084453@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, Masaki TAGAWA Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24248106566B for ; Sat, 23 Jun 2012 14:01:23 +0000 (UTC) (envelope-from masaki@rose.club.kyutech.ac.jp) Received: from rose.club.kyutech.ac.jp (rose.club.kyutech.ac.jp [131.206.108.6]) by mx1.freebsd.org (Postfix) with ESMTP id 8F7FE8FC0C for ; Sat, 23 Jun 2012 14:01:22 +0000 (UTC) Received: from rose.club.kyutech.ac.jp (localhost [127.0.0.1]) by rose.club.kyutech.ac.jp (8.14.4/8.14.4) with ESMTP id q5NDsreI091711; Sat, 23 Jun 2012 22:54:53 +0900 (JST) (envelope-from masaki@rose.club.kyutech.ac.jp) Received: (from masaki@localhost) by rose.club.kyutech.ac.jp (8.14.4/8.14.4/Submit) id q5NDsrLV091710; Sat, 23 Jun 2012 22:54:53 +0900 (JST) (envelope-from masaki) Message-Id: <201206231354.q5NDsrLV091710@rose.club.kyutech.ac.jp> Date: Sat, 23 Jun 2012 22:54:53 +0900 (JST) From: Masaki TAGAWA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169345: [PATCH] mail/quickml: broken with RUBY_VER=1.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Masaki TAGAWA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 14:10:09 -0000 >Number: 169345 >Category: ports >Synopsis: [PATCH] mail/quickml: broken with RUBY_VER=1.9 >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: Sat Jun 23 14:10:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Masaki TAGAWA >Release: FreeBSD 8.2-RELEASE-p5 amd64 >Organization: Kyushu Institute of Technology >Environment: System: FreeBSD rose.club.kyutech.ac.jp 8.2-RELEASE-p5 FreeBSD 8.2-RELEASE-p5 #2: Wed Dec 28 15:02:43 JST 2011 root@rose.club.kyutech.ac.jp:/usr/obj/usr/src/sys/MASAKIKERNEL amd64 >Description: - Make patches for ruby19 environment - Fix Makefile - SUB_LIST: to work rc.d scripts proper. - PLIST_SUB: to change pkg-plist based on Make variables. - I can take maintainership as it appears to have been abandoned... >How-To-Repeat: $ ruby19 -v ruby 1.9.3p125 (2012-02-16 revision 34643) [amd64-freebsd8] $ RUBY_VER=1.9 make build ===> Building for quickml-0.7_12 Making all in lib Making all in quickml rm -f version.rb sed -e 's!%VERSION%!0.7!g' version.rb.in > version.rb Making all in . for i in messages.ja; do /usr/local/bin/ruby19 -E Shift_JIS:UTF-16LE lib/quickml/gettext.rb $i quickml.in lib/quickml/*.rb; done /usr/local/lib/ruby/1.9/amd64-freebsd9/rbconfig.rb:206:in `gsub': incompatible encoding regexp match (US-ASCII regexp with UTF-16LE string) (Encoding::CompatibilityError) from /usr/local/lib/ruby/1.9/amd64-freebsd9/rbconfig.rb:206:in `expand' from /usr/local/lib/ruby/1.9/amd64-freebsd9/rbconfig.rb:224:in `block in ' from /usr/local/lib/ruby/1.9/amd64-freebsd9/rbconfig.rb:223:in `each_value' from /usr/local/lib/ruby/1.9/amd64-freebsd9/rbconfig.rb:223:in `' from /usr/local/lib/ruby/1.9/amd64-freebsd9/rbconfig.rb:5:in `' from /usr/local/lib/ruby/site_ruby/1.9/rubygems.rb:31:in `require' from /usr/local/lib/ruby/site_ruby/1.9/rubygems.rb:31:in `' from :1:in `require' from :1:in `' *** Error code 1 Stop in /var/tmp/usr/ports/mail/quickml/work/quickml-0.7. *** Error code 1 Stop in /var/tmp/usr/ports/mail/quickml/work/quickml-0.7. *** Error code 1 Stop in /usr/ports/mail/quickml. *** Error code 1 Stop in /usr/ports/mail/quickml. >Fix: --- patch-quickml begins here --- diff -ruN /usr/ports/mail/quickml.org/Makefile /usr/ports/mail/quickml/Makefile --- /usr/ports/mail/quickml.org/Makefile 2012-06-01 14:21:30.000000000 +0900 +++ /usr/ports/mail/quickml/Makefile 2012-06-23 22:35:20.000000000 +0900 @@ -7,60 +7,52 @@ PORTNAME= quickml PORTVERSION= 0.7 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= mail MASTER_SITES= http://0xcc.net/quickml/ MAINTAINER= yaizawa@2004.jukuin.keio.ac.jp COMMENT= An easy-to-use mailing list system -OPTIONS+= ANALOG "Enable quickml-analog" on \ - LIMIT "Enable Creators and Members Limitation Patch" off - -USERS= quickml -GROUPS= quickml - LICENSE= GPLv2 USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes USE_RUBY= yes - USE_RC_SUBR= ${PORTNAME} -CONFIGURE_ARGS+= --datadir="${PREFIX}/share/quickml" -CONFIGURE_ARGS+= --with-ruby="${RUBY}" -CONFIGURE_ARGS+= --with-user="${USERS}" -CONFIGURE_ARGS+= --with-group="${GROUPS}" -CONFIGURE_ARGS+= --with-rubydir="${RUBY_LIBDIR}" +USERS= quickml +GROUPS= quickml + +CONFIGURE_ARGS= --datadir="${PREFIX}/share/quickml" \ + --with-ruby="${RUBY}" \ + --with-user="${USERS}" \ + --with-group="${GROUPS}" \ + --with-rubydir="${RUBY_LIBDIR}" + +SUB_LIST= RUBY=${RUBY} + +OPTIONS= ANALOG "Enable quickml-analog" on \ + LIMIT "Enable Creators and Members Limitation Patch" off .include .if ${RUBY_VER} == 1.9 -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ruby19-Makefile.in -.endif - -.if !defined(WITHOUT_LIMIT) -PATCH_DIST_STRIP= -p1 +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ruby19-* .endif .if !defined(WITHOUT_ANALOG) USE_GHOSTSCRIPT_RUN= yes RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot \ convert:${PORTSDIR}/graphics/ImageMagick +PLIST_SUB+= ANALOG="" +.else +PLIST_SUB+= ANALOG="@comment " +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-woanalog-Makefile.in .endif -post-fetch: .if !defined(WITHOUT_LIMIT) - @ ( cd ${DISTDIR} && ${FETCH_CMD} -o ${PORTNAME}-${PORTVERSION}-limited.patch "http://linux.matchy.net/view.xcg?c=plugin;plugin=attach_download;p=QuickMLLimited;file_name=${PORTNAME}-${PORTVERSION}-limited.patch" ) -.endif - -post-patch: -.if !defined(WITHOUT_LIMIT) - @${PATCH} ${PATCH_DIST_ARGS} < ${DISTDIR}/${PORTNAME}-${PORTVERSION}-limited.patch -.endif -.if defined(WITHOUT_ANALOG) - ${PATCH} ${PATCH_DIST_ARGS} < ${FILESDIR}/without_quickml-analog +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-limit-* .endif post-install: diff -ruN /usr/ports/mail/quickml.org/files/extra-patch-limit-config.rb /usr/ports/mail/quickml/files/extra-patch-limit-config.rb --- /usr/ports/mail/quickml.org/files/extra-patch-limit-config.rb 1970-01-01 09:00:00.000000000 +0900 +++ /usr/ports/mail/quickml/files/extra-patch-limit-config.rb 2012-06-23 22:35:20.000000000 +0900 @@ -0,0 +1,22 @@ +--- lib/quickml/config.rb.org 2004-06-07 17:50:59.000000000 +0900 ++++ lib/quickml/config.rb 2012-06-21 15:55:28.000000000 +0900 +@@ -56,6 +56,19 @@ + @group = (config[:group] or "root") + @use_qmail_verp = (config[:use_qmail_verp] or false) + ++ @creator_check = (config[:creator_check] or false) ++ @creator_addresses = if config[:creator_addresses] ++ config[:creator_addresses] ++ else ++ [ @domain ] ++ end ++ @member_check = (config[:member_check] or false) ++ @member_addresses = if config[:member_addresses] ++ config[:member_addresses] ++ else ++ [ @domain ] ++ end ++ + charset = @catalog.charset if @catalog + @content_type = "text/plain" + diff -ruN /usr/ports/mail/quickml.org/files/extra-patch-limit-core.rb /usr/ports/mail/quickml/files/extra-patch-limit-core.rb --- /usr/ports/mail/quickml.org/files/extra-patch-limit-core.rb 1970-01-01 09:00:00.000000000 +0900 +++ /usr/ports/mail/quickml/files/extra-patch-limit-core.rb 2012-06-23 22:35:20.000000000 +0900 @@ -0,0 +1,144 @@ +--- lib/quickml/core.rb.org 2004-06-09 05:15:11.000000000 +0900 ++++ lib/quickml/core.rb 2012-06-21 15:55:28.000000000 +0900 +@@ -17,6 +17,8 @@ + class TooLargeMail < QuickMLException; end + class TooManyMembers < QuickMLException; end + class InvalidMLName < QuickMLException; end ++ class InvalidCreator < QuickMLException; end ++ class InvalidMembers < QuickMLException; end + + # It preserves case information. but it accepts an + # address case-insensitively for member management. +@@ -96,6 +98,10 @@ + @logger = @config.logger + @catalog = @config.catalog + ++ if newly_created? and @config.creator_check ++ raise InvalidCreator unless valid_members?(creator, @config.creator_addresses) ++ end ++ + init_ml_config + init_members + init_count +@@ -114,6 +120,13 @@ + attr_reader :charset + attr_reader :max_members + ++ def valid_members? (address, pat) ++ pat.each do |entry| ++ return true if /#{entry}/i =~ address ++ end ++ false ++ end ++ + def self.valid_name? (name) + /^([0-9a-zA-Z_.-]+)(@[0-9a-zA-Z_.-]+)?$/ =~ name + end +@@ -607,6 +620,7 @@ + begin + add_member(address) + rescue TooManyMembers ++ rescue InvalidMembers + end + } + submit(mail) +@@ -636,6 +650,9 @@ + end + + def add_member (address) ++ if @config.member_check ++ raise InvalidMembers unless valid_members?(address, @config.member_addresses) ++ end + if exclude?(address) + @logger.vlog "Excluded: #{address}" + return +@@ -827,6 +844,29 @@ + @logger.log "[#{ml.name}]: Too Many Members: #{address}" + end + ++ def report_invalid_members (ml, invalid_members) ++ header = [] ++ subject = Mail.encode_field(_("[QuickML] Error: %s", @mail["Subject"])) ++ header.push(["To", @mail.from], ++ ["From", ml.address], ++ ["Subject", subject], ++ ["Content-type", content_type]) ++ ++ body = _("The following addresses cannot be added because <%s> mailing list can join known members only.\n\n", ++ ml.address) ++ invalid_members.each {|address| ++ body << sprintf("<%s>\n", address) ++ } ++ ++ body << generate_footer ++ Mail.send_mail(@config.smtp_host, @config.smtp_port, @logger, ++ :mail_from => '', ++ :recipient => @mail.from, ++ :header => header, ++ :body => body) ++ @logger.log "[#{ml.name}]: Invalid Members by #{@mail.from}" ++ end ++ + def report_invalid_mladdress (mladdress) + header = [] + subject = Mail.encode_field(_("[QuickML] Error: %s", @mail["Subject"])) +@@ -846,6 +886,23 @@ + @logger.log "Invalid ML Address: #{mladdress}" + end + ++ def report_invalid_creator (mladdress) ++ header = [] ++ subject = Mail.encode_field(_("[QuickML] Error: %s", @mail["Subject"])) ++ header.push(["To", @mail.from], ++ ["From", @config.postmaster], ++ ["Subject", subject], ++ ["Content-type", content_type]) ++ body = _("Invalid Creator: <%s> by <%s>.\n", mladdress, @mail.from) ++ body << generate_footer ++ Mail.send_mail(@config.smtp_host, @config.smtp_port, @logger, ++ :mail_from => '', ++ :recipient => @mail.from, ++ :header => header, ++ :body => body) ++ @logger.log "Invalid Creator: #{mladdress} by #{@mail.from}" ++ end ++ + def mail_log + @logger.vlog "MAIL FROM:<#{@mail.mail_from}>" + @mail.recipients.each {|recipient| +@@ -868,6 +925,8 @@ + ml.add_member(address) + rescue TooManyMembers + @unadded_addresses.push(address) ++ rescue InvalidMembers ++ @invalid_members.push(address) + end + end + +@@ -879,6 +938,7 @@ + + def submit_article (ml) + @unadded_addresses = [] ++ @invalid_members = [] + if ml_address_in_to?(ml) + add_member(ml, @mail.from) + @mail.collect_cc.each {|address| +@@ -888,6 +948,9 @@ + unless @unadded_addresses.empty? + report_too_many_members(ml, @unadded_addresses) + end ++ unless @invalid_members.empty? ++ report_invalid_members(ml, @invalid_members) ++ end + ml.submit(@mail) + end + +@@ -991,6 +1054,8 @@ + } + rescue InvalidMLName + report_invalid_mladdress(mladdress) ++ rescue InvalidCreator ++ report_invalid_creator(mladdress) + end + end + end diff -ruN /usr/ports/mail/quickml.org/files/extra-patch-limit-messages.ja /usr/ports/mail/quickml/files/extra-patch-limit-messages.ja --- /usr/ports/mail/quickml.org/files/extra-patch-limit-messages.ja 1970-01-01 09:00:00.000000000 +0900 +++ /usr/ports/mail/quickml/files/extra-patch-limit-messages.ja 2012-06-23 22:35:20.000000000 +0900 @@ -0,0 +1,16 @@ +--- messages.ja.org 2004-06-07 17:50:58.000000000 +0900 ++++ messages.ja 2012-06-21 15:55:28.000000000 +0900 +@@ -92,6 +92,13 @@ + + "Please simply reply this mail to create ML <%s>.\n" => + "¤³¤Î¥á¡¼¥ë¤ËÊÖ¿®¤¹¤ë¤È <%s> ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤¬ºî¤é¤ì¤Þ¤¹¡£\n", ++ ++ "Invalid Creator: <%s> by <%s>.\n" => ++ "<%s> ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Ï <%s> ¤Ë¤ÏºîÀ®¤Ç¤­¤Þ¤»¤ó¡£\n", ++ ++ "The following addresses cannot be added because <%s> mailing list can join known members only.\n\n" => ++ "<%s> ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤Ï»²²Ã¤Ç¤­¤ë¥á¥ó¥Ð¡¼¤¬À©¸Â¤µ¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢°Ê²¼¤Î¥¢¥É¥ì¥¹¤ÏÄɲäǤ­¤Þ¤»¤ó¤Ç¤·¤¿¡£\n\n", ++ + } + + Charset = "iso-2022-jp" diff -ruN /usr/ports/mail/quickml.org/files/extra-patch-limit-quickmlrc.sample.in /usr/ports/mail/quickml/files/extra-patch-limit-quickmlrc.sample.in --- /usr/ports/mail/quickml.org/files/extra-patch-limit-quickmlrc.sample.in 1970-01-01 09:00:00.000000000 +0900 +++ /usr/ports/mail/quickml/files/extra-patch-limit-quickmlrc.sample.in 2012-06-23 22:35:20.000000000 +0900 @@ -0,0 +1,17 @@ +--- quickmlrc.sample.in.org 2004-06-07 17:50:58.000000000 +0900 ++++ quickmlrc.sample.in 2012-06-21 15:55:28.000000000 +0900 +@@ -31,4 +31,14 @@ + + # :message_catalog => nil # for English messages + :message_catalog => '%DATADIR%/messages.ja', ++ ++ :creator_check => false, ++ :creator_addresses => [ ++ '^.+@example\.net$', ++ ], ++ ++ :member_check => false, ++ :member_addresses => [ ++ '^.+@example\.net$', ++ ], + } diff -ruN /usr/ports/mail/quickml.org/files/extra-patch-ruby19-Makefile.in /usr/ports/mail/quickml/files/extra-patch-ruby19-Makefile.in --- /usr/ports/mail/quickml.org/files/extra-patch-ruby19-Makefile.in 2011-07-27 09:45:13.000000000 +0900 +++ /usr/ports/mail/quickml/files/extra-patch-ruby19-Makefile.in 2012-06-23 22:35:20.000000000 +0900 @@ -5,7 +5,7 @@ quickml: quickml.in for i in $(MESSAGES); do\ - $(RUBY) lib/quickml/gettext.rb $$i quickml.in lib/quickml/*.rb;\ -+ $(RUBY) -E Shift_JIS:UTF-16LE lib/quickml/gettext.rb $$i quickml.in lib/quickml/*.rb;\ ++ $(RUBY) -Ke lib/quickml/gettext.rb $$i quickml.in lib/quickml/*.rb;\ done rm -f quickml sed -e 's!%RUBY%!$(RUBY)!g' \ diff -ruN /usr/ports/mail/quickml.org/files/extra-patch-ruby19-config.rb /usr/ports/mail/quickml/files/extra-patch-ruby19-config.rb --- /usr/ports/mail/quickml.org/files/extra-patch-ruby19-config.rb 1970-01-01 09:00:00.000000000 +0900 +++ /usr/ports/mail/quickml/files/extra-patch-ruby19-config.rb 2012-06-23 22:35:20.000000000 +0900 @@ -0,0 +1,11 @@ +--- lib/quickml/config.rb.orig 2012-06-21 17:13:32.000000000 +0900 ++++ lib/quickml/config.rb 2012-06-21 17:13:46.000000000 +0900 +@@ -62,7 +62,7 @@ + @confirm_ml_creation = (config[:confirm_ml_creation] or false) + + instance_variables.each {|name| +- self.class.class_eval { attr_reader name.delete('@') } ++ self.class.class_eval { attr_reader name.to_s.delete('@') } + } + end + diff -ruN /usr/ports/mail/quickml.org/files/extra-patch-ruby19-core.rb /usr/ports/mail/quickml/files/extra-patch-ruby19-core.rb --- /usr/ports/mail/quickml.org/files/extra-patch-ruby19-core.rb 1970-01-01 09:00:00.000000000 +0900 +++ /usr/ports/mail/quickml/files/extra-patch-ruby19-core.rb 2012-06-23 22:35:20.000000000 +0900 @@ -0,0 +1,15 @@ +--- lib/quickml/core.rb.orig 2004-06-09 05:15:11.000000000 +0900 ++++ lib/quickml/core.rb 2012-06-21 16:08:14.000000000 +0900 +@@ -1,3 +1,4 @@ ++#coding: euc-jp + # + # quickml/core - a part of quickml server + # +@@ -8,7 +9,6 @@ + # You can redistribute it and/or modify it under the terms of + # the GNU General Public License version 2. + # +-$KCODE='e' + require 'quickml/utils' + require 'quickml/gettext' + diff -ruN /usr/ports/mail/quickml.org/files/extra-patch-ruby19-gettext.rb /usr/ports/mail/quickml/files/extra-patch-ruby19-gettext.rb --- /usr/ports/mail/quickml.org/files/extra-patch-ruby19-gettext.rb 1970-01-01 09:00:00.000000000 +0900 +++ /usr/ports/mail/quickml/files/extra-patch-ruby19-gettext.rb 2012-06-23 22:35:20.000000000 +0900 @@ -0,0 +1,7 @@ +--- lib/quickml/gettext.rb.orig 2012-06-21 16:12:56.000000000 +0900 ++++ lib/quickml/gettext.rb 2012-06-21 16:13:31.000000000 +0900 +@@ -1,3 +1,4 @@ ++#coding: euc-jp + # + # quickml/gettext - a part of quickml server + # diff -ruN /usr/ports/mail/quickml.org/files/extra-patch-ruby19-mail.rb /usr/ports/mail/quickml/files/extra-patch-ruby19-mail.rb --- /usr/ports/mail/quickml.org/files/extra-patch-ruby19-mail.rb 1970-01-01 09:00:00.000000000 +0900 +++ /usr/ports/mail/quickml/files/extra-patch-ruby19-mail.rb 2012-06-23 22:35:20.000000000 +0900 @@ -0,0 +1,7 @@ +--- lib/quickml/mail.rb.orig 2012-06-21 16:10:20.000000000 +0900 ++++ lib/quickml/mail.rb 2012-06-21 16:11:01.000000000 +0900 +@@ -1,3 +1,4 @@ ++#coding: euc-jp + # + # quickml/mail - a part of quickml server + # diff -ruN /usr/ports/mail/quickml.org/files/extra-patch-ruby19-messages.ja /usr/ports/mail/quickml/files/extra-patch-ruby19-messages.ja --- /usr/ports/mail/quickml.org/files/extra-patch-ruby19-messages.ja 1970-01-01 09:00:00.000000000 +0900 +++ /usr/ports/mail/quickml/files/extra-patch-ruby19-messages.ja 2012-06-23 22:35:20.000000000 +0900 @@ -0,0 +1,7 @@ +--- messages.ja.orig 2012-06-21 16:22:16.000000000 +0900 ++++ messages.ja 2012-06-21 16:22:45.000000000 +0900 +@@ -1,3 +1,4 @@ ++#coding: euc-jp + # -*- mode: ruby -*- + Messages = { + "<%s> was removed from the mailing list:\n<%s>\n" => diff -ruN /usr/ports/mail/quickml.org/files/extra-patch-ruby19-quickml-analog.in /usr/ports/mail/quickml/files/extra-patch-ruby19-quickml-analog.in --- /usr/ports/mail/quickml.org/files/extra-patch-ruby19-quickml-analog.in 1970-01-01 09:00:00.000000000 +0900 +++ /usr/ports/mail/quickml/files/extra-patch-ruby19-quickml-analog.in 2012-06-23 22:35:20.000000000 +0900 @@ -0,0 +1,11 @@ +--- quickml-analog.in.orig 2004-06-07 17:50:59.000000000 +0900 ++++ quickml-analog.in 2012-06-21 15:52:24.000000000 +0900 +@@ -12,7 +12,7 @@ + # + + require 'getoptlong' +-require 'ftools' ++require 'fileutils' + require 'time' + require 'cgi' + diff -ruN /usr/ports/mail/quickml.org/files/extra-patch-ruby19-quickml.in /usr/ports/mail/quickml/files/extra-patch-ruby19-quickml.in --- /usr/ports/mail/quickml.org/files/extra-patch-ruby19-quickml.in 1970-01-01 09:00:00.000000000 +0900 +++ /usr/ports/mail/quickml/files/extra-patch-ruby19-quickml.in 2012-06-23 22:35:20.000000000 +0900 @@ -0,0 +1,16 @@ +--- quickml.in.orig 2004-06-07 17:50:58.000000000 +0900 ++++ quickml.in 2012-06-21 16:05:07.000000000 +0900 +@@ -1,4 +1,5 @@ + #! %RUBY% ++#coding: euc-jp + # -*- mode: ruby -*- + # + # quickml - an easy-to-use mailing list server +@@ -11,7 +12,6 @@ + # the GNU General Public License version 2. + # + +-$KCODE = "e" + require 'quickml' + + def error (msg) diff -ruN /usr/ports/mail/quickml.org/files/extra-patch-ruby19-utils.rb /usr/ports/mail/quickml/files/extra-patch-ruby19-utils.rb --- /usr/ports/mail/quickml.org/files/extra-patch-ruby19-utils.rb 1970-01-01 09:00:00.000000000 +0900 +++ /usr/ports/mail/quickml/files/extra-patch-ruby19-utils.rb 2012-06-23 22:35:20.000000000 +0900 @@ -0,0 +1,19 @@ +--- lib/quickml/utils.rb.orig 2004-06-07 17:50:59.000000000 +0900 ++++ lib/quickml/utils.rb 2012-06-21 16:06:07.000000000 +0900 +@@ -1,3 +1,4 @@ ++#coding: euc-jp + # + # quickml/utils - a part of quickml server + # +@@ -8,10 +9,9 @@ + # You can redistribute it and/or modify it under the terms of + # the GNU General Public License version 2. + # +-$KCODE = 'e' + require 'kconv' + require 'net/smtp' +-require 'ftools' ++require 'fileutils' + + class TooLongLine < Exception; end + class IO diff -ruN /usr/ports/mail/quickml.org/files/extra-patch-woanalog-Makefile.in /usr/ports/mail/quickml/files/extra-patch-woanalog-Makefile.in --- /usr/ports/mail/quickml.org/files/extra-patch-woanalog-Makefile.in 1970-01-01 09:00:00.000000000 +0900 +++ /usr/ports/mail/quickml/files/extra-patch-woanalog-Makefile.in 2012-06-23 22:35:20.000000000 +0900 @@ -0,0 +1,24 @@ +*** Makefile.in.with_analog Thu Jul 1 00:20:16 2004 +--- Makefile.in Thu Jul 1 00:22:28 2004 +*************** +*** 142,151 **** + RD = quickml.en.rd ml-usage.en.rd quickml.ja.rd with-mta.ja.rd + MESSAGES = messages.ja + EXTRA_DIST = $(RD) $(MESSAGES) quickml.in quickml-ctl.in \ +! quickmlrc.sample.in quickml-analog.in + + CLEANFILES = quickml quickml-ctl quickmlrc.sample quickml-analog +- bin_SCRIPTS = quickml-analog + sbin_SCRIPTS = quickml quickml-ctl + quickmlstatedir = $(localstatedir)/quickml + etcdir = $(sysconfdir) +--- 142,150 ---- + RD = quickml.en.rd ml-usage.en.rd quickml.ja.rd with-mta.ja.rd + MESSAGES = messages.ja + EXTRA_DIST = $(RD) $(MESSAGES) quickml.in quickml-ctl.in \ +! quickmlrc.sample.in + + CLEANFILES = quickml quickml-ctl quickmlrc.sample quickml-analog + sbin_SCRIPTS = quickml quickml-ctl + quickmlstatedir = $(localstatedir)/quickml + etcdir = $(sysconfdir) diff -ruN /usr/ports/mail/quickml.org/files/without_quickml-analog /usr/ports/mail/quickml/files/without_quickml-analog --- /usr/ports/mail/quickml.org/files/without_quickml-analog 2004-07-06 02:20:17.000000000 +0900 +++ /usr/ports/mail/quickml/files/without_quickml-analog 1970-01-01 09:00:00.000000000 +0900 @@ -1,24 +0,0 @@ -*** Makefile.in.with_analog Thu Jul 1 00:20:16 2004 ---- Makefile.in Thu Jul 1 00:22:28 2004 -*************** -*** 142,151 **** - RD = quickml.en.rd ml-usage.en.rd quickml.ja.rd with-mta.ja.rd - MESSAGES = messages.ja - EXTRA_DIST = $(RD) $(MESSAGES) quickml.in quickml-ctl.in \ -! quickmlrc.sample.in quickml-analog.in - - CLEANFILES = quickml quickml-ctl quickmlrc.sample quickml-analog -- bin_SCRIPTS = quickml-analog - sbin_SCRIPTS = quickml quickml-ctl - quickmlstatedir = $(localstatedir)/quickml - etcdir = $(sysconfdir) ---- 142,150 ---- - RD = quickml.en.rd ml-usage.en.rd quickml.ja.rd with-mta.ja.rd - MESSAGES = messages.ja - EXTRA_DIST = $(RD) $(MESSAGES) quickml.in quickml-ctl.in \ -! quickmlrc.sample.in - - CLEANFILES = quickml quickml-ctl quickmlrc.sample quickml-analog - sbin_SCRIPTS = quickml quickml-ctl - quickmlstatedir = $(localstatedir)/quickml - etcdir = $(sysconfdir) diff -ruN /usr/ports/mail/quickml.org/pkg-plist /usr/ports/mail/quickml/pkg-plist --- /usr/ports/mail/quickml.org/pkg-plist 2009-12-18 08:22:04.000000000 +0900 +++ /usr/ports/mail/quickml/pkg-plist 2012-06-23 22:35:20.000000000 +0900 @@ -8,7 +8,7 @@ %%RUBY_LIBDIR%%/quickml/utils.rb %%RUBY_LIBDIR%%/quickml/version.rb %%RUBY_LIBDIR%%/quickml.rb -bin/quickml-analog +%%ANALOG%%bin/quickml-analog sbin/quickml sbin/quickml-ctl @unexec if cmp -s %D/etc/quickmlrc %D/etc/quickmlrc.sample; then rm -f %D/etc/quickmlrc; fi --- patch-quickml ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 14:10:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D1490106567B for ; Sat, 23 Jun 2012 14:10:12 +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 924458FC1E for ; Sat, 23 Jun 2012 14:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NEACLc084541 for ; Sat, 23 Jun 2012 14:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NEACR2084540; Sat, 23 Jun 2012 14:10:12 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 14:10:12 GMT Resent-Message-Id: <201206231410.q5NEACR2084540@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, Kit Sin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E6C21065673 for ; Sat, 23 Jun 2012 14:09:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 1A1478FC20 for ; Sat, 23 Jun 2012 14:09:58 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5NE9voX042420 for ; Sat, 23 Jun 2012 14:09:57 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5NE9vA7042419; Sat, 23 Jun 2012 14:09:57 GMT (envelope-from nobody) Message-Id: <201206231409.q5NE9vA7042419@red.freebsd.org> Date: Sat, 23 Jun 2012 14:09:57 GMT From: Kit Sin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169346: ports chinese/mutt is broken 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: Sat, 23 Jun 2012 14:10:12 -0000 >Number: 169346 >Category: ports >Synopsis: ports chinese/mutt is broken >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 23 14:10:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kit Sin >Release: FreeBSD 9 >Organization: >Environment: FreeBSD passion.hsins.com 9.0-STABLE FreeBSD 9.0-STABLE #0: Sat May 26 21:05:34 MYT 2012 ktsin@passion.hsins.com:/tmp/obj/usr/src/sys/PASSION amd64 >Description: ports chinese/mutt is broken due to changes to parent port mail/mutt-devel. see change http://www.freebsd.org/cgi/cvsweb.cgi/ports/mail/mutt-devel/Makefile.diff?r1=1.329;r2=1.330 >How-To-Repeat: >Fix: apply the attached patch. Patch attached with submission follows: --- chinese/mutt/Makefile.orig 2012-04-15 22:38:18.343142000 +0800 +++ chinese/mutt/Makefile 2012-06-23 21:39:07.116937000 +0800 @@ -23,8 +23,8 @@ LIB_DEPENDS+= hz.0:${PORTSDIR}/chinese/autoconvert -CFLAGS+= -D_DONT_USE_CTYPE_INLINE_ -LDFLAGS+= -lhz +CFLAGS_ADD+= -D_DONT_USE_CTYPE_INLINE_ +LDFLAGS_ADD+= -lhz WITH_MUTT_LOCALES_FIX= yes WITH_MUTT_NCURSES= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 14:10:20 2012 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 E79FA1065673; Sat, 23 Jun 2012 14:10:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BB5C98FC1C; Sat, 23 Jun 2012 14:10:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NEAKxu084665; Sat, 23 Jun 2012 14:10:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NEAKJn084661; Sat, 23 Jun 2012 14:10:20 GMT (envelope-from edwin) Date: Sat, 23 Jun 2012 14:10:20 GMT Message-Id: <201206231410.q5NEAKJn084661@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169345: [PATCH] mail/quickml: broken with RUBY_VER=1.9 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: Sat, 23 Jun 2012 14:10:21 -0000 Synopsis: [PATCH] mail/quickml: broken with RUBY_VER=1.9 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 23 14:10:20 UTC 2012 Responsible-Changed-Why: swills@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169345 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 14:11:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 577E0106566C; Sat, 23 Jun 2012 14:11:06 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2BC158FC08; Sat, 23 Jun 2012 14:11:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NEB6I6089837; Sat, 23 Jun 2012 14:11:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NEB6qI089828; Sat, 23 Jun 2012 14:11:06 GMT (envelope-from edwin) Date: Sat, 23 Jun 2012 14:11:06 GMT Message-Id: <201206231411.q5NEB6qI089828@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169346: ports chinese/mutt is broken 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: Sat, 23 Jun 2012 14:11:06 -0000 Synopsis: ports chinese/mutt is broken Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 23 14:11:05 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169346 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 14:40:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E9421065673 for ; Sat, 23 Jun 2012 14:40:10 +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 F29708FC14 for ; Sat, 23 Jun 2012 14:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NEe94H014014 for ; Sat, 23 Jun 2012 14:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NEe9lU014013; Sat, 23 Jun 2012 14:40:09 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 14:40:09 GMT Resent-Message-Id: <201206231440.q5NEe9lU014013@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, Kit Sin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84A77106566B for ; Sat, 23 Jun 2012 14:32:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 70A768FC0C for ; Sat, 23 Jun 2012 14:32:50 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5NEWovq075420 for ; Sat, 23 Jun 2012 14:32:50 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5NEWo4V075417; Sat, 23 Jun 2012 14:32:50 GMT (envelope-from nobody) Message-Id: <201206231432.q5NEWo4V075417@red.freebsd.org> Date: Sat, 23 Jun 2012 14:32:50 GMT From: Kit Sin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169347: su install doesn't work for chinese/autoconvert 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: Sat, 23 Jun 2012 14:40:10 -0000 >Number: 169347 >Category: ports >Synopsis: su install doesn't work for chinese/autoconvert >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 23 14:40:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kit Sin >Release: FreeBSD 9 >Organization: >Environment: FreeBSD passion.hsins.com 9.0-STABLE FreeBSD 9.0-STABLE #0: Sat May 26 21:05:34 MYT 2012 ktsin@passion.hsins.com:/tmp/obj/usr/src/sys/PASSION amd64 >Description: su install failed when building chinese/autoconvert as non-superuser. >How-To-Repeat: >Fix: apply the attached patch to allow su install to work. Patch attached with submission follows: --- chinese/autoconvert/Makefile.orig 2012-06-23 22:29:08.053350000 +0800 +++ chinese/autoconvert/Makefile 2012-06-23 21:39:25.020945000 +0800 @@ -24,7 +24,7 @@ @${REINPLACE_CMD} -e "s|^CFLAGS|#CFLAGS|" \ ${WRKSRC}/contrib/xchat-plugins/Makefile -pre-install: +pre-su-install: @${MKDIR} ${DATADIR} .for i in ChangeLog LICENSE Readme TODO Thanks Version @${INSTALL_DATA} ${WRKSRC}/$i ${DATADIR} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 14:50:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F6CE106564A for ; Sat, 23 Jun 2012 14:50:08 +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 5FF0F8FC12 for ; Sat, 23 Jun 2012 14:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NEo85H022805 for ; Sat, 23 Jun 2012 14:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NEo8sI022804; Sat, 23 Jun 2012 14:50:08 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 14:50:08 GMT Resent-Message-Id: <201206231450.q5NEo8sI022804@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, Gerard Seibert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADD0E1065673 for ; Sat, 23 Jun 2012 14:42:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9787D8FC0A for ; Sat, 23 Jun 2012 14:42:23 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5NEgNAN090794 for ; Sat, 23 Jun 2012 14:42:23 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5NEgNhq090793; Sat, 23 Jun 2012 14:42:23 GMT (envelope-from nobody) Message-Id: <201206231442.q5NEgNhq090793@red.freebsd.org> Date: Sat, 23 Jun 2012 14:42:23 GMT From: Gerard Seibert To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169348: Unable to build: "devel/kdebindings4-ruby-korundum" 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: Sat, 23 Jun 2012 14:50:08 -0000 >Number: 169348 >Category: ports >Synopsis: Unable to build: "devel/kdebindings4-ruby-korundum" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 23 14:50:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Gerard Seibert >Release: FreeBSD 8.3-STABLE #0 amd64 >Organization: >Environment: FreeBSD scorpio.seibercom.net 8.3-STABLE FreeBSD 8.3-STABLE #0: Sat May 5 12:29:27 EDT 2012 gerard@scorpio.seibercom.net:/usr/obj/usr/src/sys/SCORPIO amd64 >Description: The "devel/kdebindings4-ruby-korundum" port fails to build. It terminates with the following error message: [ 58%] Built target rubyokular /usr/local/bin/cmake -E cmake_progress_report /usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/CMakeFiles 6 [ 61%] Building CXX object src/CMakeFiles/korundum4.dir/kdehandlers.o cd /usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/src && /usr/bin/c++ -DMAKE_KORUNDUM4_LIB -DQT_QTDBUS -DRUBY_VERSION=0x10807 -O2 -pipe -march=native -fno-strict-aliasing -Woverloaded-virtual -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -O2 -DNDEBUG -DQT_NO_DEBUG -fPIC -I/usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/src -I/usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/generator -I/usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/ruby/qtruby/src -I/usr/local/kde4/include -I/usr/local/kde4/include/KDE -I/usr/local/include/qt4/phonon -I/usr/local/include/qt4/QtXmlPatterns -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtWebKit -I/usr/local/include/qt4/QtUiTools -I/usr/local/include/qt4/QtTest -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4/QtSql -I/usr/local/include/qt4/QtScriptTools -I/usr/local/include/qt4/QtScript -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtNet work -I/usr/local/include/qt4/QtMultimedia -I/usr/local/include/qt4/QtHelp -I/usr/local/include/qt4/QtDesigner -I/usr/local/include/qt4/QtDeclarative -I/usr/local/include/qt4/QtDBus -I/usr/local/include/qt4/Qt3Support -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/Qt -I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4 -I/usr/local/include -I/usr/local/kde4/include/smoke -I/usr/local/kde4/include/qtruby -I/usr/local/lib/ruby/1.8/amd64-freebsd8 -o CMakeFiles/korundum4.dir/kdehandlers.o -c /usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/src/kdehandlers.cpp make -f src/CMakeFiles/krubyapplication.dir/build.make src/CMakeFiles/krubyapplication.dir/depend cd /usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4 && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4 /usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/src /usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4 /usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/src /usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/src/CMakeFiles/krubyapplication.dir/DependInfo.cmake --color= Scanning dependencies of target krubyapplication make -f src/CMakeFiles/krubyapplication.dir/build.make src/CMakeFiles/krubyapplication.dir/build /usr/local/bin/cmake -E cmake_progress_report /usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/CMakeFiles 7 [ 64%] Building CXX object src/CMakeFiles/krubyapplication.dir/krubyapplication_automoc.o cd /usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/src && /usr/bin/c++ -DQT_QTDBUS -DRUBY_VERSION=0x10807 -O2 -pipe -march=native -fno-strict-aliasing -Woverloaded-virtual -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -O2 -DNDEBUG -DQT_NO_DEBUG -I/usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/src -I/usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/generator -I/usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/ruby/qtruby/src -I/usr/local/kde4/include -I/usr/local/kde4/include/KDE -I/usr/local/include/qt4/phonon -I/usr/local/include/qt4/QtXmlPatterns -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtWebKit -I/usr/local/include/qt4/QtUiTools -I/usr/local/include/qt4/QtTest -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4/QtSql -I/usr/local/include/qt4/QtScriptTools -I/usr/local/include/qt4/QtScript -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork -I/usr/local/include/q t4/QtMultimedia -I/usr/local/include/qt4/QtHelp -I/usr/local/include/qt4/QtDesigner -I/usr/local/include/qt4/QtDeclarative -I/usr/local/include/qt4/QtDBus -I/usr/local/include/qt4/Qt3Support -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/Qt -I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4 -I/usr/local/include -I/usr/local/kde4/include/smoke -I/usr/local/kde4/include/qtruby -I/usr/local/lib/ruby/1.8/amd64-freebsd8 -o CMakeFiles/krubyapplication.dir/krubyapplication_automoc.o -c /usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/src/krubyapplication_automoc.cpp /usr/local/bin/cmake -E cmake_progress_report /usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/CMakeFiles 8 [ 67%] Building CXX object src/CMakeFiles/krubyapplication.dir/krubyapplication.o cd /usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/src && /usr/bin/c++ -DQT_QTDBUS -DRUBY_VERSION=0x10807 -O2 -pipe -march=native -fno-strict-aliasing -Woverloaded-virtual -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -O2 -DNDEBUG -DQT_NO_DEBUG -I/usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/src -I/usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/generator -I/usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/ruby/qtruby/src -I/usr/local/kde4/include -I/usr/local/kde4/include/KDE -I/usr/local/include/qt4/phonon -I/usr/local/include/qt4/QtXmlPatterns -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtWebKit -I/usr/local/include/qt4/QtUiTools -I/usr/local/include/qt4/QtTest -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4/QtSql -I/usr/local/include/qt4/QtScriptTools -I/usr/local/include/qt4/QtScript -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork -I/usr/local/include/q t4/QtMultimedia -I/usr/local/include/qt4/QtHelp -I/usr/local/include/qt4/QtDesigner -I/usr/local/include/qt4/QtDeclarative -I/usr/local/include/qt4/QtDBus -I/usr/local/include/qt4/Qt3Support -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/Qt -I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4 -I/usr/local/include -I/usr/local/kde4/include/smoke -I/usr/local/kde4/include/qtruby -I/usr/local/lib/ruby/1.8/amd64-freebsd8 -o CMakeFiles/krubyapplication.dir/krubyapplication.o -c /usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/src/krubyapplication.cpp Linking CXX executable krubyapplication cd /usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/src && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/krubyapplication.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -pipe -march=native -fno-strict-aliasing -Woverloaded-virtual -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -O2 -DNDEBUG -DQT_NO_DEBUG CMakeFiles/krubyapplication.dir/krubyapplication_automoc.o CMakeFiles/krubyapplication.dir/krubyapplication.o -o krubyapplication /usr/local/kde4/lib/libkdecore.so.7.0.1 /usr/local/lib/libruby19.so /usr/local/lib/qt4/libQtDBus.so /usr/local/lib/qt4/libQtCore.so -pthread -Wl,-rpath,/usr/local/kde4/lib:/usr/local/lib:/usr/local/lib/qt4:::::::::::::::::::: CMakeFiles/krubyapplication.dir/krubyapplication.o(.text+0x346): In function `main': : undefined reference to `ruby_run' *** Error code 1 1 error *** Error code 2 Linking CXX shared library ../lib/korundum4.so cd /usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/src && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/korundum4.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -O2 -pipe -march=native -fno-strict-aliasing -Woverloaded-virtual -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -O2 -DNDEBUG -DQT_NO_DEBUG -lc -shared -Wl,-soname,korundum4.so -o ../lib/korundum4.so CMakeFiles/korundum4.dir/korundum4_automoc.o CMakeFiles/korundum4.dir/Korundum.o CMakeFiles/korundum4.dir/kdehandlers.o -L/usr/local/lib/qt4 -L/usr/local/kde4/lib -L/usr/local/lib /usr/local/lib/qt4/libQtNetwork.so /usr/local/lib/qt4/libQtSql.so /usr/local/lib/qt4/libQtOpenGL.so /usr/local/lib/qt4/libQtXml.so /usr/local/lib/qt4/libQtSvg.so /usr/local/kde4/lib/libkdecore.so.7.0.1 /usr/local/kde4/lib/libkdeui.so.7.0.1 /usr/local/kde4/lib/libkio.so.7.0.1 /usr/local/kde4/lib/libknewstuff2.so.5.0.1 /usr/local/kde4/lib/libkpty.so.5.0.1 /usr/local/kde4/lib/libkutils.so.5.0.1 /usr/local/lib/libruby19.so /usr/local/kde4/lib/libsmokebase.so -lsmokekdecore -lsmokekdeui /usr/local/kde4/lib/libsmokekio.so -lsmokekparts -lsmokekfile -lsmokeknewstuff2 -lsmokekn ewstuff3 -lsmokekutils /usr/local/kde4/lib/libqtruby4shared.so.2.0.0 /usr/local/kde4/lib/libkemoticons.so.5.0.1 /usr/local/kde4/lib/libkidletime.so.5.0.1 /usr/local/kde4/lib/libkcmutils.so.5.0.1 /usr/local/kde4/lib/libkprintutils.so.5.0.1 /usr/local/kde4/lib/libkio.so.7.0.1 /usr/local/lib/qt4/libQtNetwork.so /usr/local/lib/qt4/libQtXml.so /usr/local/kde4/lib/libkdeui.so.7.0.1 /usr/local/lib/qt4/libQtSvg.so /usr/local/kde4/lib/libkdecore.so.7.0.1 /usr/local/lib/qt4/libQtDBus.so /usr/local/lib/qt4/libQtCore.so -pthread /usr/local/lib/qt4/libQtGui.so /usr/local/lib/qt4/libQtCore.so /usr/local/lib/qt4/libQtGui.so /usr/local/lib/libruby19.so /usr/local/lib/qt4/libQtNetwork.so /usr/local/kde4/lib/libsmokebase.so /usr/local/kde4/lib/libsmokeqtcore.so /usr/local/kde4/lib/libsmokeqtgui.so /usr/local/kde4/lib/libsmokeqtxml.so /usr/local/kde4/lib/libsmokeqtopengl.so /usr/local/kde4/lib/libsmokeqtsql.so /usr/local/kde4/lib/libsmokeqtnetwork.so /usr/local/kde4/lib/libsmokeqtdbus.so /usr/local/kd e4/lib/libsmokeqtsvg.so -Wl,-rpath,/usr/loca! l/lib/qt4:/usr/local/kde4/lib:/usr/local/lib:::::::::::::::::::: -Wl,-rpath-link,/usr/local/kde4/lib:/usr/local/lib /usr/local/bin/cmake -E cmake_progress_report /usr/ports/devel/kdebindings4-ruby-korundum/work/korundum-4.8.4/CMakeFiles 4 5 6 [ 67%] Built target korundum4 1 error *** Error code 2 1 error *** Error code 1 The entire build log is available here: http://pastebin.com/iT3Hag7K >How-To-Repeat: Attempt to build the port. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 14:50:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAB00106564A; Sat, 23 Jun 2012 14:50:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7E38D8FC08; Sat, 23 Jun 2012 14:50:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NEoLPJ023052; Sat, 23 Jun 2012 14:50:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NEoL1s023044; Sat, 23 Jun 2012 14:50:21 GMT (envelope-from edwin) Date: Sat, 23 Jun 2012 14:50:21 GMT Message-Id: <201206231450.q5NEoL1s023044@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169348: Unable to build: "devel/kdebindings4-ruby-korundum" 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: Sat, 23 Jun 2012 14:50:21 -0000 Synopsis: Unable to build: "devel/kdebindings4-ruby-korundum" Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 23 14:50:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169348 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 15:00:23 2012 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 616E2106564A for ; Sat, 23 Jun 2012 15:00:23 +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 1DA0F8FC24 for ; Sat, 23 Jun 2012 15:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NF0M2Q031220 for ; Sat, 23 Jun 2012 15:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NF0MHc031210; Sat, 23 Jun 2012 15:00:22 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 15:00:22 GMT Resent-Message-Id: <201206231500.q5NF0MHc031210@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, Niclas Zeising Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D68CF1065670 for ; Sat, 23 Jun 2012 14:52:47 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 2F3FC8FC12 for ; Sat, 23 Jun 2012 14:52:47 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id A7CF440007 for ; Sat, 23 Jun 2012 16:52:45 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 9A04E4000A; Sat, 23 Jun 2012 16:52:45 +0200 (CEST) Received: from mx.daemonic.se (h-45-105.a163.priv.bahnhof.se [94.254.45.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 193EF40007 for ; Sat, 23 Jun 2012 16:52:43 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3WKKPk5b1zz8ggx for ; Sat, 23 Jun 2012 16:52:42 +0200 (CEST) Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025) with ESMTPS id 1QJtJCMevPew for ; Sat, 23 Jun 2012 16:52:40 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [10.1.0.4]) by mx.daemonic.se (Postfix) with ESMTPS id 3WKKPh1xgyz8ggv for ; Sat, 23 Jun 2012 16:52:40 +0200 (CEST) Received: from vincent.daemonic.se (login.daemonic.se [IPv6:2001:470:dca9:0:1::10]) by mail.daemonic.se (Postfix) with ESMTPS id 3WKKPh1NHkz9Ctq for ; Sat, 23 Jun 2012 16:52:40 +0200 (CEST) Received: (from zeising@localhost) by vincent.daemonic.se (8.14.5/8.14.5/Submit) id q5NEqeQX041020; Sat, 23 Jun 2012 16:52:40 +0200 (CEST) (envelope-from zeising) Message-Id: <201206231452.q5NEqeQX041020@vincent.daemonic.se> Date: Sat, 23 Jun 2012 16:52:40 +0200 (CEST) From: Niclas Zeising To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169349: [PATCH] update archivers/zlib to latest version to fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Niclas Zeising List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 15:00:23 -0000 >Number: 169349 >Category: ports >Synopsis: [PATCH] update archivers/zlib to latest version to fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jun 23 15:00:22 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Niclas Zeising >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD vincent.daemonic.se 9.0-RELEASE FreeBSD 9.0-RELEASE #0 r232364: Fri Mar 2 01:14:23 CET 2012 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64 >Description: archivers/zlib doesn't build with clang. >How-To-Repeat: >Fix: attached patch contains an update to archivers/zlib to the latest version, which fixes the build with clang. --- archivers.zlib.update.diff begins here --- Index: archivers/zlib/Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/zlib/Makefile,v retrieving revision 1.4 diff -u -d -r1.4 Makefile --- archivers/zlib/Makefile 21 May 2012 09:59:47 -0000 1.4 +++ archivers/zlib/Makefile 23 Jun 2012 14:50:52 -0000 @@ -6,7 +6,7 @@ # PORTNAME= zlib -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.7 CATEGORIES= archivers MASTER_SITES= SF/libpng/${PORTNAME}/${PORTVERSION} \ http://zlib.net/ @@ -27,7 +27,7 @@ lib/libz.so \ lib/libz.a \ lib/libz.so.1 \ - lib/libz.so.1.2.6 \ + lib/libz.so.1.2.7 \ lib/pkgconfig/zlib.pc PLIST_DIRS= lib/pkgconfig Index: archivers/zlib/distinfo =================================================================== RCS file: /home/ncvs/ports/archivers/zlib/distinfo,v retrieving revision 1.3 diff -u -d -r1.3 distinfo --- archivers/zlib/distinfo 16 May 2012 05:14:28 -0000 1.3 +++ archivers/zlib/distinfo 23 Jun 2012 14:50:52 -0000 @@ -1,2 +1,2 @@ -SHA256 (zlib-1.2.6.tar.bz2) = fa3e3e4881fa5810b8903f2c7e0dcd5a0a673535f0438021c4bbb5db1b918c8e -SIZE (zlib-1.2.6.tar.bz2) = 501388 +SHA256 (zlib-1.2.7.tar.bz2) = 49e2e9658dfb036900da6ea0267a737fa3c4eee6666776d378c79d52e9334934 +SIZE (zlib-1.2.7.tar.bz2) = 505085 --- archivers.zlib.update.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 15:01:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B94E106567D; Sat, 23 Jun 2012 15:01:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6FDFC8FC1A; Sat, 23 Jun 2012 15:01:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NF19Pa034615; Sat, 23 Jun 2012 15:01:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NF195q034606; Sat, 23 Jun 2012 15:01:09 GMT (envelope-from edwin) Date: Sat, 23 Jun 2012 15:01:09 GMT Message-Id: <201206231501.q5NF195q034606@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, eadler@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169349: [PATCH] update archivers/zlib to latest version to fix build with clang 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: Sat, 23 Jun 2012 15:01:09 -0000 Synopsis: [PATCH] update archivers/zlib to latest version to fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->eadler Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 23 15:01:08 UTC 2012 Responsible-Changed-Why: eadler@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169349 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 16:00:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 412FA1065673 for ; Sat, 23 Jun 2012 16:00:27 +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 1171E8FC0A for ; Sat, 23 Jun 2012 16:00:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NG0QB6038323 for ; Sat, 23 Jun 2012 16:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NG0QCQ038319; Sat, 23 Jun 2012 16:00:26 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 16:00:26 GMT Resent-Message-Id: <201206231600.q5NG0QCQ038319@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, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CFF47106564A for ; Sat, 23 Jun 2012 15:52:09 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from nm19-vm0.access.bullet.mail.mud.yahoo.com (nm19-vm0.access.bullet.mail.mud.yahoo.com [66.94.236.25]) by mx1.freebsd.org (Postfix) with SMTP id 6F1DF8FC1C for ; Sat, 23 Jun 2012 15:52:09 +0000 (UTC) Received: from [66.94.237.126] by nm19.access.bullet.mail.mud.yahoo.com with NNFMP; 23 Jun 2012 15:52:03 -0000 Received: from [98.139.221.66] by tm1.access.bullet.mail.mud.yahoo.com with NNFMP; 23 Jun 2012 15:52:03 -0000 Received: from [127.0.0.1] by smtp103.rog.mail.bf1.yahoo.com with NNFMP; 23 Jun 2012 15:52:03 -0000 Received: from localhost (jimmy@99.255.3.180 with login) by smtp103.rog.mail.bf1.yahoo.com with SMTP; 23 Jun 2012 08:52:02 -0700 PDT Received: by localhost (sSMTP sendmail emulation); Sat, 23 Jun 2012 11:52:01 -0400 Message-Id: <152900.19263.bm@smtp103.rog.mail.bf1.yahoo.com> Date: Sat, 23 Jun 2012 11:52:01 -0400 From: "Charlie &" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169352: Update Port: net-im/chattahoochie X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 16:00:27 -0000 >Number: 169352 >Category: ports >Synopsis: Update Port: net-im/chattahoochie >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jun 23 16:00:26 UTC 2012 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD localhost 9.0-STABLE FreeBSD 9.0-STABLE #17: Fri Apr 6 13:54:19 EDT 2012 jbailie@localhost:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- chattahoochie.diff begins here --- diff -ruN /usr/ports/net-im/chattahoochie/Makefile ./chattahoochie/Makefile --- /usr/ports/net-im/chattahoochie/Makefile 2011-04-15 23:12:24.000000000 -0400 +++ ./chattahoochie/Makefile 2012-06-23 11:31:49.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= chattahoochie -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= net-im MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/net-im/chattahoochie/distinfo ./chattahoochie/distinfo --- /usr/ports/net-im/chattahoochie/distinfo 2011-04-15 23:12:24.000000000 -0400 +++ ./chattahoochie/distinfo 2012-06-23 11:49:07.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (chattahoochie-1.3.tar.gz) = 5c26eec0a83a834642473a8b943684377c4b944ef148abc0a7748afae2174cbc -SIZE (chattahoochie-1.3.tar.gz) = 10652 +SHA256 (chattahoochie-1.4.tar.gz) = 69f8bf594eb123d1fd8e1be2972a330b9f3673f6d8653992abf6b4c83aac25a6 +SIZE (chattahoochie-1.4.tar.gz) = 10746 --- chattahoochie.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 16:00:27 2012 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 BEBC91065676 for ; Sat, 23 Jun 2012 16:00:27 +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 78B998FC14 for ; Sat, 23 Jun 2012 16:00:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NG0RQK038338 for ; Sat, 23 Jun 2012 16:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NG0RLn038337; Sat, 23 Jun 2012 16:00:27 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 16:00:27 GMT Resent-Message-Id: <201206231600.q5NG0RLn038337@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, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56501106566C for ; Sat, 23 Jun 2012 15:54:33 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from nm23-vm0.access.bullet.mail.sp2.yahoo.com (nm23-vm0.access.bullet.mail.sp2.yahoo.com [98.139.44.180]) by mx1.freebsd.org (Postfix) with SMTP id 124B88FC12 for ; Sat, 23 Jun 2012 15:54:33 +0000 (UTC) Received: from [98.139.44.99] by nm23.access.bullet.mail.sp2.yahoo.com with NNFMP; 23 Jun 2012 15:54:27 -0000 Received: from [98.139.44.70] by tm4.access.bullet.mail.sp2.yahoo.com with NNFMP; 23 Jun 2012 15:54:27 -0000 Received: from [127.0.0.1] by omp1007.access.mail.sp2.yahoo.com with NNFMP; 23 Jun 2012 15:54:27 -0000 Received: (qmail 63493 invoked from network); 23 Jun 2012 15:54:27 -0000 Received: from localhost (jimmy@99.255.3.180 with login) by smtp104.rog.mail.gq1.yahoo.com with SMTP; 23 Jun 2012 08:54:26 -0700 PDT Received: by localhost (sSMTP sendmail emulation); Sat, 23 Jun 2012 11:54:25 -0400 Message-Id: <584306.44817.qm@smtp104.rog.mail.gq1.yahoo.com> Date: Sat, 23 Jun 2012 11:54:25 -0400 From: "Charlie &" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169353: Update Port: www/drood => 1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 16:00:27 -0000 >Number: 169353 >Category: ports >Synopsis: Update Port: www/drood => 1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jun 23 16:00:27 UTC 2012 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD localhost 9.0-STABLE FreeBSD 9.0-STABLE #17: Fri Apr 6 13:54:19 EDT 2012 jbailie@localhost:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- drood.diff begins here --- diff -ruN /usr/ports/www/drood/Makefile ./drood/Makefile --- /usr/ports/www/drood/Makefile 2011-12-31 09:54:20.000000000 -0500 +++ ./drood/Makefile 2012-06-23 11:52:54.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= drood -PORTVERSION= 3.2 +PORTVERSION= 3.3 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/www/drood/distinfo ./drood/distinfo --- /usr/ports/www/drood/distinfo 2011-12-31 09:54:20.000000000 -0500 +++ ./drood/distinfo 2012-06-23 11:52:56.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (drood-3.2.tar.gz) = 7948c609dfc76ca0e97a251047c4e28a6655baeb7eb4edd40bb0ee1e64d73dd6 -SIZE (drood-3.2.tar.gz) = 48893 +SHA256 (drood-3.3.tar.gz) = 65a6c51ba59aba120b2535ab5b02d8e083216e3daa49233ce4ce1b362193bb81 +SIZE (drood-3.3.tar.gz) = 48973 --- drood.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 16:40:07 2012 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 590AE1065670 for ; Sat, 23 Jun 2012 16:40:07 +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 279E98FC12 for ; Sat, 23 Jun 2012 16:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NGe7LQ076499 for ; Sat, 23 Jun 2012 16:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NGe7Pp076498; Sat, 23 Jun 2012 16:40:07 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 16:40:07 GMT Resent-Message-Id: <201206231640.q5NGe7Pp076498@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, koobs Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 42AFB106564A; Sat, 23 Jun 2012 16:36:50 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0E66B8FC12; Sat, 23 Jun 2012 16:36:50 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so5220407pbb.13 for ; Sat, 23 Jun 2012 09:36:49 -0700 (PDT) Received: by 10.68.217.234 with SMTP id pb10mr22049204pbc.79.1340469409673; Sat, 23 Jun 2012 09:36:49 -0700 (PDT) Received: from freebsd-90-amd64.localdomain (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id nv6sm2740309pbc.42.2012.06.23.09.36.46 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 23 Jun 2012 09:36:48 -0700 (PDT) Received: by freebsd-90-amd64.localdomain (Postfix, from userid 1001) id DD68F1773B; Sun, 24 Jun 2012 02:36:41 +1000 (EST) Message-Id: <20120623163641.DD68F1773B@freebsd-90-amd64.localdomain> Date: Sun, 24 Jun 2012 02:36:41 +1000 (EST) From: koobs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: olgeni@FreeBSD.org Subject: ports/169355: [PATCH] lang/erlang: OPTIONSng'ify, fix CLANG build, use standard KNOBS for ODBC 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: Sat, 23 Jun 2012 16:40:07 -0000 >Number: 169355 >Category: ports >Synopsis: [PATCH] lang/erlang: OPTIONSng'ify, fix CLANG build, use standard KNOBS for ODBC >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: Sat Jun 23 16:40:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: koobs >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD freebsd-90-amd64 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat May 5 14:51:14 EST >Description: - OPTIONSng'ify (keeping existing defaults the same) - Add more OPTIONS - Add USE_CSTD=gnu98 (fixes CLANG build) - Remove MAKE_JOBS_UNSAFE - Use standard ODBC, UNIXODB and IODBC knobs in optional OPTIONS_SINGLE group (Can resolve ports/167023) - Pet portlint (variable ORDER) Port maintainer (olgeni@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- erlang-r14b04_3,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/lang/erlang/Makefile ./Makefile --- /usr/ports/lang/erlang/Makefile 2012-02-06 23:25:47.000000000 +1100 +++ ./Makefile 2012-06-24 01:25:29.000000000 +1000 @@ -7,7 +7,7 @@ PORTNAME= erlang PORTVERSION= r14b04 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ @@ -22,30 +22,53 @@ ${ERLANG_MAN}:erlangorg \ ${ERLANG_DOCS}:erlangorg \ ${DOC_DISTFILES} -DOC_DISTFILES= armstrong_thesis_2003.pdf:joe \ - bjarnelic.pdf:publications \ - erlang-book-part1.pdf:erlangorg \ - master_thesis_patterns.pdf:local \ - mnesia_overview.pdf:publications \ - programming_rules.pdf:erlangse DIST_SUBDIR= erlang EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -PATCH_SITES= http://www.erlang.org/download/ +PATCH_SITES= http://www.erlang.org/download MAINTAINER= olgeni@FreeBSD.org COMMENT= A functional programming language from Ericsson +DOC_DISTFILES= armstrong_thesis_2003.pdf:joe \ + bjarnelic.pdf:publications \ + erlang-book-part1.pdf:erlangorg \ + master_thesis_patterns.pdf:local \ + mnesia_overview.pdf:publications \ + programming_rules.pdf:erlangse + CONFLICTS?= erlang-lite-r[0-9]* SUB_FILES= pkg-message SUB_LIST= TOOLS_VSN=${TOOLS_VSN} -OPTIONS= JAVA "Enable Java applications" off \ - X11 "Enable X11 support" off \ - WX "Enable WX extensions" off \ - ODBC "Enable ODBC" off \ - SMP "Enable SMP" on +OPTIONS_DEFINE= HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX X11 +OPTIONS_SINGLE= ODBC +OPTIONS_SINGLE_ODBC= IODBC UNIXODBC + +HIPE_DESC= Build native HiPE compiler +JAVA_DESC= Enable Java applications +KQUEUE_DESC= Enable Kernel Poll (kqueue) support +ODBC_DESC= Enable ODBC support +UNIXODBC_DESC= Build with unixODBC support +IODBC_DESC= Build with libiodbc support +OPENSSL_DESC= Enable OpenSSL support +SCTP_DESC= Enable SCTP support +SMP_DESC= Enable SMP support +THREADS_DESC= Enable thread support +WX_DESC= Enable WX extensions +X11_DESC= Enable X11 support + +OPTIONS_DEFAULT= SMP OPENSSL THREADS SCTP KQUEUE + +.include + +.if ${PORT_OPTIONS:MOPENSSL} +USE_OPENSSL=YES +CONFIGURE_ARGS+=--enable-ssl=${OPENSSLBASE} --enable-dynamic-ssl-lib +.else +CONFIGURE_ARGS+=--disable-ssl +.endif .include @@ -57,18 +80,32 @@ # this is the case (that I could think of at least) was to make sure # ${JAVA_HOME}/bin is added to the PATH, using the *_ENV macros. -.if !defined(WITHOUT_JAVA) +.if ${PORT_OPTIONS:MJAVA} USE_JAVA= yes JAVA_VERSION= 1.5+ # Make sure ${JAVA_HOME}/bin is in the path CONFIGURE_ENV+= PATH=${PATH}:${JAVA_HOME}/bin MAKE_ENV+= PATH=${PATH}:${JAVA_HOME}/bin SCRIPT_ENV+= PATH=${PATH}:${JAVA_HOME}/bin +.else +CONFIGURE_ARGS+=--without-javac +.endif + +.if ${PORT_OPTIONS:MHIPE} +CONFIGURE_ARGS+=--enable-hipe +.else +CONFIGURE_ARGS+=--disable-hipe +.endif + +.if ${PORT_OPTIONS:MKQUEUE} +CONFIGURE_ARGS+=--enable-kernel-poll +.else +CONFIGURE_ARGS+=--disable-kernel-poll .endif -.if !defined(WITHOUT_X11) +.if ${PORT_OPTIONS:MX11} USE_TK_RUN= yes -.if !defined(WITHOUT_WX) +.if ${PORT_OPTIONS:MWX} USE_WX= 2.8+ WX_COMPS= wx contrib WX_UNICODE= yes @@ -77,24 +114,26 @@ .endif USE_GMAKE= yes +USE_CSTD= gnu89 USE_PERL5= yes USE_RC_SUBR= epmd.sh GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 amd64 sparc64 powerpc REINPLACE_ARGS= -i -MAKE_JOBS_UNSAFE= yes .if (${OSVERSION} < 700000) USE_GCC= 4.2+ .endif -.if !defined(WITHOUT_ODBC) -DRIVER_MANAGER?= iodbc -.if ${DRIVER_MANAGER} == "unixodbc" -LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC -.else # assume we're using iodbc -LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc +.if ${PORT_OPTIONS:MODBC} +CONFIGURE_ARGS+=--with-odbc +.if ${PORT_OPTIONS:MUNIXODBC} +LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC +.elif ${PORT_OPTIONS:MIODBC} +LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc .endif +.else +CONFIGURE_ARGS+=--without-odbc .endif ERLANG_MAN= otp_doc_man_R14B04.tar.gz @@ -103,13 +142,25 @@ .endif ERLANG_PLIST= ${WRKDIR}/pkg-plist +.if ${PORT_OPTIONS:MTHREADS} +CONFIGURE_ARGS+=--enable-threads +.else +CONFIGURE_ARGS+=--disable-threads +.endif + +.if ${PORT_OPTIONS:MSCTP} +CONFIGURE_ARGS+=--with-sctp +.else +CONFIGURE_ARGS+=--without-sctp +.endif + # enabling --enable-smp-support crashes the OS when # net_kernel:start([node_name, shortnames]) invoked repeatedly -.if !defined(WITHOUT_SMP) -CONFIGURE_ARGS+=--enable-threads --enable-dynamic-ssl-lib --enable-sctp --enable-smp-support +.if ${PORT_OPTIONS:MSMP} +CONFIGURE_ARGS+=--enable-smp-support .else -CONFIGURE_ARGS+=--enable-threads --enable-dynamic-ssl-lib --enable-sctp +CONFIGURE_ARGS+=--disable-smp-support .endif CFLAGS+= -I${LOCALBASE}/include @@ -136,7 +187,7 @@ @${REINPLACE_CMD} -e 's#%%CFLAGS%%#${CFLAGS}#g' ${WRKSRC}/lib/wx/configure # Check if ${JAVAC} exists. -.if !defined(WITHOUT_JAVA) +.if ${PORT_OPTIONS:MJAVA} @if [ ! -x ${JAVAC} ]; then \ ${ECHO_MSG} ">> Error: cannot find ${JAVAC}."; \ exit 1; \ --- erlang-r14b04_3,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 18:39:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82BCD106564A; Sat, 23 Jun 2012 18:39:18 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6E2C48FC0A; Sat, 23 Jun 2012 18:39:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NIdIA9085819; Sat, 23 Jun 2012 18:39:18 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NIdIOe085815; Sat, 23 Jun 2012 18:39:18 GMT (envelope-from linimon) Date: Sat, 23 Jun 2012 18:39:18 GMT Message-Id: <201206231839.q5NIdIOe085815@freefall.freebsd.org> To: pdseniura@techie.com, linimon@FreeBSD.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/63456: compiling multimedia/xmms breaks with WITHOUT_SIMD=yes knob set 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: Sat, 23 Jun 2012 18:39:18 -0000 Old Synopsis: compiling xmms breaks with WITHOUT_SIMD=yes knob set New Synopsis: compiling multimedia/xmms breaks with WITHOUT_SIMD=yes knob set State-Changed-From-To: closed->open State-Changed-By: linimon State-Changed-When: Sat Jun 23 18:37:09 UTC 2012 State-Changed-Why: >From misfiled PR caught in spamtrap: X-Originating-IP: [66.232.74.144] From: Timothy Frahm To: Subject: Re: ports/63456: compiling xmms breaks with WITHOUT_SIMD=yes knob set Date: Fri, 22 Jun 2012 06:01:57 -0500 --_ac5ea857-0d25-4cbd-b9d2-da18b5870fd7_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Greetings=2C Issue has re-emerged again for compiling on i386 architecture.=20 Reported to work fine with amd64 builds=3B amd64 build was confirmed by=20 someone other than me. TJFrahm --_ac5ea857-0d25-4cbd-b9d2-da18b5870fd7_-- Responsible-Changed-From-To: pav->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sat Jun 23 18:37:09 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=63456 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 18:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 41CBD1065677 for ; Sat, 23 Jun 2012 18:50:10 +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 0180C8FC15; Sat, 23 Jun 2012 18:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NIo9ox094667; Sat, 23 Jun 2012 18:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NIo9po094666; Sat, 23 Jun 2012 18:50:09 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 18:50:09 GMT Resent-Message-Id: <201206231850.q5NIo9po094666@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Cc: jwbacon@tds.net Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pietro Cerutti Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC825106566C for ; Sat, 23 Jun 2012 18:41:18 +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 D83D48FC08 for ; Sat, 23 Jun 2012 18:41:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NIfIBF093763 for ; Sat, 23 Jun 2012 18:41:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NIfIYL093757; Sat, 23 Jun 2012 18:41:18 GMT (envelope-from gnats) Message-Id: <201206231841.q5NIfIYL093757@freefall.freebsd.org> Date: Sat, 23 Jun 2012 18:41:18 GMT From: Pietro Cerutti To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: jwbacon@tds.net Cc: Subject: ports/169358: [PATCH] devel/swig20: update to 2.0.7 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: Sat, 23 Jun 2012 18:50:10 -0000 >Number: 169358 >Category: ports >Synopsis: [PATCH] devel/swig20: update to 2.0.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jun 23 18:50:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: FreeBSD 10.0-CURRENT amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD SN2000.medacta.ch 10.0-CURRENT FreeBSD 10.0-CURRENT #20: Mon Jun 18 10:00:24 CEST 2012 >Description: - Update to 2.0.7 Removed file(s): - files/patch-configure Port maintainer (jwbacon@tds.net) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- swig-2.0.7.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/swig20/Makefile,v retrieving revision 1.95 diff -u -r1.95 Makefile --- Makefile 24 Apr 2012 12:23:49 -0000 1.95 +++ Makefile 22 Jun 2012 07:23:45 -0000 @@ -6,7 +6,7 @@ # PORTNAME= swig -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.7 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/swig20/distinfo,v retrieving revision 1.40 diff -u -r1.40 distinfo --- distinfo 24 Apr 2012 12:23:49 -0000 1.40 +++ distinfo 22 Jun 2012 07:24:00 -0000 @@ -1,2 +1,2 @@ -SHA256 (swig-2.0.4.tar.gz) = 763a117730d26f8e5ed67f5718c6c0761fbb8461680fc20269db8c0839e1ec8a -SIZE (swig-2.0.4.tar.gz) = 5148567 +SHA256 (swig-2.0.7.tar.gz) = ac1f29be405d78b3848c8ba76add2deffc2cdc166c9a1773eda7972ba3898967 +SIZE (swig-2.0.7.tar.gz) = 5281076 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 18:50:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FE891065672; Sat, 23 Jun 2012 18:50:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 434B38FC17; Sat, 23 Jun 2012 18:50:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NIoK4l094836; Sat, 23 Jun 2012 18:50:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NIoKP4094831; Sat, 23 Jun 2012 18:50:20 GMT (envelope-from edwin) Date: Sat, 23 Jun 2012 18:50:20 GMT Message-Id: <201206231850.q5NIoKP4094831@freefall.freebsd.org> To: jwbacon@tds.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gahr@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/169358: [PATCH] devel/swig20: update to 2.0.7 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: Sat, 23 Jun 2012 18:50:20 -0000 Synopsis: [PATCH] devel/swig20: update to 2.0.7 Responsible-Changed-From-To: freebsd-ports-bugs->gahr Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 23 18:50:19 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169358 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 19:37:33 2012 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 934B3106564A; Sat, 23 Jun 2012 19:37:33 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 678DB8FC12; Sat, 23 Jun 2012 19:37:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NJbX4C041266; Sat, 23 Jun 2012 19:37:33 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NJbX83041262; Sat, 23 Jun 2012 19:37:33 GMT (envelope-from jgh) Date: Sat, 23 Jun 2012 19:37:33 GMT Message-Id: <201206231937.q5NJbX83041262@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/169352: Update Port: net-im/chattahoochie 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: Sat, 23 Jun 2012 19:37:33 -0000 Synopsis: Update Port: net-im/chattahoochie Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Sat Jun 23 19:37:33 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169352 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 19:37:58 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 72C94106564A; Sat, 23 Jun 2012 19:37:58 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 46FF48FC0C; Sat, 23 Jun 2012 19:37:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NJbwF7041359; Sat, 23 Jun 2012 19:37:58 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NJbw9K041355; Sat, 23 Jun 2012 19:37:58 GMT (envelope-from jgh) Date: Sat, 23 Jun 2012 19:37:58 GMT Message-Id: <201206231937.q5NJbw9K041355@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/169353: Update Port: www/drood => 1.4 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: Sat, 23 Jun 2012 19:37:58 -0000 Synopsis: Update Port: www/drood => 1.4 Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Sat Jun 23 19:37:57 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169353 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 20:24:09 2012 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 EC03F106564A; Sat, 23 Jun 2012 20:24:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BD50E8FC0C; Sat, 23 Jun 2012 20:24:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NKO9cq086069; Sat, 23 Jun 2012 20:24:09 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NKO9KG086065; Sat, 23 Jun 2012 20:24:09 GMT (envelope-from linimon) Date: Sat, 23 Jun 2012 20:24:09 GMT Message-Id: <201206232024.q5NKO9KG086065@freefall.freebsd.org> To: bryan@shatow.net, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169351: Re: ports/168808: [PATCH] net/mtr: Convert to new options framework 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: Sat, 23 Jun 2012 20:24:10 -0000 Synopsis: Re: ports/168808: [PATCH] net/mtr: Convert to new options framework State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Jun 23 20:23:25 UTC 2012 State-Changed-Why: Misfiled followup to ports/168808 due to freefall downtime; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sat Jun 23 20:23:25 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=169351 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 20:25:57 2012 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 6F0141065674; Sat, 23 Jun 2012 20:25:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 416648FC12; Sat, 23 Jun 2012 20:25:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NKPvOI086182; Sat, 23 Jun 2012 20:25:57 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NKPvU2086178; Sat, 23 Jun 2012 20:25:57 GMT (envelope-from linimon) Date: Sat, 23 Jun 2012 20:25:57 GMT Message-Id: <201206232025.q5NKPvU2086178@freefall.freebsd.org> To: koobs.freebsd@gmail.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/169357: Re: ports/167023: lang/erlang doesn' t compile with unixODBC 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: Sat, 23 Jun 2012 20:25:57 -0000 Synopsis: Re: ports/167023: lang/erlang doesn't compile with unixODBC State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Jun 23 20:25:05 UTC 2012 State-Changed-Why: Misfiled followup to ports/167023 due to freefall downtime; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sat Jun 23 20:25:05 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=169357 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 21:10:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 909481065670 for ; Sat, 23 Jun 2012 21:10:10 +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 683438FC15 for ; Sat, 23 Jun 2012 21:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NLAA7q023313 for ; Sat, 23 Jun 2012 21:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NLAAG6023312; Sat, 23 Jun 2012 21:10:10 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 21:10:10 GMT Resent-Message-Id: <201206232110.q5NLAAG6023312@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, Bryan Drewery Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD0371065679 for ; Sat, 23 Jun 2012 21:03:10 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) by mx1.freebsd.org (Postfix) with ESMTP id 786628FC14 for ; Sat, 23 Jun 2012 21:03:10 +0000 (UTC) Received: (qmail 68707 invoked from network); 23 Jun 2012 16:03:07 -0500 Received: from unknown (HELO test8.xzibition.com) (10.10.0.34) by sweb.xzibition.com with SMTP; 23 Jun 2012 16:03:07 -0500 Received: by test8.xzibition.com (sSMTP sendmail emulation); Sat, 23 Jun 2012 16:02:39 -0500 Message-Id: <20120623210310.DD0371065679@hub.freebsd.org> Date: Sat, 23 Jun 2012 16:02:39 -0500 From: "Bryan Drewery" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: bapt@FreeBSD.org Subject: ports/169359: [PATCH] mail/vpopmail: Take maintainership and fix USERS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bryan Drewery List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 21:10:10 -0000 >Number: 169359 >Category: ports >Synopsis: [PATCH] mail/vpopmail: Take maintainership and fix USERS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jun 23 21:10:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bryan Drewery >Release: FreeBSD 8.3-RELEASE i386 >Organization: >Environment: >Description: - Take maintainership - Fix some portlint warnings - Add USERS/GROUPS support and remove PERL dependency [ports/157206] -- Submitted By: Baptiste Daroussin - Bump PORTREVISION as the USERS patch fixes failing package building of ports depending on mail/vpopmail I am working on updating the port to 5.4.33 and supporting OPTIONS, but do not have that ready yet. Testing this port will show that /var/qmail/control/locals is an extra, but it's really an optional mail/qmail file. Will look into a way to address that. The patch may not properly do it, but the pkg-install file should be deleted. >How-To-Repeat: >Fix: --- patch-vpopmail-maintainer.txt begins here --- diff --git Makefile Makefile index d6014d1..7842691 100644 --- Makefile +++ Makefile @@ -7,20 +7,21 @@ PORTNAME= vpopmail PORTVERSION= 5.4.32 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} \ SF/${PORTNAME}/${PORTNAME}-devel/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bryan@shatow.net COMMENT= Easy virtual domain and authentication package for use with qmail +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + BUILD_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp PATCH_STRIP= -p1 -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual USE_QMAIL= yes @@ -28,7 +29,9 @@ CONFLICTS= vpopmail-devel-5.* GNU_CONFIGURE= YES USE_GMAKE= YES -USE_PERL5= YES + +USERS= vpopmail +GROUPS= vchkpw VCFGDIR?= ${WRKDIR}/vcfg VCFGFILES?= inc_deps lib_deps tcp.smtp @@ -38,7 +41,9 @@ CONFIGURE_ENV+= VCFGDIR="${VCFGDIR}" \ CONFIGURE_ARGS= --enable-qmaildir=${QMAIL_PREFIX} \ --enable-tcprules-prog=${LOCALBASE}/bin/tcprules \ --enable-tcpserver-file=${PREFIX}/vpopmail/etc/tcp.smtp \ - --enable-non-root-build + --enable-non-root-build \ + --enable-vpopuser=${USERS} \ + --enable-vpopgroup=${GROUPS} # # User-configurable variables @@ -91,8 +96,6 @@ CONFIGURE_ARGS= --enable-qmaildir=${QMAIL_PREFIX} \ # WITH_SQL_LOG_REMOVE_DELETED - remove log entries for deleted users/domains # QMAIL_PREFIX - location of qmail directory # PREFIX - installation area for vpopmail (see comment below) -# VCHKPW_GID - the group ID of the new vchkpw group (89) -# VPOPMAIL_UID - the user ID of the new vpopmail user (89) # # PostgreSQL database configuration options # @@ -102,8 +105,7 @@ CONFIGURE_ARGS= --enable-qmaildir=${QMAIL_PREFIX} \ # Oracle database configuration options # # WARNING: This is NOT TESTED, not in the least. -# Please report any success or failure to the port maintainer, -# Peter Pentchev +# Please report any success or failure to the port maintainer # # WITH_ORACLE_PROC - the name of the Oracle Pro-C precompiler, default 'proc' # WITH_ORACLE_SERVICE - the Oracle service name (jimmy) @@ -115,8 +117,7 @@ CONFIGURE_ARGS= --enable-qmaildir=${QMAIL_PREFIX} \ # Sybase database configuration options # # WARNING: This is NOT TESTED, not in the least. -# Please report any success or failure to the port maintainer, -# Peter Pentchev +# Please report any success or failure to the port maintainer # # WITH_SYBASE_SERVER - the Sybase server name (empty) # WITH_SYBASE_USER - the username for connecting to the Sybase server (sa) @@ -127,8 +128,7 @@ CONFIGURE_ARGS= --enable-qmaildir=${QMAIL_PREFIX} \ # Courier IMAP configuration options for authvchkpw # # WARNING: This is NOT TESTED, not in the least. -# Please report any success or failure to the port maintainer, -# Peter Pentchev +# Please report any success or failure to the port maintainer # # WITH_COURIER_IMAPLOGIN - the path to the imaplogin program # WITH_COURIER_IMAPD - the path to the imapd program @@ -254,7 +254,7 @@ CFLAGS+= -fPIC # Uncomment this, or set PREFIX to /home if you have an existing # vpopmail install with the vpopmail users' home directory set to -# /home/vpopmail - package rules dictate we default to /usr/local/vpopmail +# /home/vpopmail - package rules dictate we default to LOCALBASE/vpopmail # #PREFIX?= /home @@ -367,7 +367,9 @@ DOCS= README README.activedirectory README.filelocking \ # pre-configure: - @PKG_PREFIX=${PREFIX} ${PERL5} ${PKGINSTALL} + ${AWK} -F: '/^${USERS}:/ { print $$3 }' ${UID_FILES} > ${WRKSRC}/vpopmail.uid + ${AWK} -F: '/^${USERS}:/ { sub(/\/usr\/local/, "${PREFIX}", $$9); print $$9 }' ${UID_FILES} > ${WRKSRC}/vpopmail.dir + ${AWK} -F: '/^${GROUPS}:/ { print $$3 }' ${GID_FILES} > ${WRKSRC}/vpopmail.gid .if defined(WITH_PGSQL) .if defined(WITH_PGSQL_DB) ${REINPLACE_CMD} -E -e "s/(#define DB.*)vpopmail(.*)/\1${WITH_PGSQL_DB}\2/" ${WRKSRC}/vpgsql.h diff --git files/patch-configure files/patch-configure index 5a9e2e4..af32184 100644 --- files/patch-configure +++ files/patch-configure @@ -6,14 +6,17 @@ Description: Configure for the FreeBSD ports build system. Pass the correct compiler and linker flags to the cdb build. FreeBSD does not need -R $libdir (a.k.a. --rpath) - the MySQL client library is added to ldconfig's search path in its own startup script. + No need to check for uid/gid. Forwarded: not-needed Author: Peter Pentchev , Alex Dupre , - Renato Botelho -Last-Update: 2010-09-13 + Renato Botelho , + Baptiste Daroussin ---- a/configure -+++ b/configure +Last-Update: 2012-06-23 + +--- configure.orig 2010-11-08 16:02:52.000000000 +0100 ++++ configure 2011-05-20 12:21:34.314930656 +0200 @@ -1403,6 +1403,8 @@ --enable-onchange-script Enable onchange script. See README.onchange for more info. --enable-spamassassin Enable spamassassin. See README.spamassassin for more info. @@ -23,7 +26,108 @@ Last-Update: 2010-09-13 --enable-maildrop Enable maildrop. See README.maildrop for more info. --enable-maildrop-prog=PATH Full path to maildrop program /usr/{local/}bin/maildrop. --enable-domainquotas Enable non-system domain quotas. See README.quotas for more info. -@@ -5785,27 +5787,6 @@ +@@ -5663,100 +5665,6 @@ + + fi + +- +- +-cat >>confdefs.h <<_ACEOF +-#define VPOPGROUP "$vpopgroup" +-_ACEOF +- +- +- +-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +-$as_echo "yes" >&6; } +- +-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether password file entry for the vpopmail user exists" >&5 +-$as_echo_n "checking whether password file entry for the vpopmail user exists... " >&6; } +-if test "$cross_compiling" = yes; then : +- as_fn_error "Could not compile and run even a trivial ANSI C program - check CC." "$LINENO" 5 +- +-else +- cat confdefs.h - <<_ACEOF >conftest.$ac_ext +-/* end confdefs.h. */ +- +- #include +- #include +- #include +- +- int main() { +- struct passwd *pw; +- char tmpbuf[100]; +- FILE *f; +- +- unlink("vpopmail.dir"); +- unlink("vpopmail.uid"); +- unlink("vpopmail.gid"); +- +- if ( (f=fopen("vpopusername","r+"))==NULL) { +- printf("No vpopmail user found.\n"); +- printf("Please add the vchkpw group and\n"); +- printf("vpopmail user. Then run configure again\n"); +- return(-1); +- } +- +- fgets(tmpbuf,100,f); +- fclose(f); +- tmpbuf[strlen(tmpbuf)-1] = 0; +- +- if (( pw=getpwnam(tmpbuf)) != 0 ) { +- f=fopen("vpopmail.dir","a+"); +- fprintf(f,"%s\n", pw->pw_dir); +- fclose(f); +- +- f=fopen("vpopmail.uid", "a+"); +- fprintf(f,"%d\n", pw->pw_uid); +- fclose(f); +- +- f=fopen("vpopmail.gid", "a+"); +- fprintf(f,"%d\n", pw->pw_gid); +- fclose(f); +- } else { +- printf("No vpopmail user found.\n"); +- printf("Please add the vchkpw group and\n"); +- printf("vpopmail user. Then run configure again\n"); +- return(-1); +- } +- return(0); +- } +- +-_ACEOF +-if ac_fn_c_try_run "$LINENO"; then : +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +-$as_echo "yes" >&6; } +-else +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +-$as_echo "no" >&6; } +- as_fn_error "Could not compile and run even a trivial ANSI C program - check CC." "$LINENO" 5 +-fi +-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +- conftest.$ac_objext conftest.beam conftest.$ac_ext +-fi +- +- +-if test ! -f vpopmail.uid +-then +- as_fn_error "No vpopmail user." "$LINENO" 5 +-fi +- +-if test ! -f vpopmail.gid +-then +- as_fn_error "No vpopmail group." "$LINENO" 5 +-fi +- +-if test ! -f vpopmail.dir +-then +- as_fn_error "No vpopmail home directory" "$LINENO" 5 +-fi +- + vpopmaildir=`cat vpopmail.dir` + + +@@ -5785,27 +5693,6 @@ #---------------------------------------------------------------------- @@ -51,7 +155,7 @@ Last-Update: 2010-09-13 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether roaming-users has been enabled" >&5 $as_echo_n "checking whether roaming-users has been enabled... " >&6; } # Check whether --enable-roaming-users was given. -@@ -5888,28 +5869,11 @@ +@@ -5888,28 +5775,11 @@ # Check whether --enable-tcpserver_file was given. if test "${enable_tcpserver_file+set}" = set; then : enableval=$enable_tcpserver_file; tcpserver_file="$enableval" @@ -81,7 +185,7 @@ Last-Update: 2010-09-13 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } -@@ -6414,6 +6378,44 @@ +@@ -6414,6 +6284,44 @@ #define SPAMC_PROG "$spamc_prog" _ACEOF @@ -126,7 +230,7 @@ Last-Update: 2010-09-13 ;; esac -@@ -6664,7 +6666,7 @@ +@@ -6664,7 +6572,7 @@ as_fn_error "Unable to find your MySQL lib dir, specify --enable-libdir." "$LINENO" 5 fi @@ -135,7 +239,7 @@ Last-Update: 2010-09-13 ;; -@@ -6727,7 +6729,7 @@ +@@ -6727,7 +6635,7 @@ #define USE_LDAP $USE_LDAP _ACEOF @@ -144,7 +248,7 @@ Last-Update: 2010-09-13 auth_inc="-I/usr/local/include" -@@ -9029,8 +9031,8 @@ +@@ -9029,8 +8937,8 @@ ;; esac diff --git pkg-install pkg-install deleted file mode 100755 index f435231..0000000 --- pkg-install +++ /dev/null @@ -1,109 +0,0 @@ -#!/usr/bin/perl -# - -@groups = ("vchkpw"); -%users = ('vpopmail', "vchkpw"); -# daemon, local, pop, queue, remote, deliver, respectively. -# alias is a special case above... -%gids = ("vchkpw", 89); -%uids = ('vpopmail', 89); - -sub checkenv () { - my ($u, $g); - - # Users - foreach $u (keys %users) { - $var = uc($u)."_UID"; - if (defined($ENV{$var})) { - $uids{$u} = $ENV{$var}; - } - } - - # Groups - foreach $g (@groups) { - $var = uc($g)."_GID"; - if (defined($ENV{$var})) { - $gids{$g} = $ENV{$var}; - } - } -} - -if ($ENV{PACKAGE_BUILDING} || $ARGV[1] eq "PRE-INSTALL") { - $doguid=1; # Make sure we get the assigned guids. -} - -checkenv(); - -foreach $group (@groups) { - if (! getgrnam ($group)) { - do checkrpw; # May exit - - $x = "-g $gids{$group}"; - $result = system ("/usr/sbin/pw groupadd $group $x"); - if ($result) { - die "Failed to add group $group as gid $gids{$group}\n"; - } - } -} - -if (! getpwnam ("alias")) { - do checkrpw; # May exit - - $x = "-u $uids{'alias'}"; - $result = system ("/usr/sbin/pw useradd alias -g qnofiles -d \"$ENV{PKG_PREFIX}/vpopmail/alias\" -s /nonexistent $x"); - if ($result) { - die "Failed to add user alias as uid $uids{'alias'}\n"; - } -} - -foreach $user (keys %users) { - if (! getpwnam ($user)) { - do checkrpw; # May exit - - $x = "-u $uids{$user}"; - $result = system ("/usr/sbin/pw useradd $user -g $users{$user} -d \"$ENV{PKG_PREFIX}/vpopmail\" -s /nonexistent $x"); - if ($result) { - die "Failed to add user $user as uid $uids{$user}\n"; - } - } -} - -# Check that all gids/uids are as they should be... -# If we are being installed as a package... -if ($doguid) { - foreach $group (@groups) { - if (getgrnam($group) != $gids{$group}) { - die "Group $group should have gid $gids{$group}\n"; - } - } - - foreach $user (keys %users) { - if (getpwnam($user) != $uids{$user}) { - die "User $user should have uid $uids{$user}\n"; - } - } -} - -exit 0; - -sub checkrpw { - if (! -x "/usr/sbin/pw") { - print <<'EOM'; -This system looks like a pre-2.2 version of FreeBSD. We see that it -is missing the "pw" utility. We need this utility. Please get and -install it, and try again. You can get the source from: - - ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/usr.sbin/pw.tar.gz - -EOM - die "No /usr/sbin/pw"; - } - - if ($> != 0) { - print "It is necessary to add missing vpopmail users/groups at"; - print "this stage. Please either add them manually or retry"; - print "as root."; - # Let pw(1) signal the failure so the user can see which - # group/user is actually missing. - } -} --- patch-vpopmail-maintainer.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 21:18:53 2012 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 65FE2106566B; Sat, 23 Jun 2012 21:18:53 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 394A88FC08; Sat, 23 Jun 2012 21:18:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NLIrgV033456; Sat, 23 Jun 2012 21:18:53 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NLIrQ2033452; Sat, 23 Jun 2012 21:18:53 GMT (envelope-from crees) Date: Sat, 23 Jun 2012 21:18:53 GMT Message-Id: <201206232118.q5NLIrQ2033452@freefall.freebsd.org> To: crees@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, crees@FreeBSD.org From: crees@FreeBSD.org Cc: Subject: Re: ports/169359: [PATCH] mail/vpopmail: Take maintainership and fix USERS 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: Sat, 23 Jun 2012 21:18:53 -0000 Synopsis: [PATCH] mail/vpopmail: Take maintainership and fix USERS Responsible-Changed-From-To: freebsd-ports-bugs->crees Responsible-Changed-By: crees Responsible-Changed-When: Sat Jun 23 21:18:52 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169359 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 23:00:23 2012 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 295D4106566C for ; Sat, 23 Jun 2012 23:00:23 +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 E9E598FC0C for ; Sat, 23 Jun 2012 23:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NN0Mgv025063 for ; Sat, 23 Jun 2012 23:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NN0MGA025062; Sat, 23 Jun 2012 23:00:22 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jun 2012 23:00:22 GMT Resent-Message-Id: <201206232300.q5NN0MGA025062@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, Bryan Drewery Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A5341065674 for ; Sat, 23 Jun 2012 22:57:19 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) by mx1.freebsd.org (Postfix) with ESMTP id 8E80B8FC0C for ; Sat, 23 Jun 2012 22:57:18 +0000 (UTC) Received: (qmail 90325 invoked from network); 23 Jun 2012 17:57:16 -0500 Received: from unknown (HELO test8.xzibition.com) (10.10.0.34) by sweb.xzibition.com with SMTP; 23 Jun 2012 17:57:16 -0500 Received: by test8.xzibition.com (sSMTP sendmail emulation); Sat, 23 Jun 2012 17:56:48 -0500 Message-Id: <20120623225719.0A5341065674@hub.freebsd.org> Date: Sat, 23 Jun 2012 17:56:48 -0500 From: "Bryan Drewery" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169360: [bsd.options.desc.mk] Lessen length and add size comments X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bryan Drewery List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 23:00:23 -0000 >Number: 169360 >Category: ports >Synopsis: [bsd.options.desc.mk] Lessen length and add size comments >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jun 23 23:00:22 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bryan Drewery >Release: FreeBSD 8.3-RELEASE i386 >Organization: >Environment: >Description: This patch fixes long descriptions and hopefully adds some clarity and consistency about adding new ones. See http://mozart.lib.uchicago.edu/mozart/images/sudo-config.jpg for why this is needed. In that particular case, NLS_DESC is too long. >How-To-Repeat: >Fix: - Copy size comments from KNOBS and adjust for _DESC size - Fix long descriptions --- patch-bsd.options.desc.mk.txt begins here --- --- bsd.options.desc.mk.orig 2012-06-23 17:43:41.000000000 -0500 +++ bsd.options.desc.mk 2012-06-23 17:53:12.000000000 -0500 @@ -3,9 +3,16 @@ # READ BEFORE EDITING: # - Please keep descriptions sorted alphabetically by variable name. # +# - Please respect these limits or the dialog options wrap or be cutoff +# - OPTION_DESC?= must be 19 characters or less +# - OPTION description text must be 43 characters or less +# Options_Desc_MAINTAINER= ports@FreeBSD.org +# OPTION_DESC: Description: +# Length | | Length | +# AAC_DESC?= Enable support for aac/mp4 AALIB_DESC?= Enable aalib support ALSA_DESC?= Enable alsa audio support @@ -86,7 +93,7 @@ ICONV_DESC?= Enable ICONV support ID3_DESC?= Enable support for id3 tags ID3TAG_DESC?= Support ID3 v1/v2 tags -IDN_DESC?= Enable IDN (International Domain Names) support +IDN_DESC?= Enable International Domain Names support IMLIB_DESC?= Enable imlib image library support IMLIB2_DESC?= Enable imlib2 image library support IPV6_DESC?= Enable IPv6 support @@ -142,7 +149,7 @@ MYSQL_DESC?= Enable MySQL backend NAS_DESC?= Enable Network Audio System support NETCDF_DESC?= Enable NetCDF support -NLS_DESC?= Native Language Support via gettext utilities +NLS_DESC?= Native Language Support via gettext NOTIFY_DESC?= Enable startup notification support ODBC_DESC?= Enable ODBC backend ODF_DESC?= Enable ODF support @@ -152,7 +159,7 @@ ORACLE_DESC?= Enable Oracle support OSS_DESC?= Enable Open Sound System support PAM_DESC?= Enable PAM support -PCRE_DESC?= Use Perl Compatible Regular Expressions library +PCRE_DESC?= Use Perl Compatible Regular Expressions PERL_DESC?= Enable Perl scripting language support PGSQL_DESC?= Enable PostgreSQL backend PHP_DESC?= Enable PHP binding/support @@ -163,7 +170,7 @@ POSTGIS_DESC?= Enable postgis support PRINT_DESC?= Enable Printer support PROJ_DESC?= Enable PROJ.4 support -PTH_DESC?= Enable GNU Pth for threading/multiprocessing +PTH_DESC?= Enable GNU Pth threading/multiprocessing PULSEAUDIO_DESC?= Support PulseAudio sound server PYMALLOC_DESC?= Enable python's internal malloc PYTHON_DESC?= Enable Python binding/support --- patch-bsd.options.desc.mk.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 23 23:12:37 2012 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 4537C106564A; Sat, 23 Jun 2012 23:12:37 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 18D188FC14; Sat, 23 Jun 2012 23:12:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5NNCa2O042055; Sat, 23 Jun 2012 23:12:36 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5NNCaGG042051; Sat, 23 Jun 2012 23:12:36 GMT (envelope-from eadler) Date: Sat, 23 Jun 2012 23:12:36 GMT Message-Id: <201206232312.q5NNCaGG042051@freefall.freebsd.org> To: eadler@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, eadler@FreeBSD.org From: eadler@FreeBSD.org Cc: Subject: Re: ports/169360: [bsd.options.desc.mk] Lessen length and add size comments 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: Sat, 23 Jun 2012 23:12:37 -0000 Synopsis: [bsd.options.desc.mk] Lessen length and add size comments Responsible-Changed-From-To: freebsd-ports-bugs->eadler Responsible-Changed-By: eadler Responsible-Changed-When: Sat Jun 23 23:12:36 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=169360