pkgsrc-WIP-changes archive

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

wip/cwm: Import cwm version building from git.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Wed Sep 18 10:10:48 2019 +0000
Changeset:	02d95ee1c899153e06946b4cc36b9aeddda55981

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

Log Message:
wip/cwm: Import cwm version building from git.

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

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

diffstat:
 Makefile     |  1 +
 cwm/DESCR    | 10 ++++++++++
 cwm/Makefile | 21 +++++++++++++++++++++
 cwm/PLIST    |  4 ++++
 cwm/distinfo |  1 +
 5 files changed, 37 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c267d86733..cca071ca7d 100644
--- a/Makefile
+++ b/Makefile
@@ -535,6 +535,7 @@ SUBDIR+=	cvsanaly
 SUBDIR+=	cvsnt
 SUBDIR+=	cvstrac
 SUBDIR+=	cwebx
+SUBDIR+=	cwm
 SUBDIR+=	cycle
 SUBDIR+=	cygwin
 SUBDIR+=	cygwin-binutils
diff --git a/cwm/DESCR b/cwm/DESCR
new file mode 100644
index 0000000000..25e8c80ede
--- /dev/null
+++ b/cwm/DESCR
@@ -0,0 +1,10 @@
+This is a port of OpenBSD's cwm to Linux and other Unices.
+
+cwm is a window manager for X11 which contains many features that
+concentrate on the efficiency and transparency of window management.  cwm
+also aims to maintain the simplest and most pleasant aesthetic.
+
+This version actively tracks changes in the OpenBSD CVS repository.
+Releases are roughly coordinated.
+
+This version builds from git directly.
\ No newline at end of file
diff --git a/cwm/Makefile b/cwm/Makefile
new file mode 100644
index 0000000000..1cd86930b1
--- /dev/null
+++ b/cwm/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.21 2018/09/22 11:30:23 leot Exp $
+
+PKGNAME=	cwm-6.3.9999
+CATEGORIES=	wm
+GIT_REPO=	https://github.com/chneukirchen/cwm
+
+MAINTAINER=	ng0%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/chneukirchen/cwm
+COMMENT=	Portable version of the window manager from OpenBSD (git)
+LICENSE=	isc
+
+USE_TOOLS+=	pkg-config yacc
+
+INSTALL_ENV+=	MANPREFIX=${PREFIX}/${PKGMANDIR}
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
+.include "../../x11/libXinerama/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/cwm/PLIST b/cwm/PLIST
new file mode 100644
index 0000000000..ce715c9f14
--- /dev/null
+++ b/cwm/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/cwm
+man/man1/cwm.1
+man/man5/cwmrc.5
diff --git a/cwm/distinfo b/cwm/distinfo
new file mode 100644
index 0000000000..c641c554c2
--- /dev/null
+++ b/cwm/distinfo
@@ -0,0 +1 @@
+$NetBSD$


Home | Main Index | Thread Index | Old Index