Bug 279813

Summary: [new port] textproc/csview: High performance csv viewer with cjk/emoji support
Product: Ports & Packages Reporter: ruben
Component: Individual Port(s)Assignee: Zsolt Udvari <uzsolt>
Status: Closed FIXED    
Severity: Affects Only Me CC: uzsolt
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/wfxr/csview
Attachments:
Description Flags
Textproc/csview generated with git format-patch origin/main
none
Textproc/csview (1.3.3) generated with git format-patch origin/main ( none

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!