Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=3bpmh/BO; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=cvrcJ51w Received: by mail.netbsd.org (Postfix, from userid 605) id 15B0C84D57; Mon, 18 Mar 2024 07:16:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710746205; bh=ZLg89oaSfOyjE2aJwzstiJIbi4OFyTzSG39dpdUDLjI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=3bpmh/BO9BIa+TyqTKUcYpYoMl+wAGBTx6jdrGzZpmEAlC2sg79JdWyVeSHjiM1ou eN/qdPvAvy+dKdrMDj1xqIwAU/tuAdBXc7JXnGjx8Sv6JNvoDb/t0m89VTl+GBr1+z Kw6K+NaQoNOxB7no326slhzLY5GHbXszW/ZD0faU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 01F2F84D36 for ; Mon, 18 Mar 2024 07:16:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4-yZzQsxajWp for ; Mon, 18 Mar 2024 07:16:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5273784D2F for ; Mon, 18 Mar 2024 07:16:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710746203; bh=ZLg89oaSfOyjE2aJwzstiJIbi4OFyTzSG39dpdUDLjI=; h=Date:From:Subject:To:Reply-To; b=cvrcJ51wsUko1rQv+RYvJcHagkYHu/pdQLVAWDiYCzfVIU6tTQ3DbS8FH988LuTs+ Rv053G7tX4BeF39LxvEAcHkPMNaUubPIrzr6DK19o7bQ1eDpe5r7jDneImTSFXjO9B Fi6gJVkJ8YmP9g7euDUJYIqsqLJUzkp5c9/KWJzI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 48E53FA2C; Mon, 18 Mar 2024 07:16:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171074620327300" MIME-Version: 1.0 Date: Mon, 18 Mar 2024 07:16:43 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/editors/mle To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240318071643.48E53FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171074620327300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Mar 18 07:16:43 UTC 2024 Added Files: pkgsrc/editors/mle: DESCR Makefile PLIST distinfo Log Message: editors/mle: import mle-1.7.2 Packaged by Kevin Bloom for wip. mle is a small, flexible, terminal-based text editor written in C. Its features include: * Full UTF-8 support * Syntax highlighting * Stackable key maps (modes) * Extensible via Lua * Scriptable rc file * Key macros * Multiple splittable windows * Regex search and replace * Large file support * Incremental search * Linear undo and redo * Multiple cursors * Auto indent * Headless mode * Navigation via ctags * Movement via less * Fuzzy file search via fzf * File browsing via tree * File grep via grep * String manip via perl To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/editors/mle/DESCR pkgsrc/editors/mle/Makefile \ pkgsrc/editors/mle/PLIST pkgsrc/editors/mle/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171074620327300 Content-Disposition: inline Content-Length: 2876 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/editors/mle/DESCR diff -u /dev/null pkgsrc/editors/mle/DESCR:1.1 --- /dev/null Mon Mar 18 07:16:43 2024 +++ pkgsrc/editors/mle/DESCR Mon Mar 18 07:16:42 2024 @@ -0,0 +1,23 @@ +mle is a small, flexible, terminal-based text editor written in C. +Its features include: + +* Full UTF-8 support +* Syntax highlighting +* Stackable key maps (modes) +* Extensible via Lua +* Scriptable rc file +* Key macros +* Multiple splittable windows +* Regex search and replace +* Large file support +* Incremental search +* Linear undo and redo +* Multiple cursors +* Auto indent +* Headless mode +* Navigation via ctags +* Movement via less +* Fuzzy file search via fzf +* File browsing via tree +* File grep via grep +* String manip via perl Index: pkgsrc/editors/mle/Makefile diff -u /dev/null pkgsrc/editors/mle/Makefile:1.1 --- /dev/null Mon Mar 18 07:16:43 2024 +++ pkgsrc/editors/mle/Makefile Mon Mar 18 07:16:43 2024 @@ -0,0 +1,40 @@ +# $NetBSD: Makefile,v 1.1 2024/03/18 07:16:43 wiz Exp $ + +DISTNAME= mle-1.7.2 +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_GITHUB:=adsr/} +GITHUB_RELEASE= v${PKGVERSION_NOREV} + +MAINTAINER= ktnb@posteo.net +HOMEPAGE= https://github.com/adsr/mle/ +COMMENT= Termbox-based text editor +LICENSE= apache-2.0 + +USE_TOOLS+= pkg-config gmake +USE_LANGUAGES= c c++ + +USE_CC_FEATURES+= c99 + +MAKE_FLAGS+= prefix=${PREFIX} + +INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 + +SUBST_CLASSES+= lua +SUBST_MESSAGE.lua= rewrite lua directory directives +SUBST_FILES.lua= mle.h +SUBST_SED.lua= -e 's,lua5.4/,lua-5.4/,g' +SUBST_STAGE.lua= pre-build + +SUBST_CLASSES+= makefile +SUBST_MESSAGE.makefile= remove -v flag from install(1) command +SUBST_FILES.makefile= Makefile +SUBST_SED.makefile= -e 's,install -v,install,g' +SUBST_STAGE.makefile= pre-build + +pre-install: + ${INSTALL_MAN} ${WRKSRC}/mle.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + +.include "../../devel/pcre2/buildlink3.mk" +.include "../../lang/lua54/buildlink3.mk" +.include "../../devel/uthash/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/editors/mle/PLIST diff -u /dev/null pkgsrc/editors/mle/PLIST:1.1 --- /dev/null Mon Mar 18 07:16:43 2024 +++ pkgsrc/editors/mle/PLIST Mon Mar 18 07:16:43 2024 @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2024/03/18 07:16:43 wiz Exp $ +bin/mle +man/man1/mle.1 Index: pkgsrc/editors/mle/distinfo diff -u /dev/null pkgsrc/editors/mle/distinfo:1.1 --- /dev/null Mon Mar 18 07:16:43 2024 +++ pkgsrc/editors/mle/distinfo Mon Mar 18 07:16:43 2024 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2024/03/18 07:16:43 wiz Exp $ + +BLAKE2s (mle-1.7.2.tar.gz) = ca85e28974b12393e338d428e73ed682327d2414e6f6839af219b6f06dcb1aba +SHA512 (mle-1.7.2.tar.gz) = 63b86a5451bbb8772a34afc3b079b2ab66965c9984afdc2ea3d7eac6e3ace746c931426f0a5dd9a862e1c8a49c9e30d2a3279aec1060d3f15964e1dae9006696 +Size (mle-1.7.2.tar.gz) = 3629526 bytes --_----------=_171074620327300--