head 1.7; access; symbols pkgsrc-2023Q4:1.6.0.12 pkgsrc-2023Q4-base:1.6 pkgsrc-2023Q3:1.6.0.10 pkgsrc-2023Q3-base:1.6 pkgsrc-2023Q2:1.6.0.8 pkgsrc-2023Q2-base:1.6 pkgsrc-2023Q1:1.6.0.6 pkgsrc-2023Q1-base:1.6 pkgsrc-2022Q4:1.6.0.4 pkgsrc-2022Q4-base:1.6 pkgsrc-2022Q3:1.6.0.2 pkgsrc-2022Q3-base:1.6 pkgsrc-2022Q2:1.5.0.2 pkgsrc-2022Q2-base:1.5; locks; strict; comment @# @; 1.7 date 2024.02.26.19.17.25; author pin; state dead; branches; next 1.6; commitid DEVAqNYzZ6ZqDYZE; 1.6 date 2022.06.28.09.29.17; author pin; state Exp; branches; next 1.5; commitid v1P1EuzDlBgoVMJD; 1.5 date 2022.06.04.21.24.58; author pin; state Exp; branches; next 1.4; commitid 0YRbHUibCbLJELGD; 1.4 date 2022.05.30.21.27.57; author pin; state Exp; branches; next 1.3; commitid bZsVZ5cb39LJP7GD; 1.3 date 2022.04.25.19.32.32; author pin; state Exp; branches; next 1.2; commitid vuU86dhTLcVSjCBD; 1.2 date 2022.04.18.20.12.56; author pin; state Exp; branches; next 1.1; commitid 27Z77URDqXcHLIAD; 1.1 date 2022.04.08.10.25.20; author pin; state Exp; branches; next ; commitid 0t030VSGYbu1QnzD; desc @@ 1.7 log @editors/ced: remove package @ text @# $NetBSD: Makefile,v 1.6 2022/06/28 09:29:17 pin Exp $ DISTNAME= ced-0.2.2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=Simhyeon/} GITHUB_PROJECT= ced GITHUB_TAG= e54b8674607a6a39b03756cc11be3b9b8886e111 MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/Simhyeon/ced/ COMMENT= Dead easy csv editor LICENSE= mit OR apache-2.0 .include "cargo-depends.mk" INSTALLATION_DIRS= bin CARGO_NO_DEFAULT_FEATURES= YES CARGO_FEATURES+= cli do-install: ${INSTALL_PROGRAM} ${WRKSRC}/target/release/ced \ ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" @ 1.6 log @editors/ced: update to 0.2.1 0.2.2 BugFix : Limit command loop was not interruptable BugFix : Limit command one-liner value didn't respect quote rules BugFix : Limit command loop input trimmed all whitespaces BugFix : Undo and redo mechanics were inconsistent Ergono : Line number prompt for edit row multiple Ergono : Limit command show columns before prompt Ergono : Print-column now allows no argument case Featur : New command history 0.2.1 Hotfix : Ced panicked when given invalid command type Known issues Loop variants are not properly parsing quoted values Add row Edit row Limit @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2022/06/04 21:24:58 pin Exp $ @ 1.5 log @editors/ced: update to 0.1.7 -No changelog provided. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2022/05/30 21:27:57 pin Exp $ d3 1 a3 1 DISTNAME= ced-0.1.7 d7 1 a7 1 GITHUB_TAG= 76f18843436d05e58d9f7194acd098aa17826314 @ 1.4 log @editors/ced: update to 0.1.6 No change log provided. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2022/04/25 19:32:32 pin Exp $ d3 1 a3 1 DISTNAME= ced-0.1.6 d7 1 a7 1 GITHUB_TAG= d6152c5b4b076f80c23262eae2966d118a08c87c @ 1.3 log @editors/ced: update to 0.1.5 -Disabled loop variant in non cli feature build -Order insensitive arguments -Nolog option -re-organization + re-located files for better module structure -More performant edit row + new command print-row -New edit row for more preformant editing -Made add_row also check limiter's condition @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2022/04/18 20:12:56 pin Exp $ d3 1 a3 1 DISTNAME= ced-0.1.5 d7 1 a7 1 GITHUB_TAG= b536921835242aa345b8be0145f0f8d8bce7fecb @ 1.2 log @editors/ced: update to 0.1.4 -Allow dead code for temporary period @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2022/04/08 10:25:20 pin Exp $ d3 1 a3 1 DISTNAME= ced-0.1.4 d7 1 a7 1 GITHUB_TAG= 85171f742ff2587657be78988d734c28c483eec7 @ 1.1 log @editors/ced Ced is not a fully featured editor, but more likely an "ed" for csv. Ced simply prevents you from adding surplus column or invalid data type. That's it. No searching, filtering, no nothing. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= ced-0.1.3 d7 1 a7 1 GITHUB_TAG= 30fdef0a7336eaedac394c45f6ae807b1035c733 @