pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
progman-git: Initial import. Windows 3 style window manager
Module Name: pkgsrc-wip
Committed By: Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By: sjmulder
Date: Sun May 31 21:12:44 2020 +0200
Changeset: aadca7621b141db8e6344715c5f3ac790f011136
Added Files:
progman-git/DESCR
progman-git/Makefile
progman-git/PLIST
progman-git/distinfo
Log Message:
progman-git: Initial import. Windows 3 style window manager
Quite broken package still (on Linux at least).
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aadca7621b141db8e6344715c5f3ac790f011136
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
progman-git/DESCR | 2 ++
progman-git/Makefile | 27 +++++++++++++++++++++++++++
progman-git/PLIST | 4 ++++
progman-git/distinfo | 6 ++++++
4 files changed, 39 insertions(+)
diffs:
diff --git a/progman-git/DESCR b/progman-git/DESCR
new file mode 100644
index 0000000000..2db81eb37d
--- /dev/null
+++ b/progman-git/DESCR
@@ -0,0 +1,2 @@
+Window manager resembling Windows 3's Program Manager. Configurable,
+supports high DPI, and comes with a simple launcher.
diff --git a/progman-git/Makefile b/progman-git/Makefile
new file mode 100644
index 0000000000..5f6472e9ab
--- /dev/null
+++ b/progman-git/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME= progman-0.0
+CATEGORIES= wm
+MASTER_SITES= ${MASTER_SITE_GITHUB:=jcs/}
+GITHUB_TAG= 195c1da675cd861b0f6d3253182c8da03d3dca6e
+
+MAINTAINER= sjmulder%NetBSD.org@localhost
+HOMEPAGE= https://github.com/jcs/progman
+COMMENT= Window manager resembling Windows 3's Program Manager
+LICENSE= mit
+
+USE_TOOLS+= pkg-config
+
+CFLAGS+= "-DINFTIM=-1"
+LDFLAGS+= -lXext
+
+MAKE_FLAGS+= PREFIX=${DESTDIR:Q}${PREFIX:Q}
+MAKE_FLAGS+= MANDIR=${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR}/man1
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../graphics/gdk-pixbuf2-xlib/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/progman-git/PLIST b/progman-git/PLIST
new file mode 100644
index 0000000000..d217017577
--- /dev/null
+++ b/progman-git/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/aemenu
+bin/progman
+man/man1/progman.1
diff --git a/progman-git/distinfo b/progman-git/distinfo
new file mode 100644
index 0000000000..0485f7f424
--- /dev/null
+++ b/progman-git/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (progman-0.0-195c1da675cd861b0f6d3253182c8da03d3dca6e.tar.gz) = 349d3cba53ce1eb241471565581a7bb1c9a95de8
+RMD160 (progman-0.0-195c1da675cd861b0f6d3253182c8da03d3dca6e.tar.gz) = bf64e11a865dc8ea3052ffeb7095453ecaf67263
+SHA512 (progman-0.0-195c1da675cd861b0f6d3253182c8da03d3dca6e.tar.gz) = b7425ddb5029ed89391ea0c0a2f0b3aa91350db24002feb61b20d2bde017ce27892273d199fb2f14570d66935d854a9235a4de2bbbb34fc8e0ef4d03fa09eb27
+Size (progman-0.0-195c1da675cd861b0f6d3253182c8da03d3dca6e.tar.gz) = 41094 bytes
Home |
Main Index |
Thread Index |
Old Index