Port details |
- ksteak KDE frontend for steak, an English - German dictionary
- 1.0.0.p2_9 german
=6 1.0.0.p2_9Version of this port present on the latest quarterly branch.
- Maintainer: conrads@cox.net
- Port Added: 2003-02-17 15:33:57
- Last Update: 2013-07-26 19:19:21
- SVN Revision: 323748
- People watching this port, also watch:: kile, krename
- Also Listed In: ipv6 kde
- License: not specified in port
- WWW:
- http://www.der-fritz.de/ksteak/
- Description:
- KSteak is a KDE frontend for steak, an english - german dictionary.
KSteak translates a given word or the lastest one in the X-Clipboard.
Since version 0.2 KSteak can be docked on the KDE-panel (kicker).
WWW: http://www.der-fritz.de/ksteak/
Heiner
h.eichmann@gmx.de
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- de-ksteak>0:german/ksteak
- No installation instructions:
- This port has been deleted.
- PKGNAME: de-ksteak
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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:
-
- moc : x11-toolkits/qt33
- gmake : devel/gmake
- libtool>=2.4 : devel/libtool
- pkgconf : devel/pkgconf
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- Runtime dependencies:
-
- steak : german/steak
- moc : x11-toolkits/qt33
- pkgconf : devel/pkgconf
- libgiofam.so : devel/gio-fam-backend
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- Library dependencies:
-
- kimproxy.0 : x11/kdelibs3
- atk-1.0.0 : accessibility/atk
- gdk_pixbuf-2.0.0 : graphics/gdk-pixbuf2
- glib-2.0.0 : devel/glib20
- pango-1.0.0 : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
1.0.0.p2_9 26 Jul 2013 19:19:21 |
rene |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt |
1.0.0.p2_9 29 Jul 2012 11:17:04 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
1.0.0.p2_9 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.0.0.p2_8 10 Sep 2011 06:23:25 |
sunpoet |
- Pass maintainership to new volunteer
- Remove DEPRECATED and EXPIRATION_DATE |
1.0.0.p2_8 02 Jul 2011 14:49:13 |
miwi |
- Mark Deprecate Development has ceased.
PR: 158504
Submitted by: "Simon Olofsson" <simon@olofsson.de> |
1.0.0.p2_8 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
1.0.0.p2_8 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.0.0.p2_8 01 Jun 2010 00:10:57 |
sylvio |
- Drop maintainership
- Add INSTALLS_ICONS
PR: ports/147260
Submitted by: Heiner <h.eichmann@gmx.de> (maintainer) |
1.0.0.p2_8 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.0.0.p2_7 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.0.0.p2_6 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.0.0.p2_6 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 |
1.0.0.p2_5 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.0.0.p2_5 06 Jun 2008 13:32:25 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.0.0.p2_4 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.0.0.p2_4 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.0.0.p2_3 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.0.0.p2_2 22 Jan 2006 11:27:06 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.0.p2_2 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.0.0.p2_2 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.0.0.p2_1 14 Apr 2005 14:00:58 |
vs |
Unbreak: Fix plist
PR: ports/79256
Submitted by: maintainer |
1.0.0.p2_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.0.0.p2_1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.0.0.p2_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.0.0.p2 28 Feb 2005 00:21:23 |
kris |
BROKEN: Incomplete pkg-plist |
1.0.0.p2 09 Jan 2005 17:04:06 |
arved |
Fix build after one of the recent pthread-changes
PR: 75974
Reported by: Siegbert Baude <siegbert.baude@gmx.de> |
1.0.0.p2 21 Dec 2004 09:29:56 |
vs |
Update to 1.0.0.p2 (pre2)
PR: ports/75230
Submitted by: maintainer |
0.9.4_2 15 Dec 2004 16:27:38 |
lofi |
Remove bogus spam I had in my cvs checkout and committed along with KDE.
Pointy hat to: me |
0.9.4_2 13 Dec 2004 20:12:15 |
lofi |
Update to KDE 3.3.2 |
0.9.4_2 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
0.9.4_2 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.9.4_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.9.4_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.9.4_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.9.4 13 Jun 2003 11:36:33 |
arved |
Update to 0.9.4
PR: 53260
Submitted by: maintainer |
0.9.3 17 Feb 2003 15:33:30 |
arved |
Add ksteak, a KDE Frontend for steak
PR: 46762
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> |