Date: Tue, 29 Jan 2013 06:48:29 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311152 - head/x11-wm/matwm2 Message-ID: <201301290648.r0T6mThj093048@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Tue Jan 29 06:48:28 2013 New Revision: 311152 URL: http://svnweb.freebsd.org/changeset/ports/311152 Log: - Update to version 0.1.2pre3 [*] - Define LICENSE (MIT) - Drop leading indefinite article from COMMENT - Trim Makefile header, minor cleanups - Augment port description while here PR: ports/175473 [*] Approved by: maintainer Modified: head/x11-wm/matwm2/Makefile head/x11-wm/matwm2/distinfo head/x11-wm/matwm2/pkg-descr Modified: head/x11-wm/matwm2/Makefile ============================================================================== --- head/x11-wm/matwm2/Makefile Tue Jan 29 06:32:52 2013 (r311151) +++ head/x11-wm/matwm2/Makefile Tue Jan 29 06:48:28 2013 (r311152) @@ -1,24 +1,21 @@ -# New ports collection makefile for: matwm2 -# Date created: 09 September 2009 -# Whom: Mattis Michel <sic_zer0@hotmail.com> -# +# Created by: Mattis Michel <sic_zer0@hotmail.com> # $FreeBSD$ -# PORTNAME= matwm2 -PORTVERSION= 0.1.0 +DISTVERSION= 0.1.2pre3 CATEGORIES= x11-wm MASTER_SITES= http://www.squidjam.com/matwm/pub/ MAINTAINER= sic_zer0@hotmail.com -COMMENT= A minimalistic, yet functional window manager for x11 +COMMENT= Minimalistic, yet functional window manager for X11 -USE_XORG= x11 xext xinerama xft +LICENSE= MIT HAS_CONFIGURE= yes CONFIGURE_ARGS= --cc=${CC} --prefix=${PREFIX} --mandir=${MANPREFIX}/man +USE_XORG= x11 xext xinerama xft PLIST_FILES= bin/matwm2 -MAN1= matwm2.1 +MAN1= matwm2.1 .include <bsd.port.mk> Modified: head/x11-wm/matwm2/distinfo ============================================================================== --- head/x11-wm/matwm2/distinfo Tue Jan 29 06:32:52 2013 (r311151) +++ head/x11-wm/matwm2/distinfo Tue Jan 29 06:48:28 2013 (r311152) @@ -1,2 +1,2 @@ -SHA256 (matwm2-0.1.0.tar.gz) = 20eba08cf0ee0611de3ee6c3de75e57c56b27d4066a7a026bce0c9dc76bd920e -SIZE (matwm2-0.1.0.tar.gz) = 63713 +SHA256 (matwm2-0.1.2pre3.tar.gz) = abb218fd969d8d7c526edfcba8f2717cc139e3d52532a2621042421580b322dd +SIZE (matwm2-0.1.2pre3.tar.gz) = 67968 Modified: head/x11-wm/matwm2/pkg-descr ============================================================================== --- head/x11-wm/matwm2/pkg-descr Tue Jan 29 06:32:52 2013 (r311151) +++ head/x11-wm/matwm2/pkg-descr Tue Jan 29 06:48:28 2013 (r311152) @@ -1,4 +1,6 @@ -matwm2 is a simple window manager for x11. -It aims to be small, fast, stable and usable. +matwm2 is a simple window manager for X11. It features window frames with +titlebar and buttons, configurable key bindings and mouse buttons, support +for EWMH and motif hints, focus-follows-mouse and click-to-focus focus +models, virtual desktops, Xft fonts and Xinerama support. WWW: http://www.squidjam.com/matwm/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301290648.r0T6mThj093048>