pkgsrc/sysutils/fabric/PLIST
gls c27dec37ee Update systutils/fabric to 1.3.4.
pkgsrc changes:
- Adjust dependency chain. Now depends on security/py-ssh instead of
security/py-paramiko.

Upstream changes:

The main new feature in Fabric 1.3.x is parallel tasks execution support
(invoked by fab -P).

Releases at the same time in the 1.2.x and 1.3.x branches, including the
same bugfixes.
Changes since the latest release in the 1.2.x branch (1.2.5), included in
branch 1.3:

2012-01-12: released Fabric 1.3.4
[Bug] #492: @parallel did not automatically trigger linewise output, as was
intended. This has been fixed. Thanks to Brandon Huey for the catch.
[Bug] #510: Parallel mode is incompatible with user input, such as
password/hostname prompts, and was causing cryptic Operation not supported
by device errors when such prompts needed to be displayed. This behavior
has been updated to cleanly and obviously abort instead.
[Bug] #494: Fixed regression bug affecting some env values such as env.port
under parallel mode. Symptoms included rsync_project bailing out due to a
None port value when run under @parallel. Thanks to Rob Terhaar for the
report.
[Bug] #339: Don't show imported colors members in --list output. Thanks to
Nick Trew for the report.
2012-02-12 15:45:34 +00:00

119 lines
4 KiB
Text

@comment $NetBSD: PLIST,v 1.11 2012/02/12 15:45:34 gls Exp $
bin/fab
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/fabfile/__init__.py
${PYSITELIB}/fabfile/__init__.pyc
${PYSITELIB}/fabfile/__init__.pyo
${PYSITELIB}/fabfile/docs.py
${PYSITELIB}/fabfile/docs.pyc
${PYSITELIB}/fabfile/docs.pyo
${PYSITELIB}/fabfile/tag.py
${PYSITELIB}/fabfile/tag.pyc
${PYSITELIB}/fabfile/tag.pyo
${PYSITELIB}/fabfile/utils.py
${PYSITELIB}/fabfile/utils.pyc
${PYSITELIB}/fabfile/utils.pyo
${PYSITELIB}/fabric/__init__.py
${PYSITELIB}/fabric/__init__.pyc
${PYSITELIB}/fabric/__init__.pyo
${PYSITELIB}/fabric/api.py
${PYSITELIB}/fabric/api.pyc
${PYSITELIB}/fabric/api.pyo
${PYSITELIB}/fabric/auth.py
${PYSITELIB}/fabric/auth.pyc
${PYSITELIB}/fabric/auth.pyo
${PYSITELIB}/fabric/colors.py
${PYSITELIB}/fabric/colors.pyc
${PYSITELIB}/fabric/colors.pyo
${PYSITELIB}/fabric/context_managers.py
${PYSITELIB}/fabric/context_managers.pyc
${PYSITELIB}/fabric/context_managers.pyo
${PYSITELIB}/fabric/contrib/__init__.py
${PYSITELIB}/fabric/contrib/__init__.pyc
${PYSITELIB}/fabric/contrib/__init__.pyo
${PYSITELIB}/fabric/contrib/console.py
${PYSITELIB}/fabric/contrib/console.pyc
${PYSITELIB}/fabric/contrib/console.pyo
${PYSITELIB}/fabric/contrib/django.py
${PYSITELIB}/fabric/contrib/django.pyc
${PYSITELIB}/fabric/contrib/django.pyo
${PYSITELIB}/fabric/contrib/files.py
${PYSITELIB}/fabric/contrib/files.pyc
${PYSITELIB}/fabric/contrib/files.pyo
${PYSITELIB}/fabric/contrib/project.py
${PYSITELIB}/fabric/contrib/project.pyc
${PYSITELIB}/fabric/contrib/project.pyo
${PYSITELIB}/fabric/decorators.py
${PYSITELIB}/fabric/decorators.pyc
${PYSITELIB}/fabric/decorators.pyo
${PYSITELIB}/fabric/io.py
${PYSITELIB}/fabric/io.pyc
${PYSITELIB}/fabric/io.pyo
${PYSITELIB}/fabric/job_queue.py
${PYSITELIB}/fabric/job_queue.pyc
${PYSITELIB}/fabric/job_queue.pyo
${PYSITELIB}/fabric/main.py
${PYSITELIB}/fabric/main.pyc
${PYSITELIB}/fabric/main.pyo
${PYSITELIB}/fabric/network.py
${PYSITELIB}/fabric/network.pyc
${PYSITELIB}/fabric/network.pyo
${PYSITELIB}/fabric/operations.py
${PYSITELIB}/fabric/operations.pyc
${PYSITELIB}/fabric/operations.pyo
${PYSITELIB}/fabric/sftp.py
${PYSITELIB}/fabric/sftp.pyc
${PYSITELIB}/fabric/sftp.pyo
${PYSITELIB}/fabric/state.py
${PYSITELIB}/fabric/state.pyc
${PYSITELIB}/fabric/state.pyo
${PYSITELIB}/fabric/task_utils.py
${PYSITELIB}/fabric/task_utils.pyc
${PYSITELIB}/fabric/task_utils.pyo
${PYSITELIB}/fabric/tasks.py
${PYSITELIB}/fabric/tasks.pyc
${PYSITELIB}/fabric/tasks.pyo
${PYSITELIB}/fabric/thread_handling.py
${PYSITELIB}/fabric/thread_handling.pyc
${PYSITELIB}/fabric/thread_handling.pyo
${PYSITELIB}/fabric/utils.py
${PYSITELIB}/fabric/utils.pyc
${PYSITELIB}/fabric/utils.pyo
${PYSITELIB}/fabric/version.py
${PYSITELIB}/fabric/version.pyc
${PYSITELIB}/fabric/version.pyo
man/man1/fab.1
share/doc/fabric/api/contrib/console.rst
share/doc/fabric/api/contrib/django.rst
share/doc/fabric/api/contrib/files.rst
share/doc/fabric/api/contrib/project.rst
share/doc/fabric/api/core/colors.rst
share/doc/fabric/api/core/context_managers.rst
share/doc/fabric/api/core/decorators.rst
share/doc/fabric/api/core/network.rst
share/doc/fabric/api/core/operations.rst
share/doc/fabric/api/core/tasks.rst
share/doc/fabric/api/core/utils.rst
share/doc/fabric/changelog.rst
share/doc/fabric/development.rst
share/doc/fabric/faq.rst
share/doc/fabric/index.rst
share/doc/fabric/installation.rst
share/doc/fabric/roadmap.rst
share/doc/fabric/tutorial.rst
share/doc/fabric/usage/env.rst
share/doc/fabric/usage/execution.rst
share/doc/fabric/usage/fab.rst
share/doc/fabric/usage/fabfiles.rst
share/doc/fabric/usage/interactivity.rst
share/doc/fabric/usage/library.rst
share/doc/fabric/usage/output_controls.rst
share/doc/fabric/usage/parallel.rst
share/doc/fabric/usage/ssh.rst
share/doc/fabric/usage/tasks.rst
@pkgdir share/doc/fabric/changes