From mdewilde@mdw.elis.rug.ac.be  Fri Aug 24 05:33:30 2001
Return-Path: <mdewilde@mdw.elis.rug.ac.be>
Received: from mdw.elis.rug.ac.be (mdw.elis.rug.ac.be [157.193.67.161])
	by hub.freebsd.org (Postfix) with SMTP id 85AEE37B40D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 Aug 2001 05:33:29 -0700 (PDT)
	(envelope-from mdewilde@mdw.elis.rug.ac.be)
Received: (qmail 775 invoked by uid 1000); 24 Aug 2001 12:33:27 -0000
Message-Id: <20010824123327.774.qmail@mdw.elis.rug.ac.be>
Date: 24 Aug 2001 12:33:27 -0000
From: Michiel De Wilde <michiel.dewilde@rug.ac.be>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Dmitry Sivachenko <demon@FreeBSD.org>
Subject: New port: x11-wm/mosfet-liquid: A High Performance Liquid KDE style engine
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30026
>Category:       ports
>Synopsis:       New port: x11-wm/mosfet-liquid: A High Performance Liquid KDE style engine
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    olgeni
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 24 05:40:00 PDT 2001
>Closed-Date:    Mon Aug 27 04:13:24 PDT 2001
>Last-Modified:  Mon Aug 27 04:14:06 PDT 2001
>Originator:     Michiel De Wilde <michiel.dewilde@rug.ac.be>
>Release:        FreeBSD 4.4-RC i386
>Organization:
Ghent University, Belgium
>Environment:
System: FreeBSD D5E0035D.kabel.telenet.be 4.4-RC FreeBSD 4.4-RC #2: Thu Aug 23 08:39:08 CEST 2001 root@D5E00106.kabel.telenet.be:/usr/src/sys/compile/beestjekriebeltje i386
>Description:
Future Technologies High Performance Liquid KDE style engine

Features:

* Translucent Menus. 

* Colors are fully configurable. This is really cool with this style. It
  also handles custom colors like KCalc's correctly. Check out the 
  screenshots below. 

* High performance. No scaling is required, and caching (thus memory 
  usage) is kept to a minimum. I wanted to create a style engine that both 
  looked cool and is usable on an everyday basis by people doing stuff 
  like compiling all day. 

* Mouse Hover is supported for Pushbuttons, ComboBoxes, RadioButtons, 
  CheckBoxes, and ScrollBars. This doesn't use the crappy "draw a box 
  around the widget" mouse hover, either, but makes the widget appear to 
  light up. 

* Automagically themes the KDE panel, according to the color scheme. 

WWW: http://www.mosfet.org/liquid.html
>How-To-Repeat:
>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:
#
#	mosfet-liquid
#	mosfet-liquid/Makefile
#	mosfet-liquid/distinfo
#	mosfet-liquid/pkg-comment
#	mosfet-liquid/pkg-plist
#	mosfet-liquid/pkg-descr
#
echo c - mosfet-liquid
mkdir -p mosfet-liquid > /dev/null 2>&1
echo x - mosfet-liquid/Makefile
sed 's/^X//' >mosfet-liquid/Makefile << 'END-of-mosfet-liquid/Makefile'
X# New ports collection makefile for:	mosfet-liquid
X# Date created:		August 22 2001
X# Whom:			Michiel De Wilde <michiel.dewilde@rug.ac.be>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mosfet-liquid
XPORTVERSION=	0.5.1
XCATEGORIES=	x11-wm kde
XMASTER_SITES=	http://www.mosfet.org/
XDISTNAME=	${PORTNAME}${PORTVERSION}
X
XMAINTAINER=	Michiel De Wilde <michiel.dewilde@rug.ac.be>
X
XBUILD_DEPENDS=	automake:${PORTSDIR}/devel/automake \
X		autoconf:${PORTSDIR}/devel/autoconf
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XUSE_KDELIBS_VER=2
XINSTALLS_SHLIB=	yes
X
Xpre-configure:
X	cd ${WRKSRC}; ${GMAKE} -f Makefile.cvs
X
X.include <bsd.port.mk>
END-of-mosfet-liquid/Makefile
echo x - mosfet-liquid/distinfo
sed 's/^X//' >mosfet-liquid/distinfo << 'END-of-mosfet-liquid/distinfo'
XMD5 (mosfet-liquid0.5.1.tar.gz) = a9f02564bee5c6835ae5744bda9c982f
END-of-mosfet-liquid/distinfo
echo x - mosfet-liquid/pkg-comment
sed 's/^X//' >mosfet-liquid/pkg-comment << 'END-of-mosfet-liquid/pkg-comment'
XA High Performance Liquid KDE style engine
END-of-mosfet-liquid/pkg-comment
echo x - mosfet-liquid/pkg-plist
sed 's/^X//' >mosfet-liquid/pkg-plist << 'END-of-mosfet-liquid/pkg-plist'
Xshare/apps/kdisplay/color-schemes/Liquid.kcsrc
Xlib/libkcm_transmenu.so
Xlib/libkcm_transmenu.la
Xshare/applnk/Settings/LookNFeel/transmenu.desktop
Xlib/kde2/libkwinliquid.so
Xlib/kde2/libkwinliquid.la
Xshare/apps/kwin/liquid.desktop
Xlib/liquid.so
Xlib/liquid.la
Xshare/apps/kstyle/themes/liquid.themerc
X@dirrm share/apps/kstyle/themes
X@dirrm share/apps/kwin/
X@dirrm lib/kde2
X@dirrm share/applnk/Settings/LookNFeel
X@dirrm share/apps/kdisplay/color-schemes
END-of-mosfet-liquid/pkg-plist
echo x - mosfet-liquid/pkg-descr
sed 's/^X//' >mosfet-liquid/pkg-descr << 'END-of-mosfet-liquid/pkg-descr'
XFuture Technologies High Performance Liquid KDE style engine
X
XFeatures:
X
X* Translucent Menus. 
X
X* Colors are fully configurable. This is really cool with this style. It
X  also handles custom colors like KCalc's correctly. Check out the 
X  screenshots below. 
X
X* High performance. No scaling is required, and caching (thus memory 
X  usage) is kept to a minimum. I wanted to create a style engine that both 
X  looked cool and is usable on an everyday basis by people doing stuff 
X  like compiling all day. 
X
X* Mouse Hover is supported for Pushbuttons, ComboBoxes, RadioButtons, 
X  CheckBoxes, and ScrollBars. This doesn't use the crappy "draw a box 
X  around the widget" mouse hover, either, but makes the widget appear to 
X  light up. 
X
X* Automagically themes the KDE panel, according to the color scheme. 
X
XWWW: http://www.mosfet.org/liquid.html
END-of-mosfet-liquid/pkg-descr
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->olgeni 
Responsible-Changed-By: olgeni 
Responsible-Changed-When: Sat Aug 25 05:49:13 PDT 2001 
Responsible-Changed-Why:  
I'll handle this. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30026 
State-Changed-From-To: open->closed 
State-Changed-By: olgeni 
State-Changed-When: Mon Aug 27 04:13:24 PDT 2001 
State-Changed-Why:  
Committed, thanks! (I just sorted the plist) 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30026 
>Unformatted:
