pkgsrc/parallel/paexec/PLIST
cheusov 8e5de55c50 Update to 0.19.0
This release of paexec was successfully tested on the following
  platforms: NetBSD-6.1/amd64, OpenBSD-5.3/i386, FreeBSD-8.3/i386,
  Solaris-10/sparc, Solaris-11/amd64 and diverse Linux/{i386,amd64}.

  paexec is now selfcontained, libmaa is not needed anymore.

  Presentation paexec.pdf was added to presentation/. I hope it will
  help easier understand how "paexec" works. It is installed to
  ${DOCDIR}.

  paexec:
    - POSIX-2008 getline(3) is used for reading lines
      instead of home-made function.
    - t '' is equivalent to "no transport", spaces are trimmed.
    - "-n +NNN" has higher priority than -t, i.e. if they both are
      specified, transport is ignored.
    - Fix for -W1.
    - Environment variable PAEXEC_EOT was introduced.
    - Option -y was added to paexec(1) and paexec_reorder(1).
    - Option -C was added to paexec(1).

  paexec_reorder:
    - Option -x was added to paexec_reorder(1).

  A number of fixes and improvements in regression tests.
2013-08-25 14:59:17 +00:00

36 lines
1.4 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2013/08/25 14:59:17 cheusov Exp $
bin/paexec
bin/paexec_reorder
man/man1/paexec.1
man/man1/paexec_reorder.1
share/doc/paexec/COPYRIGHT
share/doc/paexec/NEWS
share/doc/paexec/README
share/doc/paexec/TODO
share/doc/paexec/paexec.pdf
share/examples/paexec/all_substr/cmd_all_substr
share/examples/paexec/all_substr/run_all_substr
share/examples/paexec/cc_wrapper/cmd_cc_wrapper
share/examples/paexec/cc_wrapper/func1.c
share/examples/paexec/cc_wrapper/func2.c
share/examples/paexec/cc_wrapper/func3.c
share/examples/paexec/cc_wrapper/run_cc_wrapper
share/examples/paexec/cc_wrapper2/func1.c
share/examples/paexec/cc_wrapper2/func2.c
share/examples/paexec/cc_wrapper2/func3.c
share/examples/paexec/cc_wrapper2/run_cc_wrapper2
share/examples/paexec/dirtest/run_dirtest
share/examples/paexec/dirtest/tasks
share/examples/paexec/divide/cmd_divide
share/examples/paexec/divide/cmd_divide2
share/examples/paexec/divide/run_divide
share/examples/paexec/divide/run_divide2
share/examples/paexec/make_package/cmd_make_package
share/examples/paexec/make_package/cmd_xxx_failed_make_package
share/examples/paexec/make_package/run_cycle_make_package
share/examples/paexec/make_package/run_make_package
share/examples/paexec/make_package/tasks
share/examples/paexec/make_package/tasks2
share/examples/paexec/make_package/tasks_cycle
share/examples/paexec/toupper/cmd_toupper
share/examples/paexec/toupper/run_toupper