pkgsrc-WIP-changes archive

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

Remove xst: import to main branch



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Thu Feb 25 16:02:13 2021 +0100
Changeset:	de97dde98adef6c9bc4b4973ccb5828975e8e496

Modified Files:
	Makefile
Removed Files:
	xst/DESCR
	xst/Makefile
	xst/PLIST
	xst/distinfo
	xst/patches/patch-Makefile

Log Message:
Remove xst: import to main branch

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

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

diffstat:
 Makefile                   |  1 -
 xst/DESCR                  |  1 -
 xst/Makefile               | 40 ----------------------------------------
 xst/PLIST                  |  3 ---
 xst/distinfo               |  7 -------
 xst/patches/patch-Makefile | 25 -------------------------
 6 files changed, 77 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index e120f56570..06bda3ecb1 100644
--- a/Makefile
+++ b/Makefile
@@ -5786,7 +5786,6 @@ SUBDIR+=	xspd
 SUBDIR+=	xspdapp
 SUBDIR+=	xspread
 SUBDIR+=	xssp
-SUBDIR+=	xst
 SUBDIR+=	xtags
 SUBDIR+=	xtensor
 SUBDIR+=	xtl-quant-stack
diff --git a/xst/DESCR b/xst/DESCR
deleted file mode 100644
index 17455fb5c8..0000000000
--- a/xst/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-xst is a st fork with some patches applied and other goodies.
diff --git a/xst/Makefile b/xst/Makefile
deleted file mode 100644
index a471fb17f4..0000000000
--- a/xst/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	xst-0.8.4.1
-CATEGORIES=	x11
-MASTER_SITES=	${MASTER_SITE_GITHUB:=gnotclub/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/gnotclub/xst/
-COMMENT=	st fork that uses Xresources and some patches
-LICENSE=	mit
-
-MAKE_JOBS_SAFE=	no
-
-CONFLICTS=	st-term-[0-9]*
-
-USE_TOOLS+=	pkg-config
-USE_LANGUAGES=	c99
-
-SUBST_CLASSES+=			configdefh configmk
-SUBST_STAGE.configdefh=		pre-configure
-SUBST_STAGE.configmk=		pre-configure
-SUBST_MESSAGE.configdefh=	Change default font and termname
-SUBST_FILES.configdefh=		config.def.h
-SUBST_MESSAGE.configmk=		Fixing paths
-SUBST_FILES.configmk=		config.mk
-SUBST_SED.configdefh+=		-e '/font/ s,".*","monospace:size=10",'
-SUBST_SED.configdefh+=		-e 's,xst-256color,xterm,g'
-SUBST_SED.configmk+=		-e 's,/usr/local,${PREFIX},g'
-SUBST_SED.configmk+=		-e 's,share/man,${PKGMANDIR},g'
-SUBST_SED.configmk+=		-e 's,/usr/X11R6,${X11BASE},g'
-SUBST_SED.configmk+=		-e 's/cc/${CC:Q}/'
-
-INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
-
-.include "../../fonts/fontconfig/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXft/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/xst/PLIST b/xst/PLIST
deleted file mode 100644
index 5d09d53c3b..0000000000
--- a/xst/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/xst
-man/man1/xst.1
diff --git a/xst/distinfo b/xst/distinfo
deleted file mode 100644
index 10219c8d4a..0000000000
--- a/xst/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (xst-0.8.4.1.tar.gz) = 0ae5cf29eaae1aebb87885d0be16e8f1af6cbef0
-RMD160 (xst-0.8.4.1.tar.gz) = 8a5d6b5dd7fb08bc44713515c80811c02c6e7d2a
-SHA512 (xst-0.8.4.1.tar.gz) = 00478f16caf599ae4a0c1cdfc7e5e148eb864ae5e28c416d5872d7e1d20f56e01b58475653f742418168edfc64eba781926b51adc815ef3a63f28da85025c0ac
-Size (xst-0.8.4.1.tar.gz) = 58339 bytes
-SHA1 (patch-Makefile) = 12d096790c7c808114297d44404932f7d00156f8
diff --git a/xst/patches/patch-Makefile b/xst/patches/patch-Makefile
deleted file mode 100644
index 88de901503..0000000000
--- a/xst/patches/patch-Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD$
-
-Do not install terminfo
-
---- Makefile.orig	2020-11-19 03:05:11.000000000 +0000
-+++ Makefile
-@@ -48,18 +48,9 @@ install: st
- 	mkdir -p $(DESTDIR)$(MANPREFIX)/man1
- 	sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/xst.1
- 	chmod 644 $(DESTDIR)$(MANPREFIX)/man1/xst.1
--	mkdir -p $(DESTDIR)$(PREFIX)/share/terminfo
--	env TERMINFO=$(DESTDIR)$(PREFIX)/share/terminfo tic -sx st.info
- 
- uninstall:
- 	rm -f $(DESTDIR)$(PREFIX)/bin/xst
- 	rm -f $(DESTDIR)$(MANPREFIX)/man1/xst.1
--	rm -f $(DESTDIR)$(PREFIX)/share/terminfo/x/xst
--	rm -f $(DESTDIR)$(PREFIX)/share/terminfo/x/xst-256color
--	rm -f $(DESTDIR)$(PREFIX)/share/terminfo/x/xst-bs
--	rm -f $(DESTDIR)$(PREFIX)/share/terminfo/x/xst-bs-256color
--	rm -f $(DESTDIR)$(PREFIX)/share/terminfo/x/xst-meta
--	rm -f $(DESTDIR)$(PREFIX)/share/terminfo/x/xst-meta-256color
--	rm -f $(DESTDIR)$(PREFIX)/share/terminfo/x/xst-mono
- 
- .PHONY: all options clean dist install uninstall


Home | Main Index | Thread Index | Old Index