pkgsrc-WIP-changes archive

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

st-term: remove st-term, imported in pkgsrc as x11/st-term



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Feb 2 17:34:09 2016 +0100
Changeset:	04c38c41f22eb8bedb3ea1f20f0a1572ea2531c6

Modified Files:
	Makefile
Removed Files:
	st-term/DESCR
	st-term/MESSAGE
	st-term/Makefile
	st-term/PLIST
	st-term/TODO
	st-term/distinfo

Log Message:
st-term: remove st-term, imported in pkgsrc as x11/st-term

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

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

diffstat:
 Makefile         |  1 -
 st-term/DESCR    |  1 -
 st-term/MESSAGE  |  7 -------
 st-term/Makefile | 39 ---------------------------------------
 st-term/PLIST    |  3 ---
 st-term/TODO     |  2 --
 st-term/distinfo |  5 -----
 7 files changed, 58 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 852622e..b5d1d16 100644
--- a/Makefile
+++ b/Makefile
@@ -3756,7 +3756,6 @@ SUBDIR+=	srvx
 SUBDIR+=	sselp
 SUBDIR+=	ssid
 SUBDIR+=	ssu
-SUBDIR+=	st-term
 SUBDIR+=	stardict
 SUBDIR+=	stardict-tools
 SUBDIR+=	stfl
diff --git a/st-term/DESCR b/st-term/DESCR
deleted file mode 100644
index a4448f7..0000000
--- a/st-term/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-st is a simple virtual terminal emulator for X which sucks less.
diff --git a/st-term/MESSAGE b/st-term/MESSAGE
deleted file mode 100644
index 9823edd..0000000
--- a/st-term/MESSAGE
+++ /dev/null
@@ -1,7 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2013/08/14 12:49:19 leot1990 Exp $
-
-By default the st terminfo entry is not automatically installed and
-config.def.h termname[] array is changed to "xterm" in order to use the
-xterm terminfo entry.
-===========================================================================
diff --git a/st-term/Makefile b/st-term/Makefile
deleted file mode 100644
index e874a0a..0000000
--- a/st-term/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2015/07/08 00:21:10 leot1990 Exp $
-
-DISTNAME=	st-0.6
-PKGNAME=	${DISTNAME:S/-/-term-/}
-CATEGORIES=	x11
-MASTER_SITES=	http://dl.suckless.org/st/
-
-MAINTAINER=	leot%NetBSD.org@localhost
-HOMEPAGE=	http://st.suckless.org/
-COMMENT=	Simple terminal implementation for X
-LICENSE=	mit
-
-MAKE_JOBS_SAFE=	no
-
-SUBST_CLASSES+=			configdefh configmk makefile
-SUBST_STAGE.configdefh=		pre-configure
-SUBST_STAGE.configmk=		pre-configure
-SUBST_STAGE.makefile=		pre-configure
-SUBST_MESSAGE.configdefh=	Change default termname to xterm
-SUBST_FILES.configdefh=		config.def.h
-SUBST_MESSAGE.configmk=		Fixing config.mk
-SUBST_FILES.configmk=		config.mk
-SUBST_MESSAGE.makefile=		Do not install the st terminfo entry
-SUBST_FILES.makefile=		Makefile
-SUBST_SED.configdefh+=		-e 's,st-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}/'
-SUBST_SED.makefile+=		-e '/tic/d' # Do not install the st terminfo entry
-
-INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
-
-.include "../../fonts/fontconfig/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/libXft/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/st-term/PLIST b/st-term/PLIST
deleted file mode 100644
index 2d936bb..0000000
--- a/st-term/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/08/14 12:49:19 leot1990 Exp $
-bin/st
-man/man1/st.1
diff --git a/st-term/TODO b/st-term/TODO
deleted file mode 100644
index a671e43..0000000
--- a/st-term/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
- o This is not related to devel/st.
- o Find a good name and rename this package.
diff --git a/st-term/distinfo b/st-term/distinfo
deleted file mode 100644
index 479a1ff..0000000
--- a/st-term/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/07/08 00:21:10 leot1990 Exp $
-
-SHA1 (st-0.6.tar.gz) = a1ce3252f391f9fac63c2ebf1ed12b3f696348d6
-RMD160 (st-0.6.tar.gz) = 22009370a4d891ac0383d41f863dcbf732ec6442
-Size (st-0.6.tar.gz) = 40271 bytes


Home | Main Index | Thread Index | Old Index