Mosfet has exited the OSS arena. This is now abandonware.
This commit is contained in:
parent
101369c87b
commit
b227613229
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66726
11 changed files with 0 additions and 183 deletions
|
@ -1,33 +0,0 @@
|
|||
# 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.9.5
|
||||
CATEGORIES= x11-wm kde
|
||||
#mosfet.org is up but not working ...
|
||||
#if mosfet doesn't come to his senses, this may be
|
||||
#the end of the line for this port.
|
||||
#MASTER_SITES= http://www.mosfet.org/ \
|
||||
MASTER_SITES= http://people.FreeBSD.org/~alane/mosfet/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@geeksrus.net
|
||||
|
||||
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \
|
||||
autoconf:${PORTSDIR}/devel/autoconf
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_KDEBASE_VER=3
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
BROKEN= "This port is scheduled for termination"
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} -f Makefile.cvs
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1 +0,0 @@
|
|||
MD5 (mosfet-liquid0.9.5.tar.gz) = 329abf9087d269f5b0be36aa3c06b1b8
|
|
@ -1 +0,0 @@
|
|||
A High Performance Liquid KDE style engine
|
|
@ -1,21 +0,0 @@
|
|||
High Performance Liquid KDE style engine
|
||||
|
||||
Features include:
|
||||
* 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.
|
||||
|
||||
MMM: http://www.mosfet.org/liquid.html <broken link>
|
||||
|
||||
- AlanE of KDE-FreeBSD team
|
|
@ -1,35 +0,0 @@
|
|||
lib/kde3/libkwinliquid.la
|
||||
lib/kde3/libkwinliquid.so
|
||||
lib/kde3/libkwinliquidmack.la
|
||||
lib/kde3/libkwinliquidmack.so
|
||||
lib/kde3/libkwinliquidold.la
|
||||
lib/kde3/libkwinliquidold.so
|
||||
lib/kde3/plugins/styles/liquid.la
|
||||
lib/kde3/plugins/styles/liquid.so
|
||||
lib/libkcm_liquid.la
|
||||
lib/libkcm_liquid.so
|
||||
share/applnk/Settings/LookNFeel/liquid.desktop
|
||||
share/apps/kdisplay/color-schemes/Liquid.kcsrc
|
||||
share/apps/ksplash/pics/splash_active_bar.png
|
||||
share/apps/ksplash/pics/splash_bottom.png
|
||||
share/apps/ksplash/pics/splash_inactive_bar.png
|
||||
share/apps/ksplash/pics/splash_top.png
|
||||
share/apps/kstyle/themes/liquid.themerc
|
||||
share/apps/kwin/liquid.desktop
|
||||
share/apps/kwin/liquidmack.desktop
|
||||
share/apps/kwin/liquidold.desktop
|
||||
@comment dirs
|
||||
@unexec rmdir %D/share/apps/kwin 2>/dev/null || true
|
||||
@unexec rmdir %D/share/apps/kstyle/themes 2>/dev/null || true
|
||||
@unexec rmdir %D/share/apps/kstyle 2>/dev/null || true
|
||||
@unexec rmdir %D/share/apps/ksplash/pics 2>/dev/null || true
|
||||
@unexec rmdir %D/share/apps/ksplash 2>/dev/null || true
|
||||
@unexec rmdir %D/share/apps/kdisplay/color-schemes 2>/dev/null || true
|
||||
@unexec rmdir %D/share/apps/kdisplay 2>/dev/null || true
|
||||
@unexec rmdir %D/share/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk/Settings/LookNFeel 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk/Settings 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/kde3/plugins/styles 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/kde3/plugins 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/kde3 2>/dev/null || true
|
|
@ -57,7 +57,6 @@
|
|||
SUBDIR += metacity
|
||||
SUBDIR += metacity-setup
|
||||
SUBDIR += mlvwm
|
||||
SUBDIR += mosfet-liquid
|
||||
SUBDIR += novawm
|
||||
SUBDIR += olvwm
|
||||
SUBDIR += openbox
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
# 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.9.5
|
||||
CATEGORIES= x11-wm kde
|
||||
#mosfet.org is up but not working ...
|
||||
#if mosfet doesn't come to his senses, this may be
|
||||
#the end of the line for this port.
|
||||
#MASTER_SITES= http://www.mosfet.org/ \
|
||||
MASTER_SITES= http://people.FreeBSD.org/~alane/mosfet/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@geeksrus.net
|
||||
|
||||
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \
|
||||
autoconf:${PORTSDIR}/devel/autoconf
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_KDEBASE_VER=3
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
BROKEN= "This port is scheduled for termination"
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} -f Makefile.cvs
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1 +0,0 @@
|
|||
MD5 (mosfet-liquid0.9.5.tar.gz) = 329abf9087d269f5b0be36aa3c06b1b8
|
|
@ -1 +0,0 @@
|
|||
A High Performance Liquid KDE style engine
|
|
@ -1,21 +0,0 @@
|
|||
High Performance Liquid KDE style engine
|
||||
|
||||
Features include:
|
||||
* 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.
|
||||
|
||||
MMM: http://www.mosfet.org/liquid.html <broken link>
|
||||
|
||||
- AlanE of KDE-FreeBSD team
|
|
@ -1,35 +0,0 @@
|
|||
lib/kde3/libkwinliquid.la
|
||||
lib/kde3/libkwinliquid.so
|
||||
lib/kde3/libkwinliquidmack.la
|
||||
lib/kde3/libkwinliquidmack.so
|
||||
lib/kde3/libkwinliquidold.la
|
||||
lib/kde3/libkwinliquidold.so
|
||||
lib/kde3/plugins/styles/liquid.la
|
||||
lib/kde3/plugins/styles/liquid.so
|
||||
lib/libkcm_liquid.la
|
||||
lib/libkcm_liquid.so
|
||||
share/applnk/Settings/LookNFeel/liquid.desktop
|
||||
share/apps/kdisplay/color-schemes/Liquid.kcsrc
|
||||
share/apps/ksplash/pics/splash_active_bar.png
|
||||
share/apps/ksplash/pics/splash_bottom.png
|
||||
share/apps/ksplash/pics/splash_inactive_bar.png
|
||||
share/apps/ksplash/pics/splash_top.png
|
||||
share/apps/kstyle/themes/liquid.themerc
|
||||
share/apps/kwin/liquid.desktop
|
||||
share/apps/kwin/liquidmack.desktop
|
||||
share/apps/kwin/liquidold.desktop
|
||||
@comment dirs
|
||||
@unexec rmdir %D/share/apps/kwin 2>/dev/null || true
|
||||
@unexec rmdir %D/share/apps/kstyle/themes 2>/dev/null || true
|
||||
@unexec rmdir %D/share/apps/kstyle 2>/dev/null || true
|
||||
@unexec rmdir %D/share/apps/ksplash/pics 2>/dev/null || true
|
||||
@unexec rmdir %D/share/apps/ksplash 2>/dev/null || true
|
||||
@unexec rmdir %D/share/apps/kdisplay/color-schemes 2>/dev/null || true
|
||||
@unexec rmdir %D/share/apps/kdisplay 2>/dev/null || true
|
||||
@unexec rmdir %D/share/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk/Settings/LookNFeel 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk/Settings 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/kde3/plugins/styles 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/kde3/plugins 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/kde3 2>/dev/null || true
|
Loading…
Reference in a new issue