Commit Graph

21 Commits

Author SHA1 Message Date
op
33a51ce4ce update databases/pspg to 5.7.2 2023-01-20 08:50:18 +00:00
op
0919c6b38f databases/pspg: update to 5.7.1
- minor code cleaning (e.g. replace sprintf with snprintf)
- fix broken drawing selected block when input has just one column
- mapping "select all" on % or C-a keys
- \copy command uses same logic like menu copy command
2022-12-28 10:32:14 +00:00
op
066badee03 update databases/pspg to 5.7.0 2022-12-22 08:58:18 +00:00
op
2e9128e724 update databases/pspg to 5.6.4
5.6.0: support direct true color mode
5.6.2: transform rgb colors to 256 when direct color mode is not possible
5.6.4: fix build on OSes without NCURSES_EXT_COLORS
2022-12-10 16:27:35 +00:00
op
1e941ab2c6 update databases/pspg to 5.5.13
bugfix release: fix a crash on empty input when odd-rec theme is active.
2022-11-25 08:24:36 +00:00
op
72193d2546 update databases/pspg to 5.5.12
upstream dropped the call to reset_color_pairs.
2022-11-22 19:36:43 +00:00
op
45ada1ee59 update databases/pspg to 5.5.11
5.5.10 and 5.5.11 adds support for nushell.

port-wise regen patch-src_args_c and remove a call to
`reset_color_pairs' that our ncurses doesn't provide.
2022-11-22 09:42:30 +00:00
op
513a0f7879 update databases/pspg to 5.5.9
Adds keybindings to scroll column-wise left or right (shift +
left/right.)
2022-11-05 10:54:57 +00:00
op
f95bdbf948 update databases/pspg to 5.5.8
adds new flags for setting the final escape sequence (--on-exit-clean,
reset, erase-line) to work around terminal emulators without alternate
screen support.
2022-10-06 07:16:44 +00:00
op
04f1325043 update databases/pspg to 5.5.7
simple update, almost no changes to the program itself.  Regen the
patches and bump AUTOCONF_VERSION to 2.71 due to AC_INCLUDES_DEFAULT.
2022-09-15 10:27:16 +00:00
op
199f66cf5b update databases/pspg to 5.5.6
changelog: "allow to specify esc-delay interval" (see --esc-delay.)
2022-08-03 07:54:34 +00:00
op
78f64e2357 update databases/pspg to 5.5.5
bugfix release; the changelog is "fix possibility to set ordered column
by number".
2022-07-06 06:51:14 +00:00
op
b32d4a3d14 remove rcs IDs in ports where I'm listed as MAINTAINER 2022-03-10 15:21:48 +00:00
op
a39a1af6f8 update pspg to 5.5.4
"code cleaning and fixing (minor issues)"
cf. https://github.com/okbob/pspg/releases/tag/5.5.4
2022-02-21 08:31:37 +00:00
op
ebbeda2ac2 use %zu to print sizeof(...), not %d 2022-02-21 08:25:55 +00:00
op
5c87174272 fix build with base-gcc: replace __SIZEOF_WCHAR_T__ with sizeof(wchar_t)
ok kmos
2022-01-05 15:44:01 +00:00
op
3b2abed7e5 update pspg to 5.5.3
fixes a crash when highlighting of odd records is used together with
progressive load.
2021-12-14 09:42:35 +00:00
op
58424f2afa update databases/pspg to 5.5.2
while here also append to instead of replacing CFLAGS and LDFLAGS.
2021-12-12 15:07:44 +00:00
sthen
084673e07e update to pspg-5.5.1, from Omar Polo 2021-11-08 15:00:15 +00:00
sthen
bb37a3ad2d update to pspg-5.5.0, from maintainer Omar Polo
disable kqueue as it tries to use NOTE_CLOSE_WRITE
2021-11-03 12:20:55 +00:00
landry
445006cd28 import ports/databases/pspg 5.4.0, from maintainer Omar Polo
pspg is a UNIX pager designed to work with tables.  It's written for
PostgreSQL, but MySQL or pgcli are supported too and can also be used as
CSV or TSV viewer.

ok sthen@
2021-10-25 07:45:35 +00:00