head 1.5; access; symbols pkgsrc-2021Q4:1.2.0.2 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.1.0.4 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.2 pkgsrc-2021Q2-base:1.1; locks; strict; comment @# @; 1.5 date 2022.02.16.21.19.20; author pin; state dead; branches; next 1.4; commitid 2d9zZ9QF1zY16TsD; 1.4 date 2022.01.01.22.30.27; author pin; state Exp; branches; next 1.3; commitid u9zGoPlALvK6YYmD; 1.3 date 2021.12.29.05.44.40; author pin; state Exp; branches; next 1.2; commitid ydIvO5Izh0I2vvmD; 1.2 date 2021.11.23.11.45.17; author pin; state Exp; branches; next 1.1; commitid s00RIo2FZogvEUhD; 1.1 date 2021.05.12.12.24.41; author pin; state Exp; branches; next ; commitid 4D7wkl1VecBs8RSC; desc @@ 1.5 log @textproc/csview: update to 1.0.1 -implement table writer -replace prettytable-rs -skip title sep when there is no data -tweak cli options -remove unnecessary buffer -remove compleation sub-command -remove unstable features @ text @$NetBSD: patch-Cargo.toml,v 1.4 2022/01/01 22:30:27 pin Exp $ Provide unpublished crate --- Cargo.toml.orig 2022-01-01 14:37:43.000000000 +0000 +++ Cargo.toml @@@@ -25,7 +25,7 @@@@ clap_complete = "3" strum = { version = "0.23", features = ["derive"] } exitcode = "1.1" anyhow = "1.0" -prettytable-rs = "0.8" +prettytable-rs = { path = "prettytable-rs-3239b51dbbb449e69cd599b83bfb152441209cc3" } [build-dependencies] clap = { version = "3", features = ["wrap_help", "derive"] } @@@@ -35,6 +35,3 @@@@ strum = { version = "0.23", features = [ [profile.release] lto = true codegen-units = 1 - -[patch.crates-io] -prettytable-rs = { git = "https://github.com/wfxr/prettytable-rs" } @ 1.4 log @textproc/csview: update t0 0.3.12 -chore: clap v3 @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @textproc/csview: update to 0.3.10 -Bump dependencies @ text @d5 1 a5 1 --- Cargo.toml.orig 2021-12-26 10:06:29.000000000 +0000 d7 5 a11 5 @@@@ -25,7 +25,7 @@@@ clap_generate = "3.0.0-beta.8" strum = { version = "^0.23", features = ["derive"] } exitcode = "^1.1" anyhow = "^1.0" -prettytable-rs = "^0.8" d15 2 a16 2 clap = { version = "^3.0.0-beta.8", features = ["wrap_help", "derive"] } @@@@ -35,6 +35,3 @@@@ strum = { version = "^0.23", features = @ 1.2 log @textproc/csview: update to 0.3.9 -No major changes, mainly rev bump of dependency crates. @ text @d5 1 a5 1 --- Cargo.toml.orig 2021-11-23 08:21:26.000000000 +0000 d7 4 a10 4 @@@@ -23,7 +23,7 @@@@ csv = "^1.1.6" structopt = { version = "^0.3.25", features = ["wrap_help"] } exitcode = "^1.1.2" anyhow = "^1.0.48" d15 2 a16 2 structopt = "^0.3.25" @@@@ -31,6 +31,3 @@@@ structopt = "^0.3.25" @ 1.1 log @textproc/csview: import package A high performance csv viewer with cjk/emoji support. Features: -Small and fast (see benchmarks below). -Correctly handles CJK characters and emoji. -Support different styles. -Support tsv and custom delimiters. -Able to generate markdown table (with --style markdown option). @ text @d5 1 a5 1 --- Cargo.toml.orig 2021-04-05 03:51:21.000000000 +0000 d8 1 a8 1 structopt = { version = "^0.3.21", features = ["wrap_help"] } d10 1 a10 1 anyhow = "^1.0.38" d15 2 a16 2 structopt = "^0.3.21" @@@@ -31,6 +31,3 @@@@ structopt = "^0.3.21" @