pkgsrc-WIP-changes archive

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

Add chneukirchen's portable version of OpenBSD's cwm.



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Sun Jan 22 15:02:56 2017 -0800
Changeset:	e05a75a9fd8d1bd8725cdd9f68396e03ca9df99a

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

Log Message:
Add chneukirchen's portable version of OpenBSD's cwm.

Aims to replace pkgsrc's wm/cwm.

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

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

diffstat:
 Makefile     |  1 +
 cwm/DESCR    |  8 ++++++++
 cwm/Makefile | 26 ++++++++++++++++++++++++++
 cwm/PLIST    |  4 ++++
 cwm/distinfo |  6 ++++++
 5 files changed, 45 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 534387f..a57b2e6 100644
--- a/Makefile
+++ b/Makefile
@@ -444,6 +444,7 @@ SUBDIR+=	cvsnt
 SUBDIR+=	cvsproxy
 SUBDIR+=	cvstrac
 SUBDIR+=	cwebx
+SUBDIR+=	cwm
 SUBDIR+=	cxfreeze
 SUBDIR+=	cycle
 SUBDIR+=	cygwin
diff --git a/cwm/DESCR b/cwm/DESCR
new file mode 100644
index 0000000..64ff2f8
--- /dev/null
+++ b/cwm/DESCR
@@ -0,0 +1,8 @@
+This is a port of OpenBSD's excellent cwm[0] 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.
diff --git a/cwm/Makefile b/cwm/Makefile
new file mode 100644
index 0000000..60bf7de
--- /dev/null
+++ b/cwm/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+GITHUB_TAG=	b6a5b876e7d92d0ff4ef7928b83f740c2dbcc35d
+DISTNAME=	cwm
+PKGNAME=	cwm-${GITHUB_TAG}
+CATEGORIES=	wm
+MASTER_SITES=	${MASTER_SITE_GITHUB:=chneukirchen/}
+
+MAINTAINER=	cfkoch%edgebsd.org@localhost
+HOMEPGAGE=	https://github.com/chneukirchen/cwm
+COMMENT=	Portable version of the window manager from OpenBSD
+LICENSE=	isc
+
+EXTRACT_USING=	gtar
+USE_TOOLS+=	pkg-config yacc
+
+WRKSRC=		${WRKDIR}/${PKGNAME}
+NO_CONFIGURE=	yes
+INSTALL_ENV+=	MANPREFIX=${PREFIX}/${PKGMANDIR}
+
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
+.include "../../x11/libXinerama/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/cwm/PLIST b/cwm/PLIST
new file mode 100644
index 0000000..ce715c9
--- /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 0000000..6a7090f
--- /dev/null
+++ b/cwm/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (cwm-b6a5b876e7d92d0ff4ef7928b83f740c2dbcc35d.tar.gz) = a61e7c5ccfc23206b1ed5216d0a0864490d44b38
+RMD160 (cwm-b6a5b876e7d92d0ff4ef7928b83f740c2dbcc35d.tar.gz) = adac78272a7fa22ba02eeab0577727283c94952e
+SHA512 (cwm-b6a5b876e7d92d0ff4ef7928b83f740c2dbcc35d.tar.gz) = e8181d89a80094b8c4ee0a3791e34a66801b07792ac7988f8d3f4888ff14b5eabba212aa20707b5a85df27b845c5d76afebee44d5e102728a8736d169cae0d48
+Size (cwm-b6a5b876e7d92d0ff4ef7928b83f740c2dbcc35d.tar.gz) = 52413 bytes


Home | Main Index | Thread Index | Old Index