pkgsrc-WIP-changes archive

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

Import EWM as wip/ewm



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte.koch%soundunited.com@localhost>
Pushed By:	cfkoch
Date:		Sat Nov 26 22:10:06 2022 -0800
Changeset:	37ce1070cc9ecaa1fe69e5d38c2f2bf233baa23e

Modified Files:
	Makefile
Added Files:
	ewm/DESCR
	ewm/Makefile
	ewm/PLIST
	ewm/distinfo

Log Message:
Import EWM as wip/ewm

Ewm is a small and cute window manager for X11. It tries to stay out of the way
so that valuable screen real estate can be used for much more important stuff.

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

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

diffstat:
 Makefile     |  1 +
 ewm/DESCR    |  4 ++++
 ewm/Makefile | 17 +++++++++++++++++
 ewm/PLIST    |  4 ++++
 ewm/distinfo |  5 +++++
 5 files changed, 31 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9dd86c5e26..5f8b4daadb 100644
--- a/Makefile
+++ b/Makefile
@@ -818,6 +818,7 @@ SUBDIR+=	eventviews
 SUBDIR+=	ever-note-mode
 SUBDIR+=	evilvte
 SUBDIR+=	evince
+SUBDIR+=	ewm
 SUBDIR+=	exabgp4
 SUBDIR+=	exact-image
 SUBDIR+=	exhume
diff --git a/ewm/DESCR b/ewm/DESCR
new file mode 100644
index 0000000000..d370baaee0
--- /dev/null
+++ b/ewm/DESCR
@@ -0,0 +1,4 @@
+Ewm is a small and cute window manager for X11. It tries to stay out of the way
+so that valuable screen real estate can be used for much more important stuff.
+It has sane defaults, it strives to be minimal, compact, and fast. ewm is a
+beautiful pearl that has window centering features.
diff --git a/ewm/Makefile b/ewm/Makefile
new file mode 100644
index 0000000000..88f7023370
--- /dev/null
+++ b/ewm/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	ewm-0
+CATEGORIES=	wm
+MASTER_SITES=	${MASTER_SITE_GITHUB:=pwnwriter/}
+GITHUB_TAG=	a87eca5610821da7a240231160071bca6a96cfe1
+
+MAINTAINER=	charlotte%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/pwnwriter/ewm/
+COMMENT=	An elegant window manager
+LICENSE=	mit
+
+WRKSRC=		${WRKDIR}/ewm-${GITHUB_TAG}/src
+
+INSTALL_MAKE_FLAGS+=	MANDIR=${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/ewm/PLIST b/ewm/PLIST
new file mode 100644
index 0000000000..18cb6fe6df
--- /dev/null
+++ b/ewm/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/ewm
+bin/swpb
+man/man1/ewm.1
diff --git a/ewm/distinfo b/ewm/distinfo
new file mode 100644
index 0000000000..100fddce9e
--- /dev/null
+++ b/ewm/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (ewm-0-a87eca5610821da7a240231160071bca6a96cfe1.tar.gz) = 2c4fca8b01090d5042fec92ff6da843e81ec9f911df3546004e1cee752190910
+SHA512 (ewm-0-a87eca5610821da7a240231160071bca6a96cfe1.tar.gz) = 2146610c0fac89d77887bf835f5d4a91a40ab629e6b3d6bf8fb86915d5ea9454388ef5e0bc1c6cf6bdc15a45d80b7165e9ecc47fba723c57da94ac528e8e5200
+Size (ewm-0-a87eca5610821da7a240231160071bca6a96cfe1.tar.gz) = 8304 bytes


Home | Main Index | Thread Index | Old Index