notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
kappdock A dock-like applet for KDE3
0.46.1_11 x11-wm Deleted on this many watch lists=7 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.46.1_11Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Upstream disapear and distfile is no more available
Expired This port expired on: 2011-05-01
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2001-03-25 02:41:10
Last Update: 2011-05-01 15:11:14
SVN Revision: UNKNOWN
Also Listed In: ipv6 kde
License: not specified in port
WWW:
http://www.Informatik.Uni-Oldenburg.DE/~bigboss/kappdock/
Description:
Kappdock is a kicker applet for KDE3 that is able to swallow small X-applications. It was originally designed to embed WindowMaker dock applets, but it can also handle other programs. WWW: http://www.Informatik.Uni-Oldenburg.DE/~bigboss/kappdock/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • kappdock>0:x11-wm/kappdock
No installation instructions:
This port has been deleted.
PKGNAME: kappdock
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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. moc : x11-toolkits/qt33
  2. gmake : devel/gmake
  3. libtool>=2.4 : devel/libtool
Runtime dependencies:
  1. moc : x11-toolkits/qt33
Library dependencies:
  1. kimproxy.0 : x11/kdelibs3
  2. intl : devel/gettext
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:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://www.Informatik.Uni-Oldenburg.DE/~bigboss/kappdock/
Collapse this list.

Number of commits found: 30

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.46.1_11
01 May 2011 15:11:14
Original commit files touched by this commit
bapt search for other commits by this committer
Removed unmaintained expired ports from x11-wm

2011-05-01 x11-wm/kappdock: Upstream disapear and distfile is no more available
2011-05-01 x11-wm/olvwm: Upstream disapear and distfile is no more available
2011-05-01 x11-wm/wmg: Upstream disapear and distfile is no more available
0.46.1_11
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.46.1_11
11 Mar 2011 13:14:11
Original commit files touched by this commit
bapt search for other commits by this committer
Deprecate unmaintained ports from x11-wm where upstream disapear and/or where no
distfiles can be found
0.46.1_11
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
0.46.1_11
31 May 2010 02:01:56
Original commit files touched by this commit
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
0.46.1_10
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
0.46.1_9
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
0.46.1_8
02 Aug 2009 19:36:34
Original commit files touched by this commit
mezz search for other commits by this committer
-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
0.46.1_8
31 Jul 2009 13:57:52
Original commit files touched by this commit
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
0.46.1_7
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
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 View all of this commit message)
0.46.1_7
06 Jun 2008 14:17:21
Original commit files touched by this commit
edwin search for other commits by this committer
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)
0.46.1_6
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
0.46.1_5
05 Apr 2006 05:46:33
Original commit files touched by this commit
linimon search for other commits by this committer
Reset jeremy@external.org who has not responded to email asking about
maintainer timeouts.

Hat:    portmgr
0.46.1_5
23 Feb 2006 10:40:45
Original commit files touched by this commit
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
0.46.1_5
24 Jan 2006 03:16:52
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
0.46.1_5
05 Nov 2005 05:22:06
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
0.46.1_4
12 Mar 2005 10:54:27
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
0.46.1_3
05 Apr 2004 03:31:02
Original commit files touched by this commit
marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
0.46.1_2
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
0.46.1_2
04 Feb 2004 04:36:30
Original commit files touched by this commit
marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
0.46.1_1
23 Jan 2004 18:12:26
Original commit files touched by this commit
trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
0.46.1_1
26 Aug 2003 20:25:58
Original commit files touched by this commit
marcus search for other commits by this committer
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
0.46.1
25 Aug 2003 05:41:38
Original commit files touched by this commit
marcus search for other commits by this committer
Chase the libintl.so shared lib version.
0.46.1
21 Feb 2003 14:19:11
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
0.46.1
20 Sep 2002 22:19:32
Original commit files touched by this commit
alane search for other commits by this committer
Update to kde3.
0.43_1
01 Aug 2002 16:22:41
Original commit files touched by this commit
ade search for other commits by this committer
Chase shlib rev of devel/gettext

Submitted by:   lots and lots
Pointy hat to:  ade
0.43_1
12 Apr 2002 17:10:20
Original commit files touched by this commit
ade search for other commits by this committer
gettext upgrade uber-patch (stage 3)

- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:    portmgr
0.43
15 Mar 2002 19:44:29
Original commit files touched by this commit
ade search for other commits by this committer
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:    portmgr
08 Apr 2001 04:34:12
commit hash: fp1.12242@dev.null.freshports.orgcommit hash: fp1.12242@dev.null.freshports.orgcommit hash: fp1.12242@dev.null.freshports.orgcommit hash: fp1.12242@dev.null.freshports.org files touched by this commit
will search for other commits by this committer
Fix PLIST, original date written, and use USE_QT_VER=2.    
25 Mar 2001 05:41:10
commit hash: fp1.11552@dev.null.freshports.orgcommit hash: fp1.11552@dev.null.freshports.orgcommit hash: fp1.11552@dev.null.freshports.orgcommit hash: fp1.11552@dev.null.freshports.org files touched by this commit
will search for other commits by this committer
Add kappdock 0.43, a dock-like applet for KDE2.    

Number of commits found: 30