From mdewilde@mdw.elis.rug.ac.be  Sun Nov 18 23:14:29 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 F2D0F37B405
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 18 Nov 2001 23:14:28 -0800 (PST)
Received: (qmail 28223 invoked by uid 1000); 19 Nov 2001 07:14:23 -0000
Message-Id: <20011119071423.28222.qmail@mdw.elis.rug.ac.be>
Date: 19 Nov 2001 07:14:23 -0000
From: Michiel De Wilde <michiel.dewilde@rug.ac.be>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: x11-wm/mosfet-liquid (BY MAINTAINER)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         32099
>Category:       ports
>Synopsis:       Update port: x11-wm/mosfet-liquid (BY MAINTAINER)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 18 23:20:00 PST 2001
>Closed-Date:    Sat Dec 15 06:06:37 PST 2001
>Last-Modified:  Sat Dec 15 06:06:57 PST 2001
>Originator:     Michiel De Wilde <michiel.dewilde@rug.ac.be>
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
Ghent University
>Environment:
System: FreeBSD mdw.elis.rug.ac.be 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Nov 5 13:58:48 CET 2001 root@mdw.elis.rug.ac.be:/usr/obj/usr/src/sys/mdw.elis.rug.ac.be i386


	
>Description:
Update from 0.6 to 0.7.
	
>How-To-Repeat:
	
>Fix:
diff -ur Makefile.orig Makefile
--- Makefile.orig	Mon Nov 19 07:38:55 2001
+++ Makefile	Mon Nov 19 07:44:25 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mosfet-liquid
-PORTVERSION=	0.6
+PORTVERSION=	0.7
 CATEGORIES=	x11-wm kde
 MASTER_SITES=	http://www.mosfet.org/
 DISTNAME=	${PORTNAME}${PORTVERSION}
diff -ur distinfo.orig distinfo
--- distinfo.orig	Mon Nov 19 07:38:55 2001
+++ distinfo	Mon Nov 19 07:44:42 2001
@@ -1 +1 @@
-MD5 (mosfet-liquid0.6.tar.gz) = bccb73771728ae9887d2cc7acb1df654
+MD5 (mosfet-liquid0.7.tar.gz) = b7211795f3f8165734a894cc125e386b
diff -ur pkg-descr.orig pkg-descr
--- pkg-descr.orig	Mon Nov 19 07:38:55 2001
+++ pkg-descr	Mon Nov 19 08:04:34 2001
@@ -1,23 +1,39 @@
-Future Technologies High Performance Liquid KDE style engine
+High Performance Liquid KDE style engine
+
+Some time ago I tried making a efficent and streamlined version of a liquid
+style UI by making a dedicated widget style engine (which uses custom C++ code
+to render the widgets). Like many things, this interested me for a few hours
+then my attention span dwindled and I went out dancing instead ;-) This is
+another one of the many toys I had sitting on my hard drive but never bothered
+to complete until now.
+
+I wanted to make this engine very high performance, and I think I've done that:
+making a liquid style UI perform very well under X11.
+
 
 Features:
 
-* Translucent Menus. 
+* Translucent Menus.
+
+* High performance. No scaling is required, and caching (thus memory usage) is
+  kept to a minimum. Custom tile drawing code is used for maximum speed. 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. I've even
+  gotten emails from a couple users using it over remote X terminals and they
+  report good speed results! :)
+
+* 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.
+
+* 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.
+
 
-* 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. 
+--Daniel M. Duley <mosfet@interaccess.com>
 
-* Automagically themes the KDE panel, according to the color scheme. 
 
 WWW: http://www.mosfet.org/liquid.html
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Sat Dec 15 06:06:37 PST 2001 
State-Changed-Why:  
Committed, Thanks! 

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