diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-08-27 11:13:14 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-08-27 11:13:14 +0000 |
commit | 241d52cc58e1930270107f68f31e2e2c2137725c (patch) | |
tree | fd0c9d754824677bd2eb679fde55acc4cf7111a8 /x11-themes | |
parent | 850f72cab954059765c25f8064477281c307d1d0 (diff) | |
download | ports-241d52cc58e1930270107f68f31e2e2c2137725c.tar.gz ports-241d52cc58e1930270107f68f31e2e2c2137725c.zip |
Add mosfet-liquid, a KDE style engine.
PR: 30026
Submitted by: Michiel De Wilde <michiel.dewilde@rug.ac.be>
Notes
Notes:
svn path=/head/; revision=46964
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/mosfet-liquid/Makefile | 27 | ||||
-rw-r--r-- | x11-themes/mosfet-liquid/distinfo | 1 | ||||
-rw-r--r-- | x11-themes/mosfet-liquid/pkg-comment | 1 | ||||
-rw-r--r-- | x11-themes/mosfet-liquid/pkg-descr | 23 | ||||
-rw-r--r-- | x11-themes/mosfet-liquid/pkg-plist | 15 |
5 files changed, 67 insertions, 0 deletions
diff --git a/x11-themes/mosfet-liquid/Makefile b/x11-themes/mosfet-liquid/Makefile new file mode 100644 index 000000000000..65ccd36289a8 --- /dev/null +++ b/x11-themes/mosfet-liquid/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: mosfet-liquid +# Date created: August 22 2001 +# Whom: Michiel De Wilde <michiel.dewilde@rug.ac.be> +# +# $FreeBSD$ +# + +PORTNAME= mosfet-liquid +PORTVERSION= 0.5.1 +CATEGORIES= x11-wm kde +MASTER_SITES= http://www.mosfet.org/ +DISTNAME= ${PORTNAME}${PORTVERSION} + +MAINTAINER= Michiel De Wilde <michiel.dewilde@rug.ac.be> + +BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \ + autoconf:${PORTSDIR}/devel/autoconf + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_KDELIBS_VER=2 +INSTALLS_SHLIB= yes + +pre-configure: + cd ${WRKSRC}; ${GMAKE} -f Makefile.cvs + +.include <bsd.port.mk> diff --git a/x11-themes/mosfet-liquid/distinfo b/x11-themes/mosfet-liquid/distinfo new file mode 100644 index 000000000000..0b279696a35b --- /dev/null +++ b/x11-themes/mosfet-liquid/distinfo @@ -0,0 +1 @@ +MD5 (mosfet-liquid0.5.1.tar.gz) = a9f02564bee5c6835ae5744bda9c982f diff --git a/x11-themes/mosfet-liquid/pkg-comment b/x11-themes/mosfet-liquid/pkg-comment new file mode 100644 index 000000000000..ff7e890c7799 --- /dev/null +++ b/x11-themes/mosfet-liquid/pkg-comment @@ -0,0 +1 @@ +A High Performance Liquid KDE style engine diff --git a/x11-themes/mosfet-liquid/pkg-descr b/x11-themes/mosfet-liquid/pkg-descr new file mode 100644 index 000000000000..d4068b48e6df --- /dev/null +++ b/x11-themes/mosfet-liquid/pkg-descr @@ -0,0 +1,23 @@ +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 diff --git a/x11-themes/mosfet-liquid/pkg-plist b/x11-themes/mosfet-liquid/pkg-plist new file mode 100644 index 000000000000..2eed8934d9f8 --- /dev/null +++ b/x11-themes/mosfet-liquid/pkg-plist @@ -0,0 +1,15 @@ +lib/kde2/libkwinliquid.la +lib/kde2/libkwinliquid.so +lib/libkcm_transmenu.la +lib/libkcm_transmenu.so +lib/liquid.la +lib/liquid.so +share/applnk/Settings/LookNFeel/transmenu.desktop +share/apps/kdisplay/color-schemes/Liquid.kcsrc +share/apps/kstyle/themes/liquid.themerc +share/apps/kwin/liquid.desktop +@dirrm share/apps/kwin/ +@dirrm share/apps/kstyle/themes +@dirrm share/apps/kdisplay/color-schemes +@dirrm share/applnk/Settings/LookNFeel +@dirrm lib/kde2 |