pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/53625: wm/cwm: Update to 6.3 via pkgsrc-wip
>Number: 53625
>Category: pkg
>Synopsis: wm/cwm: Update to 6.3 via pkgsrc-wip
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Sep 22 05:50:00 +0000 2018
>Originator: Sunil Nimmagadda
>Release:
>Organization:
>Environment:
NetBSD localhost 8.99.24 NetBSD 8.99.24 (GENERIC) #0: Mon Aug 20 14:50:11 IST 2018 sunil@localhost:/home/sunil/obj/sys/arch/amd64/compile/GENERIC amd64
>Description:
>How-To-Repeat:
>Fix:
Index: DESCR
===================================================================
RCS file: /cvsroot/pkgsrc/wm/cwm/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- DESCR 4 Sep 2005 04:56:04 -0000 1.1.1.1
+++ DESCR 22 Sep 2018 05:47:01 -0000
@@ -1,6 +1,8 @@
-cwm is a window manager for X11. It was originally inspired by evilwm,
-but was rewritten from scratch due to limitations in the evilwm codebase.
-The from-scratch rewrite borrowed some code from 9wm. cwm contains many
-new features which all concentrate on the efficiency and transparency of
-window management. cwm also aims to maintain the most simplest and
-pleasant aesthetic.
+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.
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/wm/cwm/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile 12 Mar 2018 11:17:42 -0000 1.19
+++ Makefile 22 Sep 2018 05:47:01 -0000
@@ -1,23 +1,23 @@
-# $NetBSD: Makefile,v 1.19 2018/03/12 11:17:42 wiz Exp $
-#
+# $NetBSD$
-DISTNAME= cwm-3
-PKGREVISION= 7
+DISTNAME= cwm-6.3
CATEGORIES= wm
-MASTER_SITES= https://monkey.org/~marius/cwm/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=chneukirchen/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://monkey.org/~marius/cwm/
-COMMENT= Window manager for X11 initially inspired by evilwm
+MAINTAINER= cfkoch%edgebsd.org@localhost
+HOMEPAGE= https://github.com/chneukirchen/cwm
+COMMENT= Portable version of the window manager from OpenBSD
+LICENSE= isc
-GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config
+EXTRACT_USING= gtar
+USE_TOOLS+= pkg-config yacc
-LDFLAGS.Darwin+= -lfontconfig
-LDFLAGS.DragonFly+= -lfontconfig
-LDFLAGS.SunOS+= -lfontconfig
+NO_CONFIGURE= yes
+INSTALL_ENV+= MANPREFIX=${PREFIX}/${PKGMANDIR}
-.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
-.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/libXinerama/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/wm/cwm/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- PLIST 4 Sep 2005 04:56:04 -0000 1.1.1.1
+++ PLIST 22 Sep 2018 05:47:01 -0000
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/09/04 04:56:04 xtraeme Exp $
+@comment $NetBSD$
bin/cwm
man/man1/cwm.1
+man/man5/cwmrc.5
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/wm/cwm/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 2 Nov 2015 23:42:51 -0000 1.2
+++ distinfo 22 Sep 2018 05:47:01 -0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/02 23:42:51 agc Exp $
+$NetBSD$
-SHA1 (cwm-3.tar.gz) = 04490462ba74de2f388bbb4cb04c0f1d7c2b2921
-RMD160 (cwm-3.tar.gz) = c533065d7d8a5044f03418aea38c295450c54af1
-SHA512 (cwm-3.tar.gz) = fe984d695b16769f92a4b981495bd7bb55200a342e972dce9b320701fed59307021dab9fa8b937347bb7cfb76aa0eb0288deb0b35eadbb7f13595df455471892
-Size (cwm-3.tar.gz) = 137437 bytes
+SHA1 (cwm-6.3.tar.gz) = 343ea5b587c77535fb28c701971a50b78e1034be
+RMD160 (cwm-6.3.tar.gz) = cd2b8bf50d47446bf82f5da3a5ec931b9fe8298e
+SHA512 (cwm-6.3.tar.gz) = 12f5c28ce2fa8e5310c49dd6d4fb58140a514943a93b8cab1c0c604bb50535a5e6b00b10f21c8d4500440f7ae7b14d2cb23c65eb201578fc01ab09f2bbc1e91f
+Size (cwm-6.3.tar.gz) = 52419 bytes
Home |
Main Index |
Thread Index |
Old Index