From danfe@regency.nsu.ru  Sat Jan 11 03:01:41 2003
Return-Path: <danfe@regency.nsu.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8813A37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Jan 2003 03:01:41 -0800 (PST)
Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E192A43F43
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Jan 2003 03:01:39 -0800 (PST)
	(envelope-from danfe@regency.nsu.ru)
Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1)
	id 18XJOP-0004Fi-00
	for FreeBSD-gnats-submit@freebsd.org; Sat, 11 Jan 2003 17:01:33 +0600
Received: from regency.nsu.ru ([193.124.210.26])
	by mail.nsu.ru with esmtp (Exim 3.20 #1)
	id 18XJOO-0004FM-00
	for FreeBSD-gnats-submit@freebsd.org; Sat, 11 Jan 2003 17:01:32 +0600
Received: from regency.nsu.ru (localhost [127.0.0.1])
	by regency.nsu.ru (8.12.6/8.12.6) with ESMTP id h0BB4CH7086957
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Jan 2003 17:04:12 +0600 (NOVT)
	(envelope-from danfe@regency.nsu.ru)
Received: (from danfe@localhost)
	by regency.nsu.ru (8.12.6/8.12.6/Submit) id h0BB4CKL086923;
	Sat, 11 Jan 2003 17:04:12 +0600 (NOVT)
Message-Id: <200301111104.h0BB4CKL086923@regency.nsu.ru>
Date: Sat, 11 Jan 2003 17:04:12 +0600 (NOVT)
From: Alexey Dokuchaev <danfe@regency.nsu.ru>
Reply-To: Alexey Dokuchaev <danfe@regency.nsu.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: PORT-UPDATE: x11-wm/waimea 0.3.3 -> 0.4.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         46969
>Category:       ports
>Synopsis:       PORT-UPDATE: x11-wm/waimea 0.3.3 -> 0.4.0
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 11 03:10:01 PST 2003
>Closed-Date:    Sat Jan 11 16:04:41 PST 2003
>Last-Modified:  Sat Jan 11 16:04:41 PST 2003
>Originator:     Alexey Dokuchaev
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
CNIT NSU
>Environment:
System: FreeBSD entropy.land81.nsu.ru 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Sun Jan  5 05:13:41 NOVT 2003 root@entropy.land81.nsu.ru:/usr/src/sys/compile/ENTROPY i386
>Description:
This is long-awaited update of x11-wm/waimea port, an excellent window
manager for X11.  Patches of mine are no longer required, they made it
into this release.  I've also provided two knobs for users' convenience:
WITHOUT_PIXMAP (so it does not require Imlib2) and WITH_XFT2 (adding
optional dependency on x11-fonts/Xft).

Considering that 0.3.3 is pretty old by now, I'd like to get this
committed before 4.8 (and probably 5.0).  Sorry it took so long.
>How-To-Repeat:
N/A
>Fix:

# 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:
#
#	.
#	./pkg-plist
#	./Makefile
#	./pkg-comment
#	./pkg-descr
#	./distinfo
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xbin/waimea
Xshare/waimea/actions/action
Xshare/waimea/actions/action.click-to-focus
Xshare/waimea/actions/action.no-mouse
Xshare/waimea/actions/action.non-opaque
Xshare/waimea/actions/action.sloppy-focus
Xshare/waimea/backgrounds/waimea.png
Xshare/waimea/config
Xshare/waimea/menu
Xshare/waimea/scripts/filelist.pl
Xshare/waimea/scripts/procinfo.pl
Xshare/waimea/scripts/stylesdir.pl
Xshare/waimea/styles/Default.style
X@dirrm share/waimea/actions
X@dirrm share/waimea/backgrounds
X@dirrm share/waimea/scripts
X@dirrm share/waimea/styles
X@dirrm share/waimea
END-of-./pkg-plist
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	waimea
X# Date created:				27 May 2002
X# Whom:					Alexey Dokuchaev <danfe@regency.nsu.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	waimea
XPORTVERSION=	0.4.0
XCATEGORIES=	x11-wm
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	waimea
X
XMAINTAINER=	danfe@regency.nsu.ru
X
XUSE_BZIP2=	yes
XUSE_X_PREFIX=	yes
X
XGNU_CONFIGURE=	yes
X
XMAN1=		waimea.1
X
X.if !defined(WITHOUT_PIXMAP)
XLIB_DEPENDS+=	Imlib2.1:${PORTSDIR}/graphics/imlib2
X.endif
X
X.if defined(WITH_XFT2)
XLIB_DEPENDS+=	Xft2.2:${PORTSDIR}/x11-fonts/Xft
X.endif
X
X.include <bsd.port.mk>
END-of-./Makefile
echo x - ./pkg-comment
sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment'
XAn X11 window manager designed for maximum efficiency
END-of-./pkg-comment
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XThe design goal for waimea is to create the most efficient desktop
Xworking environment available, being fast and highly customizable
Xvirtual desktop window manager.  It uses blackbox image rendering engine
Xand can use Xft library for font rendering (anti-aliased font support).
XIt also features a very advanced configuration system with which it's
Xpossible to make waimea behave as almost any other window manager.
X
XFeatures already included are:
X
X    * Blackbox image rendering engine (blackbox style support)
X    * Virtual desktops
X    * Action configuration system
X    * Advanced menu system, dynamic menus
X    * Standard X core fonts
X    * Xft fonts (anti-aliased fonts, optional Xft2 support)
X    * Transparent textures and text, text shadow support
X    * Configurable titlebar buttons
X    * Dockapp handler system
X    * Task switcher
X    * Multiple screen support
X    * KDE3 and GNOME2 support
X    * Xinerama and RandR extension support
X
XWWW: http://waimea.sourceforge.net/
END-of-./pkg-descr
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (waimea-0.4.0.tar.bz2) = 0ce2ce92451e4e757a75c958b6acb87a
END-of-./distinfo
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sat Jan 11 16:04:23 PST 2003 
State-Changed-Why:  
Commited, thanks! Next time please submit as a diff instead of a shar-file. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46969 
>Unformatted:
