summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-themes/mosfet-liquid/Makefile27
-rw-r--r--x11-themes/mosfet-liquid/distinfo1
-rw-r--r--x11-themes/mosfet-liquid/pkg-comment1
-rw-r--r--x11-themes/mosfet-liquid/pkg-descr23
-rw-r--r--x11-themes/mosfet-liquid/pkg-plist15
-rw-r--r--x11-wm/Makefile1
-rw-r--r--x11-wm/mosfet-liquid/Makefile27
-rw-r--r--x11-wm/mosfet-liquid/distinfo1
-rw-r--r--x11-wm/mosfet-liquid/pkg-comment1
-rw-r--r--x11-wm/mosfet-liquid/pkg-descr23
-rw-r--r--x11-wm/mosfet-liquid/pkg-plist15
11 files changed, 135 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
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index be27a253d1b6..0573933d30f6 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -39,6 +39,7 @@
SUBDIR += libepplet
SUBDIR += lwm
SUBDIR += mlvwm
+ SUBDIR += mosfet-liquid
SUBDIR += olvwm
SUBDIR += oroborus
SUBDIR += phluid
diff --git a/x11-wm/mosfet-liquid/Makefile b/x11-wm/mosfet-liquid/Makefile
new file mode 100644
index 000000000000..65ccd36289a8
--- /dev/null
+++ b/x11-wm/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-wm/mosfet-liquid/distinfo b/x11-wm/mosfet-liquid/distinfo
new file mode 100644
index 000000000000..0b279696a35b
--- /dev/null
+++ b/x11-wm/mosfet-liquid/distinfo
@@ -0,0 +1 @@
+MD5 (mosfet-liquid0.5.1.tar.gz) = a9f02564bee5c6835ae5744bda9c982f
diff --git a/x11-wm/mosfet-liquid/pkg-comment b/x11-wm/mosfet-liquid/pkg-comment
new file mode 100644
index 000000000000..ff7e890c7799
--- /dev/null
+++ b/x11-wm/mosfet-liquid/pkg-comment
@@ -0,0 +1 @@
+A High Performance Liquid KDE style engine
diff --git a/x11-wm/mosfet-liquid/pkg-descr b/x11-wm/mosfet-liquid/pkg-descr
new file mode 100644
index 000000000000..d4068b48e6df
--- /dev/null
+++ b/x11-wm/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-wm/mosfet-liquid/pkg-plist b/x11-wm/mosfet-liquid/pkg-plist
new file mode 100644
index 000000000000..2eed8934d9f8
--- /dev/null
+++ b/x11-wm/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