aboutsummaryrefslogtreecommitdiffstats
path: root/net/kdenetwork11
diff options
context:
space:
mode:
Diffstat (limited to 'net/kdenetwork11')
-rw-r--r--net/kdenetwork11/Makefile48
-rw-r--r--net/kdenetwork11/distinfo3
-rw-r--r--net/kdenetwork11/files/patch-aa19
-rw-r--r--net/kdenetwork11/files/patch-ab14
-rw-r--r--net/kdenetwork11/files/patch-ac11
-rw-r--r--net/kdenetwork11/files/patch-ba11
-rw-r--r--net/kdenetwork11/files/patch-bb11
-rw-r--r--net/kdenetwork11/files/patch-bc14
-rw-r--r--net/kdenetwork11/pkg-comment1
-rw-r--r--net/kdenetwork11/pkg-descr1
-rw-r--r--net/kdenetwork11/pkg-plist694
11 files changed, 0 insertions, 827 deletions
diff --git a/net/kdenetwork11/Makefile b/net/kdenetwork11/Makefile
deleted file mode 100644
index abc4bc2c4c73..000000000000
--- a/net/kdenetwork11/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: kdenetwork
-# Date created: 28 October 1997
-# Whom: Stefan Eßer <se@freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kdenetwork
-PORTVERSION= 1.1.2
-PORTREVISION= 2
-CATEGORIES= net news kde
-MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= Attic/old/1.1.2/distribution/tar/generic/source/bz2
-
-PATCH_SITES= http://www.kde.gr.jp/~toyohiro/ \
- http://www.kde.gr.jp/~imura/ko/
-PATCHFILES= kdenetwork-1.1.2-ja-19991124.diff.gz \
- kdenetwork-1.1.2-ko-20000108.diff
-PATCH_DIST_STRIP= -p1
-
-MAINTAINER= will@FreeBSD.org
-
-BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm \
- msgfmt:${PORTSDIR}/devel/gettext
-LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \
- kdecore.3:${PORTSDIR}/x11/kdelibs11 \
- QwSpriteField.7:${PORTSDIR}/converters/kdesupport11
-
-NO_LATEST_LINK= yes
-USE_BZIP2= yes
-USE_QT= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= "--with-qt-includes=${QTDIR}/include/X11/qt" \
- "--with-extra-includes=${LOCALBASE}/include" \
- "--with-extra-libs=${LOCALBASE}/lib"
-CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" INSTALL_SCRIPT="install -c -m 555" \
- QTDIR=${QTDIR} \
- DO_NOT_COMPILE=ksirc
-USE_GMAKE= yes
-CFLAGS+= "-I${PREFIX}/include"
-
-.if defined(PREFIX)
-QTDIR?= ${PREFIX}
-.else
-QTDIR?= ${X11BASE}
-.endif
-
-.include <bsd.port.mk>
diff --git a/net/kdenetwork11/distinfo b/net/kdenetwork11/distinfo
deleted file mode 100644
index 7e1f08729760..000000000000
--- a/net/kdenetwork11/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (kdenetwork-1.1.2.tar.bz2) = ce8ce348a7b56769665afe58e36902ff
-MD5 (kdenetwork-1.1.2-ja-19991124.diff.gz) = 1f4b42d14aeabc217bfa8a037449f1dc
-MD5 (kdenetwork-1.1.2-ko-20000108.diff) = 83900d88154738ee0cbd36f2bd4fd3fb
diff --git a/net/kdenetwork11/files/patch-aa b/net/kdenetwork11/files/patch-aa
deleted file mode 100644
index f3b4ad927758..000000000000
--- a/net/kdenetwork11/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** kfinger/finger.C~ Fri Sep 3 18:29:34 1999
---- kfinger/finger.C Fri Sep 3 18:34:24 1999
-***************
-*** 15,21 ****
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <sys/resource.h>
- #include <stdlib.h>
-- #include <sys/time.h>
- #include <fcntl.h>
- #include <kapp.h>
---- 15,21 ----
- #include <sys/types.h>
- #include <sys/socket.h>
-+ #include <sys/time.h>
- #include <sys/resource.h>
- #include <stdlib.h>
- #include <fcntl.h>
- #include <kapp.h>
diff --git a/net/kdenetwork11/files/patch-ab b/net/kdenetwork11/files/patch-ab
deleted file mode 100644
index 161a5c931d4f..000000000000
--- a/net/kdenetwork11/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
---- ksirc/puke/controller.cpp.orig Mon Jun 21 16:46:39 1999
-+++ ksirc/puke/controller.cpp Mon Dec 6 14:58:10 1999
-@@ -220,9 +220,9 @@
- #endif /* DEBUG */
-
- struct iovec iov[2];
-- iov[0].iov_base = (void *) message;
-+ iov[0].iov_base = message->cArg;
- iov[0].iov_len = 5*sizeof(int);
-- iov[1].iov_base = (void *) message->cArg;
-+ iov[1].iov_base = message->cArg;
- iov[1].iov_len = message->iTextSize;
- bytes = writev(fd, iov, 2);
- }
diff --git a/net/kdenetwork11/files/patch-ac b/net/kdenetwork11/files/patch-ac
deleted file mode 100644
index 66a988bddaa6..000000000000
--- a/net/kdenetwork11/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- kfinger/Makefile.in.orig Sat Mar 4 15:22:07 2000
-+++ kfinger/Makefile.in Sat Mar 4 15:22:18 2000
-@@ -213,7 +213,7 @@
- LIBS = @LIBS@
- kfinger_OBJECTS = finger.o kfinger.o
- kfinger_DEPENDENCIES =
--CXXFLAGS = @CXXFLAGS@
-+CXXFLAGS = @CXXFLAGS@ -pedantic
- CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
- CXXLD = $(CXX)
diff --git a/net/kdenetwork11/files/patch-ba b/net/kdenetwork11/files/patch-ba
deleted file mode 100644
index e5bba9bfea77..000000000000
--- a/net/kdenetwork11/files/patch-ba
+++ /dev/null
@@ -1,11 +0,0 @@
---- kppp/Rules/Japan/NTT_Local.rst.orig Sun Feb 8 03:18:47 1998
-+++ kppp/Rules/Japan/NTT_Local.rst Fri May 14 01:14:20 1999
-@@ -17,7 +17,7 @@
- ################################################################
-
- # defines JPY (Japanese Yen) to be used as currency
--currency_symbol=JPY
-+currency_symbol=±ß
-
- # Define the position of the currency symbol.
- currency_position=right
diff --git a/net/kdenetwork11/files/patch-bb b/net/kdenetwork11/files/patch-bb
deleted file mode 100644
index d5a6187a21b3..000000000000
--- a/net/kdenetwork11/files/patch-bb
+++ /dev/null
@@ -1,11 +0,0 @@
---- krn/Makefile.in.orig Thu May 13 23:45:31 1999
-+++ krn/Makefile.in Thu May 13 23:45:46 1999
-@@ -329,7 +329,7 @@
- PROGRAMS = $(bin_PROGRAMS)
-
-
--DEFS = @DEFS@ -I. -I$(srcdir) -I..
-+DEFS = @DEFS@ -I. -I$(srcdir) -I.. -I../kmail
- CPPFLAGS = @CPPFLAGS@
- LIBS = @LIBS@
- krn_OBJECTS = main.o NNTP.o groupdlg.o artdlg.o newsgroup.o asker.o \
diff --git a/net/kdenetwork11/files/patch-bc b/net/kdenetwork11/files/patch-bc
deleted file mode 100644
index 2c3d94a0dbe7..000000000000
--- a/net/kdenetwork11/files/patch-bc
+++ /dev/null
@@ -1,14 +0,0 @@
-*** karchie/KAView.cpp.orig Wed Apr 14 21:22:18 1999
---- karchie/KAView.cpp Sun Sep 12 19:16:36 1999
-***************
-*** 457,462 ****
---- 457,465 ----
- // setup list
- list = new KAViewList( this, "viewlist" );
-
-+ filetype = NULL;
-+ box = NULL;
-+
- // setup fileview
- // config = KApplication::getKApplication()->getConfig();
- slotShowFileDiscriptor(KApplication::getKApplication()
diff --git a/net/kdenetwork11/pkg-comment b/net/kdenetwork11/pkg-comment
deleted file mode 100644
index bd96c0b062ca..000000000000
--- a/net/kdenetwork11/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Network modules for the KDE integrated X11 desktop
diff --git a/net/kdenetwork11/pkg-descr b/net/kdenetwork11/pkg-descr
deleted file mode 100644
index 90ae45773bea..000000000000
--- a/net/kdenetwork11/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-KDE provides an integrated X11 based environment, much like CDE.
diff --git a/net/kdenetwork11/pkg-plist b/net/kdenetwork11/pkg-plist
deleted file mode 100644
index 90db5bd086ac..000000000000
--- a/net/kdenetwork11/pkg-plist
+++ /dev/null
@@ -1,694 +0,0 @@
-bin/karchie
-bin/kbiff
-bin/kcmktalkd
-bin/kdecode
-bin/kfinger
-bin/kmail
-bin/knu
-bin/korn
-bin/kotalkd
-bin/kppp
-bin/kppplogview
-bin/krn
-bin/ktalkd
-bin/ktalkdlg
-bin/mail.local
-bin/newkrn
-share/applnk/Internet/KMail.kdelnk
-share/applnk/Internet/KOrn.kdelnk
-share/applnk/Internet/Kppp.kdelnk
-share/applnk/Internet/Krn.kdelnk
-share/applnk/Internet/karchie.kdelnk
-share/applnk/Internet/kbiff.kdelnk
-share/applnk/Internet/kfinger.kdelnk
-share/applnk/Internet/knu.kdelnk
-share/applnk/Internet/kppplogview.kdelnk
-share/applnk/Settings/Network/kcmktalkd.kdelnk
-share/apps/kbiff/pics/delete.xpm
-share/apps/kbiff/pics/mailbox.xpm
-share/apps/kbiff/pics/mini-newmail.xpm
-share/apps/kbiff/pics/mini-noconn.xpm
-share/apps/kbiff/pics/mini-nomail.xpm
-share/apps/kbiff/pics/mini-oldmail.xpm
-share/apps/kbiff/pics/newmail.xpm
-share/apps/kbiff/pics/noconn.xpm
-share/apps/kbiff/pics/nomail.xpm
-share/apps/kbiff/pics/oldmail.xpm
-share/apps/kbiff/pics/playsound.xpm
-share/apps/kmail/pics/attach.xpm
-share/apps/kmail/pics/checkmail.xpm
-share/apps/kmail/pics/closed.xpm
-share/apps/kmail/pics/feather_white.xpm
-share/apps/kmail/pics/filedel2.xpm
-share/apps/kmail/pics/fileforward.xpm
-share/apps/kmail/pics/filereply.xpm
-share/apps/kmail/pics/filereplyall.xpm
-share/apps/kmail/pics/green-bullet.xpm
-share/apps/kmail/pics/kdelogo.xpm
-share/apps/kmail/pics/kmfldin.xpm
-share/apps/kmail/pics/kmfldout.xpm
-share/apps/kmail/pics/kmfldsent.xpm
-share/apps/kmail/pics/kmfolder.xpm
-share/apps/kmail/pics/kminsorgmsg.xpm
-share/apps/kmail/pics/kmmsgdel.xpm
-share/apps/kmail/pics/kmmsgforwarded.xpm
-share/apps/kmail/pics/kmmsgnew.xpm
-share/apps/kmail/pics/kmmsgold.xpm
-share/apps/kmail/pics/kmmsgqueued.xpm
-share/apps/kmail/pics/kmmsgreplied.xpm
-share/apps/kmail/pics/kmmsgsent.xpm
-share/apps/kmail/pics/kmmsgunseen.xpm
-share/apps/kmail/pics/kmtrash.xpm
-share/apps/kmail/pics/pgp-keys.xpm
-share/apps/kmail/pics/pub_key_red.xpm
-share/apps/kmail/pics/red-bullet.xpm
-share/apps/kmail/pics/send.xpm
-share/apps/kmail/pics/stopwatch.xbm
-share/apps/kmail/pics/stopwatchMask.xbm
-share/apps/kmail/pics/thumb_up.xpm
-share/apps/kppp/Rules/Argentina/Argentina_Local.rst
-share/apps/kppp/Rules/Austria/Business_1/GSM.rst
-share/apps/kppp/Rules/Austria/Business_1/Local.rst
-share/apps/kppp/Rules/Austria/Business_1/Long_Distance_1.rst
-share/apps/kppp/Rules/Austria/Business_1/Long_Distance_2.rst
-share/apps/kppp/Rules/Austria/Business_1/Online.rst
-share/apps/kppp/Rules/Austria/Business_2/GSM.rst
-share/apps/kppp/Rules/Austria/Business_2/Local.rst
-share/apps/kppp/Rules/Austria/Business_2/Long_Distance_1.rst
-share/apps/kppp/Rules/Austria/Business_2/Long_Distance_2.rst
-share/apps/kppp/Rules/Austria/Business_2/Online.rst
-share/apps/kppp/Rules/Austria/Minimum/GSM.rst
-share/apps/kppp/Rules/Austria/Minimum/Local.rst
-share/apps/kppp/Rules/Austria/Minimum/Long_Distance_1.rst
-share/apps/kppp/Rules/Austria/Minimum/Long_Distance_2.rst
-share/apps/kppp/Rules/Austria/Minimum/Online.rst
-share/apps/kppp/Rules/Austria/Standard/GSM.rst
-share/apps/kppp/Rules/Austria/Standard/Local.rst
-share/apps/kppp/Rules/Austria/Standard/Long_Distance_1.rst
-share/apps/kppp/Rules/Austria/Standard/Long_Distance_2.rst
-share/apps/kppp/Rules/Austria/Standard/Online.rst
-share/apps/kppp/Rules/Belgium/Belgium_interzonal.rst
-share/apps/kppp/Rules/Belgium/Belgium_zonal.rst
-share/apps/kppp/Rules/Brasil/Brasil.rst
-share/apps/kppp/Rules/Croatia/CARNet_lokalni_poziv.rst
-share/apps/kppp/Rules/Croatia/CARNet_medjugradski_poziv.rst
-share/apps/kppp/Rules/Croatia/hinet_anonimni_ulaz.rst
-share/apps/kppp/Rules/Croatia/hinet_hpt.rst
-share/apps/kppp/Rules/Croatia/ibm_net.rst
-share/apps/kppp/Rules/Croatia/iskon_lokalni_poziv.rst
-share/apps/kppp/Rules/Croatia/iskon_medjugradski_poziv.rst
-share/apps/kppp/Rules/Croatia/iskon_zagrebacka_zupanija.rst
-share/apps/kppp/Rules/Czechia/Czech_Telecom_City.rst
-share/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo1.rst
-share/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo2.rst
-share/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo3.rst
-share/apps/kppp/Rules/Denmark/1001_Internet.rst
-share/apps/kppp/Rules/Denmark/CyberCity_1033.rst
-share/apps/kppp/Rules/Denmark/Get2Net_1001.rst
-share/apps/kppp/Rules/Denmark/Image_1049.rst
-share/apps/kppp/Rules/Denmark/Teledanmark_Favorit_Internet.rst
-share/apps/kppp/Rules/Denmark/Teledanmark_Local.rst
-share/apps/kppp/Rules/Denmark/Teledanmark_Regional.rst
-share/apps/kppp/Rules/England/BirminghamCable_Local.rst
-share/apps/kppp/Rules/England/BirminghamCable_National.rst
-share/apps/kppp/Rules/England/BirminghamCable_SameTelco.rst
-share/apps/kppp/Rules/England/BritishTelecom_Local.rst
-share/apps/kppp/Rules/England/BritishTelecom_National.rst
-share/apps/kppp/Rules/England/BritishTelecom_Regional.rst
-share/apps/kppp/Rules/France/Local.rst
-share/apps/kppp/Rules/Germany/Arcor_Internet_by_Call.rst
-share/apps/kppp/Rules/Germany/NetCologne_City.rst
-share/apps/kppp/Rules/Germany/NetCologne_Germany.rst
-share/apps/kppp/Rules/Germany/NetCologne_Time_Line.rst
-share/apps/kppp/Rules/Germany/Tele2.rst
-share/apps/kppp/Rules/Germany/TelePassport_Fern.rst
-share/apps/kppp/Rules/Germany/TelePassport_Nah.rst
-share/apps/kppp/Rules/Germany/Telekom_200km.rst
-share/apps/kppp/Rules/Germany/Telekom_50km.rst
-share/apps/kppp/Rules/Germany/Telekom_Activplus_City.rst
-share/apps/kppp/Rules/Germany/Telekom_Activplus_non_City.rst
-share/apps/kppp/Rules/Germany/Telekom_City.rst
-share/apps/kppp/Rules/Germany/Telekom_City_Weekend.rst
-share/apps/kppp/Rules/Germany/Telekom_Ferntarif.rst
-share/apps/kppp/Rules/Germany/Telekom_Regio_Call.rst
-share/apps/kppp/Rules/Germany/Telekom_T-Online.rst
-share/apps/kppp/Rules/Greece/Hellas_local.rst
-share/apps/kppp/Rules/Hong_Kong/Hong_Kong_Telecom.rst
-share/apps/kppp/Rules/Hungary/Local.rst
-share/apps/kppp/Rules/Hungary/LocalTop_MATAV.rst
-share/apps/kppp/Rules/Hungary/Local_MATAV.rst
-share/apps/kppp/Rules/Iceland/Iceland_general.rst
-share/apps/kppp/Rules/Indonesia/Lokal_1_Metropolitan.rst
-share/apps/kppp/Rules/Indonesia/Lokal_2_Metropolitan.rst
-share/apps/kppp/Rules/Indonesia/Lokal_non_metropolitan.rst
-share/apps/kppp/Rules/Italy/Telecom_0-15_km.rst
-share/apps/kppp/Rules/Italy/Telecom_15-30_km.rst
-share/apps/kppp/Rules/Italy/Telecom_30-60_km.rst
-share/apps/kppp/Rules/Italy/Telecom_60+_km.rst
-share/apps/kppp/Rules/Italy/Telecom_Interurbana_settoriale.rst
-share/apps/kppp/Rules/Italy/Telecom_TUT.rst
-share/apps/kppp/Rules/Italy/Telecom_Urbana.rst
-share/apps/kppp/Rules/Jamaica/CWJ_InterParish.rst
-share/apps/kppp/Rules/Jamaica/CWJ_Local.rst
-share/apps/kppp/Rules/Japan/NTT_Local.rst
-share/apps/kppp/Rules/Kazakhstan/Akparat_Sprint.rst
-share/apps/kppp/Rules/Luxembourg/Local.rst
-share/apps/kppp/Rules/Malaysia/malaysia.rst
-share/apps/kppp/Rules/Mauritius/Mauritius_Telecoms_Internet.rst
-share/apps/kppp/Rules/Netherlands/BelBasis_Lokaal.rst
-share/apps/kppp/Rules/Netherlands/BelBudget_Lokaal.rst
-share/apps/kppp/Rules/Netherlands/BelPlus_Lokaal.rst
-share/apps/kppp/Rules/Netherlands/NedpointBasis_Lokaal.rst
-share/apps/kppp/Rules/Netherlands/NedpointBelBespaar_Lokaal.rst
-share/apps/kppp/Rules/Norway/Local_Area.rst
-share/apps/kppp/Rules/Norway/Long_Distance.rst
-share/apps/kppp/Rules/Poland/Netia_100km_Niebieska.rst
-share/apps/kppp/Rules/Poland/Netia_100km_Zielona.rst
-share/apps/kppp/Rules/Poland/Netia_Lokalne_Niebieska.rst
-share/apps/kppp/Rules/Poland/Netia_Lokalne_Zielona.rst
-share/apps/kppp/Rules/Poland/TP_100km.rst
-share/apps/kppp/Rules/Poland/TP_Lokalne.rst
-share/apps/kppp/Rules/Portugal/067.rst
-share/apps/kppp/Rules/Portugal/Local+Activation_rate.rst
-share/apps/kppp/Rules/Portugal/Local.rst
-share/apps/kppp/Rules/Romania/Telecom_Interurban.rst
-share/apps/kppp/Rules/Romania/Telecom_Local.rst
-share/apps/kppp/Rules/Singapore/SingTel_Local.rst
-share/apps/kppp/Rules/Slovakia/Slovenske_Telekomunikacie_1_pasmo.rst
-share/apps/kppp/Rules/Slovakia/Slovenske_Telekomunikacie_2_pasmo.rst
-share/apps/kppp/Rules/Slovakia/Slovenske_Telekomunikacie_Mesto.rst
-share/apps/kppp/Rules/South_Afrika/South_Afrika.rst
-share/apps/kppp/Rules/Spain/Infovia.rst
-share/apps/kppp/Rules/Spain/Infovia_IVA.rst
-share/apps/kppp/Rules/Spain/Telefonica_Interprovincial.rst
-share/apps/kppp/Rules/Spain/Telefonica_Interprovincial_IVA.rst
-share/apps/kppp/Rules/Spain/Telefonica_Local.rst
-share/apps/kppp/Rules/Spain/Telefonica_Metropolitana.rst
-share/apps/kppp/Rules/Spain/Telefonica_Metropolitana_IVA.rst
-share/apps/kppp/Rules/Spain/Telefonica_Nacional.rst
-share/apps/kppp/Rules/Spain/Telefonica_Provincial.rst
-share/apps/kppp/Rules/Spain/Telefonica_Provincial_IVA.rst
-share/apps/kppp/Rules/Sweden/Local.rst
-share/apps/kppp/Rules/Sweden/Local_Telebonus_1.rst
-share/apps/kppp/Rules/Sweden/Local_Telebonus_2.rst
-share/apps/kppp/Rules/Sweden/Long_Distance.rst
-share/apps/kppp/Rules/Sweden/Long_Distance_Telebonus_1.rst
-share/apps/kppp/Rules/Sweden/Long_Distance_Telebonus_2.rst
-share/apps/kppp/Rules/Switzerland/Sunrise_Internet.rst
-share/apps/kppp/Rules/Switzerland/Sunrise_Local.rst
-share/apps/kppp/Rules/Switzerland/Swisscom_Local.rst
-share/apps/kppp/Rules/Switzerland/Swisscom_Remote.rst
-share/apps/kppp/Rules/TEMPLATE
-share/apps/kppp/Rules/checkrules
-share/apps/kppp/pics/Terminal.xpm
-share/apps/kppp/pics/back.xpm
-share/apps/kppp/pics/dock_both.xpm
-share/apps/kppp/pics/dock_left.xpm
-share/apps/kppp/pics/dock_none.xpm
-share/apps/kppp/pics/dock_right.xpm
-share/apps/kppp/pics/exclamation.xpm
-share/apps/kppp/pics/exit.xpm
-share/apps/kppp/pics/fileopen.xpm
-share/apps/kppp/pics/finish.xpm
-share/apps/kppp/pics/help.xpm
-share/apps/kppp/pics/kppplogo.xpm
-share/apps/kppp/pics/modemboth.xpm
-share/apps/kppp/pics/modemleft.xpm
-share/apps/kppp/pics/modemnone.xpm
-share/apps/kppp/pics/modemright.xpm
-share/apps/kppp/pics/phone.xpm
-share/apps/kppp/pics/start.xpm
-share/apps/kppp/pics/terminal_both.xpm
-share/apps/kppp/pics/terminal_left.xpm
-share/apps/kppp/pics/terminal_right.xpm
-share/apps/krn/toolbar/attach.xpm
-share/apps/krn/toolbar/black-bullet.xpm
-share/apps/krn/toolbar/catch.xpm
-share/apps/krn/toolbar/closed.xpm
-share/apps/krn/toolbar/connected.xpm
-share/apps/krn/toolbar/deco.xpm
-share/apps/krn/toolbar/disconnected.xpm
-share/apps/krn/toolbar/feather_white.xpm
-share/apps/krn/toolbar/fileforward.xpm
-share/apps/krn/toolbar/filemail.xpm
-share/apps/krn/toolbar/fileprint.xpm
-share/apps/krn/toolbar/find.xpm
-share/apps/krn/toolbar/followup.xpm
-share/apps/krn/toolbar/green-bullet.xpm
-share/apps/krn/toolbar/krnfolder.xpm
-share/apps/krn/toolbar/left.xpm
-share/apps/krn/toolbar/locked.xpm
-share/apps/krn/toolbar/logo.xpm
-share/apps/krn/toolbar/mailpost.xpm
-share/apps/krn/toolbar/previous.xpm
-share/apps/krn/toolbar/pub_key_red.xpm
-share/apps/krn/toolbar/read.xpm
-share/apps/krn/toolbar/red-bullet.xpm
-share/apps/krn/toolbar/reload.xpm
-share/apps/krn/toolbar/right.xpm
-share/apps/krn/toolbar/save.xpm
-share/apps/krn/toolbar/send.xpm
-share/apps/krn/toolbar/subscr.xpm
-share/apps/krn/toolbar/tagged.xpm
-share/apps/krn/toolbar/thumb_up.xpm
-share/config/karchierc
-share/config/kfingerrc
-share/config/ktalkdrc
-share/doc/HTML/el/ktalkd/ktalkd-1.html
-share/doc/HTML/el/ktalkd/ktalkd-2.html
-share/doc/HTML/el/ktalkd/ktalkd-3.html
-share/doc/HTML/el/ktalkd/ktalkd-4.html
-share/doc/HTML/el/ktalkd/ktalkd-5.html
-share/doc/HTML/el/ktalkd/ktalkd-6.html
-share/doc/HTML/el/ktalkd/ktalkd.html
-share/doc/HTML/el/ktalkd/logotp3.gif
-share/doc/HTML/en/karchie/index-1.html
-share/doc/HTML/en/karchie/index-2.html
-share/doc/HTML/en/karchie/index-3.html
-share/doc/HTML/en/karchie/index-4.html
-share/doc/HTML/en/karchie/index-5.html
-share/doc/HTML/en/karchie/index-6.html
-share/doc/HTML/en/karchie/index.html
-share/doc/HTML/en/kbiff/kbiff-1.html
-share/doc/HTML/en/kbiff/kbiff-2.html
-share/doc/HTML/en/kbiff/kbiff-3.html
-share/doc/HTML/en/kbiff/kbiff-4.html
-share/doc/HTML/en/kbiff/kbiff-5.html
-share/doc/HTML/en/kbiff/kbiff-6.html
-share/doc/HTML/en/kbiff/kbiff.html
-share/doc/HTML/en/kbiff/logotp3.gif
-share/doc/HTML/en/kfinger/Kfingerset.html
-share/doc/HTML/en/kfinger/formatex.gif
-share/doc/HTML/en/kfinger/formatw.gif
-share/doc/HTML/en/kfinger/index.html
-share/doc/HTML/en/kfinger/mainw.gif
-share/doc/HTML/en/kfinger/setupw.gif
-share/doc/HTML/en/kmail/index-1.html
-share/doc/HTML/en/kmail/index-2.html
-share/doc/HTML/en/kmail/index-3.html
-share/doc/HTML/en/kmail/index-4.html
-share/doc/HTML/en/kmail/index-5.html
-share/doc/HTML/en/kmail/index-6.html
-share/doc/HTML/en/kmail/index-7.html
-share/doc/HTML/en/kmail/index-8.html
-share/doc/HTML/en/kmail/index.html
-share/doc/HTML/en/kmail/logotp3.gif
-share/doc/HTML/en/knu/index-1.html
-share/doc/HTML/en/knu/index-2.html
-share/doc/HTML/en/knu/index-3.html
-share/doc/HTML/en/knu/index-4.html
-share/doc/HTML/en/knu/index-5.html
-share/doc/HTML/en/knu/index-6.html
-share/doc/HTML/en/knu/index-7.html
-share/doc/HTML/en/knu/index.html
-share/doc/HTML/en/knu/knu-config.gif
-share/doc/HTML/en/knu/knu-finger.gif
-share/doc/HTML/en/knu/knu-host.gif
-share/doc/HTML/en/knu/knu-ping.gif
-share/doc/HTML/en/knu/knu-traceroute.gif
-share/doc/HTML/en/knu/logotp3.gif
-share/doc/HTML/en/korn/index.html
-share/doc/HTML/en/kppp/hayes.html
-share/doc/HTML/en/kppp/kppp-1.html
-share/doc/HTML/en/kppp/kppp-10.html
-share/doc/HTML/en/kppp/kppp-2.html
-share/doc/HTML/en/kppp/kppp-3.html
-share/doc/HTML/en/kppp/kppp-4.html
-share/doc/HTML/en/kppp/kppp-5.html
-share/doc/HTML/en/kppp/kppp-6.html
-share/doc/HTML/en/kppp/kppp-7.html
-share/doc/HTML/en/kppp/kppp-8.html
-share/doc/HTML/en/kppp/kppp-9.html
-share/doc/HTML/en/kppp/kppp.html
-share/doc/HTML/en/kppp/logotp3.gif
-share/doc/HTML/en/krn/articles.html
-share/doc/HTML/en/krn/groups.html
-share/doc/HTML/en/krn/index.html
-share/doc/HTML/en/krn/offline.html
-share/doc/HTML/en/krn/overview.html
-share/doc/HTML/en/ktalkd/ktalkd-1.html
-share/doc/HTML/en/ktalkd/ktalkd-2.html
-share/doc/HTML/en/ktalkd/ktalkd-3.html
-share/doc/HTML/en/ktalkd/ktalkd-4.html
-share/doc/HTML/en/ktalkd/ktalkd-5.html
-share/doc/HTML/en/ktalkd/ktalkd-6.html
-share/doc/HTML/en/ktalkd/ktalkd.html
-share/doc/HTML/en/ktalkd/logotp3.gif
-share/doc/HTML/fr/ktalkd/ktalkd-1.html
-share/doc/HTML/fr/ktalkd/ktalkd-2.html
-share/doc/HTML/fr/ktalkd/ktalkd-3.html
-share/doc/HTML/fr/ktalkd/ktalkd-4.html
-share/doc/HTML/fr/ktalkd/ktalkd-5.html
-share/doc/HTML/fr/ktalkd/ktalkd-6.html
-share/doc/HTML/fr/ktalkd/ktalkd.html
-share/doc/HTML/fr/ktalkd/logotp3.gif
-share/doc/HTML/it/ktalkd/ktalkd-1.html
-share/doc/HTML/it/ktalkd/ktalkd-2.html
-share/doc/HTML/it/ktalkd/ktalkd-3.html
-share/doc/HTML/it/ktalkd/ktalkd-4.html
-share/doc/HTML/it/ktalkd/ktalkd-5.html
-share/doc/HTML/it/ktalkd/ktalkd-6.html
-share/doc/HTML/it/ktalkd/ktalkd.html
-share/doc/HTML/it/ktalkd/logotp3.gif
-share/icons/karchie.xpm
-share/icons/kbiff.xpm
-share/icons/kmail.xpm
-share/icons/knu.xpm
-share/icons/korn.xpm
-share/icons/kppp.xpm
-share/icons/krn.xpm
-share/icons/large/kmail.xpm
-share/icons/large/korn.xpm
-share/icons/large/kppp.xpm
-share/icons/mini/karchie.xpm
-share/icons/mini/kbiff.xpm
-share/icons/mini/kmail.xpm
-share/icons/mini/knu.xpm
-share/icons/mini/korn.xpm
-share/icons/mini/kppp.xpm
-share/icons/mini/krn.xpm
-share/locale/br/LC_MESSAGES/karchie.mo
-share/locale/br/LC_MESSAGES/kbiff.mo
-share/locale/br/LC_MESSAGES/kcmktalkd.mo
-share/locale/br/LC_MESSAGES/kfinger.mo
-share/locale/br/LC_MESSAGES/kmail.mo
-share/locale/br/LC_MESSAGES/knu.mo
-share/locale/br/LC_MESSAGES/korn.mo
-share/locale/br/LC_MESSAGES/kppp.mo
-share/locale/br/LC_MESSAGES/krn.mo
-share/locale/br/LC_MESSAGES/ksirc.mo
-share/locale/br/LC_MESSAGES/ktalkd.mo
-share/locale/ca/LC_MESSAGES/kcmktalkd.mo
-share/locale/ca/LC_MESSAGES/kfinger.mo
-share/locale/ca/LC_MESSAGES/kmail.mo
-share/locale/ca/LC_MESSAGES/knu.mo
-share/locale/ca/LC_MESSAGES/kppp.mo
-share/locale/ca/LC_MESSAGES/kppplogview.mo
-share/locale/ca/LC_MESSAGES/krn.mo
-share/locale/ca/LC_MESSAGES/ktalkd.mo
-share/locale/cs/LC_MESSAGES/karchie.mo
-share/locale/cs/LC_MESSAGES/kbiff.mo
-share/locale/cs/LC_MESSAGES/kcmktalkd.mo
-share/locale/cs/LC_MESSAGES/kfinger.mo
-share/locale/cs/LC_MESSAGES/kmail.mo
-share/locale/cs/LC_MESSAGES/knu.mo
-share/locale/cs/LC_MESSAGES/korn.mo
-share/locale/cs/LC_MESSAGES/kppp.mo
-share/locale/cs/LC_MESSAGES/krn.mo
-share/locale/cs/LC_MESSAGES/ksirc.mo
-share/locale/cs/LC_MESSAGES/ktalkd.mo
-share/locale/da/LC_MESSAGES/karchie.mo
-share/locale/da/LC_MESSAGES/kbiff.mo
-share/locale/da/LC_MESSAGES/kcmktalkd.mo
-share/locale/da/LC_MESSAGES/kfinger.mo
-share/locale/da/LC_MESSAGES/kmail.mo
-share/locale/da/LC_MESSAGES/knu.mo
-share/locale/da/LC_MESSAGES/korn.mo
-share/locale/da/LC_MESSAGES/kppp.mo
-share/locale/da/LC_MESSAGES/krn.mo
-share/locale/da/LC_MESSAGES/ksirc.mo
-share/locale/da/LC_MESSAGES/ktalkd.mo
-share/locale/de/LC_MESSAGES/karchie.mo
-share/locale/de/LC_MESSAGES/kbiff.mo
-share/locale/de/LC_MESSAGES/kcmktalkd.mo
-share/locale/de/LC_MESSAGES/kfinger.mo
-share/locale/de/LC_MESSAGES/kmail.mo
-share/locale/de/LC_MESSAGES/knu.mo
-share/locale/de/LC_MESSAGES/korn.mo
-share/locale/de/LC_MESSAGES/kppp.mo
-share/locale/de/LC_MESSAGES/kppplogview.mo
-share/locale/de/LC_MESSAGES/krn.mo
-share/locale/de/LC_MESSAGES/ksirc.mo
-share/locale/de/LC_MESSAGES/ktalkd.mo
-share/locale/el/LC_MESSAGES/kmail.mo
-share/locale/el/LC_MESSAGES/knu.mo
-share/locale/el/LC_MESSAGES/kppp.mo
-share/locale/el/LC_MESSAGES/krn.mo
-share/locale/eo/LC_MESSAGES/karchie.mo
-share/locale/eo/LC_MESSAGES/kbiff.mo
-share/locale/eo/LC_MESSAGES/kcmktalkd.mo
-share/locale/eo/LC_MESSAGES/kfinger.mo
-share/locale/eo/LC_MESSAGES/kmail.mo
-share/locale/eo/LC_MESSAGES/knu.mo
-share/locale/eo/LC_MESSAGES/korn.mo
-share/locale/eo/LC_MESSAGES/kppp.mo
-share/locale/eo/LC_MESSAGES/krn.mo
-share/locale/eo/LC_MESSAGES/ksirc.mo
-share/locale/eo/LC_MESSAGES/ktalkd.mo
-share/locale/es/LC_MESSAGES/kbiff.mo
-share/locale/es/LC_MESSAGES/kfinger.mo
-share/locale/es/LC_MESSAGES/kmail.mo
-share/locale/es/LC_MESSAGES/knu.mo
-share/locale/es/LC_MESSAGES/korn.mo
-share/locale/es/LC_MESSAGES/kppp.mo
-share/locale/es/LC_MESSAGES/krn.mo
-share/locale/es/LC_MESSAGES/ktalkd.mo
-share/locale/et/LC_MESSAGES/kmail.mo
-share/locale/fi/LC_MESSAGES/karchie.mo
-share/locale/fi/LC_MESSAGES/kbiff.mo
-share/locale/fi/LC_MESSAGES/kcmktalkd.mo
-share/locale/fi/LC_MESSAGES/kfinger.mo
-share/locale/fi/LC_MESSAGES/kmail.mo
-share/locale/fi/LC_MESSAGES/knu.mo
-share/locale/fi/LC_MESSAGES/korn.mo
-share/locale/fi/LC_MESSAGES/kppp.mo
-share/locale/fi/LC_MESSAGES/krn.mo
-share/locale/fi/LC_MESSAGES/ksirc.mo
-share/locale/fi/LC_MESSAGES/ktalkd.mo
-share/locale/fr/LC_MESSAGES/karchie.mo
-share/locale/fr/LC_MESSAGES/kbiff.mo
-share/locale/fr/LC_MESSAGES/kcmktalkd.mo
-share/locale/fr/LC_MESSAGES/kfinger.mo
-share/locale/fr/LC_MESSAGES/kmail.mo
-share/locale/fr/LC_MESSAGES/knu.mo
-share/locale/fr/LC_MESSAGES/korn.mo
-share/locale/fr/LC_MESSAGES/kppp.mo
-share/locale/fr/LC_MESSAGES/kppplogview.mo
-share/locale/fr/LC_MESSAGES/krn.mo
-share/locale/fr/LC_MESSAGES/ksirc.mo
-share/locale/fr/LC_MESSAGES/ktalkd.mo
-share/locale/he/LC_MESSAGES/kppp.mo
-share/locale/hr/LC_MESSAGES/kbiff.mo
-share/locale/hr/LC_MESSAGES/kfinger.mo
-share/locale/hr/LC_MESSAGES/kmail.mo
-share/locale/hr/LC_MESSAGES/knu.mo
-share/locale/hr/LC_MESSAGES/kppp.mo
-share/locale/hr/LC_MESSAGES/krn.mo
-share/locale/hr/LC_MESSAGES/ksirc.mo
-share/locale/hr/LC_MESSAGES/ktalkd.mo
-share/locale/hs/LC_MESSAGES/kmail.mo
-share/locale/hs/LC_MESSAGES/krn.mo
-share/locale/hu/LC_MESSAGES/kbiff.mo
-share/locale/hu/LC_MESSAGES/kfinger.mo
-share/locale/hu/LC_MESSAGES/kmail.mo
-share/locale/hu/LC_MESSAGES/knu.mo
-share/locale/hu/LC_MESSAGES/ktalkd.mo
-share/locale/is/LC_MESSAGES/karchie.mo
-share/locale/is/LC_MESSAGES/kbiff.mo
-share/locale/is/LC_MESSAGES/kcmktalkd.mo
-share/locale/is/LC_MESSAGES/kfinger.mo
-share/locale/is/LC_MESSAGES/kmail.mo
-share/locale/is/LC_MESSAGES/knu.mo
-share/locale/is/LC_MESSAGES/korn.mo
-share/locale/is/LC_MESSAGES/kppp.mo
-share/locale/is/LC_MESSAGES/krn.mo
-share/locale/is/LC_MESSAGES/ksirc.mo
-share/locale/is/LC_MESSAGES/ktalkd.mo
-share/locale/it/LC_MESSAGES/kbiff.mo
-share/locale/it/LC_MESSAGES/kcmktalkd.mo
-share/locale/it/LC_MESSAGES/kfinger.mo
-share/locale/it/LC_MESSAGES/kmail.mo
-share/locale/it/LC_MESSAGES/knu.mo
-share/locale/it/LC_MESSAGES/korn.mo
-share/locale/it/LC_MESSAGES/kppp.mo
-share/locale/it/LC_MESSAGES/krn.mo
-share/locale/it/LC_MESSAGES/ktalkd.mo
-share/locale/ja/LC_MESSAGES/karchie.mo
-share/locale/ja/LC_MESSAGES/kbiff.mo
-share/locale/ja/LC_MESSAGES/kcmktalkd.mo
-share/locale/ja/LC_MESSAGES/kfinger.mo
-share/locale/ja/LC_MESSAGES/kmail.mo
-share/locale/ja/LC_MESSAGES/knu.mo
-share/locale/ja/LC_MESSAGES/korn.mo
-share/locale/ja/LC_MESSAGES/kppp.mo
-share/locale/ja/LC_MESSAGES/kppplogview.mo
-share/locale/ja/LC_MESSAGES/krn.mo
-share/locale/ja/LC_MESSAGES/ksirc.mo
-share/locale/ja/LC_MESSAGES/ktalkd.mo
-share/locale/ko/LC_MESSAGES/kmail.mo
-share/locale/ko/LC_MESSAGES/knu.mo
-share/locale/ko/LC_MESSAGES/kppp.mo
-share/locale/ko/LC_MESSAGES/krn.mo
-share/locale/mk/LC_MESSAGES/kmail.mo
-share/locale/nl/LC_MESSAGES/kmail.mo
-share/locale/nl/LC_MESSAGES/knu.mo
-share/locale/nl/LC_MESSAGES/kppp.mo
-share/locale/nl/LC_MESSAGES/krn.mo
-share/locale/nl/LC_MESSAGES/ktalkd.mo
-share/locale/no/LC_MESSAGES/karchie.mo
-share/locale/no/LC_MESSAGES/kbiff.mo
-share/locale/no/LC_MESSAGES/kcmktalkd.mo
-share/locale/no/LC_MESSAGES/kfinger.mo
-share/locale/no/LC_MESSAGES/kmail.mo
-share/locale/no/LC_MESSAGES/knu.mo
-share/locale/no/LC_MESSAGES/korn.mo
-share/locale/no/LC_MESSAGES/kppp.mo
-share/locale/no/LC_MESSAGES/krn.mo
-share/locale/no/LC_MESSAGES/ksirc.mo
-share/locale/no/LC_MESSAGES/ktalkd.mo
-share/locale/pl/LC_MESSAGES/karchie.mo
-share/locale/pl/LC_MESSAGES/kbiff.mo
-share/locale/pl/LC_MESSAGES/kcmktalkd.mo
-share/locale/pl/LC_MESSAGES/kfinger.mo
-share/locale/pl/LC_MESSAGES/kmail.mo
-share/locale/pl/LC_MESSAGES/knu.mo
-share/locale/pl/LC_MESSAGES/korn.mo
-share/locale/pl/LC_MESSAGES/kppp.mo
-share/locale/pl/LC_MESSAGES/kppplogview.mo
-share/locale/pl/LC_MESSAGES/krn.mo
-share/locale/pl/LC_MESSAGES/ksirc.mo
-share/locale/pl/LC_MESSAGES/ktalkd.mo
-share/locale/pt/LC_MESSAGES/kbiff.mo
-share/locale/pt/LC_MESSAGES/kcmktalkd.mo
-share/locale/pt/LC_MESSAGES/kfinger.mo
-share/locale/pt/LC_MESSAGES/kmail.mo
-share/locale/pt/LC_MESSAGES/knu.mo
-share/locale/pt/LC_MESSAGES/kppp.mo
-share/locale/pt/LC_MESSAGES/krn.mo
-share/locale/pt/LC_MESSAGES/ksirc.mo
-share/locale/pt/LC_MESSAGES/ktalkd.mo
-share/locale/pt_BR/LC_MESSAGES/karchie.mo
-share/locale/pt_BR/LC_MESSAGES/kbiff.mo
-share/locale/pt_BR/LC_MESSAGES/kcmktalkd.mo
-share/locale/pt_BR/LC_MESSAGES/kcmtalkd.mo
-share/locale/pt_BR/LC_MESSAGES/kfinger.mo
-share/locale/pt_BR/LC_MESSAGES/kmail.mo
-share/locale/pt_BR/LC_MESSAGES/knu.mo
-share/locale/pt_BR/LC_MESSAGES/korn.mo
-share/locale/pt_BR/LC_MESSAGES/kppp.mo
-share/locale/pt_BR/LC_MESSAGES/krn.mo
-share/locale/pt_BR/LC_MESSAGES/ksirc.mo
-share/locale/pt_BR/LC_MESSAGES/ktalkd.mo
-share/locale/ro/LC_MESSAGES/kfinger.mo
-share/locale/ro/LC_MESSAGES/kmail.mo
-share/locale/ro/LC_MESSAGES/kppp.mo
-share/locale/ro/LC_MESSAGES/krn.mo
-share/locale/ru/LC_MESSAGES/kbiff.mo
-share/locale/ru/LC_MESSAGES/kcmktalkd.mo
-share/locale/ru/LC_MESSAGES/kfinger.mo
-share/locale/ru/LC_MESSAGES/kmail.mo
-share/locale/ru/LC_MESSAGES/knu.mo
-share/locale/ru/LC_MESSAGES/korn.mo
-share/locale/ru/LC_MESSAGES/kppp.mo
-share/locale/ru/LC_MESSAGES/kppplogview.mo
-share/locale/ru/LC_MESSAGES/krn.mo
-share/locale/ru/LC_MESSAGES/ksirc.mo
-share/locale/ru/LC_MESSAGES/ktalkd.mo
-share/locale/sk/LC_MESSAGES/karchie.mo
-share/locale/sk/LC_MESSAGES/kbiff.mo
-share/locale/sk/LC_MESSAGES/kcmktalkd.mo
-share/locale/sk/LC_MESSAGES/kfinger.mo
-share/locale/sk/LC_MESSAGES/kmail.mo
-share/locale/sk/LC_MESSAGES/knu.mo
-share/locale/sk/LC_MESSAGES/korn.mo
-share/locale/sk/LC_MESSAGES/kppp.mo
-share/locale/sk/LC_MESSAGES/krn.mo
-share/locale/sk/LC_MESSAGES/ksirc.mo
-share/locale/sk/LC_MESSAGES/ktalkd.mo
-share/locale/sl/LC_MESSAGES/karchie.mo
-share/locale/sl/LC_MESSAGES/kbiff.mo
-share/locale/sl/LC_MESSAGES/kcmktalkd.mo
-share/locale/sl/LC_MESSAGES/kfinger.mo
-share/locale/sl/LC_MESSAGES/kmail.mo
-share/locale/sl/LC_MESSAGES/knu.mo
-share/locale/sl/LC_MESSAGES/korn.mo
-share/locale/sl/LC_MESSAGES/kppp.mo
-share/locale/sl/LC_MESSAGES/krn.mo
-share/locale/sl/LC_MESSAGES/ksirc.mo
-share/locale/sl/LC_MESSAGES/ktalkd.mo
-share/locale/sv/LC_MESSAGES/karchie.mo
-share/locale/sv/LC_MESSAGES/kbiff.mo
-share/locale/sv/LC_MESSAGES/kcmtalkd.mo
-share/locale/sv/LC_MESSAGES/kfinger.mo
-share/locale/sv/LC_MESSAGES/kmail.mo
-share/locale/sv/LC_MESSAGES/knu.mo
-share/locale/sv/LC_MESSAGES/korn.mo
-share/locale/sv/LC_MESSAGES/kppp.mo
-share/locale/sv/LC_MESSAGES/krn.mo
-share/locale/sv/LC_MESSAGES/ksirc.mo
-share/locale/sv/LC_MESSAGES/ktalkd.mo
-share/locale/tr/LC_MESSAGES/kmail.mo
-share/locale/tr/LC_MESSAGES/knu.mo
-share/locale/tr/LC_MESSAGES/kppp.mo
-share/locale/tr/LC_MESSAGES/krn.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfinger.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kmail.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/knu.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kppp.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/krn.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/ktalkd.mo
-share/sounds/ktalkd.wav
-share/toolbar/kcontrol.xpm
-share/toolbar/mini-clock.xpm
-share/toolbar/mini-connect.xpm
-share/toolbar/mini-ktalk.xpm
-@exec ln -sf kppp.html %D/share/doc/HTML/en/kppp/index.html
-@unexec rm -f %D/share/doc/HTML/en/kppp/index.html
-@dirrm share/doc/HTML/it/ktalkd
-@dirrm share/doc/HTML/fr/ktalkd
-@dirrm share/doc/HTML/en/ktalkd
-@dirrm share/doc/HTML/en/krn
-@dirrm share/doc/HTML/en/kppp
-@dirrm share/doc/HTML/en/korn
-@dirrm share/doc/HTML/en/knu
-@dirrm share/doc/HTML/en/kmail
-@dirrm share/doc/HTML/en/kfinger
-@dirrm share/doc/HTML/en/kbiff
-@dirrm share/doc/HTML/en/karchie
-@dirrm share/doc/HTML/el/ktalkd
-@dirrm share/apps/krn/toolbar
-@dirrm share/apps/krn
-@dirrm share/apps/kppp/pics
-@dirrm share/apps/kppp/Rules/Switzerland
-@dirrm share/apps/kppp/Rules/Sweden
-@dirrm share/apps/kppp/Rules/Spain
-@dirrm share/apps/kppp/Rules/South_Afrika
-@dirrm share/apps/kppp/Rules/Slovakia
-@dirrm share/apps/kppp/Rules/Singapore
-@dirrm share/apps/kppp/Rules/Romania
-@dirrm share/apps/kppp/Rules/Portugal
-@dirrm share/apps/kppp/Rules/Poland
-@dirrm share/apps/kppp/Rules/Norway
-@dirrm share/apps/kppp/Rules/Netherlands
-@dirrm share/apps/kppp/Rules/Mauritius
-@dirrm share/apps/kppp/Rules/Malaysia
-@dirrm share/apps/kppp/Rules/Luxembourg
-@dirrm share/apps/kppp/Rules/Kazakhstan
-@dirrm share/apps/kppp/Rules/Japan
-@dirrm share/apps/kppp/Rules/Jamaica
-@dirrm share/apps/kppp/Rules/Italy
-@dirrm share/apps/kppp/Rules/Indonesia
-@dirrm share/apps/kppp/Rules/Iceland
-@dirrm share/apps/kppp/Rules/Hungary
-@dirrm share/apps/kppp/Rules/Hong_Kong
-@dirrm share/apps/kppp/Rules/Greece
-@dirrm share/apps/kppp/Rules/Germany
-@dirrm share/apps/kppp/Rules/France
-@dirrm share/apps/kppp/Rules/England
-@dirrm share/apps/kppp/Rules/Denmark
-@dirrm share/apps/kppp/Rules/Czechia
-@dirrm share/apps/kppp/Rules/Croatia
-@dirrm share/apps/kppp/Rules/Brasil
-@dirrm share/apps/kppp/Rules/Belgium
-@dirrm share/apps/kppp/Rules/Austria/Standard
-@dirrm share/apps/kppp/Rules/Austria/Minimum
-@dirrm share/apps/kppp/Rules/Austria/Business_2
-@dirrm share/apps/kppp/Rules/Austria/Business_1
-@dirrm share/apps/kppp/Rules/Austria
-@dirrm share/apps/kppp/Rules/Argentina
-@dirrm share/apps/kppp/Rules
-@dirrm share/apps/kppp
-@dirrm share/apps/kmail/pics
-@dirrm share/apps/kmail
-@dirrm share/apps/kbiff/pics
-@dirrm share/apps/kbiff