Bug 279813 - [new port] textproc/csview: High performance csv viewer with cjk/emoji support
Summary: [new port] textproc/csview: High performance csv viewer with cjk/emoji support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Zsolt Udvari
URL: https://github.com/wfxr/csview
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-17 12:18 UTC by ruben
Modified: 2024-08-23 18:01 UTC (History)
1 user (show)

See Also:


Attachments
Textproc/csview generated with git format-patch origin/main (14.63 KB, patch)
2024-06-17 12:18 UTC, ruben
no flags Details | Diff
Textproc/csview (1.3.3) generated with git format-patch origin/main ( (13.95 KB, patch)
2024-08-19 13:41 UTC, ruben
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ruben 2024-06-17 12:18:02 UTC
Created attachment 251523 [details]
Textproc/csview generated with git format-patch origin/main

High performance csv viewer with cjk/emoji support
Comment 1 Zsolt Udvari freebsd_committer freebsd_triage 2024-08-11 18:36:20 UTC
Ruben, would you like update to 1.3.3?
Comment 2 ruben 2024-08-19 13:41:48 UTC
Created attachment 252915 [details]
Textproc/csview (1.3.3) generated with git format-patch origin/main (

Updated to 1.3.3, which no longer requires the patch
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-08-23 18:00:44 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9eef197f8cd8f2ab2660546767d633bd99ba2053

commit 9eef197f8cd8f2ab2660546767d633bd99ba2053
Author:     Ruben van Staveren <ruben@verweg.com>
AuthorDate: 2024-08-23 17:55:25 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-08-23 17:57:20 +0000

    textproc/csview: new port: csv viewer

    A high performance csv viewer with cjk/emoji support.

    PR:             279813

 textproc/Makefile               |   1 +
 textproc/csview/Makefile (new)  |  88 +++++++++++++++++++++++++++
 textproc/csview/distinfo (new)  | 131 ++++++++++++++++++++++++++++++++++++++++
 textproc/csview/pkg-descr (new) |   7 +++
 4 files changed, 227 insertions(+)
Comment 4 Zsolt Udvari freebsd_committer freebsd_triage 2024-08-23 18:01:09 UTC
Committed, thanks!