diff options
author | Will Andrews <will@FreeBSD.org> | 2001-02-26 19:24:49 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-02-26 19:24:49 +0000 |
commit | 26121d15aefe3055f4b11633dcaca64da67c0913 (patch) | |
tree | 6ef2924bd6e9cb5e5a689c5d3a30612f8ec5dc50 /net | |
parent | Remove '-lc' from LDLIBS so threaded apps can link against libslang (diff) |
Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result of
the KDE team's excellent work, I am initiating burn sequence for KDE
1.x. All base KDE1 ports are hereby nuked. I am also reluctantly
reassuming maintainership of the KDE2 ports. Official KDE 2.1 packages
built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's
official ftp mirrors now. Enjoy!
Note: It seems that the KDE people rerolled their kdelibs and kdebase
packages, and a quick examination of diffs reveal minor changes, but the
port should still work. I'll fix the packaging problems that bento runs
into.
Approved by: kevlo
Notes
Notes:
svn path=/head/; revision=38810
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/kdenetwork11/Makefile | 48 | ||||
-rw-r--r-- | net/kdenetwork11/distinfo | 3 | ||||
-rw-r--r-- | net/kdenetwork11/files/patch-aa | 19 | ||||
-rw-r--r-- | net/kdenetwork11/files/patch-ab | 14 | ||||
-rw-r--r-- | net/kdenetwork11/files/patch-ac | 11 | ||||
-rw-r--r-- | net/kdenetwork11/files/patch-ba | 11 | ||||
-rw-r--r-- | net/kdenetwork11/files/patch-bb | 11 | ||||
-rw-r--r-- | net/kdenetwork11/files/patch-bc | 14 | ||||
-rw-r--r-- | net/kdenetwork11/pkg-comment | 1 | ||||
-rw-r--r-- | net/kdenetwork11/pkg-descr | 1 | ||||
-rw-r--r-- | net/kdenetwork11/pkg-plist | 694 | ||||
-rw-r--r-- | net/kdenetwork2/Makefile | 4 | ||||
-rw-r--r-- | net/kdenetwork2/distinfo | 2 | ||||
-rw-r--r-- | net/kdenetwork2/pkg-plist | 253 | ||||
-rw-r--r-- | net/kdenetwork3/Makefile | 4 | ||||
-rw-r--r-- | net/kdenetwork3/distinfo | 2 | ||||
-rw-r--r-- | net/kdenetwork3/pkg-plist | 253 | ||||
-rw-r--r-- | net/kdenetwork4/Makefile | 4 | ||||
-rw-r--r-- | net/kdenetwork4/distinfo | 2 | ||||
-rw-r--r-- | net/kdenetwork4/pkg-plist | 253 |
21 files changed, 576 insertions, 1029 deletions
diff --git a/net/Makefile b/net/Makefile index e1c742365a50..c42096c334f1 100644 --- a/net/Makefile +++ b/net/Makefile @@ -119,7 +119,6 @@ SUBDIR += isic SUBDIR += jabber SUBDIR += jwhois - SUBDIR += kdenetwork11 SUBDIR += kdenetwork2 SUBDIR += kdetelnet SUBDIR += kicq 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 diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile index 5656bfa950b0..c80ace0cbddb 100644 --- a/net/kdenetwork2/Makefile +++ b/net/kdenetwork2/Makefile @@ -6,12 +6,12 @@ # PORTNAME= kdenetwork -PORTVERSION= 2.0.1 +PORTVERSION= 2.1 CATEGORIES= net news kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src -MAINTAINER= kevlo@FreeBSD.org +MAINTAINER= will@FreeBSD.org LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \ kdecore.4:${PORTSDIR}/x11/kdelibs2 diff --git a/net/kdenetwork2/distinfo b/net/kdenetwork2/distinfo index 060e485c32c1..75dc4a4ac432 100644 --- a/net/kdenetwork2/distinfo +++ b/net/kdenetwork2/distinfo @@ -1 +1 @@ -MD5 (kdenetwork-2.0.1.tar.bz2) = 7d6c3244c34e4ec7b2881f4f7788ee0a +MD5 (kdenetwork-2.1.tar.bz2) = d810472975de84357c79c9f67ec400ad diff --git a/net/kdenetwork2/pkg-plist b/net/kdenetwork2/pkg-plist index c87ec12d5a38..4f26e40b62e8 100644 --- a/net/kdenetwork2/pkg-plist +++ b/net/kdenetwork2/pkg-plist @@ -2,6 +2,8 @@ bin/dsirc bin/keystone bin/kit bin/kmail +bin/kmailcvt +bin/knewstickerstub bin/knode bin/korn bin/kotalkd @@ -11,12 +13,24 @@ bin/ksirc bin/ksticker bin/ktalkd bin/ktalkdlg +bin/lisa bin/mail.local +bin/reslisa include/kmailIface.h +lib/kde2/libkcm_ktalkd.la +lib/kde2/libkcm_ktalkd.so +lib/kio_lan.la +lib/kio_lan.so lib/ksirc.la lib/ksirc.so -lib/libkcm_ktalkd.la -lib/libkcm_ktalkd.so +lib/libkcm_lanbrowser.la +lib/libkcm_lanbrowser.so +lib/libkcm_newsticker.la +lib/libkcm_newsticker.so +lib/libknewsticker.la +lib/libknewsticker.so +lib/libknewsticker.so.1 +share/applnk/.hidden/knewstickerstub.desktop share/applnk/Internet/KMail.desktop share/applnk/Internet/KNode.desktop share/applnk/Internet/KOrn.desktop @@ -26,7 +40,11 @@ share/applnk/Internet/kit.desktop share/applnk/Internet/kppplogview.desktop share/applnk/Internet/ksirc.desktop share/applnk/Settings/Network/kcmktalkd.desktop +share/applnk/Settings/Network/lanbrowser.desktop +share/applnk/Settings/Personalization/kcmnewsticker.desktop +share/applnk/Utilities/kmailcvt.desktop share/apps/keystone/keystoneui.rc +share/apps/kicker/applets/knewsticker.desktop share/apps/kit/eventsrc share/apps/kit/icons/locolor/16x16/actions/kit_anonwarning.png share/apps/kit/icons/locolor/16x16/actions/kit_away.png @@ -40,6 +58,16 @@ share/apps/kit/icons/locolor/16x16/actions/kit_sound.png share/apps/kit/icons/locolor/16x16/actions/kit_status.png share/apps/kit/icons/locolor/16x16/actions/kit_timestamping.png share/apps/kit/icons/locolor/16x16/actions/kit_warning.png +share/apps/kmail/about/background.png +share/apps/kmail/about/bgtable.png +share/apps/kmail/about/kdelogo2.png +share/apps/kmail/about/kmail.png +share/apps/kmail/about/konq.css +share/apps/kmail/about/lines.png +share/apps/kmail/about/lines2.png +share/apps/kmail/about/main.html +share/apps/kmail/about/pointers.png +share/apps/kmail/about/shadow1.png share/apps/kmail/kmcomposerui.rc share/apps/kmail/kmmainwin.rc share/apps/kmail/pics/abdown.png @@ -68,6 +96,7 @@ share/apps/kmail/pics/pub_key_red.png share/apps/kmail/pics/red-bullet.png share/apps/kmail/pics/stopwatch.xbm share/apps/kmail/pics/stopwatchMask.xbm +share/apps/knewsticker/eventsrc share/apps/knode/filters/1.fltr share/apps/knode/filters/2.fltr share/apps/knode/filters/3.fltr @@ -78,6 +107,7 @@ share/apps/knode/filters/7.fltr share/apps/knode/filters/8.fltr share/apps/knode/filters/filters.rc share/apps/knode/headers.rc +share/apps/knode/icons/hicolor/16x16/actions/message_reply.png share/apps/knode/icons/hicolor/22x22/actions/message_reply.png share/apps/knode/icons/hicolor/32x32/actions/message_reply.png share/apps/knode/icons/locolor/16x16/actions/message_reply.png @@ -89,18 +119,19 @@ share/apps/knode/pics/eyes.png share/apps/knode/pics/greyball.png share/apps/knode/pics/greyballchk.png share/apps/knode/pics/group.png +share/apps/knode/pics/group_big.png share/apps/knode/pics/mail.png share/apps/knode/pics/newsubs.png +share/apps/knode/pics/pgp-keys.png share/apps/knode/pics/posting.png -share/apps/knode/pics/redball.png -share/apps/knode/pics/redballchk.png share/apps/knode/pics/server.png -share/apps/knode/pics/smile.png +share/apps/knode/pics/server_big.png share/apps/knode/pics/snderr.png share/apps/knode/pics/stat_cncl.png share/apps/knode/pics/stat_edit.png share/apps/knode/pics/stat_saved.png share/apps/knode/pics/stat_sent.png +share/apps/konqueror/dirtree/remote/lan.desktop share/apps/kppp/Provider/Austria/.directory share/apps/kppp/Provider/Austria/Simon%032Media share/apps/kppp/Provider/Denmark/.directory @@ -110,6 +141,31 @@ share/apps/kppp/Provider/Germany/CityWeb share/apps/kppp/Provider/Germany/FH%032Rhein%032Sieg%032%040Informatik%041 share/apps/kppp/Provider/Germany/MUC%046DE share/apps/kppp/Provider/Germany/Netsurf +share/apps/kppp/Provider/Netherlands/.directory +share/apps/kppp/Provider/Netherlands/12Move +share/apps/kppp/Provider/Netherlands/Cistron +share/apps/kppp/Provider/Netherlands/Concepts%032ICT +share/apps/kppp/Provider/Netherlands/Cybercomm +share/apps/kppp/Provider/Netherlands/Dataweb +share/apps/kppp/Provider/Netherlands/Daxis%032Internet +share/apps/kppp/Provider/Netherlands/Freeler +share/apps/kppp/Provider/Netherlands/HetNet +share/apps/kppp/Provider/Netherlands/IAE +share/apps/kppp/Provider/Netherlands/InterNLnet%032met%0323-cijferig%032kengetal +share/apps/kppp/Provider/Netherlands/InterNLnet%032met%0324-cijferig%032kengetal +share/apps/kppp/Provider/Netherlands/Internet%032Acces%032Facilities +share/apps/kppp/Provider/Netherlands/Interstroom +share/apps/kppp/Provider/Netherlands/IntroWeb%032Hengelo%032e.o. +share/apps/kppp/Provider/Netherlands/IntroWeb%032met%0323-cijferig%032kengetal +share/apps/kppp/Provider/Netherlands/IntroWeb%032met%0324-cijferig%032kengetal +share/apps/kppp/Provider/Netherlands/Kabelfoon +share/apps/kppp/Provider/Netherlands/Popin +share/apps/kppp/Provider/Netherlands/Solcon +share/apps/kppp/Provider/Netherlands/Sonera%032Plaza +share/apps/kppp/Provider/Netherlands/TIP +share/apps/kppp/Provider/Netherlands/Trefpunt%032Acces +share/apps/kppp/Provider/Netherlands/Wish +share/apps/kppp/Provider/Netherlands/Zonnet share/apps/kppp/Provider/NewZealand/.directory share/apps/kppp/Provider/NewZealand/OrconInternet share/apps/kppp/Provider/NewZealand/Paradise @@ -123,6 +179,9 @@ share/apps/kppp/Provider/Portugal/.directory share/apps/kppp/Provider/Portugal/Clix share/apps/kppp/Provider/Portugal/Netc share/apps/kppp/Provider/Portugal/OniNet +share/apps/kppp/Provider/Sweden/.directory +share/apps/kppp/Provider/Sweden/Utfors +share/apps/kppp/Provider/Sweden/World%032Online share/apps/kppp/Provider/Taiwan/.directory share/apps/kppp/Provider/Taiwan/EraNet share/apps/kppp/Provider/Taiwan/HiNet @@ -177,6 +236,7 @@ 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_optimal.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_Internet2000.rst @@ -203,9 +263,9 @@ share/apps/kppp/Rules/France/France_Telecom_Local_Primaliste_Internet.rst share/apps/kppp/Rules/France/France_Telecom_National.rst share/apps/kppp/Rules/Germany/AddCom_by_Call.rst share/apps/kppp/Rules/Germany/Addcom.rst +share/apps/kppp/Rules/Germany/CallOkaynet.rst share/apps/kppp/Rules/Germany/Callino_Surf_Basic.rst share/apps/kppp/Rules/Germany/Callino_Surf_Plus.rst -share/apps/kppp/Rules/Germany/CallOkaynet.rst share/apps/kppp/Rules/Germany/City_Activ_Plus_Option.rst share/apps/kppp/Rules/Germany/Freenet_Enterprise.rst share/apps/kppp/Rules/Germany/MSN.rst @@ -232,6 +292,9 @@ 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/India/BSNL_Local.rst +share/apps/kppp/Rules/India/BSNL_Long_101_To_200.rst +share/apps/kppp/Rules/India/BSNL_Medium_51_To_100.rst share/apps/kppp/Rules/India/Vsnl_local.rst share/apps/kppp/Rules/Indonesia/Lokal_1_Metropolitan.rst share/apps/kppp/Rules/Indonesia/Lokal_2_Metropolitan.rst @@ -331,6 +394,7 @@ share/apps/kppp/Rules/Sweden/Transnet.rst share/apps/kppp/Rules/Sweden/Universal_Telecom.rst share/apps/kppp/Rules/Sweden/Utfors.rst share/apps/kppp/Rules/Sweden/Vattenfall.rst +share/apps/kppp/Rules/Sweden/World_Online.rst share/apps/kppp/Rules/Switzerland/Sunrise_Local.rst share/apps/kppp/Rules/Switzerland/Sunrise_Select_Internet.rst share/apps/kppp/Rules/Switzerland/Swisscom_Local.rst @@ -399,7 +463,9 @@ share/apps/ksirc/sirc.help.gz share/apps/ksirc/small.pl share/apps/ksirc/test.pl share/apps/ksirc/tester.pl +share/apps/lisa/README share/config/ksircrc +share/config/ktalkdrc share/config/protocols/vnc.desktop share/doc/HTML/en/keystone/.anchors share/doc/HTML/en/keystone/common @@ -412,34 +478,70 @@ share/doc/HTML/en/kit/index.docbook share/doc/HTML/en/kit/index.html share/doc/HTML/en/kit/introduction.html share/doc/HTML/en/kmail/.anchors -share/doc/HTML/en/kmail/appearancetab.html +share/doc/HTML/en/kmail/appearance-tab.html share/doc/HTML/en/kmail/common -share/doc/HTML/en/kmail/composertab.html -share/doc/HTML/en/kmail/copyright.html +share/doc/HTML/en/kmail/compilation.html +share/doc/HTML/en/kmail/composer-tab.html +share/doc/HTML/en/kmail/composer-window-menus.html +share/doc/HTML/en/kmail/credits-and-licenses.html +share/doc/HTML/en/kmail/customizing.html share/doc/HTML/en/kmail/documentation.html -share/doc/HTML/en/kmail/epilogue.html share/doc/HTML/en/kmail/faq.html share/doc/HTML/en/kmail/filters.html +share/doc/HTML/en/kmail/folders.html +share/doc/HTML/en/kmail/getting-started.html +share/doc/HTML/en/kmail/importing.html share/doc/HTML/en/kmail/index.docbook share/doc/HTML/en/kmail/index.html -share/doc/HTML/en/kmail/misctab.html -share/doc/HTML/en/kmail/networktab.html -share/doc/HTML/en/kmail/seccustomizing.html -share/doc/HTML/en/kmail/secfolders.html -share/doc/HTML/en/kmail/secgettingstarted.html -share/doc/HTML/en/kmail/secimporting.html -share/doc/HTML/en/kmail/secintro.html -share/doc/HTML/en/kmail/secmenus.html -share/doc/HTML/en/kmail/secmultipleaccounts.html -share/doc/HTML/en/kmail/secpgp.html -share/doc/HTML/en/kmail/securitytab.html -share/doc/HTML/en/kmail/secusingkmail.html -share/doc/HTML/en/kmail/settingupyouraccount.html +share/doc/HTML/en/kmail/installation.html +share/doc/HTML/en/kmail/intro.html +share/doc/HTML/en/kmail/menus.html +share/doc/HTML/en/kmail/mime-tab.html +share/doc/HTML/en/kmail/misc-tab.html +share/doc/HTML/en/kmail/multiple-accounts.html +share/doc/HTML/en/kmail/network-tab.html +share/doc/HTML/en/kmail/pgp.html +share/doc/HTML/en/kmail/security-tab.html +share/doc/HTML/en/kmail/setting-up-your-account.html share/doc/HTML/en/kmail/team.html -share/doc/HTML/en/kmail/testingyoursetup.html -share/doc/HTML/en/kmail/theaddressbook.html -share/doc/HTML/en/kmail/thecomposerwindow.html -share/doc/HTML/en/kmail/thecomposerwindow2.html +share/doc/HTML/en/kmail/testing-your-setup.html +share/doc/HTML/en/kmail/the-address-book.html +share/doc/HTML/en/kmail/the-composer-window.html +share/doc/HTML/en/kmail/using-kmail.html +share/doc/HTML/en/knewsticker/.anchors +share/doc/HTML/en/knewsticker/TODO +share/doc/HTML/en/knewsticker/about-icon.png +share/doc/HTML/en/knewsticker/checknews-icon.png +share/doc/HTML/en/knewsticker/common +share/doc/HTML/en/knewsticker/compilation.html +share/doc/HTML/en/knewsticker/config-newssources.html +share/doc/HTML/en/knewsticker/configuration.html +share/doc/HTML/en/knewsticker/contextmenu-descr.html +share/doc/HTML/en/knewsticker/contextmenu.png +share/doc/HTML/en/knewsticker/credits.html +share/doc/HTML/en/knewsticker/develinfo.html +share/doc/HTML/en/knewsticker/downarrow-icon.png +share/doc/HTML/en/knewsticker/faq.html +share/doc/HTML/en/knewsticker/glossary.html +share/doc/HTML/en/knewsticker/help-icon.png +share/doc/HTML/en/knewsticker/index.docbook +share/doc/HTML/en/knewsticker/index.html +share/doc/HTML/en/knewsticker/installation.html +share/doc/HTML/en/knewsticker/introduction.html +share/doc/HTML/en/knewsticker/kcmnewsticker-general.png +share/doc/HTML/en/knewsticker/kcmnewsticker-newssources.png +share/doc/HTML/en/knewsticker/kcontrol-icon.png +share/doc/HTML/en/knewsticker/knewsticker-childpanel.png +share/doc/HTML/en/knewsticker/knewsticker-kicker.png +share/doc/HTML/en/knewsticker/newarticle-icon.png +share/doc/HTML/en/knewsticker/newssite-icon.png +share/doc/HTML/en/knewsticker/noarticles-icon.png +share/doc/HTML/en/knewsticker/oldarticle-icon.png +share/doc/HTML/en/knewsticker/preferences-icon.png +share/doc/HTML/en/knewsticker/requirements.html +share/doc/HTML/en/knewsticker/starting-knewsticker.html +share/doc/HTML/en/knewsticker/uparrow-icon.png +share/doc/HTML/en/knewsticker/using-knewsticker.html share/doc/HTML/en/knode/.anchors share/doc/HTML/en/knode/commands.html share/doc/HTML/en/knode/common @@ -500,51 +602,31 @@ share/doc/HTML/en/korn/the-display-tab.html share/doc/HTML/en/korn/the-new-dialog.html share/doc/HTML/en/korn/the-preferences-dialog.html share/doc/HTML/en/kppp/.anchors -share/doc/HTML/en/kppp/BackGround.png -share/doc/HTML/en/kppp/accounting.html -share/doc/HTML/en/kppp/appendix.html -share/doc/HTML/en/kppp/autoconfigurehostname.html -share/doc/HTML/en/kppp/cb.html share/doc/HTML/en/kppp/common -share/doc/HTML/en/kppp/compilationandinstallation.html -share/doc/HTML/en/kppp/configuringanaccount.html share/doc/HTML/en/kppp/costsgraphs.fig share/doc/HTML/en/kppp/costsgraphs.png -share/doc/HTML/en/kppp/dns.html -share/doc/HTML/en/kppp/gateway.html -share/doc/HTML/en/kppp/gettingthemodemtohangup.html -share/doc/HTML/en/kppp/gpl.html -share/doc/HTML/en/kppp/hayes.html -share/doc/HTML/en/kppp/howtointerpretthesystemslog.html -share/doc/HTML/en/kppp/index.cvlog +share/doc/HTML/en/kppp/finishing-the-wizard.html +share/doc/HTML/en/kppp/getting-online.html share/doc/HTML/en/kppp/index.docbook share/doc/HTML/en/kppp/index.html -share/doc/HTML/en/kppp/installation.html share/doc/HTML/en/kppp/introduction.html +share/doc/HTML/en/kppp/kppp-account-accounting-tab.png +share/doc/HTML/en/kppp/kppp-account-dial-tab.png +share/doc/HTML/en/kppp/kppp-account-dns-tab.png +share/doc/HTML/en/kppp/kppp-account-execute-tab.png +share/doc/HTML/en/kppp/kppp-account-gateway-tab.png +share/doc/HTML/en/kppp/kppp-account-ip-tab.png +share/doc/HTML/en/kppp/kppp-account-login-script-tab.png +share/doc/HTML/en/kppp/kppp-config.png +share/doc/HTML/en/kppp/kppp-device-tab.png +share/doc/HTML/en/kppp/kppp-dialler-tab.png +share/doc/HTML/en/kppp/kppp-graph-tab.png +share/doc/HTML/en/kppp/kppp-misc-tab.png +share/doc/HTML/en/kppp/kppp-modem-tab.png +share/doc/HTML/en/kppp/kppp-wizard.png share/doc/HTML/en/kppp/kppp.faq.question -share/doc/HTML/en/kppp/kppphasthesuidbitonwhataboutsecurity.html -share/doc/HTML/en/kppp/kppprelatedfiles.html -share/doc/HTML/en/kppp/licenseandwarranty.html -share/doc/HTML/en/kppp/lockfiles.html -share/doc/HTML/en/kppp/loginscript.html -share/doc/HTML/en/kppp/maintainers.html -share/doc/HTML/en/kppp/maketonediallingfaster.html -share/doc/HTML/en/kppp/modem.html -share/doc/HTML/en/kppp/modemprofiles.html -share/doc/HTML/en/kppp/modemtrickshints.html -share/doc/HTML/en/kppp/moreaboutppppppd.html -share/doc/HTML/en/kppp/pap.html -share/doc/HTML/en/kppp/papandchap.html -share/doc/HTML/en/kppp/ppp.html -share/doc/HTML/en/kppp/preparingyourlinuxsystemforapppconnection.html -share/doc/HTML/en/kppp/questionsandanswers.html -share/doc/HTML/en/kppp/reportingproblemswithkppp.html -share/doc/HTML/en/kppp/requirements.html -share/doc/HTML/en/kppp/security.html -share/doc/HTML/en/kppp/settingupkppp.html share/doc/HTML/en/kppp/ttyS-cua.txt -share/doc/HTML/en/kppp/volaccounting.html -share/doc/HTML/en/kppp/windowsntrascallback.html +share/doc/HTML/en/kppp/wizard.html share/doc/HTML/en/ksirc/.anchors share/doc/HTML/en/ksirc/addingfilehandlestothemainselectloop.html share/doc/HTML/en/ksirc/bots.html @@ -582,10 +664,15 @@ share/doc/HTML/en/ktalkd/requirements.html share/doc/HTML/en/ktalkd/supportedplatforms.html share/doc/HTML/en/ktalkd/usage.html share/doc/HTML/en/ktalkd/whydontiasanormaluserreceivekdeannouncements.html +share/icons/hicolor/16x16/apps/knode.png +share/icons/hicolor/16x16/apps/kppp.png +share/icons/hicolor/16x16/apps/ksirc.png share/icons/hicolor/22x22/actions/message_get.png share/icons/hicolor/32x32/apps/keystone.png share/icons/hicolor/32x32/apps/kit.png share/icons/hicolor/32x32/apps/kmail.png +share/icons/hicolor/32x32/apps/kmailcvt.png +share/icons/hicolor/32x32/apps/knewsticker.png share/icons/hicolor/32x32/apps/knode.png share/icons/hicolor/32x32/apps/korn.png share/icons/hicolor/32x32/apps/kppp.png @@ -594,6 +681,8 @@ share/icons/hicolor/32x32/apps/ktalkd.png share/icons/hicolor/48x48/apps/keystone.png share/icons/hicolor/48x48/apps/kit.png share/icons/hicolor/48x48/apps/kmail.png +share/icons/hicolor/48x48/apps/kmailcvt.png +share/icons/hicolor/48x48/apps/knewsticker.png share/icons/hicolor/48x48/apps/knode.png share/icons/hicolor/48x48/apps/korn.png share/icons/hicolor/48x48/apps/kppp.png @@ -602,6 +691,9 @@ share/icons/hicolor/48x48/apps/ktalkd.png share/icons/locolor/16x16/apps/keystone.png share/icons/locolor/16x16/apps/kit.png share/icons/locolor/16x16/apps/kmail.png +share/icons/locolor/16x16/apps/kmailcvt.png +share/icons/locolor/16x16/apps/kmailcvt.xpm +share/icons/locolor/16x16/apps/knewsticker.png share/icons/locolor/16x16/apps/knode.png share/icons/locolor/16x16/apps/korn.png share/icons/locolor/16x16/apps/kppp.png @@ -610,20 +702,38 @@ share/icons/locolor/16x16/apps/ktalkd.png share/icons/locolor/32x32/apps/keystone.png share/icons/locolor/32x32/apps/kit.png share/icons/locolor/32x32/apps/kmail.png +share/icons/locolor/32x32/apps/kmailcvt.png +share/icons/locolor/32x32/apps/knewsticker.png share/icons/locolor/32x32/apps/knode.png share/icons/locolor/32x32/apps/korn.png share/icons/locolor/32x32/apps/kppp.png share/icons/locolor/32x32/apps/ksirc.png share/icons/locolor/32x32/apps/ktalkd.png +share/services/knewsservice.protocol +share/services/lan.protocol +share/services/rlan.protocol share/sounds/ktalkd.wav +@dirrm share/sounds +@dirrm share/services +@dirrm share/icons/locolor/32x32/apps +@dirrm share/icons/locolor/16x16/apps +@dirrm share/icons/hicolor/48x48/apps +@dirrm share/icons/hicolor/32x32/apps +@dirrm share/icons/hicolor/22x22/actions +@dirrm share/icons/hicolor/16x16/apps @dirrm share/doc/HTML/en/ktalkd @dirrm share/doc/HTML/en/ksirc @dirrm share/doc/HTML/en/kppp @dirrm share/doc/HTML/en/korn @dirrm share/doc/HTML/en/knode +@dirrm share/doc/HTML/en/knewsticker @dirrm share/doc/HTML/en/kmail @dirrm share/doc/HTML/en/kit @dirrm share/doc/HTML/en/keystone +@dirrm share/doc/HTML/en +@dirrm share/config/protocols +@dirrm share/config +@dirrm share/apps/lisa @dirrm share/apps/ksirc/pics @dirrm share/apps/ksirc @dirrm share/apps/kppp/pics @@ -673,14 +783,17 @@ share/sounds/ktalkd.wav @dirrm share/apps/kppp/Provider/Yugoslavia @dirrm share/apps/kppp/Provider/United_Kingdom @dirrm share/apps/kppp/Provider/Taiwan +@dirrm share/apps/kppp/Provider/Sweden @dirrm share/apps/kppp/Provider/Portugal @dirrm share/apps/kppp/Provider/Norway @dirrm share/apps/kppp/Provider/NewZealand +@dirrm share/apps/kppp/Provider/Netherlands @dirrm share/apps/kppp/Provider/Germany @dirrm share/apps/kppp/Provider/Denmark @dirrm share/apps/kppp/Provider/Austria @dirrm share/apps/kppp/Provider @dirrm share/apps/kppp +@dirrm share/apps/konqueror/dirtree/remote @dirrm share/apps/knode/pics @dirrm share/apps/knode/icons/locolor/16x16/actions @dirrm share/apps/knode/icons/locolor/16x16 @@ -689,15 +802,27 @@ share/sounds/ktalkd.wav @dirrm share/apps/knode/icons/hicolor/32x32 @dirrm share/apps/knode/icons/hicolor/22x22/actions @dirrm share/apps/knode/icons/hicolor/22x22 +@dirrm share/apps/knode/icons/hicolor/16x16/actions +@dirrm share/apps/knode/icons/hicolor/16x16 @dirrm share/apps/knode/icons/hicolor @dirrm share/apps/knode/icons @dirrm share/apps/knode/filters @dirrm share/apps/knode +@dirrm share/apps/knewsticker @dirrm share/apps/kmail/pics +@dirrm share/apps/kmail/about @dirrm share/apps/kmail @dirrm share/apps/kit/icons/locolor/16x16/actions @dirrm share/apps/kit/icons/locolor/16x16 @dirrm share/apps/kit/icons/locolor @dirrm share/apps/kit/icons @dirrm share/apps/kit +@dirrm share/apps/kicker/applets @dirrm share/apps/keystone +@dirrm share/apps +@dirrm share/applnk/Utilities +@dirrm share/applnk/Settings/Personalization +@dirrm share/applnk/Settings/Network +@dirrm share/applnk/Internet +@dirrm share/applnk/.hidden +@dirrm lib/kde2 diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 5656bfa950b0..c80ace0cbddb 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -6,12 +6,12 @@ # PORTNAME= kdenetwork -PORTVERSION= 2.0.1 +PORTVERSION= 2.1 CATEGORIES= net news kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src -MAINTAINER= kevlo@FreeBSD.org +MAINTAINER= will@FreeBSD.org LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \ kdecore.4:${PORTSDIR}/x11/kdelibs2 diff --git a/net/kdenetwork3/distinfo b/net/kdenetwork3/distinfo index 060e485c32c1..75dc4a4ac432 100644 --- a/net/kdenetwork3/distinfo +++ b/net/kdenetwork3/distinfo @@ -1 +1 @@ -MD5 (kdenetwork-2.0.1.tar.bz2) = 7d6c3244c34e4ec7b2881f4f7788ee0a +MD5 (kdenetwork-2.1.tar.bz2) = d810472975de84357c79c9f67ec400ad diff --git a/net/kdenetwork3/pkg-plist b/net/kdenetwork3/pkg-plist index c87ec12d5a38..4f26e40b62e8 100644 --- a/net/kdenetwork3/pkg-plist +++ b/net/kdenetwork3/pkg-plist @@ -2,6 +2,8 @@ bin/dsirc bin/keystone bin/kit bin/kmail +bin/kmailcvt +bin/knewstickerstub bin/knode bin/korn bin/kotalkd @@ -11,12 +13,24 @@ bin/ksirc bin/ksticker bin/ktalkd bin/ktalkdlg +bin/lisa bin/mail.local +bin/reslisa include/kmailIface.h +lib/kde2/libkcm_ktalkd.la +lib/kde2/libkcm_ktalkd.so +lib/kio_lan.la +lib/kio_lan.so lib/ksirc.la lib/ksirc.so -lib/libkcm_ktalkd.la -lib/libkcm_ktalkd.so +lib/libkcm_lanbrowser.la +lib/libkcm_lanbrowser.so +lib/libkcm_newsticker.la +lib/libkcm_newsticker.so +lib/libknewsticker.la +lib/libknewsticker.so +lib/libknewsticker.so.1 +share/applnk/.hidden/knewstickerstub.desktop share/applnk/Internet/KMail.desktop share/applnk/Internet/KNode.desktop share/applnk/Internet/KOrn.desktop @@ -26,7 +40,11 @@ share/applnk/Internet/kit.desktop share/applnk/Internet/kppplogview.desktop share/applnk/Internet/ksirc.desktop share/applnk/Settings/Network/kcmktalkd.desktop +share/applnk/Settings/Network/lanbrowser.desktop +share/applnk/Settings/Personalization/kcmnewsticker.desktop +share/applnk/Utilities/kmailcvt.desktop share/apps/keystone/keystoneui.rc +share/apps/kicker/applets/knewsticker.desktop share/apps/kit/eventsrc share/apps/kit/icons/locolor/16x16/actions/kit_anonwarning.png share/apps/kit/icons/locolor/16x16/actions/kit_away.png @@ -40,6 +58,16 @@ share/apps/kit/icons/locolor/16x16/actions/kit_sound.png share/apps/kit/icons/locolor/16x16/actions/kit_status.png share/apps/kit/icons/locolor/16x16/actions/kit_timestamping.png share/apps/kit/icons/locolor/16x16/actions/kit_warning.png +share/apps/kmail/about/background.png +share/apps/kmail/about/bgtable.png +share/apps/kmail/about/kdelogo2.png +share/apps/kmail/about/kmail.png +share/apps/kmail/about/konq.css +share/apps/kmail/about/lines.png +share/apps/kmail/about/lines2.png +share/apps/kmail/about/main.html +share/apps/kmail/about/pointers.png +share/apps/kmail/about/shadow1.png share/apps/kmail/kmcomposerui.rc share/apps/kmail/kmmainwin.rc share/apps/kmail/pics/abdown.png @@ -68,6 +96,7 @@ share/apps/kmail/pics/pub_key_red.png share/apps/kmail/pics/red-bullet.png share/apps/kmail/pics/stopwatch.xbm share/apps/kmail/pics/stopwatchMask.xbm +share/apps/knewsticker/eventsrc share/apps/knode/filters/1.fltr share/apps/knode/filters/2.fltr share/apps/knode/filters/3.fltr @@ -78,6 +107,7 @@ share/apps/knode/filters/7.fltr share/apps/knode/filters/8.fltr share/apps/knode/filters/filters.rc share/apps/knode/headers.rc +share/apps/knode/icons/hicolor/16x16/actions/message_reply.png share/apps/knode/icons/hicolor/22x22/actions/message_reply.png share/apps/knode/icons/hicolor/32x32/actions/message_reply.png share/apps/knode/icons/locolor/16x16/actions/message_reply.png @@ -89,18 +119,19 @@ share/apps/knode/pics/eyes.png share/apps/knode/pics/greyball.png share/apps/knode/pics/greyballchk.png share/apps/knode/pics/group.png +share/apps/knode/pics/group_big.png share/apps/knode/pics/mail.png share/apps/knode/pics/newsubs.png +share/apps/knode/pics/pgp-keys.png share/apps/knode/pics/posting.png -share/apps/knode/pics/redball.png -share/apps/knode/pics/redballchk.png share/apps/knode/pics/server.png -share/apps/knode/pics/smile.png +share/apps/knode/pics/server_big.png share/apps/knode/pics/snderr.png share/apps/knode/pics/stat_cncl.png share/apps/knode/pics/stat_edit.png share/apps/knode/pics/stat_saved.png share/apps/knode/pics/stat_sent.png +share/apps/konqueror/dirtree/remote/lan.desktop share/apps/kppp/Provider/Austria/.directory share/apps/kppp/Provider/Austria/Simon%032Media share/apps/kppp/Provider/Denmark/.directory @@ -110,6 +141,31 @@ share/apps/kppp/Provider/Germany/CityWeb share/apps/kppp/Provider/Germany/FH%032Rhein%032Sieg%032%040Informatik%041 share/apps/kppp/Provider/Germany/MUC%046DE share/apps/kppp/Provider/Germany/Netsurf +share/apps/kppp/Provider/Netherlands/.directory +share/apps/kppp/Provider/Netherlands/12Move +share/apps/kppp/Provider/Netherlands/Cistron +share/apps/kppp/Provider/Netherlands/Concepts%032ICT +share/apps/kppp/Provider/Netherlands/Cybercomm +share/apps/kppp/Provider/Netherlands/Dataweb +share/apps/kppp/Provider/Netherlands/Daxis%032Internet +share/apps/kppp/Provider/Netherlands/Freeler +share/apps/kppp/Provider/Netherlands/HetNet +share/apps/kppp/Provider/Netherlands/IAE +share/apps/kppp/Provider/Netherlands/InterNLnet%032met%0323-cijferig%032kengetal +share/apps/kppp/Provider/Netherlands/InterNLnet%032met%0324-cijferig%032kengetal +share/apps/kppp/Provider/Netherlands/Internet%032Acces%032Facilities +share/apps/kppp/Provider/Netherlands/Interstroom +share/apps/kppp/Provider/Netherlands/IntroWeb%032Hengelo%032e.o. +share/apps/kppp/Provider/Netherlands/IntroWeb%032met%0323-cijferig%032kengetal +share/apps/kppp/Provider/Netherlands/IntroWeb%032met%0324-cijferig%032kengetal +share/apps/kppp/Provider/Netherlands/Kabelfoon +share/apps/kppp/Provider/Netherlands/Popin +share/apps/kppp/Provider/Netherlands/Solcon +share/apps/kppp/Provider/Netherlands/Sonera%032Plaza +share/apps/kppp/Provider/Netherlands/TIP +share/apps/kppp/Provider/Netherlands/Trefpunt%032Acces +share/apps/kppp/Provider/Netherlands/Wish +share/apps/kppp/Provider/Netherlands/Zonnet share/apps/kppp/Provider/NewZealand/.directory share/apps/kppp/Provider/NewZealand/OrconInternet share/apps/kppp/Provider/NewZealand/Paradise @@ -123,6 +179,9 @@ share/apps/kppp/Provider/Portugal/.directory share/apps/kppp/Provider/Portugal/Clix share/apps/kppp/Provider/Portugal/Netc share/apps/kppp/Provider/Portugal/OniNet +share/apps/kppp/Provider/Sweden/.directory +share/apps/kppp/Provider/Sweden/Utfors +share/apps/kppp/Provider/Sweden/World%032Online share/apps/kppp/Provider/Taiwan/.directory share/apps/kppp/Provider/Taiwan/EraNet share/apps/kppp/Provider/Taiwan/HiNet @@ -177,6 +236,7 @@ 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_optimal.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_Internet2000.rst @@ -203,9 +263,9 @@ share/apps/kppp/Rules/France/France_Telecom_Local_Primaliste_Internet.rst share/apps/kppp/Rules/France/France_Telecom_National.rst share/apps/kppp/Rules/Germany/AddCom_by_Call.rst share/apps/kppp/Rules/Germany/Addcom.rst +share/apps/kppp/Rules/Germany/CallOkaynet.rst share/apps/kppp/Rules/Germany/Callino_Surf_Basic.rst share/apps/kppp/Rules/Germany/Callino_Surf_Plus.rst -share/apps/kppp/Rules/Germany/CallOkaynet.rst share/apps/kppp/Rules/Germany/City_Activ_Plus_Option.rst share/apps/kppp/Rules/Germany/Freenet_Enterprise.rst share/apps/kppp/Rules/Germany/MSN.rst @@ -232,6 +292,9 @@ 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/India/BSNL_Local.rst +share/apps/kppp/Rules/India/BSNL_Long_101_To_200.rst +share/apps/kppp/Rules/India/BSNL_Medium_51_To_100.rst share/apps/kppp/Rules/India/Vsnl_local.rst share/apps/kppp/Rules/Indonesia/Lokal_1_Metropolitan.rst share/apps/kppp/Rules/Indonesia/Lokal_2_Metropolitan.rst @@ -331,6 +394,7 @@ share/apps/kppp/Rules/Sweden/Transnet.rst share/apps/kppp/Rules/Sweden/Universal_Telecom.rst share/apps/kppp/Rules/Sweden/Utfors.rst share/apps/kppp/Rules/Sweden/Vattenfall.rst +share/apps/kppp/Rules/Sweden/World_Online.rst share/apps/kppp/Rules/Switzerland/Sunrise_Local.rst share/apps/kppp/Rules/Switzerland/Sunrise_Select_Internet.rst share/apps/kppp/Rules/Switzerland/Swisscom_Local.rst @@ -399,7 +463,9 @@ share/apps/ksirc/sirc.help.gz share/apps/ksirc/small.pl share/apps/ksirc/test.pl share/apps/ksirc/tester.pl +share/apps/lisa/README share/config/ksircrc +share/config/ktalkdrc share/config/protocols/vnc.desktop share/doc/HTML/en/keystone/.anchors share/doc/HTML/en/keystone/common @@ -412,34 +478,70 @@ share/doc/HTML/en/kit/index.docbook share/doc/HTML/en/kit/index.html share/doc/HTML/en/kit/introduction.html share/doc/HTML/en/kmail/.anchors -share/doc/HTML/en/kmail/appearancetab.html +share/doc/HTML/en/kmail/appearance-tab.html share/doc/HTML/en/kmail/common -share/doc/HTML/en/kmail/composertab.html -share/doc/HTML/en/kmail/copyright.html +share/doc/HTML/en/kmail/compilation.html +share/doc/HTML/en/kmail/composer-tab.html +share/doc/HTML/en/kmail/composer-window-menus.html +share/doc/HTML/en/kmail/credits-and-licenses.html +share/doc/HTML/en/kmail/customizing.html share/doc/HTML/en/kmail/documentation.html -share/doc/HTML/en/kmail/epilogue.html share/doc/HTML/en/kmail/faq.html share/doc/HTML/en/kmail/filters.html +share/doc/HTML/en/kmail/folders.html +share/doc/HTML/en/kmail/getting-started.html +share/doc/HTML/en/kmail/importing.html share/doc/HTML/en/kmail/index.docbook share/doc/HTML/en/kmail/index.html -share/doc/HTML/en/kmail/misctab.html -share/doc/HTML/en/kmail/networktab.html -share/doc/HTML/en/kmail/seccustomizing.html -share/doc/HTML/en/kmail/secfolders.html -share/doc/HTML/en/kmail/secgettingstarted.html -share/doc/HTML/en/kmail/secimporting.html -share/doc/HTML/en/kmail/secintro.html -share/doc/HTML/en/kmail/secmenus.html -share/doc/HTML/en/kmail/secmultipleaccounts.html -share/doc/HTML/en/kmail/secpgp.html -share/doc/HTML/en/kmail/securitytab.html -share/doc/HTML/en/kmail/secusingkmail.html -share/doc/HTML/en/kmail/settingupyouraccount.html +share/doc/HTML/en/kmail/installation.html +share/doc/HTML/en/kmail/intro.html +share/doc/HTML/en/kmail/menus.html +share/doc/HTML/en/kmail/mime-tab.html +share/doc/HTML/en/kmail/misc-tab.html +share/doc/HTML/en/kmail/multiple-accounts.html +share/doc/HTML/en/kmail/network-tab.html +share/doc/HTML/en/kmail/pgp.html +share/doc/HTML/en/kmail/security-tab.html +share/doc/HTML/en/kmail/setting-up-your-account.html share/doc/HTML/en/kmail/team.html -share/doc/HTML/en/kmail/testingyoursetup.html -share/doc/HTML/en/kmail/theaddressbook.html -share/doc/HTML/en/kmail/thecomposerwindow.html -share/doc/HTML/en/kmail/thecomposerwindow2.html +share/doc/HTML/en/kmail/testing-your-setup.html +share/doc/HTML/en/kmail/the-address-book.html +share/doc/HTML/en/kmail/the-composer-window.html +share/doc/HTML/en/kmail/using-kmail.html +share/doc/HTML/en/knewsticker/.anchors +share/doc/HTML/en/knewsticker/TODO +share/doc/HTML/en/knewsticker/about-icon.png +share/doc/HTML/en/knewsticker/checknews-icon.png +share/doc/HTML/en/knewsticker/common +share/doc/HTML/en/knewsticker/compilation.html +share/doc/HTML/en/knewsticker/config-newssources.html +share/doc/HTML/en/knewsticker/configuration.html +share/doc/HTML/en/knewsticker/contextmenu-descr.html +share/doc/HTML/en/knewsticker/contextmenu.png +share/doc/HTML/en/knewsticker/credits.html +share/doc/HTML/en/knewsticker/develinfo.html +share/doc/HTML/en/knewsticker/downarrow-icon.png +share/doc/HTML/en/knewsticker/faq.html +share/doc/HTML/en/knewsticker/glossary.html +share/doc/HTML/en/knewsticker/help-icon.png +share/doc/HTML/en/knewsticker/index.docbook +share/doc/HTML/en/knewsticker/index.html +share/doc/HTML/en/knewsticker/installation.html +share/doc/HTML/en/knewsticker/introduction.html +share/doc/HTML/en/knewsticker/kcmnewsticker-general.png +share/doc/HTML/en/knewsticker/kcmnewsticker-newssources.png +share/doc/HTML/en/knewsticker/kcontrol-icon.png +share/doc/HTML/en/knewsticker/knewsticker-childpanel.png +share/doc/HTML/en/knewsticker/knewsticker-kicker.png +share/doc/HTML/en/knewsticker/newarticle-icon.png +share/doc/HTML/en/knewsticker/newssite-icon.png +share/doc/HTML/en/knewsticker/noarticles-icon.png +share/doc/HTML/en/knewsticker/oldarticle-icon.png +share/doc/HTML/en/knewsticker/preferences-icon.png +share/doc/HTML/en/knewsticker/requirements.html +share/doc/HTML/en/knewsticker/starting-knewsticker.html +share/doc/HTML/en/knewsticker/uparrow-icon.png +share/doc/HTML/en/knewsticker/using-knewsticker.html share/doc/HTML/en/knode/.anchors share/doc/HTML/en/knode/commands.html share/doc/HTML/en/knode/common @@ -500,51 +602,31 @@ share/doc/HTML/en/korn/the-display-tab.html share/doc/HTML/en/korn/the-new-dialog.html share/doc/HTML/en/korn/the-preferences-dialog.html share/doc/HTML/en/kppp/.anchors -share/doc/HTML/en/kppp/BackGround.png -share/doc/HTML/en/kppp/accounting.html -share/doc/HTML/en/kppp/appendix.html -share/doc/HTML/en/kppp/autoconfigurehostname.html -share/doc/HTML/en/kppp/cb.html share/doc/HTML/en/kppp/common -share/doc/HTML/en/kppp/compilationandinstallation.html -share/doc/HTML/en/kppp/configuringanaccount.html share/doc/HTML/en/kppp/costsgraphs.fig share/doc/HTML/en/kppp/costsgraphs.png -share/doc/HTML/en/kppp/dns.html -share/doc/HTML/en/kppp/gateway.html -share/doc/HTML/en/kppp/gettingthemodemtohangup.html -share/doc/HTML/en/kppp/gpl.html -share/doc/HTML/en/kppp/hayes.html -share/doc/HTML/en/kppp/howtointerpretthesystemslog.html -share/doc/HTML/en/kppp/index.cvlog +share/doc/HTML/en/kppp/finishing-the-wizard.html +share/doc/HTML/en/kppp/getting-online.html share/doc/HTML/en/kppp/index.docbook share/doc/HTML/en/kppp/index.html -share/doc/HTML/en/kppp/installation.html share/doc/HTML/en/kppp/introduction.html +share/doc/HTML/en/kppp/kppp-account-accounting-tab.png +share/doc/HTML/en/kppp/kppp-account-dial-tab.png +share/doc/HTML/en/kppp/kppp-account-dns-tab.png +share/doc/HTML/en/kppp/kppp-account-execute-tab.png +share/doc/HTML/en/kppp/kppp-account-gateway-tab.png +share/doc/HTML/en/kppp/kppp-account-ip-tab.png +share/doc/HTML/en/kppp/kppp-account-login-script-tab.png +share/doc/HTML/en/kppp/kppp-config.png +share/doc/HTML/en/kppp/kppp-device-tab.png +share/doc/HTML/en/kppp/kppp-dialler-tab.png +share/doc/HTML/en/kppp/kppp-graph-tab.png +share/doc/HTML/en/kppp/kppp-misc-tab.png +share/doc/HTML/en/kppp/kppp-modem-tab.png +share/doc/HTML/en/kppp/kppp-wizard.png share/doc/HTML/en/kppp/kppp.faq.question -share/doc/HTML/en/kppp/kppphasthesuidbitonwhataboutsecurity.html -share/doc/HTML/en/kppp/kppprelatedfiles.html -share/doc/HTML/en/kppp/licenseandwarranty.html -share/doc/HTML/en/kppp/lockfiles.html -share/doc/HTML/en/kppp/loginscript.html -share/doc/HTML/en/kppp/maintainers.html -share/doc/HTML/en/kppp/maketonediallingfaster.html -share/doc/HTML/en/kppp/modem.html -share/doc/HTML/en/kppp/modemprofiles.html -share/doc/HTML/en/kppp/modemtrickshints.html -share/doc/HTML/en/kppp/moreaboutppppppd.html -share/doc/HTML/en/kppp/pap.html -share/doc/HTML/en/kppp/papandchap.html -share/doc/HTML/en/kppp/ppp.html -share/doc/HTML/en/kppp/preparingyourlinuxsystemforapppconnection.html -share/doc/HTML/en/kppp/questionsandanswers.html -share/doc/HTML/en/kppp/reportingproblemswithkppp.html -share/doc/HTML/en/kppp/requirements.html -share/doc/HTML/en/kppp/security.html -share/doc/HTML/en/kppp/settingupkppp.html share/doc/HTML/en/kppp/ttyS-cua.txt -share/doc/HTML/en/kppp/volaccounting.html -share/doc/HTML/en/kppp/windowsntrascallback.html +share/doc/HTML/en/kppp/wizard.html share/doc/HTML/en/ksirc/.anchors share/doc/HTML/en/ksirc/addingfilehandlestothemainselectloop.html share/doc/HTML/en/ksirc/bots.html @@ -582,10 +664,15 @@ share/doc/HTML/en/ktalkd/requirements.html share/doc/HTML/en/ktalkd/supportedplatforms.html share/doc/HTML/en/ktalkd/usage.html share/doc/HTML/en/ktalkd/whydontiasanormaluserreceivekdeannouncements.html +share/icons/hicolor/16x16/apps/knode.png +share/icons/hicolor/16x16/apps/kppp.png +share/icons/hicolor/16x16/apps/ksirc.png share/icons/hicolor/22x22/actions/message_get.png share/icons/hicolor/32x32/apps/keystone.png share/icons/hicolor/32x32/apps/kit.png share/icons/hicolor/32x32/apps/kmail.png +share/icons/hicolor/32x32/apps/kmailcvt.png +share/icons/hicolor/32x32/apps/knewsticker.png share/icons/hicolor/32x32/apps/knode.png share/icons/hicolor/32x32/apps/korn.png share/icons/hicolor/32x32/apps/kppp.png @@ -594,6 +681,8 @@ share/icons/hicolor/32x32/apps/ktalkd.png share/icons/hicolor/48x48/apps/keystone.png share/icons/hicolor/48x48/apps/kit.png share/icons/hicolor/48x48/apps/kmail.png +share/icons/hicolor/48x48/apps/kmailcvt.png +share/icons/hicolor/48x48/apps/knewsticker.png share/icons/hicolor/48x48/apps/knode.png share/icons/hicolor/48x48/apps/korn.png share/icons/hicolor/48x48/apps/kppp.png @@ -602,6 +691,9 @@ share/icons/hicolor/48x48/apps/ktalkd.png share/icons/locolor/16x16/apps/keystone.png share/icons/locolor/16x16/apps/kit.png share/icons/locolor/16x16/apps/kmail.png +share/icons/locolor/16x16/apps/kmailcvt.png +share/icons/locolor/16x16/apps/kmailcvt.xpm +share/icons/locolor/16x16/apps/knewsticker.png share/icons/locolor/16x16/apps/knode.png share/icons/locolor/16x16/apps/korn.png share/icons/locolor/16x16/apps/kppp.png @@ -610,20 +702,38 @@ share/icons/locolor/16x16/apps/ktalkd.png share/icons/locolor/32x32/apps/keystone.png share/icons/locolor/32x32/apps/kit.png share/icons/locolor/32x32/apps/kmail.png +share/icons/locolor/32x32/apps/kmailcvt.png +share/icons/locolor/32x32/apps/knewsticker.png share/icons/locolor/32x32/apps/knode.png share/icons/locolor/32x32/apps/korn.png share/icons/locolor/32x32/apps/kppp.png share/icons/locolor/32x32/apps/ksirc.png share/icons/locolor/32x32/apps/ktalkd.png +share/services/knewsservice.protocol +share/services/lan.protocol +share/services/rlan.protocol share/sounds/ktalkd.wav +@dirrm share/sounds +@dirrm share/services +@dirrm share/icons/locolor/32x32/apps +@dirrm share/icons/locolor/16x16/apps +@dirrm share/icons/hicolor/48x48/apps +@dirrm share/icons/hicolor/32x32/apps +@dirrm share/icons/hicolor/22x22/actions +@dirrm share/icons/hicolor/16x16/apps @dirrm share/doc/HTML/en/ktalkd @dirrm share/doc/HTML/en/ksirc @dirrm share/doc/HTML/en/kppp @dirrm share/doc/HTML/en/korn @dirrm share/doc/HTML/en/knode +@dirrm share/doc/HTML/en/knewsticker @dirrm share/doc/HTML/en/kmail @dirrm share/doc/HTML/en/kit @dirrm share/doc/HTML/en/keystone +@dirrm share/doc/HTML/en +@dirrm share/config/protocols +@dirrm share/config +@dirrm share/apps/lisa @dirrm share/apps/ksirc/pics @dirrm share/apps/ksirc @dirrm share/apps/kppp/pics @@ -673,14 +783,17 @@ share/sounds/ktalkd.wav @dirrm share/apps/kppp/Provider/Yugoslavia @dirrm share/apps/kppp/Provider/United_Kingdom @dirrm share/apps/kppp/Provider/Taiwan +@dirrm share/apps/kppp/Provider/Sweden @dirrm share/apps/kppp/Provider/Portugal @dirrm share/apps/kppp/Provider/Norway @dirrm share/apps/kppp/Provider/NewZealand +@dirrm share/apps/kppp/Provider/Netherlands @dirrm share/apps/kppp/Provider/Germany @dirrm share/apps/kppp/Provider/Denmark @dirrm share/apps/kppp/Provider/Austria @dirrm share/apps/kppp/Provider @dirrm share/apps/kppp +@dirrm share/apps/konqueror/dirtree/remote @dirrm share/apps/knode/pics @dirrm share/apps/knode/icons/locolor/16x16/actions @dirrm share/apps/knode/icons/locolor/16x16 @@ -689,15 +802,27 @@ share/sounds/ktalkd.wav @dirrm share/apps/knode/icons/hicolor/32x32 @dirrm share/apps/knode/icons/hicolor/22x22/actions @dirrm share/apps/knode/icons/hicolor/22x22 +@dirrm share/apps/knode/icons/hicolor/16x16/actions +@dirrm share/apps/knode/icons/hicolor/16x16 @dirrm share/apps/knode/icons/hicolor @dirrm share/apps/knode/icons @dirrm share/apps/knode/filters @dirrm share/apps/knode +@dirrm share/apps/knewsticker @dirrm share/apps/kmail/pics +@dirrm share/apps/kmail/about @dirrm share/apps/kmail @dirrm share/apps/kit/icons/locolor/16x16/actions @dirrm share/apps/kit/icons/locolor/16x16 @dirrm share/apps/kit/icons/locolor @dirrm share/apps/kit/icons @dirrm share/apps/kit +@dirrm share/apps/kicker/applets @dirrm share/apps/keystone +@dirrm share/apps +@dirrm share/applnk/Utilities +@dirrm share/applnk/Settings/Personalization +@dirrm share/applnk/Settings/Network +@dirrm share/applnk/Internet +@dirrm share/applnk/.hidden +@dirrm lib/kde2 diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index 5656bfa950b0..c80ace0cbddb 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -6,12 +6,12 @@ # PORTNAME= kdenetwork -PORTVERSION= 2.0.1 +PORTVERSION= 2.1 CATEGORIES= net news kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src -MAINTAINER= kevlo@FreeBSD.org +MAINTAINER= will@FreeBSD.org LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \ kdecore.4:${PORTSDIR}/x11/kdelibs2 diff --git a/net/kdenetwork4/distinfo b/net/kdenetwork4/distinfo index 060e485c32c1..75dc4a4ac432 100644 --- a/net/kdenetwork4/distinfo +++ b/net/kdenetwork4/distinfo @@ -1 +1 @@ -MD5 (kdenetwork-2.0.1.tar.bz2) = 7d6c3244c34e4ec7b2881f4f7788ee0a +MD5 (kdenetwork-2.1.tar.bz2) = d810472975de84357c79c9f67ec400ad diff --git a/net/kdenetwork4/pkg-plist b/net/kdenetwork4/pkg-plist index c87ec12d5a38..4f26e40b62e8 100644 --- a/net/kdenetwork4/pkg-plist +++ b/net/kdenetwork4/pkg-plist @@ -2,6 +2,8 @@ bin/dsirc bin/keystone bin/kit bin/kmail +bin/kmailcvt +bin/knewstickerstub bin/knode bin/korn bin/kotalkd @@ -11,12 +13,24 @@ bin/ksirc bin/ksticker bin/ktalkd bin/ktalkdlg +bin/lisa bin/mail.local +bin/reslisa include/kmailIface.h +lib/kde2/libkcm_ktalkd.la +lib/kde2/libkcm_ktalkd.so +lib/kio_lan.la +lib/kio_lan.so lib/ksirc.la lib/ksirc.so -lib/libkcm_ktalkd.la -lib/libkcm_ktalkd.so +lib/libkcm_lanbrowser.la +lib/libkcm_lanbrowser.so +lib/libkcm_newsticker.la +lib/libkcm_newsticker.so +lib/libknewsticker.la +lib/libknewsticker.so +lib/libknewsticker.so.1 +share/applnk/.hidden/knewstickerstub.desktop share/applnk/Internet/KMail.desktop share/applnk/Internet/KNode.desktop share/applnk/Internet/KOrn.desktop @@ -26,7 +40,11 @@ share/applnk/Internet/kit.desktop share/applnk/Internet/kppplogview.desktop share/applnk/Internet/ksirc.desktop share/applnk/Settings/Network/kcmktalkd.desktop +share/applnk/Settings/Network/lanbrowser.desktop +share/applnk/Settings/Personalization/kcmnewsticker.desktop +share/applnk/Utilities/kmailcvt.desktop share/apps/keystone/keystoneui.rc +share/apps/kicker/applets/knewsticker.desktop share/apps/kit/eventsrc share/apps/kit/icons/locolor/16x16/actions/kit_anonwarning.png share/apps/kit/icons/locolor/16x16/actions/kit_away.png @@ -40,6 +58,16 @@ share/apps/kit/icons/locolor/16x16/actions/kit_sound.png share/apps/kit/icons/locolor/16x16/actions/kit_status.png share/apps/kit/icons/locolor/16x16/actions/kit_timestamping.png share/apps/kit/icons/locolor/16x16/actions/kit_warning.png +share/apps/kmail/about/background.png +share/apps/kmail/about/bgtable.png +share/apps/kmail/about/kdelogo2.png +share/apps/kmail/about/kmail.png +share/apps/kmail/about/konq.css +share/apps/kmail/about/lines.png +share/apps/kmail/about/lines2.png +share/apps/kmail/about/main.html +share/apps/kmail/about/pointers.png +share/apps/kmail/about/shadow1.png share/apps/kmail/kmcomposerui.rc share/apps/kmail/kmmainwin.rc share/apps/kmail/pics/abdown.png @@ -68,6 +96,7 @@ share/apps/kmail/pics/pub_key_red.png share/apps/kmail/pics/red-bullet.png share/apps/kmail/pics/stopwatch.xbm share/apps/kmail/pics/stopwatchMask.xbm +share/apps/knewsticker/eventsrc share/apps/knode/filters/1.fltr share/apps/knode/filters/2.fltr share/apps/knode/filters/3.fltr @@ -78,6 +107,7 @@ share/apps/knode/filters/7.fltr share/apps/knode/filters/8.fltr share/apps/knode/filters/filters.rc share/apps/knode/headers.rc +share/apps/knode/icons/hicolor/16x16/actions/message_reply.png share/apps/knode/icons/hicolor/22x22/actions/message_reply.png share/apps/knode/icons/hicolor/32x32/actions/message_reply.png share/apps/knode/icons/locolor/16x16/actions/message_reply.png @@ -89,18 +119,19 @@ share/apps/knode/pics/eyes.png share/apps/knode/pics/greyball.png share/apps/knode/pics/greyballchk.png share/apps/knode/pics/group.png +share/apps/knode/pics/group_big.png share/apps/knode/pics/mail.png share/apps/knode/pics/newsubs.png +share/apps/knode/pics/pgp-keys.png share/apps/knode/pics/posting.png -share/apps/knode/pics/redball.png -share/apps/knode/pics/redballchk.png share/apps/knode/pics/server.png -share/apps/knode/pics/smile.png +share/apps/knode/pics/server_big.png share/apps/knode/pics/snderr.png share/apps/knode/pics/stat_cncl.png share/apps/knode/pics/stat_edit.png share/apps/knode/pics/stat_saved.png share/apps/knode/pics/stat_sent.png +share/apps/konqueror/dirtree/remote/lan.desktop share/apps/kppp/Provider/Austria/.directory share/apps/kppp/Provider/Austria/Simon%032Media share/apps/kppp/Provider/Denmark/.directory @@ -110,6 +141,31 @@ share/apps/kppp/Provider/Germany/CityWeb share/apps/kppp/Provider/Germany/FH%032Rhein%032Sieg%032%040Informatik%041 share/apps/kppp/Provider/Germany/MUC%046DE share/apps/kppp/Provider/Germany/Netsurf +share/apps/kppp/Provider/Netherlands/.directory +share/apps/kppp/Provider/Netherlands/12Move +share/apps/kppp/Provider/Netherlands/Cistron +share/apps/kppp/Provider/Netherlands/Concepts%032ICT +share/apps/kppp/Provider/Netherlands/Cybercomm +share/apps/kppp/Provider/Netherlands/Dataweb +share/apps/kppp/Provider/Netherlands/Daxis%032Internet +share/apps/kppp/Provider/Netherlands/Freeler +share/apps/kppp/Provider/Netherlands/HetNet +share/apps/kppp/Provider/Netherlands/IAE +share/apps/kppp/Provider/Netherlands/InterNLnet%032met%0323-cijferig%032kengetal +share/apps/kppp/Provider/Netherlands/InterNLnet%032met%0324-cijferig%032kengetal +share/apps/kppp/Provider/Netherlands/Internet%032Acces%032Facilities +share/apps/kppp/Provider/Netherlands/Interstroom +share/apps/kppp/Provider/Netherlands/IntroWeb%032Hengelo%032e.o. +share/apps/kppp/Provider/Netherlands/IntroWeb%032met%0323-cijferig%032kengetal +share/apps/kppp/Provider/Netherlands/IntroWeb%032met%0324-cijferig%032kengetal +share/apps/kppp/Provider/Netherlands/Kabelfoon +share/apps/kppp/Provider/Netherlands/Popin +share/apps/kppp/Provider/Netherlands/Solcon +share/apps/kppp/Provider/Netherlands/Sonera%032Plaza +share/apps/kppp/Provider/Netherlands/TIP +share/apps/kppp/Provider/Netherlands/Trefpunt%032Acces +share/apps/kppp/Provider/Netherlands/Wish +share/apps/kppp/Provider/Netherlands/Zonnet share/apps/kppp/Provider/NewZealand/.directory share/apps/kppp/Provider/NewZealand/OrconInternet share/apps/kppp/Provider/NewZealand/Paradise @@ -123,6 +179,9 @@ share/apps/kppp/Provider/Portugal/.directory share/apps/kppp/Provider/Portugal/Clix share/apps/kppp/Provider/Portugal/Netc share/apps/kppp/Provider/Portugal/OniNet +share/apps/kppp/Provider/Sweden/.directory +share/apps/kppp/Provider/Sweden/Utfors +share/apps/kppp/Provider/Sweden/World%032Online share/apps/kppp/Provider/Taiwan/.directory share/apps/kppp/Provider/Taiwan/EraNet share/apps/kppp/Provider/Taiwan/HiNet @@ -177,6 +236,7 @@ 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_optimal.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_Internet2000.rst @@ -203,9 +263,9 @@ share/apps/kppp/Rules/France/France_Telecom_Local_Primaliste_Internet.rst share/apps/kppp/Rules/France/France_Telecom_National.rst share/apps/kppp/Rules/Germany/AddCom_by_Call.rst share/apps/kppp/Rules/Germany/Addcom.rst +share/apps/kppp/Rules/Germany/CallOkaynet.rst share/apps/kppp/Rules/Germany/Callino_Surf_Basic.rst share/apps/kppp/Rules/Germany/Callino_Surf_Plus.rst -share/apps/kppp/Rules/Germany/CallOkaynet.rst share/apps/kppp/Rules/Germany/City_Activ_Plus_Option.rst share/apps/kppp/Rules/Germany/Freenet_Enterprise.rst share/apps/kppp/Rules/Germany/MSN.rst @@ -232,6 +292,9 @@ 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/India/BSNL_Local.rst +share/apps/kppp/Rules/India/BSNL_Long_101_To_200.rst +share/apps/kppp/Rules/India/BSNL_Medium_51_To_100.rst share/apps/kppp/Rules/India/Vsnl_local.rst share/apps/kppp/Rules/Indonesia/Lokal_1_Metropolitan.rst share/apps/kppp/Rules/Indonesia/Lokal_2_Metropolitan.rst @@ -331,6 +394,7 @@ share/apps/kppp/Rules/Sweden/Transnet.rst share/apps/kppp/Rules/Sweden/Universal_Telecom.rst share/apps/kppp/Rules/Sweden/Utfors.rst share/apps/kppp/Rules/Sweden/Vattenfall.rst +share/apps/kppp/Rules/Sweden/World_Online.rst share/apps/kppp/Rules/Switzerland/Sunrise_Local.rst share/apps/kppp/Rules/Switzerland/Sunrise_Select_Internet.rst share/apps/kppp/Rules/Switzerland/Swisscom_Local.rst @@ -399,7 +463,9 @@ share/apps/ksirc/sirc.help.gz share/apps/ksirc/small.pl share/apps/ksirc/test.pl share/apps/ksirc/tester.pl +share/apps/lisa/README share/config/ksircrc +share/config/ktalkdrc share/config/protocols/vnc.desktop share/doc/HTML/en/keystone/.anchors share/doc/HTML/en/keystone/common @@ -412,34 +478,70 @@ share/doc/HTML/en/kit/index.docbook share/doc/HTML/en/kit/index.html share/doc/HTML/en/kit/introduction.html share/doc/HTML/en/kmail/.anchors -share/doc/HTML/en/kmail/appearancetab.html +share/doc/HTML/en/kmail/appearance-tab.html share/doc/HTML/en/kmail/common -share/doc/HTML/en/kmail/composertab.html -share/doc/HTML/en/kmail/copyright.html +share/doc/HTML/en/kmail/compilation.html +share/doc/HTML/en/kmail/composer-tab.html +share/doc/HTML/en/kmail/composer-window-menus.html +share/doc/HTML/en/kmail/credits-and-licenses.html +share/doc/HTML/en/kmail/customizing.html share/doc/HTML/en/kmail/documentation.html -share/doc/HTML/en/kmail/epilogue.html share/doc/HTML/en/kmail/faq.html share/doc/HTML/en/kmail/filters.html +share/doc/HTML/en/kmail/folders.html +share/doc/HTML/en/kmail/getting-started.html +share/doc/HTML/en/kmail/importing.html share/doc/HTML/en/kmail/index.docbook share/doc/HTML/en/kmail/index.html -share/doc/HTML/en/kmail/misctab.html -share/doc/HTML/en/kmail/networktab.html -share/doc/HTML/en/kmail/seccustomizing.html -share/doc/HTML/en/kmail/secfolders.html -share/doc/HTML/en/kmail/secgettingstarted.html -share/doc/HTML/en/kmail/secimporting.html -share/doc/HTML/en/kmail/secintro.html -share/doc/HTML/en/kmail/secmenus.html -share/doc/HTML/en/kmail/secmultipleaccounts.html -share/doc/HTML/en/kmail/secpgp.html -share/doc/HTML/en/kmail/securitytab.html -share/doc/HTML/en/kmail/secusingkmail.html -share/doc/HTML/en/kmail/settingupyouraccount.html +share/doc/HTML/en/kmail/installation.html +share/doc/HTML/en/kmail/intro.html +share/doc/HTML/en/kmail/menus.html +share/doc/HTML/en/kmail/mime-tab.html +share/doc/HTML/en/kmail/misc-tab.html +share/doc/HTML/en/kmail/multiple-accounts.html +share/doc/HTML/en/kmail/network-tab.html +share/doc/HTML/en/kmail/pgp.html +share/doc/HTML/en/kmail/security-tab.html +share/doc/HTML/en/kmail/setting-up-your-account.html share/doc/HTML/en/kmail/team.html -share/doc/HTML/en/kmail/testingyoursetup.html -share/doc/HTML/en/kmail/theaddressbook.html -share/doc/HTML/en/kmail/thecomposerwindow.html -share/doc/HTML/en/kmail/thecomposerwindow2.html +share/doc/HTML/en/kmail/testing-your-setup.html +share/doc/HTML/en/kmail/the-address-book.html +share/doc/HTML/en/kmail/the-composer-window.html +share/doc/HTML/en/kmail/using-kmail.html +share/doc/HTML/en/knewsticker/.anchors +share/doc/HTML/en/knewsticker/TODO +share/doc/HTML/en/knewsticker/about-icon.png +share/doc/HTML/en/knewsticker/checknews-icon.png +share/doc/HTML/en/knewsticker/common +share/doc/HTML/en/knewsticker/compilation.html +share/doc/HTML/en/knewsticker/config-newssources.html +share/doc/HTML/en/knewsticker/configuration.html +share/doc/HTML/en/knewsticker/contextmenu-descr.html +share/doc/HTML/en/knewsticker/contextmenu.png +share/doc/HTML/en/knewsticker/credits.html +share/doc/HTML/en/knewsticker/develinfo.html +share/doc/HTML/en/knewsticker/downarrow-icon.png +share/doc/HTML/en/knewsticker/faq.html +share/doc/HTML/en/knewsticker/glossary.html +share/doc/HTML/en/knewsticker/help-icon.png +share/doc/HTML/en/knewsticker/index.docbook +share/doc/HTML/en/knewsticker/index.html +share/doc/HTML/en/knewsticker/installation.html +share/doc/HTML/en/knewsticker/introduction.html +share/doc/HTML/en/knewsticker/kcmnewsticker-general.png +share/doc/HTML/en/knewsticker/kcmnewsticker-newssources.png +share/doc/HTML/en/knewsticker/kcontrol-icon.png +share/doc/HTML/en/knewsticker/knewsticker-childpanel.png +share/doc/HTML/en/knewsticker/knewsticker-kicker.png +share/doc/HTML/en/knewsticker/newarticle-icon.png +share/doc/HTML/en/knewsticker/newssite-icon.png +share/doc/HTML/en/knewsticker/noarticles-icon.png +share/doc/HTML/en/knewsticker/oldarticle-icon.png +share/doc/HTML/en/knewsticker/preferences-icon.png +share/doc/HTML/en/knewsticker/requirements.html +share/doc/HTML/en/knewsticker/starting-knewsticker.html +share/doc/HTML/en/knewsticker/uparrow-icon.png +share/doc/HTML/en/knewsticker/using-knewsticker.html share/doc/HTML/en/knode/.anchors share/doc/HTML/en/knode/commands.html share/doc/HTML/en/knode/common @@ -500,51 +602,31 @@ share/doc/HTML/en/korn/the-display-tab.html share/doc/HTML/en/korn/the-new-dialog.html share/doc/HTML/en/korn/the-preferences-dialog.html share/doc/HTML/en/kppp/.anchors -share/doc/HTML/en/kppp/BackGround.png -share/doc/HTML/en/kppp/accounting.html -share/doc/HTML/en/kppp/appendix.html -share/doc/HTML/en/kppp/autoconfigurehostname.html -share/doc/HTML/en/kppp/cb.html share/doc/HTML/en/kppp/common -share/doc/HTML/en/kppp/compilationandinstallation.html -share/doc/HTML/en/kppp/configuringanaccount.html share/doc/HTML/en/kppp/costsgraphs.fig share/doc/HTML/en/kppp/costsgraphs.png -share/doc/HTML/en/kppp/dns.html -share/doc/HTML/en/kppp/gateway.html -share/doc/HTML/en/kppp/gettingthemodemtohangup.html -share/doc/HTML/en/kppp/gpl.html -share/doc/HTML/en/kppp/hayes.html -share/doc/HTML/en/kppp/howtointerpretthesystemslog.html -share/doc/HTML/en/kppp/index.cvlog +share/doc/HTML/en/kppp/finishing-the-wizard.html +share/doc/HTML/en/kppp/getting-online.html share/doc/HTML/en/kppp/index.docbook share/doc/HTML/en/kppp/index.html -share/doc/HTML/en/kppp/installation.html share/doc/HTML/en/kppp/introduction.html +share/doc/HTML/en/kppp/kppp-account-accounting-tab.png +share/doc/HTML/en/kppp/kppp-account-dial-tab.png +share/doc/HTML/en/kppp/kppp-account-dns-tab.png +share/doc/HTML/en/kppp/kppp-account-execute-tab.png +share/doc/HTML/en/kppp/kppp-account-gateway-tab.png +share/doc/HTML/en/kppp/kppp-account-ip-tab.png +share/doc/HTML/en/kppp/kppp-account-login-script-tab.png +share/doc/HTML/en/kppp/kppp-config.png +share/doc/HTML/en/kppp/kppp-device-tab.png +share/doc/HTML/en/kppp/kppp-dialler-tab.png +share/doc/HTML/en/kppp/kppp-graph-tab.png +share/doc/HTML/en/kppp/kppp-misc-tab.png +share/doc/HTML/en/kppp/kppp-modem-tab.png +share/doc/HTML/en/kppp/kppp-wizard.png share/doc/HTML/en/kppp/kppp.faq.question -share/doc/HTML/en/kppp/kppphasthesuidbitonwhataboutsecurity.html -share/doc/HTML/en/kppp/kppprelatedfiles.html -share/doc/HTML/en/kppp/licenseandwarranty.html -share/doc/HTML/en/kppp/lockfiles.html -share/doc/HTML/en/kppp/loginscript.html -share/doc/HTML/en/kppp/maintainers.html -share/doc/HTML/en/kppp/maketonediallingfaster.html -share/doc/HTML/en/kppp/modem.html -share/doc/HTML/en/kppp/modemprofiles.html -share/doc/HTML/en/kppp/modemtrickshints.html -share/doc/HTML/en/kppp/moreaboutppppppd.html -share/doc/HTML/en/kppp/pap.html -share/doc/HTML/en/kppp/papandchap.html -share/doc/HTML/en/kppp/ppp.html -share/doc/HTML/en/kppp/preparingyourlinuxsystemforapppconnection.html -share/doc/HTML/en/kppp/questionsandanswers.html -share/doc/HTML/en/kppp/reportingproblemswithkppp.html -share/doc/HTML/en/kppp/requirements.html -share/doc/HTML/en/kppp/security.html -share/doc/HTML/en/kppp/settingupkppp.html share/doc/HTML/en/kppp/ttyS-cua.txt -share/doc/HTML/en/kppp/volaccounting.html -share/doc/HTML/en/kppp/windowsntrascallback.html +share/doc/HTML/en/kppp/wizard.html share/doc/HTML/en/ksirc/.anchors share/doc/HTML/en/ksirc/addingfilehandlestothemainselectloop.html share/doc/HTML/en/ksirc/bots.html @@ -582,10 +664,15 @@ share/doc/HTML/en/ktalkd/requirements.html share/doc/HTML/en/ktalkd/supportedplatforms.html share/doc/HTML/en/ktalkd/usage.html share/doc/HTML/en/ktalkd/whydontiasanormaluserreceivekdeannouncements.html +share/icons/hicolor/16x16/apps/knode.png +share/icons/hicolor/16x16/apps/kppp.png +share/icons/hicolor/16x16/apps/ksirc.png share/icons/hicolor/22x22/actions/message_get.png share/icons/hicolor/32x32/apps/keystone.png share/icons/hicolor/32x32/apps/kit.png share/icons/hicolor/32x32/apps/kmail.png +share/icons/hicolor/32x32/apps/kmailcvt.png +share/icons/hicolor/32x32/apps/knewsticker.png share/icons/hicolor/32x32/apps/knode.png share/icons/hicolor/32x32/apps/korn.png share/icons/hicolor/32x32/apps/kppp.png @@ -594,6 +681,8 @@ share/icons/hicolor/32x32/apps/ktalkd.png share/icons/hicolor/48x48/apps/keystone.png share/icons/hicolor/48x48/apps/kit.png share/icons/hicolor/48x48/apps/kmail.png +share/icons/hicolor/48x48/apps/kmailcvt.png +share/icons/hicolor/48x48/apps/knewsticker.png share/icons/hicolor/48x48/apps/knode.png share/icons/hicolor/48x48/apps/korn.png share/icons/hicolor/48x48/apps/kppp.png @@ -602,6 +691,9 @@ share/icons/hicolor/48x48/apps/ktalkd.png share/icons/locolor/16x16/apps/keystone.png share/icons/locolor/16x16/apps/kit.png share/icons/locolor/16x16/apps/kmail.png +share/icons/locolor/16x16/apps/kmailcvt.png +share/icons/locolor/16x16/apps/kmailcvt.xpm +share/icons/locolor/16x16/apps/knewsticker.png share/icons/locolor/16x16/apps/knode.png share/icons/locolor/16x16/apps/korn.png share/icons/locolor/16x16/apps/kppp.png @@ -610,20 +702,38 @@ share/icons/locolor/16x16/apps/ktalkd.png share/icons/locolor/32x32/apps/keystone.png share/icons/locolor/32x32/apps/kit.png share/icons/locolor/32x32/apps/kmail.png +share/icons/locolor/32x32/apps/kmailcvt.png +share/icons/locolor/32x32/apps/knewsticker.png share/icons/locolor/32x32/apps/knode.png share/icons/locolor/32x32/apps/korn.png share/icons/locolor/32x32/apps/kppp.png share/icons/locolor/32x32/apps/ksirc.png share/icons/locolor/32x32/apps/ktalkd.png +share/services/knewsservice.protocol +share/services/lan.protocol +share/services/rlan.protocol share/sounds/ktalkd.wav +@dirrm share/sounds +@dirrm share/services +@dirrm share/icons/locolor/32x32/apps +@dirrm share/icons/locolor/16x16/apps +@dirrm share/icons/hicolor/48x48/apps +@dirrm share/icons/hicolor/32x32/apps +@dirrm share/icons/hicolor/22x22/actions +@dirrm share/icons/hicolor/16x16/apps @dirrm share/doc/HTML/en/ktalkd @dirrm share/doc/HTML/en/ksirc @dirrm share/doc/HTML/en/kppp @dirrm share/doc/HTML/en/korn @dirrm share/doc/HTML/en/knode +@dirrm share/doc/HTML/en/knewsticker @dirrm share/doc/HTML/en/kmail @dirrm share/doc/HTML/en/kit @dirrm share/doc/HTML/en/keystone +@dirrm share/doc/HTML/en +@dirrm share/config/protocols +@dirrm share/config +@dirrm share/apps/lisa @dirrm share/apps/ksirc/pics @dirrm share/apps/ksirc @dirrm share/apps/kppp/pics @@ -673,14 +783,17 @@ share/sounds/ktalkd.wav @dirrm share/apps/kppp/Provider/Yugoslavia @dirrm share/apps/kppp/Provider/United_Kingdom @dirrm share/apps/kppp/Provider/Taiwan +@dirrm share/apps/kppp/Provider/Sweden @dirrm share/apps/kppp/Provider/Portugal @dirrm share/apps/kppp/Provider/Norway @dirrm share/apps/kppp/Provider/NewZealand +@dirrm share/apps/kppp/Provider/Netherlands @dirrm share/apps/kppp/Provider/Germany @dirrm share/apps/kppp/Provider/Denmark @dirrm share/apps/kppp/Provider/Austria @dirrm share/apps/kppp/Provider @dirrm share/apps/kppp +@dirrm share/apps/konqueror/dirtree/remote @dirrm share/apps/knode/pics @dirrm share/apps/knode/icons/locolor/16x16/actions @dirrm share/apps/knode/icons/locolor/16x16 @@ -689,15 +802,27 @@ share/sounds/ktalkd.wav @dirrm share/apps/knode/icons/hicolor/32x32 @dirrm share/apps/knode/icons/hicolor/22x22/actions @dirrm share/apps/knode/icons/hicolor/22x22 +@dirrm share/apps/knode/icons/hicolor/16x16/actions +@dirrm share/apps/knode/icons/hicolor/16x16 @dirrm share/apps/knode/icons/hicolor @dirrm share/apps/knode/icons @dirrm share/apps/knode/filters @dirrm share/apps/knode +@dirrm share/apps/knewsticker @dirrm share/apps/kmail/pics +@dirrm share/apps/kmail/about @dirrm share/apps/kmail @dirrm share/apps/kit/icons/locolor/16x16/actions @dirrm share/apps/kit/icons/locolor/16x16 @dirrm share/apps/kit/icons/locolor @dirrm share/apps/kit/icons @dirrm share/apps/kit +@dirrm share/apps/kicker/applets @dirrm share/apps/keystone +@dirrm share/apps +@dirrm share/applnk/Utilities +@dirrm share/applnk/Settings/Personalization +@dirrm share/applnk/Settings/Network +@dirrm share/applnk/Internet +@dirrm share/applnk/.hidden +@dirrm lib/kde2 |