pkgsrc-WIP-changes archive

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

Import emwm-1.0a as wip/emwm



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Tue Jun 21 18:37:49 2022 +0200
Changeset:	8b6db1c6246bd233e0d4493ca98ee37ff4d8517b

Added Files:
	emwm/DESCR
	emwm/MESSAGE
	emwm/Makefile
	emwm/PLIST
	emwm/distinfo

Log Message:
Import emwm-1.0a as wip/emwm

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

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

diffstat:
 emwm/DESCR    |  2 ++
 emwm/MESSAGE  |  7 +++++++
 emwm/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++
 emwm/PLIST    |  5 +++++
 emwm/distinfo |  5 +++++
 5 files changed, 59 insertions(+)

diffs:
diff --git a/emwm/DESCR b/emwm/DESCR
new file mode 100644
index 0000000000..95c71816cb
--- /dev/null
+++ b/emwm/DESCR
@@ -0,0 +1,2 @@
+EMWM is a lightweight window manager for X11. It is derived from MWM, adding
+support for UTF-8, Xinerama and Extended Window Manager Hints.
diff --git a/emwm/MESSAGE b/emwm/MESSAGE
new file mode 100644
index 0000000000..8017a6c1d1
--- /dev/null
+++ b/emwm/MESSAGE
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD$
+
+A sample configuration has been installed at ${PREFIX}/share/examples/emwm
+You should copy it to ~/.emwmrc
+
+===========================================================================
diff --git a/emwm/Makefile b/emwm/Makefile
new file mode 100644
index 0000000000..9dce0f2aac
--- /dev/null
+++ b/emwm/Makefile
@@ -0,0 +1,40 @@
+# $NetBSD$
+
+DISTNAME=	emwm-src
+PKGVER=		1.0a
+PKGNAME=	${DISTNAME:S,-src,,}-${PKGVER}
+CATEGORIES=	wm
+DIST_SUBDIR=	${PKGNAME_NOREV}
+MASTER_SITES=	https://fastestcode.org/dl/
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	vms%retrobsd.ddns.net@localhost
+HOMEPAGE=	https://fastestcode.org/emwm.html
+COMMENT=	Enhanced Motif Window Manager
+LICENSE=	gnu-lgpl-v2.1
+
+INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
+INSTALLATION_DIRS+=	share/examples/${DISTNAME:S,-src,,}
+INSTALLATION_DIRS+=	lib/X11/app-defaults
+
+WRKSRC=	${WRKDIR}/emwm
+
+pre-install:
+.for f in system.emwmrc
+	${INSTALL_DATA} ${WRKSRC}/src/${f} ${DESTDIR}${PREFIX}/share/examples/emwm/
+.endfor
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/src/emwm ${DESTDIR}${PREFIX}/bin/emwm
+	${INSTALL_MAN} ${WRKSRC}/src/emwm.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/emwm.1
+
+post-install:
+	${INSTALL_DATA} ${WRKSRC}/src/Emwm.ad ${DESTDIR}${PREFIX}/lib/X11/app-defaults/Emwm
+
+.include "../../mk/motif.buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
+.include "../../x11/libXinerama/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/emwm/PLIST b/emwm/PLIST
new file mode 100644
index 0000000000..25b871daf2
--- /dev/null
+++ b/emwm/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+bin/emwm
+lib/X11/app-defaults/Emwm
+man/man1/emwm.1
+share/examples/emwm/system.emwmrc
diff --git a/emwm/distinfo b/emwm/distinfo
new file mode 100644
index 0000000000..157e296110
--- /dev/null
+++ b/emwm/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (emwm-1.0a/emwm-src.tar.xz) = 7b9b357b4339fddaffd1f37c249f6ee1b6923dca4812d8c3323317569dd51d1d
+SHA512 (emwm-1.0a/emwm-src.tar.xz) = 64128186a70e0d4d4814fab951c9cc8cfec3faf61bab4885dd5d0059b7cec6b5e45710084954f72205e473ce015e59d5cd8aa4ca93258c0f4da22bc27ba5dcfb
+Size (emwm-1.0a/emwm-src.tar.xz) = 329364 bytes


Home | Main Index | Thread Index | Old Index