pkgsrc-WIP-changes archive

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

st-term: rename st to st-term



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

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

Log Message:
st-term: rename st to st-term

Needed to avoid possible conflicts with devel/st (altough there are not any
PLIST conflicts and so the binary and man page names are unchanged).

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

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

diffstat:
 st-term/DESCR    |  1 +
 st-term/MESSAGE  |  7 +++++++
 st-term/Makefile | 39 +++++++++++++++++++++++++++++++++++++++
 st-term/PLIST    |  3 +++
 st-term/TODO     |  2 ++
 st-term/distinfo |  5 +++++
 st/DESCR         |  1 -
 st/MESSAGE       |  7 -------
 st/Makefile      | 38 --------------------------------------
 st/PLIST         |  3 ---
 st/TODO          |  2 --
 st/distinfo      |  5 -----
 12 files changed, 57 insertions(+), 56 deletions(-)

diffs:
diff --git a/st-term/DESCR b/st-term/DESCR
new file mode 100644
index 0000000..a4448f7
--- /dev/null
+++ b/st-term/DESCR
@@ -0,0 +1 @@
+st is a simple virtual terminal emulator for X which sucks less.
diff --git a/st-term/MESSAGE b/st-term/MESSAGE
new file mode 100644
index 0000000..9823edd
--- /dev/null
+++ b/st-term/MESSAGE
@@ -0,0 +1,7 @@
+===========================================================================
+$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
new file mode 100644
index 0000000..e874a0a
--- /dev/null
+++ b/st-term/Makefile
@@ -0,0 +1,39 @@
+# $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
new file mode 100644
index 0000000..2d936bb
--- /dev/null
+++ b/st-term/PLIST
@@ -0,0 +1,3 @@
+@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
new file mode 100644
index 0000000..a671e43
--- /dev/null
+++ b/st-term/TODO
@@ -0,0 +1,2 @@
+ 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
new file mode 100644
index 0000000..479a1ff
--- /dev/null
+++ b/st-term/distinfo
@@ -0,0 +1,5 @@
+$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
diff --git a/st/DESCR b/st/DESCR
deleted file mode 100644
index a4448f7..0000000
--- a/st/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-st is a simple virtual terminal emulator for X which sucks less.
diff --git a/st/MESSAGE b/st/MESSAGE
deleted file mode 100644
index 9823edd..0000000
--- a/st/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/Makefile b/st/Makefile
deleted file mode 100644
index 059a6a2..0000000
--- a/st/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2015/07/08 00:21:10 leot1990 Exp $
-
-DISTNAME=	st-0.6
-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/PLIST b/st/PLIST
deleted file mode 100644
index 2d936bb..0000000
--- a/st/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/TODO b/st/TODO
deleted file mode 100644
index a671e43..0000000
--- a/st/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/distinfo b/st/distinfo
deleted file mode 100644
index 479a1ff..0000000
--- a/st/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