pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/parallel/paexec



Module Name:    pkgsrc
Committed By:   cheusov
Date:           Sun Aug 25 14:59:17 UTC 2013

Modified Files:
        pkgsrc/parallel/paexec: Makefile PLIST distinfo
Removed Files:
        pkgsrc/parallel/paexec/patches: patch-paexec_paexec.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/parallel/paexec/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/parallel/paexec/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/parallel/paexec/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/parallel/paexec/patches/patch-paexec_paexec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index