Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2009 10:28:03 GMT
From:      Kirn Gill <segin2005@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/139717: [UPDATE] x11-wm/matwm2: Update to 0.0.80
Message-ID:  <200910181028.n9IAS3R2007503@www.freebsd.org>
Resent-Message-ID: <200910181030.n9IAU44I048997@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139717
>Category:       ports
>Synopsis:       [UPDATE] x11-wm/matwm2: Update to 0.0.80
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 18 10:30:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Kirn Gill
>Release:        7.2-RELEASE-p2
>Organization:
>Environment:
FreeBSD mizuki.segin.no-ip.org 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Update port x11-wm/matwm2 to 0.0.80
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	matwm2/
#	matwm2/Makefile
#	matwm2/distinfo
#	matwm2/pkg-descr
#	matwm2/files
#	matwm2/files/patch-Makefile
#
echo c - matwm2/
mkdir -p matwm2/ > /dev/null 2>&1
echo x - matwm2/Makefile
sed 's/^X//' >matwm2/Makefile << '36ddfe69e7c18174b15b46fcbe935f3f'
X# New ports collection makefile for:   matwm2
X# Date created:        09 September 2009
X# Whom:                Mattis Michel <sic_zer0@hotmail.com>
X#
X# $FreeBSD: ports/x11-wm/matwm2/Makefile,v 1.3 2009/09/30 13:03:05 miwi Exp $
X#
X
XPORTNAME=	matwm2
XPORTVERSION=	0.0.80
XCATEGORIES=	x11-wm
XMASTER_SITES=	http://www.gatorgitter.com/~maties/
X
XMAINTAINER=	sic_zer0@hotmail.com
XCOMMENT=	A minimalistic, yet functional window manager for x11
X
XUSE_XORG=	x11 xext
XPLIST_FILES=	bin/matwm2
X
XMAN1=		matwm2.1
X
X.include <bsd.port.mk>
36ddfe69e7c18174b15b46fcbe935f3f
echo x - matwm2/distinfo
sed 's/^X//' >matwm2/distinfo << 'ca6600083d51fbb3546c8f6de75c7eb6'
XMD5 (matwm2-0.0.80.tar.gz) = 7b66a3f93bdc77487efd3ec543d2feba
XSHA256 (matwm2-0.0.80.tar.gz) = 45fa8973d24181e40e610ec1fb8b2b7e2b3580bcdeda002d33c4cb626fe67473
XSIZE (matwm2-0.0.80.tar.gz) = 36956
ca6600083d51fbb3546c8f6de75c7eb6
echo x - matwm2/pkg-descr
sed 's/^X//' >matwm2/pkg-descr << '99dc3038d471035309ad63f184c34b65'
Xmatwm2 is a simple window manager for x11.
XIt aims to be small, fast, stable and usable.
X
XWWW: http://www.gatorgitter.com/~maties/
99dc3038d471035309ad63f184c34b65
echo c - matwm2/files
mkdir -p matwm2/files > /dev/null 2>&1
echo x - matwm2/files/patch-Makefile
sed 's/^X//' >matwm2/files/patch-Makefile << '0b5204de1907b96a1c905889bc9c14e7'
X--- Makefile.orig	2009-10-17 16:21:44.000000000 -0400
X+++ Makefile	2009-10-17 21:33:55.000000000 -0400
X@@ -1,7 +1,6 @@
X-prefix    = /usr/local
X-manprefix = /usr/local
X-XROOT     = /usr/X11R6
X-CC        = cc
X+prefix    = ${PREFIX}
X+manprefix = ${MANPREFIX}
X+XROOT     = ${LOCALBASE} 
X 
X CFLAGS    += -DSHAPE -lXext # comment out this line if you haven't got the x extentions library
X #CFLAGS    += -DDEBUG -ggdb3 # -DDEBUG_EVENTS -DSYNC # for debugging
X@@ -19,9 +18,8 @@
X 	./makeheader *.c > all.h
X 
X install: matwm2
X-	mkdir -p $(prefix)/bin $(manprefix)/man/man1
X-	install -s matwm2 $(prefix)/bin
X-	install matwm2.1 $(manprefix)/man/man1
X+	${BSD_INSTALL_PROGRAM} -s matwm2 $(prefix)/bin
X+	${BSD_INSTALL_MAN} matwm2.1 $(manprefix)/man/man1
X 
X deinstall:
X 	rm -f $(prefix)/bin/matwm2 $(manprefix)/man/man1/matwm2.1* $(manprefix)/man/cat1/matwm2.1*
0b5204de1907b96a1c905889bc9c14e7
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910181028.n9IAS3R2007503>