pkgsrc-WIP-changes archive

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

mtm: commited to -current



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Tue Jul 23 21:23:14 2024 -0400
Changeset:	4351aa334a8cab4c141295dcfddd1d1200e6d33d

Removed Files:
	mtm/COMMIT_MSG
	mtm/DESCR
	mtm/Makefile
	mtm/PLIST
	mtm/distinfo
	mtm/patches/patch-Makefile
	mtm/patches/patch-config.def.h

Log Message:
mtm: commited to -current

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

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

diffstat:
 mtm/COMMIT_MSG                 | 14 --------------
 mtm/DESCR                      | 12 ------------
 mtm/Makefile                   | 25 -------------------------
 mtm/PLIST                      |  4 ----
 mtm/distinfo                   |  7 -------
 mtm/patches/patch-Makefile     | 15 ---------------
 mtm/patches/patch-config.def.h | 15 ---------------
 7 files changed, 92 deletions(-)

diffs:
diff --git a/mtm/COMMIT_MSG b/mtm/COMMIT_MSG
deleted file mode 100644
index 9f736a61bd..0000000000
--- a/mtm/COMMIT_MSG
+++ /dev/null
@@ -1,14 +0,0 @@
-mtm: added 1.2.1
-
-mtm is the Micro Terminal Multiplexer, a terminal multiplexer.
-It has four major features/principles: simplicity,
-compatibility, size, and stability.
-
-There are only a few commands, two of which are hardly ever used.
-There are no modes, no dozens of commands, no crazy feature list.
-mtm emulates a classic ANSI text terminal. That means it should
-work out of the box on essentially all terminfo/termcap-based
-systems (even pretty old ones), without needing to install a new
-termcap entry. mtm is small; the entire project is around 1000
-lines of code. mtm is "finished" as it is now.You don't need to
-worry about it changing on you unexpectedly.
diff --git a/mtm/DESCR b/mtm/DESCR
deleted file mode 100644
index c04cc91e5f..0000000000
--- a/mtm/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-mtm is the Micro Terminal Multiplexer, a terminal multiplexer.
-It has four major features/principles: simplicity,
-compatibility, size, and stability.
-
-There are only a few commands, two of which are hardly ever used.
-There are no modes, no dozens of commands, no crazy feature list.
-mtm emulates a classic ANSI text terminal. That means it should
-work out of the box on essentially all terminfo/termcap-based
-systems (even pretty old ones), without needing to install a new
-termcap entry. mtm is small; the entire project is around 1000
-lines of code. mtm is "finished" as it is now.You don't need to
-worry about it changing on you unexpectedly.
diff --git a/mtm/Makefile b/mtm/Makefile
deleted file mode 100644
index b05131e9b6..0000000000
--- a/mtm/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	mtm-1.2.1
-CATEGORIES=	misc
-MASTER_SITES=	${MASTER_SITE_GITHUB:=deadpixi/}
-GITHUB_TAG=	${PKGVERSION_NOREV}
-
-MAINTAINER=	ktnb%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/deadpixi/mtm/
-COMMENT=	The Micro Terminal Multiplexer
-LICENSE=	gnu-gpl-v3
-
-INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1 share/mtm/terminfo
-
-LDFLAGS+=	${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.ncurses}/lib
-LDFLAGS+=	-L${BUILDLINK_PREFIX.ncurses}/lib
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/mtm ${DESTDIR}/${PREFIX}/bin && \
-	${INSTALL_MAN} ${WRKSRC}/mtm.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-	${INSTALL_DATA} ${WRKSRC}/mtm.ti ${DESTDIR}${PREFIX}/share/mtm/terminfo
-
-# needs ncurses: wgetscrreg
-.include "../../devel/ncurses/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/mtm/PLIST b/mtm/PLIST
deleted file mode 100644
index 22714f2632..0000000000
--- a/mtm/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-bin/mtm
-man/man1/mtm.1
-share/mtm/terminfo/mtm.ti
diff --git a/mtm/distinfo b/mtm/distinfo
deleted file mode 100644
index 0b6f89e94f..0000000000
--- a/mtm/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-BLAKE2s (mtm-1.2.1.tar.gz) = 916de695bc4f3a810e1492b01f09ff5ed7e8c7746c6e18cc3beb255afad53c6d
-SHA512 (mtm-1.2.1.tar.gz) = 74e5230c6ea65c87d580516b7b62edeb4f273c1a36662bac84af41ca47e4ce252e393132dfe8c700441d6b74c19d6d560fbc503815c12f9d1cbdda2e19a9a9e2
-Size (mtm-1.2.1.tar.gz) = 383409 bytes
-SHA1 (patch-Makefile) = ea0867132594ee7a3b7d32ba5efb2a7fe07c0ec0
-SHA1 (patch-config.def.h) = 2487e1981733a7bc555e4a2808c24960c1829fb6
diff --git a/mtm/patches/patch-Makefile b/mtm/patches/patch-Makefile
deleted file mode 100644
index a13dcf01ee..0000000000
--- a/mtm/patches/patch-Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Use LDFLAGS. https://github.com/deadpixi/mtm/pull/35
-
---- Makefile.orig	2024-07-03 04:33:05.333529850 +0000
-+++ Makefile
-@@ -11,7 +11,7 @@ LIBS      ?= -l$(CURSESLIB) -lutil
- all: mtm
- 
- mtm: vtparser.c mtm.c pair.c config.h
--	$(CC) $(CFLAGS) $(FEATURES) -o $@ $(HEADERS) vtparser.c mtm.c pair.c $(LIBPATH) $(LIBS)
-+	$(CC) $(LDFLAGS) $(CFLAGS) $(FEATURES) -o $@ $(HEADERS) vtparser.c mtm.c pair.c $(LIBPATH) $(LIBS)
- 	strip mtm
- 
- config.h: config.def.h
diff --git a/mtm/patches/patch-config.def.h b/mtm/patches/patch-config.def.h
deleted file mode 100644
index f973c2e0b8..0000000000
--- a/mtm/patches/patch-config.def.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-NetBSD also uses util.h. https://github.com/deadpixi/mtm/pull/78
-
---- config.def.h.orig	2024-07-18 00:58:43.999974063 +0000
-+++ config.def.h
-@@ -71,7 +71,7 @@
- 
- /* Includes needed to make forkpty(3) work. */
- #ifndef FORKPTY_INCLUDE_H
--    #if defined(__APPLE__) || defined(__OpenBSD__)
-+    #if defined(__APPLE__) || defined(__OpenBSD__) || defined(__NetBSD__)
-         #define FORKPTY_INCLUDE_H <util.h>
-     #elif defined(__FreeBSD__)
-         #define FORKPTY_INCLUDE_H <libutil.h>


Home | Main Index | Thread Index | Old Index