Port details |
- plasma-applet-teacooker KDE4 tea cooker plasma applet
- 0.3.0_13 deskutils
=0 0.3.0_13Version of this port present on the latest quarterly branch.
- DEPRECATED: KDE4 is EOL upstream
This port expired on: 2018-12-31
- Maintainer: jhale@FreeBSD.org
- Port Added: 2008-10-12 09:25:52
- Last Update: 2018-12-31 17:55:45
- SVN Revision: 488807
- Also Listed In: kde
- License: GPLv3
- WWW:
- http://www.kde-look.org/content/show.php?content=85564
- Description:
- Tea Cooker is a Plasma applet for KDE4 to assist all lovers of tea in the task
of steeping tea for just the perfect length of time.
WWW: http://www.kde-look.org/content/show.php?content=85564
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- plasma-applet-teacooker>0:deskutils/plasma-applet-teacooker
- No installation instructions:
- This port has been deleted.
- PKGNAME: plasma-applet-teacooker
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (85564-TeaCooker.tar.gz) = a6306b4bccf04c65429d390abeeb5bd8dda8b1993c7009bbc63520cd2e8e905c
SIZE (85564-TeaCooker.tar.gz) = 81577
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- ninja : devel/ninja
- automoc4 : devel/automoc4
- moc : devel/qt4-moc
- qmake : devel/qt4-qmake
- rcc : devel/qt4-rcc
- uic : devel/qt4-uic
- Library dependencies:
-
- libkdecore.so : x11/kdelibs-kde4
- libQtDBus.so : devel/qt4-dbus
- libQtGui.so : x11-toolkits/qt4-gui
- libQtNetwork.so : net/qt4-network
- libQtOpenGL.so : graphics/qt4-opengl
- libQtSvg.so : graphics/qt4-svg
- libQtWebKit.so : www/qt4-webkit
- libQtXml.so : textproc/qt4-xml
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- cmake kde:4 qt:4
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.0_13 31 Dec 2018 17:55:45 |
rene |
Remove KDE4, part 5
2018-12-31 korean/kde4-l10n: KDE4 is EOL upstream
2018-12-31 net/kget-kde4: KDE4 is EOL upstream
2018-12-31 net/kdenetwork-strigi-analyzers-kde4: KDE4 is EOL upstream
2018-12-31 net/zeroconf-ioslave-kde4: KDE4 is EOL upstream
2018-12-31 net/libkfbapi: Qt4 has been EOL since december 2015
2018-12-31 net/kdenetwork-kde4: KDE4 is EOL upstream
2018-12-31 net/kwooty: Qt4 has been EOL since december 2015
2018-12-31 net/kdenetwork-filesharing-kde4: KDE4 is EOL upstream
2018-12-31 net/libmediawiki-kde4: KDE4 is EOL upstream
2018-12-31 net/kio-upnp-ms: Qt4 has been EOL since december 2015
2018-12-31 net/libkvkontakte-kde4: KDE4 is EOL upstream
2018-12-31 net/krfb-kde4: KDE4 is EOL upstream
2018-12-31 net/smb4k-kde4: Qt4 has been EOL since december 2015
2018-12-31 net/krdc-kde4: KDE4 is EOL upstream (Only the first 15 lines of the commit message are shown above ) |
0.3.0_13 30 Aug 2018 22:35:20 |
jhale |
Deprecate KDE4 plasma applets that I maintain. KDE4 is now marked DEPRECATED
and these are useless outside of the KDE4 workspace. |
0.3.0_13 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
0.3.0_13 10 Feb 2018 10:29:51 |
tcberner |
Rename KDE4 meta ports
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE
applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979 |
0.3.0_12 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
0.3.0_11 24 Aug 2016 08:20:31 |
tcberner |
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4] (Only the first 15 lines of the commit message are shown above ) |
25 May 2016 20:56:06
|
rene |
Remove expired misc/kdehier4 and update all of its consumers to not reference it
any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542 |
0.3.0_11 22 Sep 2014 12:29:28 |
jhale |
- Trim @dirrm[try] from pkg-plist |
0.3.0_11 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.3.0_10 15 Aug 2014 20:37:33 |
mandree |
Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)
Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130
Couple OpenEXR more tightly to ilmbase and require its exact .so
version.
Add UPDATING note, and bump PORTREVISION of all dependent ports.
Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.
Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) |
0.3.0_9 03 Jun 2014 16:20:48 |
jhale |
- STAGEify
- Add LICENSE where needed
- Make COMMENT more concise
- Convert USE_BZIP2 -> USES=tar:bzip2 |
0.3.0_9 18 Feb 2014 14:31:33 |
makc |
- Bump PORTREVISION after KDE4_PREFIX change |
0.3.0_8 20 Sep 2013 16:21:38 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
0.3.0_8 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.3.0_8 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
0.3.0_8 13 Sep 2012 04:45:59 |
jhale |
- Update MAINTAINER to my new FreeBSD.org address
Approved by: makc (mentor) |
0.3.0_8 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
0.3.0_8 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.3.0_7 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
0.3.0_6 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.3.0_6 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.3.0_5 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.3.0_4 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.3.0_3 03 Apr 2009 09:07:21 |
miwi |
- Change KDE4 dependency from workspace to kdelibs since Plasma moved
- Add MAKE_JOBS_SAFE
- Bump PORTREVISION
PR: 133298
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) |
0.3.0_2 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
0.3.0_1 13 Feb 2009 12:50:49 |
miwi |
- Unbreak
- Fix build with KDE 4.2.0
PR: 131552
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) |
0.3.0 08 Feb 2009 20:23:46 |
miwi |
The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.
New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.
New ports for KDE 4.2.0:
arabic/kde4-l10n Arabic
hebrew/kde4-l10n Hebrew
misc/kde4-l10n-bn_IN Bengali (India)
misc/kde4-l10n-eu Basque (Only the first 15 lines of the commit message are shown above ) |
0.3.0 12 Oct 2008 09:25:21 |
miwi |
Tea Cooker is a Plasma applet for KDE4 to assist all lovers of tea in the task
of steeping tea for just the perfect length of time.
WWW: http://www.kde-look.org/content/show.php?content=85564
PR: ports/127958
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> |