pkgsrc-WIP-changes archive

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

Remove shod: imported into main



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Mon Aug 30 16:33:35 2021 +0200
Changeset:	8fca8a056a52f28ed97339933e2a36a6c7c87a31

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

Log Message:
Remove shod: imported into main

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

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

diffstat:
 Makefile      |  1 -
 shod/DESCR    | 11 -----------
 shod/Makefile | 36 ------------------------------------
 shod/PLIST    |  3 ---
 shod/distinfo |  6 ------
 5 files changed, 57 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 1cb296bbfa..dec801ec5c 100644
--- a/Makefile
+++ b/Makefile
@@ -5161,7 +5161,6 @@ SUBDIR+=	shed
 SUBDIR+=	shell-fm
 SUBDIR+=	shellharden
 SUBDIR+=	shellinabox
-SUBDIR+=	shod
 SUBDIR+=	shotcut
 SUBDIR+=	shotwell
 SUBDIR+=	shoutcast
diff --git a/shod/DESCR b/shod/DESCR
deleted file mode 100644
index 3d15a8e913..0000000000
--- a/shod/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-Shod is an hybrid (tiling and floating) multimonitor X11 window manager.
-Shod sets no keybindings; reads no configuration other than X resources;
-and works only via mouse with a given key modifier (Alt by default), and
-by responding to client messages with EWMH hints (so you must use wmctrl
-to control shod).
-
-NOTE: shod provides no keybindings, use sxhkd for binding keys.
-
-WARNING: Shod is attempt of mine to write a Wm and better understand how
-         X11 works, Shod is only meant for me for educational purposes.
-         Shod is an experimental project, and should be used with caution.
diff --git a/shod/Makefile b/shod/Makefile
deleted file mode 100644
index 05fe26e7f4..0000000000
--- a/shod/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	shod-0.5.0
-CATEGORIES=	wm
-MASTER_SITES=	${MASTER_SITE_GITHUB:=phillbush/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	pin%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/phillbush/shod/
-COMMENT=	Hybrid (floating and tiling) tabbed window manager
-LICENSE=	mit
-
-SUBST_CLASSES+=		configmk
-SUBST_MESSAGE.configmk=	Adjust config.mk
-SUBST_STAGE.configmk=	pre-configure
-SUBST_FILES.configmk+=	config.mk
-SUBST_SED.configmk+=	-e 's,/usr/local,${PREFIX},g'
-SUBST_SED.configmk+=	-e 's,/usr/X11R6,${X11BASE},g'
-SUBST_SED.configmk+=	-e 's,share/man,${PKGMANDIR},g'
-SUBST_SED.configmk+=	-e 's,^CFLAGS *= ,CFLAGS += ,'
-SUBST_SED.configmk+=	-e 's,^LDFLAGS *= ,LDFLAGS += ,'
-SUBST_SED.configmk+=	-e 's/cc/${CC:Q}/'
-
-INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/shod ${DESTDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/shod.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-
-DEPENDS+=	wmctrl-[0-9]*:../../wm/wmctrl
-DEPENDS+=	sxhkd-[0-9]*:../../x11/sxhkd
-
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXinerama/buildlink3.mk"
-.include "../../x11/libXpm/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/shod/PLIST b/shod/PLIST
deleted file mode 100644
index 32978e7f60..0000000000
--- a/shod/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/shod
-man/man1/shod.1
diff --git a/shod/distinfo b/shod/distinfo
deleted file mode 100644
index ce94c20b38..0000000000
--- a/shod/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (shod-0.5.0.tar.gz) = b91a9134a3fb2fb0e64900f23543e18ad24a4c53
-RMD160 (shod-0.5.0.tar.gz) = c82f812eef889b2ecf24b150d93598989754cfe6
-SHA512 (shod-0.5.0.tar.gz) = f3f9c92c6b83a6a4f5a6d9d0d1b1fc40a77d1c7dbde4738029969e5605eb3abed53b23c270867c1d1ae26ea0b1c217006d54e03a5c3864e2d002897c4ff8a515
-Size (shod-0.5.0.tar.gz) = 40293 bytes


Home | Main Index | Thread Index | Old Index