pkgsrc-WIP-changes archive

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

tmux: remove, newer version in pkgsrc/misc/tmux



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Fri Jan 21 16:08:20 2022 +0100
Changeset:	448fdb8971829dca40cad104705c5fb242e9a516

Modified Files:
	Makefile
Removed Files:
	tmux/DESCR
	tmux/Makefile
	tmux/PLIST
	tmux/distinfo

Log Message:
tmux: remove, newer version in pkgsrc/misc/tmux

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

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

diffstat:
 Makefile      |  1 -
 tmux/DESCR    |  4 ----
 tmux/Makefile | 41 -----------------------------------------
 tmux/PLIST    |  3 ---
 tmux/distinfo |  5 -----
 5 files changed, 54 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 65b3249ba4..9be8da7fd9 100644
--- a/Makefile
+++ b/Makefile
@@ -5654,7 +5654,6 @@ SUBDIR+=	tleenx2
 SUBDIR+=	tleenx3
 SUBDIR+=	tme
 SUBDIR+=	tmuni-ttf
-SUBDIR+=	tmux
 SUBDIR+=	tmva
 SUBDIR+=	tmw
 SUBDIR+=	tnt
diff --git a/tmux/DESCR b/tmux/DESCR
deleted file mode 100644
index 2100306037..0000000000
--- a/tmux/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Tmux is a "terminal multiplexer", it enables a number of terminals
-(or windows) to be accessed and controlled from a single terminal.
-Tmux is intended to be a simple, modern, BSD-licensed alternative
-to programs such as GNU screen.
diff --git a/tmux/Makefile b/tmux/Makefile
deleted file mode 100644
index dca6f003c6..0000000000
--- a/tmux/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# $NetBSD: Makefile,v 1.53 2020/03/12 11:35:33 leot Exp $
-
-DISTNAME=	tmux-3.1-rc2
-PKGNAME=	tmux-3.1rc2
-CATEGORIES=	misc
-MASTER_SITES=	${MASTER_SITE_GITHUB:=tmux/}
-GITHUB_RELEASE=	${PKGVERSION_NOREV:C/rc[0-9]//}
-
-MAINTAINER=	leot%NetBSD.org@localhost
-HOMEPAGE=	https://tmux.github.io/
-COMMENT=	BSD-licensed terminal multiplexer (GNU Screen alternative)
-LICENSE=	modified-bsd
-
-GNU_CONFIGURE=	yes
-USE_TERMINFO=	yes
-
-USE_TOOLS+=	pkg-config
-
-SUBST_CLASSES+=			sysconfdir
-SUBST_STAGE.sysconfdir=		pre-configure
-SUBST_MESSAGE.sysconfdir=	Do not force sysconfdir to /etc
-SUBST_FILES.sysconfdir=		configure configure.ac
-SUBST_SED.sysconfdir=		-e '/Default tmux\.conf goes in \/etc/d'
-SUBST_SED.sysconfdir+=		-e '/sysconfdir=\/etc/d'
-
-.include "../../mk/bsd.prefs.mk"
-.include "../../mk/compiler.mk"
-.if !empty(MACHINE_PLATFORM:MSunOS-5.1[0-9]-*) && \
-    !empty(CC_VERSION:Mgcc-4.[6-9].*)
-BUILDLINK_TRANSFORM+=	opt:-D_XPG4_2:-D_XPG6
-.endif
-
-# https://trac.macports.org/changeset/127986
-.if !empty(MACHINE_PLATFORM:MDarwin-1[0-9].*)
-CPPFLAGS+=	-D__DARWIN_VERS_1050=0
-.endif
-
-.include "../../devel/libevent/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libevent+=	libevent>=2.0.10
-.include "../../mk/curses.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/tmux/PLIST b/tmux/PLIST
deleted file mode 100644
index ea3ed12c0e..0000000000
--- a/tmux/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/06 12:16:17 hasso Exp $
-bin/tmux
-man/man1/tmux.1
diff --git a/tmux/distinfo b/tmux/distinfo
deleted file mode 100644
index cb4e581b68..0000000000
--- a/tmux/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.45 2020/03/12 11:35:33 leot Exp $
-
-RMD160 (tmux-3.1-rc2.tar.gz) = 75b77bd94b7f78830607586b3e82d6684731058a
-SHA512 (tmux-3.1-rc2.tar.gz) = 8d17b1b166f08c9d109ce060333910143310c1557e581312609a5ccfbe93eb9f952e5326ecebd1e5cf56296482f2a2db297983692cf67af3387fa9fa823542aa
-Size (tmux-3.1-rc2.tar.gz) = 560926 bytes


Home | Main Index | Thread Index | Old Index