Skip site navigation (1)Skip section navigation (2)
Date:      19 Nov 2001 07:14:23 -0000
From:      Michiel De Wilde <michiel.dewilde@rug.ac.be>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32099: Update port: x11-wm/mosfet-liquid (BY MAINTAINER)
Message-ID:  <20011119071423.28222.qmail@mdw.elis.rug.ac.be>

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

>Number:         32099
>Category:       ports
>Synopsis:       Update port: x11-wm/mosfet-liquid (BY MAINTAINER)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 18 23:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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