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
kf A simple Jabber client using the GTK+ 2.0 toolkit
0.5.4.1_8 net-im Deleted on this many watch lists=0 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.5.4.1_8Version 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: 2005-11-09 17:32:58
Last Update: 2011-05-02 06:09:00
SVN Revision: UNKNOWN
License: not specified in port
WWW:
http://kf.jabberstudio.org/
Description:
kf is Open Source Jabber client for GNU/Linux operating system. It aims to be both simple and powerful and is designed for advanced user. WWW: http://kf.jabberstudio.org/
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:
  • kf>0:net-im/kf
No installation instructions:
This port has been deleted.
PKGNAME: kf
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. x11.pc : x11/libX11
  2. xscrnsaver.pc : x11/libXScrnSaver
  3. intltool-extract : textproc/intltool
  4. pkg-config : devel/pkg-config
Runtime dependencies:
  1. x11.pc : x11/libX11
  2. xscrnsaver.pc : x11/libXScrnSaver
  3. pkg-config : devel/pkg-config
  4. libgiofam.so : devel/gio-fam-backend
Library dependencies:
  1. loudmouth-1.0 : net-im/loudmouth
  2. gtkspell.0 : textproc/gtkspell
  3. intl : devel/gettext
  4. atk-1.0.0 : accessibility/atk
  5. glib-2.0.0 : devel/glib20
  6. gtk-x11-2.0.0 : x11-toolkits/gtk20
  7. glade-2.0.0 : devel/libglade2
  8. xml2.5 : textproc/libxml2
  9. pango-1.0.0 : x11-toolkits/pango
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for kf-0.5.4.1_8: GTKSPELL=on (default) "Spell checking support" NLS=on (default) "Native Language Support" ===> Use 'make config' to modify these settings
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (4 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://files.jabberstudio.org/kf/
  3. http://freebsd.unixfreunde.de/sources/
  4. http://jabberstudio.rediris.es/kf/
Collapse this list.

Number of commits found: 27

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5.4.1_8
02 May 2011 06:09:00
Original commit files touched by this commit
bapt search for other commits by this committer
Remove unmaintained expired ports from net-im
2011-05-01 net-im/aim: Upstream disapear and distfile is no more available
2011-05-01 net-im/jit: Upstream disapear and distfile is no more available
2011-05-01 net-im/kf: Upstream disapear and distfile is no more available
0.5.4.1_8
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.5.4.1_8
14 Mar 2011 12:49:31
Original commit files touched by this commit
bapt search for other commits by this committer
Deprecate unmaintained ports from net-im where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
0.5.4.1_8
01 Dec 2010 23:38:49
Original commit files touched by this commit
linimon search for other commits by this committer
Reset anray@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:            portmgr
0.5.4.1_8
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.5.4.1_7
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.5.4.1_6
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.5.4.1_5
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.5.4.1_4
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.5.4.1_4
06 Jun 2008 13:51:54
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.5.4.1_3
19 Apr 2008 17:56:05
Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- 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)
0.5.4.1_2
23 Mar 2008 11:11:33
Original commit files touched by this commit
miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
0.5.4.1_2
20 Mar 2008 09:56:52
Original commit files touched by this commit
pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
0.5.4.1_2
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.5.4.1_1
28 Aug 2006 17:27:02
Original commit files touched by this commit
anray search for other commits by this committer
Fix build on 7-CURRENT

Reported by:    kris (pointyhat)
0.5.4.1_1
27 Jun 2006 06:16:12
Original commit files touched by this commit
anray search for other commits by this committer
OPTIONify.

PR:             ports/99511
Submitted by:   Arseny Nasokin
0.5.4.1_1
30 May 2006 20:49:27
Original commit files touched by this commit
anray search for other commits by this committer
Fix plist.

Reported by:    krismail
0.5.4.1
28 May 2006 15:54:10
Original commit files touched by this commit
pav search for other commits by this committer
- Rename ports

  textproc/gtkspell2 -> textproc/gtkspell
  textproc/gtkspell2-reference -> textproc/gtkspell-reference
0.5.4.1
26 May 2006 08:19:57
Original commit files touched by this commit
anray search for other commits by this committer
- Change WWW to http://kf.jabberstudio.org/ and add
  http://files.jabberstudio.org/kf/ mastersite - now it back to work.

Noticed by:     Sam Lawrance
0.5.4.1
23 May 2006 21:25:18
Original commit files touched by this commit
anray search for other commits by this committer
- Add fetchable mirrors. [1]
- Add WITHOUT_NLS for fix portlint -A warnings.

PR:             ports/97728
Submitted by:   "Martin Wilke" <freebsd@unixfreunde.de>
Reported by:    fenner portsurvey [1]
0.5.4.1
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.5.4.1
22 Jan 2006 02:46:38
Original commit files touched by this commit
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
0.5.4.1
15 Dec 2005 20:34:46
Original commit files touched by this commit
anray search for other commits by this committer
Change email address for all my ports.

Approved by:    sem(mentor)
0.5.4.1
25 Nov 2005 01:54:56
Original commit files touched by this commit
mnag search for other commits by this committer
Update to 0.5.4.1
Add SHA256

PR:             89500
Submitted by:   Andrey Slusar <anrays@gmail.com> (maintainer)
0.4_2
15 Nov 2005 06:52:12
Original commit files touched by this commit
ade search for other commits by this committer
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.
0.4_2
09 Nov 2005 09:35:33
Original commit files touched by this commit
pav search for other commits by this committer
- Fix dependency on loudmouth (net-im fallout)

Submitted by:   Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
0.4_2
09 Nov 2005 08:21:21
Original commit files touched by this commit
pav search for other commits by this committer
Move instant messaging related ports to newly created net-im category:

  net/gaim -> net-im/gaim
  net/gaim-latex -> net-im/gaim-latex
  net/gaim-openq -> net-im/gaim-openq
  net/gaim-rss-reader -> net-im/gaim-rss-reader
  net/gicq -> net-im/gicq
  net/gnomeicu2 -> net-im/gnomeicu2
  net/gossip -> net-im/gossip
  net/ickle -> net-im/ickle
  net/jabber -> net-im/jabber
  net/jabber-aim -> net-im/jabber-aim
  net/jabber-conference -> net-im/jabber-conference
  net/jabber-jud -> net-im/jabber-jud
  net/jabber-msn -> net-im/jabber-msn
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 27