From owner-freebsd-ports Sun Nov 18 23:20:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BAE437B41A for ; Sun, 18 Nov 2001 23:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAJ7K1w88137; Sun, 18 Nov 2001 23:20:01 -0800 (PST) (envelope-from gnats) 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 ; 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 To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32099: Update port: x11-wm/mosfet-liquid (BY MAINTAINER) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 >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 -* 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