pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mle: remove, imported to pkgsrc/editors



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Mar 18 08:17:05 2024 +0100
Changeset:	8ea37ba9fa521d18af599ce157e3e788ddd2d3ec

Modified Files:
	Makefile
Removed Files:
	mle/COMMIT_MSG
	mle/DESCR
	mle/Makefile
	mle/PLIST
	mle/distinfo

Log Message:
mle: remove, imported to pkgsrc/editors

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8ea37ba9fa521d18af599ce157e3e788ddd2d3ec

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile       |  1 -
 mle/COMMIT_MSG | 25 -------------------------
 mle/DESCR      | 23 -----------------------
 mle/Makefile   | 40 ----------------------------------------
 mle/PLIST      |  3 ---
 mle/distinfo   |  5 -----
 6 files changed, 97 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index e8bcad6302..afd7c809f4 100644
--- a/Makefile
+++ b/Makefile
@@ -2240,7 +2240,6 @@ SUBDIR+=	mixmaster
 SUBDIR+=	mk-configure-current
 SUBDIR+=	mkcabal
 SUBDIR+=	mklittlefs
-SUBDIR+=	mle
 SUBDIR+=	mlir
 SUBDIR+=	mlocate
 SUBDIR+=	mlt
diff --git a/mle/COMMIT_MSG b/mle/COMMIT_MSG
deleted file mode 100644
index fd57f432cc..0000000000
--- a/mle/COMMIT_MSG
+++ /dev/null
@@ -1,25 +0,0 @@
-editors/mle: Add version 1.7.2
-
-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
diff --git a/mle/DESCR b/mle/DESCR
deleted file mode 100644
index f29c979414..0000000000
--- a/mle/DESCR
+++ /dev/null
@@ -1,23 +0,0 @@
-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
diff --git a/mle/Makefile b/mle/Makefile
deleted file mode 100644
index c41e9644f4..0000000000
--- a/mle/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	mle-1.7.2
-CATEGORIES=	editors
-MASTER_SITES=	${MASTER_SITE_GITHUB:=adsr/}
-GITHUB_RELEASE=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	ktnb%posteo.net@localhost
-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"
diff --git a/mle/PLIST b/mle/PLIST
deleted file mode 100644
index 8d87ec8b51..0000000000
--- a/mle/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/mle
-man/man1/mle.1
diff --git a/mle/distinfo b/mle/distinfo
deleted file mode 100644
index 73f4b80499..0000000000
--- a/mle/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-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


Home | Main Index | Thread Index | Old Index