Subject: CVS commit: pkgsrc/graphics/ivtools
From: Nia Alarie
Date: 2021-03-01 10:48:40
Message id: 20210301094840.BD38FFA95@cvs.NetBSD.org

Log Message:
ivtools: update to 2.0.4a1

Changes: builds again;

August 22nd 2020 ivtools-2.0.3

* add Golang style "%v" format descriptor to comterp print func.

July 5th 2020 ivtools-2.0.2

* Change priority of "$$" (stream) operator to line up with other \ 
stream operators (i.e. ".." and "**").

June 30th 2020 ivtools-2.0.1

* Fix nested user defined funcs in comterp (the func() command).

* Change isalpha(), isdigit(), and isspace() funcs to return 0 or 1
  (instead of the bitmask which is returned for C).

* Add comterp_run utility script for hands-free launching of comterp scripts.
  Write scripts with this header:

   #! /usr/bin/env comterp_run

* Add csvfilt comterp script as an example of using comterp_run.
  After installing both try "csvfilt --help".

June 21st 2020 ivtools-2.0.0

Non-backward compatible changes from ivtools-1.2.11:

* Swap "$$" and "$" operators in comterp.  The \ 
"$$" operator is now stream() (which matches
  the other double-character stream operators - "..", "**", \ 
and ",,") and "$" is now list().

* Reverse the priority of ".." (iterate()) and "**" \ 
(repeat()), giving ".." precedence over "**".
  The reason is because ".." is more complex than "**", like \ 
multiplication is more complex than
  addition.

* Remove symmax() and symcnt() commands because they were redundant with symid() \ 
which accepts
  :max and :cnt keywords.

Other changes;

* remove patches directory, sourceforge102203.xml, aclocal.m4, README.cygwin, \ 
README.ivmkcm, and comtop.tgz

* migrated all CHANGES-* files to a CHANGES directory

Files:
RevisionActionfile
1.34modifypkgsrc/graphics/ivtools/Makefile
1.13modifypkgsrc/graphics/ivtools/PLIST
1.27modifypkgsrc/graphics/ivtools/distinfo
1.1addpkgsrc/graphics/ivtools/patches/patch-Makefile.am
1.1addpkgsrc/graphics/ivtools/patches/patch-src_ComTerp_iofunc.cc
1.1addpkgsrc/graphics/ivtools/patches/patch-src_ComUtil_comutil.h
1.1.1.1removepkgsrc/graphics/ivtools/patches/patch-aa
1.5removepkgsrc/graphics/ivtools/patches/patch-ab
1.4removepkgsrc/graphics/ivtools/patches/patch-ac
1.7removepkgsrc/graphics/ivtools/patches/patch-ad
1.3removepkgsrc/graphics/ivtools/patches/patch-ae
1.3removepkgsrc/graphics/ivtools/patches/patch-af
1.3removepkgsrc/graphics/ivtools/patches/patch-ag
1.3removepkgsrc/graphics/ivtools/patches/patch-ah
1.3removepkgsrc/graphics/ivtools/patches/patch-ai
1.4removepkgsrc/graphics/ivtools/patches/patch-aj
1.4removepkgsrc/graphics/ivtools/patches/patch-ak
1.4removepkgsrc/graphics/ivtools/patches/patch-al
1.4removepkgsrc/graphics/ivtools/patches/patch-am
1.4removepkgsrc/graphics/ivtools/patches/patch-an
1.4removepkgsrc/graphics/ivtools/patches/patch-ao
1.4removepkgsrc/graphics/ivtools/patches/patch-ap
1.4removepkgsrc/graphics/ivtools/patches/patch-aq
1.3removepkgsrc/graphics/ivtools/patches/patch-ar
1.4removepkgsrc/graphics/ivtools/patches/patch-as
1.4removepkgsrc/graphics/ivtools/patches/patch-at
1.2removepkgsrc/graphics/ivtools/patches/patch-au
1.2removepkgsrc/graphics/ivtools/patches/patch-av
1.2removepkgsrc/graphics/ivtools/patches/patch-aw
1.2removepkgsrc/graphics/ivtools/patches/patch-ax
1.2removepkgsrc/graphics/ivtools/patches/patch-ay
1.2removepkgsrc/graphics/ivtools/patches/patch-az
1.2removepkgsrc/graphics/ivtools/patches/patch-ba
1.2removepkgsrc/graphics/ivtools/patches/patch-bb
1.1removepkgsrc/graphics/ivtools/patches/patch-bc
1.4removepkgsrc/graphics/ivtools/patches/patch-bd
1.2removepkgsrc/graphics/ivtools/patches/patch-be
1.1removepkgsrc/graphics/ivtools/patches/patch-bf
1.1removepkgsrc/graphics/ivtools/patches/patch-bg
1.1removepkgsrc/graphics/ivtools/patches/patch-bh
1.1removepkgsrc/graphics/ivtools/patches/patch-bi
1.1removepkgsrc/graphics/ivtools/patches/patch-bj
1.1removepkgsrc/graphics/ivtools/patches/patch-bk
1.1removepkgsrc/graphics/ivtools/patches/patch-bl
1.1removepkgsrc/graphics/ivtools/patches/patch-src_Attribute_attrvalue.h
1.1removepkgsrc/graphics/ivtools/patches/patch-src_ComUtil_comutil.arg
1.1removepkgsrc/graphics/ivtools/patches/patch-src_ComUtil_symbols.c
1.1removepkgsrc/graphics/ivtools/patches/patch-src_glyphs_strchooser_main.c
1.1removepkgsrc/graphics/ivtools/patches/patch-src_tests_y2k_y2ktest.cc