pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/parallel



Module Name:    pkgsrc
Committed By:   vins
Date:           Fri Sep  8 18:39:05 UTC 2023

Modified Files:
        pkgsrc/parallel/parallel: Makefile PLIST distinfo

Log Message:
parallel/parallel: update to version 20230822

# CHANGES (since version 20210722)

20230822

New in this release:

* Bug fixes and man page updates.

20230722

New in this release:

* Time functions (e.g. yyyymmdd($secs) ) can now take secs since epoch as argument.

* Bug fixes and man page updates.

20230622

New in this release:

* Bug fixes and man page updates.

20230522

New in this release:

* Bug fixes and man page updates.

20230422

New in this release:

* --jobs evaluates expression: +3*log(55)% = ncpu*1.12

* Bug fixes and man page updates.

20230322

New in this release:

* Better support for wide characters in --latest-line.

* Support for rsync 3.2.7.

* Bug fixes and man page updates.

20230222

New in this release:

* parsort: --parallel now does closer to what you expect.

* parallel: --files0 is --files but \0 separated.

* Bug fixes and man page updates.

20230122

New in this release:

* Bug fixes and man page updates.

20221222

New in this release:

* --results works on more file systems (e.g. fat)

* Joblog gives the same exit code as bash.

20221122

New in this release:

* Support for IPv6 adresses and _ in hostnames in --sshlogin.

* Use --total-jobs for --eta/--bar if generating jobs is slow.

* A lot of bugs fixed in --latest-line.

* Better support for MSYS2.

* Better Text::CSV error messages.

* --bar supports UTF8.

* Bug fixes and man page updates.

20221022

New in this release:

* --latest-line chops line length at terminal width.

* Determine max command length faster on Microsoft Windows.

20220922

New in this release:

* --colour-failed only changes output for failing jobs.

* Password for --sshlogin can be put in $SSHPASS.

* Examples are moved from `man parallel` to `man parallel_examples`.

* Bug fixes and man page updates.

20220822

New in this release:

* --header 0 allows using {filename} as replacement string

* Bug fixes and man page updates.

20220722

New in this release:

* --colour-failed will color output red if the job fails.

* sql: support for InfluxDB.

* Polarhome.com is dead, so these OSs are no longer supported: AIX
  HPUX IRIX Minix OPENSTEP OpenIndiana OpenServer QNX Solaris Syllable
  Tru64 Ultrix UnixWare.

* Bug fixes and man page updates.

20220622

New in this release:

* , can be used in --sshlogin if quoted as \, or ,,

