ports/76077: New port: x11-wm/tinywm - ridiculously tiny window manager
Florent Thoumie
flz at xbsd.org
Thu Jan 13 08:50:28 UTC 2005
The following reply was made to PR ports/76077; it has been noted by GNATS.
From: Florent Thoumie <flz at xbsd.org>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at FreeBSD.org
Cc:
Subject: Re: ports/76077: New port: x11-wm/tinywm - ridiculously tiny window
manager
Date: Thu, 13 Jan 2005 09:49:28 +0100
This is a multi-part message in MIME format.
--------------020902060407090902080100
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
The port didn't respect CFLAGS. New shar is attached.
--------------020902060407090902080100
Content-Type: text/plain;
name="tinywm-1.0.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="tinywm-1.0.shar"
# 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:
#
# tinywm
# tinywm/Makefile
# tinywm/distinfo
# tinywm/pkg-descr
#
echo c - tinywm
mkdir -p tinywm > /dev/null 2>&1
echo x - tinywm/Makefile
sed 's/^X//' >tinywm/Makefile << 'END-of-tinywm/Makefile'
X# New ports collection makefile for: tinywm
X# Date created: Jan 10 2005
X# Whom: Florent Thoumie <flz at xbsd.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME= tinywm
XPORTVERSION= 1.0
XCATEGORIES= x11-wm
XMASTER_SITES= http://incise.org/files/dev/
XEXTRACT_SUFX= .tgz
X
XMAINTAINER= flz at xbsd.org
XCOMMENT= Ridiculously tiny window manager
X
XUSE_X_PREFIX= yes
X
XPLIST_FILES= bin/tinywm %%DOCSDIR%%/README
XPLIST_DIRS= %%DOCSDIR%%
X
Xpost-patch:
X @${REINPLACE_CMD} -e 's|CC)|CC) ${CFLAGS}|' ${WRKSRC}/Makefile
X
Xdo-install:
X ${INSTALL_PROGRAM} ${WRKSRC}/tinywm ${PREFIX}/bin
X ${MKDIR} ${DOCSDIR}
X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
X
X.include <bsd.port.mk>
END-of-tinywm/Makefile
echo x - tinywm/distinfo
sed 's/^X//' >tinywm/distinfo << 'END-of-tinywm/distinfo'
XMD5 (tinywm-1.0.tgz) = 854a55c818026d786466322610cc3668
XSIZE (tinywm-1.0.tgz) = 1492
END-of-tinywm/distinfo
echo x - tinywm/pkg-descr
sed 's/^X//' >tinywm/pkg-descr << 'END-of-tinywm/pkg-descr'
XTinyWM is a ridiculously tiny window manager implemented in nearly as few
Xlines of C as possible, without being obfuscated or entirely useless. It
Xallows you to move, resize, focus (sloppy), and raise windows.
X
XWWW: http://freshmeat.net/projects/tinywm/?branch_id=55633&release_id=184175
X
X- Florent Thoumie
Xflz at xbsd.org
END-of-tinywm/pkg-descr
exit
--------------020902060407090902080100--
More information about the freebsd-ports-bugs
mailing list