The NetBSD Project

CVS log for pkgsrc/lang/runawk/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / lang / runawk

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed May 29 18:42:05 2024 UTC (9 months, 3 weeks ago) by cheusov
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, HEAD
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Update HOMEPAGE to https://github.com/...

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jan 18 23:32:45 2020 UTC (5 years, 2 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Apr 8 21:39:02 2019 UTC (5 years, 11 months ago) by cheusov
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -2 lines
Remove mova.org from MASTER_SITES

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Feb 15 19:23:48 2019 UTC (6 years, 1 month ago) by cheusov
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Update  runawk to 1.6.1
  Fix in regression test (broken Solaris shell)
  Sort .awk files locale-independently to get reproducible build

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jan 19 18:52:14 2017 UTC (8 years, 2 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Jan 7 12:50:47 2015 UTC (10 years, 2 months ago) by cheusov
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Update to 1.6.0

  Environment variable RUNAWK_KEEPTMP was introduced. If it set,
  temporary files are kept.  This is useful for debugging.

  io.awk:file_size was fixed (its behaviour depended on FS value)

  AWK_PROGS used for testing is now settable from environment.

  A few typos in runawk_modules.3 were fixed.
  Thanks to Andrew Shadura!

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jul 13 16:27:03 2014 UTC (10 years, 8 months ago) by cheusov
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -4 lines
Update to 1.5.1 (build failure on Hurd was fixed)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Sep 13 07:45:01 2013 UTC (11 years, 6 months ago) by cheusov
Branches: MAIN
CVS tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines

Update to 1.5.0
  Options -i, -I and all long options were completely removed.
  Option -T was added. For details see the man page.
  Option -v is documented in manpage.
  Fixes for gcc compilation warnings.
  Fixes for compilation with non-empty MAKEOBJDIR.
  Typo fixes in NEW, runcmd.awk and man pages.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Nov 10 11:22:15 2012 UTC (12 years, 4 months ago) by cheusov
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines

Update to 1.4.4
  Fix for bug in removing subdirs in temporary directory.
  Improvements and bug fix in runawk_modules.3

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Oct 2 20:11:52 2012 UTC (12 years, 5 months ago) by asau
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -3 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Sep 9 23:27:51 2012 UTC (12 years, 6 months ago) by cheusov
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines

Update to 1.4.3
  runawk:
    - Clean-ups in usage message
    - system(3) is not used anymore for removing temporary directory
  modules:
    - Function print_help() has been moved
      from power_getopt.awk to init_getopt.awk

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Aug 19 20:33:23 2012 UTC (12 years, 7 months ago) by cheusov
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -4 lines

Update to 1.4.2
  runawk_modules.3 was added where all modules are documented

  Long options are considered deprecated

  -i and -I options were removed

  man pages are included to a distribution tarball,
  so pod2man is not needed for building

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Aug 9 17:09:17 2012 UTC (12 years, 7 months ago) by marino
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -1 lines
lang/runawk: USE_TOOLS+= pod2man

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jul 22 13:01:37 2012 UTC (12 years, 8 months ago) by cheusov
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -4 lines

Update to 1.4.1
  Minor fixes in documentation

  Path to AWK interpreter is detected at build time (not hardcoded
  /usr/bin/awk).  This fixes runawk on, for example, Haiku.

  Clean-ups in build system. mk-configure-0.23.0 is required.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jul 9 12:31:48 2012 UTC (12 years, 8 months ago) by cheusov
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -8 lines

Pass AWK_PROG=${AWK} to runawk build unconditionally.
This fixes runawk on, for example, Haiku.
++pkgrevision

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Mar 9 18:58:19 2012 UTC (13 years ago) by cheusov
Branches: MAIN
CVS tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -6 lines
clean-ups (adapted for recent mk-configure)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Nov 27 18:52:53 2011 UTC (13 years, 3 months ago) by cheusov
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines

Update to 1.4.0

  exitnow.awk:
    - Fix: exitnow(status) finishes the execution of the script
      without running END sections even if status == 0.

  New module io.awk that includes the following functions:
  is_{file,dir,exec,socket,fifo,blockdev,chardev,symlink},
  file_size and file_type.

  tokenre.awk:
    - Function splitre0() was added that splits $0

  More regression tests were added.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Oct 9 12:28:05 2011 UTC (13 years, 5 months ago) by cheusov
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -3 lines

Update to 1.3.2
  Internal arrays are relocated automatically.
  This fixes use of runawk(1) in combination with xargs(1), e.g.
  cat files.txt | xargs runawk -e '...'

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Oct 9 10:02:46 2011 UTC (13 years, 5 months ago) by cheusov
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Update my email

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Sep 4 18:21:26 2011 UTC (13 years, 6 months ago) by cheusov
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -3 lines

For all packages based on mk-configure "configure" target is provided.
   This fixes parallel builds.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon May 2 12:52:43 2011 UTC (13 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -1 lines
Avoid using /usr/bin/env. Bump PKGREVISION.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Jan 20 21:42:51 2011 UTC (14 years, 2 months ago) by drochner
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
add runawk-1.3.1, an AWK wrapper that provides support for modules, from
Aleksey Cheusov per pkgsrc-wip

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jan 20 21:42:51 2011 UTC (14 years, 2 months ago) by drochner
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>