* --plus {/#regexp/str} replace ^regexp with str.

* --plus {/%regexp/str} replace regexp$ with str.

* --plus {//regexp/str} replace every regexp with str.

* 'make install' installs bash+zsh completion files.

* Bug fixes and man page updates.

20220522

New in this release:

* --latest-line shows only the latest line of running jobs.

* --color colors output in different colors per job (this obsoletes --ctag).

* xargs compatibility: --process-slot-var foo sets $foo to jobslot-1.

* xargs compatibility: --open-tty opens the terminal on stdin (standard input).

* Bug fixes and man page updates.

20220422

New in this release:

* sash is no longer supported as shell.

* --retries 0 is an alias for --retries 2147483647.

* --shell-completion returns shell completion code.

* --ssh-login-file reloads every second.

* --parset is replaced with --_parset because it is only used internally.

* sem --pipe passes STDIN (standard input) to the command.

* Bug fixes and man page updates.

20220322

New in this release:

* --sshlogin user:password@host is now supported by using sshpass.

* Bug fixes and man page updates.

20220222

New in this release:

* Encoding of remote commands has changed. This limits the length of
  remote commands to less than half. It also requires $REMOTE_TMPDIR
  to be writable. It makes this release beta quality.

* Time functions hh_mm_ss() hhmmss() hh_mm() hhmm() are now available
  for {= =}.

* Many options in the man page for parallel now has 'see also' for
  related options.

* parallel_options_map.pdf is a map showing which options other
  options relate to.

* {uniq} added to --plus to only run jobs with unique values.

* sem --fg exits with the exit code of the job.

* Bug fixes and man page updates.

20220122

New in this release:

* GNU Parallel turned 20 on the 2022-01-06
  https://www.gnu.org/software/parallel/20th-birthday.html

* Bug fixes and man page updates.

20211222

New in this release:

* Bug fixes and man page updates.

20211122

New in this release:

* Bug fixes and man page updates.

20211022

New in this release:

* Don't postpone output until $jobslots jobs have been started.

* Bug fixes and man page updates.

20210922

New in this release:

* Bug fixes and man page updates.

20210822

New in this release:

* --ctag/--ctagstring colors the tag in different colors for each job.

* You can use unit prefixes (k, m, g, etc) with -n -N -L.

* Bug fixes and man page updates.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/parallel/parallel/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/parallel/parallel/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/parallel/parallel/distinfo

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

Modified files:

Index: pkgsrc/parallel/parallel/Makefile
diff -u pkgsrc/parallel/parallel/Makefile:1.23 pkgsrc/parallel/parallel/Makefile:1.24
--- pkgsrc/parallel/parallel/Makefile:1.23      Tue Jun 28 11:35:24 2022
+++ pkgsrc/parallel/parallel/Makefile   Fri Sep  8 18:39:05 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2022/06/28 11:35:24 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2023/09/08 18:39:05 vins Exp $
 #
 
-DISTNAME=      parallel-20210722
-PKGREVISION=   1
+DISTNAME=      parallel-20230822
 CATEGORIES=    parallel
 MASTER_SITES=  ${MASTER_SITE_GNU:=parallel/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/parallel/parallel/PLIST
diff -u pkgsrc/parallel/parallel/PLIST:1.6 pkgsrc/parallel/parallel/PLIST:1.7
--- pkgsrc/parallel/parallel/PLIST:1.6  Sun May  2 08:48:33 2021
+++ pkgsrc/parallel/parallel/PLIST      Fri Sep  8 18:39:05 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2021/05/02 08:48:33 nia Exp $
+@comment $NetBSD: PLIST,v 1.7 2023/09/08 18:39:05 vins Exp $
 bin/env_parallel
 bin/env_parallel.ash
 bin/env_parallel.bash
@@ -29,7 +29,9 @@ man/man1/sql.1
 man/man7/parallel_alternatives.7
 man/man7/parallel_book.7
 man/man7/parallel_design.7
+man/man7/parallel_examples.7
 man/man7/parallel_tutorial.7
+share/bash-completion/completions/parallel
 share/doc/parallel/LICENSES/CC-BY-SA-4.0.txt
 share/doc/parallel/LICENSES/GFDL-1.3-or-later.txt
 share/doc/parallel/LICENSES/GPL-3.0-or-later.txt
@@ -60,6 +62,11 @@ share/doc/parallel/parallel_design.html
 share/doc/parallel/parallel_design.pdf
 share/doc/parallel/parallel_design.rst
 share/doc/parallel/parallel_design.texi
+share/doc/parallel/parallel_examples.html
+share/doc/parallel/parallel_examples.pdf
+share/doc/parallel/parallel_examples.rst
+share/doc/parallel/parallel_examples.texi
+share/doc/parallel/parallel_options_map.pdf
 share/doc/parallel/parallel_tutorial.html
 share/doc/parallel/parallel_tutorial.pdf
 share/doc/parallel/parallel_tutorial.rst
@@ -84,3 +91,4 @@ share/doc/parallel/sql.html
 share/doc/parallel/sql.pdf
 share/doc/parallel/sql.rst
 share/doc/parallel/sql.texi
+share/zsh/site-functions/_parallel

Index: pkgsrc/parallel/parallel/distinfo
diff -u pkgsrc/parallel/parallel/distinfo:1.13 pkgsrc/parallel/parallel/distinfo:1.14
--- pkgsrc/parallel/parallel/distinfo:1.13      Tue Oct 26 11:10:37 2021
+++ pkgsrc/parallel/parallel/distinfo   Fri Sep  8 18:39:05 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 11:10:37 nia Exp $
+$NetBSD: distinfo,v 1.14 2023/09/08 18:39:05 vins Exp $
 
-BLAKE2s (parallel-20210722.tar.bz2) = 152941b354778556a739fc927e1603f222b3432775652868b151e9e8aad48f2d
-SHA512 (parallel-20210722.tar.bz2) = 2b5bec76ca6db090bc93f57bd09771d264a761677adbd6f4b93256776cf65a62a5a3a4641c450b68044cb7e86c5e7202d9455d2f9b0ad0cb8ad64d6da6955f89
-Size (parallel-20210722.tar.bz2) = 2248893 bytes
+BLAKE2s (parallel-20230822.tar.bz2) = 7d4263f8c8c73d62d6a6251a16dcf0f3e3a18ddae232556cbc2f64970fdc6e44
+SHA512 (parallel-20230822.tar.bz2) = b28480abc83b819163c69b6cbba6ff51d9b4c9bdff08a910222be0a99307c21435473c42fc961ca5599c01f77f06870760ce01b9a9bbb1c80883ac756ac20f1d
+Size (parallel-20230822.tar.bz2) = 2507873 bytes



Home | Main Index | Thread Index | Old Index