diff options
Diffstat (limited to 'misc')
124 files changed, 0 insertions, 9835 deletions
diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile deleted file mode 100644 index 1163d8fb820d..000000000000 --- a/misc/amanda25-client/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PKGNAMESUFFIX= -client -PORTREVISION= 3 - -COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) - -MASTERDIR= ${.CURDIR}/../amanda-server -PKGINSTALL= mustnotexist - -PLIST= ${PKGDIR}/pkg-plist.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile deleted file mode 100644 index 1d1bc274cfb7..000000000000 --- a/misc/amanda25-server/Makefile +++ /dev/null @@ -1,226 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME= amanda -PORTVERSION= 2.5.1p3 -PORTREVISION?= 5 -PKGNAMESUFFIX?= -server -PORTEPOCH= 1 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= amanda - -MAINTAINER= kuriyama@FreeBSD.org -COMMENT?= The Advanced Maryland Automatic Network Disk Archiver (server) - -WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} -SLAVEDIRS= misc/amanda-client - -LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} -USE_AUTOTOOLS= autoconf:262 -USE_GMAKE= yes -USE_OPENSSL= yes -PATCH_STRIP= -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ - --with-amandahosts --with-fqdn \ - --with-dump-honor-nodump --with-buffered-dump \ - --disable-libtool --prefix=${PREFIX} \ - --with-user=${AMANDA_USER} --with-group=${AMANDA_GROUP} -USE_LDCONFIG= yes -WANT_PERL= yes - -OPTIONS= GNUTAR "use GNU tar" on \ - SSH "enable ssh-auth" off - -.include <bsd.port.pre.mk> - -AMANDA_USER?= operator -AMANDA_GROUP?= operator -AMANDA_GNUTAR_LISTDIR?= ${PREFIX}/var/amanda/gnutar-lists -PLIST_SUB= SHLIBVER=${PORTVERSION} - -# amanda-server/amanda-client common part -.if defined (AMANDA_SERVER) -CONFIGURE_ARGS+= --with-index-server=${AMANDA_SERVER} -CONFIGURE_ARGS+= --with-tape-server=${AMANDA_SERVER} -.endif - -.if defined (AMANDA_CONFIG) -CONFIGURE_ARGS+= --with-config=${AMANDA_CONFIG} -.endif - -.if defined (AMANDA_UDPPORTRANGE) -CONFIGURE_ARGS+= --with-udpportrange=${AMANDA_UDPPORTRANGE} -.endif - -.if defined (WITH_SSH) -CONFIGURE_ARGS+= --with-ssh-security -.endif - -# AMANDA_PORTRANGE is obsoleted. Use AMANDA_TCPPORTRANGE instead. -.if defined (AMANDA_PORTRANGE) -AMANDA_TCPPORTRANGE= ${AMANDA_PORTRANGE} -.endif -.if defined (AMANDA_TCPPORTRANGE) -CONFIGURE_ARGS+= --with-tcpportrange=${AMANDA_TCPPORTRANGE} -.endif - -.if !defined(WITHOUT_GNUTAR) -CONFIGURE_ARGS+=--with-gnutar-listdir=${AMANDA_GNUTAR_LISTDIR} \ - --with-gnutar=${LOCALBASE}/bin/gtar -BUILD_DEPENDS= gtar:${PORTSDIR}/archivers/gtar -RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar -.endif - -# amanda-server part -.if !defined(CLIENT_ONLY) - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " AMANDA_SERVER=server to specify a server name" - @${ECHO} " The default is `uname -n`" - @${ECHO} " AMANDA_TAPE=tape to specify the default tape device" - @${ECHO} " The default is /dev/nrsa0" - @${ECHO} " AMANDA_CONFIG=config to specify the default configuration" - @${ECHO} " The default is user" - @${ECHO} " AMANDA_USER=user to specify the default user" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_GROUP=group to specify the default group" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_TCPPORTRANGE=low,high to restrict Amanda to TCP ports" - @${ECHO} " between low and high when connecting from the server" - @${ECHO} " to the client for data, messages, and indexing." - @${ECHO} " The default is no restriction on TCP ports." - @${ECHO} " AMANDA_UDPPORTRANGE=low,high to restrict Amanda to UDP ports" - @${ECHO} " between low and high when connecting from the client" - @${ECHO} " to the server. Use ports below 1024." - @${ECHO} " The default is no restriction on UDP ports." - @${ECHO} "" - -post-patch: - @${REINPLACE_CMD} \ - -e 's|^OPENSSL=.*$$|OPENSSL=${OPENSSLBASE}/bin/openssl|' \ - ${WRKSRC}/server-src/amcrypt-ossl.sh.in \ - ${WRKSRC}/server-src/amcrypt-ossl-asym.sh.in - -USE_PERL5= yes - -BUILD_DEPENDS+= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client -RUN_DEPENDS+= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client - -CONFIGURE_ARGS+=--without-client - -MAN8= amadmin.8 amaespipe.8 amcheck.8 \ - amcheckdb.8 amcleanup.8 \ - amcrypt.8 amcrypt-ossl-asym.8 amcrypt-ossl.8 amdd.8 \ - amdump.8 amfetchdump.8 amflush.8 amgetconf.8 amlabel.8 ammt.8 \ - amoverview.8 amreport.8 amrmtape.8 amstatus.8 \ - amtape.8 amtoc.8 amverify.8 amverifyrun.8 amtapetype.8 - -OPTIONS+= PLOT "enable ploting, requires X11 libraries" off\ - SAMBA "enable the use of smbclient" off \ - MTX "enable the use of mtx changer scripts" off \ - AESPIPE "enable encryption. Needed by amcrypt" off - -.if defined (WITH_PLOT) -BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -MAN8+= amplot.8 -PLIST_SUB+= PLOT='' -.else -PLIST_SUB+= PLOT='@comment ' -.endif - -.if defined (WITH_SAMBA) -BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 -RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 -CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient -.endif - -.if defined (WITH_MTX) -BUILD_DEPENDS+= mtx:${PORTSDIR}/misc/mtx -RUN_DEPENDS+= mtx:${PORTSDIR}/misc/mtx -.endif - -.if defined (WITH_AESPIPE) -RUN_DEPENDS+= aespipe:${PORTSDIR}/security/aespipe -.endif - -.if defined (AMANDA_TAPE) -CONFIGURE_ARGS+= --with-tape-device=${AMANDA_TAPE} -.endif - -# -# Before 4.0, pre-CAM scsiio.h existed -.if ${ARCH} == "amd64" -PLIST_SUB+= SCSICHG='@comment ' -.elif ${OSVERSION} >= 502000 -PLIST_SUB+= SCSICHG='@comment ' -.else -PLIST_SUB+= SCSICHG='' -.endif - -# amanda-client part -.else - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " AMANDA_SERVER=server to specify a server name" - @${ECHO} " The default is `uname -n`" - @${ECHO} " AMANDA_CONFIG=config to specify the default configuation" - @${ECHO} " The default is user" - @${ECHO} " AMANDA_GNUTAR_LISTDIR=dir to specify the directory that" - @${ECHO} " the gnutar index files should live in" - @${ECHO} " The default is /var/amanda/gnutar-lists" - @${ECHO} " AMANDA_USER=user to specify the default user" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_GROUP=group to specify the default group" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_TCPPORTRANGE=low,high to restrict Amanda to TCP ports" - @${ECHO} " between low and high when connecting from the server" - @${ECHO} " to the client for data, messages, and indexing." - @${ECHO} " The default is no restriction on TCP ports." - @${ECHO} " AMANDA_UDPPORTRANGE=low,high to restrict Amanda to UDP ports" - @${ECHO} " between low and high when connecting from the client" - @${ECHO} " to the server. Use ports below 1024." - @${ECHO} " The default is no restriction on UDP ports." - @${ECHO} "" - -CONFIGURE_ARGS+=--without-server - -MAN5= amanda.conf.5 amanda-client.conf.5 -MAN8= amanda.8 amrecover.8 amrestore.8 - -OPTIONS+= DUMP_SNAPSHOT "use snapshot by using dump -L" off - -post-install: - ${MKDIR} ${PREFIX}/share/examples/amanda - ${CP} -R ${WRKSRC}/example/amanda.conf \ - ${WRKSRC}/example/chg-multi.conf \ - ${WRKSRC}/example/chg-scsi.conf \ - ${WRKSRC}/example/disklist \ - ${PREFIX}/share/examples/amanda - ${MKDIR} ${AMANDA_GNUTAR_LISTDIR} - ${CHOWN} ${AMANDA_USER}:${AMANDA_GROUP} ${AMANDA_GNUTAR_LISTDIR} - ${TOUCH} /etc/amandates - ${CHOWN} ${AMANDA_USER}:${AMANDA_GROUP} /etc/amandates - -.if defined (WITH_DUMP_SNAPSHOT) -EXTRA_PATCHES= ${FILESDIR}/extra-patch-sendbackup-dump.c -.endif - -.endif - -# Maintainer TODO: -# o amanda-server installs lib/libamandad.a which should be handled by -# amanda-client only. - -.include <bsd.port.post.mk> diff --git a/misc/amanda25-server/distinfo b/misc/amanda25-server/distinfo deleted file mode 100644 index a0ceb02da1d3..000000000000 --- a/misc/amanda25-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (amanda-2.5.1p3.tar.gz) = 7232da6d43543f2c7dac2ded21c65ee9 -SHA256 (amanda-2.5.1p3.tar.gz) = 64e60f323a89a8a064936334335cfde6cf41e6127f7f8b1c9b6de2d393de3f72 -SIZE (amanda-2.5.1p3.tar.gz) = 1905664 diff --git a/misc/amanda25-server/files/extra-patch-sendbackup-dump.c b/misc/amanda25-server/files/extra-patch-sendbackup-dump.c deleted file mode 100644 index 79764a121f76..000000000000 --- a/misc/amanda25-server/files/extra-patch-sendbackup-dump.c +++ /dev/null @@ -1,36 +0,0 @@ ---- client-src/sendbackup-dump.c.orig Fri Sep 8 13:09:14 2006 -+++ client-src/sendbackup-dump.c Fri Sep 8 13:15:44 2006 -@@ -35,6 +35,10 @@ - #include "clock.h" - #include "version.h" - -+#ifdef __FreeBSD__ -+#include <sys/param.h> -+#endif -+ - #define LEAF_AND_DIRS "sed -e \'\ns/^leaf[ \t]*[0-9]*[ \t]*\\.//\nt\n/^dir[ \t]/ {\ns/^dir[ \t]*[0-9]*[ \t]*\\.//\ns%$%/%\nt\n}\nd\n\'" - - static amregex_t re_table[] = { -@@ -370,6 +374,12 @@ - - dumpkeys = vstralloc(level_str, - options->no_record ? "" : "u", -+#ifdef __FreeBSD__ -+ "b", -+#if defined(__FreeBSD_version) && (__FreeBSD_version >= 500043) -+ "L", -+#endif -+#endif - "s", - #ifdef HAVE_HONOR_NODUMP - "h", -@@ -392,6 +402,9 @@ - &dumpin, &dumpout, &mesgf, - cmd, config, - dumpkeys, -+#ifdef __FreeBSD__ -+ "64", -+#endif - "1048576", - #ifdef HAVE_HONOR_NODUMP - "0", diff --git a/misc/amanda25-server/files/patch-aa b/misc/amanda25-server/files/patch-aa deleted file mode 100644 index 3f21a3181ae0..000000000000 --- a/misc/amanda25-server/files/patch-aa +++ /dev/null @@ -1,39 +0,0 @@ ---- man/Makefile.in.orig Tue Sep 5 23:08:22 2006 -+++ man/Makefile.in Thu Sep 7 14:14:52 2006 -@@ -193,8 +193,8 @@ - WANT_CLIENT_TRUE = @WANT_CLIENT_TRUE@ - WANT_RECOVER_FALSE = @WANT_RECOVER_FALSE@ - WANT_RECOVER_TRUE = @WANT_RECOVER_TRUE@ --WANT_RESTORE_FALSE = @WANT_RESTORE_FALSE@ --WANT_RESTORE_TRUE = @WANT_RESTORE_TRUE@ -+WANT_CLIENT_FALSE = @WANT_CLIENT_FALSE@ -+WANT_CLIENT_TRUE = @WANT_CLIENT_TRUE@ - WANT_RUNTIME_PSEUDO_RELOC_FALSE = @WANT_RUNTIME_PSEUDO_RELOC_FALSE@ - WANT_RUNTIME_PSEUDO_RELOC_TRUE = @WANT_RUNTIME_PSEUDO_RELOC_TRUE@ - WANT_SAMBA_FALSE = @WANT_SAMBA_FALSE@ -@@ -261,13 +261,13 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ - @WANT_AMPLOT_TRUE@AMPLOT_MAN8_PAGES = amplot.8 --COMMON_MAN8_PAGES = amanda.8 --COMMON_MAN5_PAGES = amanda.conf.5 \ -+@WANT_CLIENT_TRUE@COMMON_MAN8_PAGES = amanda.8 -+@WANT_CLIENT_TRUE@COMMON_MAN5_PAGES = amanda.conf.5 \ - amanda-client.conf.5 - - - #if WANT_SERVER --SERVER_MAN8_PAGES = amadmin.8 \ -+@WANT_SERVER_TRUE@SERVER_MAN8_PAGES = amadmin.8 \ - amcheck.8 \ - amcheckdb.8 \ - amcleanup.8 \ -@@ -294,7 +294,7 @@ - - #endif - @WANT_RECOVER_TRUE@RECOVER_MAN8_PAGES = amrecover.8 --@WANT_RESTORE_TRUE@RESTORE_MAN8_PAGES = amrestore.8 -+@WANT_CLIENT_TRUE@RESTORE_MAN8_PAGES = amrestore.8 - man8_MANS = $(COMMON_MAN8_PAGES) \ - $(AMPLOT_MAN8_PAGES) \ - $(SERVER_MAN8_PAGES) \ diff --git a/misc/amanda25-server/files/patch-ab b/misc/amanda25-server/files/patch-ab deleted file mode 100644 index 4f6bc0ca5d58..000000000000 --- a/misc/amanda25-server/files/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ ---- common-src/Makefile.in Fri Nov 30 11:33:48 2001 -+++ common-src/Makefile.in.new Fri Nov 30 18:03:29 2001 -@@ -611,7 +611,8 @@ - - install-data-am: - --install-exec-am: install-libLTLIBRARIES -+@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES -+@WANT_SERVER_TRUE@install-exec-am: - - install-info: - diff --git a/misc/amanda25-server/files/patch-ac b/misc/amanda25-server/files/patch-ac deleted file mode 100644 index a9e95a3a6607..000000000000 --- a/misc/amanda25-server/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- tape-src/Makefile.in.orig Tue Oct 25 06:23:42 2005 -+++ tape-src/Makefile.in Wed Mar 22 12:10:00 2006 -@@ -43,7 +43,7 @@ - build_triplet = @build@ - host_triplet = @host@ - target_triplet = @target@ --sbin_PROGRAMS = ammt$(EXEEXT) amdd$(EXEEXT) amtapetype$(EXEEXT) -+@WANT_SERVER_TRUE@sbin_PROGRAMS = ammt$(EXEEXT) amdd$(EXEEXT) amtapetype$(EXEEXT) - EXTRA_PROGRAMS = $(am__EXEEXT_1) - subdir = tape-src - DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ diff --git a/misc/amanda25-server/files/patch-ad b/misc/amanda25-server/files/patch-ad deleted file mode 100644 index 8d41e16eb9cb..000000000000 --- a/misc/amanda25-server/files/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ ---- client-src/calcsize.c.orig Mon Nov 4 20:37:53 2002 -+++ client-src/calcsize.c Thu Oct 23 19:25:07 2003 -@@ -130,7 +130,11 @@ - dump_total += (ST_BLOCKS(finfo) + 1)/2 + 1; - gtar_total += ROUND(4,(ST_BLOCKS(finfo) + 1)); - } -+#ifdef GNUTAR -+ printf(" GNUTAR dump\n"); -+#else - printf(" gtar dump\n"); -+#endif - printf("total %-9lu %-9lu\n",gtar_total,dump_total); - return 0; - #else diff --git a/misc/amanda25-server/files/patch-ae b/misc/amanda25-server/files/patch-ae deleted file mode 100644 index 5b539bea3d43..000000000000 --- a/misc/amanda25-server/files/patch-ae +++ /dev/null @@ -1,14 +0,0 @@ ---- client-src/sendbackup-gnutar.c.orig Wed Jul 26 03:35:21 2006 -+++ client-src/sendbackup-gnutar.c Thu Sep 7 12:13:59 2006 -@@ -543,7 +543,11 @@ - my_argv[i++] = g_options->config; - else - my_argv[i++] = "NOCONFIG"; -+#ifdef GNUTAR -+ my_argv[i++] = "GNUTAR"; -+#else - my_argv[i++] = "gtar"; -+#endif - my_argv[i++] = "--create"; - my_argv[i++] = "--file"; - my_argv[i++] = "-"; diff --git a/misc/amanda25-server/files/patch-chg-zd-mtx.sh.in b/misc/amanda25-server/files/patch-chg-zd-mtx.sh.in deleted file mode 100644 index 555c4dffe362..000000000000 --- a/misc/amanda25-server/files/patch-chg-zd-mtx.sh.in +++ /dev/null @@ -1,11 +0,0 @@ ---- changer-src/chg-zd-mtx.sh.in.orig Wed Feb 9 21:58:30 2005 -+++ changer-src/chg-zd-mtx.sh.in Wed Feb 9 21:58:49 2005 -@@ -413,7 +413,7 @@ - - IsNumeric() { - test -z "$1" && return 1 -- x="`expr "$1" : '\([-0-9][0-9]*\)' 2>/dev/null`" -+ x="`expr -- "$1" : "\([-0-9][0-9]*\)" 2>/dev/null`" - return `expr X"$1" != X"$x"` - } - diff --git a/misc/amanda25-server/files/patch-sendsize.c b/misc/amanda25-server/files/patch-sendsize.c deleted file mode 100644 index 1279be968739..000000000000 --- a/misc/amanda25-server/files/patch-sendsize.c +++ /dev/null @@ -1,11 +0,0 @@ ---- client-src/sendsize.c.orig Thu Feb 15 11:11:39 2007 -+++ client-src/sendsize.c Thu Feb 15 11:12:03 2007 -@@ -1190,7 +1190,7 @@ - # endif - dumpkeys = vstralloc(level_str, - PARAM_DUMP_ESTIMATE, -- PARAM_DUMP_ESTIMATE, -+ PARAM_HONOR_NODUMP, - "s", "f", NULL); - - # ifdef HAVE_DUMP_ESTIMATE diff --git a/misc/amanda25-server/files/patch-server-src::amcrypt-ossl-asym.sh.in b/misc/amanda25-server/files/patch-server-src::amcrypt-ossl-asym.sh.in deleted file mode 100644 index eeb0ea70129c..000000000000 --- a/misc/amanda25-server/files/patch-server-src::amcrypt-ossl-asym.sh.in +++ /dev/null @@ -1,11 +0,0 @@ ---- server-src/amcrypt-ossl-asym.sh.in.orig 2006-07-04 13:28:47.000000000 +0200 -+++ server-src/amcrypt-ossl-asym.sh.in 2008-07-12 12:11:30.000000000 +0200 -@@ -36,7 +36,7 @@ - # change these as needed - OPENSSL= # whatever's in $PATH - CIPHER=aes-256-cbc # see `openssl help` for more ciphers --AMANDA_HOME=~amandabackup -+AMANDA_HOME=~@CLIENT_LOGIN@ - RANDFILE=$AMANDA_HOME/.rnd - export RANDFILE - PASSPHRASE=$AMANDA_HOME/.am_passphrase # optional diff --git a/misc/amanda25-server/files/patch-server-src::amcrypt-ossl.sh.in b/misc/amanda25-server/files/patch-server-src::amcrypt-ossl.sh.in deleted file mode 100644 index 2eb587feb9af..000000000000 --- a/misc/amanda25-server/files/patch-server-src::amcrypt-ossl.sh.in +++ /dev/null @@ -1,11 +0,0 @@ ---- server-src/amcrypt-ossl.sh.in.orig 2006-07-04 13:28:47.000000000 +0200 -+++ server-src/amcrypt-ossl.sh.in 2008-07-12 12:11:35.000000000 +0200 -@@ -7,7 +7,7 @@ - # change these as needed - OPENSSL= # whatever's in $PATH - CIPHER=aes-256-cbc # see `openssl help` for more ciphers --AMANDA_HOME=~amandabackup -+AMANDA_HOME=~@CLIENT_LOGIN@ - RANDFILE=$AMANDA_HOME/.rnd - export RANDFILE - PASSPHRASE=$AMANDA_HOME/.am_passphrase # required diff --git a/misc/amanda25-server/pkg-descr b/misc/amanda25-server/pkg-descr deleted file mode 100644 index 054161f6aeb2..000000000000 --- a/misc/amanda25-server/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -WHAT IS AMANDA? ---------------- - -This is a release of Amanda, the Advanced Maryland Automatic -Network Disk Archiver. Amanda is a backup system designed to archive many -computers on a network to a single large-capacity tape drive. - -Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: Unix dump/restore, and - later GNU Tar and others. - * will back up multiple machines in parallel to a holding disk, blasting - finished dumps one by one to tape as fast as we can write files to - tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host - with a large holding disk can be filled by Amanda in under 4 hours. - * does simple tape management: will not overwrite the wrong tape. - -WWW: http://sourceforge.net/projects/amanda/ - -- Jim -jeh@FreeBSD.org diff --git a/misc/amanda25-server/pkg-plist b/misc/amanda25-server/pkg-plist deleted file mode 100644 index 807ba8730fc9..000000000000 --- a/misc/amanda25-server/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -lib/libamserver-%%SHLIBVER%%.so -lib/libamserver.so -lib/libamserver.la -lib/libamserver.a -lib/libamtape-%%SHLIBVER%%.so -lib/libamtape.so -lib/libamtape.la -lib/libamtape.a -lib/librestore-%%SHLIBVER%%.so -lib/librestore.a -lib/librestore.la -lib/librestore.so -%%PLOT%%libexec/amanda/amcat.awk -libexec/amanda/amcleanupdisk -libexec/amanda/amindexd -libexec/amanda/amlogroll -%%PLOT%%libexec/amanda/amplot.awk -%%PLOT%%libexec/amanda/amplot.g -%%PLOT%%libexec/amanda/amplot.gp -libexec/amanda/amtrmidx -libexec/amanda/amtrmlog -libexec/amanda/chg-chio -libexec/amanda/chg-chs -libexec/amanda/chg-disk -libexec/amanda/chg-iomega -libexec/amanda/chg-juke -libexec/amanda/chg-manual -libexec/amanda/chg-mcutil -libexec/amanda/chg-mtx -libexec/amanda/chg-multi -libexec/amanda/chg-null -libexec/amanda/chg-rait -libexec/amanda/chg-rth -%%SCSICHG%%libexec/amanda/chg-scsi -libexec/amanda/chg-zd-mtx -libexec/amanda/chunker -libexec/amanda/amidxtaped -libexec/amanda/driver -libexec/amanda/dumper -libexec/amanda/planner -libexec/amanda/taper -sbin/amadmin -sbin/amaespipe -sbin/amcheck -sbin/amcheckdb -sbin/amcleanup -sbin/amcrypt -sbin/amcrypt-ossl -sbin/amcrypt-ossl-asym -sbin/amdd -sbin/amdump -sbin/amfetchdump -sbin/amflush -sbin/amgetconf -sbin/amlabel -sbin/ammt -sbin/amoverview -%%PLOT%%sbin/amplot -sbin/amreport -sbin/amrestore -sbin/amrmtape -sbin/amstatus -sbin/amtape -sbin/amtapetype -sbin/amtoc -sbin/amverify -sbin/amverifyrun diff --git a/misc/amanda25-server/pkg-plist.client b/misc/amanda25-server/pkg-plist.client deleted file mode 100644 index d0b17f759f71..000000000000 --- a/misc/amanda25-server/pkg-plist.client +++ /dev/null @@ -1,125 +0,0 @@ -@unexec if cmp -s /etc/amandates /dev/null; then rm -f /etc/amandates; fi -dumper/generic-dumper -dumper/gnutar -lib/libamandad-%%SHLIBVER%%.so -lib/libamandad.so -lib/libamandad.la -lib/libamandad.a -lib/libamanda-%%SHLIBVER%%.so -lib/libamanda.so -lib/libamanda.la -lib/libamanda.a -lib/libamclient-%%SHLIBVER%%.so -lib/libamclient.so -lib/libamclient.la -lib/libamclient.a -libexec/amanda/amandad -libexec/amanda/calcsize -libexec/amanda/killpgrp -libexec/amanda/noop -libexec/amanda/patch-system -libexec/amanda/rundump -libexec/amanda/runtar -libexec/amanda/selfcheck -libexec/amanda/sendbackup -libexec/amanda/sendsize -libexec/amanda/versionsuffix -sbin/amrecover -sbin/amoldrecover -share/amanda/Appendix.txt -share/amanda/COPYRIGHT -share/amanda/COPYRIGHT-APACHE -share/amanda/COPYRIGHT-REGEX -share/amanda/ReleaseNotes -share/amanda/amadmin.8.txt -share/amanda/amaespipe.8.txt -share/amanda/amanda-client.conf.5.txt -share/amanda/amanda.8.txt -share/amanda/amanda.conf.5.txt -share/amanda/amcheck.8.txt -share/amanda/amcheckdb.8.txt -share/amanda/amcleanup.8.txt -share/amanda/amcrypt-asym-ossl.8.txt -share/amanda/amcrypt-ossl.8.txt -share/amanda/amcrypt.8.txt -share/amanda/amdd.8.txt -share/amanda/amdump.8.txt -share/amanda/amfetchdump.8.txt -share/amanda/amflush.8.txt -share/amanda/amgetconf.8.txt -share/amanda/amlabel.8.txt -share/amanda/ammt.8.txt -share/amanda/amoverview.8.txt -share/amanda/amplot.8.txt -share/amanda/amrecover.8.txt -share/amanda/amreport.8.txt -share/amanda/amrestore.8.txt -share/amanda/amrmtape.8.txt -share/amanda/amstatus.8.txt -share/amanda/amtape.8.txt -share/amanda/amtapetype.8.txt -share/amanda/amtoc.8.txt -share/amanda/amverify.8.txt -share/amanda/amverifyrun.8.txt -share/amanda/chgscsi.txt -share/amanda/dumperapi.txt -share/amanda/eventapi.txt -share/amanda/exclude.txt -share/amanda/faq.txt -share/amanda/historical.txt -share/amanda/howto-afs.txt -share/amanda/howto-auth.txt -share/amanda/howto-cygwin.txt -share/amanda/howto-filedriver.txt -share/amanda/howto-gpg.txt -share/amanda/howto-wrapper.txt -share/amanda/howtos.txt -share/amanda/index.txt -share/amanda/indexing.txt -share/amanda/install.txt -share/amanda/internals.txt -share/amanda/introduction.txt -share/amanda/ix01.txt -share/amanda/kerberos.txt -share/amanda/labelprinting.txt -share/amanda/links.txt -share/amanda/manpages.txt -share/amanda/multitape.txt -share/amanda/portusage.txt -share/amanda/pr01.txt -share/amanda/pr02.txt -share/amanda/pr03.txt -share/amanda/pr04.txt -share/amanda/rait.txt -share/amanda/references.txt -share/amanda/restore.txt -share/amanda/samba.txt -share/amanda/security-api.txt -share/amanda/security.txt -share/amanda/strategy-api.txt -share/amanda/survey.txt -share/amanda/systemnotes.txt -share/amanda/tapechangers.txt -share/amanda/tapesnchangers.txt -share/amanda/tapetypes.txt -share/amanda/technical.txt -share/amanda/topten.txt -share/amanda/upgrade.txt -share/amanda/using.txt -share/amanda/various.txt -share/amanda/vtape-api.txt -share/amanda/whatwasnew.txt -share/amanda/wishlist.txt -share/amanda/y2k.txt -share/amanda/zftape.txt -share/examples/amanda/amanda.conf -share/examples/amanda/chg-multi.conf -share/examples/amanda/chg-scsi.conf -share/examples/amanda/disklist -@dirrmtry var/amanda/gnutar-lists -@dirrmtry var/amanda -@dirrmtry var -@dirrm share/examples/amanda -@dirrm share/amanda -@dirrm libexec/amanda -@dirrm dumper diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile deleted file mode 100644 index 1163d8fb820d..000000000000 --- a/misc/amanda26-client/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PKGNAMESUFFIX= -client -PORTREVISION= 3 - -COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) - -MASTERDIR= ${.CURDIR}/../amanda-server -PKGINSTALL= mustnotexist - -PLIST= ${PKGDIR}/pkg-plist.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile deleted file mode 100644 index 1d1bc274cfb7..000000000000 --- a/misc/amanda26-server/Makefile +++ /dev/null @@ -1,226 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME= amanda -PORTVERSION= 2.5.1p3 -PORTREVISION?= 5 -PKGNAMESUFFIX?= -server -PORTEPOCH= 1 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= amanda - -MAINTAINER= kuriyama@FreeBSD.org -COMMENT?= The Advanced Maryland Automatic Network Disk Archiver (server) - -WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} -SLAVEDIRS= misc/amanda-client - -LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} -USE_AUTOTOOLS= autoconf:262 -USE_GMAKE= yes -USE_OPENSSL= yes -PATCH_STRIP= -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ - --with-amandahosts --with-fqdn \ - --with-dump-honor-nodump --with-buffered-dump \ - --disable-libtool --prefix=${PREFIX} \ - --with-user=${AMANDA_USER} --with-group=${AMANDA_GROUP} -USE_LDCONFIG= yes -WANT_PERL= yes - -OPTIONS= GNUTAR "use GNU tar" on \ - SSH "enable ssh-auth" off - -.include <bsd.port.pre.mk> - -AMANDA_USER?= operator -AMANDA_GROUP?= operator -AMANDA_GNUTAR_LISTDIR?= ${PREFIX}/var/amanda/gnutar-lists -PLIST_SUB= SHLIBVER=${PORTVERSION} - -# amanda-server/amanda-client common part -.if defined (AMANDA_SERVER) -CONFIGURE_ARGS+= --with-index-server=${AMANDA_SERVER} -CONFIGURE_ARGS+= --with-tape-server=${AMANDA_SERVER} -.endif - -.if defined (AMANDA_CONFIG) -CONFIGURE_ARGS+= --with-config=${AMANDA_CONFIG} -.endif - -.if defined (AMANDA_UDPPORTRANGE) -CONFIGURE_ARGS+= --with-udpportrange=${AMANDA_UDPPORTRANGE} -.endif - -.if defined (WITH_SSH) -CONFIGURE_ARGS+= --with-ssh-security -.endif - -# AMANDA_PORTRANGE is obsoleted. Use AMANDA_TCPPORTRANGE instead. -.if defined (AMANDA_PORTRANGE) -AMANDA_TCPPORTRANGE= ${AMANDA_PORTRANGE} -.endif -.if defined (AMANDA_TCPPORTRANGE) -CONFIGURE_ARGS+= --with-tcpportrange=${AMANDA_TCPPORTRANGE} -.endif - -.if !defined(WITHOUT_GNUTAR) -CONFIGURE_ARGS+=--with-gnutar-listdir=${AMANDA_GNUTAR_LISTDIR} \ - --with-gnutar=${LOCALBASE}/bin/gtar -BUILD_DEPENDS= gtar:${PORTSDIR}/archivers/gtar -RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar -.endif - -# amanda-server part -.if !defined(CLIENT_ONLY) - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " AMANDA_SERVER=server to specify a server name" - @${ECHO} " The default is `uname -n`" - @${ECHO} " AMANDA_TAPE=tape to specify the default tape device" - @${ECHO} " The default is /dev/nrsa0" - @${ECHO} " AMANDA_CONFIG=config to specify the default configuration" - @${ECHO} " The default is user" - @${ECHO} " AMANDA_USER=user to specify the default user" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_GROUP=group to specify the default group" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_TCPPORTRANGE=low,high to restrict Amanda to TCP ports" - @${ECHO} " between low and high when connecting from the server" - @${ECHO} " to the client for data, messages, and indexing." - @${ECHO} " The default is no restriction on TCP ports." - @${ECHO} " AMANDA_UDPPORTRANGE=low,high to restrict Amanda to UDP ports" - @${ECHO} " between low and high when connecting from the client" - @${ECHO} " to the server. Use ports below 1024." - @${ECHO} " The default is no restriction on UDP ports." - @${ECHO} "" - -post-patch: - @${REINPLACE_CMD} \ - -e 's|^OPENSSL=.*$$|OPENSSL=${OPENSSLBASE}/bin/openssl|' \ - ${WRKSRC}/server-src/amcrypt-ossl.sh.in \ - ${WRKSRC}/server-src/amcrypt-ossl-asym.sh.in - -USE_PERL5= yes - -BUILD_DEPENDS+= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client -RUN_DEPENDS+= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client - -CONFIGURE_ARGS+=--without-client - -MAN8= amadmin.8 amaespipe.8 amcheck.8 \ - amcheckdb.8 amcleanup.8 \ - amcrypt.8 amcrypt-ossl-asym.8 amcrypt-ossl.8 amdd.8 \ - amdump.8 amfetchdump.8 amflush.8 amgetconf.8 amlabel.8 ammt.8 \ - amoverview.8 amreport.8 amrmtape.8 amstatus.8 \ - amtape.8 amtoc.8 amverify.8 amverifyrun.8 amtapetype.8 - -OPTIONS+= PLOT "enable ploting, requires X11 libraries" off\ - SAMBA "enable the use of smbclient" off \ - MTX "enable the use of mtx changer scripts" off \ - AESPIPE "enable encryption. Needed by amcrypt" off - -.if defined (WITH_PLOT) -BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -MAN8+= amplot.8 -PLIST_SUB+= PLOT='' -.else -PLIST_SUB+= PLOT='@comment ' -.endif - -.if defined (WITH_SAMBA) -BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 -RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 -CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient -.endif - -.if defined (WITH_MTX) -BUILD_DEPENDS+= mtx:${PORTSDIR}/misc/mtx -RUN_DEPENDS+= mtx:${PORTSDIR}/misc/mtx -.endif - -.if defined (WITH_AESPIPE) -RUN_DEPENDS+= aespipe:${PORTSDIR}/security/aespipe -.endif - -.if defined (AMANDA_TAPE) -CONFIGURE_ARGS+= --with-tape-device=${AMANDA_TAPE} -.endif - -# -# Before 4.0, pre-CAM scsiio.h existed -.if ${ARCH} == "amd64" -PLIST_SUB+= SCSICHG='@comment ' -.elif ${OSVERSION} >= 502000 -PLIST_SUB+= SCSICHG='@comment ' -.else -PLIST_SUB+= SCSICHG='' -.endif - -# amanda-client part -.else - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " AMANDA_SERVER=server to specify a server name" - @${ECHO} " The default is `uname -n`" - @${ECHO} " AMANDA_CONFIG=config to specify the default configuation" - @${ECHO} " The default is user" - @${ECHO} " AMANDA_GNUTAR_LISTDIR=dir to specify the directory that" - @${ECHO} " the gnutar index files should live in" - @${ECHO} " The default is /var/amanda/gnutar-lists" - @${ECHO} " AMANDA_USER=user to specify the default user" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_GROUP=group to specify the default group" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_TCPPORTRANGE=low,high to restrict Amanda to TCP ports" - @${ECHO} " between low and high when connecting from the server" - @${ECHO} " to the client for data, messages, and indexing." - @${ECHO} " The default is no restriction on TCP ports." - @${ECHO} " AMANDA_UDPPORTRANGE=low,high to restrict Amanda to UDP ports" - @${ECHO} " between low and high when connecting from the client" - @${ECHO} " to the server. Use ports below 1024." - @${ECHO} " The default is no restriction on UDP ports." - @${ECHO} "" - -CONFIGURE_ARGS+=--without-server - -MAN5= amanda.conf.5 amanda-client.conf.5 -MAN8= amanda.8 amrecover.8 amrestore.8 - -OPTIONS+= DUMP_SNAPSHOT "use snapshot by using dump -L" off - -post-install: - ${MKDIR} ${PREFIX}/share/examples/amanda - ${CP} -R ${WRKSRC}/example/amanda.conf \ - ${WRKSRC}/example/chg-multi.conf \ - ${WRKSRC}/example/chg-scsi.conf \ - ${WRKSRC}/example/disklist \ - ${PREFIX}/share/examples/amanda - ${MKDIR} ${AMANDA_GNUTAR_LISTDIR} - ${CHOWN} ${AMANDA_USER}:${AMANDA_GROUP} ${AMANDA_GNUTAR_LISTDIR} - ${TOUCH} /etc/amandates - ${CHOWN} ${AMANDA_USER}:${AMANDA_GROUP} /etc/amandates - -.if defined (WITH_DUMP_SNAPSHOT) -EXTRA_PATCHES= ${FILESDIR}/extra-patch-sendbackup-dump.c -.endif - -.endif - -# Maintainer TODO: -# o amanda-server installs lib/libamandad.a which should be handled by -# amanda-client only. - -.include <bsd.port.post.mk> diff --git a/misc/amanda26-server/distinfo b/misc/amanda26-server/distinfo deleted file mode 100644 index a0ceb02da1d3..000000000000 --- a/misc/amanda26-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (amanda-2.5.1p3.tar.gz) = 7232da6d43543f2c7dac2ded21c65ee9 -SHA256 (amanda-2.5.1p3.tar.gz) = 64e60f323a89a8a064936334335cfde6cf41e6127f7f8b1c9b6de2d393de3f72 -SIZE (amanda-2.5.1p3.tar.gz) = 1905664 diff --git a/misc/amanda26-server/files/extra-patch-sendbackup-dump.c b/misc/amanda26-server/files/extra-patch-sendbackup-dump.c deleted file mode 100644 index 79764a121f76..000000000000 --- a/misc/amanda26-server/files/extra-patch-sendbackup-dump.c +++ /dev/null @@ -1,36 +0,0 @@ ---- client-src/sendbackup-dump.c.orig Fri Sep 8 13:09:14 2006 -+++ client-src/sendbackup-dump.c Fri Sep 8 13:15:44 2006 -@@ -35,6 +35,10 @@ - #include "clock.h" - #include "version.h" - -+#ifdef __FreeBSD__ -+#include <sys/param.h> -+#endif -+ - #define LEAF_AND_DIRS "sed -e \'\ns/^leaf[ \t]*[0-9]*[ \t]*\\.//\nt\n/^dir[ \t]/ {\ns/^dir[ \t]*[0-9]*[ \t]*\\.//\ns%$%/%\nt\n}\nd\n\'" - - static amregex_t re_table[] = { -@@ -370,6 +374,12 @@ - - dumpkeys = vstralloc(level_str, - options->no_record ? "" : "u", -+#ifdef __FreeBSD__ -+ "b", -+#if defined(__FreeBSD_version) && (__FreeBSD_version >= 500043) -+ "L", -+#endif -+#endif - "s", - #ifdef HAVE_HONOR_NODUMP - "h", -@@ -392,6 +402,9 @@ - &dumpin, &dumpout, &mesgf, - cmd, config, - dumpkeys, -+#ifdef __FreeBSD__ -+ "64", -+#endif - "1048576", - #ifdef HAVE_HONOR_NODUMP - "0", diff --git a/misc/amanda26-server/files/patch-aa b/misc/amanda26-server/files/patch-aa deleted file mode 100644 index 3f21a3181ae0..000000000000 --- a/misc/amanda26-server/files/patch-aa +++ /dev/null @@ -1,39 +0,0 @@ ---- man/Makefile.in.orig Tue Sep 5 23:08:22 2006 -+++ man/Makefile.in Thu Sep 7 14:14:52 2006 -@@ -193,8 +193,8 @@ - WANT_CLIENT_TRUE = @WANT_CLIENT_TRUE@ - WANT_RECOVER_FALSE = @WANT_RECOVER_FALSE@ - WANT_RECOVER_TRUE = @WANT_RECOVER_TRUE@ --WANT_RESTORE_FALSE = @WANT_RESTORE_FALSE@ --WANT_RESTORE_TRUE = @WANT_RESTORE_TRUE@ -+WANT_CLIENT_FALSE = @WANT_CLIENT_FALSE@ -+WANT_CLIENT_TRUE = @WANT_CLIENT_TRUE@ - WANT_RUNTIME_PSEUDO_RELOC_FALSE = @WANT_RUNTIME_PSEUDO_RELOC_FALSE@ - WANT_RUNTIME_PSEUDO_RELOC_TRUE = @WANT_RUNTIME_PSEUDO_RELOC_TRUE@ - WANT_SAMBA_FALSE = @WANT_SAMBA_FALSE@ -@@ -261,13 +261,13 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ - @WANT_AMPLOT_TRUE@AMPLOT_MAN8_PAGES = amplot.8 --COMMON_MAN8_PAGES = amanda.8 --COMMON_MAN5_PAGES = amanda.conf.5 \ -+@WANT_CLIENT_TRUE@COMMON_MAN8_PAGES = amanda.8 -+@WANT_CLIENT_TRUE@COMMON_MAN5_PAGES = amanda.conf.5 \ - amanda-client.conf.5 - - - #if WANT_SERVER --SERVER_MAN8_PAGES = amadmin.8 \ -+@WANT_SERVER_TRUE@SERVER_MAN8_PAGES = amadmin.8 \ - amcheck.8 \ - amcheckdb.8 \ - amcleanup.8 \ -@@ -294,7 +294,7 @@ - - #endif - @WANT_RECOVER_TRUE@RECOVER_MAN8_PAGES = amrecover.8 --@WANT_RESTORE_TRUE@RESTORE_MAN8_PAGES = amrestore.8 -+@WANT_CLIENT_TRUE@RESTORE_MAN8_PAGES = amrestore.8 - man8_MANS = $(COMMON_MAN8_PAGES) \ - $(AMPLOT_MAN8_PAGES) \ - $(SERVER_MAN8_PAGES) \ diff --git a/misc/amanda26-server/files/patch-ab b/misc/amanda26-server/files/patch-ab deleted file mode 100644 index 4f6bc0ca5d58..000000000000 --- a/misc/amanda26-server/files/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ ---- common-src/Makefile.in Fri Nov 30 11:33:48 2001 -+++ common-src/Makefile.in.new Fri Nov 30 18:03:29 2001 -@@ -611,7 +611,8 @@ - - install-data-am: - --install-exec-am: install-libLTLIBRARIES -+@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES -+@WANT_SERVER_TRUE@install-exec-am: - - install-info: - diff --git a/misc/amanda26-server/files/patch-ac b/misc/amanda26-server/files/patch-ac deleted file mode 100644 index a9e95a3a6607..000000000000 --- a/misc/amanda26-server/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- tape-src/Makefile.in.orig Tue Oct 25 06:23:42 2005 -+++ tape-src/Makefile.in Wed Mar 22 12:10:00 2006 -@@ -43,7 +43,7 @@ - build_triplet = @build@ - host_triplet = @host@ - target_triplet = @target@ --sbin_PROGRAMS = ammt$(EXEEXT) amdd$(EXEEXT) amtapetype$(EXEEXT) -+@WANT_SERVER_TRUE@sbin_PROGRAMS = ammt$(EXEEXT) amdd$(EXEEXT) amtapetype$(EXEEXT) - EXTRA_PROGRAMS = $(am__EXEEXT_1) - subdir = tape-src - DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ diff --git a/misc/amanda26-server/files/patch-ad b/misc/amanda26-server/files/patch-ad deleted file mode 100644 index 8d41e16eb9cb..000000000000 --- a/misc/amanda26-server/files/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ ---- client-src/calcsize.c.orig Mon Nov 4 20:37:53 2002 -+++ client-src/calcsize.c Thu Oct 23 19:25:07 2003 -@@ -130,7 +130,11 @@ - dump_total += (ST_BLOCKS(finfo) + 1)/2 + 1; - gtar_total += ROUND(4,(ST_BLOCKS(finfo) + 1)); - } -+#ifdef GNUTAR -+ printf(" GNUTAR dump\n"); -+#else - printf(" gtar dump\n"); -+#endif - printf("total %-9lu %-9lu\n",gtar_total,dump_total); - return 0; - #else diff --git a/misc/amanda26-server/files/patch-ae b/misc/amanda26-server/files/patch-ae deleted file mode 100644 index 5b539bea3d43..000000000000 --- a/misc/amanda26-server/files/patch-ae +++ /dev/null @@ -1,14 +0,0 @@ ---- client-src/sendbackup-gnutar.c.orig Wed Jul 26 03:35:21 2006 -+++ client-src/sendbackup-gnutar.c Thu Sep 7 12:13:59 2006 -@@ -543,7 +543,11 @@ - my_argv[i++] = g_options->config; - else - my_argv[i++] = "NOCONFIG"; -+#ifdef GNUTAR -+ my_argv[i++] = "GNUTAR"; -+#else - my_argv[i++] = "gtar"; -+#endif - my_argv[i++] = "--create"; - my_argv[i++] = "--file"; - my_argv[i++] = "-"; diff --git a/misc/amanda26-server/files/patch-chg-zd-mtx.sh.in b/misc/amanda26-server/files/patch-chg-zd-mtx.sh.in deleted file mode 100644 index 555c4dffe362..000000000000 --- a/misc/amanda26-server/files/patch-chg-zd-mtx.sh.in +++ /dev/null @@ -1,11 +0,0 @@ ---- changer-src/chg-zd-mtx.sh.in.orig Wed Feb 9 21:58:30 2005 -+++ changer-src/chg-zd-mtx.sh.in Wed Feb 9 21:58:49 2005 -@@ -413,7 +413,7 @@ - - IsNumeric() { - test -z "$1" && return 1 -- x="`expr "$1" : '\([-0-9][0-9]*\)' 2>/dev/null`" -+ x="`expr -- "$1" : "\([-0-9][0-9]*\)" 2>/dev/null`" - return `expr X"$1" != X"$x"` - } - diff --git a/misc/amanda26-server/files/patch-sendsize.c b/misc/amanda26-server/files/patch-sendsize.c deleted file mode 100644 index 1279be968739..000000000000 --- a/misc/amanda26-server/files/patch-sendsize.c +++ /dev/null @@ -1,11 +0,0 @@ ---- client-src/sendsize.c.orig Thu Feb 15 11:11:39 2007 -+++ client-src/sendsize.c Thu Feb 15 11:12:03 2007 -@@ -1190,7 +1190,7 @@ - # endif - dumpkeys = vstralloc(level_str, - PARAM_DUMP_ESTIMATE, -- PARAM_DUMP_ESTIMATE, -+ PARAM_HONOR_NODUMP, - "s", "f", NULL); - - # ifdef HAVE_DUMP_ESTIMATE diff --git a/misc/amanda26-server/files/patch-server-src::amcrypt-ossl-asym.sh.in b/misc/amanda26-server/files/patch-server-src::amcrypt-ossl-asym.sh.in deleted file mode 100644 index eeb0ea70129c..000000000000 --- a/misc/amanda26-server/files/patch-server-src::amcrypt-ossl-asym.sh.in +++ /dev/null @@ -1,11 +0,0 @@ ---- server-src/amcrypt-ossl-asym.sh.in.orig 2006-07-04 13:28:47.000000000 +0200 -+++ server-src/amcrypt-ossl-asym.sh.in 2008-07-12 12:11:30.000000000 +0200 -@@ -36,7 +36,7 @@ - # change these as needed - OPENSSL= # whatever's in $PATH - CIPHER=aes-256-cbc # see `openssl help` for more ciphers --AMANDA_HOME=~amandabackup -+AMANDA_HOME=~@CLIENT_LOGIN@ - RANDFILE=$AMANDA_HOME/.rnd - export RANDFILE - PASSPHRASE=$AMANDA_HOME/.am_passphrase # optional diff --git a/misc/amanda26-server/files/patch-server-src::amcrypt-ossl.sh.in b/misc/amanda26-server/files/patch-server-src::amcrypt-ossl.sh.in deleted file mode 100644 index 2eb587feb9af..000000000000 --- a/misc/amanda26-server/files/patch-server-src::amcrypt-ossl.sh.in +++ /dev/null @@ -1,11 +0,0 @@ ---- server-src/amcrypt-ossl.sh.in.orig 2006-07-04 13:28:47.000000000 +0200 -+++ server-src/amcrypt-ossl.sh.in 2008-07-12 12:11:35.000000000 +0200 -@@ -7,7 +7,7 @@ - # change these as needed - OPENSSL= # whatever's in $PATH - CIPHER=aes-256-cbc # see `openssl help` for more ciphers --AMANDA_HOME=~amandabackup -+AMANDA_HOME=~@CLIENT_LOGIN@ - RANDFILE=$AMANDA_HOME/.rnd - export RANDFILE - PASSPHRASE=$AMANDA_HOME/.am_passphrase # required diff --git a/misc/amanda26-server/pkg-descr b/misc/amanda26-server/pkg-descr deleted file mode 100644 index 054161f6aeb2..000000000000 --- a/misc/amanda26-server/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -WHAT IS AMANDA? ---------------- - -This is a release of Amanda, the Advanced Maryland Automatic -Network Disk Archiver. Amanda is a backup system designed to archive many -computers on a network to a single large-capacity tape drive. - -Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: Unix dump/restore, and - later GNU Tar and others. - * will back up multiple machines in parallel to a holding disk, blasting - finished dumps one by one to tape as fast as we can write files to - tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host - with a large holding disk can be filled by Amanda in under 4 hours. - * does simple tape management: will not overwrite the wrong tape. - -WWW: http://sourceforge.net/projects/amanda/ - -- Jim -jeh@FreeBSD.org diff --git a/misc/amanda26-server/pkg-plist b/misc/amanda26-server/pkg-plist deleted file mode 100644 index 807ba8730fc9..000000000000 --- a/misc/amanda26-server/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -lib/libamserver-%%SHLIBVER%%.so -lib/libamserver.so -lib/libamserver.la -lib/libamserver.a -lib/libamtape-%%SHLIBVER%%.so -lib/libamtape.so -lib/libamtape.la -lib/libamtape.a -lib/librestore-%%SHLIBVER%%.so -lib/librestore.a -lib/librestore.la -lib/librestore.so -%%PLOT%%libexec/amanda/amcat.awk -libexec/amanda/amcleanupdisk -libexec/amanda/amindexd -libexec/amanda/amlogroll -%%PLOT%%libexec/amanda/amplot.awk -%%PLOT%%libexec/amanda/amplot.g -%%PLOT%%libexec/amanda/amplot.gp -libexec/amanda/amtrmidx -libexec/amanda/amtrmlog -libexec/amanda/chg-chio -libexec/amanda/chg-chs -libexec/amanda/chg-disk -libexec/amanda/chg-iomega -libexec/amanda/chg-juke -libexec/amanda/chg-manual -libexec/amanda/chg-mcutil -libexec/amanda/chg-mtx -libexec/amanda/chg-multi -libexec/amanda/chg-null -libexec/amanda/chg-rait -libexec/amanda/chg-rth -%%SCSICHG%%libexec/amanda/chg-scsi -libexec/amanda/chg-zd-mtx -libexec/amanda/chunker -libexec/amanda/amidxtaped -libexec/amanda/driver -libexec/amanda/dumper -libexec/amanda/planner -libexec/amanda/taper -sbin/amadmin -sbin/amaespipe -sbin/amcheck -sbin/amcheckdb -sbin/amcleanup -sbin/amcrypt -sbin/amcrypt-ossl -sbin/amcrypt-ossl-asym -sbin/amdd -sbin/amdump -sbin/amfetchdump -sbin/amflush -sbin/amgetconf -sbin/amlabel -sbin/ammt -sbin/amoverview -%%PLOT%%sbin/amplot -sbin/amreport -sbin/amrestore -sbin/amrmtape -sbin/amstatus -sbin/amtape -sbin/amtapetype -sbin/amtoc -sbin/amverify -sbin/amverifyrun diff --git a/misc/amanda26-server/pkg-plist.client b/misc/amanda26-server/pkg-plist.client deleted file mode 100644 index d0b17f759f71..000000000000 --- a/misc/amanda26-server/pkg-plist.client +++ /dev/null @@ -1,125 +0,0 @@ -@unexec if cmp -s /etc/amandates /dev/null; then rm -f /etc/amandates; fi -dumper/generic-dumper -dumper/gnutar -lib/libamandad-%%SHLIBVER%%.so -lib/libamandad.so -lib/libamandad.la -lib/libamandad.a -lib/libamanda-%%SHLIBVER%%.so -lib/libamanda.so -lib/libamanda.la -lib/libamanda.a -lib/libamclient-%%SHLIBVER%%.so -lib/libamclient.so -lib/libamclient.la -lib/libamclient.a -libexec/amanda/amandad -libexec/amanda/calcsize -libexec/amanda/killpgrp -libexec/amanda/noop -libexec/amanda/patch-system -libexec/amanda/rundump -libexec/amanda/runtar -libexec/amanda/selfcheck -libexec/amanda/sendbackup -libexec/amanda/sendsize -libexec/amanda/versionsuffix -sbin/amrecover -sbin/amoldrecover -share/amanda/Appendix.txt -share/amanda/COPYRIGHT -share/amanda/COPYRIGHT-APACHE -share/amanda/COPYRIGHT-REGEX -share/amanda/ReleaseNotes -share/amanda/amadmin.8.txt -share/amanda/amaespipe.8.txt -share/amanda/amanda-client.conf.5.txt -share/amanda/amanda.8.txt -share/amanda/amanda.conf.5.txt -share/amanda/amcheck.8.txt -share/amanda/amcheckdb.8.txt -share/amanda/amcleanup.8.txt -share/amanda/amcrypt-asym-ossl.8.txt -share/amanda/amcrypt-ossl.8.txt -share/amanda/amcrypt.8.txt -share/amanda/amdd.8.txt -share/amanda/amdump.8.txt -share/amanda/amfetchdump.8.txt -share/amanda/amflush.8.txt -share/amanda/amgetconf.8.txt -share/amanda/amlabel.8.txt -share/amanda/ammt.8.txt -share/amanda/amoverview.8.txt -share/amanda/amplot.8.txt -share/amanda/amrecover.8.txt -share/amanda/amreport.8.txt -share/amanda/amrestore.8.txt -share/amanda/amrmtape.8.txt -share/amanda/amstatus.8.txt -share/amanda/amtape.8.txt -share/amanda/amtapetype.8.txt -share/amanda/amtoc.8.txt -share/amanda/amverify.8.txt -share/amanda/amverifyrun.8.txt -share/amanda/chgscsi.txt -share/amanda/dumperapi.txt -share/amanda/eventapi.txt -share/amanda/exclude.txt -share/amanda/faq.txt -share/amanda/historical.txt -share/amanda/howto-afs.txt -share/amanda/howto-auth.txt -share/amanda/howto-cygwin.txt -share/amanda/howto-filedriver.txt -share/amanda/howto-gpg.txt -share/amanda/howto-wrapper.txt -share/amanda/howtos.txt -share/amanda/index.txt -share/amanda/indexing.txt -share/amanda/install.txt -share/amanda/internals.txt -share/amanda/introduction.txt -share/amanda/ix01.txt -share/amanda/kerberos.txt -share/amanda/labelprinting.txt -share/amanda/links.txt -share/amanda/manpages.txt -share/amanda/multitape.txt -share/amanda/portusage.txt -share/amanda/pr01.txt -share/amanda/pr02.txt -share/amanda/pr03.txt -share/amanda/pr04.txt -share/amanda/rait.txt -share/amanda/references.txt -share/amanda/restore.txt -share/amanda/samba.txt -share/amanda/security-api.txt -share/amanda/security.txt -share/amanda/strategy-api.txt -share/amanda/survey.txt -share/amanda/systemnotes.txt -share/amanda/tapechangers.txt -share/amanda/tapesnchangers.txt -share/amanda/tapetypes.txt -share/amanda/technical.txt -share/amanda/topten.txt -share/amanda/upgrade.txt -share/amanda/using.txt -share/amanda/various.txt -share/amanda/vtape-api.txt -share/amanda/whatwasnew.txt -share/amanda/wishlist.txt -share/amanda/y2k.txt -share/amanda/zftape.txt -share/examples/amanda/amanda.conf -share/examples/amanda/chg-multi.conf -share/examples/amanda/chg-scsi.conf -share/examples/amanda/disklist -@dirrmtry var/amanda/gnutar-lists -@dirrmtry var/amanda -@dirrmtry var -@dirrm share/examples/amanda -@dirrm share/amanda -@dirrm libexec/amanda -@dirrm dumper diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile deleted file mode 100644 index 1163d8fb820d..000000000000 --- a/misc/amanda32-client/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PKGNAMESUFFIX= -client -PORTREVISION= 3 - -COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) - -MASTERDIR= ${.CURDIR}/../amanda-server -PKGINSTALL= mustnotexist - -PLIST= ${PKGDIR}/pkg-plist.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile deleted file mode 100644 index 1d1bc274cfb7..000000000000 --- a/misc/amanda32-server/Makefile +++ /dev/null @@ -1,226 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME= amanda -PORTVERSION= 2.5.1p3 -PORTREVISION?= 5 -PKGNAMESUFFIX?= -server -PORTEPOCH= 1 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= amanda - -MAINTAINER= kuriyama@FreeBSD.org -COMMENT?= The Advanced Maryland Automatic Network Disk Archiver (server) - -WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} -SLAVEDIRS= misc/amanda-client - -LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} -USE_AUTOTOOLS= autoconf:262 -USE_GMAKE= yes -USE_OPENSSL= yes -PATCH_STRIP= -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ - --with-amandahosts --with-fqdn \ - --with-dump-honor-nodump --with-buffered-dump \ - --disable-libtool --prefix=${PREFIX} \ - --with-user=${AMANDA_USER} --with-group=${AMANDA_GROUP} -USE_LDCONFIG= yes -WANT_PERL= yes - -OPTIONS= GNUTAR "use GNU tar" on \ - SSH "enable ssh-auth" off - -.include <bsd.port.pre.mk> - -AMANDA_USER?= operator -AMANDA_GROUP?= operator -AMANDA_GNUTAR_LISTDIR?= ${PREFIX}/var/amanda/gnutar-lists -PLIST_SUB= SHLIBVER=${PORTVERSION} - -# amanda-server/amanda-client common part -.if defined (AMANDA_SERVER) -CONFIGURE_ARGS+= --with-index-server=${AMANDA_SERVER} -CONFIGURE_ARGS+= --with-tape-server=${AMANDA_SERVER} -.endif - -.if defined (AMANDA_CONFIG) -CONFIGURE_ARGS+= --with-config=${AMANDA_CONFIG} -.endif - -.if defined (AMANDA_UDPPORTRANGE) -CONFIGURE_ARGS+= --with-udpportrange=${AMANDA_UDPPORTRANGE} -.endif - -.if defined (WITH_SSH) -CONFIGURE_ARGS+= --with-ssh-security -.endif - -# AMANDA_PORTRANGE is obsoleted. Use AMANDA_TCPPORTRANGE instead. -.if defined (AMANDA_PORTRANGE) -AMANDA_TCPPORTRANGE= ${AMANDA_PORTRANGE} -.endif -.if defined (AMANDA_TCPPORTRANGE) -CONFIGURE_ARGS+= --with-tcpportrange=${AMANDA_TCPPORTRANGE} -.endif - -.if !defined(WITHOUT_GNUTAR) -CONFIGURE_ARGS+=--with-gnutar-listdir=${AMANDA_GNUTAR_LISTDIR} \ - --with-gnutar=${LOCALBASE}/bin/gtar -BUILD_DEPENDS= gtar:${PORTSDIR}/archivers/gtar -RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar -.endif - -# amanda-server part -.if !defined(CLIENT_ONLY) - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " AMANDA_SERVER=server to specify a server name" - @${ECHO} " The default is `uname -n`" - @${ECHO} " AMANDA_TAPE=tape to specify the default tape device" - @${ECHO} " The default is /dev/nrsa0" - @${ECHO} " AMANDA_CONFIG=config to specify the default configuration" - @${ECHO} " The default is user" - @${ECHO} " AMANDA_USER=user to specify the default user" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_GROUP=group to specify the default group" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_TCPPORTRANGE=low,high to restrict Amanda to TCP ports" - @${ECHO} " between low and high when connecting from the server" - @${ECHO} " to the client for data, messages, and indexing." - @${ECHO} " The default is no restriction on TCP ports." - @${ECHO} " AMANDA_UDPPORTRANGE=low,high to restrict Amanda to UDP ports" - @${ECHO} " between low and high when connecting from the client" - @${ECHO} " to the server. Use ports below 1024." - @${ECHO} " The default is no restriction on UDP ports." - @${ECHO} "" - -post-patch: - @${REINPLACE_CMD} \ - -e 's|^OPENSSL=.*$$|OPENSSL=${OPENSSLBASE}/bin/openssl|' \ - ${WRKSRC}/server-src/amcrypt-ossl.sh.in \ - ${WRKSRC}/server-src/amcrypt-ossl-asym.sh.in - -USE_PERL5= yes - -BUILD_DEPENDS+= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client -RUN_DEPENDS+= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client - -CONFIGURE_ARGS+=--without-client - -MAN8= amadmin.8 amaespipe.8 amcheck.8 \ - amcheckdb.8 amcleanup.8 \ - amcrypt.8 amcrypt-ossl-asym.8 amcrypt-ossl.8 amdd.8 \ - amdump.8 amfetchdump.8 amflush.8 amgetconf.8 amlabel.8 ammt.8 \ - amoverview.8 amreport.8 amrmtape.8 amstatus.8 \ - amtape.8 amtoc.8 amverify.8 amverifyrun.8 amtapetype.8 - -OPTIONS+= PLOT "enable ploting, requires X11 libraries" off\ - SAMBA "enable the use of smbclient" off \ - MTX "enable the use of mtx changer scripts" off \ - AESPIPE "enable encryption. Needed by amcrypt" off - -.if defined (WITH_PLOT) -BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -MAN8+= amplot.8 -PLIST_SUB+= PLOT='' -.else -PLIST_SUB+= PLOT='@comment ' -.endif - -.if defined (WITH_SAMBA) -BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 -RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 -CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient -.endif - -.if defined (WITH_MTX) -BUILD_DEPENDS+= mtx:${PORTSDIR}/misc/mtx -RUN_DEPENDS+= mtx:${PORTSDIR}/misc/mtx -.endif - -.if defined (WITH_AESPIPE) -RUN_DEPENDS+= aespipe:${PORTSDIR}/security/aespipe -.endif - -.if defined (AMANDA_TAPE) -CONFIGURE_ARGS+= --with-tape-device=${AMANDA_TAPE} -.endif - -# -# Before 4.0, pre-CAM scsiio.h existed -.if ${ARCH} == "amd64" -PLIST_SUB+= SCSICHG='@comment ' -.elif ${OSVERSION} >= 502000 -PLIST_SUB+= SCSICHG='@comment ' -.else -PLIST_SUB+= SCSICHG='' -.endif - -# amanda-client part -.else - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " AMANDA_SERVER=server to specify a server name" - @${ECHO} " The default is `uname -n`" - @${ECHO} " AMANDA_CONFIG=config to specify the default configuation" - @${ECHO} " The default is user" - @${ECHO} " AMANDA_GNUTAR_LISTDIR=dir to specify the directory that" - @${ECHO} " the gnutar index files should live in" - @${ECHO} " The default is /var/amanda/gnutar-lists" - @${ECHO} " AMANDA_USER=user to specify the default user" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_GROUP=group to specify the default group" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_TCPPORTRANGE=low,high to restrict Amanda to TCP ports" - @${ECHO} " between low and high when connecting from the server" - @${ECHO} " to the client for data, messages, and indexing." - @${ECHO} " The default is no restriction on TCP ports." - @${ECHO} " AMANDA_UDPPORTRANGE=low,high to restrict Amanda to UDP ports" - @${ECHO} " between low and high when connecting from the client" - @${ECHO} " to the server. Use ports below 1024." - @${ECHO} " The default is no restriction on UDP ports." - @${ECHO} "" - -CONFIGURE_ARGS+=--without-server - -MAN5= amanda.conf.5 amanda-client.conf.5 -MAN8= amanda.8 amrecover.8 amrestore.8 - -OPTIONS+= DUMP_SNAPSHOT "use snapshot by using dump -L" off - -post-install: - ${MKDIR} ${PREFIX}/share/examples/amanda - ${CP} -R ${WRKSRC}/example/amanda.conf \ - ${WRKSRC}/example/chg-multi.conf \ - ${WRKSRC}/example/chg-scsi.conf \ - ${WRKSRC}/example/disklist \ - ${PREFIX}/share/examples/amanda - ${MKDIR} ${AMANDA_GNUTAR_LISTDIR} - ${CHOWN} ${AMANDA_USER}:${AMANDA_GROUP} ${AMANDA_GNUTAR_LISTDIR} - ${TOUCH} /etc/amandates - ${CHOWN} ${AMANDA_USER}:${AMANDA_GROUP} /etc/amandates - -.if defined (WITH_DUMP_SNAPSHOT) -EXTRA_PATCHES= ${FILESDIR}/extra-patch-sendbackup-dump.c -.endif - -.endif - -# Maintainer TODO: -# o amanda-server installs lib/libamandad.a which should be handled by -# amanda-client only. - -.include <bsd.port.post.mk> diff --git a/misc/amanda32-server/distinfo b/misc/amanda32-server/distinfo deleted file mode 100644 index a0ceb02da1d3..000000000000 --- a/misc/amanda32-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (amanda-2.5.1p3.tar.gz) = 7232da6d43543f2c7dac2ded21c65ee9 -SHA256 (amanda-2.5.1p3.tar.gz) = 64e60f323a89a8a064936334335cfde6cf41e6127f7f8b1c9b6de2d393de3f72 -SIZE (amanda-2.5.1p3.tar.gz) = 1905664 diff --git a/misc/amanda32-server/files/extra-patch-sendbackup-dump.c b/misc/amanda32-server/files/extra-patch-sendbackup-dump.c deleted file mode 100644 index 79764a121f76..000000000000 --- a/misc/amanda32-server/files/extra-patch-sendbackup-dump.c +++ /dev/null @@ -1,36 +0,0 @@ ---- client-src/sendbackup-dump.c.orig Fri Sep 8 13:09:14 2006 -+++ client-src/sendbackup-dump.c Fri Sep 8 13:15:44 2006 -@@ -35,6 +35,10 @@ - #include "clock.h" - #include "version.h" - -+#ifdef __FreeBSD__ -+#include <sys/param.h> -+#endif -+ - #define LEAF_AND_DIRS "sed -e \'\ns/^leaf[ \t]*[0-9]*[ \t]*\\.//\nt\n/^dir[ \t]/ {\ns/^dir[ \t]*[0-9]*[ \t]*\\.//\ns%$%/%\nt\n}\nd\n\'" - - static amregex_t re_table[] = { -@@ -370,6 +374,12 @@ - - dumpkeys = vstralloc(level_str, - options->no_record ? "" : "u", -+#ifdef __FreeBSD__ -+ "b", -+#if defined(__FreeBSD_version) && (__FreeBSD_version >= 500043) -+ "L", -+#endif -+#endif - "s", - #ifdef HAVE_HONOR_NODUMP - "h", -@@ -392,6 +402,9 @@ - &dumpin, &dumpout, &mesgf, - cmd, config, - dumpkeys, -+#ifdef __FreeBSD__ -+ "64", -+#endif - "1048576", - #ifdef HAVE_HONOR_NODUMP - "0", diff --git a/misc/amanda32-server/files/patch-aa b/misc/amanda32-server/files/patch-aa deleted file mode 100644 index 3f21a3181ae0..000000000000 --- a/misc/amanda32-server/files/patch-aa +++ /dev/null @@ -1,39 +0,0 @@ ---- man/Makefile.in.orig Tue Sep 5 23:08:22 2006 -+++ man/Makefile.in Thu Sep 7 14:14:52 2006 -@@ -193,8 +193,8 @@ - WANT_CLIENT_TRUE = @WANT_CLIENT_TRUE@ - WANT_RECOVER_FALSE = @WANT_RECOVER_FALSE@ - WANT_RECOVER_TRUE = @WANT_RECOVER_TRUE@ --WANT_RESTORE_FALSE = @WANT_RESTORE_FALSE@ --WANT_RESTORE_TRUE = @WANT_RESTORE_TRUE@ -+WANT_CLIENT_FALSE = @WANT_CLIENT_FALSE@ -+WANT_CLIENT_TRUE = @WANT_CLIENT_TRUE@ - WANT_RUNTIME_PSEUDO_RELOC_FALSE = @WANT_RUNTIME_PSEUDO_RELOC_FALSE@ - WANT_RUNTIME_PSEUDO_RELOC_TRUE = @WANT_RUNTIME_PSEUDO_RELOC_TRUE@ - WANT_SAMBA_FALSE = @WANT_SAMBA_FALSE@ -@@ -261,13 +261,13 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ - @WANT_AMPLOT_TRUE@AMPLOT_MAN8_PAGES = amplot.8 --COMMON_MAN8_PAGES = amanda.8 --COMMON_MAN5_PAGES = amanda.conf.5 \ -+@WANT_CLIENT_TRUE@COMMON_MAN8_PAGES = amanda.8 -+@WANT_CLIENT_TRUE@COMMON_MAN5_PAGES = amanda.conf.5 \ - amanda-client.conf.5 - - - #if WANT_SERVER --SERVER_MAN8_PAGES = amadmin.8 \ -+@WANT_SERVER_TRUE@SERVER_MAN8_PAGES = amadmin.8 \ - amcheck.8 \ - amcheckdb.8 \ - amcleanup.8 \ -@@ -294,7 +294,7 @@ - - #endif - @WANT_RECOVER_TRUE@RECOVER_MAN8_PAGES = amrecover.8 --@WANT_RESTORE_TRUE@RESTORE_MAN8_PAGES = amrestore.8 -+@WANT_CLIENT_TRUE@RESTORE_MAN8_PAGES = amrestore.8 - man8_MANS = $(COMMON_MAN8_PAGES) \ - $(AMPLOT_MAN8_PAGES) \ - $(SERVER_MAN8_PAGES) \ diff --git a/misc/amanda32-server/files/patch-ab b/misc/amanda32-server/files/patch-ab deleted file mode 100644 index 4f6bc0ca5d58..000000000000 --- a/misc/amanda32-server/files/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ ---- common-src/Makefile.in Fri Nov 30 11:33:48 2001 -+++ common-src/Makefile.in.new Fri Nov 30 18:03:29 2001 -@@ -611,7 +611,8 @@ - - install-data-am: - --install-exec-am: install-libLTLIBRARIES -+@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES -+@WANT_SERVER_TRUE@install-exec-am: - - install-info: - diff --git a/misc/amanda32-server/files/patch-ac b/misc/amanda32-server/files/patch-ac deleted file mode 100644 index a9e95a3a6607..000000000000 --- a/misc/amanda32-server/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- tape-src/Makefile.in.orig Tue Oct 25 06:23:42 2005 -+++ tape-src/Makefile.in Wed Mar 22 12:10:00 2006 -@@ -43,7 +43,7 @@ - build_triplet = @build@ - host_triplet = @host@ - target_triplet = @target@ --sbin_PROGRAMS = ammt$(EXEEXT) amdd$(EXEEXT) amtapetype$(EXEEXT) -+@WANT_SERVER_TRUE@sbin_PROGRAMS = ammt$(EXEEXT) amdd$(EXEEXT) amtapetype$(EXEEXT) - EXTRA_PROGRAMS = $(am__EXEEXT_1) - subdir = tape-src - DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ diff --git a/misc/amanda32-server/files/patch-ad b/misc/amanda32-server/files/patch-ad deleted file mode 100644 index 8d41e16eb9cb..000000000000 --- a/misc/amanda32-server/files/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ ---- client-src/calcsize.c.orig Mon Nov 4 20:37:53 2002 -+++ client-src/calcsize.c Thu Oct 23 19:25:07 2003 -@@ -130,7 +130,11 @@ - dump_total += (ST_BLOCKS(finfo) + 1)/2 + 1; - gtar_total += ROUND(4,(ST_BLOCKS(finfo) + 1)); - } -+#ifdef GNUTAR -+ printf(" GNUTAR dump\n"); -+#else - printf(" gtar dump\n"); -+#endif - printf("total %-9lu %-9lu\n",gtar_total,dump_total); - return 0; - #else diff --git a/misc/amanda32-server/files/patch-ae b/misc/amanda32-server/files/patch-ae deleted file mode 100644 index 5b539bea3d43..000000000000 --- a/misc/amanda32-server/files/patch-ae +++ /dev/null @@ -1,14 +0,0 @@ ---- client-src/sendbackup-gnutar.c.orig Wed Jul 26 03:35:21 2006 -+++ client-src/sendbackup-gnutar.c Thu Sep 7 12:13:59 2006 -@@ -543,7 +543,11 @@ - my_argv[i++] = g_options->config; - else - my_argv[i++] = "NOCONFIG"; -+#ifdef GNUTAR -+ my_argv[i++] = "GNUTAR"; -+#else - my_argv[i++] = "gtar"; -+#endif - my_argv[i++] = "--create"; - my_argv[i++] = "--file"; - my_argv[i++] = "-"; diff --git a/misc/amanda32-server/files/patch-chg-zd-mtx.sh.in b/misc/amanda32-server/files/patch-chg-zd-mtx.sh.in deleted file mode 100644 index 555c4dffe362..000000000000 --- a/misc/amanda32-server/files/patch-chg-zd-mtx.sh.in +++ /dev/null @@ -1,11 +0,0 @@ ---- changer-src/chg-zd-mtx.sh.in.orig Wed Feb 9 21:58:30 2005 -+++ changer-src/chg-zd-mtx.sh.in Wed Feb 9 21:58:49 2005 -@@ -413,7 +413,7 @@ - - IsNumeric() { - test -z "$1" && return 1 -- x="`expr "$1" : '\([-0-9][0-9]*\)' 2>/dev/null`" -+ x="`expr -- "$1" : "\([-0-9][0-9]*\)" 2>/dev/null`" - return `expr X"$1" != X"$x"` - } - diff --git a/misc/amanda32-server/files/patch-sendsize.c b/misc/amanda32-server/files/patch-sendsize.c deleted file mode 100644 index 1279be968739..000000000000 --- a/misc/amanda32-server/files/patch-sendsize.c +++ /dev/null @@ -1,11 +0,0 @@ ---- client-src/sendsize.c.orig Thu Feb 15 11:11:39 2007 -+++ client-src/sendsize.c Thu Feb 15 11:12:03 2007 -@@ -1190,7 +1190,7 @@ - # endif - dumpkeys = vstralloc(level_str, - PARAM_DUMP_ESTIMATE, -- PARAM_DUMP_ESTIMATE, -+ PARAM_HONOR_NODUMP, - "s", "f", NULL); - - # ifdef HAVE_DUMP_ESTIMATE diff --git a/misc/amanda32-server/files/patch-server-src::amcrypt-ossl-asym.sh.in b/misc/amanda32-server/files/patch-server-src::amcrypt-ossl-asym.sh.in deleted file mode 100644 index eeb0ea70129c..000000000000 --- a/misc/amanda32-server/files/patch-server-src::amcrypt-ossl-asym.sh.in +++ /dev/null @@ -1,11 +0,0 @@ ---- server-src/amcrypt-ossl-asym.sh.in.orig 2006-07-04 13:28:47.000000000 +0200 -+++ server-src/amcrypt-ossl-asym.sh.in 2008-07-12 12:11:30.000000000 +0200 -@@ -36,7 +36,7 @@ - # change these as needed - OPENSSL= # whatever's in $PATH - CIPHER=aes-256-cbc # see `openssl help` for more ciphers --AMANDA_HOME=~amandabackup -+AMANDA_HOME=~@CLIENT_LOGIN@ - RANDFILE=$AMANDA_HOME/.rnd - export RANDFILE - PASSPHRASE=$AMANDA_HOME/.am_passphrase # optional diff --git a/misc/amanda32-server/files/patch-server-src::amcrypt-ossl.sh.in b/misc/amanda32-server/files/patch-server-src::amcrypt-ossl.sh.in deleted file mode 100644 index 2eb587feb9af..000000000000 --- a/misc/amanda32-server/files/patch-server-src::amcrypt-ossl.sh.in +++ /dev/null @@ -1,11 +0,0 @@ ---- server-src/amcrypt-ossl.sh.in.orig 2006-07-04 13:28:47.000000000 +0200 -+++ server-src/amcrypt-ossl.sh.in 2008-07-12 12:11:35.000000000 +0200 -@@ -7,7 +7,7 @@ - # change these as needed - OPENSSL= # whatever's in $PATH - CIPHER=aes-256-cbc # see `openssl help` for more ciphers --AMANDA_HOME=~amandabackup -+AMANDA_HOME=~@CLIENT_LOGIN@ - RANDFILE=$AMANDA_HOME/.rnd - export RANDFILE - PASSPHRASE=$AMANDA_HOME/.am_passphrase # required diff --git a/misc/amanda32-server/pkg-descr b/misc/amanda32-server/pkg-descr deleted file mode 100644 index 054161f6aeb2..000000000000 --- a/misc/amanda32-server/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -WHAT IS AMANDA? ---------------- - -This is a release of Amanda, the Advanced Maryland Automatic -Network Disk Archiver. Amanda is a backup system designed to archive many -computers on a network to a single large-capacity tape drive. - -Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: Unix dump/restore, and - later GNU Tar and others. - * will back up multiple machines in parallel to a holding disk, blasting - finished dumps one by one to tape as fast as we can write files to - tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host - with a large holding disk can be filled by Amanda in under 4 hours. - * does simple tape management: will not overwrite the wrong tape. - -WWW: http://sourceforge.net/projects/amanda/ - -- Jim -jeh@FreeBSD.org diff --git a/misc/amanda32-server/pkg-plist b/misc/amanda32-server/pkg-plist deleted file mode 100644 index 807ba8730fc9..000000000000 --- a/misc/amanda32-server/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -lib/libamserver-%%SHLIBVER%%.so -lib/libamserver.so -lib/libamserver.la -lib/libamserver.a -lib/libamtape-%%SHLIBVER%%.so -lib/libamtape.so -lib/libamtape.la -lib/libamtape.a -lib/librestore-%%SHLIBVER%%.so -lib/librestore.a -lib/librestore.la -lib/librestore.so -%%PLOT%%libexec/amanda/amcat.awk -libexec/amanda/amcleanupdisk -libexec/amanda/amindexd -libexec/amanda/amlogroll -%%PLOT%%libexec/amanda/amplot.awk -%%PLOT%%libexec/amanda/amplot.g -%%PLOT%%libexec/amanda/amplot.gp -libexec/amanda/amtrmidx -libexec/amanda/amtrmlog -libexec/amanda/chg-chio -libexec/amanda/chg-chs -libexec/amanda/chg-disk -libexec/amanda/chg-iomega -libexec/amanda/chg-juke -libexec/amanda/chg-manual -libexec/amanda/chg-mcutil -libexec/amanda/chg-mtx -libexec/amanda/chg-multi -libexec/amanda/chg-null -libexec/amanda/chg-rait -libexec/amanda/chg-rth -%%SCSICHG%%libexec/amanda/chg-scsi -libexec/amanda/chg-zd-mtx -libexec/amanda/chunker -libexec/amanda/amidxtaped -libexec/amanda/driver -libexec/amanda/dumper -libexec/amanda/planner -libexec/amanda/taper -sbin/amadmin -sbin/amaespipe -sbin/amcheck -sbin/amcheckdb -sbin/amcleanup -sbin/amcrypt -sbin/amcrypt-ossl -sbin/amcrypt-ossl-asym -sbin/amdd -sbin/amdump -sbin/amfetchdump -sbin/amflush -sbin/amgetconf -sbin/amlabel -sbin/ammt -sbin/amoverview -%%PLOT%%sbin/amplot -sbin/amreport -sbin/amrestore -sbin/amrmtape -sbin/amstatus -sbin/amtape -sbin/amtapetype -sbin/amtoc -sbin/amverify -sbin/amverifyrun diff --git a/misc/amanda32-server/pkg-plist.client b/misc/amanda32-server/pkg-plist.client deleted file mode 100644 index d0b17f759f71..000000000000 --- a/misc/amanda32-server/pkg-plist.client +++ /dev/null @@ -1,125 +0,0 @@ -@unexec if cmp -s /etc/amandates /dev/null; then rm -f /etc/amandates; fi -dumper/generic-dumper -dumper/gnutar -lib/libamandad-%%SHLIBVER%%.so -lib/libamandad.so -lib/libamandad.la -lib/libamandad.a -lib/libamanda-%%SHLIBVER%%.so -lib/libamanda.so -lib/libamanda.la -lib/libamanda.a -lib/libamclient-%%SHLIBVER%%.so -lib/libamclient.so -lib/libamclient.la -lib/libamclient.a -libexec/amanda/amandad -libexec/amanda/calcsize -libexec/amanda/killpgrp -libexec/amanda/noop -libexec/amanda/patch-system -libexec/amanda/rundump -libexec/amanda/runtar -libexec/amanda/selfcheck -libexec/amanda/sendbackup -libexec/amanda/sendsize -libexec/amanda/versionsuffix -sbin/amrecover -sbin/amoldrecover -share/amanda/Appendix.txt -share/amanda/COPYRIGHT -share/amanda/COPYRIGHT-APACHE -share/amanda/COPYRIGHT-REGEX -share/amanda/ReleaseNotes -share/amanda/amadmin.8.txt -share/amanda/amaespipe.8.txt -share/amanda/amanda-client.conf.5.txt -share/amanda/amanda.8.txt -share/amanda/amanda.conf.5.txt -share/amanda/amcheck.8.txt -share/amanda/amcheckdb.8.txt -share/amanda/amcleanup.8.txt -share/amanda/amcrypt-asym-ossl.8.txt -share/amanda/amcrypt-ossl.8.txt -share/amanda/amcrypt.8.txt -share/amanda/amdd.8.txt -share/amanda/amdump.8.txt -share/amanda/amfetchdump.8.txt -share/amanda/amflush.8.txt -share/amanda/amgetconf.8.txt -share/amanda/amlabel.8.txt -share/amanda/ammt.8.txt -share/amanda/amoverview.8.txt -share/amanda/amplot.8.txt -share/amanda/amrecover.8.txt -share/amanda/amreport.8.txt -share/amanda/amrestore.8.txt -share/amanda/amrmtape.8.txt -share/amanda/amstatus.8.txt -share/amanda/amtape.8.txt -share/amanda/amtapetype.8.txt -share/amanda/amtoc.8.txt -share/amanda/amverify.8.txt -share/amanda/amverifyrun.8.txt -share/amanda/chgscsi.txt -share/amanda/dumperapi.txt -share/amanda/eventapi.txt -share/amanda/exclude.txt -share/amanda/faq.txt -share/amanda/historical.txt -share/amanda/howto-afs.txt -share/amanda/howto-auth.txt -share/amanda/howto-cygwin.txt -share/amanda/howto-filedriver.txt -share/amanda/howto-gpg.txt -share/amanda/howto-wrapper.txt -share/amanda/howtos.txt -share/amanda/index.txt -share/amanda/indexing.txt -share/amanda/install.txt -share/amanda/internals.txt -share/amanda/introduction.txt -share/amanda/ix01.txt -share/amanda/kerberos.txt -share/amanda/labelprinting.txt -share/amanda/links.txt -share/amanda/manpages.txt -share/amanda/multitape.txt -share/amanda/portusage.txt -share/amanda/pr01.txt -share/amanda/pr02.txt -share/amanda/pr03.txt -share/amanda/pr04.txt -share/amanda/rait.txt -share/amanda/references.txt -share/amanda/restore.txt -share/amanda/samba.txt -share/amanda/security-api.txt -share/amanda/security.txt -share/amanda/strategy-api.txt -share/amanda/survey.txt -share/amanda/systemnotes.txt -share/amanda/tapechangers.txt -share/amanda/tapesnchangers.txt -share/amanda/tapetypes.txt -share/amanda/technical.txt -share/amanda/topten.txt -share/amanda/upgrade.txt -share/amanda/using.txt -share/amanda/various.txt -share/amanda/vtape-api.txt -share/amanda/whatwasnew.txt -share/amanda/wishlist.txt -share/amanda/y2k.txt -share/amanda/zftape.txt -share/examples/amanda/amanda.conf -share/examples/amanda/chg-multi.conf -share/examples/amanda/chg-scsi.conf -share/examples/amanda/disklist -@dirrmtry var/amanda/gnutar-lists -@dirrmtry var/amanda -@dirrmtry var -@dirrm share/examples/amanda -@dirrm share/amanda -@dirrm libexec/amanda -@dirrm dumper diff --git a/misc/bibletime-kde3/Makefile b/misc/bibletime-kde3/Makefile deleted file mode 100644 index 7d786e563608..000000000000 --- a/misc/bibletime-kde3/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: bibletime -# Date created: 3 May 2002 -# Whom: Willem van Engen <wvengen@stack.nl> -# -# $FreeBSD$ -# - -PORTNAME= bibletime -PORTVERSION= 1.6.5.1 -PORTREVISION= 2 -CATEGORIES= misc -MASTER_SITES= SF - -MAINTAINER= tabthorpe@FreeBSD.org -COMMENT= A powerful Bible study application for KDE3 - -RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword \ - ${LOCALBASE}/lib/libclucene.so:${PORTSDIR}/textproc/clucene -BUILD_DEPENDS= ${RUN_DEPENDS} - -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes -USE_BZIP2= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -CONFIGURE_ARGS+= --enable-static-clucene -.endif - -post-patch: - @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure - @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in - -.include <bsd.port.post.mk> diff --git a/misc/bibletime-kde3/distinfo b/misc/bibletime-kde3/distinfo deleted file mode 100644 index 6e1d4f992eb0..000000000000 --- a/misc/bibletime-kde3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (bibletime-1.6.5.1.tar.bz2) = c54f2d298d7568ca41b0815097abff37 -SHA256 (bibletime-1.6.5.1.tar.bz2) = dd4af417534d306245e73b5c9fadb2186038a5407cdf1a83434d7f082fb5faa9 -SIZE (bibletime-1.6.5.1.tar.bz2) = 1231060 diff --git a/misc/bibletime-kde3/files/patch-Makefile.am b/misc/bibletime-kde3/files/patch-Makefile.am deleted file mode 100644 index 675d8dc1bd16..000000000000 --- a/misc/bibletime-kde3/files/patch-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.am.orig Fri Sep 22 12:01:51 2006 -+++ Makefile.am Fri Sep 22 12:04:19 2006 -@@ -55,7 +55,7 @@ - cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files - - install-data-local: -- chmod 755 $(DESTDIR)$(kde_datadir)/bibletime -R -+ chmod -R 755 $(DESTDIR)$(kde_datadir)/bibletime - $(mkinstalldirs) $(datadir)/applications - $(INSTALL_DATA) $(top_builddir)/bibletime.desktop $(datadir)/applications/bibletime.desktop - diff --git a/misc/bibletime-kde3/files/patch-Makefile.in b/misc/bibletime-kde3/files/patch-Makefile.in deleted file mode 100644 index 03a77507a741..000000000000 --- a/misc/bibletime-kde3/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Sep 22 08:56:37 2006 -+++ Makefile.in Fri Sep 22 12:38:32 2006 -@@ -844,7 +844,7 @@ - cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files - - install-data-local: -- chmod 755 $(DESTDIR)$(kde_datadir)/bibletime -R -+ chmod -R 755 $(DESTDIR)$(kde_datadir)/bibletime - #>- $(mkinstalldirs) $(datadir)/applications - #>+ 1 - $(mkinstalldirs) $(DESTDIR)$(datadir)/applications diff --git a/misc/bibletime-kde3/pkg-descr b/misc/bibletime-kde3/pkg-descr deleted file mode 100644 index e4e3f6a1f992..000000000000 --- a/misc/bibletime-kde3/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -BibleTime is a powerful Bible study application for the K Desktop -Environment running on Unix operating systems. BibleTime is based -on the Sword library which provides access to all the different -text modules created by the Crosswire Bible Society. - -Current features are: toolbar, splitted window with index and MDI -interface, searching in one or more modules supporting regular -expressions, graphical search analysis, bookmarks, drag & drop, -WYSIWYG html editing for comments, printing and an extensive help -system. - -WWW: http://www.bibletime.info/ diff --git a/misc/bibletime-kde3/pkg-plist b/misc/bibletime-kde3/pkg-plist deleted file mode 100644 index 612ca905a971..000000000000 --- a/misc/bibletime-kde3/pkg-plist +++ /dev/null @@ -1,157 +0,0 @@ -bin/bibletime -include/bibletimeinterface.h -share/applications/bibletime.desktop -share/apps/bibletime/bibletimeui.rc -share/apps/bibletime/pics/startuplogo.png -share/apps/bibletime/tips -share/doc/HTML/en/bibletime/handbook/hdbk-config.docbook -share/doc/HTML/en/bibletime/handbook/hdbk-intro.docbook -share/doc/HTML/en/bibletime/handbook/hdbk-operation.docbook -share/doc/HTML/en/bibletime/handbook/hdbk-reference.docbook -share/doc/HTML/en/bibletime/handbook/hdbk-start.docbook -share/doc/HTML/en/bibletime/handbook/i_bible.png -share/doc/HTML/en/bibletime/handbook/i_bible_add.png -share/doc/HTML/en/bibletime/handbook/i_bibletime.png -share/doc/HTML/en/bibletime/handbook/i_book.png -share/doc/HTML/en/bibletime/handbook/i_book_add.png -share/doc/HTML/en/bibletime/handbook/i_cascade.png -share/doc/HTML/en/bibletime/handbook/i_cascade_auto.png -share/doc/HTML/en/bibletime/handbook/i_commentary.png -share/doc/HTML/en/bibletime/handbook/i_commentary_add.png -share/doc/HTML/en/bibletime/handbook/i_configure.png -share/doc/HTML/en/bibletime/handbook/i_configureaccels.png -share/doc/HTML/en/bibletime/handbook/i_configuredisplay.png -share/doc/HTML/en/bibletime/handbook/i_configurefonts.png -share/doc/HTML/en/bibletime/handbook/i_configurestart.png -share/doc/HTML/en/bibletime/handbook/i_configuresword.png -share/doc/HTML/en/bibletime/handbook/i_configuretoolbars.png -share/doc/HTML/en/bibletime/handbook/i_contents.png -share/doc/HTML/en/bibletime/handbook/i_delete.png -share/doc/HTML/en/bibletime/handbook/i_editdelete.png -share/doc/HTML/en/bibletime/handbook/i_exit.png -share/doc/HTML/en/bibletime/handbook/i_fileclose.png -share/doc/HTML/en/bibletime/handbook/i_fileprint.png -share/doc/HTML/en/bibletime/handbook/i_find.png -share/doc/HTML/en/bibletime/handbook/i_fullscreen.png -share/doc/HTML/en/bibletime/handbook/i_go.png -share/doc/HTML/en/bibletime/handbook/i_ktip.png -share/doc/HTML/en/bibletime/handbook/i_lexicon.png -share/doc/HTML/en/bibletime/handbook/i_lexicon_add.png -share/doc/HTML/en/bibletime/handbook/i_pencil.png -share/doc/HTML/en/bibletime/handbook/i_sidetree.png -share/doc/HTML/en/bibletime/handbook/i_sync.png -share/doc/HTML/en/bibletime/handbook/i_tile.png -share/doc/HTML/en/bibletime/handbook/i_tile_auto.png -share/doc/HTML/en/bibletime/handbook/index.docbook -share/doc/HTML/en/bibletime/handbook/ss_configfonts.png -share/doc/HTML/en/bibletime/handbook/ss_configtoolbar.png -share/doc/HTML/en/bibletime/handbook/ss_mainterms.png -share/doc/HTML/en/bibletime/handbook/ss_searchanal.png -share/doc/HTML/en/bibletime/handbook/ss_searchopts.png -share/doc/HTML/en/bibletime/howto/how2-basics.docbook -share/doc/HTML/en/bibletime/howto/how2-importance.docbook -share/doc/HTML/en/bibletime/howto/how2-interpretation.docbook -share/doc/HTML/en/bibletime/howto/index.docbook -share/icons/hicolor/16x16/actions/bt_bible.png -share/icons/hicolor/16x16/actions/bt_bible_add.png -share/icons/hicolor/16x16/actions/bt_bible_locked.png -share/icons/hicolor/16x16/actions/bt_book.png -share/icons/hicolor/16x16/actions/bt_book_add.png -share/icons/hicolor/16x16/actions/bt_book_locked.png -share/icons/hicolor/16x16/actions/bt_cascade.png -share/icons/hicolor/16x16/actions/bt_cascade_auto.png -share/icons/hicolor/16x16/actions/bt_commentary.png -share/icons/hicolor/16x16/actions/bt_commentary_add.png -share/icons/hicolor/16x16/actions/bt_commentary_locked.png -share/icons/hicolor/16x16/actions/bt_displayconfig.png -share/icons/hicolor/16x16/actions/bt_displaytranslit.png -share/icons/hicolor/16x16/actions/bt_findstrongs.png -share/icons/hicolor/16x16/actions/bt_lexicon.png -share/icons/hicolor/16x16/actions/bt_lexicon_add.png -share/icons/hicolor/16x16/actions/bt_lexicon_locked.png -share/icons/hicolor/16x16/actions/bt_startconfig.png -share/icons/hicolor/16x16/actions/bt_swordconfig.png -share/icons/hicolor/16x16/actions/bt_sync.png -share/icons/hicolor/16x16/actions/bt_tile.png -share/icons/hicolor/16x16/actions/bt_tile_auto.png -share/icons/hicolor/16x16/apps/bibletime.png -share/icons/hicolor/22x22/actions/bt_bible.png -share/icons/hicolor/22x22/actions/bt_bible_add.png -share/icons/hicolor/22x22/actions/bt_bible_locked.png -share/icons/hicolor/22x22/actions/bt_book.png -share/icons/hicolor/22x22/actions/bt_book_add.png -share/icons/hicolor/22x22/actions/bt_book_locked.png -share/icons/hicolor/22x22/actions/bt_cascade.png -share/icons/hicolor/22x22/actions/bt_cascade_auto.png -share/icons/hicolor/22x22/actions/bt_commentary.png -share/icons/hicolor/22x22/actions/bt_commentary_add.png -share/icons/hicolor/22x22/actions/bt_commentary_locked.png -share/icons/hicolor/22x22/actions/bt_displayconfig.png -share/icons/hicolor/22x22/actions/bt_displaytranslit.png -share/icons/hicolor/22x22/actions/bt_findstrongs.png -share/icons/hicolor/22x22/actions/bt_lexicon.png -share/icons/hicolor/22x22/actions/bt_lexicon_add.png -share/icons/hicolor/22x22/actions/bt_lexicon_locked.png -share/icons/hicolor/22x22/actions/bt_parallel.png -share/icons/hicolor/22x22/actions/bt_startconfig.png -share/icons/hicolor/22x22/actions/bt_swordconfig.png -share/icons/hicolor/22x22/actions/bt_sync.png -share/icons/hicolor/22x22/actions/bt_tile.png -share/icons/hicolor/22x22/actions/bt_tile_auto.png -share/icons/hicolor/22x22/apps/bibletime.png -share/icons/hicolor/32x32/actions/bt_bible.png -share/icons/hicolor/32x32/actions/bt_bible_add.png -share/icons/hicolor/32x32/actions/bt_bible_locked.png -share/icons/hicolor/32x32/actions/bt_book.png -share/icons/hicolor/32x32/actions/bt_book_add.png -share/icons/hicolor/32x32/actions/bt_book_locked.png -share/icons/hicolor/32x32/actions/bt_cascade.png -share/icons/hicolor/32x32/actions/bt_cascade_auto.png -share/icons/hicolor/32x32/actions/bt_commentary.png -share/icons/hicolor/32x32/actions/bt_commentary_add.png -share/icons/hicolor/32x32/actions/bt_commentary_locked.png -share/icons/hicolor/32x32/actions/bt_displayconfig.png -share/icons/hicolor/32x32/actions/bt_displaytranslit.png -share/icons/hicolor/32x32/actions/bt_findstrongs.png -share/icons/hicolor/32x32/actions/bt_lexicon.png -share/icons/hicolor/32x32/actions/bt_lexicon_add.png -share/icons/hicolor/32x32/actions/bt_lexicon_locked.png -share/icons/hicolor/32x32/actions/bt_startconfig.png -share/icons/hicolor/32x32/actions/bt_swordconfig.png -share/icons/hicolor/32x32/actions/bt_sync.png -share/icons/hicolor/32x32/actions/bt_tile.png -share/icons/hicolor/32x32/actions/bt_tile_auto.png -share/icons/hicolor/32x32/apps/bibletime.png -share/icons/hicolor/48x48/actions/bt_bible.png -share/icons/hicolor/48x48/actions/bt_bible_add.png -share/icons/hicolor/48x48/actions/bt_bible_locked.png -share/icons/hicolor/48x48/actions/bt_book.png -share/icons/hicolor/48x48/actions/bt_book_add.png -share/icons/hicolor/48x48/actions/bt_book_locked.png -share/icons/hicolor/48x48/actions/bt_cascade.png -share/icons/hicolor/48x48/actions/bt_cascade_auto.png -share/icons/hicolor/48x48/actions/bt_commentary.png -share/icons/hicolor/48x48/actions/bt_commentary_add.png -share/icons/hicolor/48x48/actions/bt_commentary_locked.png -share/icons/hicolor/48x48/actions/bt_displayconfig.png -share/icons/hicolor/48x48/actions/bt_displaytranslit.png -share/icons/hicolor/48x48/actions/bt_lexicon.png -share/icons/hicolor/48x48/actions/bt_lexicon_add.png -share/icons/hicolor/48x48/actions/bt_lexicon_locked.png -share/icons/hicolor/48x48/actions/bt_startconfig.png -share/icons/hicolor/48x48/actions/bt_swordconfig.png -share/icons/hicolor/48x48/actions/bt_sync.png -share/icons/hicolor/48x48/actions/bt_tile.png -share/icons/hicolor/48x48/actions/bt_tile_auto.png -share/icons/hicolor/48x48/apps/bibletime.png -share/icons/hicolor/64x64/apps/bibletime.png -@dirrm share/doc/HTML/en/bibletime/howto -@dirrm share/doc/HTML/en/bibletime/handbook -@dirrm share/doc/HTML/en/bibletime -@dirrmtry share/doc/HTML/en -@dirrmtry share/doc/HTML -@dirrmtry share/config -@dirrm share/apps/bibletime/pics -@dirrm share/apps/bibletime -@dirrmtry share/apps -@dirrmtry share/applications diff --git a/misc/bibletime-kde4/Makefile b/misc/bibletime-kde4/Makefile deleted file mode 100644 index 5b4577ddd4bd..000000000000 --- a/misc/bibletime-kde4/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: bibletime-devel -# Date created: 2008-08-12 -# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= bibletime -PORTVERSION= 1.7.b1 -CATEGORIES= misc kde -MASTER_SITES= SF -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/.beta/} - -MAINTAINER= tabthorpe@FreeBSD.org -COMMENT= A powerful Bible study application for KDE4 - -RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword \ - ${LOCALBASE}/lib/libclucene.so:${PORTSDIR}/textproc/clucene -BUILD_DEPENDS= ${RUN_DEPENDS} -LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python \ - phonon.4:${PORTSDIR}/multimedia/phonon - -USE_BZIP2= yes -USE_OPENSSL= yes -KDE4_BUILDENV= yes -USE_KDE4= kdeprefix kdelibs workspace automoc4 -USE_CMAKE= yes -USE_QT_VER= 4 -QT_COMPONENTS= corelib dbus gui xml - -post-extract: - ${MV} ${WRKDIR}/${DISTNAME} ${WRKDIR}/${PORTNAME}-${PORTVERSION} - ${MKDIR} ${WRKSRC} - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${CMAKE_ENV} ${CMAKE_BIN} \ - -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_INSTALL_PREFIX=${PREFIX} \ - ${WRKSRC}/.. - -.include <bsd.port.mk> diff --git a/misc/bibletime-kde4/distinfo b/misc/bibletime-kde4/distinfo deleted file mode 100644 index 8a4d2f8a637f..000000000000 --- a/misc/bibletime-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (bibletime-1.7.beta1.tar.bz2) = e1c63a6ed11f32aa117cc33fd772e7b7 -SHA256 (bibletime-1.7.beta1.tar.bz2) = cec421265b0d006e73ecb719cf0f20e624dcdc53cf04857787a5b1e0763ef395 -SIZE (bibletime-1.7.beta1.tar.bz2) = 2991771 diff --git a/misc/bibletime-kde4/files/patch-CMakeLists.txt b/misc/bibletime-kde4/files/patch-CMakeLists.txt deleted file mode 100644 index 50c8630ff992..000000000000 --- a/misc/bibletime-kde4/files/patch-CMakeLists.txt +++ /dev/null @@ -1,132 +0,0 @@ ---- ../CMakeLists.txt.orig 2008-08-27 15:01:48.000000000 -0400 -+++ ../CMakeLists.txt 2008-09-11 15:57:29.000000000 -0400 -@@ -6,8 +6,8 @@ - - #Non-English locales to be processed and installed for UI, handbook and howto - LIST(APPEND MESSAGE_LOCALE_LANGS af bg cs da de en_GB es et fi fr hu it ko nl nn_NO no pl pt_br ro ru sk sv ua zh_CN zh_TW) --#WARNING: If you modify HANDBOOK_LOCALE_LANGS or HOWTO_LOCALE_LANGS, --#also modify the po4a conf files in cmake/docs/ to make sure all languages are processed. -+#WARNING: If you modify HANDBOOK_LOCALE_LANGS or HOWTO_LOCALE_LANGS, -+#also modify the po4a conf files in cmake/docs/ to make sure all languages are processed. - LIST(APPEND HANDBOOK_LOCALE_LANGS de fi fr nl) - LIST(APPEND HOWTO_LOCALE_LANGS bg cs de fi fr it ko nl pt-br ru) - -@@ -75,7 +75,7 @@ - IF (CMAKE_BUILD_TYPE STREQUAL "Release") - KDE4_ADD_EXECUTABLE(bibletime ${bibletime_SOURCES}) - SET_TARGET_PROPERTIES(bibletime -- PROPERTIES -+ PROPERTIES - COMPILE_FLAGS "-fexceptions" #Enable exception handling - ) - TARGET_LINK_LIBRARIES(bibletime -@@ -92,7 +92,7 @@ - ELSE (CMAKE_BUILD_TYPE STREQUAL "Release") - KDE4_ADD_EXECUTABLE(bibletime ${bibletime_SOURCES} ${bibletime_test_SOURCES}) - SET_TARGET_PROPERTIES(bibletime -- PROPERTIES -+ PROPERTIES - COMPILE_FLAGS "-fexceptions -DBT_ENABLE_TESTING" #Enable exception handling and Testing - ) - TARGET_LINK_LIBRARIES(bibletime -@@ -122,87 +122,66 @@ - SET(CMAKE_INSTALL_PREFIX "install/") #install to ./build/install, allow override - ENDIF (NOT CMAKE_INSTALL_PREFIX) - --SET(CMAKE_CXX_FLAGS_RELEASE "-W -O2") --SET(CMAKE_CXX_FLAGS_DEBUG "-Wall -Werror -pedantic-errors -O0 -g") -- --SET(CMAKE_CXX_FLAGS_DEBUG_BINONLY ${CMAKE_CXX_FLAGS_DEBUG}) --SET(CMAKE_C_FLAGS_DEBUG_BINONLY ${CMAKE_C_FLAGS_DEBUG}) --SET(CMAKE_EXE_LINKER_FLAGS_DEBUG_BINONLY ${CMAKE_EXE_LINKER_FLAGS_DEBUG}) --SET(CMAKE_SHARED_LINKER_FLAGS_DEBUG_BINONLY ${CMAKE_SHARED_LINKER_FLAGS_DEBUG}) --MARK_AS_ADVANCED( -- CMAKE_CXX_FLAGS_DEBUG_BINONLY -- CMAKE_C_FLAGS_DEBUG_BINONLY -- CMAKE_EXE_LINKER_FLAGS_DEBUG_BINONLY -- CMAKE_SHARED_LINKER_FLAGS_DEBUG_BINONLY --) -- -+SET(CMAKE_CXX_FLAGS "-W -O2") -+SET(CMAKE_CXX_FLAGS_DEBUG "-Wall -Werror -O0 -g") #-pedantic-errors -+SET(CMAKE_CXX_FLAGS_DEBUGFULL "-Wall -Werror -O0 -g") #-pedantic-errors - - ###################################################### - # Install files - # - # main binary --INSTALL(TARGETS "bibletime" -+INSTALL(TARGETS "bibletime" - DESTINATION "bin/" -- CONFIGURATIONS Debug Release Debug_Binonly - ) - # compiled catalogs - FOREACH(MESSAGE_LOCALE_LANG ${MESSAGE_LOCALE_LANGS}) -- INSTALL(FILES "${CMAKE_CURRENT_SOURCE_DIR}/i18n/messages/bibletime_ui_${MESSAGE_LOCALE_LANG}.qm" -+ INSTALL(FILES "${CMAKE_CURRENT_SOURCE_DIR}/i18n/messages/bibletime_ui_${MESSAGE_LOCALE_LANG}.qm" - DESTINATION "share/bibletime/locale/" -- CONFIGURATIONS Debug Release - ) - ENDFOREACH(MESSAGE_LOCALE_LANG ${MESSAGE_LOCALE_LANGS}) - # icons - FILE(GLOB INSTALL_ICONS_LIST "${CMAKE_CURRENT_SOURCE_DIR}/pics/icons/*.svg") --INSTALL(FILES ${INSTALL_ICONS_LIST} -+INSTALL(FILES ${INSTALL_ICONS_LIST} - DESTINATION "share/bibletime/icons/" -- CONFIGURATIONS Debug Release - ) - # display templates - FILE(GLOB INSTALL_DISPLAY_TEMPLATES_LIST ${CMAKE_CURRENT_SOURCE_DIR}/src/display-templates/*.tmpl) --INSTALL(FILES ${INSTALL_DISPLAY_TEMPLATES_LIST} -+INSTALL(FILES ${INSTALL_DISPLAY_TEMPLATES_LIST} - DESTINATION "share/bibletime/display-templates/" -- CONFIGURATIONS Debug Release - ) - # splash screen --INSTALL(FILES "pics/startuplogo.png" -+INSTALL(FILES "pics/startuplogo.png" - DESTINATION "share/bibletime/pics/" -- CONFIGURATIONS Debug Release - ) - #handbook (install images from en/ to all languages) - FILE(GLOB INSTALL_HANDBOOK_IMAGES "${CMAKE_CURRENT_SOURCE_DIR}/docs/handbook/en/html/*.png") - FOREACH(HANDBOOK_LOCALE_LANG ${HANDBOOK_LOCALE_LANGS} "en") - FILE(GLOB INSTALL_HANDBOOK_HTML_FILES_${HANDBOOK_LOCALE_LANG} "${CMAKE_CURRENT_SOURCE_DIR}/docs/handbook/${HANDBOOK_LOCALE_LANG}/html/*.html") -- INSTALL(FILES ${INSTALL_HANDBOOK_HTML_FILES_${HANDBOOK_LOCALE_LANG}} -+ INSTALL(FILES ${INSTALL_HANDBOOK_HTML_FILES_${HANDBOOK_LOCALE_LANG}} - DESTINATION "share/bibletime/docs/handbook/${HANDBOOK_LOCALE_LANG}/" -- CONFIGURATIONS Debug Release - ) -- INSTALL(FILES ${INSTALL_HANDBOOK_IMAGES} -+ INSTALL(FILES ${INSTALL_HANDBOOK_IMAGES} - DESTINATION "share/bibletime/docs/handbook/${HANDBOOK_LOCALE_LANG}/" -- CONFIGURATIONS Debug Release - ) - ENDFOREACH(HANDBOOK_LOCALE_LANG ${HANDBOOK_LOCALE_LANGS} "en") - #howto (does not have images) - FOREACH(HOWTO_LOCALE_LANG ${HOWTO_LOCALE_LANGS} "en") - FILE(GLOB INSTALL_HOWTO_HTML_FILES_${HOWTO_LOCALE_LANG} "${CMAKE_CURRENT_SOURCE_DIR}/docs/howto/${HOWTO_LOCALE_LANG}/html/*.html") -- INSTALL(FILES ${INSTALL_HOWTO_HTML_FILES_${HOWTO_LOCALE_LANG}} -+ INSTALL(FILES ${INSTALL_HOWTO_HTML_FILES_${HOWTO_LOCALE_LANG}} - DESTINATION "share/bibletime/docs/howto/${HOWTO_LOCALE_LANG}/" -- CONFIGURATIONS Debug Release - ) - ENDFOREACH(HOWTO_LOCALE_LANG ${HOWTO_LOCALE_LANGS} "en") - # - # Platform specific installation - # - # LINUX: application icon --INSTALL(FILES "${CMAKE_CURRENT_SOURCE_DIR}/pics/icons/bibletime.svg" -+INSTALL(FILES "${CMAKE_CURRENT_SOURCE_DIR}/pics/icons/bibletime.svg" - DESTINATION "share/icons/" -- CONFIGURATIONS Debug Release - ) - # LINUX: desktop file - CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/cmake/platforms/linux/bibletime.desktop.cmake" "${CMAKE_CURRENT_BINARY_DIR}/bibletime.desktop") --INSTALL(FILES "${CMAKE_CURRENT_BINARY_DIR}/bibletime.desktop" -+INSTALL(FILES "${CMAKE_CURRENT_BINARY_DIR}/bibletime.desktop" - DESTINATION "share/applications/" -- CONFIGURATIONS Debug Release - ) - ###################################################### - diff --git a/misc/bibletime-kde4/pkg-descr b/misc/bibletime-kde4/pkg-descr deleted file mode 100644 index e4e3f6a1f992..000000000000 --- a/misc/bibletime-kde4/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -BibleTime is a powerful Bible study application for the K Desktop -Environment running on Unix operating systems. BibleTime is based -on the Sword library which provides access to all the different -text modules created by the Crosswire Bible Society. - -Current features are: toolbar, splitted window with index and MDI -interface, searching in one or more modules supporting regular -expressions, graphical search analysis, bookmarks, drag & drop, -WYSIWYG html editing for comments, printing and an extensive help -system. - -WWW: http://www.bibletime.info/ diff --git a/misc/bibletime-kde4/pkg-plist b/misc/bibletime-kde4/pkg-plist deleted file mode 100644 index 69f192aa8f44..000000000000 --- a/misc/bibletime-kde4/pkg-plist +++ /dev/null @@ -1,616 +0,0 @@ -bin/bibletime -share/applications/bibletime.desktop -share/bibletime/display-templates/Blue.tmpl -share/bibletime/display-templates/Crazy.tmpl -share/bibletime/display-templates/Green.tmpl -share/bibletime/display-templates/HighContrast.tmpl -share/bibletime/display-templates/Simple.tmpl -share/bibletime/docs/handbook/de/hdbk-config-toolbar.html -share/bibletime/docs/handbook/de/hdbk-config.html -share/bibletime/docs/handbook/de/hdbk-intro.html -share/bibletime/docs/handbook/de/hdbk-op-bookshelfmanager.html -share/bibletime/docs/handbook/de/hdbk-op-output.html -share/bibletime/docs/handbook/de/hdbk-op-parts.html -share/bibletime/docs/handbook/de/hdbk-op-search.html -share/bibletime/docs/handbook/de/hdbk-op.html -share/bibletime/docs/handbook/de/hdbk-reference-hotkeys.html -share/bibletime/docs/handbook/de/hdbk-reference-toolbar.html -share/bibletime/docs/handbook/de/hdbk-reference.html -share/bibletime/docs/handbook/de/hdbk-startsequence.html -share/bibletime/docs/handbook/de/hdbk-term.html -share/bibletime/docs/handbook/de/i_bible.png -share/bibletime/docs/handbook/de/i_bible_add.png -share/bibletime/docs/handbook/de/i_bibletime.png -share/bibletime/docs/handbook/de/i_book.png -share/bibletime/docs/handbook/de/i_book_add.png -share/bibletime/docs/handbook/de/i_cascade.png -share/bibletime/docs/handbook/de/i_cascade_auto.png -share/bibletime/docs/handbook/de/i_commentary.png -share/bibletime/docs/handbook/de/i_commentary_add.png -share/bibletime/docs/handbook/de/i_configure.png -share/bibletime/docs/handbook/de/i_configureaccels.png -share/bibletime/docs/handbook/de/i_configuredisplay.png -share/bibletime/docs/handbook/de/i_configurefonts.png -share/bibletime/docs/handbook/de/i_configurestart.png -share/bibletime/docs/handbook/de/i_configuresword.png -share/bibletime/docs/handbook/de/i_configuretoolbars.png -share/bibletime/docs/handbook/de/i_contents.png -share/bibletime/docs/handbook/de/i_delete.png -share/bibletime/docs/handbook/de/i_editdelete.png -share/bibletime/docs/handbook/de/i_exit.png -share/bibletime/docs/handbook/de/i_fileclose.png -share/bibletime/docs/handbook/de/i_fileprint.png -share/bibletime/docs/handbook/de/i_find.png -share/bibletime/docs/handbook/de/i_fullscreen.png -share/bibletime/docs/handbook/de/i_go.png -share/bibletime/docs/handbook/de/i_ktip.png -share/bibletime/docs/handbook/de/i_lexicon.png -share/bibletime/docs/handbook/de/i_lexicon_add.png -share/bibletime/docs/handbook/de/i_pencil.png -share/bibletime/docs/handbook/de/i_sidetree.png -share/bibletime/docs/handbook/de/i_sync.png -share/bibletime/docs/handbook/de/i_tile.png -share/bibletime/docs/handbook/de/i_tile_auto.png -share/bibletime/docs/handbook/de/index.html -share/bibletime/docs/handbook/de/ss_configfonts.png -share/bibletime/docs/handbook/de/ss_configtoolbar.png -share/bibletime/docs/handbook/de/ss_mainterms.png -share/bibletime/docs/handbook/de/ss_searchanal.png -share/bibletime/docs/handbook/de/ss_searchopts.png -share/bibletime/docs/handbook/en/hdbk-config-toolbar.html -share/bibletime/docs/handbook/en/hdbk-config.html -share/bibletime/docs/handbook/en/hdbk-intro.html -share/bibletime/docs/handbook/en/hdbk-op-bookshelfmanager.html -share/bibletime/docs/handbook/en/hdbk-op-output.html -share/bibletime/docs/handbook/en/hdbk-op-parts.html -share/bibletime/docs/handbook/en/hdbk-op-search.html -share/bibletime/docs/handbook/en/hdbk-op.html -share/bibletime/docs/handbook/en/hdbk-reference-hotkeys.html -share/bibletime/docs/handbook/en/hdbk-reference-toolbar.html -share/bibletime/docs/handbook/en/hdbk-reference.html -share/bibletime/docs/handbook/en/hdbk-startsequence.html -share/bibletime/docs/handbook/en/hdbk-term.html -share/bibletime/docs/handbook/en/i_bible.png -share/bibletime/docs/handbook/en/i_bible_add.png -share/bibletime/docs/handbook/en/i_bibletime.png -share/bibletime/docs/handbook/en/i_book.png -share/bibletime/docs/handbook/en/i_book_add.png -share/bibletime/docs/handbook/en/i_cascade.png -share/bibletime/docs/handbook/en/i_cascade_auto.png -share/bibletime/docs/handbook/en/i_commentary.png -share/bibletime/docs/handbook/en/i_commentary_add.png -share/bibletime/docs/handbook/en/i_configure.png -share/bibletime/docs/handbook/en/i_configureaccels.png -share/bibletime/docs/handbook/en/i_configuredisplay.png -share/bibletime/docs/handbook/en/i_configurefonts.png -share/bibletime/docs/handbook/en/i_configurestart.png -share/bibletime/docs/handbook/en/i_configuresword.png -share/bibletime/docs/handbook/en/i_configuretoolbars.png -share/bibletime/docs/handbook/en/i_contents.png -share/bibletime/docs/handbook/en/i_delete.png -share/bibletime/docs/handbook/en/i_editdelete.png -share/bibletime/docs/handbook/en/i_exit.png -share/bibletime/docs/handbook/en/i_fileclose.png -share/bibletime/docs/handbook/en/i_fileprint.png -share/bibletime/docs/handbook/en/i_find.png -share/bibletime/docs/handbook/en/i_fullscreen.png -share/bibletime/docs/handbook/en/i_go.png -share/bibletime/docs/handbook/en/i_ktip.png -share/bibletime/docs/handbook/en/i_lexicon.png -share/bibletime/docs/handbook/en/i_lexicon_add.png -share/bibletime/docs/handbook/en/i_pencil.png -share/bibletime/docs/handbook/en/i_sidetree.png -share/bibletime/docs/handbook/en/i_sync.png -share/bibletime/docs/handbook/en/i_tile.png -share/bibletime/docs/handbook/en/i_tile_auto.png -share/bibletime/docs/handbook/en/index.html -share/bibletime/docs/handbook/en/ss_configfonts.png -share/bibletime/docs/handbook/en/ss_configtoolbar.png -share/bibletime/docs/handbook/en/ss_mainterms.png -share/bibletime/docs/handbook/en/ss_searchanal.png -share/bibletime/docs/handbook/en/ss_searchopts.png -share/bibletime/docs/handbook/fi/hdbk-config-toolbar.html -share/bibletime/docs/handbook/fi/hdbk-config.html -share/bibletime/docs/handbook/fi/hdbk-intro.html -share/bibletime/docs/handbook/fi/hdbk-op-bookshelfmanager.html -share/bibletime/docs/handbook/fi/hdbk-op-output.html -share/bibletime/docs/handbook/fi/hdbk-op-parts.html -share/bibletime/docs/handbook/fi/hdbk-op-search.html -share/bibletime/docs/handbook/fi/hdbk-op.html -share/bibletime/docs/handbook/fi/hdbk-reference-hotkeys.html -share/bibletime/docs/handbook/fi/hdbk-reference-toolbar.html -share/bibletime/docs/handbook/fi/hdbk-reference.html -share/bibletime/docs/handbook/fi/hdbk-startsequence.html -share/bibletime/docs/handbook/fi/hdbk-term.html -share/bibletime/docs/handbook/fi/i_bible.png -share/bibletime/docs/handbook/fi/i_bible_add.png -share/bibletime/docs/handbook/fi/i_bibletime.png -share/bibletime/docs/handbook/fi/i_book.png -share/bibletime/docs/handbook/fi/i_book_add.png -share/bibletime/docs/handbook/fi/i_cascade.png -share/bibletime/docs/handbook/fi/i_cascade_auto.png -share/bibletime/docs/handbook/fi/i_commentary.png -share/bibletime/docs/handbook/fi/i_commentary_add.png -share/bibletime/docs/handbook/fi/i_configure.png -share/bibletime/docs/handbook/fi/i_configureaccels.png -share/bibletime/docs/handbook/fi/i_configuredisplay.png -share/bibletime/docs/handbook/fi/i_configurefonts.png -share/bibletime/docs/handbook/fi/i_configurestart.png -share/bibletime/docs/handbook/fi/i_configuresword.png -share/bibletime/docs/handbook/fi/i_configuretoolbars.png -share/bibletime/docs/handbook/fi/i_contents.png -share/bibletime/docs/handbook/fi/i_delete.png -share/bibletime/docs/handbook/fi/i_editdelete.png -share/bibletime/docs/handbook/fi/i_exit.png -share/bibletime/docs/handbook/fi/i_fileclose.png -share/bibletime/docs/handbook/fi/i_fileprint.png -share/bibletime/docs/handbook/fi/i_find.png -share/bibletime/docs/handbook/fi/i_fullscreen.png -share/bibletime/docs/handbook/fi/i_go.png -share/bibletime/docs/handbook/fi/i_ktip.png -share/bibletime/docs/handbook/fi/i_lexicon.png -share/bibletime/docs/handbook/fi/i_lexicon_add.png -share/bibletime/docs/handbook/fi/i_pencil.png -share/bibletime/docs/handbook/fi/i_sidetree.png -share/bibletime/docs/handbook/fi/i_sync.png -share/bibletime/docs/handbook/fi/i_tile.png -share/bibletime/docs/handbook/fi/i_tile_auto.png -share/bibletime/docs/handbook/fi/index.html -share/bibletime/docs/handbook/fi/ss_configfonts.png -share/bibletime/docs/handbook/fi/ss_configtoolbar.png -share/bibletime/docs/handbook/fi/ss_mainterms.png -share/bibletime/docs/handbook/fi/ss_searchanal.png -share/bibletime/docs/handbook/fi/ss_searchopts.png -share/bibletime/docs/handbook/fr/hdbk-config-toolbar.html -share/bibletime/docs/handbook/fr/hdbk-config.html -share/bibletime/docs/handbook/fr/hdbk-intro.html -share/bibletime/docs/handbook/fr/hdbk-op-bookshelfmanager.html -share/bibletime/docs/handbook/fr/hdbk-op-output.html -share/bibletime/docs/handbook/fr/hdbk-op-parts.html -share/bibletime/docs/handbook/fr/hdbk-op-search.html -share/bibletime/docs/handbook/fr/hdbk-op.html -share/bibletime/docs/handbook/fr/hdbk-reference-hotkeys.html -share/bibletime/docs/handbook/fr/hdbk-reference-toolbar.html -share/bibletime/docs/handbook/fr/hdbk-reference.html -share/bibletime/docs/handbook/fr/hdbk-startsequence.html -share/bibletime/docs/handbook/fr/hdbk-term.html -share/bibletime/docs/handbook/fr/i_bible.png -share/bibletime/docs/handbook/fr/i_bible_add.png -share/bibletime/docs/handbook/fr/i_bibletime.png -share/bibletime/docs/handbook/fr/i_book.png -share/bibletime/docs/handbook/fr/i_book_add.png -share/bibletime/docs/handbook/fr/i_cascade.png -share/bibletime/docs/handbook/fr/i_cascade_auto.png -share/bibletime/docs/handbook/fr/i_commentary.png -share/bibletime/docs/handbook/fr/i_commentary_add.png -share/bibletime/docs/handbook/fr/i_configure.png -share/bibletime/docs/handbook/fr/i_configureaccels.png -share/bibletime/docs/handbook/fr/i_configuredisplay.png -share/bibletime/docs/handbook/fr/i_configurefonts.png -share/bibletime/docs/handbook/fr/i_configurestart.png -share/bibletime/docs/handbook/fr/i_configuresword.png -share/bibletime/docs/handbook/fr/i_configuretoolbars.png -share/bibletime/docs/handbook/fr/i_contents.png -share/bibletime/docs/handbook/fr/i_delete.png -share/bibletime/docs/handbook/fr/i_editdelete.png -share/bibletime/docs/handbook/fr/i_exit.png -share/bibletime/docs/handbook/fr/i_fileclose.png -share/bibletime/docs/handbook/fr/i_fileprint.png -share/bibletime/docs/handbook/fr/i_find.png -share/bibletime/docs/handbook/fr/i_fullscreen.png -share/bibletime/docs/handbook/fr/i_go.png -share/bibletime/docs/handbook/fr/i_ktip.png -share/bibletime/docs/handbook/fr/i_lexicon.png -share/bibletime/docs/handbook/fr/i_lexicon_add.png -share/bibletime/docs/handbook/fr/i_pencil.png -share/bibletime/docs/handbook/fr/i_sidetree.png -share/bibletime/docs/handbook/fr/i_sync.png -share/bibletime/docs/handbook/fr/i_tile.png -share/bibletime/docs/handbook/fr/i_tile_auto.png -share/bibletime/docs/handbook/fr/index.html -share/bibletime/docs/handbook/fr/ss_configfonts.png -share/bibletime/docs/handbook/fr/ss_configtoolbar.png -share/bibletime/docs/handbook/fr/ss_mainterms.png -share/bibletime/docs/handbook/fr/ss_searchanal.png -share/bibletime/docs/handbook/fr/ss_searchopts.png -share/bibletime/docs/handbook/nl/hdbk-config-toolbar.html -share/bibletime/docs/handbook/nl/hdbk-config.html -share/bibletime/docs/handbook/nl/hdbk-intro.html -share/bibletime/docs/handbook/nl/hdbk-op-bookshelfmanager.html -share/bibletime/docs/handbook/nl/hdbk-op-output.html -share/bibletime/docs/handbook/nl/hdbk-op-parts.html -share/bibletime/docs/handbook/nl/hdbk-op-search.html -share/bibletime/docs/handbook/nl/hdbk-op.html -share/bibletime/docs/handbook/nl/hdbk-reference-hotkeys.html -share/bibletime/docs/handbook/nl/hdbk-reference-toolbar.html -share/bibletime/docs/handbook/nl/hdbk-reference.html -share/bibletime/docs/handbook/nl/hdbk-startsequence.html -share/bibletime/docs/handbook/nl/hdbk-term.html -share/bibletime/docs/handbook/nl/i_bible.png -share/bibletime/docs/handbook/nl/i_bible_add.png -share/bibletime/docs/handbook/nl/i_bibletime.png -share/bibletime/docs/handbook/nl/i_book.png -share/bibletime/docs/handbook/nl/i_book_add.png -share/bibletime/docs/handbook/nl/i_cascade.png -share/bibletime/docs/handbook/nl/i_cascade_auto.png -share/bibletime/docs/handbook/nl/i_commentary.png -share/bibletime/docs/handbook/nl/i_commentary_add.png -share/bibletime/docs/handbook/nl/i_configure.png -share/bibletime/docs/handbook/nl/i_configureaccels.png -share/bibletime/docs/handbook/nl/i_configuredisplay.png -share/bibletime/docs/handbook/nl/i_configurefonts.png -share/bibletime/docs/handbook/nl/i_configurestart.png -share/bibletime/docs/handbook/nl/i_configuresword.png -share/bibletime/docs/handbook/nl/i_configuretoolbars.png -share/bibletime/docs/handbook/nl/i_contents.png -share/bibletime/docs/handbook/nl/i_delete.png -share/bibletime/docs/handbook/nl/i_editdelete.png -share/bibletime/docs/handbook/nl/i_exit.png -share/bibletime/docs/handbook/nl/i_fileclose.png -share/bibletime/docs/handbook/nl/i_fileprint.png -share/bibletime/docs/handbook/nl/i_find.png -share/bibletime/docs/handbook/nl/i_fullscreen.png -share/bibletime/docs/handbook/nl/i_go.png -share/bibletime/docs/handbook/nl/i_ktip.png -share/bibletime/docs/handbook/nl/i_lexicon.png -share/bibletime/docs/handbook/nl/i_lexicon_add.png -share/bibletime/docs/handbook/nl/i_pencil.png -share/bibletime/docs/handbook/nl/i_sidetree.png -share/bibletime/docs/handbook/nl/i_sync.png -share/bibletime/docs/handbook/nl/i_tile.png -share/bibletime/docs/handbook/nl/i_tile_auto.png -share/bibletime/docs/handbook/nl/index.html -share/bibletime/docs/handbook/nl/ss_configfonts.png -share/bibletime/docs/handbook/nl/ss_configtoolbar.png -share/bibletime/docs/handbook/nl/ss_mainterms.png -share/bibletime/docs/handbook/nl/ss_searchanal.png -share/bibletime/docs/handbook/nl/ss_searchopts.png -share/bibletime/docs/howto/bg/h2-basics-approaches.html -share/bibletime/docs/howto/bg/h2-basics-expository.html -share/bibletime/docs/howto/bg/h2-basics-interpretation.html -share/bibletime/docs/howto/bg/h2-basics-types.html -share/bibletime/docs/howto/bg/h2-basics-worksheet.html -share/bibletime/docs/howto/bg/h2-basics.html -share/bibletime/docs/howto/bg/h2-importance-breathed.html -share/bibletime/docs/howto/bg/h2-importance-exhortations.html -share/bibletime/docs/howto/bg/h2-importance-liberates.html -share/bibletime/docs/howto/bg/h2-importance-once.html -share/bibletime/docs/howto/bg/h2-importance-supplement.html -share/bibletime/docs/howto/bg/h2-importance-wars.html -share/bibletime/docs/howto/bg/h2-importance-works.html -share/bibletime/docs/howto/bg/h2-importance.html -share/bibletime/docs/howto/bg/h2-rules-context.html -share/bibletime/docs/howto/bg/h2-rules-hcontest.html -share/bibletime/docs/howto/bg/h2-rules-normal.html -share/bibletime/docs/howto/bg/h2-rules-parables.html -share/bibletime/docs/howto/bg/h2-rules.html -share/bibletime/docs/howto/bg/index.html -share/bibletime/docs/howto/cs/h2-basics-approaches.html -share/bibletime/docs/howto/cs/h2-basics-expository.html -share/bibletime/docs/howto/cs/h2-basics-interpretation.html -share/bibletime/docs/howto/cs/h2-basics-types.html -share/bibletime/docs/howto/cs/h2-basics-worksheet.html -share/bibletime/docs/howto/cs/h2-basics.html -share/bibletime/docs/howto/cs/h2-importance-breathed.html -share/bibletime/docs/howto/cs/h2-importance-exhortations.html -share/bibletime/docs/howto/cs/h2-importance-liberates.html -share/bibletime/docs/howto/cs/h2-importance-once.html -share/bibletime/docs/howto/cs/h2-importance-supplement.html -share/bibletime/docs/howto/cs/h2-importance-wars.html -share/bibletime/docs/howto/cs/h2-importance-works.html -share/bibletime/docs/howto/cs/h2-importance.html -share/bibletime/docs/howto/cs/h2-rules-context.html -share/bibletime/docs/howto/cs/h2-rules-hcontest.html -share/bibletime/docs/howto/cs/h2-rules-normal.html -share/bibletime/docs/howto/cs/h2-rules-parables.html -share/bibletime/docs/howto/cs/h2-rules.html -share/bibletime/docs/howto/cs/index.html -share/bibletime/docs/howto/de/h2-basics-approaches.html -share/bibletime/docs/howto/de/h2-basics-expository.html -share/bibletime/docs/howto/de/h2-basics-interpretation.html -share/bibletime/docs/howto/de/h2-basics-types.html -share/bibletime/docs/howto/de/h2-basics-worksheet.html -share/bibletime/docs/howto/de/h2-basics.html -share/bibletime/docs/howto/de/h2-importance-breathed.html -share/bibletime/docs/howto/de/h2-importance-exhortations.html -share/bibletime/docs/howto/de/h2-importance-liberates.html -share/bibletime/docs/howto/de/h2-importance-once.html -share/bibletime/docs/howto/de/h2-importance-supplement.html -share/bibletime/docs/howto/de/h2-importance-wars.html -share/bibletime/docs/howto/de/h2-importance-works.html -share/bibletime/docs/howto/de/h2-importance.html -share/bibletime/docs/howto/de/h2-rules-context.html -share/bibletime/docs/howto/de/h2-rules-hcontest.html -share/bibletime/docs/howto/de/h2-rules-normal.html -share/bibletime/docs/howto/de/h2-rules-parables.html -share/bibletime/docs/howto/de/h2-rules.html -share/bibletime/docs/howto/de/index.html -share/bibletime/docs/howto/en/h2-basics-approaches.html -share/bibletime/docs/howto/en/h2-basics-expository.html -share/bibletime/docs/howto/en/h2-basics-interpretation.html -share/bibletime/docs/howto/en/h2-basics-types.html -share/bibletime/docs/howto/en/h2-basics-worksheet.html -share/bibletime/docs/howto/en/h2-basics.html -share/bibletime/docs/howto/en/h2-importance-breathed.html -share/bibletime/docs/howto/en/h2-importance-exhortations.html -share/bibletime/docs/howto/en/h2-importance-liberates.html -share/bibletime/docs/howto/en/h2-importance-once.html -share/bibletime/docs/howto/en/h2-importance-supplement.html -share/bibletime/docs/howto/en/h2-importance-wars.html -share/bibletime/docs/howto/en/h2-importance-works.html -share/bibletime/docs/howto/en/h2-importance.html -share/bibletime/docs/howto/en/h2-rules-context.html -share/bibletime/docs/howto/en/h2-rules-hcontest.html -share/bibletime/docs/howto/en/h2-rules-normal.html -share/bibletime/docs/howto/en/h2-rules-parables.html -share/bibletime/docs/howto/en/h2-rules.html -share/bibletime/docs/howto/en/index.html -share/bibletime/docs/howto/fi/h2-basics-approaches.html -share/bibletime/docs/howto/fi/h2-basics-expository.html -share/bibletime/docs/howto/fi/h2-basics-interpretation.html -share/bibletime/docs/howto/fi/h2-basics-types.html -share/bibletime/docs/howto/fi/h2-basics-worksheet.html -share/bibletime/docs/howto/fi/h2-basics.html -share/bibletime/docs/howto/fi/h2-importance-breathed.html -share/bibletime/docs/howto/fi/h2-importance-exhortations.html -share/bibletime/docs/howto/fi/h2-importance-liberates.html -share/bibletime/docs/howto/fi/h2-importance-once.html -share/bibletime/docs/howto/fi/h2-importance-supplement.html -share/bibletime/docs/howto/fi/h2-importance-wars.html -share/bibletime/docs/howto/fi/h2-importance-works.html -share/bibletime/docs/howto/fi/h2-importance.html -share/bibletime/docs/howto/fi/h2-rules-context.html -share/bibletime/docs/howto/fi/h2-rules-hcontest.html -share/bibletime/docs/howto/fi/h2-rules-normal.html -share/bibletime/docs/howto/fi/h2-rules-parables.html -share/bibletime/docs/howto/fi/h2-rules.html -share/bibletime/docs/howto/fi/index.html -share/bibletime/docs/howto/fr/h2-basics-approaches.html -share/bibletime/docs/howto/fr/h2-basics-expository.html -share/bibletime/docs/howto/fr/h2-basics-interpretation.html -share/bibletime/docs/howto/fr/h2-basics-types.html -share/bibletime/docs/howto/fr/h2-basics-worksheet.html -share/bibletime/docs/howto/fr/h2-basics.html -share/bibletime/docs/howto/fr/h2-importance-breathed.html -share/bibletime/docs/howto/fr/h2-importance-exhortations.html -share/bibletime/docs/howto/fr/h2-importance-liberates.html -share/bibletime/docs/howto/fr/h2-importance-once.html -share/bibletime/docs/howto/fr/h2-importance-supplement.html -share/bibletime/docs/howto/fr/h2-importance-wars.html -share/bibletime/docs/howto/fr/h2-importance-works.html -share/bibletime/docs/howto/fr/h2-importance.html -share/bibletime/docs/howto/fr/h2-rules-context.html -share/bibletime/docs/howto/fr/h2-rules-hcontest.html -share/bibletime/docs/howto/fr/h2-rules-normal.html -share/bibletime/docs/howto/fr/h2-rules-parables.html -share/bibletime/docs/howto/fr/h2-rules.html -share/bibletime/docs/howto/fr/index.html -share/bibletime/docs/howto/it/h2-basics-approaches.html -share/bibletime/docs/howto/it/h2-basics-expository.html -share/bibletime/docs/howto/it/h2-basics-interpretation.html -share/bibletime/docs/howto/it/h2-basics-types.html -share/bibletime/docs/howto/it/h2-basics-worksheet.html -share/bibletime/docs/howto/it/h2-basics.html -share/bibletime/docs/howto/it/h2-importance-breathed.html -share/bibletime/docs/howto/it/h2-importance-exhortations.html -share/bibletime/docs/howto/it/h2-importance-liberates.html -share/bibletime/docs/howto/it/h2-importance-once.html -share/bibletime/docs/howto/it/h2-importance-supplement.html -share/bibletime/docs/howto/it/h2-importance-wars.html -share/bibletime/docs/howto/it/h2-importance-works.html -share/bibletime/docs/howto/it/h2-importance.html -share/bibletime/docs/howto/it/h2-rules-context.html -share/bibletime/docs/howto/it/h2-rules-hcontest.html -share/bibletime/docs/howto/it/h2-rules-normal.html -share/bibletime/docs/howto/it/h2-rules-parables.html -share/bibletime/docs/howto/it/h2-rules.html -share/bibletime/docs/howto/it/index.html -share/bibletime/docs/howto/ko/h2-basics-approaches.html -share/bibletime/docs/howto/ko/h2-basics-expository.html -share/bibletime/docs/howto/ko/h2-basics-interpretation.html -share/bibletime/docs/howto/ko/h2-basics-types.html -share/bibletime/docs/howto/ko/h2-basics-worksheet.html -share/bibletime/docs/howto/ko/h2-basics.html -share/bibletime/docs/howto/ko/h2-importance-breathed.html -share/bibletime/docs/howto/ko/h2-importance-exhortations.html -share/bibletime/docs/howto/ko/h2-importance-liberates.html -share/bibletime/docs/howto/ko/h2-importance-once.html -share/bibletime/docs/howto/ko/h2-importance-supplement.html -share/bibletime/docs/howto/ko/h2-importance-wars.html -share/bibletime/docs/howto/ko/h2-importance-works.html -share/bibletime/docs/howto/ko/h2-importance.html -share/bibletime/docs/howto/ko/h2-rules-context.html -share/bibletime/docs/howto/ko/h2-rules-hcontest.html -share/bibletime/docs/howto/ko/h2-rules-normal.html -share/bibletime/docs/howto/ko/h2-rules-parables.html -share/bibletime/docs/howto/ko/h2-rules.html -share/bibletime/docs/howto/ko/index.html -share/bibletime/docs/howto/nl/h2-basics-approaches.html -share/bibletime/docs/howto/nl/h2-basics-expository.html -share/bibletime/docs/howto/nl/h2-basics-interpretation.html -share/bibletime/docs/howto/nl/h2-basics-types.html -share/bibletime/docs/howto/nl/h2-basics-worksheet.html -share/bibletime/docs/howto/nl/h2-basics.html -share/bibletime/docs/howto/nl/h2-importance-breathed.html -share/bibletime/docs/howto/nl/h2-importance-exhortations.html -share/bibletime/docs/howto/nl/h2-importance-liberates.html -share/bibletime/docs/howto/nl/h2-importance-once.html -share/bibletime/docs/howto/nl/h2-importance-supplement.html -share/bibletime/docs/howto/nl/h2-importance-wars.html -share/bibletime/docs/howto/nl/h2-importance-works.html -share/bibletime/docs/howto/nl/h2-importance.html -share/bibletime/docs/howto/nl/h2-rules-context.html -share/bibletime/docs/howto/nl/h2-rules-hcontest.html -share/bibletime/docs/howto/nl/h2-rules-normal.html -share/bibletime/docs/howto/nl/h2-rules-parables.html -share/bibletime/docs/howto/nl/h2-rules.html -share/bibletime/docs/howto/nl/index.html -share/bibletime/docs/howto/pt-br/h2-basics-approaches.html -share/bibletime/docs/howto/pt-br/h2-basics-expository.html -share/bibletime/docs/howto/pt-br/h2-basics-interpretation.html -share/bibletime/docs/howto/pt-br/h2-basics-types.html -share/bibletime/docs/howto/pt-br/h2-basics-worksheet.html -share/bibletime/docs/howto/pt-br/h2-basics.html -share/bibletime/docs/howto/pt-br/h2-importance-breathed.html -share/bibletime/docs/howto/pt-br/h2-importance-exhortations.html -share/bibletime/docs/howto/pt-br/h2-importance-liberates.html -share/bibletime/docs/howto/pt-br/h2-importance-once.html -share/bibletime/docs/howto/pt-br/h2-importance-supplement.html -share/bibletime/docs/howto/pt-br/h2-importance-wars.html -share/bibletime/docs/howto/pt-br/h2-importance-works.html -share/bibletime/docs/howto/pt-br/h2-importance.html -share/bibletime/docs/howto/pt-br/h2-rules-context.html -share/bibletime/docs/howto/pt-br/h2-rules-hcontest.html -share/bibletime/docs/howto/pt-br/h2-rules-normal.html -share/bibletime/docs/howto/pt-br/h2-rules-parables.html -share/bibletime/docs/howto/pt-br/h2-rules.html -share/bibletime/docs/howto/pt-br/index.html -share/bibletime/docs/howto/ru/h2-basics-approaches.html -share/bibletime/docs/howto/ru/h2-basics-expository.html -share/bibletime/docs/howto/ru/h2-basics-interpretation.html -share/bibletime/docs/howto/ru/h2-basics-types.html -share/bibletime/docs/howto/ru/h2-basics-worksheet.html -share/bibletime/docs/howto/ru/h2-basics.html -share/bibletime/docs/howto/ru/h2-importance-breathed.html -share/bibletime/docs/howto/ru/h2-importance-exhortations.html -share/bibletime/docs/howto/ru/h2-importance-liberates.html -share/bibletime/docs/howto/ru/h2-importance-once.html -share/bibletime/docs/howto/ru/h2-importance-supplement.html -share/bibletime/docs/howto/ru/h2-importance-wars.html -share/bibletime/docs/howto/ru/h2-importance-works.html -share/bibletime/docs/howto/ru/h2-importance.html -share/bibletime/docs/howto/ru/h2-rules-context.html -share/bibletime/docs/howto/ru/h2-rules-hcontest.html -share/bibletime/docs/howto/ru/h2-rules-normal.html -share/bibletime/docs/howto/ru/h2-rules-parables.html -share/bibletime/docs/howto/ru/h2-rules.html -share/bibletime/docs/howto/ru/index.html -share/bibletime/icons/back.svg -share/bibletime/icons/bible.svg -share/bibletime/icons/bible_add.svg -share/bibletime/icons/bible_locked.svg -share/bibletime/icons/bible_remove.svg -share/bibletime/icons/bibletime.svg -share/bibletime/icons/book.svg -share/bibletime/icons/book_add.svg -share/bibletime/icons/book_locked.svg -share/bibletime/icons/bookmark.svg -share/bibletime/icons/books.svg -share/bibletime/icons/calendar.svg -share/bibletime/icons/cascade.svg -share/bibletime/icons/cascade_auto.svg -share/bibletime/icons/checkbox.svg -share/bibletime/icons/commentary.svg -share/bibletime/icons/commentary_add.svg -share/bibletime/icons/commentary_locked.svg -share/bibletime/icons/configure.svg -share/bibletime/icons/contents2.svg -share/bibletime/icons/default.svg -share/bibletime/icons/dictionary.svg -share/bibletime/icons/displayconfig.svg -share/bibletime/icons/displaytranslit.svg -share/bibletime/icons/document_magnifier.svg -share/bibletime/icons/edit_clear.svg -share/bibletime/icons/edit_clear_locationbar.svg -share/bibletime/icons/edit_copy.svg -share/bibletime/icons/edit_delete.svg -share/bibletime/icons/edit_undo.svg -share/bibletime/icons/exit.svg -share/bibletime/icons/export.svg -share/bibletime/icons/file_save.svg -share/bibletime/icons/fileclose.svg -share/bibletime/icons/fileprint.svg -share/bibletime/icons/find.svg -share/bibletime/icons/flag.svg -share/bibletime/icons/folder-new.svg -share/bibletime/icons/folder-open.svg -share/bibletime/icons/folder.svg -share/bibletime/icons/folder_new.svg -share/bibletime/icons/fontconfig.svg -share/bibletime/icons/fonts.svg -share/bibletime/icons/forward.svg -share/bibletime/icons/import.svg -share/bibletime/icons/info.svg -share/bibletime/icons/key_bindings.svg -share/bibletime/icons/lexicon.svg -share/bibletime/icons/lexicon_add.svg -share/bibletime/icons/lexicon_locked.svg -share/bibletime/icons/map.svg -share/bibletime/icons/pencil.svg -share/bibletime/icons/plus.svg -share/bibletime/icons/print.svg -share/bibletime/icons/questionable.svg -share/bibletime/icons/questionmark.svg -share/bibletime/icons/refresh.svg -share/bibletime/icons/startconfig.svg -share/bibletime/icons/stop.svg -share/bibletime/icons/swordconfig.svg -share/bibletime/icons/sync.svg -share/bibletime/icons/text_bold.svg -share/bibletime/icons/text_center.svg -share/bibletime/icons/text_italic.svg -share/bibletime/icons/text_leftalign.svg -share/bibletime/icons/text_rightalign.svg -share/bibletime/icons/text_under.svg -share/bibletime/icons/tile.svg -share/bibletime/icons/tile_auto.svg -share/bibletime/icons/tile_horiz.svg -share/bibletime/icons/tile_vert.svg -share/bibletime/icons/trash.svg -share/bibletime/icons/unlock.svg -share/bibletime/icons/view-tree.svg -share/bibletime/icons/view_index.svg -share/bibletime/icons/view_mag.svg -share/bibletime/icons/view_profile.svg -share/bibletime/icons/window_fullscreen.svg -share/bibletime/locale/bibletime_ui_af.qm -share/bibletime/locale/bibletime_ui_bg.qm -share/bibletime/locale/bibletime_ui_cs.qm -share/bibletime/locale/bibletime_ui_da.qm -share/bibletime/locale/bibletime_ui_de.qm -share/bibletime/locale/bibletime_ui_en_GB.qm -share/bibletime/locale/bibletime_ui_es.qm -share/bibletime/locale/bibletime_ui_et.qm -share/bibletime/locale/bibletime_ui_fi.qm -share/bibletime/locale/bibletime_ui_fr.qm -share/bibletime/locale/bibletime_ui_hu.qm -share/bibletime/locale/bibletime_ui_it.qm -share/bibletime/locale/bibletime_ui_ko.qm -share/bibletime/locale/bibletime_ui_nl.qm -share/bibletime/locale/bibletime_ui_nn_NO.qm -share/bibletime/locale/bibletime_ui_no.qm -share/bibletime/locale/bibletime_ui_pl.qm -share/bibletime/locale/bibletime_ui_pt_br.qm -share/bibletime/locale/bibletime_ui_ro.qm -share/bibletime/locale/bibletime_ui_ru.qm -share/bibletime/locale/bibletime_ui_sk.qm -share/bibletime/locale/bibletime_ui_sv.qm -share/bibletime/locale/bibletime_ui_ua.qm -share/bibletime/locale/bibletime_ui_zh_CN.qm -share/bibletime/locale/bibletime_ui_zh_TW.qm -share/bibletime/pics/startuplogo.png -share/icons/bibletime.svg -@dirrm share/bibletime/pics -@dirrm share/bibletime/locale -@dirrm share/bibletime/icons -@dirrm share/bibletime/docs/howto/ru -@dirrm share/bibletime/docs/howto/pt-br -@dirrm share/bibletime/docs/howto/nl -@dirrm share/bibletime/docs/howto/ko -@dirrm share/bibletime/docs/howto/it -@dirrm share/bibletime/docs/howto/fr -@dirrm share/bibletime/docs/howto/fi -@dirrm share/bibletime/docs/howto/en -@dirrm share/bibletime/docs/howto/de -@dirrm share/bibletime/docs/howto/cs -@dirrm share/bibletime/docs/howto/bg -@dirrm share/bibletime/docs/howto -@dirrm share/bibletime/docs/handbook/nl -@dirrm share/bibletime/docs/handbook/fr -@dirrm share/bibletime/docs/handbook/fi -@dirrm share/bibletime/docs/handbook/en -@dirrm share/bibletime/docs/handbook/de -@dirrm share/bibletime/docs/handbook -@dirrm share/bibletime/docs -@dirrm share/bibletime/display-templates -@dirrm share/bibletime diff --git a/misc/freecode-submit/Makefile b/misc/freecode-submit/Makefile deleted file mode 100644 index add4a5796b8a..000000000000 --- a/misc/freecode-submit/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: freshmeat-submit -# Date created: 2 Jan 2005 -# Whom: x -# -# $FreeBSD$ -# - -PORTNAME= freshmeat-submit -PORTVERSION= 1.6 -CATEGORIES= misc -MASTER_SITES= http://www.catb.org/~esr/freshmeat-submit/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Submission of updates to Freshmeat via its XML-RPC - -USE_PYTHON= yes -NO_BUILD= yes - -PLIST_FILES= bin/freshmeat-submit -MAN1= freshmeat-submit.1 - -.include <bsd.port.pre.mk> - -do-install: - ${MKDIR} ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/freshmeat-submit ${PREFIX}/bin - ${MKDIR} ${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/freshmeat-submit.1 ${MAN1PREFIX}/man/man1 - -.include <bsd.port.post.mk> diff --git a/misc/freecode-submit/distinfo b/misc/freecode-submit/distinfo deleted file mode 100644 index 57dd911d8fa8..000000000000 --- a/misc/freecode-submit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (freshmeat-submit-1.6.tar.gz) = 0c08186b4f0bd6d026c45c3028ed2ccc -SHA256 (freshmeat-submit-1.6.tar.gz) = fc16e245310cf5e20c5ec25bfea3ff618f3c1f6ef700b63276c3c8a681239cba -SIZE (freshmeat-submit-1.6.tar.gz) = 17296 diff --git a/misc/freecode-submit/pkg-descr b/misc/freecode-submit/pkg-descr deleted file mode 100644 index 8f99979e7a4a..000000000000 --- a/misc/freecode-submit/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -freshmeat-submit is a Python script that supports remote submission of -release updates to Freshmeat via its XML-RPC interface. It is intended -for use in project release scripts. It reads the metadata from an -RFC-2822-like message on standard input, possibly with overrides -by command-line switches. - -WWW: http://www.catb.org/~esr/freshmeat-submit/ diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile deleted file mode 100644 index 4ad0b4d62ce4..000000000000 --- a/misc/gnuit/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: git -# Date created: 12 Jul 1995 -# Whom: torstenb@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= git -PORTVERSION= 4.3.20 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= GNU Interactive Tools - a file system browser for UNIX systems - -CONFLICTS= git-1.* cogito-[0-9]* -LATEST_LINK= gnu-git - -GNU_CONFIGURE= YES -MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 \ - gitrgrep.1 gitunpack.1 -INFO= git - -pre-patch: - ${CP} ${WRKSRC}/term/.gitrc.ansi \ - ${WRKSRC}/term/.gitrc.cons25 - -.include <bsd.port.mk> diff --git a/misc/gnuit/distinfo b/misc/gnuit/distinfo deleted file mode 100644 index 78cdd189a707..000000000000 --- a/misc/gnuit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (git-4.3.20.tar.gz) = 72b01d5f9905951137ac1bb87d7e431c -SHA256 (git-4.3.20.tar.gz) = ead279859d647a3b973c5f248415649fc0fbea91d9fb2f100a2621bf37b18acf -SIZE (git-4.3.20.tar.gz) = 426648 diff --git a/misc/gnuit/files/patch-ab b/misc/gnuit/files/patch-ab deleted file mode 100644 index 9f762537c32d..000000000000 --- a/misc/gnuit/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- term/Makefile.in.orig Mon Jun 28 23:41:13 1999 -+++ term/Makefile.in Mon Nov 15 17:07:01 1999 -@@ -80,9 +80,9 @@ - PRODUCT = @PRODUCT@ - VERSION = @VERSION@ - --EXTRA_DIST = .gitrc.aixterm .gitrc.ansi .gitrc.common.in .gitrc.generic .gitrc.hft .gitrc.hpterm .gitrc.linux .gitrc.mach .gitrc.minix .gitrc.thix .gitrc.vt100 .gitrc.vt102 .gitrc.xterm .gitrc.xterm-color -+EXTRA_DIST = .gitrc.aixterm .gitrc.ansi .gitrc.common.in .gitrc.generic .gitrc.hft .gitrc.hpterm .gitrc.linux .gitrc.mach .gitrc.minix .gitrc.thix .gitrc.vt100 .gitrc.vt102 .gitrc.xterm .gitrc.xterm-color .gitrc.cons25 - --pkgdata_DATA = .gitrc.aixterm .gitrc.ansi .gitrc.common .gitrc.generic .gitrc.hft .gitrc.hpterm .gitrc.linux .gitrc.mach .gitrc.minix .gitrc.thix .gitrc.vt100 .gitrc.vt102 .gitrc.xterm .gitrc.xterm-color -+pkgdata_DATA = .gitrc.aixterm .gitrc.ansi .gitrc.common .gitrc.generic .gitrc.hft .gitrc.hpterm .gitrc.linux .gitrc.mach .gitrc.minix .gitrc.thix .gitrc.vt100 .gitrc.vt102 .gitrc.xterm .gitrc.xterm-color .gitrc.cons25 - - - GIT_GENERICS = .gitrc.sun .gitrc.sun-cmd .gitrc.eterm .gitrc.pc3 diff --git a/misc/gnuit/files/patch-ac b/misc/gnuit/files/patch-ac deleted file mode 100644 index 5363a376f6b0..000000000000 --- a/misc/gnuit/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- term/.gitrc.cons25.orig Sat Jun 15 17:00:30 1996 -+++ term/.gitrc.cons25 Sat Jun 15 17:05:28 1996 -@@ -24,7 +24,7 @@ - [Setup] - TempDirectory = /tmp - AnsiColors = ON # empty means OFF --UseLastScreenChar = OFF # use the last character on the screen -+UseLastScreenChar = ON # use the last character on the screen - StartupScrollStep = # empty means half the number of lines - - diff --git a/misc/gnuit/files/patch-ad b/misc/gnuit/files/patch-ad deleted file mode 100644 index 5fe99f426b1c..000000000000 --- a/misc/gnuit/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Mon Nov 15 19:23:15 1999 -+++ doc/Makefile.in Mon Nov 15 19:23:32 1999 -@@ -82,7 +82,7 @@ - - info_TEXINFOS = git.texinfo - man_MANS = git.1 gitaction.1 gitkeys.1 gitmount.1 gitrgrep.1 gitunpack.1 --htmldir = $(prefix)/doc/git-$(VERSION) -+htmldir = $(prefix)/share/git - html_DATA = git.html - EXTRA_DIST = git.1 gitaction.1 gitkeys.1 gitmount.1 gitrgrep.1 gitunpack.1 git.html - diff --git a/misc/gnuit/pkg-descr b/misc/gnuit/pkg-descr deleted file mode 100644 index bb5cef955b4e..000000000000 --- a/misc/gnuit/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GIT is a file system browser for UNIX systems. -An interactive process viewer/killer, a hex/ascii file viewer, an auto-mount -shell script and a per file type action script are also available. diff --git a/misc/gnuit/pkg-plist b/misc/gnuit/pkg-plist deleted file mode 100644 index 11723b9c6e5b..000000000000 --- a/misc/gnuit/pkg-plist +++ /dev/null @@ -1,52 +0,0 @@ -bin/.gitaction -bin/git -bin/gitaction -bin/gitkeys -bin/gitmkdirs -bin/gitmount -bin/gitps -bin/gitrgrep -bin/gitunpack -bin/gitview -bin/gitwhich -bin/gitwipe -bin/gitxgrep -%%DATADIR%%/.gitrc.aixterm -%%DATADIR%%/.gitrc.ansi -%%DATADIR%%/.gitrc.common -%%DATADIR%%/.gitrc.cons25 -%%DATADIR%%/.gitrc.console -%%DATADIR%%/.gitrc.dtterm -%%DATADIR%%/.gitrc.eterm -%%DATADIR%%/.gitrc.generic -%%DATADIR%%/.gitrc.hft -%%DATADIR%%/.gitrc.hp -%%DATADIR%%/.gitrc.hpterm -%%DATADIR%%/.gitrc.iris-ansi -%%DATADIR%%/.gitrc.iris-ansi-net -%%DATADIR%%/.gitrc.linux -%%DATADIR%%/.gitrc.mach -%%DATADIR%%/.gitrc.minix -%%DATADIR%%/.gitrc.pc3 -%%DATADIR%%/.gitrc.rxvt -%%DATADIR%%/.gitrc.screen -%%DATADIR%%/.gitrc.sun -%%DATADIR%%/.gitrc.sun-cmd -%%DATADIR%%/.gitrc.thix -%%DATADIR%%/.gitrc.vt100 -%%DATADIR%%/.gitrc.vt102 -%%DATADIR%%/.gitrc.vt125 -%%DATADIR%%/.gitrc.vt200 -%%DATADIR%%/.gitrc.vt201 -%%DATADIR%%/.gitrc.vt220 -%%DATADIR%%/.gitrc.vt240 -%%DATADIR%%/.gitrc.vt300 -%%DATADIR%%/.gitrc.vt320 -%%DATADIR%%/.gitrc.vt400 -%%DATADIR%%/.gitrc.vt420 -%%DATADIR%%/.gitrc.xterm -%%DATADIR%%/.gitrc.xterm-color -%%DATADIR%%/.gitrc.xterm-debian -%%DATADIR%%/.gitrc.xterms -%%DATADIR%%/git.html -@dirrm %%DATADIR%% diff --git a/misc/kde3-i18n-sr_Latn/Makefile b/misc/kde3-i18n-sr_Latn/Makefile deleted file mode 100644 index 5dd3fdaaa697..000000000000 --- a/misc/kde3-i18n-sr_Latn/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: kde3-i18n-sr@Latn -# Date created: 01 March 2004 -# Whom: Lauri Watts <lauri@kde.org> -# -# $FreeBSD$ -# - -PORTNAME= kde-i18n -PORTVERSION= ${KDE_VERSION} -CATEGORIES?= misc kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n -PKGNAMEPREFIX= sr-Latn- -DISTNAME= ${PORTNAME}-sr@Latn-${PORTVERSION} -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Serbian (latin alphabet) messages and documentation for KDE3 - -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - -USE_KDELIBS_VER=3 -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -KDE_I18N= yes - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.mk> diff --git a/misc/kde3-i18n-sr_Latn/distinfo b/misc/kde3-i18n-sr_Latn/distinfo deleted file mode 100644 index fe19ee3784c3..000000000000 --- a/misc/kde3-i18n-sr_Latn/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kde-i18n/kde-i18n-sr@Latn-3.5.10.tar.bz2) = b2d9d83c77fd32c3f321515e840770d6 -SHA256 (KDE/kde-i18n/kde-i18n-sr@Latn-3.5.10.tar.bz2) = 3faabd63bfe572b32e9913611bd15526612c422b63dbc0cb8be48ea64da2cabe -SIZE (KDE/kde-i18n/kde-i18n-sr@Latn-3.5.10.tar.bz2) = 2681995 diff --git a/misc/kde3-i18n-sr_Latn/pkg-descr b/misc/kde3-i18n-sr_Latn/pkg-descr deleted file mode 100644 index 3354ca873ecc..000000000000 --- a/misc/kde3-i18n-sr_Latn/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for KDE3. - -WWW: http://i18n.kde.org/ diff --git a/misc/kde3-i18n-sr_Latn/pkg-plist b/misc/kde3-i18n-sr_Latn/pkg-plist deleted file mode 100644 index f77996ccf68e..000000000000 --- a/misc/kde3-i18n-sr_Latn/pkg-plist +++ /dev/null @@ -1,592 +0,0 @@ -share/apps/katepart/syntax/logohighlightstyle.sr@Latn.xml -share/apps/khangman/data/sr@Latn/animals.kvtml -share/apps/khangman/data/sr@Latn/easy.kvtml -share/apps/khangman/data/sr@Latn/hard.kvtml -share/apps/khangman/data/sr@Latn/medium.kvtml -share/apps/khangman/sr@Latn.txt -share/apps/ktuberling/sounds/sr@Latn/brkovi.wav -share/apps/ktuberling/sounds/sr@Latn/cigara.wav -share/apps/ktuberling/sounds/sr@Latn/krompirko.wav -share/apps/ktuberling/sounds/sr@Latn/masna.wav -share/apps/ktuberling/sounds/sr@Latn/mindjusa.wav -share/apps/ktuberling/sounds/sr@Latn/naocare.wav -share/apps/ktuberling/sounds/sr@Latn/naocare_za_sunce.wav -share/apps/ktuberling/sounds/sr@Latn/nos.wav -share/apps/ktuberling/sounds/sr@Latn/obrva.wav -share/apps/ktuberling/sounds/sr@Latn/oko.wav -share/apps/ktuberling/sounds/sr@Latn/sat.wav -share/apps/ktuberling/sounds/sr@Latn/sesir.wav -share/apps/ktuberling/sounds/sr@Latn/usta.wav -share/apps/ktuberling/sounds/sr@Latn/uvo.wav -share/apps/ktuberling/sounds/sr@Latn/znacka.wav -share/apps/kturtle/data/logokeywords.sr@Latn.xml -share/apps/kturtle/examples/sr@Latn/curly.logo -share/apps/kturtle/examples/sr@Latn/square.logo -share/apps/kturtle/examples/sr@Latn/triangle.logo -share/locale/sr@Latn/LC_MESSAGES/akregator.mo -share/locale/sr@Latn/LC_MESSAGES/akregator_konqplugin.mo -share/locale/sr@Latn/LC_MESSAGES/alsaplayerui.mo -share/locale/sr@Latn/LC_MESSAGES/amor.mo -share/locale/sr@Latn/LC_MESSAGES/appletproxy.mo -share/locale/sr@Latn/LC_MESSAGES/ark.mo -share/locale/sr@Latn/LC_MESSAGES/ark_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/artsbuilder.mo -share/locale/sr@Latn/LC_MESSAGES/artscontrol.mo -share/locale/sr@Latn/LC_MESSAGES/artsmodules.mo -share/locale/sr@Latn/LC_MESSAGES/atlantik.mo -share/locale/sr@Latn/LC_MESSAGES/atlantikdesigner.mo -share/locale/sr@Latn/LC_MESSAGES/audiocd_encoder_lame.mo -share/locale/sr@Latn/LC_MESSAGES/audiocd_encoder_vorbis.mo -share/locale/sr@Latn/LC_MESSAGES/audiorename_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/autorefresh.mo -share/locale/sr@Latn/LC_MESSAGES/babelfish.mo -share/locale/sr@Latn/LC_MESSAGES/blinken.mo -share/locale/sr@Latn/LC_MESSAGES/cervisia.mo -share/locale/sr@Latn/LC_MESSAGES/charlatanui.mo -share/locale/sr@Latn/LC_MESSAGES/clockapplet.mo -share/locale/sr@Latn/LC_MESSAGES/crashesplugin.mo -share/locale/sr@Latn/LC_MESSAGES/cupsdconf.mo -share/locale/sr@Latn/LC_MESSAGES/cvsservice.mo -share/locale/sr@Latn/LC_MESSAGES/dcoprss.mo -share/locale/sr@Latn/LC_MESSAGES/dirfilterplugin.mo -share/locale/sr@Latn/LC_MESSAGES/display.mo -share/locale/sr@Latn/LC_MESSAGES/dockbarextension.mo -share/locale/sr@Latn/LC_MESSAGES/domtreeviewer.mo -share/locale/sr@Latn/LC_MESSAGES/drkonqi.mo -share/locale/sr@Latn/LC_MESSAGES/dub.mo -share/locale/sr@Latn/LC_MESSAGES/extensionproxy.mo -share/locale/sr@Latn/LC_MESSAGES/ffrs.mo -share/locale/sr@Latn/LC_MESSAGES/filetypes.mo -share/locale/sr@Latn/LC_MESSAGES/fsview.mo -share/locale/sr@Latn/LC_MESSAGES/htmlsearch.mo -share/locale/sr@Latn/LC_MESSAGES/imagerename_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/imgalleryplugin.mo -share/locale/sr@Latn/LC_MESSAGES/irkick.mo -share/locale/sr@Latn/LC_MESSAGES/joystick.mo -share/locale/sr@Latn/LC_MESSAGES/juk.mo -share/locale/sr@Latn/LC_MESSAGES/kabc2mutt.mo -share/locale/sr@Latn/LC_MESSAGES/kabc_dir.mo -share/locale/sr@Latn/LC_MESSAGES/kabc_file.mo -share/locale/sr@Latn/LC_MESSAGES/kabc_ldapkio.mo -share/locale/sr@Latn/LC_MESSAGES/kabc_net.mo -share/locale/sr@Latn/LC_MESSAGES/kabc_slox.mo -share/locale/sr@Latn/LC_MESSAGES/kabc_sql.mo -share/locale/sr@Latn/LC_MESSAGES/kabcformat_binary.mo -share/locale/sr@Latn/LC_MESSAGES/kaboodle.mo -share/locale/sr@Latn/LC_MESSAGES/kaccess.mo -share/locale/sr@Latn/LC_MESSAGES/kaddressbook.mo -share/locale/sr@Latn/LC_MESSAGES/kalarm.mo -share/locale/sr@Latn/LC_MESSAGES/kalzium.mo -share/locale/sr@Latn/LC_MESSAGES/kanagram.mo -share/locale/sr@Latn/LC_MESSAGES/kandy.mo -share/locale/sr@Latn/LC_MESSAGES/kappfinder.mo -share/locale/sr@Latn/LC_MESSAGES/karm.mo -share/locale/sr@Latn/LC_MESSAGES/kasbarextension.mo -share/locale/sr@Latn/LC_MESSAGES/kasteroids.mo -share/locale/sr@Latn/LC_MESSAGES/kate.mo -share/locale/sr@Latn/LC_MESSAGES/katecppsymbolviewer.mo -share/locale/sr@Latn/LC_MESSAGES/katefiletemplates.mo -share/locale/sr@Latn/LC_MESSAGES/katefll_initplugin.mo -share/locale/sr@Latn/LC_MESSAGES/katefll_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/katehelloworld.mo -share/locale/sr@Latn/LC_MESSAGES/katehtmltools.mo -share/locale/sr@Latn/LC_MESSAGES/kateinsertcommand.mo -share/locale/sr@Latn/LC_MESSAGES/katekjswrapper.mo -share/locale/sr@Latn/LC_MESSAGES/katemake.mo -share/locale/sr@Latn/LC_MESSAGES/katemodeline.mo -share/locale/sr@Latn/LC_MESSAGES/kateopenheader.mo -share/locale/sr@Latn/LC_MESSAGES/katepart.mo -share/locale/sr@Latn/LC_MESSAGES/katepybrowse.mo -share/locale/sr@Latn/LC_MESSAGES/katesnippets.mo -share/locale/sr@Latn/LC_MESSAGES/katetabbarextension.mo -share/locale/sr@Latn/LC_MESSAGES/katetextfilter.mo -share/locale/sr@Latn/LC_MESSAGES/katexmlcheck.mo -share/locale/sr@Latn/LC_MESSAGES/katexmltools.mo -share/locale/sr@Latn/LC_MESSAGES/katomic.mo -share/locale/sr@Latn/LC_MESSAGES/kaudiocreator.mo -share/locale/sr@Latn/LC_MESSAGES/kay.mo -share/locale/sr@Latn/LC_MESSAGES/kbabel.mo -share/locale/sr@Latn/LC_MESSAGES/kbackgammon.mo -share/locale/sr@Latn/LC_MESSAGES/kbattleship.mo -share/locale/sr@Latn/LC_MESSAGES/kbinaryclock.mo -share/locale/sr@Latn/LC_MESSAGES/kblackbox.mo -share/locale/sr@Latn/LC_MESSAGES/kbounce.mo -share/locale/sr@Latn/LC_MESSAGES/kbruch.mo -share/locale/sr@Latn/LC_MESSAGES/kbstateapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kbugbuster.mo -share/locale/sr@Latn/LC_MESSAGES/kcachegrind.mo -share/locale/sr@Latn/LC_MESSAGES/kcalc.mo -share/locale/sr@Latn/LC_MESSAGES/kcharselect.mo -share/locale/sr@Latn/LC_MESSAGES/kcharselectapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kcm_krfb.mo -share/locale/sr@Latn/LC_MESSAGES/kcm_kviewcanvasconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kcm_kviewgeneralconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kcm_kviewpluginsconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kcmaccess.mo -share/locale/sr@Latn/LC_MESSAGES/kcmaccessibility.mo -share/locale/sr@Latn/LC_MESSAGES/kcmarts.mo -share/locale/sr@Latn/LC_MESSAGES/kcmaudiocd.mo -share/locale/sr@Latn/LC_MESSAGES/kcmbackground.mo -share/locale/sr@Latn/LC_MESSAGES/kcmbell.mo -share/locale/sr@Latn/LC_MESSAGES/kcmcddb.mo -share/locale/sr@Latn/LC_MESSAGES/kcmcgi.mo -share/locale/sr@Latn/LC_MESSAGES/kcmcolors.mo -share/locale/sr@Latn/LC_MESSAGES/kcmcomponentchooser.mo -share/locale/sr@Latn/LC_MESSAGES/kcmcrypto.mo -share/locale/sr@Latn/LC_MESSAGES/kcmcss.mo -share/locale/sr@Latn/LC_MESSAGES/kcmenergy.mo -share/locale/sr@Latn/LC_MESSAGES/kcmfonts.mo -share/locale/sr@Latn/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/sr@Latn/LC_MESSAGES/kcmicons.mo -share/locale/sr@Latn/LC_MESSAGES/kcminfo.mo -share/locale/sr@Latn/LC_MESSAGES/kcminput.mo -share/locale/sr@Latn/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkabconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkamera.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkclock.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkded.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkdnssd.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkeys.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkicker.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkio.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkonq.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkonqhtml.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkonsole.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkontactnt.mo -share/locale/sr@Latn/LC_MESSAGES/kcmktalkd.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkuick.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkurifilt.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkvaio.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkwallet.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkwindecoration.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkwinrules.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkwm.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlanbrowser.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlaptop.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlaunch.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlayout.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlilo.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlirc.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlocale.mo -share/locale/sr@Latn/LC_MESSAGES/kcmmedia.mo -share/locale/sr@Latn/LC_MESSAGES/kcmnic.mo -share/locale/sr@Latn/LC_MESSAGES/kcmnotify.mo -share/locale/sr@Latn/LC_MESSAGES/kcmperformance.mo -share/locale/sr@Latn/LC_MESSAGES/kcmprintmgr.mo -share/locale/sr@Latn/LC_MESSAGES/kcmsamba.mo -share/locale/sr@Latn/LC_MESSAGES/kcmscreensaver.mo -share/locale/sr@Latn/LC_MESSAGES/kcmshell.mo -share/locale/sr@Latn/LC_MESSAGES/kcmsmartcard.mo -share/locale/sr@Latn/LC_MESSAGES/kcmsmserver.mo -share/locale/sr@Latn/LC_MESSAGES/kcmspellchecking.mo -share/locale/sr@Latn/LC_MESSAGES/kcmstyle.mo -share/locale/sr@Latn/LC_MESSAGES/kcmtaskbar.mo -share/locale/sr@Latn/LC_MESSAGES/kcmthinkpad.mo -share/locale/sr@Latn/LC_MESSAGES/kcmusb.mo -share/locale/sr@Latn/LC_MESSAGES/kcmview1394.mo -share/locale/sr@Latn/LC_MESSAGES/kcmwifi.mo -share/locale/sr@Latn/LC_MESSAGES/kcmxinerama.mo -share/locale/sr@Latn/LC_MESSAGES/kcoloredit.mo -share/locale/sr@Latn/LC_MESSAGES/kcontrol.mo -share/locale/sr@Latn/LC_MESSAGES/kcron.mo -share/locale/sr@Latn/LC_MESSAGES/kdat.mo -share/locale/sr@Latn/LC_MESSAGES/kdcop.mo -share/locale/sr@Latn/LC_MESSAGES/kdebugdialog.mo -share/locale/sr@Latn/LC_MESSAGES/kdelibs.mo -share/locale/sr@Latn/LC_MESSAGES/kdelibs_colors.mo -share/locale/sr@Latn/LC_MESSAGES/kdelirc.mo -share/locale/sr@Latn/LC_MESSAGES/kdepasswd.mo -share/locale/sr@Latn/LC_MESSAGES/kdepimresources.mo -share/locale/sr@Latn/LC_MESSAGES/kdepimwizards.mo -share/locale/sr@Latn/LC_MESSAGES/kdeprint.mo -share/locale/sr@Latn/LC_MESSAGES/kdeprint_part.mo -share/locale/sr@Latn/LC_MESSAGES/kdeprintfax.mo -share/locale/sr@Latn/LC_MESSAGES/kdesktop.mo -share/locale/sr@Latn/LC_MESSAGES/kdessh.mo -share/locale/sr@Latn/LC_MESSAGES/kdesu.mo -share/locale/sr@Latn/LC_MESSAGES/kdesud.mo -share/locale/sr@Latn/LC_MESSAGES/kdevdesigner.mo -share/locale/sr@Latn/LC_MESSAGES/kdevelop.mo -share/locale/sr@Latn/LC_MESSAGES/kdevtipofday.mo -share/locale/sr@Latn/LC_MESSAGES/kdf.mo -share/locale/sr@Latn/LC_MESSAGES/kdgantt.mo -share/locale/sr@Latn/LC_MESSAGES/kdialog.mo -share/locale/sr@Latn/LC_MESSAGES/kdict.mo -share/locale/sr@Latn/LC_MESSAGES/kdictapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kdjview.mo -share/locale/sr@Latn/LC_MESSAGES/kdmconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kdmgreet.mo -share/locale/sr@Latn/LC_MESSAGES/kdvi.mo -share/locale/sr@Latn/LC_MESSAGES/kedit.mo -share/locale/sr@Latn/LC_MESSAGES/keduca.mo -share/locale/sr@Latn/LC_MESSAGES/kenolaba.mo -share/locale/sr@Latn/LC_MESSAGES/kfax.mo -share/locale/sr@Latn/LC_MESSAGES/kfaxview.mo -share/locale/sr@Latn/LC_MESSAGES/kfifteenapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_au.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_avi.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_bmp.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_cert.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_cpp.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_dds.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_deb.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_desktop.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_diff.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_drgeo.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_dvi.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_exr.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_flac.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_folder.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_gif.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_html.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_ico.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_ics.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_jpeg.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_kig.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_lnk.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_m3u.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_mhtml.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_mp3.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_mpc.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_mpeg.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_ogg.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_palm.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_pcx.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_pdf.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_png.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_pnm.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_po.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_ps.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_rfc822.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_rgb.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_rpm.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_sid.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_tga.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_theora.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_tiff.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_torrent.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_ts.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_txt.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_vcf.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_wav.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_xbm.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_xpm.mo -share/locale/sr@Latn/LC_MESSAGES/kfileaudiopreview.mo -share/locale/sr@Latn/LC_MESSAGES/kfilereplace.mo -share/locale/sr@Latn/LC_MESSAGES/kfileshare.mo -share/locale/sr@Latn/LC_MESSAGES/kfindpart.mo -share/locale/sr@Latn/LC_MESSAGES/kfloppy.mo -share/locale/sr@Latn/LC_MESSAGES/kfmclient.mo -share/locale/sr@Latn/LC_MESSAGES/kfontinst.mo -share/locale/sr@Latn/LC_MESSAGES/kfouleggs.mo -share/locale/sr@Latn/LC_MESSAGES/kgamma.mo -share/locale/sr@Latn/LC_MESSAGES/kgantt.mo -share/locale/sr@Latn/LC_MESSAGES/kgeography.mo -share/locale/sr@Latn/LC_MESSAGES/kget.mo -share/locale/sr@Latn/LC_MESSAGES/kghostview.mo -share/locale/sr@Latn/LC_MESSAGES/kgoldrunner.mo -share/locale/sr@Latn/LC_MESSAGES/kgpg.mo -share/locale/sr@Latn/LC_MESSAGES/kgreet_classic.mo -share/locale/sr@Latn/LC_MESSAGES/kgreet_winbind.mo -share/locale/sr@Latn/LC_MESSAGES/khangman.mo -share/locale/sr@Latn/LC_MESSAGES/khelpcenter.mo -share/locale/sr@Latn/LC_MESSAGES/khexedit.mo -share/locale/sr@Latn/LC_MESSAGES/khexedit2part.mo -share/locale/sr@Latn/LC_MESSAGES/khotkeys.mo -share/locale/sr@Latn/LC_MESSAGES/khtmlkttsd.mo -share/locale/sr@Latn/LC_MESSAGES/khtmlsettingsplugin.mo -share/locale/sr@Latn/LC_MESSAGES/kicker.mo -share/locale/sr@Latn/LC_MESSAGES/kickermenu_kate.mo -share/locale/sr@Latn/LC_MESSAGES/kiconedit.mo -share/locale/sr@Latn/LC_MESSAGES/kig.mo -share/locale/sr@Latn/LC_MESSAGES/kimagemapeditor.mo -share/locale/sr@Latn/LC_MESSAGES/kinetd.mo -share/locale/sr@Latn/LC_MESSAGES/kio.mo -share/locale/sr@Latn/LC_MESSAGES/kio_audiocd.mo -share/locale/sr@Latn/LC_MESSAGES/kio_finger.mo -share/locale/sr@Latn/LC_MESSAGES/kio_fish.mo -share/locale/sr@Latn/LC_MESSAGES/kio_floppy.mo -share/locale/sr@Latn/LC_MESSAGES/kio_groupwise.mo -share/locale/sr@Latn/LC_MESSAGES/kio_help.mo -share/locale/sr@Latn/LC_MESSAGES/kio_home.mo -share/locale/sr@Latn/LC_MESSAGES/kio_imap4.mo -share/locale/sr@Latn/LC_MESSAGES/kio_jabberdisco.mo -share/locale/sr@Latn/LC_MESSAGES/kio_lan.mo -share/locale/sr@Latn/LC_MESSAGES/kio_ldap.mo -share/locale/sr@Latn/LC_MESSAGES/kio_mac.mo -share/locale/sr@Latn/LC_MESSAGES/kio_man.mo -share/locale/sr@Latn/LC_MESSAGES/kio_media.mo -share/locale/sr@Latn/LC_MESSAGES/kio_mobile.mo -share/locale/sr@Latn/LC_MESSAGES/kio_nfs.mo -share/locale/sr@Latn/LC_MESSAGES/kio_nntp.mo -share/locale/sr@Latn/LC_MESSAGES/kio_pop3.mo -share/locale/sr@Latn/LC_MESSAGES/kio_print.mo -share/locale/sr@Latn/LC_MESSAGES/kio_remote.mo -share/locale/sr@Latn/LC_MESSAGES/kio_settings.mo -share/locale/sr@Latn/LC_MESSAGES/kio_sftp.mo -share/locale/sr@Latn/LC_MESSAGES/kio_sieve.mo -share/locale/sr@Latn/LC_MESSAGES/kio_smb.mo -share/locale/sr@Latn/LC_MESSAGES/kio_smtp.mo -share/locale/sr@Latn/LC_MESSAGES/kio_svn.mo -share/locale/sr@Latn/LC_MESSAGES/kio_system.mo -share/locale/sr@Latn/LC_MESSAGES/kio_tar.mo -share/locale/sr@Latn/LC_MESSAGES/kio_thumbnail.mo -share/locale/sr@Latn/LC_MESSAGES/kio_trash.mo -share/locale/sr@Latn/LC_MESSAGES/kio_zeroconf.mo -share/locale/sr@Latn/LC_MESSAGES/kioexec.mo -share/locale/sr@Latn/LC_MESSAGES/kitchensync.mo -share/locale/sr@Latn/LC_MESSAGES/kiten.mo -share/locale/sr@Latn/LC_MESSAGES/kjobviewer.mo -share/locale/sr@Latn/LC_MESSAGES/kjots.mo -share/locale/sr@Latn/LC_MESSAGES/kjumpingcube.mo -share/locale/sr@Latn/LC_MESSAGES/klaptopdaemon.mo -share/locale/sr@Latn/LC_MESSAGES/klatin.mo -share/locale/sr@Latn/LC_MESSAGES/kleopatra.mo -share/locale/sr@Latn/LC_MESSAGES/klettres.mo -share/locale/sr@Latn/LC_MESSAGES/klickety.mo -share/locale/sr@Latn/LC_MESSAGES/klines.mo -share/locale/sr@Latn/LC_MESSAGES/klinkstatus.mo -share/locale/sr@Latn/LC_MESSAGES/klipper.mo -share/locale/sr@Latn/LC_MESSAGES/klock.mo -share/locale/sr@Latn/LC_MESSAGES/kmag.mo -share/locale/sr@Latn/LC_MESSAGES/kmahjongg.mo -share/locale/sr@Latn/LC_MESSAGES/kmail.mo -share/locale/sr@Latn/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/kmailcvt.mo -share/locale/sr@Latn/LC_MESSAGES/kmathapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kmcop.mo -share/locale/sr@Latn/LC_MESSAGES/kmenuapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kmenuedit.mo -share/locale/sr@Latn/LC_MESSAGES/kmid.mo -share/locale/sr@Latn/LC_MESSAGES/kmilo_delli8k.mo -share/locale/sr@Latn/LC_MESSAGES/kmilo_generic.mo -share/locale/sr@Latn/LC_MESSAGES/kmilo_kvaio.mo -share/locale/sr@Latn/LC_MESSAGES/kmilo_powerbook.mo -share/locale/sr@Latn/LC_MESSAGES/kmilo_thinkpad.mo -share/locale/sr@Latn/LC_MESSAGES/kmilod.mo -share/locale/sr@Latn/LC_MESSAGES/kmines.mo -share/locale/sr@Latn/LC_MESSAGES/kminipagerapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kmix.mo -share/locale/sr@Latn/LC_MESSAGES/kmobile.mo -share/locale/sr@Latn/LC_MESSAGES/kmoon.mo -share/locale/sr@Latn/LC_MESSAGES/kmousetool.mo -share/locale/sr@Latn/LC_MESSAGES/kmouth.mo -share/locale/sr@Latn/LC_MESSAGES/kmplot.mo -share/locale/sr@Latn/LC_MESSAGES/kmrml.mo -share/locale/sr@Latn/LC_MESSAGES/knetattach.mo -share/locale/sr@Latn/LC_MESSAGES/knetwalk.mo -share/locale/sr@Latn/LC_MESSAGES/knetworkconf.mo -share/locale/sr@Latn/LC_MESSAGES/knewsticker.mo -share/locale/sr@Latn/LC_MESSAGES/knode.mo -share/locale/sr@Latn/LC_MESSAGES/knotes.mo -share/locale/sr@Latn/LC_MESSAGES/knotify.mo -share/locale/sr@Latn/LC_MESSAGES/kodo.mo -share/locale/sr@Latn/LC_MESSAGES/kolf.mo -share/locale/sr@Latn/LC_MESSAGES/kolourpaint.mo -share/locale/sr@Latn/LC_MESSAGES/kolourpicker.mo -share/locale/sr@Latn/LC_MESSAGES/kommander.mo -share/locale/sr@Latn/LC_MESSAGES/kompare.mo -share/locale/sr@Latn/LC_MESSAGES/konqsidebar_delicious.mo -share/locale/sr@Latn/LC_MESSAGES/konqsidebar_mediaplayer.mo -share/locale/sr@Latn/LC_MESSAGES/konqsidebar_metabar.mo -share/locale/sr@Latn/LC_MESSAGES/konqsidebar_news.mo -share/locale/sr@Latn/LC_MESSAGES/konqueror.mo -share/locale/sr@Latn/LC_MESSAGES/konquest.mo -share/locale/sr@Latn/LC_MESSAGES/konsole.mo -share/locale/sr@Latn/LC_MESSAGES/konsolekalendar.mo -share/locale/sr@Latn/LC_MESSAGES/kontact.mo -share/locale/sr@Latn/LC_MESSAGES/kooka.mo -share/locale/sr@Latn/LC_MESSAGES/kopete.mo -share/locale/sr@Latn/LC_MESSAGES/korganizer.mo -share/locale/sr@Latn/LC_MESSAGES/korn.mo -share/locale/sr@Latn/LC_MESSAGES/kpackage.mo -share/locale/sr@Latn/LC_MESSAGES/kpager.mo -share/locale/sr@Latn/LC_MESSAGES/kpartsaver.mo -share/locale/sr@Latn/LC_MESSAGES/kpat.mo -share/locale/sr@Latn/LC_MESSAGES/kpdf.mo -share/locale/sr@Latn/LC_MESSAGES/kpercentage.mo -share/locale/sr@Latn/LC_MESSAGES/kpersonalizer.mo -share/locale/sr@Latn/LC_MESSAGES/kpf.mo -share/locale/sr@Latn/LC_MESSAGES/kpilot.mo -share/locale/sr@Latn/LC_MESSAGES/kpoker.mo -share/locale/sr@Latn/LC_MESSAGES/kpovmodeler.mo -share/locale/sr@Latn/LC_MESSAGES/kppp.mo -share/locale/sr@Latn/LC_MESSAGES/kppplogview.mo -share/locale/sr@Latn/LC_MESSAGES/kprinter.mo -share/locale/sr@Latn/LC_MESSAGES/krandr.mo -share/locale/sr@Latn/LC_MESSAGES/krdb.mo -share/locale/sr@Latn/LC_MESSAGES/krdc.mo -share/locale/sr@Latn/LC_MESSAGES/kreadconfig.mo -share/locale/sr@Latn/LC_MESSAGES/krec.mo -share/locale/sr@Latn/LC_MESSAGES/kregexpeditor.mo -share/locale/sr@Latn/LC_MESSAGES/kres_birthday.mo -share/locale/sr@Latn/LC_MESSAGES/kres_blogging.mo -share/locale/sr@Latn/LC_MESSAGES/kres_bugzilla.mo -share/locale/sr@Latn/LC_MESSAGES/kres_exchange.mo -share/locale/sr@Latn/LC_MESSAGES/kres_featureplan.mo -share/locale/sr@Latn/LC_MESSAGES/kres_groupware.mo -share/locale/sr@Latn/LC_MESSAGES/kres_groupwise.mo -share/locale/sr@Latn/LC_MESSAGES/kres_kolab.mo -share/locale/sr@Latn/LC_MESSAGES/kres_remote.mo -share/locale/sr@Latn/LC_MESSAGES/kres_tvanytime.mo -share/locale/sr@Latn/LC_MESSAGES/kres_xmlrpc.mo -share/locale/sr@Latn/LC_MESSAGES/kreversi.mo -share/locale/sr@Latn/LC_MESSAGES/krfb.mo -share/locale/sr@Latn/LC_MESSAGES/kruler.mo -share/locale/sr@Latn/LC_MESSAGES/krunapplet.mo -share/locale/sr@Latn/LC_MESSAGES/ksame.mo -share/locale/sr@Latn/LC_MESSAGES/ksayit.mo -share/locale/sr@Latn/LC_MESSAGES/kscd.mo -share/locale/sr@Latn/LC_MESSAGES/kscreensaver.mo -share/locale/sr@Latn/LC_MESSAGES/kshisen.mo -share/locale/sr@Latn/LC_MESSAGES/ksig.mo -share/locale/sr@Latn/LC_MESSAGES/ksim.mo -share/locale/sr@Latn/LC_MESSAGES/ksirc.mo -share/locale/sr@Latn/LC_MESSAGES/ksirtet.mo -share/locale/sr@Latn/LC_MESSAGES/ksmiletris.mo -share/locale/sr@Latn/LC_MESSAGES/ksmserver.mo -share/locale/sr@Latn/LC_MESSAGES/ksnake.mo -share/locale/sr@Latn/LC_MESSAGES/ksnapshot.mo -share/locale/sr@Latn/LC_MESSAGES/ksokoban.mo -share/locale/sr@Latn/LC_MESSAGES/kspaceduel.mo -share/locale/sr@Latn/LC_MESSAGES/ksplash.mo -share/locale/sr@Latn/LC_MESSAGES/ksplashthemes.mo -share/locale/sr@Latn/LC_MESSAGES/kstars.mo -share/locale/sr@Latn/LC_MESSAGES/kstart.mo -share/locale/sr@Latn/LC_MESSAGES/kstartperf.mo -share/locale/sr@Latn/LC_MESSAGES/kstyle_highcontrast_config.mo -share/locale/sr@Latn/LC_MESSAGES/kstyle_keramik_config.mo -share/locale/sr@Latn/LC_MESSAGES/kstyle_phase_config.mo -share/locale/sr@Latn/LC_MESSAGES/kstyle_plastik_config.mo -share/locale/sr@Latn/LC_MESSAGES/ksvgplugin.mo -share/locale/sr@Latn/LC_MESSAGES/ksysguard.mo -share/locale/sr@Latn/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/sr@Latn/LC_MESSAGES/ksystraycmd.mo -share/locale/sr@Latn/LC_MESSAGES/ksysv.mo -share/locale/sr@Latn/LC_MESSAGES/kteatime.mo -share/locale/sr@Latn/LC_MESSAGES/ktexteditor_autobookmarker.mo -share/locale/sr@Latn/LC_MESSAGES/ktexteditor_docwordcompletion.mo -share/locale/sr@Latn/LC_MESSAGES/ktexteditor_insertfile.mo -share/locale/sr@Latn/LC_MESSAGES/ktexteditor_isearch.mo -share/locale/sr@Latn/LC_MESSAGES/ktexteditor_kdatatool.mo -share/locale/sr@Latn/LC_MESSAGES/kthememanager.mo -share/locale/sr@Latn/LC_MESSAGES/ktimemon.mo -share/locale/sr@Latn/LC_MESSAGES/ktimer.mo -share/locale/sr@Latn/LC_MESSAGES/ktip.mo -share/locale/sr@Latn/LC_MESSAGES/ktnef.mo -share/locale/sr@Latn/LC_MESSAGES/ktouch.mo -share/locale/sr@Latn/LC_MESSAGES/ktron.mo -share/locale/sr@Latn/LC_MESSAGES/kttsd.mo -share/locale/sr@Latn/LC_MESSAGES/ktuberling.mo -share/locale/sr@Latn/LC_MESSAGES/kturtle.mo -share/locale/sr@Latn/LC_MESSAGES/ktux.mo -share/locale/sr@Latn/LC_MESSAGES/kuick_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/kuickshow.mo -share/locale/sr@Latn/LC_MESSAGES/kuiviewer.mo -share/locale/sr@Latn/LC_MESSAGES/kuser.mo -share/locale/sr@Latn/LC_MESSAGES/kverbos.mo -share/locale/sr@Latn/LC_MESSAGES/kview.mo -share/locale/sr@Latn/LC_MESSAGES/kview_scale.mo -share/locale/sr@Latn/LC_MESSAGES/kviewbrowserplugin.mo -share/locale/sr@Latn/LC_MESSAGES/kviewcanvas.mo -share/locale/sr@Latn/LC_MESSAGES/kvieweffectsplugin.mo -share/locale/sr@Latn/LC_MESSAGES/kviewpresenterplugin.mo -share/locale/sr@Latn/LC_MESSAGES/kviewscannerplugin.mo -share/locale/sr@Latn/LC_MESSAGES/kviewshell.mo -share/locale/sr@Latn/LC_MESSAGES/kviewviewer.mo -share/locale/sr@Latn/LC_MESSAGES/kvoctrain.mo -share/locale/sr@Latn/LC_MESSAGES/kwalletmanager.mo -share/locale/sr@Latn/LC_MESSAGES/kwatchgnupg.mo -share/locale/sr@Latn/LC_MESSAGES/kweather.mo -share/locale/sr@Latn/LC_MESSAGES/kwifimanager.mo -share/locale/sr@Latn/LC_MESSAGES/kwin.mo -share/locale/sr@Latn/LC_MESSAGES/kwin4.mo -share/locale/sr@Latn/LC_MESSAGES/kwin_art_clients.mo -share/locale/sr@Latn/LC_MESSAGES/kwin_clients.mo -share/locale/sr@Latn/LC_MESSAGES/kwin_lib.mo -share/locale/sr@Latn/LC_MESSAGES/kwireless.mo -share/locale/sr@Latn/LC_MESSAGES/kwordquiz.mo -share/locale/sr@Latn/LC_MESSAGES/kworldclock.mo -share/locale/sr@Latn/LC_MESSAGES/kwriteconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kxkb.mo -share/locale/sr@Latn/LC_MESSAGES/kxsconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kxsldbg.mo -share/locale/sr@Latn/LC_MESSAGES/libKTTSD.mo -share/locale/sr@Latn/LC_MESSAGES/libdmctl.mo -share/locale/sr@Latn/LC_MESSAGES/libkaddrbk_geo_xxport.mo -share/locale/sr@Latn/LC_MESSAGES/libkaddrbk_gmx_xxport.mo -share/locale/sr@Latn/LC_MESSAGES/libkcal.mo -share/locale/sr@Latn/LC_MESSAGES/libkcddb.mo -share/locale/sr@Latn/LC_MESSAGES/libkdeedu.mo -share/locale/sr@Latn/LC_MESSAGES/libkdegames.mo -share/locale/sr@Latn/LC_MESSAGES/libkdepim.mo -share/locale/sr@Latn/LC_MESSAGES/libkfaximgage.mo -share/locale/sr@Latn/LC_MESSAGES/libkholidays.mo -share/locale/sr@Latn/LC_MESSAGES/libkicker.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_kdeprint.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_konsole.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_prefmenu.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_recentdocs.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_remotemenu.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_systemmenu.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_tom.mo -share/locale/sr@Latn/LC_MESSAGES/libkleopatra.mo -share/locale/sr@Latn/LC_MESSAGES/libkmime.mo -share/locale/sr@Latn/LC_MESSAGES/libkonq.mo -share/locale/sr@Latn/LC_MESSAGES/libkpgp.mo -share/locale/sr@Latn/LC_MESSAGES/libkpimexchange.mo -share/locale/sr@Latn/LC_MESSAGES/libkscan.mo -share/locale/sr@Latn/LC_MESSAGES/libkscreensaver.mo -share/locale/sr@Latn/LC_MESSAGES/libksieve.mo -share/locale/sr@Latn/LC_MESSAGES/libksirtet.mo -share/locale/sr@Latn/LC_MESSAGES/libksync.mo -share/locale/sr@Latn/LC_MESSAGES/libtaskbar.mo -share/locale/sr@Latn/LC_MESSAGES/libtaskmanager.mo -share/locale/sr@Latn/LC_MESSAGES/lockout.mo -share/locale/sr@Latn/LC_MESSAGES/lskat.mo -share/locale/sr@Latn/LC_MESSAGES/lyrics.mo -share/locale/sr@Latn/LC_MESSAGES/mediaapplet.mo -share/locale/sr@Latn/LC_MESSAGES/mediacontrol.mo -share/locale/sr@Latn/LC_MESSAGES/mf_konqplugin.mo -share/locale/sr@Latn/LC_MESSAGES/minitoolsplugin.mo -share/locale/sr@Latn/LC_MESSAGES/naughtyapplet.mo -share/locale/sr@Latn/LC_MESSAGES/nexscope.mo -share/locale/sr@Latn/LC_MESSAGES/noatun.mo -share/locale/sr@Latn/LC_MESSAGES/nsplugin.mo -share/locale/sr@Latn/LC_MESSAGES/pitchablespeed.mo -share/locale/sr@Latn/LC_MESSAGES/ppdtranslations.mo -share/locale/sr@Latn/LC_MESSAGES/privacy.mo -share/locale/sr@Latn/LC_MESSAGES/quanta.mo -share/locale/sr@Latn/LC_MESSAGES/quicklauncher.mo -share/locale/sr@Latn/LC_MESSAGES/rellinks.mo -share/locale/sr@Latn/LC_MESSAGES/searchbarplugin.mo -share/locale/sr@Latn/LC_MESSAGES/secpolicy.mo -share/locale/sr@Latn/LC_MESSAGES/spy.mo -share/locale/sr@Latn/LC_MESSAGES/superkaramba.mo -share/locale/sr@Latn/LC_MESSAGES/synaescope.mo -share/locale/sr@Latn/LC_MESSAGES/timezones.mo -share/locale/sr@Latn/LC_MESSAGES/tippecanoe.mo -share/locale/sr@Latn/LC_MESSAGES/trashapplet.mo -share/locale/sr@Latn/LC_MESSAGES/tyler.mo -share/locale/sr@Latn/LC_MESSAGES/uachangerplugin.mo -share/locale/sr@Latn/LC_MESSAGES/umbrello.mo -share/locale/sr@Latn/LC_MESSAGES/useraccount.mo -share/locale/sr@Latn/LC_MESSAGES/validatorsplugin.mo -share/locale/sr@Latn/LC_MESSAGES/wakeup.mo -share/locale/sr@Latn/LC_MESSAGES/wavecapture.mo -share/locale/sr@Latn/LC_MESSAGES/webarchiver.mo -share/locale/sr@Latn/charset -share/locale/sr@Latn/entry.desktop -share/locale/sr@Latn/flag.png -@dirrm share/apps/kturtle/examples/sr@Latn -@dirrm share/apps/kturtle/examples -@dirrm share/apps/kturtle/data -@dirrm share/apps/kturtle -@dirrm share/apps/ktuberling/sounds/sr@Latn -@dirrm share/apps/ktuberling/sounds -@dirrm share/apps/ktuberling -@dirrm share/apps/khangman/data/sr@Latn -@dirrm share/apps/khangman/data -@dirrm share/apps/khangman diff --git a/misc/kde4-i18n-is/Makefile b/misc/kde4-i18n-is/Makefile deleted file mode 100644 index b9ca8ecb6eb3..000000000000 --- a/misc/kde4-i18n-is/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: kde3-i18n-is -# Date created: 05 April 2002 -# Whom: Lauri Watts <lauri@kde.org> -# -# $FreeBSD$ -# - -PORTNAME= kde-i18n -PORTVERSION= ${KDE_VERSION} -CATEGORIES?= misc kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n -PKGNAMEPREFIX= is- -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Icelandic messages and documentation for KDE3 - -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - -USE_KDELIBS_VER=3 -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -KDE_I18N= yes - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.mk> diff --git a/misc/kde4-i18n-is/distinfo b/misc/kde4-i18n-is/distinfo deleted file mode 100644 index 417a43d6fc61..000000000000 --- a/misc/kde4-i18n-is/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kde-i18n/kde-i18n-is-3.5.10.tar.bz2) = 92cf1c508c3c719d6899e1f56d91cd31 -SHA256 (KDE/kde-i18n/kde-i18n-is-3.5.10.tar.bz2) = 5883322d1d44af4fd19667205bd595a3f62f2be553da2398a4787ea95128d59e -SIZE (KDE/kde-i18n/kde-i18n-is-3.5.10.tar.bz2) = 2130389 diff --git a/misc/kde4-i18n-is/pkg-descr b/misc/kde4-i18n-is/pkg-descr deleted file mode 100644 index 3354ca873ecc..000000000000 --- a/misc/kde4-i18n-is/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for KDE3. - -WWW: http://i18n.kde.org/ diff --git a/misc/kde4-i18n-is/pkg-plist b/misc/kde4-i18n-is/pkg-plist deleted file mode 100644 index 22376c703684..000000000000 --- a/misc/kde4-i18n-is/pkg-plist +++ /dev/null @@ -1,562 +0,0 @@ -share/locale/is/LC_MESSAGES/akregator.mo -share/locale/is/LC_MESSAGES/akregator_konqplugin.mo -share/locale/is/LC_MESSAGES/alsaplayerui.mo -share/locale/is/LC_MESSAGES/amor.mo -share/locale/is/LC_MESSAGES/appletproxy.mo -share/locale/is/LC_MESSAGES/ark.mo -share/locale/is/LC_MESSAGES/ark_plugin.mo -share/locale/is/LC_MESSAGES/artsbuilder.mo -share/locale/is/LC_MESSAGES/artscontrol.mo -share/locale/is/LC_MESSAGES/artsmodules.mo -share/locale/is/LC_MESSAGES/atlantik.mo -share/locale/is/LC_MESSAGES/atlantikdesigner.mo -share/locale/is/LC_MESSAGES/audiocd_encoder_lame.mo -share/locale/is/LC_MESSAGES/audiocd_encoder_vorbis.mo -share/locale/is/LC_MESSAGES/audiorename_plugin.mo -share/locale/is/LC_MESSAGES/autorefresh.mo -share/locale/is/LC_MESSAGES/babelfish.mo -share/locale/is/LC_MESSAGES/blinken.mo -share/locale/is/LC_MESSAGES/cervisia.mo -share/locale/is/LC_MESSAGES/charlatanui.mo -share/locale/is/LC_MESSAGES/clockapplet.mo -share/locale/is/LC_MESSAGES/crashesplugin.mo -share/locale/is/LC_MESSAGES/cupsdconf.mo -share/locale/is/LC_MESSAGES/cvsservice.mo -share/locale/is/LC_MESSAGES/dcoprss.mo -share/locale/is/LC_MESSAGES/dirfilterplugin.mo -share/locale/is/LC_MESSAGES/display.mo -share/locale/is/LC_MESSAGES/dockbarextension.mo -share/locale/is/LC_MESSAGES/domtreeviewer.mo -share/locale/is/LC_MESSAGES/drkonqi.mo -share/locale/is/LC_MESSAGES/dub.mo -share/locale/is/LC_MESSAGES/extensionproxy.mo -share/locale/is/LC_MESSAGES/ffrs.mo -share/locale/is/LC_MESSAGES/filetypes.mo -share/locale/is/LC_MESSAGES/fsview.mo -share/locale/is/LC_MESSAGES/htmlsearch.mo -share/locale/is/LC_MESSAGES/imagerename_plugin.mo -share/locale/is/LC_MESSAGES/imgalleryplugin.mo -share/locale/is/LC_MESSAGES/irkick.mo -share/locale/is/LC_MESSAGES/joystick.mo -share/locale/is/LC_MESSAGES/juk.mo -share/locale/is/LC_MESSAGES/kabc2mutt.mo -share/locale/is/LC_MESSAGES/kabc_dir.mo -share/locale/is/LC_MESSAGES/kabc_file.mo -share/locale/is/LC_MESSAGES/kabc_ldapkio.mo -share/locale/is/LC_MESSAGES/kabc_net.mo -share/locale/is/LC_MESSAGES/kabc_slox.mo -share/locale/is/LC_MESSAGES/kabc_sql.mo -share/locale/is/LC_MESSAGES/kabcformat_binary.mo -share/locale/is/LC_MESSAGES/kaboodle.mo -share/locale/is/LC_MESSAGES/kaccess.mo -share/locale/is/LC_MESSAGES/kaddressbook.mo -share/locale/is/LC_MESSAGES/kalarm.mo -share/locale/is/LC_MESSAGES/kalzium.mo -share/locale/is/LC_MESSAGES/kandy.mo -share/locale/is/LC_MESSAGES/kappfinder.mo -share/locale/is/LC_MESSAGES/karm.mo -share/locale/is/LC_MESSAGES/kasbarextension.mo -share/locale/is/LC_MESSAGES/kasteroids.mo -share/locale/is/LC_MESSAGES/kate.mo -share/locale/is/LC_MESSAGES/katecppsymbolviewer.mo -share/locale/is/LC_MESSAGES/katefiletemplates.mo -share/locale/is/LC_MESSAGES/katefll_initplugin.mo -share/locale/is/LC_MESSAGES/katefll_plugin.mo -share/locale/is/LC_MESSAGES/katehelloworld.mo -share/locale/is/LC_MESSAGES/katehtmltools.mo -share/locale/is/LC_MESSAGES/kateinsertcommand.mo -share/locale/is/LC_MESSAGES/katekjswrapper.mo -share/locale/is/LC_MESSAGES/katemake.mo -share/locale/is/LC_MESSAGES/katemodeline.mo -share/locale/is/LC_MESSAGES/kateopenheader.mo -share/locale/is/LC_MESSAGES/katepart.mo -share/locale/is/LC_MESSAGES/katepybrowse.mo -share/locale/is/LC_MESSAGES/katesnippets.mo -share/locale/is/LC_MESSAGES/katetabbarextension.mo -share/locale/is/LC_MESSAGES/katetextfilter.mo -share/locale/is/LC_MESSAGES/katexmlcheck.mo -share/locale/is/LC_MESSAGES/katexmltools.mo -share/locale/is/LC_MESSAGES/katomic.mo -share/locale/is/LC_MESSAGES/kaudiocreator.mo -share/locale/is/LC_MESSAGES/kay.mo -share/locale/is/LC_MESSAGES/kbabel.mo -share/locale/is/LC_MESSAGES/kbackgammon.mo -share/locale/is/LC_MESSAGES/kbattleship.mo -share/locale/is/LC_MESSAGES/kbinaryclock.mo -share/locale/is/LC_MESSAGES/kblackbox.mo -share/locale/is/LC_MESSAGES/kbounce.mo -share/locale/is/LC_MESSAGES/kbruch.mo -share/locale/is/LC_MESSAGES/kbstateapplet.mo -share/locale/is/LC_MESSAGES/kbugbuster.mo -share/locale/is/LC_MESSAGES/kcachegrind.mo -share/locale/is/LC_MESSAGES/kcalc.mo -share/locale/is/LC_MESSAGES/kcharselect.mo -share/locale/is/LC_MESSAGES/kcharselectapplet.mo -share/locale/is/LC_MESSAGES/kcm_krfb.mo -share/locale/is/LC_MESSAGES/kcm_kviewcanvasconfig.mo -share/locale/is/LC_MESSAGES/kcm_kviewgeneralconfig.mo -share/locale/is/LC_MESSAGES/kcm_kviewpluginsconfig.mo -share/locale/is/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo -share/locale/is/LC_MESSAGES/kcmaccess.mo -share/locale/is/LC_MESSAGES/kcmaccessibility.mo -share/locale/is/LC_MESSAGES/kcmarts.mo -share/locale/is/LC_MESSAGES/kcmaudiocd.mo -share/locale/is/LC_MESSAGES/kcmbackground.mo -share/locale/is/LC_MESSAGES/kcmbell.mo -share/locale/is/LC_MESSAGES/kcmcddb.mo -share/locale/is/LC_MESSAGES/kcmcgi.mo -share/locale/is/LC_MESSAGES/kcmcolors.mo -share/locale/is/LC_MESSAGES/kcmcomponentchooser.mo -share/locale/is/LC_MESSAGES/kcmcrypto.mo -share/locale/is/LC_MESSAGES/kcmcss.mo -share/locale/is/LC_MESSAGES/kcmenergy.mo -share/locale/is/LC_MESSAGES/kcmfonts.mo -share/locale/is/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/is/LC_MESSAGES/kcmicons.mo -share/locale/is/LC_MESSAGES/kcminfo.mo -share/locale/is/LC_MESSAGES/kcminput.mo -share/locale/is/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/is/LC_MESSAGES/kcmkabconfig.mo -share/locale/is/LC_MESSAGES/kcmkamera.mo -share/locale/is/LC_MESSAGES/kcmkclock.mo -share/locale/is/LC_MESSAGES/kcmkded.mo -share/locale/is/LC_MESSAGES/kcmkdnssd.mo -share/locale/is/LC_MESSAGES/kcmkeys.mo -share/locale/is/LC_MESSAGES/kcmkicker.mo -share/locale/is/LC_MESSAGES/kcmkio.mo -share/locale/is/LC_MESSAGES/kcmkonq.mo -share/locale/is/LC_MESSAGES/kcmkonqhtml.mo -share/locale/is/LC_MESSAGES/kcmkonsole.mo -share/locale/is/LC_MESSAGES/kcmkontactnt.mo -share/locale/is/LC_MESSAGES/kcmktalkd.mo -share/locale/is/LC_MESSAGES/kcmkuick.mo -share/locale/is/LC_MESSAGES/kcmkurifilt.mo -share/locale/is/LC_MESSAGES/kcmkvaio.mo -share/locale/is/LC_MESSAGES/kcmkwallet.mo -share/locale/is/LC_MESSAGES/kcmkwindecoration.mo -share/locale/is/LC_MESSAGES/kcmkwinrules.mo -share/locale/is/LC_MESSAGES/kcmkwm.mo -share/locale/is/LC_MESSAGES/kcmlanbrowser.mo -share/locale/is/LC_MESSAGES/kcmlaptop.mo -share/locale/is/LC_MESSAGES/kcmlaunch.mo -share/locale/is/LC_MESSAGES/kcmlayout.mo -share/locale/is/LC_MESSAGES/kcmlilo.mo -share/locale/is/LC_MESSAGES/kcmlirc.mo -share/locale/is/LC_MESSAGES/kcmlocale.mo -share/locale/is/LC_MESSAGES/kcmmedia.mo -share/locale/is/LC_MESSAGES/kcmnic.mo -share/locale/is/LC_MESSAGES/kcmnotify.mo -share/locale/is/LC_MESSAGES/kcmperformance.mo -share/locale/is/LC_MESSAGES/kcmprintmgr.mo -share/locale/is/LC_MESSAGES/kcmsamba.mo -share/locale/is/LC_MESSAGES/kcmscreensaver.mo -share/locale/is/LC_MESSAGES/kcmshell.mo -share/locale/is/LC_MESSAGES/kcmsmartcard.mo -share/locale/is/LC_MESSAGES/kcmsmserver.mo -share/locale/is/LC_MESSAGES/kcmspellchecking.mo -share/locale/is/LC_MESSAGES/kcmstyle.mo -share/locale/is/LC_MESSAGES/kcmtaskbar.mo -share/locale/is/LC_MESSAGES/kcmthinkpad.mo -share/locale/is/LC_MESSAGES/kcmusb.mo -share/locale/is/LC_MESSAGES/kcmview1394.mo -share/locale/is/LC_MESSAGES/kcmwifi.mo -share/locale/is/LC_MESSAGES/kcmxinerama.mo -share/locale/is/LC_MESSAGES/kcoloredit.mo -share/locale/is/LC_MESSAGES/kcontrol.mo -share/locale/is/LC_MESSAGES/kcron.mo -share/locale/is/LC_MESSAGES/kdat.mo -share/locale/is/LC_MESSAGES/kdcop.mo -share/locale/is/LC_MESSAGES/kdebugdialog.mo -share/locale/is/LC_MESSAGES/kdelibs.mo -share/locale/is/LC_MESSAGES/kdelibs_colors.mo -share/locale/is/LC_MESSAGES/kdelirc.mo -share/locale/is/LC_MESSAGES/kdepasswd.mo -share/locale/is/LC_MESSAGES/kdepimresources.mo -share/locale/is/LC_MESSAGES/kdepimwizards.mo -share/locale/is/LC_MESSAGES/kdeprint.mo -share/locale/is/LC_MESSAGES/kdeprint_part.mo -share/locale/is/LC_MESSAGES/kdeprintfax.mo -share/locale/is/LC_MESSAGES/kdesktop.mo -share/locale/is/LC_MESSAGES/kdessh.mo -share/locale/is/LC_MESSAGES/kdesu.mo -share/locale/is/LC_MESSAGES/kdesud.mo -share/locale/is/LC_MESSAGES/kdevdesigner.mo -share/locale/is/LC_MESSAGES/kdevelop.mo -share/locale/is/LC_MESSAGES/kdevtipofday.mo -share/locale/is/LC_MESSAGES/kdf.mo -share/locale/is/LC_MESSAGES/kdgantt.mo -share/locale/is/LC_MESSAGES/kdialog.mo -share/locale/is/LC_MESSAGES/kdict.mo -share/locale/is/LC_MESSAGES/kdictapplet.mo -share/locale/is/LC_MESSAGES/kdjview.mo -share/locale/is/LC_MESSAGES/kdmconfig.mo -share/locale/is/LC_MESSAGES/kdmgreet.mo -share/locale/is/LC_MESSAGES/kdvi.mo -share/locale/is/LC_MESSAGES/kedit.mo -share/locale/is/LC_MESSAGES/keduca.mo -share/locale/is/LC_MESSAGES/kenolaba.mo -share/locale/is/LC_MESSAGES/kfax.mo -share/locale/is/LC_MESSAGES/kfaxview.mo -share/locale/is/LC_MESSAGES/kfifteenapplet.mo -share/locale/is/LC_MESSAGES/kfile_au.mo -share/locale/is/LC_MESSAGES/kfile_avi.mo -share/locale/is/LC_MESSAGES/kfile_bmp.mo -share/locale/is/LC_MESSAGES/kfile_cert.mo -share/locale/is/LC_MESSAGES/kfile_cpp.mo -share/locale/is/LC_MESSAGES/kfile_dds.mo -share/locale/is/LC_MESSAGES/kfile_deb.mo -share/locale/is/LC_MESSAGES/kfile_desktop.mo -share/locale/is/LC_MESSAGES/kfile_diff.mo -share/locale/is/LC_MESSAGES/kfile_drgeo.mo -share/locale/is/LC_MESSAGES/kfile_dvi.mo -share/locale/is/LC_MESSAGES/kfile_exr.mo -share/locale/is/LC_MESSAGES/kfile_flac.mo -share/locale/is/LC_MESSAGES/kfile_folder.mo -share/locale/is/LC_MESSAGES/kfile_gif.mo -share/locale/is/LC_MESSAGES/kfile_html.mo -share/locale/is/LC_MESSAGES/kfile_ico.mo -share/locale/is/LC_MESSAGES/kfile_ics.mo -share/locale/is/LC_MESSAGES/kfile_jpeg.mo -share/locale/is/LC_MESSAGES/kfile_kig.mo -share/locale/is/LC_MESSAGES/kfile_lnk.mo -share/locale/is/LC_MESSAGES/kfile_m3u.mo -share/locale/is/LC_MESSAGES/kfile_mhtml.mo -share/locale/is/LC_MESSAGES/kfile_mp3.mo -share/locale/is/LC_MESSAGES/kfile_mpc.mo -share/locale/is/LC_MESSAGES/kfile_mpeg.mo -share/locale/is/LC_MESSAGES/kfile_ogg.mo -share/locale/is/LC_MESSAGES/kfile_palm.mo -share/locale/is/LC_MESSAGES/kfile_pcx.mo -share/locale/is/LC_MESSAGES/kfile_pdf.mo -share/locale/is/LC_MESSAGES/kfile_png.mo -share/locale/is/LC_MESSAGES/kfile_pnm.mo -share/locale/is/LC_MESSAGES/kfile_po.mo -share/locale/is/LC_MESSAGES/kfile_ps.mo -share/locale/is/LC_MESSAGES/kfile_rfc822.mo -share/locale/is/LC_MESSAGES/kfile_rgb.mo -share/locale/is/LC_MESSAGES/kfile_rpm.mo -share/locale/is/LC_MESSAGES/kfile_sid.mo -share/locale/is/LC_MESSAGES/kfile_tga.mo -share/locale/is/LC_MESSAGES/kfile_theora.mo -share/locale/is/LC_MESSAGES/kfile_tiff.mo -share/locale/is/LC_MESSAGES/kfile_torrent.mo -share/locale/is/LC_MESSAGES/kfile_ts.mo -share/locale/is/LC_MESSAGES/kfile_txt.mo -share/locale/is/LC_MESSAGES/kfile_vcf.mo -share/locale/is/LC_MESSAGES/kfile_wav.mo -share/locale/is/LC_MESSAGES/kfile_xbm.mo -share/locale/is/LC_MESSAGES/kfile_xpm.mo -share/locale/is/LC_MESSAGES/kfileaudiopreview.mo -share/locale/is/LC_MESSAGES/kfilereplace.mo -share/locale/is/LC_MESSAGES/kfileshare.mo -share/locale/is/LC_MESSAGES/kfindpart.mo -share/locale/is/LC_MESSAGES/kfloppy.mo -share/locale/is/LC_MESSAGES/kfmclient.mo -share/locale/is/LC_MESSAGES/kfontinst.mo -share/locale/is/LC_MESSAGES/kfouleggs.mo -share/locale/is/LC_MESSAGES/kgamma.mo -share/locale/is/LC_MESSAGES/kgantt.mo -share/locale/is/LC_MESSAGES/kgeography.mo -share/locale/is/LC_MESSAGES/kget.mo -share/locale/is/LC_MESSAGES/kghostview.mo -share/locale/is/LC_MESSAGES/kgoldrunner.mo -share/locale/is/LC_MESSAGES/kgpg.mo -share/locale/is/LC_MESSAGES/kgreet_classic.mo -share/locale/is/LC_MESSAGES/kgreet_winbind.mo -share/locale/is/LC_MESSAGES/khangman.mo -share/locale/is/LC_MESSAGES/khelpcenter.mo -share/locale/is/LC_MESSAGES/khexedit.mo -share/locale/is/LC_MESSAGES/khexedit2part.mo -share/locale/is/LC_MESSAGES/khotkeys.mo -share/locale/is/LC_MESSAGES/khtmlkttsd.mo -share/locale/is/LC_MESSAGES/khtmlsettingsplugin.mo -share/locale/is/LC_MESSAGES/kicker.mo -share/locale/is/LC_MESSAGES/kickermenu_kate.mo -share/locale/is/LC_MESSAGES/kiconedit.mo -share/locale/is/LC_MESSAGES/kig.mo -share/locale/is/LC_MESSAGES/kimagemapeditor.mo -share/locale/is/LC_MESSAGES/kinetd.mo -share/locale/is/LC_MESSAGES/kio.mo -share/locale/is/LC_MESSAGES/kio_audiocd.mo -share/locale/is/LC_MESSAGES/kio_finger.mo -share/locale/is/LC_MESSAGES/kio_fish.mo -share/locale/is/LC_MESSAGES/kio_floppy.mo -share/locale/is/LC_MESSAGES/kio_groupwise.mo -share/locale/is/LC_MESSAGES/kio_help.mo -share/locale/is/LC_MESSAGES/kio_home.mo -share/locale/is/LC_MESSAGES/kio_imap4.mo -share/locale/is/LC_MESSAGES/kio_jabberdisco.mo -share/locale/is/LC_MESSAGES/kio_lan.mo -share/locale/is/LC_MESSAGES/kio_ldap.mo -share/locale/is/LC_MESSAGES/kio_mac.mo -share/locale/is/LC_MESSAGES/kio_man.mo -share/locale/is/LC_MESSAGES/kio_media.mo -share/locale/is/LC_MESSAGES/kio_mobile.mo -share/locale/is/LC_MESSAGES/kio_nfs.mo -share/locale/is/LC_MESSAGES/kio_nntp.mo -share/locale/is/LC_MESSAGES/kio_pop3.mo -share/locale/is/LC_MESSAGES/kio_print.mo -share/locale/is/LC_MESSAGES/kio_remote.mo -share/locale/is/LC_MESSAGES/kio_scalix.mo -share/locale/is/LC_MESSAGES/kio_settings.mo -share/locale/is/LC_MESSAGES/kio_sftp.mo -share/locale/is/LC_MESSAGES/kio_sieve.mo -share/locale/is/LC_MESSAGES/kio_smb.mo -share/locale/is/LC_MESSAGES/kio_smtp.mo -share/locale/is/LC_MESSAGES/kio_svn.mo -share/locale/is/LC_MESSAGES/kio_system.mo -share/locale/is/LC_MESSAGES/kio_tar.mo -share/locale/is/LC_MESSAGES/kio_thumbnail.mo -share/locale/is/LC_MESSAGES/kio_trash.mo -share/locale/is/LC_MESSAGES/kio_zeroconf.mo -share/locale/is/LC_MESSAGES/kioexec.mo -share/locale/is/LC_MESSAGES/kiten.mo -share/locale/is/LC_MESSAGES/kjobviewer.mo -share/locale/is/LC_MESSAGES/kjots.mo -share/locale/is/LC_MESSAGES/kjumpingcube.mo -share/locale/is/LC_MESSAGES/klaptopdaemon.mo -share/locale/is/LC_MESSAGES/klatin.mo -share/locale/is/LC_MESSAGES/kleopatra.mo -share/locale/is/LC_MESSAGES/klettres.mo -share/locale/is/LC_MESSAGES/klickety.mo -share/locale/is/LC_MESSAGES/klines.mo -share/locale/is/LC_MESSAGES/klinkstatus.mo -share/locale/is/LC_MESSAGES/klipper.mo -share/locale/is/LC_MESSAGES/klock.mo -share/locale/is/LC_MESSAGES/kmag.mo -share/locale/is/LC_MESSAGES/kmahjongg.mo -share/locale/is/LC_MESSAGES/kmail.mo -share/locale/is/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/is/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/is/LC_MESSAGES/kmailcvt.mo -share/locale/is/LC_MESSAGES/kmathapplet.mo -share/locale/is/LC_MESSAGES/kmcop.mo -share/locale/is/LC_MESSAGES/kmenuapplet.mo -share/locale/is/LC_MESSAGES/kmenuedit.mo -share/locale/is/LC_MESSAGES/kmid.mo -share/locale/is/LC_MESSAGES/kmilo_delli8k.mo -share/locale/is/LC_MESSAGES/kmilo_generic.mo -share/locale/is/LC_MESSAGES/kmilo_kvaio.mo -share/locale/is/LC_MESSAGES/kmilo_powerbook.mo -share/locale/is/LC_MESSAGES/kmilo_thinkpad.mo -share/locale/is/LC_MESSAGES/kmilod.mo -share/locale/is/LC_MESSAGES/kmines.mo -share/locale/is/LC_MESSAGES/kminipagerapplet.mo -share/locale/is/LC_MESSAGES/kmix.mo -share/locale/is/LC_MESSAGES/kmobile.mo -share/locale/is/LC_MESSAGES/kmoon.mo -share/locale/is/LC_MESSAGES/kmousetool.mo -share/locale/is/LC_MESSAGES/kmouth.mo -share/locale/is/LC_MESSAGES/kmplot.mo -share/locale/is/LC_MESSAGES/kmrml.mo -share/locale/is/LC_MESSAGES/knetattach.mo -share/locale/is/LC_MESSAGES/knetwalk.mo -share/locale/is/LC_MESSAGES/knetworkconf.mo -share/locale/is/LC_MESSAGES/knewsticker.mo -share/locale/is/LC_MESSAGES/knode.mo -share/locale/is/LC_MESSAGES/knotes.mo -share/locale/is/LC_MESSAGES/knotify.mo -share/locale/is/LC_MESSAGES/kodo.mo -share/locale/is/LC_MESSAGES/kolf.mo -share/locale/is/LC_MESSAGES/kolourpaint.mo -share/locale/is/LC_MESSAGES/kolourpicker.mo -share/locale/is/LC_MESSAGES/kommander.mo -share/locale/is/LC_MESSAGES/kompare.mo -share/locale/is/LC_MESSAGES/konnector_dummy.mo -share/locale/is/LC_MESSAGES/konnector_kabc.mo -share/locale/is/LC_MESSAGES/konnector_kcal.mo -share/locale/is/LC_MESSAGES/konnector_local.mo -share/locale/is/LC_MESSAGES/konnector_qtopia.mo -share/locale/is/LC_MESSAGES/konnector_remote.mo -share/locale/is/LC_MESSAGES/konqsidebar_delicious.mo -share/locale/is/LC_MESSAGES/konqsidebar_mediaplayer.mo -share/locale/is/LC_MESSAGES/konqsidebar_metabar.mo -share/locale/is/LC_MESSAGES/konqsidebar_news.mo -share/locale/is/LC_MESSAGES/konqueror.mo -share/locale/is/LC_MESSAGES/konquest.mo -share/locale/is/LC_MESSAGES/konsole.mo -share/locale/is/LC_MESSAGES/konsolekalendar.mo -share/locale/is/LC_MESSAGES/kontact.mo -share/locale/is/LC_MESSAGES/kooka.mo -share/locale/is/LC_MESSAGES/kopete.mo -share/locale/is/LC_MESSAGES/korganizer.mo -share/locale/is/LC_MESSAGES/korn.mo -share/locale/is/LC_MESSAGES/kpackage.mo -share/locale/is/LC_MESSAGES/kpager.mo -share/locale/is/LC_MESSAGES/kpartsaver.mo -share/locale/is/LC_MESSAGES/kpat.mo -share/locale/is/LC_MESSAGES/kpdf.mo -share/locale/is/LC_MESSAGES/kpercentage.mo -share/locale/is/LC_MESSAGES/kpersonalizer.mo -share/locale/is/LC_MESSAGES/kpf.mo -share/locale/is/LC_MESSAGES/kpilot.mo -share/locale/is/LC_MESSAGES/kpoker.mo -share/locale/is/LC_MESSAGES/kpovmodeler.mo -share/locale/is/LC_MESSAGES/kppp.mo -share/locale/is/LC_MESSAGES/kppplogview.mo -share/locale/is/LC_MESSAGES/kprinter.mo -share/locale/is/LC_MESSAGES/krandr.mo -share/locale/is/LC_MESSAGES/krdb.mo -share/locale/is/LC_MESSAGES/krdc.mo -share/locale/is/LC_MESSAGES/kreadconfig.mo -share/locale/is/LC_MESSAGES/krec.mo -share/locale/is/LC_MESSAGES/kregexpeditor.mo -share/locale/is/LC_MESSAGES/kres_birthday.mo -share/locale/is/LC_MESSAGES/kres_blogging.mo -share/locale/is/LC_MESSAGES/kres_bugzilla.mo -share/locale/is/LC_MESSAGES/kres_exchange.mo -share/locale/is/LC_MESSAGES/kres_featureplan.mo -share/locale/is/LC_MESSAGES/kres_groupware.mo -share/locale/is/LC_MESSAGES/kres_groupwise.mo -share/locale/is/LC_MESSAGES/kres_kolab.mo -share/locale/is/LC_MESSAGES/kres_remote.mo -share/locale/is/LC_MESSAGES/kres_xmlrpc.mo -share/locale/is/LC_MESSAGES/kreversi.mo -share/locale/is/LC_MESSAGES/krfb.mo -share/locale/is/LC_MESSAGES/kruler.mo -share/locale/is/LC_MESSAGES/krunapplet.mo -share/locale/is/LC_MESSAGES/ksame.mo -share/locale/is/LC_MESSAGES/ksayit.mo -share/locale/is/LC_MESSAGES/kscd.mo -share/locale/is/LC_MESSAGES/kscreensaver.mo -share/locale/is/LC_MESSAGES/kshisen.mo -share/locale/is/LC_MESSAGES/ksig.mo -share/locale/is/LC_MESSAGES/ksim.mo -share/locale/is/LC_MESSAGES/ksirc.mo -share/locale/is/LC_MESSAGES/ksirtet.mo -share/locale/is/LC_MESSAGES/ksmiletris.mo -share/locale/is/LC_MESSAGES/ksmserver.mo -share/locale/is/LC_MESSAGES/ksnake.mo -share/locale/is/LC_MESSAGES/ksnapshot.mo -share/locale/is/LC_MESSAGES/ksokoban.mo -share/locale/is/LC_MESSAGES/kspaceduel.mo -share/locale/is/LC_MESSAGES/ksplash.mo -share/locale/is/LC_MESSAGES/ksplashthemes.mo -share/locale/is/LC_MESSAGES/kstars.mo -share/locale/is/LC_MESSAGES/kstart.mo -share/locale/is/LC_MESSAGES/kstartperf.mo -share/locale/is/LC_MESSAGES/kstyle_highcontrast_config.mo -share/locale/is/LC_MESSAGES/kstyle_keramik_config.mo -share/locale/is/LC_MESSAGES/kstyle_phase_config.mo -share/locale/is/LC_MESSAGES/kstyle_plastik_config.mo -share/locale/is/LC_MESSAGES/ksvgplugin.mo -share/locale/is/LC_MESSAGES/ksysguard.mo -share/locale/is/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/is/LC_MESSAGES/ksystraycmd.mo -share/locale/is/LC_MESSAGES/ksysv.mo -share/locale/is/LC_MESSAGES/kteatime.mo -share/locale/is/LC_MESSAGES/ktexteditor_autobookmarker.mo -share/locale/is/LC_MESSAGES/ktexteditor_docwordcompletion.mo -share/locale/is/LC_MESSAGES/ktexteditor_insertfile.mo -share/locale/is/LC_MESSAGES/ktexteditor_isearch.mo -share/locale/is/LC_MESSAGES/ktexteditor_kdatatool.mo -share/locale/is/LC_MESSAGES/kthememanager.mo -share/locale/is/LC_MESSAGES/ktimemon.mo -share/locale/is/LC_MESSAGES/ktimer.mo -share/locale/is/LC_MESSAGES/ktip.mo -share/locale/is/LC_MESSAGES/ktnef.mo -share/locale/is/LC_MESSAGES/ktouch.mo -share/locale/is/LC_MESSAGES/ktron.mo -share/locale/is/LC_MESSAGES/kttsd.mo -share/locale/is/LC_MESSAGES/ktuberling.mo -share/locale/is/LC_MESSAGES/kturtle.mo -share/locale/is/LC_MESSAGES/ktux.mo -share/locale/is/LC_MESSAGES/kuick_plugin.mo -share/locale/is/LC_MESSAGES/kuickshow.mo -share/locale/is/LC_MESSAGES/kuiviewer.mo -share/locale/is/LC_MESSAGES/kuser.mo -share/locale/is/LC_MESSAGES/kverbos.mo -share/locale/is/LC_MESSAGES/kview.mo -share/locale/is/LC_MESSAGES/kview_scale.mo -share/locale/is/LC_MESSAGES/kviewbrowserplugin.mo -share/locale/is/LC_MESSAGES/kviewcanvas.mo -share/locale/is/LC_MESSAGES/kvieweffectsplugin.mo -share/locale/is/LC_MESSAGES/kviewpresenterplugin.mo -share/locale/is/LC_MESSAGES/kviewscannerplugin.mo -share/locale/is/LC_MESSAGES/kviewshell.mo -share/locale/is/LC_MESSAGES/kviewviewer.mo -share/locale/is/LC_MESSAGES/kvoctrain.mo -share/locale/is/LC_MESSAGES/kwalletmanager.mo -share/locale/is/LC_MESSAGES/kwatchgnupg.mo -share/locale/is/LC_MESSAGES/kweather.mo -share/locale/is/LC_MESSAGES/kwifimanager.mo -share/locale/is/LC_MESSAGES/kwin.mo -share/locale/is/LC_MESSAGES/kwin4.mo -share/locale/is/LC_MESSAGES/kwin_art_clients.mo -share/locale/is/LC_MESSAGES/kwin_clients.mo -share/locale/is/LC_MESSAGES/kwin_lib.mo -share/locale/is/LC_MESSAGES/kwireless.mo -share/locale/is/LC_MESSAGES/kwordquiz.mo -share/locale/is/LC_MESSAGES/kworldclock.mo -share/locale/is/LC_MESSAGES/kwriteconfig.mo -share/locale/is/LC_MESSAGES/kxkb.mo -share/locale/is/LC_MESSAGES/kxsconfig.mo -share/locale/is/LC_MESSAGES/kxsldbg.mo -share/locale/is/LC_MESSAGES/libKTTSD.mo -share/locale/is/LC_MESSAGES/libdmctl.mo -share/locale/is/LC_MESSAGES/libkaddrbk_geo_xxport.mo -share/locale/is/LC_MESSAGES/libkaddrbk_gmx_xxport.mo -share/locale/is/LC_MESSAGES/libkcal.mo -share/locale/is/LC_MESSAGES/libkcddb.mo -share/locale/is/LC_MESSAGES/libkdeedu.mo -share/locale/is/LC_MESSAGES/libkdegames.mo -share/locale/is/LC_MESSAGES/libkdepim.mo -share/locale/is/LC_MESSAGES/libkfaximgage.mo -share/locale/is/LC_MESSAGES/libkholidays.mo -share/locale/is/LC_MESSAGES/libkicker.mo -share/locale/is/LC_MESSAGES/libkickermenu_kdeprint.mo -share/locale/is/LC_MESSAGES/libkickermenu_konsole.mo -share/locale/is/LC_MESSAGES/libkickermenu_prefmenu.mo -share/locale/is/LC_MESSAGES/libkickermenu_recentdocs.mo -share/locale/is/LC_MESSAGES/libkickermenu_remotemenu.mo -share/locale/is/LC_MESSAGES/libkickermenu_systemmenu.mo -share/locale/is/LC_MESSAGES/libkickermenu_tom.mo -share/locale/is/LC_MESSAGES/libkleopatra.mo -share/locale/is/LC_MESSAGES/libkmime.mo -share/locale/is/LC_MESSAGES/libkonq.mo -share/locale/is/LC_MESSAGES/libkpgp.mo -share/locale/is/LC_MESSAGES/libkpimexchange.mo -share/locale/is/LC_MESSAGES/libkscan.mo -share/locale/is/LC_MESSAGES/libkscreensaver.mo -share/locale/is/LC_MESSAGES/libksieve.mo -share/locale/is/LC_MESSAGES/libksirtet.mo -share/locale/is/LC_MESSAGES/libksync.mo -share/locale/is/LC_MESSAGES/libtaskbar.mo -share/locale/is/LC_MESSAGES/libtaskmanager.mo -share/locale/is/LC_MESSAGES/lockout.mo -share/locale/is/LC_MESSAGES/lskat.mo -share/locale/is/LC_MESSAGES/lyrics.mo -share/locale/is/LC_MESSAGES/mediaapplet.mo -share/locale/is/LC_MESSAGES/mediacontrol.mo -share/locale/is/LC_MESSAGES/mf_konqplugin.mo -share/locale/is/LC_MESSAGES/minitoolsplugin.mo -share/locale/is/LC_MESSAGES/multisynk.mo -share/locale/is/LC_MESSAGES/naughtyapplet.mo -share/locale/is/LC_MESSAGES/nexscope.mo -share/locale/is/LC_MESSAGES/noatun.mo -share/locale/is/LC_MESSAGES/nsplugin.mo -share/locale/is/LC_MESSAGES/pitchablespeed.mo -share/locale/is/LC_MESSAGES/ppdtranslations.mo -share/locale/is/LC_MESSAGES/privacy.mo -share/locale/is/LC_MESSAGES/quanta.mo -share/locale/is/LC_MESSAGES/quicklauncher.mo -share/locale/is/LC_MESSAGES/rellinks.mo -share/locale/is/LC_MESSAGES/searchbarplugin.mo -share/locale/is/LC_MESSAGES/secpolicy.mo -share/locale/is/LC_MESSAGES/spy.mo -share/locale/is/LC_MESSAGES/superkaramba.mo -share/locale/is/LC_MESSAGES/synaescope.mo -share/locale/is/LC_MESSAGES/timezones.mo -share/locale/is/LC_MESSAGES/tippecanoe.mo -share/locale/is/LC_MESSAGES/trashapplet.mo -share/locale/is/LC_MESSAGES/tyler.mo -share/locale/is/LC_MESSAGES/uachangerplugin.mo -share/locale/is/LC_MESSAGES/umbrello.mo -share/locale/is/LC_MESSAGES/useraccount.mo -share/locale/is/LC_MESSAGES/validatorsplugin.mo -share/locale/is/LC_MESSAGES/wakeup.mo -share/locale/is/LC_MESSAGES/wavecapture.mo -share/locale/is/LC_MESSAGES/webarchiver.mo -share/locale/is/charset -share/locale/is/entry.desktop -share/locale/is/flag.png diff --git a/misc/kde4-l10n-eu/Makefile b/misc/kde4-l10n-eu/Makefile deleted file mode 100644 index 2e78cdeb9979..000000000000 --- a/misc/kde4-l10n-eu/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: kde3-i18n-eu -# Date created: 05 April 2002 -# Whom: Lauri Watts <lauri@kde.org> -# -# $FreeBSD$ -# - -PORTNAME= kde-i18n -PORTVERSION= ${KDE_VERSION} -CATEGORIES?= misc kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n -PKGNAMEPREFIX= eu- -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Basque messages and documentation for KDE3 - -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - -USE_KDELIBS_VER=3 -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -KDE_I18N= yes - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.mk> diff --git a/misc/kde4-l10n-eu/distinfo b/misc/kde4-l10n-eu/distinfo deleted file mode 100644 index c55b501a90d6..000000000000 --- a/misc/kde4-l10n-eu/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kde-i18n/kde-i18n-eu-3.5.10.tar.bz2) = 222a5f1dd0d5ab6c334468fe5440dc66 -SHA256 (KDE/kde-i18n/kde-i18n-eu-3.5.10.tar.bz2) = 3c2d46aac3d328d4e704285b7fdbd937b776a19ae0bcbc9e4b9a99a4ee208b20 -SIZE (KDE/kde-i18n/kde-i18n-eu-3.5.10.tar.bz2) = 2285096 diff --git a/misc/kde4-l10n-eu/pkg-descr b/misc/kde4-l10n-eu/pkg-descr deleted file mode 100644 index 3354ca873ecc..000000000000 --- a/misc/kde4-l10n-eu/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for KDE3. - -WWW: http://i18n.kde.org/ diff --git a/misc/kde4-l10n-eu/pkg-plist b/misc/kde4-l10n-eu/pkg-plist deleted file mode 100644 index ea22553d1ba3..000000000000 --- a/misc/kde4-l10n-eu/pkg-plist +++ /dev/null @@ -1,631 +0,0 @@ -share/doc/HTML/eu/common/1.png -share/doc/HTML/eu/common/10.png -share/doc/HTML/eu/common/2.png -share/doc/HTML/eu/common/3.png -share/doc/HTML/eu/common/4.png -share/doc/HTML/eu/common/5.png -share/doc/HTML/eu/common/6.png -share/doc/HTML/eu/common/7.png -share/doc/HTML/eu/common/8.png -share/doc/HTML/eu/common/9.png -share/doc/HTML/eu/common/appheader.html -share/doc/HTML/eu/common/artistic-license.html -share/doc/HTML/eu/common/bottom-left.png -share/doc/HTML/eu/common/bottom-middle.png -share/doc/HTML/eu/common/bottom-right.png -share/doc/HTML/eu/common/bottom1.png -share/doc/HTML/eu/common/bottom2.png -share/doc/HTML/eu/common/bsd-license.html -share/doc/HTML/eu/common/docheadergears.png -share/doc/HTML/eu/common/doctop1.png -share/doc/HTML/eu/common/doctop1a.png -share/doc/HTML/eu/common/doctop1b.png -share/doc/HTML/eu/common/doctop2.png -share/doc/HTML/eu/common/doxygen.css -share/doc/HTML/eu/common/favicon.ico -share/doc/HTML/eu/common/fdl-license -share/doc/HTML/eu/common/fdl-license.html -share/doc/HTML/eu/common/fdl-notice.html -share/doc/HTML/eu/common/fdl-translated.html -share/doc/HTML/eu/common/footer.html -share/doc/HTML/eu/common/gpl-license -share/doc/HTML/eu/common/gpl-license.html -share/doc/HTML/eu/common/gpl-translated.html -share/doc/HTML/eu/common/grad.png -share/doc/HTML/eu/common/header.html -share/doc/HTML/eu/common/headerbg.png -share/doc/HTML/eu/common/kde-common.css -share/doc/HTML/eu/common/kde-default.css -share/doc/HTML/eu/common/kde-localised.css -share/doc/HTML/eu/common/kde-localised.css.template -share/doc/HTML/eu/common/kde-web.css -share/doc/HTML/eu/common/kde_gear_64.png -share/doc/HTML/eu/common/kde_logo.png -share/doc/HTML/eu/common/kde_logo_bg.png -share/doc/HTML/eu/common/kmenu.png -share/doc/HTML/eu/common/lgpl-license -share/doc/HTML/eu/common/lgpl-license.html -share/doc/HTML/eu/common/logotp3.png -share/doc/HTML/eu/common/mainfooter.html -share/doc/HTML/eu/common/mainheader.html -share/doc/HTML/eu/common/qpl-license.html -share/doc/HTML/eu/common/shadow.png -share/doc/HTML/eu/common/top-left.png -share/doc/HTML/eu/common/top-middle.png -share/doc/HTML/eu/common/top-right-konqueror.png -share/doc/HTML/eu/common/web-docbottom.png -share/doc/HTML/eu/common/web-doctop.png -share/doc/HTML/eu/common/x11-license.html -share/doc/HTML/eu/common/xml.dcl -share/doc/HTML/eu/kbabel/catman.docbook -share/doc/HTML/eu/kbabel/dictionaries.docbook -share/doc/HTML/eu/kbabel/faq.docbook -share/doc/HTML/eu/kbabel/glossary.docbook -share/doc/HTML/eu/kbabel/kbabeldict.docbook -share/doc/HTML/eu/kbabel/menu.docbook -share/doc/HTML/eu/kbabel/preferences.docbook -share/doc/HTML/eu/kbabel/using.docbook -share/locale/eu/LC_MESSAGES/akregator.mo -share/locale/eu/LC_MESSAGES/akregator_konqplugin.mo -share/locale/eu/LC_MESSAGES/alsaplayerui.mo -share/locale/eu/LC_MESSAGES/amor.mo -share/locale/eu/LC_MESSAGES/appletproxy.mo -share/locale/eu/LC_MESSAGES/ark.mo -share/locale/eu/LC_MESSAGES/ark_plugin.mo -share/locale/eu/LC_MESSAGES/artsbuilder.mo -share/locale/eu/LC_MESSAGES/artscontrol.mo -share/locale/eu/LC_MESSAGES/artsmodules.mo -share/locale/eu/LC_MESSAGES/atlantik.mo -share/locale/eu/LC_MESSAGES/atlantikdesigner.mo -share/locale/eu/LC_MESSAGES/audiocd_encoder_lame.mo -share/locale/eu/LC_MESSAGES/audiocd_encoder_vorbis.mo -share/locale/eu/LC_MESSAGES/audiorename_plugin.mo -share/locale/eu/LC_MESSAGES/autorefresh.mo -share/locale/eu/LC_MESSAGES/babelfish.mo -share/locale/eu/LC_MESSAGES/blinken.mo -share/locale/eu/LC_MESSAGES/cervisia.mo -share/locale/eu/LC_MESSAGES/charlatanui.mo -share/locale/eu/LC_MESSAGES/clockapplet.mo -share/locale/eu/LC_MESSAGES/crashesplugin.mo -share/locale/eu/LC_MESSAGES/cupsdconf.mo -share/locale/eu/LC_MESSAGES/cvsservice.mo -share/locale/eu/LC_MESSAGES/dcoprss.mo -share/locale/eu/LC_MESSAGES/dirfilterplugin.mo -share/locale/eu/LC_MESSAGES/display.mo -share/locale/eu/LC_MESSAGES/dockbarextension.mo -share/locale/eu/LC_MESSAGES/domtreeviewer.mo -share/locale/eu/LC_MESSAGES/drkonqi.mo -share/locale/eu/LC_MESSAGES/dub.mo -share/locale/eu/LC_MESSAGES/extensionproxy.mo -share/locale/eu/LC_MESSAGES/ffrs.mo -share/locale/eu/LC_MESSAGES/filetypes.mo -share/locale/eu/LC_MESSAGES/fsview.mo -share/locale/eu/LC_MESSAGES/htmlsearch.mo -share/locale/eu/LC_MESSAGES/imagerename_plugin.mo -share/locale/eu/LC_MESSAGES/imgalleryplugin.mo -share/locale/eu/LC_MESSAGES/irkick.mo -share/locale/eu/LC_MESSAGES/joystick.mo -share/locale/eu/LC_MESSAGES/juk.mo -share/locale/eu/LC_MESSAGES/kabc2mutt.mo -share/locale/eu/LC_MESSAGES/kabc_dir.mo -share/locale/eu/LC_MESSAGES/kabc_file.mo -share/locale/eu/LC_MESSAGES/kabc_ldapkio.mo -share/locale/eu/LC_MESSAGES/kabc_net.mo -share/locale/eu/LC_MESSAGES/kabc_slox.mo -share/locale/eu/LC_MESSAGES/kabc_sql.mo -share/locale/eu/LC_MESSAGES/kabcformat_binary.mo -share/locale/eu/LC_MESSAGES/kaboodle.mo -share/locale/eu/LC_MESSAGES/kaccess.mo -share/locale/eu/LC_MESSAGES/kaddressbook.mo -share/locale/eu/LC_MESSAGES/kalarm.mo -share/locale/eu/LC_MESSAGES/kalzium.mo -share/locale/eu/LC_MESSAGES/kanagram.mo -share/locale/eu/LC_MESSAGES/kandy.mo -share/locale/eu/LC_MESSAGES/kappfinder.mo -share/locale/eu/LC_MESSAGES/karm.mo -share/locale/eu/LC_MESSAGES/kasbarextension.mo -share/locale/eu/LC_MESSAGES/kasteroids.mo -share/locale/eu/LC_MESSAGES/kate.mo -share/locale/eu/LC_MESSAGES/katecppsymbolviewer.mo -share/locale/eu/LC_MESSAGES/katefiletemplates.mo -share/locale/eu/LC_MESSAGES/katefll_initplugin.mo -share/locale/eu/LC_MESSAGES/katefll_plugin.mo -share/locale/eu/LC_MESSAGES/katehelloworld.mo -share/locale/eu/LC_MESSAGES/katehtmltools.mo -share/locale/eu/LC_MESSAGES/kateinsertcommand.mo -share/locale/eu/LC_MESSAGES/katekjswrapper.mo -share/locale/eu/LC_MESSAGES/katemake.mo -share/locale/eu/LC_MESSAGES/katemodeline.mo -share/locale/eu/LC_MESSAGES/kateopenheader.mo -share/locale/eu/LC_MESSAGES/katepart.mo -share/locale/eu/LC_MESSAGES/katepybrowse.mo -share/locale/eu/LC_MESSAGES/katesnippets.mo -share/locale/eu/LC_MESSAGES/katetabbarextension.mo -share/locale/eu/LC_MESSAGES/katetextfilter.mo -share/locale/eu/LC_MESSAGES/katexmlcheck.mo -share/locale/eu/LC_MESSAGES/katexmltools.mo -share/locale/eu/LC_MESSAGES/katomic.mo -share/locale/eu/LC_MESSAGES/kaudiocreator.mo -share/locale/eu/LC_MESSAGES/kay.mo -share/locale/eu/LC_MESSAGES/kbabel.mo -share/locale/eu/LC_MESSAGES/kbackgammon.mo -share/locale/eu/LC_MESSAGES/kbattleship.mo -share/locale/eu/LC_MESSAGES/kbinaryclock.mo -share/locale/eu/LC_MESSAGES/kblackbox.mo -share/locale/eu/LC_MESSAGES/kbounce.mo -share/locale/eu/LC_MESSAGES/kbruch.mo -share/locale/eu/LC_MESSAGES/kbstateapplet.mo -share/locale/eu/LC_MESSAGES/kbugbuster.mo -share/locale/eu/LC_MESSAGES/kcachegrind.mo -share/locale/eu/LC_MESSAGES/kcalc.mo -share/locale/eu/LC_MESSAGES/kcharselect.mo -share/locale/eu/LC_MESSAGES/kcharselectapplet.mo -share/locale/eu/LC_MESSAGES/kcm_krfb.mo -share/locale/eu/LC_MESSAGES/kcm_kviewcanvasconfig.mo -share/locale/eu/LC_MESSAGES/kcm_kviewgeneralconfig.mo -share/locale/eu/LC_MESSAGES/kcm_kviewpluginsconfig.mo -share/locale/eu/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo -share/locale/eu/LC_MESSAGES/kcmaccess.mo -share/locale/eu/LC_MESSAGES/kcmaccessibility.mo -share/locale/eu/LC_MESSAGES/kcmarts.mo -share/locale/eu/LC_MESSAGES/kcmaudiocd.mo -share/locale/eu/LC_MESSAGES/kcmbackground.mo -share/locale/eu/LC_MESSAGES/kcmbell.mo -share/locale/eu/LC_MESSAGES/kcmcddb.mo -share/locale/eu/LC_MESSAGES/kcmcgi.mo -share/locale/eu/LC_MESSAGES/kcmcolors.mo -share/locale/eu/LC_MESSAGES/kcmcomponentchooser.mo -share/locale/eu/LC_MESSAGES/kcmcrypto.mo -share/locale/eu/LC_MESSAGES/kcmcss.mo -share/locale/eu/LC_MESSAGES/kcmenergy.mo -share/locale/eu/LC_MESSAGES/kcmfonts.mo -share/locale/eu/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/eu/LC_MESSAGES/kcmicons.mo -share/locale/eu/LC_MESSAGES/kcminfo.mo -share/locale/eu/LC_MESSAGES/kcminput.mo -share/locale/eu/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/eu/LC_MESSAGES/kcmkabconfig.mo -share/locale/eu/LC_MESSAGES/kcmkamera.mo -share/locale/eu/LC_MESSAGES/kcmkclock.mo -share/locale/eu/LC_MESSAGES/kcmkded.mo -share/locale/eu/LC_MESSAGES/kcmkdnssd.mo -share/locale/eu/LC_MESSAGES/kcmkeys.mo -share/locale/eu/LC_MESSAGES/kcmkicker.mo -share/locale/eu/LC_MESSAGES/kcmkio.mo -share/locale/eu/LC_MESSAGES/kcmkonq.mo -share/locale/eu/LC_MESSAGES/kcmkonqhtml.mo -share/locale/eu/LC_MESSAGES/kcmkonsole.mo -share/locale/eu/LC_MESSAGES/kcmkontactnt.mo -share/locale/eu/LC_MESSAGES/kcmktalkd.mo -share/locale/eu/LC_MESSAGES/kcmkuick.mo -share/locale/eu/LC_MESSAGES/kcmkurifilt.mo -share/locale/eu/LC_MESSAGES/kcmkvaio.mo -share/locale/eu/LC_MESSAGES/kcmkwallet.mo -share/locale/eu/LC_MESSAGES/kcmkwindecoration.mo -share/locale/eu/LC_MESSAGES/kcmkwinrules.mo -share/locale/eu/LC_MESSAGES/kcmkwm.mo -share/locale/eu/LC_MESSAGES/kcmlanbrowser.mo -share/locale/eu/LC_MESSAGES/kcmlaptop.mo -share/locale/eu/LC_MESSAGES/kcmlaunch.mo -share/locale/eu/LC_MESSAGES/kcmlayout.mo -share/locale/eu/LC_MESSAGES/kcmlilo.mo -share/locale/eu/LC_MESSAGES/kcmlirc.mo -share/locale/eu/LC_MESSAGES/kcmlocale.mo -share/locale/eu/LC_MESSAGES/kcmmedia.mo -share/locale/eu/LC_MESSAGES/kcmnic.mo -share/locale/eu/LC_MESSAGES/kcmnotify.mo -share/locale/eu/LC_MESSAGES/kcmperformance.mo -share/locale/eu/LC_MESSAGES/kcmprintmgr.mo -share/locale/eu/LC_MESSAGES/kcmsamba.mo -share/locale/eu/LC_MESSAGES/kcmscreensaver.mo -share/locale/eu/LC_MESSAGES/kcmshell.mo -share/locale/eu/LC_MESSAGES/kcmsmartcard.mo -share/locale/eu/LC_MESSAGES/kcmsmserver.mo -share/locale/eu/LC_MESSAGES/kcmspellchecking.mo -share/locale/eu/LC_MESSAGES/kcmstyle.mo -share/locale/eu/LC_MESSAGES/kcmtaskbar.mo -share/locale/eu/LC_MESSAGES/kcmthinkpad.mo -share/locale/eu/LC_MESSAGES/kcmusb.mo -share/locale/eu/LC_MESSAGES/kcmview1394.mo -share/locale/eu/LC_MESSAGES/kcmwifi.mo -share/locale/eu/LC_MESSAGES/kcmxinerama.mo -share/locale/eu/LC_MESSAGES/kcoloredit.mo -share/locale/eu/LC_MESSAGES/kcontrol.mo -share/locale/eu/LC_MESSAGES/kcron.mo -share/locale/eu/LC_MESSAGES/kdat.mo -share/locale/eu/LC_MESSAGES/kdcop.mo -share/locale/eu/LC_MESSAGES/kdebugdialog.mo -share/locale/eu/LC_MESSAGES/kdelibs.mo -share/locale/eu/LC_MESSAGES/kdelibs_colors.mo -share/locale/eu/LC_MESSAGES/kdelirc.mo -share/locale/eu/LC_MESSAGES/kdepasswd.mo -share/locale/eu/LC_MESSAGES/kdepimresources.mo -share/locale/eu/LC_MESSAGES/kdepimwizards.mo -share/locale/eu/LC_MESSAGES/kdeprint.mo -share/locale/eu/LC_MESSAGES/kdeprint_part.mo -share/locale/eu/LC_MESSAGES/kdeprintfax.mo -share/locale/eu/LC_MESSAGES/kdesktop.mo -share/locale/eu/LC_MESSAGES/kdessh.mo -share/locale/eu/LC_MESSAGES/kdesu.mo -share/locale/eu/LC_MESSAGES/kdesud.mo -share/locale/eu/LC_MESSAGES/kdevdesigner.mo -share/locale/eu/LC_MESSAGES/kdevelop.mo -share/locale/eu/LC_MESSAGES/kdevtipofday.mo -share/locale/eu/LC_MESSAGES/kdf.mo -share/locale/eu/LC_MESSAGES/kdgantt.mo -share/locale/eu/LC_MESSAGES/kdialog.mo -share/locale/eu/LC_MESSAGES/kdict.mo -share/locale/eu/LC_MESSAGES/kdictapplet.mo -share/locale/eu/LC_MESSAGES/kdjview.mo -share/locale/eu/LC_MESSAGES/kdmconfig.mo -share/locale/eu/LC_MESSAGES/kdmgreet.mo -share/locale/eu/LC_MESSAGES/kdvi.mo -share/locale/eu/LC_MESSAGES/kedit.mo -share/locale/eu/LC_MESSAGES/keduca.mo -share/locale/eu/LC_MESSAGES/kenolaba.mo -share/locale/eu/LC_MESSAGES/kfax.mo -share/locale/eu/LC_MESSAGES/kfaxview.mo -share/locale/eu/LC_MESSAGES/kfifteenapplet.mo -share/locale/eu/LC_MESSAGES/kfile_au.mo -share/locale/eu/LC_MESSAGES/kfile_avi.mo -share/locale/eu/LC_MESSAGES/kfile_bmp.mo -share/locale/eu/LC_MESSAGES/kfile_cert.mo -share/locale/eu/LC_MESSAGES/kfile_cpp.mo -share/locale/eu/LC_MESSAGES/kfile_dds.mo -share/locale/eu/LC_MESSAGES/kfile_deb.mo -share/locale/eu/LC_MESSAGES/kfile_desktop.mo -share/locale/eu/LC_MESSAGES/kfile_diff.mo -share/locale/eu/LC_MESSAGES/kfile_drgeo.mo -share/locale/eu/LC_MESSAGES/kfile_dvi.mo -share/locale/eu/LC_MESSAGES/kfile_exr.mo -share/locale/eu/LC_MESSAGES/kfile_flac.mo -share/locale/eu/LC_MESSAGES/kfile_folder.mo -share/locale/eu/LC_MESSAGES/kfile_gif.mo -share/locale/eu/LC_MESSAGES/kfile_html.mo -share/locale/eu/LC_MESSAGES/kfile_ico.mo -share/locale/eu/LC_MESSAGES/kfile_ics.mo -share/locale/eu/LC_MESSAGES/kfile_jpeg.mo -share/locale/eu/LC_MESSAGES/kfile_kig.mo -share/locale/eu/LC_MESSAGES/kfile_lnk.mo -share/locale/eu/LC_MESSAGES/kfile_m3u.mo -share/locale/eu/LC_MESSAGES/kfile_mhtml.mo -share/locale/eu/LC_MESSAGES/kfile_mp3.mo -share/locale/eu/LC_MESSAGES/kfile_mpc.mo -share/locale/eu/LC_MESSAGES/kfile_mpeg.mo -share/locale/eu/LC_MESSAGES/kfile_ogg.mo -share/locale/eu/LC_MESSAGES/kfile_palm.mo -share/locale/eu/LC_MESSAGES/kfile_pcx.mo -share/locale/eu/LC_MESSAGES/kfile_pdf.mo -share/locale/eu/LC_MESSAGES/kfile_png.mo -share/locale/eu/LC_MESSAGES/kfile_pnm.mo -share/locale/eu/LC_MESSAGES/kfile_po.mo -share/locale/eu/LC_MESSAGES/kfile_ps.mo -share/locale/eu/LC_MESSAGES/kfile_rfc822.mo -share/locale/eu/LC_MESSAGES/kfile_rgb.mo -share/locale/eu/LC_MESSAGES/kfile_rpm.mo -share/locale/eu/LC_MESSAGES/kfile_sid.mo -share/locale/eu/LC_MESSAGES/kfile_tga.mo -share/locale/eu/LC_MESSAGES/kfile_theora.mo -share/locale/eu/LC_MESSAGES/kfile_tiff.mo -share/locale/eu/LC_MESSAGES/kfile_torrent.mo -share/locale/eu/LC_MESSAGES/kfile_ts.mo -share/locale/eu/LC_MESSAGES/kfile_txt.mo -share/locale/eu/LC_MESSAGES/kfile_vcf.mo -share/locale/eu/LC_MESSAGES/kfile_wav.mo -share/locale/eu/LC_MESSAGES/kfile_xbm.mo -share/locale/eu/LC_MESSAGES/kfile_xpm.mo -share/locale/eu/LC_MESSAGES/kfileaudiopreview.mo -share/locale/eu/LC_MESSAGES/kfilereplace.mo -share/locale/eu/LC_MESSAGES/kfileshare.mo -share/locale/eu/LC_MESSAGES/kfindpart.mo -share/locale/eu/LC_MESSAGES/kfloppy.mo -share/locale/eu/LC_MESSAGES/kfmclient.mo -share/locale/eu/LC_MESSAGES/kfontinst.mo -share/locale/eu/LC_MESSAGES/kfouleggs.mo -share/locale/eu/LC_MESSAGES/kgamma.mo -share/locale/eu/LC_MESSAGES/kgantt.mo -share/locale/eu/LC_MESSAGES/kgeography.mo -share/locale/eu/LC_MESSAGES/kget.mo -share/locale/eu/LC_MESSAGES/kghostview.mo -share/locale/eu/LC_MESSAGES/kgoldrunner.mo -share/locale/eu/LC_MESSAGES/kgpg.mo -share/locale/eu/LC_MESSAGES/kgreet_classic.mo -share/locale/eu/LC_MESSAGES/kgreet_winbind.mo -share/locale/eu/LC_MESSAGES/khangman.mo -share/locale/eu/LC_MESSAGES/khelpcenter.mo -share/locale/eu/LC_MESSAGES/khexedit.mo -share/locale/eu/LC_MESSAGES/khexedit2part.mo -share/locale/eu/LC_MESSAGES/khotkeys.mo -share/locale/eu/LC_MESSAGES/khtmlkttsd.mo -share/locale/eu/LC_MESSAGES/khtmlsettingsplugin.mo -share/locale/eu/LC_MESSAGES/kicker.mo -share/locale/eu/LC_MESSAGES/kiconedit.mo -share/locale/eu/LC_MESSAGES/kig.mo -share/locale/eu/LC_MESSAGES/kimagemapeditor.mo -share/locale/eu/LC_MESSAGES/kinetd.mo -share/locale/eu/LC_MESSAGES/kio.mo -share/locale/eu/LC_MESSAGES/kio_audiocd.mo -share/locale/eu/LC_MESSAGES/kio_finger.mo -share/locale/eu/LC_MESSAGES/kio_fish.mo -share/locale/eu/LC_MESSAGES/kio_floppy.mo -share/locale/eu/LC_MESSAGES/kio_groupwise.mo -share/locale/eu/LC_MESSAGES/kio_help.mo -share/locale/eu/LC_MESSAGES/kio_home.mo -share/locale/eu/LC_MESSAGES/kio_imap4.mo -share/locale/eu/LC_MESSAGES/kio_jabberdisco.mo -share/locale/eu/LC_MESSAGES/kio_lan.mo -share/locale/eu/LC_MESSAGES/kio_ldap.mo -share/locale/eu/LC_MESSAGES/kio_mac.mo -share/locale/eu/LC_MESSAGES/kio_man.mo -share/locale/eu/LC_MESSAGES/kio_media.mo -share/locale/eu/LC_MESSAGES/kio_mobile.mo -share/locale/eu/LC_MESSAGES/kio_nfs.mo -share/locale/eu/LC_MESSAGES/kio_nntp.mo -share/locale/eu/LC_MESSAGES/kio_pop3.mo -share/locale/eu/LC_MESSAGES/kio_print.mo -share/locale/eu/LC_MESSAGES/kio_remote.mo -share/locale/eu/LC_MESSAGES/kio_settings.mo -share/locale/eu/LC_MESSAGES/kio_sftp.mo -share/locale/eu/LC_MESSAGES/kio_sieve.mo -share/locale/eu/LC_MESSAGES/kio_smb.mo -share/locale/eu/LC_MESSAGES/kio_smtp.mo -share/locale/eu/LC_MESSAGES/kio_svn.mo -share/locale/eu/LC_MESSAGES/kio_system.mo -share/locale/eu/LC_MESSAGES/kio_tar.mo -share/locale/eu/LC_MESSAGES/kio_thumbnail.mo -share/locale/eu/LC_MESSAGES/kio_trash.mo -share/locale/eu/LC_MESSAGES/kio_zeroconf.mo -share/locale/eu/LC_MESSAGES/kioexec.mo -share/locale/eu/LC_MESSAGES/kiten.mo -share/locale/eu/LC_MESSAGES/kjobviewer.mo -share/locale/eu/LC_MESSAGES/kjots.mo -share/locale/eu/LC_MESSAGES/kjumpingcube.mo -share/locale/eu/LC_MESSAGES/klaptopdaemon.mo -share/locale/eu/LC_MESSAGES/klatin.mo -share/locale/eu/LC_MESSAGES/kleopatra.mo -share/locale/eu/LC_MESSAGES/klettres.mo -share/locale/eu/LC_MESSAGES/klickety.mo -share/locale/eu/LC_MESSAGES/klines.mo -share/locale/eu/LC_MESSAGES/klinkstatus.mo -share/locale/eu/LC_MESSAGES/klipper.mo -share/locale/eu/LC_MESSAGES/klock.mo -share/locale/eu/LC_MESSAGES/kmag.mo -share/locale/eu/LC_MESSAGES/kmahjongg.mo -share/locale/eu/LC_MESSAGES/kmail.mo -share/locale/eu/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/eu/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/eu/LC_MESSAGES/kmailcvt.mo -share/locale/eu/LC_MESSAGES/kmathapplet.mo -share/locale/eu/LC_MESSAGES/kmcop.mo -share/locale/eu/LC_MESSAGES/kmenuapplet.mo -share/locale/eu/LC_MESSAGES/kmenuedit.mo -share/locale/eu/LC_MESSAGES/kmid.mo -share/locale/eu/LC_MESSAGES/kmilo_delli8k.mo -share/locale/eu/LC_MESSAGES/kmilo_generic.mo -share/locale/eu/LC_MESSAGES/kmilo_kvaio.mo -share/locale/eu/LC_MESSAGES/kmilo_powerbook.mo -share/locale/eu/LC_MESSAGES/kmilo_thinkpad.mo -share/locale/eu/LC_MESSAGES/kmilod.mo -share/locale/eu/LC_MESSAGES/kmines.mo -share/locale/eu/LC_MESSAGES/kminipagerapplet.mo -share/locale/eu/LC_MESSAGES/kmix.mo -share/locale/eu/LC_MESSAGES/kmobile.mo -share/locale/eu/LC_MESSAGES/kmoon.mo -share/locale/eu/LC_MESSAGES/kmousetool.mo -share/locale/eu/LC_MESSAGES/kmouth.mo -share/locale/eu/LC_MESSAGES/kmplot.mo -share/locale/eu/LC_MESSAGES/kmrml.mo -share/locale/eu/LC_MESSAGES/knetattach.mo -share/locale/eu/LC_MESSAGES/knetwalk.mo -share/locale/eu/LC_MESSAGES/knetworkconf.mo -share/locale/eu/LC_MESSAGES/knewsticker.mo -share/locale/eu/LC_MESSAGES/knode.mo -share/locale/eu/LC_MESSAGES/knotes.mo -share/locale/eu/LC_MESSAGES/knotify.mo -share/locale/eu/LC_MESSAGES/kodo.mo -share/locale/eu/LC_MESSAGES/kolf.mo -share/locale/eu/LC_MESSAGES/kolourpaint.mo -share/locale/eu/LC_MESSAGES/kolourpicker.mo -share/locale/eu/LC_MESSAGES/kommander.mo -share/locale/eu/LC_MESSAGES/kompare.mo -share/locale/eu/LC_MESSAGES/konnector_dummy.mo -share/locale/eu/LC_MESSAGES/konnector_kabc.mo -share/locale/eu/LC_MESSAGES/konnector_kcal.mo -share/locale/eu/LC_MESSAGES/konnector_local.mo -share/locale/eu/LC_MESSAGES/konnector_qtopia.mo -share/locale/eu/LC_MESSAGES/konnector_remote.mo -share/locale/eu/LC_MESSAGES/konqsidebar_delicious.mo -share/locale/eu/LC_MESSAGES/konqsidebar_mediaplayer.mo -share/locale/eu/LC_MESSAGES/konqsidebar_metabar.mo -share/locale/eu/LC_MESSAGES/konqsidebar_news.mo -share/locale/eu/LC_MESSAGES/konqueror.mo -share/locale/eu/LC_MESSAGES/konquest.mo -share/locale/eu/LC_MESSAGES/konsole.mo -share/locale/eu/LC_MESSAGES/konsolekalendar.mo -share/locale/eu/LC_MESSAGES/kontact.mo -share/locale/eu/LC_MESSAGES/kooka.mo -share/locale/eu/LC_MESSAGES/kopete.mo -share/locale/eu/LC_MESSAGES/korganizer.mo -share/locale/eu/LC_MESSAGES/korn.mo -share/locale/eu/LC_MESSAGES/kpackage.mo -share/locale/eu/LC_MESSAGES/kpager.mo -share/locale/eu/LC_MESSAGES/kpartsaver.mo -share/locale/eu/LC_MESSAGES/kpat.mo -share/locale/eu/LC_MESSAGES/kpdf.mo -share/locale/eu/LC_MESSAGES/kpercentage.mo -share/locale/eu/LC_MESSAGES/kpersonalizer.mo -share/locale/eu/LC_MESSAGES/kpf.mo -share/locale/eu/LC_MESSAGES/kpilot.mo -share/locale/eu/LC_MESSAGES/kpoker.mo -share/locale/eu/LC_MESSAGES/kpovmodeler.mo -share/locale/eu/LC_MESSAGES/kppp.mo -share/locale/eu/LC_MESSAGES/kppplogview.mo -share/locale/eu/LC_MESSAGES/kprinter.mo -share/locale/eu/LC_MESSAGES/krandr.mo -share/locale/eu/LC_MESSAGES/krdb.mo -share/locale/eu/LC_MESSAGES/krdc.mo -share/locale/eu/LC_MESSAGES/kreadconfig.mo -share/locale/eu/LC_MESSAGES/krec.mo -share/locale/eu/LC_MESSAGES/kregexpeditor.mo -share/locale/eu/LC_MESSAGES/kres_birthday.mo -share/locale/eu/LC_MESSAGES/kres_blogging.mo -share/locale/eu/LC_MESSAGES/kres_bugzilla.mo -share/locale/eu/LC_MESSAGES/kres_exchange.mo -share/locale/eu/LC_MESSAGES/kres_featureplan.mo -share/locale/eu/LC_MESSAGES/kres_groupware.mo -share/locale/eu/LC_MESSAGES/kres_groupwise.mo -share/locale/eu/LC_MESSAGES/kres_kolab.mo -share/locale/eu/LC_MESSAGES/kres_remote.mo -share/locale/eu/LC_MESSAGES/kres_tvanytime.mo -share/locale/eu/LC_MESSAGES/kres_xmlrpc.mo -share/locale/eu/LC_MESSAGES/kreversi.mo -share/locale/eu/LC_MESSAGES/krfb.mo -share/locale/eu/LC_MESSAGES/kruler.mo -share/locale/eu/LC_MESSAGES/krunapplet.mo -share/locale/eu/LC_MESSAGES/ksame.mo -share/locale/eu/LC_MESSAGES/ksayit.mo -share/locale/eu/LC_MESSAGES/kscd.mo -share/locale/eu/LC_MESSAGES/kscreensaver.mo -share/locale/eu/LC_MESSAGES/kshisen.mo -share/locale/eu/LC_MESSAGES/ksig.mo -share/locale/eu/LC_MESSAGES/ksim.mo -share/locale/eu/LC_MESSAGES/ksirc.mo -share/locale/eu/LC_MESSAGES/ksirtet.mo -share/locale/eu/LC_MESSAGES/ksmiletris.mo -share/locale/eu/LC_MESSAGES/ksmserver.mo -share/locale/eu/LC_MESSAGES/ksnake.mo -share/locale/eu/LC_MESSAGES/ksnapshot.mo -share/locale/eu/LC_MESSAGES/ksokoban.mo -share/locale/eu/LC_MESSAGES/kspaceduel.mo -share/locale/eu/LC_MESSAGES/ksplash.mo -share/locale/eu/LC_MESSAGES/ksplashthemes.mo -share/locale/eu/LC_MESSAGES/kstars.mo -share/locale/eu/LC_MESSAGES/kstart.mo -share/locale/eu/LC_MESSAGES/kstartperf.mo -share/locale/eu/LC_MESSAGES/kstyle_highcontrast_config.mo -share/locale/eu/LC_MESSAGES/kstyle_keramik_config.mo -share/locale/eu/LC_MESSAGES/kstyle_phase_config.mo -share/locale/eu/LC_MESSAGES/kstyle_plastik_config.mo -share/locale/eu/LC_MESSAGES/ksvgplugin.mo -share/locale/eu/LC_MESSAGES/ksysguard.mo -share/locale/eu/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/eu/LC_MESSAGES/ksystraycmd.mo -share/locale/eu/LC_MESSAGES/ksysv.mo -share/locale/eu/LC_MESSAGES/kteatime.mo -share/locale/eu/LC_MESSAGES/ktexteditor_autobookmarker.mo -share/locale/eu/LC_MESSAGES/ktexteditor_docwordcompletion.mo -share/locale/eu/LC_MESSAGES/ktexteditor_insertfile.mo -share/locale/eu/LC_MESSAGES/ktexteditor_isearch.mo -share/locale/eu/LC_MESSAGES/ktexteditor_kdatatool.mo -share/locale/eu/LC_MESSAGES/kthememanager.mo -share/locale/eu/LC_MESSAGES/ktimemon.mo -share/locale/eu/LC_MESSAGES/ktimer.mo -share/locale/eu/LC_MESSAGES/ktip.mo -share/locale/eu/LC_MESSAGES/ktnef.mo -share/locale/eu/LC_MESSAGES/ktouch.mo -share/locale/eu/LC_MESSAGES/ktron.mo -share/locale/eu/LC_MESSAGES/kttsd.mo -share/locale/eu/LC_MESSAGES/ktuberling.mo -share/locale/eu/LC_MESSAGES/kturtle.mo -share/locale/eu/LC_MESSAGES/ktux.mo -share/locale/eu/LC_MESSAGES/kuick_plugin.mo -share/locale/eu/LC_MESSAGES/kuickshow.mo -share/locale/eu/LC_MESSAGES/kuiviewer.mo -share/locale/eu/LC_MESSAGES/kuser.mo -share/locale/eu/LC_MESSAGES/kverbos.mo -share/locale/eu/LC_MESSAGES/kview.mo -share/locale/eu/LC_MESSAGES/kview_scale.mo -share/locale/eu/LC_MESSAGES/kviewbrowserplugin.mo -share/locale/eu/LC_MESSAGES/kviewcanvas.mo -share/locale/eu/LC_MESSAGES/kvieweffectsplugin.mo -share/locale/eu/LC_MESSAGES/kviewpresenterplugin.mo -share/locale/eu/LC_MESSAGES/kviewscannerplugin.mo -share/locale/eu/LC_MESSAGES/kviewshell.mo -share/locale/eu/LC_MESSAGES/kviewviewer.mo -share/locale/eu/LC_MESSAGES/kvoctrain.mo -share/locale/eu/LC_MESSAGES/kwalletmanager.mo -share/locale/eu/LC_MESSAGES/kwatchgnupg.mo -share/locale/eu/LC_MESSAGES/kweather.mo -share/locale/eu/LC_MESSAGES/kwifimanager.mo -share/locale/eu/LC_MESSAGES/kwin.mo -share/locale/eu/LC_MESSAGES/kwin4.mo -share/locale/eu/LC_MESSAGES/kwin_art_clients.mo -share/locale/eu/LC_MESSAGES/kwin_clients.mo -share/locale/eu/LC_MESSAGES/kwin_lib.mo -share/locale/eu/LC_MESSAGES/kwireless.mo -share/locale/eu/LC_MESSAGES/kwordquiz.mo -share/locale/eu/LC_MESSAGES/kworldclock.mo -share/locale/eu/LC_MESSAGES/kwriteconfig.mo -share/locale/eu/LC_MESSAGES/kxkb.mo -share/locale/eu/LC_MESSAGES/kxsconfig.mo -share/locale/eu/LC_MESSAGES/kxsldbg.mo -share/locale/eu/LC_MESSAGES/libKTTSD.mo -share/locale/eu/LC_MESSAGES/libdmctl.mo -share/locale/eu/LC_MESSAGES/libkaddrbk_geo_xxport.mo -share/locale/eu/LC_MESSAGES/libkaddrbk_gmx_xxport.mo -share/locale/eu/LC_MESSAGES/libkcal.mo -share/locale/eu/LC_MESSAGES/libkcddb.mo -share/locale/eu/LC_MESSAGES/libkdeedu.mo -share/locale/eu/LC_MESSAGES/libkdegames.mo -share/locale/eu/LC_MESSAGES/libkdepim.mo -share/locale/eu/LC_MESSAGES/libkfaximgage.mo -share/locale/eu/LC_MESSAGES/libkholidays.mo -share/locale/eu/LC_MESSAGES/libkicker.mo -share/locale/eu/LC_MESSAGES/libkickermenu_kdeprint.mo -share/locale/eu/LC_MESSAGES/libkickermenu_konsole.mo -share/locale/eu/LC_MESSAGES/libkickermenu_prefmenu.mo -share/locale/eu/LC_MESSAGES/libkickermenu_recentdocs.mo -share/locale/eu/LC_MESSAGES/libkickermenu_remotemenu.mo -share/locale/eu/LC_MESSAGES/libkickermenu_systemmenu.mo -share/locale/eu/LC_MESSAGES/libkickermenu_tom.mo -share/locale/eu/LC_MESSAGES/libkleopatra.mo -share/locale/eu/LC_MESSAGES/libkmime.mo -share/locale/eu/LC_MESSAGES/libkonq.mo -share/locale/eu/LC_MESSAGES/libkpgp.mo -share/locale/eu/LC_MESSAGES/libkpimexchange.mo -share/locale/eu/LC_MESSAGES/libkscan.mo -share/locale/eu/LC_MESSAGES/libkscreensaver.mo -share/locale/eu/LC_MESSAGES/libksieve.mo -share/locale/eu/LC_MESSAGES/libksirtet.mo -share/locale/eu/LC_MESSAGES/libksync.mo -share/locale/eu/LC_MESSAGES/libtaskbar.mo -share/locale/eu/LC_MESSAGES/libtaskmanager.mo -share/locale/eu/LC_MESSAGES/lockout.mo -share/locale/eu/LC_MESSAGES/lskat.mo -share/locale/eu/LC_MESSAGES/lyrics.mo -share/locale/eu/LC_MESSAGES/mediaapplet.mo -share/locale/eu/LC_MESSAGES/mediacontrol.mo -share/locale/eu/LC_MESSAGES/mf_konqplugin.mo -share/locale/eu/LC_MESSAGES/minitoolsplugin.mo -share/locale/eu/LC_MESSAGES/multisynk.mo -share/locale/eu/LC_MESSAGES/naughtyapplet.mo -share/locale/eu/LC_MESSAGES/nexscope.mo -share/locale/eu/LC_MESSAGES/noatun.mo -share/locale/eu/LC_MESSAGES/nsplugin.mo -share/locale/eu/LC_MESSAGES/pitchablespeed.mo -share/locale/eu/LC_MESSAGES/ppdtranslations.mo -share/locale/eu/LC_MESSAGES/privacy.mo -share/locale/eu/LC_MESSAGES/quanta.mo -share/locale/eu/LC_MESSAGES/quicklauncher.mo -share/locale/eu/LC_MESSAGES/rellinks.mo -share/locale/eu/LC_MESSAGES/searchbarplugin.mo -share/locale/eu/LC_MESSAGES/secpolicy.mo -share/locale/eu/LC_MESSAGES/spy.mo -share/locale/eu/LC_MESSAGES/superkaramba.mo -share/locale/eu/LC_MESSAGES/synaescope.mo -share/locale/eu/LC_MESSAGES/timezones.mo -share/locale/eu/LC_MESSAGES/tippecanoe.mo -share/locale/eu/LC_MESSAGES/trashapplet.mo -share/locale/eu/LC_MESSAGES/tyler.mo -share/locale/eu/LC_MESSAGES/uachangerplugin.mo -share/locale/eu/LC_MESSAGES/umbrello.mo -share/locale/eu/LC_MESSAGES/useraccount.mo -share/locale/eu/LC_MESSAGES/validatorsplugin.mo -share/locale/eu/LC_MESSAGES/wakeup.mo -share/locale/eu/LC_MESSAGES/wavecapture.mo -share/locale/eu/LC_MESSAGES/webarchiver.mo -share/locale/eu/charset -share/locale/eu/entry.desktop -share/locale/eu/flag.png -@dirrm share/doc/HTML/eu/kbabel -@dirrm share/doc/HTML/eu/common diff --git a/misc/kde4-l10n-is/Makefile b/misc/kde4-l10n-is/Makefile deleted file mode 100644 index b9ca8ecb6eb3..000000000000 --- a/misc/kde4-l10n-is/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: kde3-i18n-is -# Date created: 05 April 2002 -# Whom: Lauri Watts <lauri@kde.org> -# -# $FreeBSD$ -# - -PORTNAME= kde-i18n -PORTVERSION= ${KDE_VERSION} -CATEGORIES?= misc kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n -PKGNAMEPREFIX= is- -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Icelandic messages and documentation for KDE3 - -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - -USE_KDELIBS_VER=3 -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -KDE_I18N= yes - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.mk> diff --git a/misc/kde4-l10n-is/distinfo b/misc/kde4-l10n-is/distinfo deleted file mode 100644 index 417a43d6fc61..000000000000 --- a/misc/kde4-l10n-is/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kde-i18n/kde-i18n-is-3.5.10.tar.bz2) = 92cf1c508c3c719d6899e1f56d91cd31 -SHA256 (KDE/kde-i18n/kde-i18n-is-3.5.10.tar.bz2) = 5883322d1d44af4fd19667205bd595a3f62f2be553da2398a4787ea95128d59e -SIZE (KDE/kde-i18n/kde-i18n-is-3.5.10.tar.bz2) = 2130389 diff --git a/misc/kde4-l10n-is/pkg-descr b/misc/kde4-l10n-is/pkg-descr deleted file mode 100644 index 3354ca873ecc..000000000000 --- a/misc/kde4-l10n-is/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for KDE3. - -WWW: http://i18n.kde.org/ diff --git a/misc/kde4-l10n-is/pkg-plist b/misc/kde4-l10n-is/pkg-plist deleted file mode 100644 index 22376c703684..000000000000 --- a/misc/kde4-l10n-is/pkg-plist +++ /dev/null @@ -1,562 +0,0 @@ -share/locale/is/LC_MESSAGES/akregator.mo -share/locale/is/LC_MESSAGES/akregator_konqplugin.mo -share/locale/is/LC_MESSAGES/alsaplayerui.mo -share/locale/is/LC_MESSAGES/amor.mo -share/locale/is/LC_MESSAGES/appletproxy.mo -share/locale/is/LC_MESSAGES/ark.mo -share/locale/is/LC_MESSAGES/ark_plugin.mo -share/locale/is/LC_MESSAGES/artsbuilder.mo -share/locale/is/LC_MESSAGES/artscontrol.mo -share/locale/is/LC_MESSAGES/artsmodules.mo -share/locale/is/LC_MESSAGES/atlantik.mo -share/locale/is/LC_MESSAGES/atlantikdesigner.mo -share/locale/is/LC_MESSAGES/audiocd_encoder_lame.mo -share/locale/is/LC_MESSAGES/audiocd_encoder_vorbis.mo -share/locale/is/LC_MESSAGES/audiorename_plugin.mo -share/locale/is/LC_MESSAGES/autorefresh.mo -share/locale/is/LC_MESSAGES/babelfish.mo -share/locale/is/LC_MESSAGES/blinken.mo -share/locale/is/LC_MESSAGES/cervisia.mo -share/locale/is/LC_MESSAGES/charlatanui.mo -share/locale/is/LC_MESSAGES/clockapplet.mo -share/locale/is/LC_MESSAGES/crashesplugin.mo -share/locale/is/LC_MESSAGES/cupsdconf.mo -share/locale/is/LC_MESSAGES/cvsservice.mo -share/locale/is/LC_MESSAGES/dcoprss.mo -share/locale/is/LC_MESSAGES/dirfilterplugin.mo -share/locale/is/LC_MESSAGES/display.mo -share/locale/is/LC_MESSAGES/dockbarextension.mo -share/locale/is/LC_MESSAGES/domtreeviewer.mo -share/locale/is/LC_MESSAGES/drkonqi.mo -share/locale/is/LC_MESSAGES/dub.mo -share/locale/is/LC_MESSAGES/extensionproxy.mo -share/locale/is/LC_MESSAGES/ffrs.mo -share/locale/is/LC_MESSAGES/filetypes.mo -share/locale/is/LC_MESSAGES/fsview.mo -share/locale/is/LC_MESSAGES/htmlsearch.mo -share/locale/is/LC_MESSAGES/imagerename_plugin.mo -share/locale/is/LC_MESSAGES/imgalleryplugin.mo -share/locale/is/LC_MESSAGES/irkick.mo -share/locale/is/LC_MESSAGES/joystick.mo -share/locale/is/LC_MESSAGES/juk.mo -share/locale/is/LC_MESSAGES/kabc2mutt.mo -share/locale/is/LC_MESSAGES/kabc_dir.mo -share/locale/is/LC_MESSAGES/kabc_file.mo -share/locale/is/LC_MESSAGES/kabc_ldapkio.mo -share/locale/is/LC_MESSAGES/kabc_net.mo -share/locale/is/LC_MESSAGES/kabc_slox.mo -share/locale/is/LC_MESSAGES/kabc_sql.mo -share/locale/is/LC_MESSAGES/kabcformat_binary.mo -share/locale/is/LC_MESSAGES/kaboodle.mo -share/locale/is/LC_MESSAGES/kaccess.mo -share/locale/is/LC_MESSAGES/kaddressbook.mo -share/locale/is/LC_MESSAGES/kalarm.mo -share/locale/is/LC_MESSAGES/kalzium.mo -share/locale/is/LC_MESSAGES/kandy.mo -share/locale/is/LC_MESSAGES/kappfinder.mo -share/locale/is/LC_MESSAGES/karm.mo -share/locale/is/LC_MESSAGES/kasbarextension.mo -share/locale/is/LC_MESSAGES/kasteroids.mo -share/locale/is/LC_MESSAGES/kate.mo -share/locale/is/LC_MESSAGES/katecppsymbolviewer.mo -share/locale/is/LC_MESSAGES/katefiletemplates.mo -share/locale/is/LC_MESSAGES/katefll_initplugin.mo -share/locale/is/LC_MESSAGES/katefll_plugin.mo -share/locale/is/LC_MESSAGES/katehelloworld.mo -share/locale/is/LC_MESSAGES/katehtmltools.mo -share/locale/is/LC_MESSAGES/kateinsertcommand.mo -share/locale/is/LC_MESSAGES/katekjswrapper.mo -share/locale/is/LC_MESSAGES/katemake.mo -share/locale/is/LC_MESSAGES/katemodeline.mo -share/locale/is/LC_MESSAGES/kateopenheader.mo -share/locale/is/LC_MESSAGES/katepart.mo -share/locale/is/LC_MESSAGES/katepybrowse.mo -share/locale/is/LC_MESSAGES/katesnippets.mo -share/locale/is/LC_MESSAGES/katetabbarextension.mo -share/locale/is/LC_MESSAGES/katetextfilter.mo -share/locale/is/LC_MESSAGES/katexmlcheck.mo -share/locale/is/LC_MESSAGES/katexmltools.mo -share/locale/is/LC_MESSAGES/katomic.mo -share/locale/is/LC_MESSAGES/kaudiocreator.mo -share/locale/is/LC_MESSAGES/kay.mo -share/locale/is/LC_MESSAGES/kbabel.mo -share/locale/is/LC_MESSAGES/kbackgammon.mo -share/locale/is/LC_MESSAGES/kbattleship.mo -share/locale/is/LC_MESSAGES/kbinaryclock.mo -share/locale/is/LC_MESSAGES/kblackbox.mo -share/locale/is/LC_MESSAGES/kbounce.mo -share/locale/is/LC_MESSAGES/kbruch.mo -share/locale/is/LC_MESSAGES/kbstateapplet.mo -share/locale/is/LC_MESSAGES/kbugbuster.mo -share/locale/is/LC_MESSAGES/kcachegrind.mo -share/locale/is/LC_MESSAGES/kcalc.mo -share/locale/is/LC_MESSAGES/kcharselect.mo -share/locale/is/LC_MESSAGES/kcharselectapplet.mo -share/locale/is/LC_MESSAGES/kcm_krfb.mo -share/locale/is/LC_MESSAGES/kcm_kviewcanvasconfig.mo -share/locale/is/LC_MESSAGES/kcm_kviewgeneralconfig.mo -share/locale/is/LC_MESSAGES/kcm_kviewpluginsconfig.mo -share/locale/is/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo -share/locale/is/LC_MESSAGES/kcmaccess.mo -share/locale/is/LC_MESSAGES/kcmaccessibility.mo -share/locale/is/LC_MESSAGES/kcmarts.mo -share/locale/is/LC_MESSAGES/kcmaudiocd.mo -share/locale/is/LC_MESSAGES/kcmbackground.mo -share/locale/is/LC_MESSAGES/kcmbell.mo -share/locale/is/LC_MESSAGES/kcmcddb.mo -share/locale/is/LC_MESSAGES/kcmcgi.mo -share/locale/is/LC_MESSAGES/kcmcolors.mo -share/locale/is/LC_MESSAGES/kcmcomponentchooser.mo -share/locale/is/LC_MESSAGES/kcmcrypto.mo -share/locale/is/LC_MESSAGES/kcmcss.mo -share/locale/is/LC_MESSAGES/kcmenergy.mo -share/locale/is/LC_MESSAGES/kcmfonts.mo -share/locale/is/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/is/LC_MESSAGES/kcmicons.mo -share/locale/is/LC_MESSAGES/kcminfo.mo -share/locale/is/LC_MESSAGES/kcminput.mo -share/locale/is/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/is/LC_MESSAGES/kcmkabconfig.mo -share/locale/is/LC_MESSAGES/kcmkamera.mo -share/locale/is/LC_MESSAGES/kcmkclock.mo -share/locale/is/LC_MESSAGES/kcmkded.mo -share/locale/is/LC_MESSAGES/kcmkdnssd.mo -share/locale/is/LC_MESSAGES/kcmkeys.mo -share/locale/is/LC_MESSAGES/kcmkicker.mo -share/locale/is/LC_MESSAGES/kcmkio.mo -share/locale/is/LC_MESSAGES/kcmkonq.mo -share/locale/is/LC_MESSAGES/kcmkonqhtml.mo -share/locale/is/LC_MESSAGES/kcmkonsole.mo -share/locale/is/LC_MESSAGES/kcmkontactnt.mo -share/locale/is/LC_MESSAGES/kcmktalkd.mo -share/locale/is/LC_MESSAGES/kcmkuick.mo -share/locale/is/LC_MESSAGES/kcmkurifilt.mo -share/locale/is/LC_MESSAGES/kcmkvaio.mo -share/locale/is/LC_MESSAGES/kcmkwallet.mo -share/locale/is/LC_MESSAGES/kcmkwindecoration.mo -share/locale/is/LC_MESSAGES/kcmkwinrules.mo -share/locale/is/LC_MESSAGES/kcmkwm.mo -share/locale/is/LC_MESSAGES/kcmlanbrowser.mo -share/locale/is/LC_MESSAGES/kcmlaptop.mo -share/locale/is/LC_MESSAGES/kcmlaunch.mo -share/locale/is/LC_MESSAGES/kcmlayout.mo -share/locale/is/LC_MESSAGES/kcmlilo.mo -share/locale/is/LC_MESSAGES/kcmlirc.mo -share/locale/is/LC_MESSAGES/kcmlocale.mo -share/locale/is/LC_MESSAGES/kcmmedia.mo -share/locale/is/LC_MESSAGES/kcmnic.mo -share/locale/is/LC_MESSAGES/kcmnotify.mo -share/locale/is/LC_MESSAGES/kcmperformance.mo -share/locale/is/LC_MESSAGES/kcmprintmgr.mo -share/locale/is/LC_MESSAGES/kcmsamba.mo -share/locale/is/LC_MESSAGES/kcmscreensaver.mo -share/locale/is/LC_MESSAGES/kcmshell.mo -share/locale/is/LC_MESSAGES/kcmsmartcard.mo -share/locale/is/LC_MESSAGES/kcmsmserver.mo -share/locale/is/LC_MESSAGES/kcmspellchecking.mo -share/locale/is/LC_MESSAGES/kcmstyle.mo -share/locale/is/LC_MESSAGES/kcmtaskbar.mo -share/locale/is/LC_MESSAGES/kcmthinkpad.mo -share/locale/is/LC_MESSAGES/kcmusb.mo -share/locale/is/LC_MESSAGES/kcmview1394.mo -share/locale/is/LC_MESSAGES/kcmwifi.mo -share/locale/is/LC_MESSAGES/kcmxinerama.mo -share/locale/is/LC_MESSAGES/kcoloredit.mo -share/locale/is/LC_MESSAGES/kcontrol.mo -share/locale/is/LC_MESSAGES/kcron.mo -share/locale/is/LC_MESSAGES/kdat.mo -share/locale/is/LC_MESSAGES/kdcop.mo -share/locale/is/LC_MESSAGES/kdebugdialog.mo -share/locale/is/LC_MESSAGES/kdelibs.mo -share/locale/is/LC_MESSAGES/kdelibs_colors.mo -share/locale/is/LC_MESSAGES/kdelirc.mo -share/locale/is/LC_MESSAGES/kdepasswd.mo -share/locale/is/LC_MESSAGES/kdepimresources.mo -share/locale/is/LC_MESSAGES/kdepimwizards.mo -share/locale/is/LC_MESSAGES/kdeprint.mo -share/locale/is/LC_MESSAGES/kdeprint_part.mo -share/locale/is/LC_MESSAGES/kdeprintfax.mo -share/locale/is/LC_MESSAGES/kdesktop.mo -share/locale/is/LC_MESSAGES/kdessh.mo -share/locale/is/LC_MESSAGES/kdesu.mo -share/locale/is/LC_MESSAGES/kdesud.mo -share/locale/is/LC_MESSAGES/kdevdesigner.mo -share/locale/is/LC_MESSAGES/kdevelop.mo -share/locale/is/LC_MESSAGES/kdevtipofday.mo -share/locale/is/LC_MESSAGES/kdf.mo -share/locale/is/LC_MESSAGES/kdgantt.mo -share/locale/is/LC_MESSAGES/kdialog.mo -share/locale/is/LC_MESSAGES/kdict.mo -share/locale/is/LC_MESSAGES/kdictapplet.mo -share/locale/is/LC_MESSAGES/kdjview.mo -share/locale/is/LC_MESSAGES/kdmconfig.mo -share/locale/is/LC_MESSAGES/kdmgreet.mo -share/locale/is/LC_MESSAGES/kdvi.mo -share/locale/is/LC_MESSAGES/kedit.mo -share/locale/is/LC_MESSAGES/keduca.mo -share/locale/is/LC_MESSAGES/kenolaba.mo -share/locale/is/LC_MESSAGES/kfax.mo -share/locale/is/LC_MESSAGES/kfaxview.mo -share/locale/is/LC_MESSAGES/kfifteenapplet.mo -share/locale/is/LC_MESSAGES/kfile_au.mo -share/locale/is/LC_MESSAGES/kfile_avi.mo -share/locale/is/LC_MESSAGES/kfile_bmp.mo -share/locale/is/LC_MESSAGES/kfile_cert.mo -share/locale/is/LC_MESSAGES/kfile_cpp.mo -share/locale/is/LC_MESSAGES/kfile_dds.mo -share/locale/is/LC_MESSAGES/kfile_deb.mo -share/locale/is/LC_MESSAGES/kfile_desktop.mo -share/locale/is/LC_MESSAGES/kfile_diff.mo -share/locale/is/LC_MESSAGES/kfile_drgeo.mo -share/locale/is/LC_MESSAGES/kfile_dvi.mo -share/locale/is/LC_MESSAGES/kfile_exr.mo -share/locale/is/LC_MESSAGES/kfile_flac.mo -share/locale/is/LC_MESSAGES/kfile_folder.mo -share/locale/is/LC_MESSAGES/kfile_gif.mo -share/locale/is/LC_MESSAGES/kfile_html.mo -share/locale/is/LC_MESSAGES/kfile_ico.mo -share/locale/is/LC_MESSAGES/kfile_ics.mo -share/locale/is/LC_MESSAGES/kfile_jpeg.mo -share/locale/is/LC_MESSAGES/kfile_kig.mo -share/locale/is/LC_MESSAGES/kfile_lnk.mo -share/locale/is/LC_MESSAGES/kfile_m3u.mo -share/locale/is/LC_MESSAGES/kfile_mhtml.mo -share/locale/is/LC_MESSAGES/kfile_mp3.mo -share/locale/is/LC_MESSAGES/kfile_mpc.mo -share/locale/is/LC_MESSAGES/kfile_mpeg.mo -share/locale/is/LC_MESSAGES/kfile_ogg.mo -share/locale/is/LC_MESSAGES/kfile_palm.mo -share/locale/is/LC_MESSAGES/kfile_pcx.mo -share/locale/is/LC_MESSAGES/kfile_pdf.mo -share/locale/is/LC_MESSAGES/kfile_png.mo -share/locale/is/LC_MESSAGES/kfile_pnm.mo -share/locale/is/LC_MESSAGES/kfile_po.mo -share/locale/is/LC_MESSAGES/kfile_ps.mo -share/locale/is/LC_MESSAGES/kfile_rfc822.mo -share/locale/is/LC_MESSAGES/kfile_rgb.mo -share/locale/is/LC_MESSAGES/kfile_rpm.mo -share/locale/is/LC_MESSAGES/kfile_sid.mo -share/locale/is/LC_MESSAGES/kfile_tga.mo -share/locale/is/LC_MESSAGES/kfile_theora.mo -share/locale/is/LC_MESSAGES/kfile_tiff.mo -share/locale/is/LC_MESSAGES/kfile_torrent.mo -share/locale/is/LC_MESSAGES/kfile_ts.mo -share/locale/is/LC_MESSAGES/kfile_txt.mo -share/locale/is/LC_MESSAGES/kfile_vcf.mo -share/locale/is/LC_MESSAGES/kfile_wav.mo -share/locale/is/LC_MESSAGES/kfile_xbm.mo -share/locale/is/LC_MESSAGES/kfile_xpm.mo -share/locale/is/LC_MESSAGES/kfileaudiopreview.mo -share/locale/is/LC_MESSAGES/kfilereplace.mo -share/locale/is/LC_MESSAGES/kfileshare.mo -share/locale/is/LC_MESSAGES/kfindpart.mo -share/locale/is/LC_MESSAGES/kfloppy.mo -share/locale/is/LC_MESSAGES/kfmclient.mo -share/locale/is/LC_MESSAGES/kfontinst.mo -share/locale/is/LC_MESSAGES/kfouleggs.mo -share/locale/is/LC_MESSAGES/kgamma.mo -share/locale/is/LC_MESSAGES/kgantt.mo -share/locale/is/LC_MESSAGES/kgeography.mo -share/locale/is/LC_MESSAGES/kget.mo -share/locale/is/LC_MESSAGES/kghostview.mo -share/locale/is/LC_MESSAGES/kgoldrunner.mo -share/locale/is/LC_MESSAGES/kgpg.mo -share/locale/is/LC_MESSAGES/kgreet_classic.mo -share/locale/is/LC_MESSAGES/kgreet_winbind.mo -share/locale/is/LC_MESSAGES/khangman.mo -share/locale/is/LC_MESSAGES/khelpcenter.mo -share/locale/is/LC_MESSAGES/khexedit.mo -share/locale/is/LC_MESSAGES/khexedit2part.mo -share/locale/is/LC_MESSAGES/khotkeys.mo -share/locale/is/LC_MESSAGES/khtmlkttsd.mo -share/locale/is/LC_MESSAGES/khtmlsettingsplugin.mo -share/locale/is/LC_MESSAGES/kicker.mo -share/locale/is/LC_MESSAGES/kickermenu_kate.mo -share/locale/is/LC_MESSAGES/kiconedit.mo -share/locale/is/LC_MESSAGES/kig.mo -share/locale/is/LC_MESSAGES/kimagemapeditor.mo -share/locale/is/LC_MESSAGES/kinetd.mo -share/locale/is/LC_MESSAGES/kio.mo -share/locale/is/LC_MESSAGES/kio_audiocd.mo -share/locale/is/LC_MESSAGES/kio_finger.mo -share/locale/is/LC_MESSAGES/kio_fish.mo -share/locale/is/LC_MESSAGES/kio_floppy.mo -share/locale/is/LC_MESSAGES/kio_groupwise.mo -share/locale/is/LC_MESSAGES/kio_help.mo -share/locale/is/LC_MESSAGES/kio_home.mo -share/locale/is/LC_MESSAGES/kio_imap4.mo -share/locale/is/LC_MESSAGES/kio_jabberdisco.mo -share/locale/is/LC_MESSAGES/kio_lan.mo -share/locale/is/LC_MESSAGES/kio_ldap.mo -share/locale/is/LC_MESSAGES/kio_mac.mo -share/locale/is/LC_MESSAGES/kio_man.mo -share/locale/is/LC_MESSAGES/kio_media.mo -share/locale/is/LC_MESSAGES/kio_mobile.mo -share/locale/is/LC_MESSAGES/kio_nfs.mo -share/locale/is/LC_MESSAGES/kio_nntp.mo -share/locale/is/LC_MESSAGES/kio_pop3.mo -share/locale/is/LC_MESSAGES/kio_print.mo -share/locale/is/LC_MESSAGES/kio_remote.mo -share/locale/is/LC_MESSAGES/kio_scalix.mo -share/locale/is/LC_MESSAGES/kio_settings.mo -share/locale/is/LC_MESSAGES/kio_sftp.mo -share/locale/is/LC_MESSAGES/kio_sieve.mo -share/locale/is/LC_MESSAGES/kio_smb.mo -share/locale/is/LC_MESSAGES/kio_smtp.mo -share/locale/is/LC_MESSAGES/kio_svn.mo -share/locale/is/LC_MESSAGES/kio_system.mo -share/locale/is/LC_MESSAGES/kio_tar.mo -share/locale/is/LC_MESSAGES/kio_thumbnail.mo -share/locale/is/LC_MESSAGES/kio_trash.mo -share/locale/is/LC_MESSAGES/kio_zeroconf.mo -share/locale/is/LC_MESSAGES/kioexec.mo -share/locale/is/LC_MESSAGES/kiten.mo -share/locale/is/LC_MESSAGES/kjobviewer.mo -share/locale/is/LC_MESSAGES/kjots.mo -share/locale/is/LC_MESSAGES/kjumpingcube.mo -share/locale/is/LC_MESSAGES/klaptopdaemon.mo -share/locale/is/LC_MESSAGES/klatin.mo -share/locale/is/LC_MESSAGES/kleopatra.mo -share/locale/is/LC_MESSAGES/klettres.mo -share/locale/is/LC_MESSAGES/klickety.mo -share/locale/is/LC_MESSAGES/klines.mo -share/locale/is/LC_MESSAGES/klinkstatus.mo -share/locale/is/LC_MESSAGES/klipper.mo -share/locale/is/LC_MESSAGES/klock.mo -share/locale/is/LC_MESSAGES/kmag.mo -share/locale/is/LC_MESSAGES/kmahjongg.mo -share/locale/is/LC_MESSAGES/kmail.mo -share/locale/is/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/is/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/is/LC_MESSAGES/kmailcvt.mo -share/locale/is/LC_MESSAGES/kmathapplet.mo -share/locale/is/LC_MESSAGES/kmcop.mo -share/locale/is/LC_MESSAGES/kmenuapplet.mo -share/locale/is/LC_MESSAGES/kmenuedit.mo -share/locale/is/LC_MESSAGES/kmid.mo -share/locale/is/LC_MESSAGES/kmilo_delli8k.mo -share/locale/is/LC_MESSAGES/kmilo_generic.mo -share/locale/is/LC_MESSAGES/kmilo_kvaio.mo -share/locale/is/LC_MESSAGES/kmilo_powerbook.mo -share/locale/is/LC_MESSAGES/kmilo_thinkpad.mo -share/locale/is/LC_MESSAGES/kmilod.mo -share/locale/is/LC_MESSAGES/kmines.mo -share/locale/is/LC_MESSAGES/kminipagerapplet.mo -share/locale/is/LC_MESSAGES/kmix.mo -share/locale/is/LC_MESSAGES/kmobile.mo -share/locale/is/LC_MESSAGES/kmoon.mo -share/locale/is/LC_MESSAGES/kmousetool.mo -share/locale/is/LC_MESSAGES/kmouth.mo -share/locale/is/LC_MESSAGES/kmplot.mo -share/locale/is/LC_MESSAGES/kmrml.mo -share/locale/is/LC_MESSAGES/knetattach.mo -share/locale/is/LC_MESSAGES/knetwalk.mo -share/locale/is/LC_MESSAGES/knetworkconf.mo -share/locale/is/LC_MESSAGES/knewsticker.mo -share/locale/is/LC_MESSAGES/knode.mo -share/locale/is/LC_MESSAGES/knotes.mo -share/locale/is/LC_MESSAGES/knotify.mo -share/locale/is/LC_MESSAGES/kodo.mo -share/locale/is/LC_MESSAGES/kolf.mo -share/locale/is/LC_MESSAGES/kolourpaint.mo -share/locale/is/LC_MESSAGES/kolourpicker.mo -share/locale/is/LC_MESSAGES/kommander.mo -share/locale/is/LC_MESSAGES/kompare.mo -share/locale/is/LC_MESSAGES/konnector_dummy.mo -share/locale/is/LC_MESSAGES/konnector_kabc.mo -share/locale/is/LC_MESSAGES/konnector_kcal.mo -share/locale/is/LC_MESSAGES/konnector_local.mo -share/locale/is/LC_MESSAGES/konnector_qtopia.mo -share/locale/is/LC_MESSAGES/konnector_remote.mo -share/locale/is/LC_MESSAGES/konqsidebar_delicious.mo -share/locale/is/LC_MESSAGES/konqsidebar_mediaplayer.mo -share/locale/is/LC_MESSAGES/konqsidebar_metabar.mo -share/locale/is/LC_MESSAGES/konqsidebar_news.mo -share/locale/is/LC_MESSAGES/konqueror.mo -share/locale/is/LC_MESSAGES/konquest.mo -share/locale/is/LC_MESSAGES/konsole.mo -share/locale/is/LC_MESSAGES/konsolekalendar.mo -share/locale/is/LC_MESSAGES/kontact.mo -share/locale/is/LC_MESSAGES/kooka.mo -share/locale/is/LC_MESSAGES/kopete.mo -share/locale/is/LC_MESSAGES/korganizer.mo -share/locale/is/LC_MESSAGES/korn.mo -share/locale/is/LC_MESSAGES/kpackage.mo -share/locale/is/LC_MESSAGES/kpager.mo -share/locale/is/LC_MESSAGES/kpartsaver.mo -share/locale/is/LC_MESSAGES/kpat.mo -share/locale/is/LC_MESSAGES/kpdf.mo -share/locale/is/LC_MESSAGES/kpercentage.mo -share/locale/is/LC_MESSAGES/kpersonalizer.mo -share/locale/is/LC_MESSAGES/kpf.mo -share/locale/is/LC_MESSAGES/kpilot.mo -share/locale/is/LC_MESSAGES/kpoker.mo -share/locale/is/LC_MESSAGES/kpovmodeler.mo -share/locale/is/LC_MESSAGES/kppp.mo -share/locale/is/LC_MESSAGES/kppplogview.mo -share/locale/is/LC_MESSAGES/kprinter.mo -share/locale/is/LC_MESSAGES/krandr.mo -share/locale/is/LC_MESSAGES/krdb.mo -share/locale/is/LC_MESSAGES/krdc.mo -share/locale/is/LC_MESSAGES/kreadconfig.mo -share/locale/is/LC_MESSAGES/krec.mo -share/locale/is/LC_MESSAGES/kregexpeditor.mo -share/locale/is/LC_MESSAGES/kres_birthday.mo -share/locale/is/LC_MESSAGES/kres_blogging.mo -share/locale/is/LC_MESSAGES/kres_bugzilla.mo -share/locale/is/LC_MESSAGES/kres_exchange.mo -share/locale/is/LC_MESSAGES/kres_featureplan.mo -share/locale/is/LC_MESSAGES/kres_groupware.mo -share/locale/is/LC_MESSAGES/kres_groupwise.mo -share/locale/is/LC_MESSAGES/kres_kolab.mo -share/locale/is/LC_MESSAGES/kres_remote.mo -share/locale/is/LC_MESSAGES/kres_xmlrpc.mo -share/locale/is/LC_MESSAGES/kreversi.mo -share/locale/is/LC_MESSAGES/krfb.mo -share/locale/is/LC_MESSAGES/kruler.mo -share/locale/is/LC_MESSAGES/krunapplet.mo -share/locale/is/LC_MESSAGES/ksame.mo -share/locale/is/LC_MESSAGES/ksayit.mo -share/locale/is/LC_MESSAGES/kscd.mo -share/locale/is/LC_MESSAGES/kscreensaver.mo -share/locale/is/LC_MESSAGES/kshisen.mo -share/locale/is/LC_MESSAGES/ksig.mo -share/locale/is/LC_MESSAGES/ksim.mo -share/locale/is/LC_MESSAGES/ksirc.mo -share/locale/is/LC_MESSAGES/ksirtet.mo -share/locale/is/LC_MESSAGES/ksmiletris.mo -share/locale/is/LC_MESSAGES/ksmserver.mo -share/locale/is/LC_MESSAGES/ksnake.mo -share/locale/is/LC_MESSAGES/ksnapshot.mo -share/locale/is/LC_MESSAGES/ksokoban.mo -share/locale/is/LC_MESSAGES/kspaceduel.mo -share/locale/is/LC_MESSAGES/ksplash.mo -share/locale/is/LC_MESSAGES/ksplashthemes.mo -share/locale/is/LC_MESSAGES/kstars.mo -share/locale/is/LC_MESSAGES/kstart.mo -share/locale/is/LC_MESSAGES/kstartperf.mo -share/locale/is/LC_MESSAGES/kstyle_highcontrast_config.mo -share/locale/is/LC_MESSAGES/kstyle_keramik_config.mo -share/locale/is/LC_MESSAGES/kstyle_phase_config.mo -share/locale/is/LC_MESSAGES/kstyle_plastik_config.mo -share/locale/is/LC_MESSAGES/ksvgplugin.mo -share/locale/is/LC_MESSAGES/ksysguard.mo -share/locale/is/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/is/LC_MESSAGES/ksystraycmd.mo -share/locale/is/LC_MESSAGES/ksysv.mo -share/locale/is/LC_MESSAGES/kteatime.mo -share/locale/is/LC_MESSAGES/ktexteditor_autobookmarker.mo -share/locale/is/LC_MESSAGES/ktexteditor_docwordcompletion.mo -share/locale/is/LC_MESSAGES/ktexteditor_insertfile.mo -share/locale/is/LC_MESSAGES/ktexteditor_isearch.mo -share/locale/is/LC_MESSAGES/ktexteditor_kdatatool.mo -share/locale/is/LC_MESSAGES/kthememanager.mo -share/locale/is/LC_MESSAGES/ktimemon.mo -share/locale/is/LC_MESSAGES/ktimer.mo -share/locale/is/LC_MESSAGES/ktip.mo -share/locale/is/LC_MESSAGES/ktnef.mo -share/locale/is/LC_MESSAGES/ktouch.mo -share/locale/is/LC_MESSAGES/ktron.mo -share/locale/is/LC_MESSAGES/kttsd.mo -share/locale/is/LC_MESSAGES/ktuberling.mo -share/locale/is/LC_MESSAGES/kturtle.mo -share/locale/is/LC_MESSAGES/ktux.mo -share/locale/is/LC_MESSAGES/kuick_plugin.mo -share/locale/is/LC_MESSAGES/kuickshow.mo -share/locale/is/LC_MESSAGES/kuiviewer.mo -share/locale/is/LC_MESSAGES/kuser.mo -share/locale/is/LC_MESSAGES/kverbos.mo -share/locale/is/LC_MESSAGES/kview.mo -share/locale/is/LC_MESSAGES/kview_scale.mo -share/locale/is/LC_MESSAGES/kviewbrowserplugin.mo -share/locale/is/LC_MESSAGES/kviewcanvas.mo -share/locale/is/LC_MESSAGES/kvieweffectsplugin.mo -share/locale/is/LC_MESSAGES/kviewpresenterplugin.mo -share/locale/is/LC_MESSAGES/kviewscannerplugin.mo -share/locale/is/LC_MESSAGES/kviewshell.mo -share/locale/is/LC_MESSAGES/kviewviewer.mo -share/locale/is/LC_MESSAGES/kvoctrain.mo -share/locale/is/LC_MESSAGES/kwalletmanager.mo -share/locale/is/LC_MESSAGES/kwatchgnupg.mo -share/locale/is/LC_MESSAGES/kweather.mo -share/locale/is/LC_MESSAGES/kwifimanager.mo -share/locale/is/LC_MESSAGES/kwin.mo -share/locale/is/LC_MESSAGES/kwin4.mo -share/locale/is/LC_MESSAGES/kwin_art_clients.mo -share/locale/is/LC_MESSAGES/kwin_clients.mo -share/locale/is/LC_MESSAGES/kwin_lib.mo -share/locale/is/LC_MESSAGES/kwireless.mo -share/locale/is/LC_MESSAGES/kwordquiz.mo -share/locale/is/LC_MESSAGES/kworldclock.mo -share/locale/is/LC_MESSAGES/kwriteconfig.mo -share/locale/is/LC_MESSAGES/kxkb.mo -share/locale/is/LC_MESSAGES/kxsconfig.mo -share/locale/is/LC_MESSAGES/kxsldbg.mo -share/locale/is/LC_MESSAGES/libKTTSD.mo -share/locale/is/LC_MESSAGES/libdmctl.mo -share/locale/is/LC_MESSAGES/libkaddrbk_geo_xxport.mo -share/locale/is/LC_MESSAGES/libkaddrbk_gmx_xxport.mo -share/locale/is/LC_MESSAGES/libkcal.mo -share/locale/is/LC_MESSAGES/libkcddb.mo -share/locale/is/LC_MESSAGES/libkdeedu.mo -share/locale/is/LC_MESSAGES/libkdegames.mo -share/locale/is/LC_MESSAGES/libkdepim.mo -share/locale/is/LC_MESSAGES/libkfaximgage.mo -share/locale/is/LC_MESSAGES/libkholidays.mo -share/locale/is/LC_MESSAGES/libkicker.mo -share/locale/is/LC_MESSAGES/libkickermenu_kdeprint.mo -share/locale/is/LC_MESSAGES/libkickermenu_konsole.mo -share/locale/is/LC_MESSAGES/libkickermenu_prefmenu.mo -share/locale/is/LC_MESSAGES/libkickermenu_recentdocs.mo -share/locale/is/LC_MESSAGES/libkickermenu_remotemenu.mo -share/locale/is/LC_MESSAGES/libkickermenu_systemmenu.mo -share/locale/is/LC_MESSAGES/libkickermenu_tom.mo -share/locale/is/LC_MESSAGES/libkleopatra.mo -share/locale/is/LC_MESSAGES/libkmime.mo -share/locale/is/LC_MESSAGES/libkonq.mo -share/locale/is/LC_MESSAGES/libkpgp.mo -share/locale/is/LC_MESSAGES/libkpimexchange.mo -share/locale/is/LC_MESSAGES/libkscan.mo -share/locale/is/LC_MESSAGES/libkscreensaver.mo -share/locale/is/LC_MESSAGES/libksieve.mo -share/locale/is/LC_MESSAGES/libksirtet.mo -share/locale/is/LC_MESSAGES/libksync.mo -share/locale/is/LC_MESSAGES/libtaskbar.mo -share/locale/is/LC_MESSAGES/libtaskmanager.mo -share/locale/is/LC_MESSAGES/lockout.mo -share/locale/is/LC_MESSAGES/lskat.mo -share/locale/is/LC_MESSAGES/lyrics.mo -share/locale/is/LC_MESSAGES/mediaapplet.mo -share/locale/is/LC_MESSAGES/mediacontrol.mo -share/locale/is/LC_MESSAGES/mf_konqplugin.mo -share/locale/is/LC_MESSAGES/minitoolsplugin.mo -share/locale/is/LC_MESSAGES/multisynk.mo -share/locale/is/LC_MESSAGES/naughtyapplet.mo -share/locale/is/LC_MESSAGES/nexscope.mo -share/locale/is/LC_MESSAGES/noatun.mo -share/locale/is/LC_MESSAGES/nsplugin.mo -share/locale/is/LC_MESSAGES/pitchablespeed.mo -share/locale/is/LC_MESSAGES/ppdtranslations.mo -share/locale/is/LC_MESSAGES/privacy.mo -share/locale/is/LC_MESSAGES/quanta.mo -share/locale/is/LC_MESSAGES/quicklauncher.mo -share/locale/is/LC_MESSAGES/rellinks.mo -share/locale/is/LC_MESSAGES/searchbarplugin.mo -share/locale/is/LC_MESSAGES/secpolicy.mo -share/locale/is/LC_MESSAGES/spy.mo -share/locale/is/LC_MESSAGES/superkaramba.mo -share/locale/is/LC_MESSAGES/synaescope.mo -share/locale/is/LC_MESSAGES/timezones.mo -share/locale/is/LC_MESSAGES/tippecanoe.mo -share/locale/is/LC_MESSAGES/trashapplet.mo -share/locale/is/LC_MESSAGES/tyler.mo -share/locale/is/LC_MESSAGES/uachangerplugin.mo -share/locale/is/LC_MESSAGES/umbrello.mo -share/locale/is/LC_MESSAGES/useraccount.mo -share/locale/is/LC_MESSAGES/validatorsplugin.mo -share/locale/is/LC_MESSAGES/wakeup.mo -share/locale/is/LC_MESSAGES/wavecapture.mo -share/locale/is/LC_MESSAGES/webarchiver.mo -share/locale/is/charset -share/locale/is/entry.desktop -share/locale/is/flag.png diff --git a/misc/kde4-l10n-ro/Makefile b/misc/kde4-l10n-ro/Makefile deleted file mode 100644 index 79f1d7e5ae2c..000000000000 --- a/misc/kde4-l10n-ro/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: kde3-i18n-ro -# Date created: 05 April 2002 -# Whom: Lauri Watts <lauri@kde.org> -# -# $FreeBSD$ -# - -PORTNAME= kde-i18n -PORTVERSION= ${KDE_VERSION} -CATEGORIES?= misc kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n -PKGNAMEPREFIX= ro- -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Romanian messages and documentation for KDE3 - -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - -USE_KDELIBS_VER=3 -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -KDE_I18N= yes - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.mk> diff --git a/misc/kde4-l10n-ro/distinfo b/misc/kde4-l10n-ro/distinfo deleted file mode 100644 index 4a848b5a63fb..000000000000 --- a/misc/kde4-l10n-ro/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kde-i18n/kde-i18n-ro-3.5.10.tar.bz2) = 864955c215254a4cb2675c7c1631a8c8 -SHA256 (KDE/kde-i18n/kde-i18n-ro-3.5.10.tar.bz2) = 7a03e97d2eb4494400e3255e8b74e34aac40d1388d440d74a09682a390d9b182 -SIZE (KDE/kde-i18n/kde-i18n-ro-3.5.10.tar.bz2) = 3189712 diff --git a/misc/kde4-l10n-ro/pkg-descr b/misc/kde4-l10n-ro/pkg-descr deleted file mode 100644 index 3354ca873ecc..000000000000 --- a/misc/kde4-l10n-ro/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for KDE3. - -WWW: http://i18n.kde.org/ diff --git a/misc/kde4-l10n-ro/pkg-plist b/misc/kde4-l10n-ro/pkg-plist deleted file mode 100644 index d5524e5ec494..000000000000 --- a/misc/kde4-l10n-ro/pkg-plist +++ /dev/null @@ -1,725 +0,0 @@ -share/apps/ktuberling/sounds/ro/ceas.wav -share/apps/ktuberling/sounds/ro/cercel.wav -share/apps/ktuberling/sounds/ro/colier.wav -share/apps/ktuberling/sounds/ro/corn.wav -share/apps/ktuberling/sounds/ro/cravata.wav -share/apps/ktuberling/sounds/ro/domnul-cartof.wav -share/apps/ktuberling/sounds/ro/fular.wav -share/apps/ktuberling/sounds/ro/gura.wav -share/apps/ktuberling/sounds/ro/insigna.wav -share/apps/ktuberling/sounds/ro/mustata.wav -share/apps/ktuberling/sounds/ro/nas.wav -share/apps/ktuberling/sounds/ro/ochelari-de-soare.wav -share/apps/ktuberling/sounds/ro/ochelari.wav -share/apps/ktuberling/sounds/ro/ochi.wav -share/apps/ktuberling/sounds/ro/palarie.wav -share/apps/ktuberling/sounds/ro/papion.wav -share/apps/ktuberling/sounds/ro/par.wav -share/apps/ktuberling/sounds/ro/pinguin.wav -share/apps/ktuberling/sounds/ro/sprinceana.wav -share/apps/ktuberling/sounds/ro/tigara.wav -share/apps/ktuberling/sounds/ro/ureche.wav -share/doc/HTML/ro/common/1.png -share/doc/HTML/ro/common/10.png -share/doc/HTML/ro/common/2.png -share/doc/HTML/ro/common/3.png -share/doc/HTML/ro/common/4.png -share/doc/HTML/ro/common/5.png -share/doc/HTML/ro/common/6.png -share/doc/HTML/ro/common/7.png -share/doc/HTML/ro/common/8.png -share/doc/HTML/ro/common/9.png -share/doc/HTML/ro/common/appheader.html -share/doc/HTML/ro/common/artistic-license.html -share/doc/HTML/ro/common/bottom-left.png -share/doc/HTML/ro/common/bottom-middle.png -share/doc/HTML/ro/common/bottom-right.png -share/doc/HTML/ro/common/bottom1.png -share/doc/HTML/ro/common/bottom2.png -share/doc/HTML/ro/common/bsd-license.html -share/doc/HTML/ro/common/docheadergears.png -share/doc/HTML/ro/common/doctop1.png -share/doc/HTML/ro/common/doctop1a.png -share/doc/HTML/ro/common/doctop1b.png -share/doc/HTML/ro/common/doctop2.png -share/doc/HTML/ro/common/doxygen.css -share/doc/HTML/ro/common/favicon.ico -share/doc/HTML/ro/common/fdl-license -share/doc/HTML/ro/common/fdl-license.html -share/doc/HTML/ro/common/fdl-notice.html -share/doc/HTML/ro/common/fdl-translated.html -share/doc/HTML/ro/common/footer.html -share/doc/HTML/ro/common/gpl-license -share/doc/HTML/ro/common/gpl-license.html -share/doc/HTML/ro/common/gpl-translated.html -share/doc/HTML/ro/common/grad.png -share/doc/HTML/ro/common/header.html -share/doc/HTML/ro/common/headerbg.png -share/doc/HTML/ro/common/kde-common.css -share/doc/HTML/ro/common/kde-default.css -share/doc/HTML/ro/common/kde-localised.css -share/doc/HTML/ro/common/kde-localised.css.template -share/doc/HTML/ro/common/kde-web.css -share/doc/HTML/ro/common/kde_gear_64.png -share/doc/HTML/ro/common/kde_logo.png -share/doc/HTML/ro/common/kde_logo_bg.png -share/doc/HTML/ro/common/kmenu.png -share/doc/HTML/ro/common/lgpl-license -share/doc/HTML/ro/common/lgpl-license.html -share/doc/HTML/ro/common/lgpl-translated.html -share/doc/HTML/ro/common/logotp3.png -share/doc/HTML/ro/common/mainfooter.html -share/doc/HTML/ro/common/mainheader.html -share/doc/HTML/ro/common/qpl-license.html -share/doc/HTML/ro/common/shadow.png -share/doc/HTML/ro/common/top-left.png -share/doc/HTML/ro/common/top-middle.png -share/doc/HTML/ro/common/top-right-konqueror.png -share/doc/HTML/ro/common/web-docbottom.png -share/doc/HTML/ro/common/web-doctop.png -share/doc/HTML/ro/common/x11-license.html -share/doc/HTML/ro/common/xml.dcl -share/doc/HTML/ro/khelpcenter/common -share/doc/HTML/ro/khelpcenter/contact.docbook -share/doc/HTML/ro/khelpcenter/glossary/common -share/doc/HTML/ro/khelpcenter/glossary/index.cache.bz2 -share/doc/HTML/ro/khelpcenter/glossary/index.docbook -share/doc/HTML/ro/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/ro/khelpcenter/help.docbook -share/doc/HTML/ro/khelpcenter/index.cache.bz2 -share/doc/HTML/ro/khelpcenter/index.docbook -share/doc/HTML/ro/khelpcenter/links.docbook -share/doc/HTML/ro/khelpcenter/support.docbook -share/doc/HTML/ro/khelpcenter/visualdict/common -share/doc/HTML/ro/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/ro/khelpcenter/visualdict/index.docbook -share/doc/HTML/ro/khelpcenter/visualdict/pict1.png -share/doc/HTML/ro/khelpcenter/visualdict/pict10.png -share/doc/HTML/ro/khelpcenter/visualdict/pict11.png -share/doc/HTML/ro/khelpcenter/visualdict/pict12.png -share/doc/HTML/ro/khelpcenter/visualdict/pict13.png -share/doc/HTML/ro/khelpcenter/visualdict/pict14.png -share/doc/HTML/ro/khelpcenter/visualdict/pict15.png -share/doc/HTML/ro/khelpcenter/visualdict/pict16.png -share/doc/HTML/ro/khelpcenter/visualdict/pict17.png -share/doc/HTML/ro/khelpcenter/visualdict/pict18.png -share/doc/HTML/ro/khelpcenter/visualdict/pict19.png -share/doc/HTML/ro/khelpcenter/visualdict/pict2.png -share/doc/HTML/ro/khelpcenter/visualdict/pict20.png -share/doc/HTML/ro/khelpcenter/visualdict/pict3.png -share/doc/HTML/ro/khelpcenter/visualdict/pict4.png -share/doc/HTML/ro/khelpcenter/visualdict/pict5.png -share/doc/HTML/ro/khelpcenter/visualdict/pict6.png -share/doc/HTML/ro/khelpcenter/visualdict/pict7.png -share/doc/HTML/ro/khelpcenter/visualdict/pict8.png -share/doc/HTML/ro/khelpcenter/visualdict/pict9.png -share/doc/HTML/ro/khelpcenter/welcome.docbook -share/doc/HTML/ro/khelpcenter/whatiskde.docbook -share/doc/HTML/ro/kinfocenter/common -share/doc/HTML/ro/kinfocenter/devices/common -share/doc/HTML/ro/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/devices/index.docbook -share/doc/HTML/ro/kinfocenter/dma/common -share/doc/HTML/ro/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/dma/index.docbook -share/doc/HTML/ro/kinfocenter/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/index.docbook -share/doc/HTML/ro/kinfocenter/interrupts/common -share/doc/HTML/ro/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/interrupts/index.docbook -share/doc/HTML/ro/kinfocenter/ioports/common -share/doc/HTML/ro/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/ioports/index.docbook -share/doc/HTML/ro/kinfocenter/memory/common -share/doc/HTML/ro/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/memory/index.docbook -share/doc/HTML/ro/kinfocenter/nics/common -share/doc/HTML/ro/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/nics/index.docbook -share/doc/HTML/ro/kinfocenter/opengl/common -share/doc/HTML/ro/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/opengl/index.docbook -share/doc/HTML/ro/kinfocenter/partitions/common -share/doc/HTML/ro/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/partitions/index.docbook -share/doc/HTML/ro/kinfocenter/pci/common -share/doc/HTML/ro/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/pci/index.docbook -share/doc/HTML/ro/kinfocenter/pcmcia/common -share/doc/HTML/ro/kinfocenter/pcmcia/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/pcmcia/index.docbook -share/doc/HTML/ro/kinfocenter/processor/common -share/doc/HTML/ro/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/processor/index.docbook -share/doc/HTML/ro/kinfocenter/protocols/common -share/doc/HTML/ro/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/protocols/index.docbook -share/doc/HTML/ro/kinfocenter/samba/common -share/doc/HTML/ro/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/samba/index.docbook -share/doc/HTML/ro/kinfocenter/scsi/common -share/doc/HTML/ro/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/scsi/index.docbook -share/doc/HTML/ro/kinfocenter/sound/common -share/doc/HTML/ro/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/sound/index.docbook -share/doc/HTML/ro/kinfocenter/usb/common -share/doc/HTML/ro/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/usb/index.docbook -share/doc/HTML/ro/kinfocenter/xserver/common -share/doc/HTML/ro/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/xserver/index.docbook -share/doc/HTML/ro/kioslave/bzip.docbook -share/doc/HTML/ro/kioslave/bzip2.docbook -share/doc/HTML/ro/kioslave/cgi.docbook -share/doc/HTML/ro/kioslave/common -share/doc/HTML/ro/kioslave/data.docbook -share/doc/HTML/ro/kioslave/file.docbook -share/doc/HTML/ro/kioslave/finger.docbook -share/doc/HTML/ro/kioslave/fish.docbook -share/doc/HTML/ro/kioslave/floppy.docbook -share/doc/HTML/ro/kioslave/ftp.docbook -share/doc/HTML/ro/kioslave/gopher.docbook -share/doc/HTML/ro/kioslave/gzip.docbook -share/doc/HTML/ro/kioslave/help.docbook -share/doc/HTML/ro/kioslave/http.docbook -share/doc/HTML/ro/kioslave/https.docbook -share/doc/HTML/ro/kioslave/imap.docbook -share/doc/HTML/ro/kioslave/imaps.docbook -share/doc/HTML/ro/kioslave/index.cache.bz2 -share/doc/HTML/ro/kioslave/index.docbook -share/doc/HTML/ro/kioslave/info.docbook -share/doc/HTML/ro/kioslave/lan.docbook -share/doc/HTML/ro/kioslave/ldap.docbook -share/doc/HTML/ro/kioslave/mac.docbook -share/doc/HTML/ro/kioslave/mailto.docbook -share/doc/HTML/ro/kioslave/man.docbook -share/doc/HTML/ro/kioslave/mrml.docbook -share/doc/HTML/ro/kioslave/news.docbook -share/doc/HTML/ro/kioslave/nfs.docbook -share/doc/HTML/ro/kioslave/nntp.docbook -share/doc/HTML/ro/kioslave/pop3.docbook -share/doc/HTML/ro/kioslave/pop3s.docbook -share/doc/HTML/ro/kioslave/print.docbook -share/doc/HTML/ro/kioslave/rlan.docbook -share/doc/HTML/ro/kioslave/rlogin.docbook -share/doc/HTML/ro/kioslave/sftp.docbook -share/doc/HTML/ro/kioslave/smb.docbook -share/doc/HTML/ro/kioslave/smtp.docbook -share/doc/HTML/ro/kioslave/tar.docbook -share/doc/HTML/ro/kioslave/telnet.docbook -share/doc/HTML/ro/kioslave/thumbnail.docbook -share/doc/HTML/ro/kioslave/webdav.docbook -share/doc/HTML/ro/kioslave/webdavs.docbook -share/locale/ro/LC_MESSAGES/akregator.mo -share/locale/ro/LC_MESSAGES/alsaplayerui.mo -share/locale/ro/LC_MESSAGES/amor.mo -share/locale/ro/LC_MESSAGES/appletproxy.mo -share/locale/ro/LC_MESSAGES/ark.mo -share/locale/ro/LC_MESSAGES/artsbuilder.mo -share/locale/ro/LC_MESSAGES/artscontrol.mo -share/locale/ro/LC_MESSAGES/artsmodules.mo -share/locale/ro/LC_MESSAGES/atlantik.mo -share/locale/ro/LC_MESSAGES/atlantikdesigner.mo -share/locale/ro/LC_MESSAGES/audiorename_plugin.mo -share/locale/ro/LC_MESSAGES/autorefresh.mo -share/locale/ro/LC_MESSAGES/babelfish.mo -share/locale/ro/LC_MESSAGES/cervisia.mo -share/locale/ro/LC_MESSAGES/charlatanui.mo -share/locale/ro/LC_MESSAGES/clockapplet.mo -share/locale/ro/LC_MESSAGES/crashesplugin.mo -share/locale/ro/LC_MESSAGES/cupsdconf.mo -share/locale/ro/LC_MESSAGES/cvsservice.mo -share/locale/ro/LC_MESSAGES/dcoprss.mo -share/locale/ro/LC_MESSAGES/dirfilterplugin.mo -share/locale/ro/LC_MESSAGES/display.mo -share/locale/ro/LC_MESSAGES/dockbarextension.mo -share/locale/ro/LC_MESSAGES/domtreeviewer.mo -share/locale/ro/LC_MESSAGES/drkonqi.mo -share/locale/ro/LC_MESSAGES/dub.mo -share/locale/ro/LC_MESSAGES/extensionproxy.mo -share/locale/ro/LC_MESSAGES/ffrs.mo -share/locale/ro/LC_MESSAGES/filetypes.mo -share/locale/ro/LC_MESSAGES/fsview.mo -share/locale/ro/LC_MESSAGES/htmlsearch.mo -share/locale/ro/LC_MESSAGES/imagerename_plugin.mo -share/locale/ro/LC_MESSAGES/imgalleryplugin.mo -share/locale/ro/LC_MESSAGES/irkick.mo -share/locale/ro/LC_MESSAGES/joystick.mo -share/locale/ro/LC_MESSAGES/juk.mo -share/locale/ro/LC_MESSAGES/kabc2mutt.mo -share/locale/ro/LC_MESSAGES/kabc_dir.mo -share/locale/ro/LC_MESSAGES/kabc_file.mo -share/locale/ro/LC_MESSAGES/kabc_ldapkio.mo -share/locale/ro/LC_MESSAGES/kabc_net.mo -share/locale/ro/LC_MESSAGES/kabc_sql.mo -share/locale/ro/LC_MESSAGES/kabcformat_binary.mo -share/locale/ro/LC_MESSAGES/kaboodle.mo -share/locale/ro/LC_MESSAGES/kaccess.mo -share/locale/ro/LC_MESSAGES/kaddressbook.mo -share/locale/ro/LC_MESSAGES/kalarm.mo -share/locale/ro/LC_MESSAGES/kalzium.mo -share/locale/ro/LC_MESSAGES/kandy.mo -share/locale/ro/LC_MESSAGES/kappfinder.mo -share/locale/ro/LC_MESSAGES/karm.mo -share/locale/ro/LC_MESSAGES/kasbarextension.mo -share/locale/ro/LC_MESSAGES/kasteroids.mo -share/locale/ro/LC_MESSAGES/kate.mo -share/locale/ro/LC_MESSAGES/katecppsymbolviewer.mo -share/locale/ro/LC_MESSAGES/katefll_initplugin.mo -share/locale/ro/LC_MESSAGES/katefll_plugin.mo -share/locale/ro/LC_MESSAGES/katehelloworld.mo -share/locale/ro/LC_MESSAGES/katehtmltools.mo -share/locale/ro/LC_MESSAGES/kateinsertcommand.mo -share/locale/ro/LC_MESSAGES/katekjswrapper.mo -share/locale/ro/LC_MESSAGES/katemake.mo -share/locale/ro/LC_MESSAGES/katemodeline.mo -share/locale/ro/LC_MESSAGES/kateopenheader.mo -share/locale/ro/LC_MESSAGES/katepart.mo -share/locale/ro/LC_MESSAGES/katepybrowse.mo -share/locale/ro/LC_MESSAGES/katetabbarextension.mo -share/locale/ro/LC_MESSAGES/katetextfilter.mo -share/locale/ro/LC_MESSAGES/katexmlcheck.mo -share/locale/ro/LC_MESSAGES/katexmltools.mo -share/locale/ro/LC_MESSAGES/katomic.mo -share/locale/ro/LC_MESSAGES/kaudiocreator.mo -share/locale/ro/LC_MESSAGES/kbabel.mo -share/locale/ro/LC_MESSAGES/kbackgammon.mo -share/locale/ro/LC_MESSAGES/kbattleship.mo -share/locale/ro/LC_MESSAGES/kbinaryclock.mo -share/locale/ro/LC_MESSAGES/kblackbox.mo -share/locale/ro/LC_MESSAGES/kbounce.mo -share/locale/ro/LC_MESSAGES/kbruch.mo -share/locale/ro/LC_MESSAGES/kbugbuster.mo -share/locale/ro/LC_MESSAGES/kcachegrind.mo -share/locale/ro/LC_MESSAGES/kcalc.mo -share/locale/ro/LC_MESSAGES/kcharselect.mo -share/locale/ro/LC_MESSAGES/kcharselectapplet.mo -share/locale/ro/LC_MESSAGES/kcm_krfb.mo -share/locale/ro/LC_MESSAGES/kcm_kviewcanvasconfig.mo -share/locale/ro/LC_MESSAGES/kcm_kviewgeneralconfig.mo -share/locale/ro/LC_MESSAGES/kcm_kviewpluginsconfig.mo -share/locale/ro/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo -share/locale/ro/LC_MESSAGES/kcmaccess.mo -share/locale/ro/LC_MESSAGES/kcmaccessibility.mo -share/locale/ro/LC_MESSAGES/kcmarts.mo -share/locale/ro/LC_MESSAGES/kcmaudiocd.mo -share/locale/ro/LC_MESSAGES/kcmbackground.mo -share/locale/ro/LC_MESSAGES/kcmbell.mo -share/locale/ro/LC_MESSAGES/kcmcddb.mo -share/locale/ro/LC_MESSAGES/kcmcgi.mo -share/locale/ro/LC_MESSAGES/kcmcolors.mo -share/locale/ro/LC_MESSAGES/kcmcomponentchooser.mo -share/locale/ro/LC_MESSAGES/kcmcrypto.mo -share/locale/ro/LC_MESSAGES/kcmcss.mo -share/locale/ro/LC_MESSAGES/kcmenergy.mo -share/locale/ro/LC_MESSAGES/kcmfonts.mo -share/locale/ro/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/ro/LC_MESSAGES/kcmicons.mo -share/locale/ro/LC_MESSAGES/kcminfo.mo -share/locale/ro/LC_MESSAGES/kcminput.mo -share/locale/ro/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/ro/LC_MESSAGES/kcmkabconfig.mo -share/locale/ro/LC_MESSAGES/kcmkamera.mo -share/locale/ro/LC_MESSAGES/kcmkclock.mo -share/locale/ro/LC_MESSAGES/kcmkded.mo -share/locale/ro/LC_MESSAGES/kcmkeys.mo -share/locale/ro/LC_MESSAGES/kcmkicker.mo -share/locale/ro/LC_MESSAGES/kcmkio.mo -share/locale/ro/LC_MESSAGES/kcmkonq.mo -share/locale/ro/LC_MESSAGES/kcmkonqhtml.mo -share/locale/ro/LC_MESSAGES/kcmkonsole.mo -share/locale/ro/LC_MESSAGES/kcmkontactnt.mo -share/locale/ro/LC_MESSAGES/kcmktalkd.mo -share/locale/ro/LC_MESSAGES/kcmkuick.mo -share/locale/ro/LC_MESSAGES/kcmkurifilt.mo -share/locale/ro/LC_MESSAGES/kcmkvaio.mo -share/locale/ro/LC_MESSAGES/kcmkwallet.mo -share/locale/ro/LC_MESSAGES/kcmkwindecoration.mo -share/locale/ro/LC_MESSAGES/kcmkwinrules.mo -share/locale/ro/LC_MESSAGES/kcmkwm.mo -share/locale/ro/LC_MESSAGES/kcmlanbrowser.mo -share/locale/ro/LC_MESSAGES/kcmlaptop.mo -share/locale/ro/LC_MESSAGES/kcmlaunch.mo -share/locale/ro/LC_MESSAGES/kcmlayout.mo -share/locale/ro/LC_MESSAGES/kcmlilo.mo -share/locale/ro/LC_MESSAGES/kcmlirc.mo -share/locale/ro/LC_MESSAGES/kcmlocale.mo -share/locale/ro/LC_MESSAGES/kcmnic.mo -share/locale/ro/LC_MESSAGES/kcmnotify.mo -share/locale/ro/LC_MESSAGES/kcmperformance.mo -share/locale/ro/LC_MESSAGES/kcmprintmgr.mo -share/locale/ro/LC_MESSAGES/kcmsamba.mo -share/locale/ro/LC_MESSAGES/kcmscreensaver.mo -share/locale/ro/LC_MESSAGES/kcmshell.mo -share/locale/ro/LC_MESSAGES/kcmsmartcard.mo -share/locale/ro/LC_MESSAGES/kcmsmserver.mo -share/locale/ro/LC_MESSAGES/kcmspellchecking.mo -share/locale/ro/LC_MESSAGES/kcmstyle.mo -share/locale/ro/LC_MESSAGES/kcmtaskbar.mo -share/locale/ro/LC_MESSAGES/kcmthinkpad.mo -share/locale/ro/LC_MESSAGES/kcmusb.mo -share/locale/ro/LC_MESSAGES/kcmview1394.mo -share/locale/ro/LC_MESSAGES/kcmwifi.mo -share/locale/ro/LC_MESSAGES/kcmxinerama.mo -share/locale/ro/LC_MESSAGES/kcoloredit.mo -share/locale/ro/LC_MESSAGES/kcontrol.mo -share/locale/ro/LC_MESSAGES/kcron.mo -share/locale/ro/LC_MESSAGES/kdat.mo -share/locale/ro/LC_MESSAGES/kdcop.mo -share/locale/ro/LC_MESSAGES/kdebugdialog.mo -share/locale/ro/LC_MESSAGES/kdelibs.mo -share/locale/ro/LC_MESSAGES/kdelibs_colors.mo -share/locale/ro/LC_MESSAGES/kdelirc.mo -share/locale/ro/LC_MESSAGES/kdepasswd.mo -share/locale/ro/LC_MESSAGES/kdeprint.mo -share/locale/ro/LC_MESSAGES/kdeprint_part.mo -share/locale/ro/LC_MESSAGES/kdeprintfax.mo -share/locale/ro/LC_MESSAGES/kdesktop.mo -share/locale/ro/LC_MESSAGES/kdessh.mo -share/locale/ro/LC_MESSAGES/kdesu.mo -share/locale/ro/LC_MESSAGES/kdesud.mo -share/locale/ro/LC_MESSAGES/kdevdesigner.mo -share/locale/ro/LC_MESSAGES/kdevelop.mo -share/locale/ro/LC_MESSAGES/kdevtipofday.mo -share/locale/ro/LC_MESSAGES/kdf.mo -share/locale/ro/LC_MESSAGES/kdgantt.mo -share/locale/ro/LC_MESSAGES/kdialog.mo -share/locale/ro/LC_MESSAGES/kdict.mo -share/locale/ro/LC_MESSAGES/kdictapplet.mo -share/locale/ro/LC_MESSAGES/kdmconfig.mo -share/locale/ro/LC_MESSAGES/kdmgreet.mo -share/locale/ro/LC_MESSAGES/kdvi.mo -share/locale/ro/LC_MESSAGES/kedit.mo -share/locale/ro/LC_MESSAGES/keduca.mo -share/locale/ro/LC_MESSAGES/kenolaba.mo -share/locale/ro/LC_MESSAGES/kfax.mo -share/locale/ro/LC_MESSAGES/kfifteenapplet.mo -share/locale/ro/LC_MESSAGES/kfile_au.mo -share/locale/ro/LC_MESSAGES/kfile_avi.mo -share/locale/ro/LC_MESSAGES/kfile_bmp.mo -share/locale/ro/LC_MESSAGES/kfile_cpp.mo -share/locale/ro/LC_MESSAGES/kfile_dds.mo -share/locale/ro/LC_MESSAGES/kfile_deb.mo -share/locale/ro/LC_MESSAGES/kfile_desktop.mo -share/locale/ro/LC_MESSAGES/kfile_diff.mo -share/locale/ro/LC_MESSAGES/kfile_dvi.mo -share/locale/ro/LC_MESSAGES/kfile_exr.mo -share/locale/ro/LC_MESSAGES/kfile_flac.mo -share/locale/ro/LC_MESSAGES/kfile_folder.mo -share/locale/ro/LC_MESSAGES/kfile_gif.mo -share/locale/ro/LC_MESSAGES/kfile_html.mo -share/locale/ro/LC_MESSAGES/kfile_ico.mo -share/locale/ro/LC_MESSAGES/kfile_jpeg.mo -share/locale/ro/LC_MESSAGES/kfile_lnk.mo -share/locale/ro/LC_MESSAGES/kfile_m3u.mo -share/locale/ro/LC_MESSAGES/kfile_mp3.mo -share/locale/ro/LC_MESSAGES/kfile_ogg.mo -share/locale/ro/LC_MESSAGES/kfile_palm.mo -share/locale/ro/LC_MESSAGES/kfile_pcx.mo -share/locale/ro/LC_MESSAGES/kfile_pdf.mo -share/locale/ro/LC_MESSAGES/kfile_png.mo -share/locale/ro/LC_MESSAGES/kfile_pnm.mo -share/locale/ro/LC_MESSAGES/kfile_po.mo -share/locale/ro/LC_MESSAGES/kfile_ps.mo -share/locale/ro/LC_MESSAGES/kfile_rfc822.mo -share/locale/ro/LC_MESSAGES/kfile_rgb.mo -share/locale/ro/LC_MESSAGES/kfile_rpm.mo -share/locale/ro/LC_MESSAGES/kfile_sid.mo -share/locale/ro/LC_MESSAGES/kfile_tga.mo -share/locale/ro/LC_MESSAGES/kfile_tiff.mo -share/locale/ro/LC_MESSAGES/kfile_ts.mo -share/locale/ro/LC_MESSAGES/kfile_txt.mo -share/locale/ro/LC_MESSAGES/kfile_vcf.mo -share/locale/ro/LC_MESSAGES/kfile_wav.mo -share/locale/ro/LC_MESSAGES/kfile_xbm.mo -share/locale/ro/LC_MESSAGES/kfile_xpm.mo -share/locale/ro/LC_MESSAGES/kfileaudiopreview.mo -share/locale/ro/LC_MESSAGES/kfilereplace.mo -share/locale/ro/LC_MESSAGES/kfileshare.mo -share/locale/ro/LC_MESSAGES/kfindpart.mo -share/locale/ro/LC_MESSAGES/kfloppy.mo -share/locale/ro/LC_MESSAGES/kfmclient.mo -share/locale/ro/LC_MESSAGES/kfontinst.mo -share/locale/ro/LC_MESSAGES/kfouleggs.mo -share/locale/ro/LC_MESSAGES/kgamma.mo -share/locale/ro/LC_MESSAGES/kgantt.mo -share/locale/ro/LC_MESSAGES/kgeography.mo -share/locale/ro/LC_MESSAGES/kget.mo -share/locale/ro/LC_MESSAGES/kghostview.mo -share/locale/ro/LC_MESSAGES/kgoldrunner.mo -share/locale/ro/LC_MESSAGES/kgpg.mo -share/locale/ro/LC_MESSAGES/kgreet_classic.mo -share/locale/ro/LC_MESSAGES/khangman.mo -share/locale/ro/LC_MESSAGES/khelpcenter.mo -share/locale/ro/LC_MESSAGES/khexedit.mo -share/locale/ro/LC_MESSAGES/khotkeys.mo -share/locale/ro/LC_MESSAGES/khtmlkttsd.mo -share/locale/ro/LC_MESSAGES/khtmlsettingsplugin.mo -share/locale/ro/LC_MESSAGES/kicker.mo -share/locale/ro/LC_MESSAGES/kiconedit.mo -share/locale/ro/LC_MESSAGES/kig.mo -share/locale/ro/LC_MESSAGES/kimagemapeditor.mo -share/locale/ro/LC_MESSAGES/kinetd.mo -share/locale/ro/LC_MESSAGES/kio.mo -share/locale/ro/LC_MESSAGES/kio_audiocd.mo -share/locale/ro/LC_MESSAGES/kio_finger.mo -share/locale/ro/LC_MESSAGES/kio_fish.mo -share/locale/ro/LC_MESSAGES/kio_floppy.mo -share/locale/ro/LC_MESSAGES/kio_help.mo -share/locale/ro/LC_MESSAGES/kio_home.mo -share/locale/ro/LC_MESSAGES/kio_imap4.mo -share/locale/ro/LC_MESSAGES/kio_lan.mo -share/locale/ro/LC_MESSAGES/kio_ldap.mo -share/locale/ro/LC_MESSAGES/kio_mac.mo -share/locale/ro/LC_MESSAGES/kio_man.mo -share/locale/ro/LC_MESSAGES/kio_media.mo -share/locale/ro/LC_MESSAGES/kio_mobile.mo -share/locale/ro/LC_MESSAGES/kio_nfs.mo -share/locale/ro/LC_MESSAGES/kio_nntp.mo -share/locale/ro/LC_MESSAGES/kio_pop3.mo -share/locale/ro/LC_MESSAGES/kio_print.mo -share/locale/ro/LC_MESSAGES/kio_settings.mo -share/locale/ro/LC_MESSAGES/kio_sftp.mo -share/locale/ro/LC_MESSAGES/kio_sieve.mo -share/locale/ro/LC_MESSAGES/kio_smb.mo -share/locale/ro/LC_MESSAGES/kio_smtp.mo -share/locale/ro/LC_MESSAGES/kio_svn.mo -share/locale/ro/LC_MESSAGES/kioexec.mo -share/locale/ro/LC_MESSAGES/kiten.mo -share/locale/ro/LC_MESSAGES/kjobviewer.mo -share/locale/ro/LC_MESSAGES/kjots.mo -share/locale/ro/LC_MESSAGES/kjumpingcube.mo -share/locale/ro/LC_MESSAGES/klaptopdaemon.mo -share/locale/ro/LC_MESSAGES/klatin.mo -share/locale/ro/LC_MESSAGES/kleopatra.mo -share/locale/ro/LC_MESSAGES/klettres.mo -share/locale/ro/LC_MESSAGES/klickety.mo -share/locale/ro/LC_MESSAGES/klines.mo -share/locale/ro/LC_MESSAGES/klinkstatus.mo -share/locale/ro/LC_MESSAGES/klipper.mo -share/locale/ro/LC_MESSAGES/klock.mo -share/locale/ro/LC_MESSAGES/kmag.mo -share/locale/ro/LC_MESSAGES/kmahjongg.mo -share/locale/ro/LC_MESSAGES/kmail.mo -share/locale/ro/LC_MESSAGES/kmailcvt.mo -share/locale/ro/LC_MESSAGES/kmathapplet.mo -share/locale/ro/LC_MESSAGES/kmcop.mo -share/locale/ro/LC_MESSAGES/kmenuapplet.mo -share/locale/ro/LC_MESSAGES/kmenuedit.mo -share/locale/ro/LC_MESSAGES/kmid.mo -share/locale/ro/LC_MESSAGES/kmilo_generic.mo -share/locale/ro/LC_MESSAGES/kmilo_kvaio.mo -share/locale/ro/LC_MESSAGES/kmilo_powerbook.mo -share/locale/ro/LC_MESSAGES/kmilo_thinkpad.mo -share/locale/ro/LC_MESSAGES/kmilod.mo -share/locale/ro/LC_MESSAGES/kmines.mo -share/locale/ro/LC_MESSAGES/kminipagerapplet.mo -share/locale/ro/LC_MESSAGES/kmix.mo -share/locale/ro/LC_MESSAGES/kmobile.mo -share/locale/ro/LC_MESSAGES/kmoon.mo -share/locale/ro/LC_MESSAGES/kmousetool.mo -share/locale/ro/LC_MESSAGES/kmouth.mo -share/locale/ro/LC_MESSAGES/kmplot.mo -share/locale/ro/LC_MESSAGES/kmrml.mo -share/locale/ro/LC_MESSAGES/knewsticker.mo -share/locale/ro/LC_MESSAGES/knode.mo -share/locale/ro/LC_MESSAGES/knotes.mo -share/locale/ro/LC_MESSAGES/knotify.mo -share/locale/ro/LC_MESSAGES/kodo.mo -share/locale/ro/LC_MESSAGES/kolf.mo -share/locale/ro/LC_MESSAGES/kolourpaint.mo -share/locale/ro/LC_MESSAGES/kolourpicker.mo -share/locale/ro/LC_MESSAGES/kommander.mo -share/locale/ro/LC_MESSAGES/kompare.mo -share/locale/ro/LC_MESSAGES/konqsidebar_mediaplayer.mo -share/locale/ro/LC_MESSAGES/konqsidebar_news.mo -share/locale/ro/LC_MESSAGES/konqueror.mo -share/locale/ro/LC_MESSAGES/konquest.mo -share/locale/ro/LC_MESSAGES/konsole.mo -share/locale/ro/LC_MESSAGES/konsolekalendar.mo -share/locale/ro/LC_MESSAGES/kontact.mo -share/locale/ro/LC_MESSAGES/kooka.mo -share/locale/ro/LC_MESSAGES/kopete.mo -share/locale/ro/LC_MESSAGES/korganizer.mo -share/locale/ro/LC_MESSAGES/korn.mo -share/locale/ro/LC_MESSAGES/kpackage.mo -share/locale/ro/LC_MESSAGES/kpager.mo -share/locale/ro/LC_MESSAGES/kpartsaver.mo -share/locale/ro/LC_MESSAGES/kpat.mo -share/locale/ro/LC_MESSAGES/kpdf.mo -share/locale/ro/LC_MESSAGES/kpercentage.mo -share/locale/ro/LC_MESSAGES/kpersonalizer.mo -share/locale/ro/LC_MESSAGES/kpf.mo -share/locale/ro/LC_MESSAGES/kpilot.mo -share/locale/ro/LC_MESSAGES/kpoker.mo -share/locale/ro/LC_MESSAGES/kpovmodeler.mo -share/locale/ro/LC_MESSAGES/kppp.mo -share/locale/ro/LC_MESSAGES/kppplogview.mo -share/locale/ro/LC_MESSAGES/kprinter.mo -share/locale/ro/LC_MESSAGES/krandr.mo -share/locale/ro/LC_MESSAGES/krdb.mo -share/locale/ro/LC_MESSAGES/krdc.mo -share/locale/ro/LC_MESSAGES/kreadconfig.mo -share/locale/ro/LC_MESSAGES/krec.mo -share/locale/ro/LC_MESSAGES/kregexpeditor.mo -share/locale/ro/LC_MESSAGES/kreversi.mo -share/locale/ro/LC_MESSAGES/krfb.mo -share/locale/ro/LC_MESSAGES/kruler.mo -share/locale/ro/LC_MESSAGES/krunapplet.mo -share/locale/ro/LC_MESSAGES/ksame.mo -share/locale/ro/LC_MESSAGES/kscd.mo -share/locale/ro/LC_MESSAGES/kscreensaver.mo -share/locale/ro/LC_MESSAGES/kshisen.mo -share/locale/ro/LC_MESSAGES/ksig.mo -share/locale/ro/LC_MESSAGES/ksim.mo -share/locale/ro/LC_MESSAGES/ksirc.mo -share/locale/ro/LC_MESSAGES/ksirtet.mo -share/locale/ro/LC_MESSAGES/ksmiletris.mo -share/locale/ro/LC_MESSAGES/ksmserver.mo -share/locale/ro/LC_MESSAGES/ksnake.mo -share/locale/ro/LC_MESSAGES/ksnapshot.mo -share/locale/ro/LC_MESSAGES/ksokoban.mo -share/locale/ro/LC_MESSAGES/kspaceduel.mo -share/locale/ro/LC_MESSAGES/ksplash.mo -share/locale/ro/LC_MESSAGES/ksplashthemes.mo -share/locale/ro/LC_MESSAGES/kstars.mo -share/locale/ro/LC_MESSAGES/kstart.mo -share/locale/ro/LC_MESSAGES/kstartperf.mo -share/locale/ro/LC_MESSAGES/kstyle_highcontrast_config.mo -share/locale/ro/LC_MESSAGES/kstyle_keramik_config.mo -share/locale/ro/LC_MESSAGES/kstyle_plastik_config.mo -share/locale/ro/LC_MESSAGES/ksvgplugin.mo -share/locale/ro/LC_MESSAGES/ksysguard.mo -share/locale/ro/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/ro/LC_MESSAGES/ksystraycmd.mo -share/locale/ro/LC_MESSAGES/ksysv.mo -share/locale/ro/LC_MESSAGES/kteatime.mo -share/locale/ro/LC_MESSAGES/ktexteditor_autobookmarker.mo -share/locale/ro/LC_MESSAGES/ktexteditor_docwordcompletion.mo -share/locale/ro/LC_MESSAGES/ktexteditor_insertfile.mo -share/locale/ro/LC_MESSAGES/ktexteditor_isearch.mo -share/locale/ro/LC_MESSAGES/ktexteditor_kdatatool.mo -share/locale/ro/LC_MESSAGES/kthememanager.mo -share/locale/ro/LC_MESSAGES/ktimemon.mo -share/locale/ro/LC_MESSAGES/ktimer.mo -share/locale/ro/LC_MESSAGES/ktip.mo -share/locale/ro/LC_MESSAGES/ktnef.mo -share/locale/ro/LC_MESSAGES/ktouch.mo -share/locale/ro/LC_MESSAGES/ktron.mo -share/locale/ro/LC_MESSAGES/kttsd.mo -share/locale/ro/LC_MESSAGES/ktuberling.mo -share/locale/ro/LC_MESSAGES/kturtle.mo -share/locale/ro/LC_MESSAGES/ktux.mo -share/locale/ro/LC_MESSAGES/kuick_plugin.mo -share/locale/ro/LC_MESSAGES/kuickshow.mo -share/locale/ro/LC_MESSAGES/kuiviewer.mo -share/locale/ro/LC_MESSAGES/kuser.mo -share/locale/ro/LC_MESSAGES/kverbos.mo -share/locale/ro/LC_MESSAGES/kview.mo -share/locale/ro/LC_MESSAGES/kview_scale.mo -share/locale/ro/LC_MESSAGES/kviewbrowserplugin.mo -share/locale/ro/LC_MESSAGES/kviewcanvas.mo -share/locale/ro/LC_MESSAGES/kvieweffectsplugin.mo -share/locale/ro/LC_MESSAGES/kviewpresenterplugin.mo -share/locale/ro/LC_MESSAGES/kviewscannerplugin.mo -share/locale/ro/LC_MESSAGES/kviewshell.mo -share/locale/ro/LC_MESSAGES/kviewviewer.mo -share/locale/ro/LC_MESSAGES/kvoctrain.mo -share/locale/ro/LC_MESSAGES/kwalletmanager.mo -share/locale/ro/LC_MESSAGES/kwatchgnupg.mo -share/locale/ro/LC_MESSAGES/kweather.mo -share/locale/ro/LC_MESSAGES/kwifimanager.mo -share/locale/ro/LC_MESSAGES/kwin.mo -share/locale/ro/LC_MESSAGES/kwin4.mo -share/locale/ro/LC_MESSAGES/kwireless.mo -share/locale/ro/LC_MESSAGES/kwordquiz.mo -share/locale/ro/LC_MESSAGES/kworldclock.mo -share/locale/ro/LC_MESSAGES/kwriteconfig.mo -share/locale/ro/LC_MESSAGES/kxkb.mo -share/locale/ro/LC_MESSAGES/kxsconfig.mo -share/locale/ro/LC_MESSAGES/kxsldbg.mo -share/locale/ro/LC_MESSAGES/libdmctl.mo -share/locale/ro/LC_MESSAGES/libkaddrbk_geo_xxport.mo -share/locale/ro/LC_MESSAGES/libkcal.mo -share/locale/ro/LC_MESSAGES/libkcddb.mo -share/locale/ro/LC_MESSAGES/libkdegames.mo -share/locale/ro/LC_MESSAGES/libkdepim.mo -share/locale/ro/LC_MESSAGES/libkicker.mo -share/locale/ro/LC_MESSAGES/libkickermenu_kdeprint.mo -share/locale/ro/LC_MESSAGES/libkickermenu_konsole.mo -share/locale/ro/LC_MESSAGES/libkickermenu_prefmenu.mo -share/locale/ro/LC_MESSAGES/libkickermenu_recentdocs.mo -share/locale/ro/LC_MESSAGES/libkickermenu_remotemenu.mo -share/locale/ro/LC_MESSAGES/libkickermenu_systemmenu.mo -share/locale/ro/LC_MESSAGES/libkickermenu_tom.mo -share/locale/ro/LC_MESSAGES/libkleopatra.mo -share/locale/ro/LC_MESSAGES/libkonq.mo -share/locale/ro/LC_MESSAGES/libkpimexchange.mo -share/locale/ro/LC_MESSAGES/libkscan.mo -share/locale/ro/LC_MESSAGES/libkscreensaver.mo -share/locale/ro/LC_MESSAGES/libksieve.mo -share/locale/ro/LC_MESSAGES/libksirtet.mo -share/locale/ro/LC_MESSAGES/libksync.mo -share/locale/ro/LC_MESSAGES/libtaskbar.mo -share/locale/ro/LC_MESSAGES/libtaskmanager.mo -share/locale/ro/LC_MESSAGES/lockout.mo -share/locale/ro/LC_MESSAGES/lskat.mo -share/locale/ro/LC_MESSAGES/lyrics.mo -share/locale/ro/LC_MESSAGES/mediaapplet.mo -share/locale/ro/LC_MESSAGES/mediacontrol.mo -share/locale/ro/LC_MESSAGES/minitoolsplugin.mo -share/locale/ro/LC_MESSAGES/naughtyapplet.mo -share/locale/ro/LC_MESSAGES/nexscope.mo -share/locale/ro/LC_MESSAGES/noatun.mo -share/locale/ro/LC_MESSAGES/nsplugin.mo -share/locale/ro/LC_MESSAGES/pitchablespeed.mo -share/locale/ro/LC_MESSAGES/ppdtranslations.mo -share/locale/ro/LC_MESSAGES/privacy.mo -share/locale/ro/LC_MESSAGES/quanta.mo -share/locale/ro/LC_MESSAGES/quicklauncher.mo -share/locale/ro/LC_MESSAGES/rellinks.mo -share/locale/ro/LC_MESSAGES/searchbarplugin.mo -share/locale/ro/LC_MESSAGES/secpolicy.mo -share/locale/ro/LC_MESSAGES/spy.mo -share/locale/ro/LC_MESSAGES/synaescope.mo -share/locale/ro/LC_MESSAGES/timezones.mo -share/locale/ro/LC_MESSAGES/tippecanoe.mo -share/locale/ro/LC_MESSAGES/trashapplet.mo -share/locale/ro/LC_MESSAGES/tyler.mo -share/locale/ro/LC_MESSAGES/uachangerplugin.mo -share/locale/ro/LC_MESSAGES/umbrello.mo -share/locale/ro/LC_MESSAGES/useraccount.mo -share/locale/ro/LC_MESSAGES/validatorsplugin.mo -share/locale/ro/LC_MESSAGES/wakeup.mo -share/locale/ro/LC_MESSAGES/wavecapture.mo -share/locale/ro/LC_MESSAGES/webarchiver.mo -share/locale/ro/charset -share/locale/ro/entry.desktop -share/locale/ro/flag.png -@dirrm share/doc/HTML/ro/kioslave -@dirrm share/doc/HTML/ro/kinfocenter/xserver -@dirrm share/doc/HTML/ro/kinfocenter/usb -@dirrm share/doc/HTML/ro/kinfocenter/sound -@dirrm share/doc/HTML/ro/kinfocenter/scsi -@dirrm share/doc/HTML/ro/kinfocenter/samba -@dirrm share/doc/HTML/ro/kinfocenter/protocols -@dirrm share/doc/HTML/ro/kinfocenter/processor -@dirrm share/doc/HTML/ro/kinfocenter/pcmcia -@dirrm share/doc/HTML/ro/kinfocenter/pci -@dirrm share/doc/HTML/ro/kinfocenter/partitions -@dirrm share/doc/HTML/ro/kinfocenter/opengl -@dirrm share/doc/HTML/ro/kinfocenter/nics -@dirrm share/doc/HTML/ro/kinfocenter/memory -@dirrm share/doc/HTML/ro/kinfocenter/ioports -@dirrm share/doc/HTML/ro/kinfocenter/interrupts -@dirrm share/doc/HTML/ro/kinfocenter/dma -@dirrm share/doc/HTML/ro/kinfocenter/devices -@dirrm share/doc/HTML/ro/kinfocenter -@dirrm share/doc/HTML/ro/khelpcenter/visualdict -@dirrm share/doc/HTML/ro/khelpcenter/glossary -@dirrm share/doc/HTML/ro/khelpcenter -@dirrm share/doc/HTML/ro/common -@dirrm share/apps/ktuberling/sounds/ro -@dirrm share/apps/ktuberling/sounds -@dirrm share/apps/ktuberling diff --git a/misc/kde4-l10n-sk/Makefile b/misc/kde4-l10n-sk/Makefile deleted file mode 100644 index 486be8bb4fd5..000000000000 --- a/misc/kde4-l10n-sk/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: kde3-i18n-sk -# Date created: 05 April 2002 -# Whom: Lauri Watts <lauri@kde.org> -# -# $FreeBSD$ -# - -PORTNAME= kde-i18n -PORTVERSION= ${KDE_VERSION} -CATEGORIES?= misc kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n -PKGNAMEPREFIX= sk- -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Slovak messages and documentation for KDE3 - -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - -USE_KDELIBS_VER=3 -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -KDE_I18N= yes - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.mk> diff --git a/misc/kde4-l10n-sk/distinfo b/misc/kde4-l10n-sk/distinfo deleted file mode 100644 index 65213893342a..000000000000 --- a/misc/kde4-l10n-sk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kde-i18n/kde-i18n-sk-3.5.10.tar.bz2) = 0b012bc94d7a374e6fad26b66815eb16 -SHA256 (KDE/kde-i18n/kde-i18n-sk-3.5.10.tar.bz2) = dd6f32dccea09e24b67230cbf8a130b4b9ce949f7be71265d32af6f8dd237272 -SIZE (KDE/kde-i18n/kde-i18n-sk-3.5.10.tar.bz2) = 5645553 diff --git a/misc/kde4-l10n-sk/pkg-descr b/misc/kde4-l10n-sk/pkg-descr deleted file mode 100644 index 3354ca873ecc..000000000000 --- a/misc/kde4-l10n-sk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for KDE3. - -WWW: http://i18n.kde.org/ diff --git a/misc/kde4-l10n-sk/pkg-plist b/misc/kde4-l10n-sk/pkg-plist deleted file mode 100644 index 8566f54751cf..000000000000 --- a/misc/kde4-l10n-sk/pkg-plist +++ /dev/null @@ -1,1578 +0,0 @@ -share/apps/katepart/syntax/logohighlightstyle.sk.xml -share/apps/klettres/sk/alpha/a-0.ogg -share/apps/klettres/sk/alpha/a-1.ogg -share/apps/klettres/sk/alpha/a-10.ogg -share/apps/klettres/sk/alpha/a-11.ogg -share/apps/klettres/sk/alpha/a-12.ogg -share/apps/klettres/sk/alpha/a-13.ogg -share/apps/klettres/sk/alpha/a-14.ogg -share/apps/klettres/sk/alpha/a-15.ogg -share/apps/klettres/sk/alpha/a-16.ogg -share/apps/klettres/sk/alpha/a-17.ogg -share/apps/klettres/sk/alpha/a-18.ogg -share/apps/klettres/sk/alpha/a-19.ogg -share/apps/klettres/sk/alpha/a-2.ogg -share/apps/klettres/sk/alpha/a-20.ogg -share/apps/klettres/sk/alpha/a-21.ogg -share/apps/klettres/sk/alpha/a-22.ogg -share/apps/klettres/sk/alpha/a-23.ogg -share/apps/klettres/sk/alpha/a-24.ogg -share/apps/klettres/sk/alpha/a-25.ogg -share/apps/klettres/sk/alpha/a-26.ogg -share/apps/klettres/sk/alpha/a-27.ogg -share/apps/klettres/sk/alpha/a-28.ogg -share/apps/klettres/sk/alpha/a-29.ogg -share/apps/klettres/sk/alpha/a-3.ogg -share/apps/klettres/sk/alpha/a-30.ogg -share/apps/klettres/sk/alpha/a-31.ogg -share/apps/klettres/sk/alpha/a-32.ogg -share/apps/klettres/sk/alpha/a-33.ogg -share/apps/klettres/sk/alpha/a-34.ogg -share/apps/klettres/sk/alpha/a-35.ogg -share/apps/klettres/sk/alpha/a-36.ogg -share/apps/klettres/sk/alpha/a-37.ogg -share/apps/klettres/sk/alpha/a-38.ogg -share/apps/klettres/sk/alpha/a-39.ogg -share/apps/klettres/sk/alpha/a-4.ogg -share/apps/klettres/sk/alpha/a-40.ogg -share/apps/klettres/sk/alpha/a-41.ogg -share/apps/klettres/sk/alpha/a-5.ogg -share/apps/klettres/sk/alpha/a-6.ogg -share/apps/klettres/sk/alpha/a-7.ogg -share/apps/klettres/sk/alpha/a-8.ogg -share/apps/klettres/sk/alpha/a-9.ogg -share/apps/klettres/sk/sounds.xml -share/apps/klettres/sk/syllab/ad-0.ogg -share/apps/klettres/sk/syllab/ad-1.ogg -share/apps/klettres/sk/syllab/ad-10.ogg -share/apps/klettres/sk/syllab/ad-11.ogg -share/apps/klettres/sk/syllab/ad-12.ogg -share/apps/klettres/sk/syllab/ad-13.ogg -share/apps/klettres/sk/syllab/ad-14.ogg -share/apps/klettres/sk/syllab/ad-15.ogg -share/apps/klettres/sk/syllab/ad-16.ogg -share/apps/klettres/sk/syllab/ad-17.ogg -share/apps/klettres/sk/syllab/ad-18.ogg -share/apps/klettres/sk/syllab/ad-19.ogg -share/apps/klettres/sk/syllab/ad-2.ogg -share/apps/klettres/sk/syllab/ad-20.ogg -share/apps/klettres/sk/syllab/ad-21.ogg -share/apps/klettres/sk/syllab/ad-22.ogg -share/apps/klettres/sk/syllab/ad-23.ogg -share/apps/klettres/sk/syllab/ad-24.ogg -share/apps/klettres/sk/syllab/ad-25.ogg -share/apps/klettres/sk/syllab/ad-26.ogg -share/apps/klettres/sk/syllab/ad-27.ogg -share/apps/klettres/sk/syllab/ad-28.ogg -share/apps/klettres/sk/syllab/ad-29.ogg -share/apps/klettres/sk/syllab/ad-3.ogg -share/apps/klettres/sk/syllab/ad-30.ogg -share/apps/klettres/sk/syllab/ad-31.ogg -share/apps/klettres/sk/syllab/ad-32.ogg -share/apps/klettres/sk/syllab/ad-33.ogg -share/apps/klettres/sk/syllab/ad-34.ogg -share/apps/klettres/sk/syllab/ad-35.ogg -share/apps/klettres/sk/syllab/ad-36.ogg -share/apps/klettres/sk/syllab/ad-37.ogg -share/apps/klettres/sk/syllab/ad-38.ogg -share/apps/klettres/sk/syllab/ad-4.ogg -share/apps/klettres/sk/syllab/ad-40.ogg -share/apps/klettres/sk/syllab/ad-41.ogg -share/apps/klettres/sk/syllab/ad-42.ogg -share/apps/klettres/sk/syllab/ad-43.ogg -share/apps/klettres/sk/syllab/ad-44.ogg -share/apps/klettres/sk/syllab/ad-45.ogg -share/apps/klettres/sk/syllab/ad-46.ogg -share/apps/klettres/sk/syllab/ad-47.ogg -share/apps/klettres/sk/syllab/ad-48.ogg -share/apps/klettres/sk/syllab/ad-49.ogg -share/apps/klettres/sk/syllab/ad-5.ogg -share/apps/klettres/sk/syllab/ad-50.ogg -share/apps/klettres/sk/syllab/ad-51.ogg -share/apps/klettres/sk/syllab/ad-52.ogg -share/apps/klettres/sk/syllab/ad-53.ogg -share/apps/klettres/sk/syllab/ad-54.ogg -share/apps/klettres/sk/syllab/ad-55.ogg -share/apps/klettres/sk/syllab/ad-56.ogg -share/apps/klettres/sk/syllab/ad-57.ogg -share/apps/klettres/sk/syllab/ad-58.ogg -share/apps/klettres/sk/syllab/ad-59.ogg -share/apps/klettres/sk/syllab/ad-6.ogg -share/apps/klettres/sk/syllab/ad-60.ogg -share/apps/klettres/sk/syllab/ad-61.ogg -share/apps/klettres/sk/syllab/ad-62.ogg -share/apps/klettres/sk/syllab/ad-63.ogg -share/apps/klettres/sk/syllab/ad-64.ogg -share/apps/klettres/sk/syllab/ad-65.ogg -share/apps/klettres/sk/syllab/ad-66.ogg -share/apps/klettres/sk/syllab/ad-67.ogg -share/apps/klettres/sk/syllab/ad-68.ogg -share/apps/klettres/sk/syllab/ad-69.ogg -share/apps/klettres/sk/syllab/ad-7.ogg -share/apps/klettres/sk/syllab/ad-70.ogg -share/apps/klettres/sk/syllab/ad-71.ogg -share/apps/klettres/sk/syllab/ad-72.ogg -share/apps/klettres/sk/syllab/ad-73.ogg -share/apps/klettres/sk/syllab/ad-74.ogg -share/apps/klettres/sk/syllab/ad-75.ogg -share/apps/klettres/sk/syllab/ad-76.ogg -share/apps/klettres/sk/syllab/ad-77.ogg -share/apps/klettres/sk/syllab/ad-8.ogg -share/apps/klettres/sk/syllab/ad-9.ogg -share/apps/ktuberling/sounds/sk/cigara.wav -share/apps/ktuberling/sounds/sk/fuzy.wav -share/apps/ktuberling/sounds/sk/hodinky.wav -share/apps/ktuberling/sounds/sk/klobuk.wav -share/apps/ktuberling/sounds/sk/kravata.wav -share/apps/ktuberling/sounds/sk/nausnica.wav -share/apps/ktuberling/sounds/sk/nos.wav -share/apps/ktuberling/sounds/sk/obocie.wav -share/apps/ktuberling/sounds/sk/odznak.wav -share/apps/ktuberling/sounds/sk/oko.wav -share/apps/ktuberling/sounds/sk/okuliare.wav -share/apps/ktuberling/sounds/sk/slnecneokuliare.wav -share/apps/ktuberling/sounds/sk/ucho.wav -share/apps/ktuberling/sounds/sk/usta.wav -share/apps/kturtle/data/logokeywords.sk.xml -share/apps/kturtle/examples/sk/farbenieplatna.logo -share/apps/kturtle/examples/sk/kde.logo -share/apps/kturtle/examples/sk/kvet.logo -share/apps/kturtle/examples/sk/nahodnemeno.logo -share/apps/kturtle/examples/sk/nasobilka.logo -share/apps/kturtle/examples/sk/reklama.logo -share/apps/kturtle/examples/sk/sipka.logo -share/apps/kturtle/examples/sk/spirala.logo -share/apps/kturtle/examples/sk/spiraly.logo -share/apps/kturtle/examples/sk/stvorce.logo -share/apps/kturtle/examples/sk/stvorec.logo -share/apps/kturtle/examples/sk/trojuholnik.logo -share/apps/kturtle/examples/sk/trojuholniky.logo -share/doc/HTML/sk/amor/common -share/doc/HTML/sk/amor/index.cache.bz2 -share/doc/HTML/sk/amor/index.docbook -share/doc/HTML/sk/atlantik/common -share/doc/HTML/sk/atlantik/index.cache.bz2 -share/doc/HTML/sk/atlantik/index.docbook -share/doc/HTML/sk/common/1.png -share/doc/HTML/sk/common/10.png -share/doc/HTML/sk/common/2.png -share/doc/HTML/sk/common/3.png -share/doc/HTML/sk/common/4.png -share/doc/HTML/sk/common/5.png -share/doc/HTML/sk/common/6.png -share/doc/HTML/sk/common/7.png -share/doc/HTML/sk/common/8.png -share/doc/HTML/sk/common/9.png -share/doc/HTML/sk/common/appheader.html -share/doc/HTML/sk/common/artistic-license.html -share/doc/HTML/sk/common/bottom-left.png -share/doc/HTML/sk/common/bottom-middle.png -share/doc/HTML/sk/common/bottom-right.png -share/doc/HTML/sk/common/bottom1.png -share/doc/HTML/sk/common/bottom2.png -share/doc/HTML/sk/common/bsd-license.html -share/doc/HTML/sk/common/docheadergears.png -share/doc/HTML/sk/common/doctop1.png -share/doc/HTML/sk/common/doctop1a.png -share/doc/HTML/sk/common/doctop1b.png -share/doc/HTML/sk/common/doctop2.png -share/doc/HTML/sk/common/doxygen.css -share/doc/HTML/sk/common/favicon.ico -share/doc/HTML/sk/common/fdl-license -share/doc/HTML/sk/common/fdl-license.html -share/doc/HTML/sk/common/fdl-notice.html -share/doc/HTML/sk/common/footer.html -share/doc/HTML/sk/common/gpl-license -share/doc/HTML/sk/common/gpl-license.html -share/doc/HTML/sk/common/gpl-translated.html -share/doc/HTML/sk/common/grad.png -share/doc/HTML/sk/common/header.html -share/doc/HTML/sk/common/headerbg.png -share/doc/HTML/sk/common/kde-common.css -share/doc/HTML/sk/common/kde-default.css -share/doc/HTML/sk/common/kde-localised.css.template -share/doc/HTML/sk/common/kde-web.css -share/doc/HTML/sk/common/kde_gear_64.png -share/doc/HTML/sk/common/kde_logo.png -share/doc/HTML/sk/common/kde_logo_bg.png -share/doc/HTML/sk/common/kmenu.png -share/doc/HTML/sk/common/lgpl-license -share/doc/HTML/sk/common/lgpl-license.html -share/doc/HTML/sk/common/mainfooter.html -share/doc/HTML/sk/common/mainheader.html -share/doc/HTML/sk/common/qpl-license.html -share/doc/HTML/sk/common/shadow.png -share/doc/HTML/sk/common/top-left.png -share/doc/HTML/sk/common/top-middle.png -share/doc/HTML/sk/common/top-right-konqueror.png -share/doc/HTML/sk/common/web-docbottom.png -share/doc/HTML/sk/common/web-doctop.png -share/doc/HTML/sk/common/x11-license.html -share/doc/HTML/sk/common/xml.dcl -share/doc/HTML/sk/kaboodle/common -share/doc/HTML/sk/kaboodle/index.cache.bz2 -share/doc/HTML/sk/kaboodle/index.docbook -share/doc/HTML/sk/kaddressbook/common -share/doc/HTML/sk/kaddressbook/index.cache.bz2 -share/doc/HTML/sk/kaddressbook/index.docbook -share/doc/HTML/sk/kamera/common -share/doc/HTML/sk/kamera/index.cache.bz2 -share/doc/HTML/sk/kamera/index.docbook -share/doc/HTML/sk/kasteroids/common -share/doc/HTML/sk/kasteroids/index.cache.bz2 -share/doc/HTML/sk/kasteroids/index.docbook -share/doc/HTML/sk/kate-plugins/common -share/doc/HTML/sk/kate-plugins/htmltools.docbook -share/doc/HTML/sk/kate-plugins/index.cache.bz2 -share/doc/HTML/sk/kate-plugins/index.docbook -share/doc/HTML/sk/kate-plugins/insertcommand.docbook -share/doc/HTML/sk/kate-plugins/openheader.docbook -share/doc/HTML/sk/kate-plugins/projectmanager.docbook -share/doc/HTML/sk/kate-plugins/textfilter.docbook -share/doc/HTML/sk/kate-plugins/xmlcheck.docbook -share/doc/HTML/sk/kate-plugins/xmltools.docbook -share/doc/HTML/sk/kate/advanced.docbook -share/doc/HTML/sk/kate/common -share/doc/HTML/sk/kate/configuring.docbook -share/doc/HTML/sk/kate/fundamentals.docbook -share/doc/HTML/sk/kate/highlighting.docbook -share/doc/HTML/sk/kate/index.cache.bz2 -share/doc/HTML/sk/kate/index.docbook -share/doc/HTML/sk/kate/mdi.docbook -share/doc/HTML/sk/kate/menus.docbook -share/doc/HTML/sk/kate/part.docbook -share/doc/HTML/sk/kate/plugins.docbook -share/doc/HTML/sk/kate/regular-expressions.docbook -share/doc/HTML/sk/katomic/common -share/doc/HTML/sk/katomic/index.cache.bz2 -share/doc/HTML/sk/katomic/index.docbook -share/doc/HTML/sk/kbackgammon/common -share/doc/HTML/sk/kbackgammon/index.cache.bz2 -share/doc/HTML/sk/kbackgammon/index.docbook -share/doc/HTML/sk/kbattleship/common -share/doc/HTML/sk/kbattleship/index.cache.bz2 -share/doc/HTML/sk/kbattleship/index.docbook -share/doc/HTML/sk/kblackbox/common -share/doc/HTML/sk/kblackbox/index.cache.bz2 -share/doc/HTML/sk/kblackbox/index.docbook -share/doc/HTML/sk/kbounce/common -share/doc/HTML/sk/kbounce/index.cache.bz2 -share/doc/HTML/sk/kbounce/index.docbook -share/doc/HTML/sk/kbounce/jezball_corridor1.png -share/doc/HTML/sk/kbounce/jezball_corridor2.png -share/doc/HTML/sk/kbounce/jezball_newWall.png -share/doc/HTML/sk/kbugbuster/common -share/doc/HTML/sk/kbugbuster/index.cache.bz2 -share/doc/HTML/sk/kbugbuster/index.docbook -share/doc/HTML/sk/kcharselect/common -share/doc/HTML/sk/kcharselect/index.cache.bz2 -share/doc/HTML/sk/kcharselect/index.docbook -share/doc/HTML/sk/kcoloredit/common -share/doc/HTML/sk/kcoloredit/index.cache.bz2 -share/doc/HTML/sk/kcoloredit/index.docbook -share/doc/HTML/sk/kcontrol/arts/common -share/doc/HTML/sk/kcontrol/arts/index.cache.bz2 -share/doc/HTML/sk/kcontrol/arts/index.docbook -share/doc/HTML/sk/kcontrol/arts/midi.docbook -share/doc/HTML/sk/kcontrol/background/common -share/doc/HTML/sk/kcontrol/background/index.cache.bz2 -share/doc/HTML/sk/kcontrol/background/index.docbook -share/doc/HTML/sk/kcontrol/bell/common -share/doc/HTML/sk/kcontrol/bell/index.cache.bz2 -share/doc/HTML/sk/kcontrol/bell/index.docbook -share/doc/HTML/sk/kcontrol/cache/common -share/doc/HTML/sk/kcontrol/cache/index.cache.bz2 -share/doc/HTML/sk/kcontrol/cache/index.docbook -share/doc/HTML/sk/kcontrol/clock/common -share/doc/HTML/sk/kcontrol/clock/index.cache.bz2 -share/doc/HTML/sk/kcontrol/clock/index.docbook -share/doc/HTML/sk/kcontrol/colors/common -share/doc/HTML/sk/kcontrol/colors/index.cache.bz2 -share/doc/HTML/sk/kcontrol/colors/index.docbook -share/doc/HTML/sk/kcontrol/common -share/doc/HTML/sk/kcontrol/cookies/common -share/doc/HTML/sk/kcontrol/cookies/index.cache.bz2 -share/doc/HTML/sk/kcontrol/cookies/index.docbook -share/doc/HTML/sk/kcontrol/crypto/common -share/doc/HTML/sk/kcontrol/crypto/index.cache.bz2 -share/doc/HTML/sk/kcontrol/crypto/index.docbook -share/doc/HTML/sk/kcontrol/desktop/common -share/doc/HTML/sk/kcontrol/desktop/index.cache.bz2 -share/doc/HTML/sk/kcontrol/desktop/index.docbook -share/doc/HTML/sk/kcontrol/ebrowsing/common -share/doc/HTML/sk/kcontrol/ebrowsing/index.cache.bz2 -share/doc/HTML/sk/kcontrol/ebrowsing/index.docbook -share/doc/HTML/sk/kcontrol/email/common -share/doc/HTML/sk/kcontrol/email/index.cache.bz2 -share/doc/HTML/sk/kcontrol/email/index.docbook -share/doc/HTML/sk/kcontrol/energy/common -share/doc/HTML/sk/kcontrol/energy/index.cache.bz2 -share/doc/HTML/sk/kcontrol/energy/index.docbook -share/doc/HTML/sk/kcontrol/filemanager/common -share/doc/HTML/sk/kcontrol/filemanager/index.cache.bz2 -share/doc/HTML/sk/kcontrol/filemanager/index.docbook -share/doc/HTML/sk/kcontrol/filemanager/kfileman1.png -share/doc/HTML/sk/kcontrol/filemanager/kfileman2.png -share/doc/HTML/sk/kcontrol/filetypes/common -share/doc/HTML/sk/kcontrol/filetypes/index.cache.bz2 -share/doc/HTML/sk/kcontrol/filetypes/index.docbook -share/doc/HTML/sk/kcontrol/fonts/common -share/doc/HTML/sk/kcontrol/fonts/index.cache.bz2 -share/doc/HTML/sk/kcontrol/fonts/index.docbook -share/doc/HTML/sk/kcontrol/helpindex/common -share/doc/HTML/sk/kcontrol/helpindex/index.cache.bz2 -share/doc/HTML/sk/kcontrol/helpindex/index.docbook -share/doc/HTML/sk/kcontrol/icons/common -share/doc/HTML/sk/kcontrol/icons/index.cache.bz2 -share/doc/HTML/sk/kcontrol/icons/index.docbook -share/doc/HTML/sk/kcontrol/index.cache.bz2 -share/doc/HTML/sk/kcontrol/index.docbook -share/doc/HTML/sk/kcontrol/kalarmd/common -share/doc/HTML/sk/kcontrol/kalarmd/index.cache.bz2 -share/doc/HTML/sk/kcontrol/kalarmd/index.docbook -share/doc/HTML/sk/kcontrol/kcmaccess/common -share/doc/HTML/sk/kcontrol/kcmaccess/index.cache.bz2 -share/doc/HTML/sk/kcontrol/kcmaccess/index.docbook -share/doc/HTML/sk/kcontrol/kcmcss/common -share/doc/HTML/sk/kcontrol/kcmcss/index.cache.bz2 -share/doc/HTML/sk/kcontrol/kcmcss/index.docbook -share/doc/HTML/sk/kcontrol/kcmfontinst/common -share/doc/HTML/sk/kcontrol/kcmfontinst/index.cache.bz2 -share/doc/HTML/sk/kcontrol/kcmfontinst/index.docbook -share/doc/HTML/sk/kcontrol/kcmkonsole/common -share/doc/HTML/sk/kcontrol/kcmkonsole/index.cache.bz2 -share/doc/HTML/sk/kcontrol/kcmkonsole/index.docbook -share/doc/HTML/sk/kcontrol/kcmktalkd/common -share/doc/HTML/sk/kcontrol/kcmktalkd/index.cache.bz2 -share/doc/HTML/sk/kcontrol/kcmktalkd/index.docbook -share/doc/HTML/sk/kcontrol/kcmlaunch/common -share/doc/HTML/sk/kcontrol/kcmlaunch/index.cache.bz2 -share/doc/HTML/sk/kcontrol/kcmlaunch/index.docbook -share/doc/HTML/sk/kcontrol/kcmlowbatcrit/common -share/doc/HTML/sk/kcontrol/kcmlowbatcrit/index.cache.bz2 -share/doc/HTML/sk/kcontrol/kcmlowbatcrit/index.docbook -share/doc/HTML/sk/kcontrol/kcmlowbatwarn/common -share/doc/HTML/sk/kcontrol/kcmlowbatwarn/index.cache.bz2 -share/doc/HTML/sk/kcontrol/kcmlowbatwarn/index.docbook -share/doc/HTML/sk/kcontrol/kcmnotify/common -share/doc/HTML/sk/kcontrol/kcmnotify/index.cache.bz2 -share/doc/HTML/sk/kcontrol/kcmnotify/index.docbook -share/doc/HTML/sk/kcontrol/kcmsmserver/common -share/doc/HTML/sk/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/sk/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/sk/kcontrol/kcmstyle/common -share/doc/HTML/sk/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/sk/kcontrol/kcmstyle/index.docbook -share/doc/HTML/sk/kcontrol/kcmtaskbar/common -share/doc/HTML/sk/kcontrol/kcmtaskbar/index.cache.bz2 -share/doc/HTML/sk/kcontrol/kcmtaskbar/index.docbook -share/doc/HTML/sk/kcontrol/kdm/common -share/doc/HTML/sk/kcontrol/kdm/index.cache.bz2 -share/doc/HTML/sk/kcontrol/kdm/index.docbook -share/doc/HTML/sk/kcontrol/keyboard/common -share/doc/HTML/sk/kcontrol/keyboard/index.cache.bz2 -share/doc/HTML/sk/kcontrol/keyboard/index.docbook -share/doc/HTML/sk/kcontrol/keys/common -share/doc/HTML/sk/kcontrol/keys/index.cache.bz2 -share/doc/HTML/sk/kcontrol/keys/index.docbook -share/doc/HTML/sk/kcontrol/khtml/common -share/doc/HTML/sk/kcontrol/khtml/index.cache.bz2 -share/doc/HTML/sk/kcontrol/khtml/index.docbook -share/doc/HTML/sk/kcontrol/khtml/nsplugin.docbook -share/doc/HTML/sk/kcontrol/kmixcfg/common -share/doc/HTML/sk/kcontrol/kmixcfg/index.cache.bz2 -share/doc/HTML/sk/kcontrol/kmixcfg/index.docbook -share/doc/HTML/sk/kcontrol/kwindecoration/common -share/doc/HTML/sk/kcontrol/kwindecoration/index.cache.bz2 -share/doc/HTML/sk/kcontrol/kwindecoration/index.docbook -share/doc/HTML/sk/kcontrol/kxmlrpcd/common -share/doc/HTML/sk/kcontrol/kxmlrpcd/index.cache.bz2 -share/doc/HTML/sk/kcontrol/kxmlrpcd/index.docbook -share/doc/HTML/sk/kcontrol/lanbrowser/common -share/doc/HTML/sk/kcontrol/lanbrowser/index.cache.bz2 -share/doc/HTML/sk/kcontrol/lanbrowser/index.docbook -share/doc/HTML/sk/kcontrol/language/common -share/doc/HTML/sk/kcontrol/language/index.cache.bz2 -share/doc/HTML/sk/kcontrol/language/index.docbook -share/doc/HTML/sk/kcontrol/laptop/common -share/doc/HTML/sk/kcontrol/laptop/index.cache.bz2 -share/doc/HTML/sk/kcontrol/laptop/index.docbook -share/doc/HTML/sk/kcontrol/mouse/common -share/doc/HTML/sk/kcontrol/mouse/index.cache.bz2 -share/doc/HTML/sk/kcontrol/mouse/index.docbook -share/doc/HTML/sk/kcontrol/netpref/common -share/doc/HTML/sk/kcontrol/netpref/index.cache.bz2 -share/doc/HTML/sk/kcontrol/netpref/index.docbook -share/doc/HTML/sk/kcontrol/panel/common -share/doc/HTML/sk/kcontrol/panel/index.cache.bz2 -share/doc/HTML/sk/kcontrol/panel/index.docbook -share/doc/HTML/sk/kcontrol/passwords/common -share/doc/HTML/sk/kcontrol/passwords/index.cache.bz2 -share/doc/HTML/sk/kcontrol/passwords/index.docbook -share/doc/HTML/sk/kcontrol/powerctrl/common -share/doc/HTML/sk/kcontrol/powerctrl/index.cache.bz2 -share/doc/HTML/sk/kcontrol/powerctrl/index.docbook -share/doc/HTML/sk/kcontrol/proxy/common -share/doc/HTML/sk/kcontrol/proxy/index.cache.bz2 -share/doc/HTML/sk/kcontrol/proxy/index.docbook -share/doc/HTML/sk/kcontrol/proxy/socks.docbook -share/doc/HTML/sk/kcontrol/screensaver/common -share/doc/HTML/sk/kcontrol/screensaver/index.cache.bz2 -share/doc/HTML/sk/kcontrol/screensaver/index.docbook -share/doc/HTML/sk/kcontrol/screenshot.png -share/doc/HTML/sk/kcontrol/smb/common -share/doc/HTML/sk/kcontrol/smb/index.cache.bz2 -share/doc/HTML/sk/kcontrol/smb/index.docbook -share/doc/HTML/sk/kcontrol/spellchecking/common -share/doc/HTML/sk/kcontrol/spellchecking/index.cache.bz2 -share/doc/HTML/sk/kcontrol/spellchecking/index.docbook -share/doc/HTML/sk/kcontrol/useragent/common -share/doc/HTML/sk/kcontrol/useragent/index.cache.bz2 -share/doc/HTML/sk/kcontrol/useragent/index.docbook -share/doc/HTML/sk/kcontrol/windowmanagement/common -share/doc/HTML/sk/kcontrol/windowmanagement/index.cache.bz2 -share/doc/HTML/sk/kcontrol/windowmanagement/index.docbook -share/doc/HTML/sk/kdebugdialog/common -share/doc/HTML/sk/kdebugdialog/index.cache.bz2 -share/doc/HTML/sk/kdebugdialog/index.docbook -share/doc/HTML/sk/kdeprint/add-printer-wiz.docbook -share/doc/HTML/sk/kdeprint/common -share/doc/HTML/sk/kdeprint/cups-config.docbook -share/doc/HTML/sk/kdeprint/cupsoptions.docbook -share/doc/HTML/sk/kdeprint/extensions.docbook -share/doc/HTML/sk/kdeprint/external-command.docbook -share/doc/HTML/sk/kdeprint/final-word.docbook -share/doc/HTML/sk/kdeprint/getting-started.docbook -share/doc/HTML/sk/kdeprint/highlights.docbook -share/doc/HTML/sk/kdeprint/index.cache.bz2 -share/doc/HTML/sk/kdeprint/index.docbook -share/doc/HTML/sk/kdeprint/lpd.docbook -share/doc/HTML/sk/kdeprint/lpr-bsd.docbook -share/doc/HTML/sk/kdeprint/lprng.docbook -share/doc/HTML/sk/kdeprint/rlpr.docbook -share/doc/HTML/sk/kdeprint/tech-overview.docbook -share/doc/HTML/sk/kdeprint/theory.docbook -share/doc/HTML/sk/kdesu/common -share/doc/HTML/sk/kdesu/index.cache.bz2 -share/doc/HTML/sk/kdesu/index.docbook -share/doc/HTML/sk/kdf/common -share/doc/HTML/sk/kdf/index.cache.bz2 -share/doc/HTML/sk/kdf/index.docbook -share/doc/HTML/sk/kdf/kdf.png -share/doc/HTML/sk/kdf/kdf_config.png -share/doc/HTML/sk/kdm/common -share/doc/HTML/sk/kdm/index.cache.bz2 -share/doc/HTML/sk/kdm/index.docbook -share/doc/HTML/sk/kdvi/common -share/doc/HTML/sk/kdvi/index.cache.bz2 -share/doc/HTML/sk/kdvi/index.docbook -share/doc/HTML/sk/kfind/common -share/doc/HTML/sk/kfind/index.cache.bz2 -share/doc/HTML/sk/kfind/index.docbook -share/doc/HTML/sk/kfouleggs/common -share/doc/HTML/sk/kfouleggs/index.cache.bz2 -share/doc/HTML/sk/kfouleggs/index.docbook -share/doc/HTML/sk/khelpcenter/common -share/doc/HTML/sk/khelpcenter/contact.docbook -share/doc/HTML/sk/khelpcenter/faq/about.docbook -share/doc/HTML/sk/khelpcenter/faq/common -share/doc/HTML/sk/khelpcenter/faq/configkde.docbook -share/doc/HTML/sk/khelpcenter/faq/contrib.docbook -share/doc/HTML/sk/khelpcenter/faq/desktop.docbook -share/doc/HTML/sk/khelpcenter/faq/filemng.docbook -share/doc/HTML/sk/khelpcenter/faq/getkde.docbook -share/doc/HTML/sk/khelpcenter/faq/index.cache.bz2 -share/doc/HTML/sk/khelpcenter/faq/index.docbook -share/doc/HTML/sk/khelpcenter/faq/install.docbook -share/doc/HTML/sk/khelpcenter/faq/intro.docbook -share/doc/HTML/sk/khelpcenter/faq/kdeapps.docbook -share/doc/HTML/sk/khelpcenter/faq/misc.docbook -share/doc/HTML/sk/khelpcenter/faq/moreinfo.docbook -share/doc/HTML/sk/khelpcenter/faq/nonkdeapps.docbook -share/doc/HTML/sk/khelpcenter/faq/notrelated.docbook -share/doc/HTML/sk/khelpcenter/faq/panel.docbook -share/doc/HTML/sk/khelpcenter/faq/tips.docbook -share/doc/HTML/sk/khelpcenter/faq/winmng.docbook -share/doc/HTML/sk/khelpcenter/glossary/common -share/doc/HTML/sk/khelpcenter/glossary/index.cache.bz2 -share/doc/HTML/sk/khelpcenter/glossary/index.docbook -share/doc/HTML/sk/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/sk/khelpcenter/help.docbook -share/doc/HTML/sk/khelpcenter/index.cache.bz2 -share/doc/HTML/sk/khelpcenter/index.docbook -share/doc/HTML/sk/khelpcenter/links.docbook -share/doc/HTML/sk/khelpcenter/quickstart/common -share/doc/HTML/sk/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/sk/khelpcenter/quickstart/index.docbook -share/doc/HTML/sk/khelpcenter/support.docbook -share/doc/HTML/sk/khelpcenter/userguide/about-desktop.docbook -share/doc/HTML/sk/khelpcenter/userguide/common -share/doc/HTML/sk/khelpcenter/userguide/first-impressions.docbook -share/doc/HTML/sk/khelpcenter/userguide/getting-started.docbook -share/doc/HTML/sk/khelpcenter/userguide/history.docbook -share/doc/HTML/sk/khelpcenter/userguide/index.cache.bz2 -share/doc/HTML/sk/khelpcenter/userguide/index.docbook -share/doc/HTML/sk/khelpcenter/userguide/installation.docbook -share/doc/HTML/sk/khelpcenter/userguide/intro.docbook -share/doc/HTML/sk/khelpcenter/userguide/kdeadmin-apps.docbook -share/doc/HTML/sk/khelpcenter/userguide/kdebase-apps.docbook -share/doc/HTML/sk/khelpcenter/userguide/kdeedu-apps.docbook -share/doc/HTML/sk/khelpcenter/userguide/kdegames-apps.docbook -share/doc/HTML/sk/khelpcenter/userguide/kdegraphics-apps.docbook -share/doc/HTML/sk/khelpcenter/userguide/kdemultimedia-apps.docbook -share/doc/HTML/sk/khelpcenter/userguide/kdenetwork-apps.docbook -share/doc/HTML/sk/khelpcenter/userguide/kdepim-apps.docbook -share/doc/HTML/sk/khelpcenter/userguide/kdetoys-apps.docbook -share/doc/HTML/sk/khelpcenter/userguide/kdeutils-apps.docbook -share/doc/HTML/sk/khelpcenter/userguide/koffice-apps.docbook -share/doc/HTML/sk/khelpcenter/userguide/more-help.docbook -share/doc/HTML/sk/khelpcenter/userguide/shortcuts.docbook -share/doc/HTML/sk/khelpcenter/userguide/staff.docbook -share/doc/HTML/sk/khelpcenter/userguide/ug-faq.docbook -share/doc/HTML/sk/khelpcenter/visualdict/common -share/doc/HTML/sk/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/sk/khelpcenter/visualdict/index.docbook -share/doc/HTML/sk/khelpcenter/visualdict/pict1.png -share/doc/HTML/sk/khelpcenter/visualdict/pict10.png -share/doc/HTML/sk/khelpcenter/visualdict/pict11.png -share/doc/HTML/sk/khelpcenter/visualdict/pict12.png -share/doc/HTML/sk/khelpcenter/visualdict/pict13.png -share/doc/HTML/sk/khelpcenter/visualdict/pict14.png -share/doc/HTML/sk/khelpcenter/visualdict/pict15.png -share/doc/HTML/sk/khelpcenter/visualdict/pict16.png -share/doc/HTML/sk/khelpcenter/visualdict/pict17.png -share/doc/HTML/sk/khelpcenter/visualdict/pict18.png -share/doc/HTML/sk/khelpcenter/visualdict/pict19.png -share/doc/HTML/sk/khelpcenter/visualdict/pict2.png -share/doc/HTML/sk/khelpcenter/visualdict/pict20.png -share/doc/HTML/sk/khelpcenter/visualdict/pict3.png -share/doc/HTML/sk/khelpcenter/visualdict/pict4.png -share/doc/HTML/sk/khelpcenter/visualdict/pict5.png -share/doc/HTML/sk/khelpcenter/visualdict/pict7.png -share/doc/HTML/sk/khelpcenter/visualdict/pict9.png -share/doc/HTML/sk/khelpcenter/welcome.docbook -share/doc/HTML/sk/khelpcenter/whatiskde.docbook -share/doc/HTML/sk/kicker-applets/common -share/doc/HTML/sk/kicker-applets/index.cache.bz2 -share/doc/HTML/sk/kicker-applets/index.docbook -share/doc/HTML/sk/kicker-applets/kolourpicker.docbook -share/doc/HTML/sk/kicker-applets/ktimemon.docbook -share/doc/HTML/sk/kicker/common -share/doc/HTML/sk/kicker/index.cache.bz2 -share/doc/HTML/sk/kicker/index.docbook -share/doc/HTML/sk/kicker/screenshot_left.png -share/doc/HTML/sk/kicker/screenshot_right.png -share/doc/HTML/sk/kinfocenter/blockdevices/common -share/doc/HTML/sk/kinfocenter/blockdevices/index.cache.bz2 -share/doc/HTML/sk/kinfocenter/blockdevices/index.docbook -share/doc/HTML/sk/kinfocenter/common -share/doc/HTML/sk/kinfocenter/devices/common -share/doc/HTML/sk/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/sk/kinfocenter/devices/index.docbook -share/doc/HTML/sk/kinfocenter/dma/common -share/doc/HTML/sk/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/sk/kinfocenter/dma/index.docbook -share/doc/HTML/sk/kinfocenter/index.cache.bz2 -share/doc/HTML/sk/kinfocenter/index.docbook -share/doc/HTML/sk/kinfocenter/interrupts/common -share/doc/HTML/sk/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/sk/kinfocenter/interrupts/index.docbook -share/doc/HTML/sk/kinfocenter/ioports/common -share/doc/HTML/sk/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/sk/kinfocenter/ioports/index.docbook -share/doc/HTML/sk/kinfocenter/memory/common -share/doc/HTML/sk/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/sk/kinfocenter/memory/index.docbook -share/doc/HTML/sk/kinfocenter/nics/common -share/doc/HTML/sk/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/sk/kinfocenter/nics/index.docbook -share/doc/HTML/sk/kinfocenter/partitions/common -share/doc/HTML/sk/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/sk/kinfocenter/partitions/index.docbook -share/doc/HTML/sk/kinfocenter/pci/common -share/doc/HTML/sk/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/sk/kinfocenter/pci/index.docbook -share/doc/HTML/sk/kinfocenter/pcmcia/common -share/doc/HTML/sk/kinfocenter/pcmcia/index.cache.bz2 -share/doc/HTML/sk/kinfocenter/pcmcia/index.docbook -share/doc/HTML/sk/kinfocenter/processor/common -share/doc/HTML/sk/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/sk/kinfocenter/processor/index.docbook -share/doc/HTML/sk/kinfocenter/protocols/common -share/doc/HTML/sk/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/sk/kinfocenter/protocols/index.docbook -share/doc/HTML/sk/kinfocenter/samba/common -share/doc/HTML/sk/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/sk/kinfocenter/samba/index.docbook -share/doc/HTML/sk/kinfocenter/scsi/common -share/doc/HTML/sk/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/sk/kinfocenter/scsi/index.docbook -share/doc/HTML/sk/kinfocenter/sound/common -share/doc/HTML/sk/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/sk/kinfocenter/sound/index.docbook -share/doc/HTML/sk/kinfocenter/usb/common -share/doc/HTML/sk/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/sk/kinfocenter/usb/index.docbook -share/doc/HTML/sk/kinfocenter/xserver/common -share/doc/HTML/sk/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/sk/kinfocenter/xserver/index.docbook -share/doc/HTML/sk/kioslave/audiocd.docbook -share/doc/HTML/sk/kioslave/bzip.docbook -share/doc/HTML/sk/kioslave/bzip2.docbook -share/doc/HTML/sk/kioslave/cgi.docbook -share/doc/HTML/sk/kioslave/common -share/doc/HTML/sk/kioslave/file.docbook -share/doc/HTML/sk/kioslave/finger.docbook -share/doc/HTML/sk/kioslave/fish.docbook -share/doc/HTML/sk/kioslave/floppy.docbook -share/doc/HTML/sk/kioslave/ftp.docbook -share/doc/HTML/sk/kioslave/gopher.docbook -share/doc/HTML/sk/kioslave/gzip.docbook -share/doc/HTML/sk/kioslave/help.docbook -share/doc/HTML/sk/kioslave/http.docbook -share/doc/HTML/sk/kioslave/https.docbook -share/doc/HTML/sk/kioslave/imap.docbook -share/doc/HTML/sk/kioslave/imaps.docbook -share/doc/HTML/sk/kioslave/index.cache.bz2 -share/doc/HTML/sk/kioslave/index.docbook -share/doc/HTML/sk/kioslave/info.docbook -share/doc/HTML/sk/kioslave/lan.docbook -share/doc/HTML/sk/kioslave/ldap.docbook -share/doc/HTML/sk/kioslave/mac.docbook -share/doc/HTML/sk/kioslave/mailto.docbook -share/doc/HTML/sk/kioslave/man.docbook -share/doc/HTML/sk/kioslave/news.docbook -share/doc/HTML/sk/kioslave/nfs.docbook -share/doc/HTML/sk/kioslave/nntp.docbook -share/doc/HTML/sk/kioslave/pop3.docbook -share/doc/HTML/sk/kioslave/pop3s.docbook -share/doc/HTML/sk/kioslave/print.docbook -share/doc/HTML/sk/kioslave/rlan.docbook -share/doc/HTML/sk/kioslave/rlogin.docbook -share/doc/HTML/sk/kioslave/sftp.docbook -share/doc/HTML/sk/kioslave/smb.docbook -share/doc/HTML/sk/kioslave/smtp.docbook -share/doc/HTML/sk/kioslave/tar.docbook -share/doc/HTML/sk/kioslave/telnet.docbook -share/doc/HTML/sk/kioslave/thumbnail.docbook -share/doc/HTML/sk/kioslave/webdav.docbook -share/doc/HTML/sk/kioslave/webdavs.docbook -share/doc/HTML/sk/kjumpingcube/common -share/doc/HTML/sk/kjumpingcube/index.cache.bz2 -share/doc/HTML/sk/kjumpingcube/index.docbook -share/doc/HTML/sk/klickety/common -share/doc/HTML/sk/klickety/index.cache.bz2 -share/doc/HTML/sk/klickety/index.docbook -share/doc/HTML/sk/klines/common -share/doc/HTML/sk/klines/index.cache.bz2 -share/doc/HTML/sk/klines/index.docbook -share/doc/HTML/sk/klipper/common -share/doc/HTML/sk/klipper/index.cache.bz2 -share/doc/HTML/sk/klipper/index.docbook -share/doc/HTML/sk/kmathtool/common -share/doc/HTML/sk/kmathtool/index.cache.bz2 -share/doc/HTML/sk/kmathtool/index.docbook -share/doc/HTML/sk/kmenuedit/common -share/doc/HTML/sk/kmenuedit/index.cache.bz2 -share/doc/HTML/sk/kmenuedit/index.docbook -share/doc/HTML/sk/kmines/common -share/doc/HTML/sk/kmines/index.cache.bz2 -share/doc/HTML/sk/kmines/index.docbook -share/doc/HTML/sk/kmoon/common -share/doc/HTML/sk/kmoon/index.cache.bz2 -share/doc/HTML/sk/kmoon/index.docbook -share/doc/HTML/sk/kmplot/commands.docbook -share/doc/HTML/sk/kmplot/common -share/doc/HTML/sk/kmplot/credits.docbook -share/doc/HTML/sk/kmplot/developer.docbook -share/doc/HTML/sk/kmplot/index.cache.bz2 -share/doc/HTML/sk/kmplot/index.docbook -share/doc/HTML/sk/kmplot/install.docbook -share/doc/HTML/sk/kmplot/introduction.docbook -share/doc/HTML/sk/kmplot/menu.docbook -share/doc/HTML/sk/kmplot/using.docbook -share/doc/HTML/sk/kodo/common -share/doc/HTML/sk/kodo/index.cache.bz2 -share/doc/HTML/sk/kodo/index.docbook -share/doc/HTML/sk/kompare/common -share/doc/HTML/sk/kompare/index.cache.bz2 -share/doc/HTML/sk/kompare/index.docbook -share/doc/HTML/sk/konq-plugins/babel/common -share/doc/HTML/sk/konq-plugins/babel/index.cache.bz2 -share/doc/HTML/sk/konq-plugins/babel/index.docbook -share/doc/HTML/sk/konq-plugins/common -share/doc/HTML/sk/konq-plugins/crashes/common -share/doc/HTML/sk/konq-plugins/crashes/index.cache.bz2 -share/doc/HTML/sk/konq-plugins/crashes/index.docbook -share/doc/HTML/sk/konq-plugins/dirfilter/common -share/doc/HTML/sk/konq-plugins/dirfilter/index.cache.bz2 -share/doc/HTML/sk/konq-plugins/dirfilter/index.docbook -share/doc/HTML/sk/konq-plugins/domtreeviewer/common -share/doc/HTML/sk/konq-plugins/domtreeviewer/index.cache.bz2 -share/doc/HTML/sk/konq-plugins/domtreeviewer/index.docbook -share/doc/HTML/sk/konq-plugins/imgallery/common -share/doc/HTML/sk/konq-plugins/imgallery/index.cache.bz2 -share/doc/HTML/sk/konq-plugins/imgallery/index.docbook -share/doc/HTML/sk/konq-plugins/index.cache.bz2 -share/doc/HTML/sk/konq-plugins/index.docbook -share/doc/HTML/sk/konq-plugins/khtmlsettings/common -share/doc/HTML/sk/konq-plugins/khtmlsettings/index.cache.bz2 -share/doc/HTML/sk/konq-plugins/khtmlsettings/index.docbook -share/doc/HTML/sk/konq-plugins/kuick/common -share/doc/HTML/sk/konq-plugins/kuick/index.cache.bz2 -share/doc/HTML/sk/konq-plugins/kuick/index.docbook -share/doc/HTML/sk/konq-plugins/mediaplayer/common -share/doc/HTML/sk/konq-plugins/mediaplayer/index.cache.bz2 -share/doc/HTML/sk/konq-plugins/mediaplayer/index.docbook -share/doc/HTML/sk/konq-plugins/smbmounter/common -share/doc/HTML/sk/konq-plugins/smbmounter/index.cache.bz2 -share/doc/HTML/sk/konq-plugins/smbmounter/index.docbook -share/doc/HTML/sk/konq-plugins/uachanger/common -share/doc/HTML/sk/konq-plugins/uachanger/index.cache.bz2 -share/doc/HTML/sk/konq-plugins/uachanger/index.docbook -share/doc/HTML/sk/konq-plugins/validators/common -share/doc/HTML/sk/konq-plugins/validators/index.cache.bz2 -share/doc/HTML/sk/konq-plugins/validators/index.docbook -share/doc/HTML/sk/konq-plugins/webarchiver/common -share/doc/HTML/sk/konq-plugins/webarchiver/index.cache.bz2 -share/doc/HTML/sk/konq-plugins/webarchiver/index.docbook -share/doc/HTML/sk/konqueror/cmndline.png -share/doc/HTML/sk/konqueror/common -share/doc/HTML/sk/konqueror/dirtree.png -share/doc/HTML/sk/konqueror/dragdrop.png -share/doc/HTML/sk/konqueror/filetype1.png -share/doc/HTML/sk/konqueror/filetype3.png -share/doc/HTML/sk/konqueror/filetype4.png -share/doc/HTML/sk/konqueror/index.cache.bz2 -share/doc/HTML/sk/konqueror/index.docbook -share/doc/HTML/sk/konqueror/konqorg.png -share/doc/HTML/sk/konqueror/parts.png -share/doc/HTML/sk/konquest/common -share/doc/HTML/sk/konquest/index.cache.bz2 -share/doc/HTML/sk/konquest/index.docbook -share/doc/HTML/sk/konsole/konsole.png -share/doc/HTML/sk/kpager/common -share/doc/HTML/sk/kpager/index.cache.bz2 -share/doc/HTML/sk/kpager/index.docbook -share/doc/HTML/sk/kpager/screenshot.png -share/doc/HTML/sk/kpager/settings.png -share/doc/HTML/sk/kpercentage/commands.docbook -share/doc/HTML/sk/kpercentage/common -share/doc/HTML/sk/kpercentage/credits.docbook -share/doc/HTML/sk/kpercentage/devel.docbook -share/doc/HTML/sk/kpercentage/faq.docbook -share/doc/HTML/sk/kpercentage/index.cache.bz2 -share/doc/HTML/sk/kpercentage/index.docbook -share/doc/HTML/sk/kpercentage/install.docbook -share/doc/HTML/sk/kpercentage/introduction.docbook -share/doc/HTML/sk/kpercentage/using.docbook -share/doc/HTML/sk/kreversi/common -share/doc/HTML/sk/kreversi/index.cache.bz2 -share/doc/HTML/sk/kreversi/index.docbook -share/doc/HTML/sk/kreversi/kreversi1.png -share/doc/HTML/sk/krfb/common -share/doc/HTML/sk/krfb/index.cache.bz2 -share/doc/HTML/sk/krfb/index.docbook -share/doc/HTML/sk/kruler/common -share/doc/HTML/sk/kruler/index.cache.bz2 -share/doc/HTML/sk/kruler/index.docbook -share/doc/HTML/sk/ksame/common -share/doc/HTML/sk/ksame/index.cache.bz2 -share/doc/HTML/sk/ksame/index.docbook -share/doc/HTML/sk/kshisen/common -share/doc/HTML/sk/kshisen/index.cache.bz2 -share/doc/HTML/sk/kshisen/index.docbook -share/doc/HTML/sk/ksim/common -share/doc/HTML/sk/ksim/index.cache.bz2 -share/doc/HTML/sk/ksim/index.docbook -share/doc/HTML/sk/ksirtet/common -share/doc/HTML/sk/ksirtet/index.cache.bz2 -share/doc/HTML/sk/ksirtet/index.docbook -share/doc/HTML/sk/ksnake/common -share/doc/HTML/sk/ksnake/index.cache.bz2 -share/doc/HTML/sk/ksnake/index.docbook -share/doc/HTML/sk/ksokoban/common -share/doc/HTML/sk/ksokoban/index.cache.bz2 -share/doc/HTML/sk/ksokoban/index.docbook -share/doc/HTML/sk/kspell/common -share/doc/HTML/sk/kspell/index.cache.bz2 -share/doc/HTML/sk/kspell/index.docbook -share/doc/HTML/sk/ksysguard/common -share/doc/HTML/sk/ksysguard/index.cache.bz2 -share/doc/HTML/sk/ksysguard/index.docbook -share/doc/HTML/sk/kteatime/common -share/doc/HTML/sk/kteatime/config.png -share/doc/HTML/sk/kteatime/index.cache.bz2 -share/doc/HTML/sk/kteatime/index.docbook -share/doc/HTML/sk/ktimer/common -share/doc/HTML/sk/ktimer/index.cache.bz2 -share/doc/HTML/sk/ktimer/index.docbook -share/doc/HTML/sk/ktron/common -share/doc/HTML/sk/ktron/index.cache.bz2 -share/doc/HTML/sk/ktron/index.docbook -share/doc/HTML/sk/kweather/common -share/doc/HTML/sk/kweather/index.cache.bz2 -share/doc/HTML/sk/kweather/index.docbook -share/doc/HTML/sk/kwin4/common -share/doc/HTML/sk/kwin4/index.cache.bz2 -share/doc/HTML/sk/kwin4/index.docbook -share/doc/HTML/sk/kworldclock/common -share/doc/HTML/sk/kworldclock/index.cache.bz2 -share/doc/HTML/sk/kworldclock/index.docbook -share/doc/HTML/sk/lskat/common -share/doc/HTML/sk/lskat/index.cache.bz2 -share/doc/HTML/sk/lskat/index.docbook -share/doc/HTML/sk/umbrello/asf.xmi -share/doc/HTML/sk/umbrello/authors.docbook -share/doc/HTML/sk/umbrello/code_import_and_generation.docbook -share/doc/HTML/sk/umbrello/faq.docbook -share/doc/HTML/sk/umbrello/installation.docbook -share/doc/HTML/sk/umbrello/introduction.docbook -share/doc/HTML/sk/umbrello/menu_reference.docbook -share/doc/HTML/sk/umbrello/other_features.docbook -share/doc/HTML/sk/umbrello/pics/activity-diagram.png -share/doc/HTML/sk/umbrello/pics/add-remove-languages.png -share/doc/HTML/sk/umbrello/pics/aggregation.png -share/doc/HTML/sk/umbrello/pics/association.png -share/doc/HTML/sk/umbrello/pics/class-diagram.png -share/doc/HTML/sk/umbrello/pics/class.png -share/doc/HTML/sk/umbrello/pics/code-import.png -share/doc/HTML/sk/umbrello/pics/collaboration-diagram.png -share/doc/HTML/sk/umbrello/pics/composition.png -share/doc/HTML/sk/umbrello/pics/folders.png -share/doc/HTML/sk/umbrello/pics/generalization.png -share/doc/HTML/sk/umbrello/pics/generation-options.png -share/doc/HTML/sk/umbrello/pics/sequence-diagram.png -share/doc/HTML/sk/umbrello/pics/state-diagram.png -share/doc/HTML/sk/umbrello/pics/umbrello-main-screen.png -share/doc/HTML/sk/umbrello/pics/umbrello-ui-clean.png -share/doc/HTML/sk/umbrello/pics/umbrello-ui.png -share/doc/HTML/sk/umbrello/pics/use-case-diagram.png -share/doc/HTML/sk/umbrello/screen-shots.xmi -share/doc/HTML/sk/umbrello/uml_basics.docbook -share/doc/HTML/sk/umbrello/working_with_umbrello.docbook -share/locale/sk/LC_MESSAGES/akregator.mo -share/locale/sk/LC_MESSAGES/akregator_konqplugin.mo -share/locale/sk/LC_MESSAGES/alsaplayerui.mo -share/locale/sk/LC_MESSAGES/amor.mo -share/locale/sk/LC_MESSAGES/appletproxy.mo -share/locale/sk/LC_MESSAGES/ark.mo -share/locale/sk/LC_MESSAGES/ark_plugin.mo -share/locale/sk/LC_MESSAGES/artsbuilder.mo -share/locale/sk/LC_MESSAGES/artscontrol.mo -share/locale/sk/LC_MESSAGES/artsmodules.mo -share/locale/sk/LC_MESSAGES/atlantik.mo -share/locale/sk/LC_MESSAGES/atlantikdesigner.mo -share/locale/sk/LC_MESSAGES/audiocd_encoder_lame.mo -share/locale/sk/LC_MESSAGES/audiocd_encoder_vorbis.mo -share/locale/sk/LC_MESSAGES/audiorename_plugin.mo -share/locale/sk/LC_MESSAGES/autorefresh.mo -share/locale/sk/LC_MESSAGES/babelfish.mo -share/locale/sk/LC_MESSAGES/blinken.mo -share/locale/sk/LC_MESSAGES/cervisia.mo -share/locale/sk/LC_MESSAGES/charlatanui.mo -share/locale/sk/LC_MESSAGES/clockapplet.mo -share/locale/sk/LC_MESSAGES/crashesplugin.mo -share/locale/sk/LC_MESSAGES/cupsdconf.mo -share/locale/sk/LC_MESSAGES/cvsservice.mo -share/locale/sk/LC_MESSAGES/dcoprss.mo -share/locale/sk/LC_MESSAGES/dirfilterplugin.mo -share/locale/sk/LC_MESSAGES/display.mo -share/locale/sk/LC_MESSAGES/dockbarextension.mo -share/locale/sk/LC_MESSAGES/domtreeviewer.mo -share/locale/sk/LC_MESSAGES/drkonqi.mo -share/locale/sk/LC_MESSAGES/dub.mo -share/locale/sk/LC_MESSAGES/extensionproxy.mo -share/locale/sk/LC_MESSAGES/ffrs.mo -share/locale/sk/LC_MESSAGES/filetypes.mo -share/locale/sk/LC_MESSAGES/fsview.mo -share/locale/sk/LC_MESSAGES/htmlsearch.mo -share/locale/sk/LC_MESSAGES/imagerename_plugin.mo -share/locale/sk/LC_MESSAGES/imgalleryplugin.mo -share/locale/sk/LC_MESSAGES/irkick.mo -share/locale/sk/LC_MESSAGES/joystick.mo -share/locale/sk/LC_MESSAGES/juk.mo -share/locale/sk/LC_MESSAGES/kabc2mutt.mo -share/locale/sk/LC_MESSAGES/kabc_dir.mo -share/locale/sk/LC_MESSAGES/kabc_file.mo -share/locale/sk/LC_MESSAGES/kabc_ldapkio.mo -share/locale/sk/LC_MESSAGES/kabc_net.mo -share/locale/sk/LC_MESSAGES/kabc_slox.mo -share/locale/sk/LC_MESSAGES/kabc_sql.mo -share/locale/sk/LC_MESSAGES/kabcformat_binary.mo -share/locale/sk/LC_MESSAGES/kaboodle.mo -share/locale/sk/LC_MESSAGES/kaccess.mo -share/locale/sk/LC_MESSAGES/kaddressbook.mo -share/locale/sk/LC_MESSAGES/kalarm.mo -share/locale/sk/LC_MESSAGES/kalzium.mo -share/locale/sk/LC_MESSAGES/kanagram.mo -share/locale/sk/LC_MESSAGES/kandy.mo -share/locale/sk/LC_MESSAGES/kappfinder.mo -share/locale/sk/LC_MESSAGES/karm.mo -share/locale/sk/LC_MESSAGES/kasbarextension.mo -share/locale/sk/LC_MESSAGES/kasteroids.mo -share/locale/sk/LC_MESSAGES/kate.mo -share/locale/sk/LC_MESSAGES/katecppsymbolviewer.mo -share/locale/sk/LC_MESSAGES/katefiletemplates.mo -share/locale/sk/LC_MESSAGES/katefll_initplugin.mo -share/locale/sk/LC_MESSAGES/katefll_plugin.mo -share/locale/sk/LC_MESSAGES/katehelloworld.mo -share/locale/sk/LC_MESSAGES/katehtmltools.mo -share/locale/sk/LC_MESSAGES/kateinsertcommand.mo -share/locale/sk/LC_MESSAGES/katekjswrapper.mo -share/locale/sk/LC_MESSAGES/katemake.mo -share/locale/sk/LC_MESSAGES/katemodeline.mo -share/locale/sk/LC_MESSAGES/kateopenheader.mo -share/locale/sk/LC_MESSAGES/katepart.mo -share/locale/sk/LC_MESSAGES/katepybrowse.mo -share/locale/sk/LC_MESSAGES/katesnippets.mo -share/locale/sk/LC_MESSAGES/katetabbarextension.mo -share/locale/sk/LC_MESSAGES/katetextfilter.mo -share/locale/sk/LC_MESSAGES/katexmlcheck.mo -share/locale/sk/LC_MESSAGES/katexmltools.mo -share/locale/sk/LC_MESSAGES/katomic.mo -share/locale/sk/LC_MESSAGES/kaudiocreator.mo -share/locale/sk/LC_MESSAGES/kay.mo -share/locale/sk/LC_MESSAGES/kbabel.mo -share/locale/sk/LC_MESSAGES/kbackgammon.mo -share/locale/sk/LC_MESSAGES/kbattleship.mo -share/locale/sk/LC_MESSAGES/kbinaryclock.mo -share/locale/sk/LC_MESSAGES/kblackbox.mo -share/locale/sk/LC_MESSAGES/kbounce.mo -share/locale/sk/LC_MESSAGES/kbruch.mo -share/locale/sk/LC_MESSAGES/kbstateapplet.mo -share/locale/sk/LC_MESSAGES/kbugbuster.mo -share/locale/sk/LC_MESSAGES/kcachegrind.mo -share/locale/sk/LC_MESSAGES/kcalc.mo -share/locale/sk/LC_MESSAGES/kcharselect.mo -share/locale/sk/LC_MESSAGES/kcharselectapplet.mo -share/locale/sk/LC_MESSAGES/kcm_krfb.mo -share/locale/sk/LC_MESSAGES/kcm_kviewcanvasconfig.mo -share/locale/sk/LC_MESSAGES/kcm_kviewgeneralconfig.mo -share/locale/sk/LC_MESSAGES/kcm_kviewpluginsconfig.mo -share/locale/sk/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo -share/locale/sk/LC_MESSAGES/kcmaccess.mo -share/locale/sk/LC_MESSAGES/kcmaccessibility.mo -share/locale/sk/LC_MESSAGES/kcmarts.mo -share/locale/sk/LC_MESSAGES/kcmaudiocd.mo -share/locale/sk/LC_MESSAGES/kcmbackground.mo -share/locale/sk/LC_MESSAGES/kcmbell.mo -share/locale/sk/LC_MESSAGES/kcmcddb.mo -share/locale/sk/LC_MESSAGES/kcmcgi.mo -share/locale/sk/LC_MESSAGES/kcmcolors.mo -share/locale/sk/LC_MESSAGES/kcmcomponentchooser.mo -share/locale/sk/LC_MESSAGES/kcmcrypto.mo -share/locale/sk/LC_MESSAGES/kcmcss.mo -share/locale/sk/LC_MESSAGES/kcmenergy.mo -share/locale/sk/LC_MESSAGES/kcmfonts.mo -share/locale/sk/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/sk/LC_MESSAGES/kcmicons.mo -share/locale/sk/LC_MESSAGES/kcminfo.mo -share/locale/sk/LC_MESSAGES/kcminput.mo -share/locale/sk/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/sk/LC_MESSAGES/kcmkabconfig.mo -share/locale/sk/LC_MESSAGES/kcmkamera.mo -share/locale/sk/LC_MESSAGES/kcmkclock.mo -share/locale/sk/LC_MESSAGES/kcmkded.mo -share/locale/sk/LC_MESSAGES/kcmkdnssd.mo -share/locale/sk/LC_MESSAGES/kcmkeys.mo -share/locale/sk/LC_MESSAGES/kcmkicker.mo -share/locale/sk/LC_MESSAGES/kcmkio.mo -share/locale/sk/LC_MESSAGES/kcmkonq.mo -share/locale/sk/LC_MESSAGES/kcmkonqhtml.mo -share/locale/sk/LC_MESSAGES/kcmkonsole.mo -share/locale/sk/LC_MESSAGES/kcmkontactnt.mo -share/locale/sk/LC_MESSAGES/kcmktalkd.mo -share/locale/sk/LC_MESSAGES/kcmkuick.mo -share/locale/sk/LC_MESSAGES/kcmkurifilt.mo -share/locale/sk/LC_MESSAGES/kcmkvaio.mo -share/locale/sk/LC_MESSAGES/kcmkwallet.mo -share/locale/sk/LC_MESSAGES/kcmkwindecoration.mo -share/locale/sk/LC_MESSAGES/kcmkwinrules.mo -share/locale/sk/LC_MESSAGES/kcmkwm.mo -share/locale/sk/LC_MESSAGES/kcmlanbrowser.mo -share/locale/sk/LC_MESSAGES/kcmlaptop.mo -share/locale/sk/LC_MESSAGES/kcmlaunch.mo -share/locale/sk/LC_MESSAGES/kcmlayout.mo -share/locale/sk/LC_MESSAGES/kcmlilo.mo -share/locale/sk/LC_MESSAGES/kcmlirc.mo -share/locale/sk/LC_MESSAGES/kcmlocale.mo -share/locale/sk/LC_MESSAGES/kcmmedia.mo -share/locale/sk/LC_MESSAGES/kcmnic.mo -share/locale/sk/LC_MESSAGES/kcmnotify.mo -share/locale/sk/LC_MESSAGES/kcmperformance.mo -share/locale/sk/LC_MESSAGES/kcmprintmgr.mo -share/locale/sk/LC_MESSAGES/kcmsamba.mo -share/locale/sk/LC_MESSAGES/kcmscreensaver.mo -share/locale/sk/LC_MESSAGES/kcmshell.mo -share/locale/sk/LC_MESSAGES/kcmsmartcard.mo -share/locale/sk/LC_MESSAGES/kcmsmserver.mo -share/locale/sk/LC_MESSAGES/kcmspellchecking.mo -share/locale/sk/LC_MESSAGES/kcmstyle.mo -share/locale/sk/LC_MESSAGES/kcmtaskbar.mo -share/locale/sk/LC_MESSAGES/kcmthinkpad.mo -share/locale/sk/LC_MESSAGES/kcmusb.mo -share/locale/sk/LC_MESSAGES/kcmview1394.mo -share/locale/sk/LC_MESSAGES/kcmwifi.mo -share/locale/sk/LC_MESSAGES/kcmxinerama.mo -share/locale/sk/LC_MESSAGES/kcoloredit.mo -share/locale/sk/LC_MESSAGES/kcontrol.mo -share/locale/sk/LC_MESSAGES/kcron.mo -share/locale/sk/LC_MESSAGES/kdat.mo -share/locale/sk/LC_MESSAGES/kdcop.mo -share/locale/sk/LC_MESSAGES/kdebugdialog.mo -share/locale/sk/LC_MESSAGES/kdelibs.mo -share/locale/sk/LC_MESSAGES/kdelibs_colors.mo -share/locale/sk/LC_MESSAGES/kdelirc.mo -share/locale/sk/LC_MESSAGES/kdepasswd.mo -share/locale/sk/LC_MESSAGES/kdepimresources.mo -share/locale/sk/LC_MESSAGES/kdepimwizards.mo -share/locale/sk/LC_MESSAGES/kdeprint.mo -share/locale/sk/LC_MESSAGES/kdeprint_part.mo -share/locale/sk/LC_MESSAGES/kdeprintfax.mo -share/locale/sk/LC_MESSAGES/kdesktop.mo -share/locale/sk/LC_MESSAGES/kdessh.mo -share/locale/sk/LC_MESSAGES/kdesu.mo -share/locale/sk/LC_MESSAGES/kdesud.mo -share/locale/sk/LC_MESSAGES/kdevdesigner.mo -share/locale/sk/LC_MESSAGES/kdevelop.mo -share/locale/sk/LC_MESSAGES/kdevtipofday.mo -share/locale/sk/LC_MESSAGES/kdf.mo -share/locale/sk/LC_MESSAGES/kdgantt.mo -share/locale/sk/LC_MESSAGES/kdialog.mo -share/locale/sk/LC_MESSAGES/kdict.mo -share/locale/sk/LC_MESSAGES/kdictapplet.mo -share/locale/sk/LC_MESSAGES/kdjview.mo -share/locale/sk/LC_MESSAGES/kdmconfig.mo -share/locale/sk/LC_MESSAGES/kdmgreet.mo -share/locale/sk/LC_MESSAGES/kdvi.mo -share/locale/sk/LC_MESSAGES/kedit.mo -share/locale/sk/LC_MESSAGES/keduca.mo -share/locale/sk/LC_MESSAGES/kenolaba.mo -share/locale/sk/LC_MESSAGES/kfax.mo -share/locale/sk/LC_MESSAGES/kfaxview.mo -share/locale/sk/LC_MESSAGES/kfifteenapplet.mo -share/locale/sk/LC_MESSAGES/kfile_au.mo -share/locale/sk/LC_MESSAGES/kfile_avi.mo -share/locale/sk/LC_MESSAGES/kfile_bmp.mo -share/locale/sk/LC_MESSAGES/kfile_cert.mo -share/locale/sk/LC_MESSAGES/kfile_cpp.mo -share/locale/sk/LC_MESSAGES/kfile_dds.mo -share/locale/sk/LC_MESSAGES/kfile_deb.mo -share/locale/sk/LC_MESSAGES/kfile_desktop.mo -share/locale/sk/LC_MESSAGES/kfile_diff.mo -share/locale/sk/LC_MESSAGES/kfile_drgeo.mo -share/locale/sk/LC_MESSAGES/kfile_dvi.mo -share/locale/sk/LC_MESSAGES/kfile_exr.mo -share/locale/sk/LC_MESSAGES/kfile_flac.mo -share/locale/sk/LC_MESSAGES/kfile_folder.mo -share/locale/sk/LC_MESSAGES/kfile_gif.mo -share/locale/sk/LC_MESSAGES/kfile_html.mo -share/locale/sk/LC_MESSAGES/kfile_ico.mo -share/locale/sk/LC_MESSAGES/kfile_ics.mo -share/locale/sk/LC_MESSAGES/kfile_jpeg.mo -share/locale/sk/LC_MESSAGES/kfile_kig.mo -share/locale/sk/LC_MESSAGES/kfile_lnk.mo -share/locale/sk/LC_MESSAGES/kfile_m3u.mo -share/locale/sk/LC_MESSAGES/kfile_mhtml.mo -share/locale/sk/LC_MESSAGES/kfile_mp3.mo -share/locale/sk/LC_MESSAGES/kfile_mpc.mo -share/locale/sk/LC_MESSAGES/kfile_mpeg.mo -share/locale/sk/LC_MESSAGES/kfile_ogg.mo -share/locale/sk/LC_MESSAGES/kfile_palm.mo -share/locale/sk/LC_MESSAGES/kfile_pcx.mo -share/locale/sk/LC_MESSAGES/kfile_pdf.mo -share/locale/sk/LC_MESSAGES/kfile_png.mo -share/locale/sk/LC_MESSAGES/kfile_pnm.mo -share/locale/sk/LC_MESSAGES/kfile_po.mo -share/locale/sk/LC_MESSAGES/kfile_ps.mo -share/locale/sk/LC_MESSAGES/kfile_rfc822.mo -share/locale/sk/LC_MESSAGES/kfile_rgb.mo -share/locale/sk/LC_MESSAGES/kfile_rpm.mo -share/locale/sk/LC_MESSAGES/kfile_sid.mo -share/locale/sk/LC_MESSAGES/kfile_tga.mo -share/locale/sk/LC_MESSAGES/kfile_theora.mo -share/locale/sk/LC_MESSAGES/kfile_tiff.mo -share/locale/sk/LC_MESSAGES/kfile_torrent.mo -share/locale/sk/LC_MESSAGES/kfile_ts.mo -share/locale/sk/LC_MESSAGES/kfile_txt.mo -share/locale/sk/LC_MESSAGES/kfile_vcf.mo -share/locale/sk/LC_MESSAGES/kfile_wav.mo -share/locale/sk/LC_MESSAGES/kfile_xbm.mo -share/locale/sk/LC_MESSAGES/kfile_xpm.mo -share/locale/sk/LC_MESSAGES/kfileaudiopreview.mo -share/locale/sk/LC_MESSAGES/kfilereplace.mo -share/locale/sk/LC_MESSAGES/kfileshare.mo -share/locale/sk/LC_MESSAGES/kfindpart.mo -share/locale/sk/LC_MESSAGES/kfloppy.mo -share/locale/sk/LC_MESSAGES/kfmclient.mo -share/locale/sk/LC_MESSAGES/kfontinst.mo -share/locale/sk/LC_MESSAGES/kfouleggs.mo -share/locale/sk/LC_MESSAGES/kgamma.mo -share/locale/sk/LC_MESSAGES/kgantt.mo -share/locale/sk/LC_MESSAGES/kgeography.mo -share/locale/sk/LC_MESSAGES/kget.mo -share/locale/sk/LC_MESSAGES/kghostview.mo -share/locale/sk/LC_MESSAGES/kgoldrunner.mo -share/locale/sk/LC_MESSAGES/kgpg.mo -share/locale/sk/LC_MESSAGES/kgreet_classic.mo -share/locale/sk/LC_MESSAGES/kgreet_winbind.mo -share/locale/sk/LC_MESSAGES/khangman.mo -share/locale/sk/LC_MESSAGES/khelpcenter.mo -share/locale/sk/LC_MESSAGES/khexedit.mo -share/locale/sk/LC_MESSAGES/khexedit2part.mo -share/locale/sk/LC_MESSAGES/khotkeys.mo -share/locale/sk/LC_MESSAGES/khtmlkttsd.mo -share/locale/sk/LC_MESSAGES/khtmlsettingsplugin.mo -share/locale/sk/LC_MESSAGES/kicker.mo -share/locale/sk/LC_MESSAGES/kickermenu_kate.mo -share/locale/sk/LC_MESSAGES/kiconedit.mo -share/locale/sk/LC_MESSAGES/kig.mo -share/locale/sk/LC_MESSAGES/kimagemapeditor.mo -share/locale/sk/LC_MESSAGES/kinetd.mo -share/locale/sk/LC_MESSAGES/kio.mo -share/locale/sk/LC_MESSAGES/kio_audiocd.mo -share/locale/sk/LC_MESSAGES/kio_finger.mo -share/locale/sk/LC_MESSAGES/kio_fish.mo -share/locale/sk/LC_MESSAGES/kio_floppy.mo -share/locale/sk/LC_MESSAGES/kio_groupwise.mo -share/locale/sk/LC_MESSAGES/kio_help.mo -share/locale/sk/LC_MESSAGES/kio_home.mo -share/locale/sk/LC_MESSAGES/kio_imap4.mo -share/locale/sk/LC_MESSAGES/kio_jabberdisco.mo -share/locale/sk/LC_MESSAGES/kio_lan.mo -share/locale/sk/LC_MESSAGES/kio_ldap.mo -share/locale/sk/LC_MESSAGES/kio_mac.mo -share/locale/sk/LC_MESSAGES/kio_man.mo -share/locale/sk/LC_MESSAGES/kio_media.mo -share/locale/sk/LC_MESSAGES/kio_mobile.mo -share/locale/sk/LC_MESSAGES/kio_nfs.mo -share/locale/sk/LC_MESSAGES/kio_nntp.mo -share/locale/sk/LC_MESSAGES/kio_pop3.mo -share/locale/sk/LC_MESSAGES/kio_print.mo -share/locale/sk/LC_MESSAGES/kio_remote.mo -share/locale/sk/LC_MESSAGES/kio_scalix.mo -share/locale/sk/LC_MESSAGES/kio_settings.mo -share/locale/sk/LC_MESSAGES/kio_sftp.mo -share/locale/sk/LC_MESSAGES/kio_sieve.mo -share/locale/sk/LC_MESSAGES/kio_smb.mo -share/locale/sk/LC_MESSAGES/kio_smtp.mo -share/locale/sk/LC_MESSAGES/kio_svn.mo -share/locale/sk/LC_MESSAGES/kio_system.mo -share/locale/sk/LC_MESSAGES/kio_tar.mo -share/locale/sk/LC_MESSAGES/kio_thumbnail.mo -share/locale/sk/LC_MESSAGES/kio_trash.mo -share/locale/sk/LC_MESSAGES/kio_zeroconf.mo -share/locale/sk/LC_MESSAGES/kioexec.mo -share/locale/sk/LC_MESSAGES/kitchensync.mo -share/locale/sk/LC_MESSAGES/kiten.mo -share/locale/sk/LC_MESSAGES/kjobviewer.mo -share/locale/sk/LC_MESSAGES/kjots.mo -share/locale/sk/LC_MESSAGES/kjumpingcube.mo -share/locale/sk/LC_MESSAGES/klaptopdaemon.mo -share/locale/sk/LC_MESSAGES/klatin.mo -share/locale/sk/LC_MESSAGES/kleopatra.mo -share/locale/sk/LC_MESSAGES/klettres.mo -share/locale/sk/LC_MESSAGES/klickety.mo -share/locale/sk/LC_MESSAGES/klines.mo -share/locale/sk/LC_MESSAGES/klinkstatus.mo -share/locale/sk/LC_MESSAGES/klipper.mo -share/locale/sk/LC_MESSAGES/klock.mo -share/locale/sk/LC_MESSAGES/kmag.mo -share/locale/sk/LC_MESSAGES/kmahjongg.mo -share/locale/sk/LC_MESSAGES/kmail.mo -share/locale/sk/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/sk/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/sk/LC_MESSAGES/kmailcvt.mo -share/locale/sk/LC_MESSAGES/kmathapplet.mo -share/locale/sk/LC_MESSAGES/kmcop.mo -share/locale/sk/LC_MESSAGES/kmenuapplet.mo -share/locale/sk/LC_MESSAGES/kmenuedit.mo -share/locale/sk/LC_MESSAGES/kmid.mo -share/locale/sk/LC_MESSAGES/kmilo_delli8k.mo -share/locale/sk/LC_MESSAGES/kmilo_generic.mo -share/locale/sk/LC_MESSAGES/kmilo_kvaio.mo -share/locale/sk/LC_MESSAGES/kmilo_powerbook.mo -share/locale/sk/LC_MESSAGES/kmilo_thinkpad.mo -share/locale/sk/LC_MESSAGES/kmilod.mo -share/locale/sk/LC_MESSAGES/kmines.mo -share/locale/sk/LC_MESSAGES/kminipagerapplet.mo -share/locale/sk/LC_MESSAGES/kmix.mo -share/locale/sk/LC_MESSAGES/kmobile.mo -share/locale/sk/LC_MESSAGES/kmoon.mo -share/locale/sk/LC_MESSAGES/kmousetool.mo -share/locale/sk/LC_MESSAGES/kmouth.mo -share/locale/sk/LC_MESSAGES/kmplot.mo -share/locale/sk/LC_MESSAGES/kmrml.mo -share/locale/sk/LC_MESSAGES/knetattach.mo -share/locale/sk/LC_MESSAGES/knetwalk.mo -share/locale/sk/LC_MESSAGES/knetworkconf.mo -share/locale/sk/LC_MESSAGES/knewsticker.mo -share/locale/sk/LC_MESSAGES/knode.mo -share/locale/sk/LC_MESSAGES/knotes.mo -share/locale/sk/LC_MESSAGES/knotify.mo -share/locale/sk/LC_MESSAGES/kodo.mo -share/locale/sk/LC_MESSAGES/kolf.mo -share/locale/sk/LC_MESSAGES/kolourpaint.mo -share/locale/sk/LC_MESSAGES/kolourpicker.mo -share/locale/sk/LC_MESSAGES/kommander.mo -share/locale/sk/LC_MESSAGES/kompare.mo -share/locale/sk/LC_MESSAGES/konqsidebar_delicious.mo -share/locale/sk/LC_MESSAGES/konqsidebar_mediaplayer.mo -share/locale/sk/LC_MESSAGES/konqsidebar_metabar.mo -share/locale/sk/LC_MESSAGES/konqsidebar_news.mo -share/locale/sk/LC_MESSAGES/konqueror.mo -share/locale/sk/LC_MESSAGES/konquest.mo -share/locale/sk/LC_MESSAGES/konsole.mo -share/locale/sk/LC_MESSAGES/konsolekalendar.mo -share/locale/sk/LC_MESSAGES/kontact.mo -share/locale/sk/LC_MESSAGES/kooka.mo -share/locale/sk/LC_MESSAGES/kopete.mo -share/locale/sk/LC_MESSAGES/korganizer.mo -share/locale/sk/LC_MESSAGES/korn.mo -share/locale/sk/LC_MESSAGES/kpackage.mo -share/locale/sk/LC_MESSAGES/kpager.mo -share/locale/sk/LC_MESSAGES/kpartsaver.mo -share/locale/sk/LC_MESSAGES/kpat.mo -share/locale/sk/LC_MESSAGES/kpdf.mo -share/locale/sk/LC_MESSAGES/kpercentage.mo -share/locale/sk/LC_MESSAGES/kpersonalizer.mo -share/locale/sk/LC_MESSAGES/kpf.mo -share/locale/sk/LC_MESSAGES/kpilot.mo -share/locale/sk/LC_MESSAGES/kpoker.mo -share/locale/sk/LC_MESSAGES/kpovmodeler.mo -share/locale/sk/LC_MESSAGES/kppp.mo -share/locale/sk/LC_MESSAGES/kppplogview.mo -share/locale/sk/LC_MESSAGES/kprinter.mo -share/locale/sk/LC_MESSAGES/krandr.mo -share/locale/sk/LC_MESSAGES/krdb.mo -share/locale/sk/LC_MESSAGES/krdc.mo -share/locale/sk/LC_MESSAGES/kreadconfig.mo -share/locale/sk/LC_MESSAGES/krec.mo -share/locale/sk/LC_MESSAGES/kregexpeditor.mo -share/locale/sk/LC_MESSAGES/kres_birthday.mo -share/locale/sk/LC_MESSAGES/kres_blogging.mo -share/locale/sk/LC_MESSAGES/kres_bugzilla.mo -share/locale/sk/LC_MESSAGES/kres_exchange.mo -share/locale/sk/LC_MESSAGES/kres_featureplan.mo -share/locale/sk/LC_MESSAGES/kres_groupware.mo -share/locale/sk/LC_MESSAGES/kres_groupwise.mo -share/locale/sk/LC_MESSAGES/kres_kolab.mo -share/locale/sk/LC_MESSAGES/kres_remote.mo -share/locale/sk/LC_MESSAGES/kres_scalix.mo -share/locale/sk/LC_MESSAGES/kres_tvanytime.mo -share/locale/sk/LC_MESSAGES/kres_xmlrpc.mo -share/locale/sk/LC_MESSAGES/kreversi.mo -share/locale/sk/LC_MESSAGES/krfb.mo -share/locale/sk/LC_MESSAGES/kruler.mo -share/locale/sk/LC_MESSAGES/krunapplet.mo -share/locale/sk/LC_MESSAGES/ksame.mo -share/locale/sk/LC_MESSAGES/ksayit.mo -share/locale/sk/LC_MESSAGES/kscd.mo -share/locale/sk/LC_MESSAGES/kscreensaver.mo -share/locale/sk/LC_MESSAGES/kshisen.mo -share/locale/sk/LC_MESSAGES/ksig.mo -share/locale/sk/LC_MESSAGES/ksim.mo -share/locale/sk/LC_MESSAGES/ksirc.mo -share/locale/sk/LC_MESSAGES/ksirtet.mo -share/locale/sk/LC_MESSAGES/ksmiletris.mo -share/locale/sk/LC_MESSAGES/ksmserver.mo -share/locale/sk/LC_MESSAGES/ksnake.mo -share/locale/sk/LC_MESSAGES/ksnapshot.mo -share/locale/sk/LC_MESSAGES/ksokoban.mo -share/locale/sk/LC_MESSAGES/kspaceduel.mo -share/locale/sk/LC_MESSAGES/ksplash.mo -share/locale/sk/LC_MESSAGES/ksplashthemes.mo -share/locale/sk/LC_MESSAGES/kstars.mo -share/locale/sk/LC_MESSAGES/kstart.mo -share/locale/sk/LC_MESSAGES/kstartperf.mo -share/locale/sk/LC_MESSAGES/kstyle_highcontrast_config.mo -share/locale/sk/LC_MESSAGES/kstyle_keramik_config.mo -share/locale/sk/LC_MESSAGES/kstyle_phase_config.mo -share/locale/sk/LC_MESSAGES/kstyle_plastik_config.mo -share/locale/sk/LC_MESSAGES/ksvgplugin.mo -share/locale/sk/LC_MESSAGES/ksysguard.mo -share/locale/sk/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/sk/LC_MESSAGES/ksystraycmd.mo -share/locale/sk/LC_MESSAGES/ksysv.mo -share/locale/sk/LC_MESSAGES/kteatime.mo -share/locale/sk/LC_MESSAGES/ktexteditor_autobookmarker.mo -share/locale/sk/LC_MESSAGES/ktexteditor_docwordcompletion.mo -share/locale/sk/LC_MESSAGES/ktexteditor_insertfile.mo -share/locale/sk/LC_MESSAGES/ktexteditor_isearch.mo -share/locale/sk/LC_MESSAGES/ktexteditor_kdatatool.mo -share/locale/sk/LC_MESSAGES/kthememanager.mo -share/locale/sk/LC_MESSAGES/ktimemon.mo -share/locale/sk/LC_MESSAGES/ktimer.mo -share/locale/sk/LC_MESSAGES/ktip.mo -share/locale/sk/LC_MESSAGES/ktnef.mo -share/locale/sk/LC_MESSAGES/ktouch.mo -share/locale/sk/LC_MESSAGES/ktron.mo -share/locale/sk/LC_MESSAGES/kttsd.mo -share/locale/sk/LC_MESSAGES/ktuberling.mo -share/locale/sk/LC_MESSAGES/kturtle.mo -share/locale/sk/LC_MESSAGES/ktux.mo -share/locale/sk/LC_MESSAGES/kuick_plugin.mo -share/locale/sk/LC_MESSAGES/kuickshow.mo -share/locale/sk/LC_MESSAGES/kuiviewer.mo -share/locale/sk/LC_MESSAGES/kuser.mo -share/locale/sk/LC_MESSAGES/kverbos.mo -share/locale/sk/LC_MESSAGES/kview.mo -share/locale/sk/LC_MESSAGES/kview_scale.mo -share/locale/sk/LC_MESSAGES/kviewbrowserplugin.mo -share/locale/sk/LC_MESSAGES/kviewcanvas.mo -share/locale/sk/LC_MESSAGES/kvieweffectsplugin.mo -share/locale/sk/LC_MESSAGES/kviewpresenterplugin.mo -share/locale/sk/LC_MESSAGES/kviewscannerplugin.mo -share/locale/sk/LC_MESSAGES/kviewshell.mo -share/locale/sk/LC_MESSAGES/kviewviewer.mo -share/locale/sk/LC_MESSAGES/kvoctrain.mo -share/locale/sk/LC_MESSAGES/kwalletmanager.mo -share/locale/sk/LC_MESSAGES/kwatchgnupg.mo -share/locale/sk/LC_MESSAGES/kweather.mo -share/locale/sk/LC_MESSAGES/kwifimanager.mo -share/locale/sk/LC_MESSAGES/kwin.mo -share/locale/sk/LC_MESSAGES/kwin4.mo -share/locale/sk/LC_MESSAGES/kwin_art_clients.mo -share/locale/sk/LC_MESSAGES/kwin_clients.mo -share/locale/sk/LC_MESSAGES/kwin_lib.mo -share/locale/sk/LC_MESSAGES/kwireless.mo -share/locale/sk/LC_MESSAGES/kwordquiz.mo -share/locale/sk/LC_MESSAGES/kworldclock.mo -share/locale/sk/LC_MESSAGES/kwriteconfig.mo -share/locale/sk/LC_MESSAGES/kxkb.mo -share/locale/sk/LC_MESSAGES/kxsconfig.mo -share/locale/sk/LC_MESSAGES/kxsldbg.mo -share/locale/sk/LC_MESSAGES/libKTTSD.mo -share/locale/sk/LC_MESSAGES/libdmctl.mo -share/locale/sk/LC_MESSAGES/libkaddrbk_geo_xxport.mo -share/locale/sk/LC_MESSAGES/libkaddrbk_gmx_xxport.mo -share/locale/sk/LC_MESSAGES/libkcal.mo -share/locale/sk/LC_MESSAGES/libkcddb.mo -share/locale/sk/LC_MESSAGES/libkdeedu.mo -share/locale/sk/LC_MESSAGES/libkdegames.mo -share/locale/sk/LC_MESSAGES/libkdepim.mo -share/locale/sk/LC_MESSAGES/libkfaximgage.mo -share/locale/sk/LC_MESSAGES/libkholidays.mo -share/locale/sk/LC_MESSAGES/libkicker.mo -share/locale/sk/LC_MESSAGES/libkickermenu_kdeprint.mo -share/locale/sk/LC_MESSAGES/libkickermenu_konsole.mo -share/locale/sk/LC_MESSAGES/libkickermenu_prefmenu.mo -share/locale/sk/LC_MESSAGES/libkickermenu_recentdocs.mo -share/locale/sk/LC_MESSAGES/libkickermenu_remotemenu.mo -share/locale/sk/LC_MESSAGES/libkickermenu_systemmenu.mo -share/locale/sk/LC_MESSAGES/libkickermenu_tom.mo -share/locale/sk/LC_MESSAGES/libkleopatra.mo -share/locale/sk/LC_MESSAGES/libkmime.mo -share/locale/sk/LC_MESSAGES/libkonq.mo -share/locale/sk/LC_MESSAGES/libkpgp.mo -share/locale/sk/LC_MESSAGES/libkpimexchange.mo -share/locale/sk/LC_MESSAGES/libkscan.mo -share/locale/sk/LC_MESSAGES/libkscreensaver.mo -share/locale/sk/LC_MESSAGES/libksieve.mo -share/locale/sk/LC_MESSAGES/libksirtet.mo -share/locale/sk/LC_MESSAGES/libtaskbar.mo -share/locale/sk/LC_MESSAGES/libtaskmanager.mo -share/locale/sk/LC_MESSAGES/lockout.mo -share/locale/sk/LC_MESSAGES/lskat.mo -share/locale/sk/LC_MESSAGES/lyrics.mo -share/locale/sk/LC_MESSAGES/mediaapplet.mo -share/locale/sk/LC_MESSAGES/mediacontrol.mo -share/locale/sk/LC_MESSAGES/mf_konqplugin.mo -share/locale/sk/LC_MESSAGES/minitoolsplugin.mo -share/locale/sk/LC_MESSAGES/naughtyapplet.mo -share/locale/sk/LC_MESSAGES/nexscope.mo -share/locale/sk/LC_MESSAGES/noatun.mo -share/locale/sk/LC_MESSAGES/nsplugin.mo -share/locale/sk/LC_MESSAGES/pitchablespeed.mo -share/locale/sk/LC_MESSAGES/ppdtranslations.mo -share/locale/sk/LC_MESSAGES/privacy.mo -share/locale/sk/LC_MESSAGES/quanta.mo -share/locale/sk/LC_MESSAGES/quicklauncher.mo -share/locale/sk/LC_MESSAGES/rellinks.mo -share/locale/sk/LC_MESSAGES/scalixadmin.mo -share/locale/sk/LC_MESSAGES/searchbarplugin.mo -share/locale/sk/LC_MESSAGES/secpolicy.mo -share/locale/sk/LC_MESSAGES/spy.mo -share/locale/sk/LC_MESSAGES/superkaramba.mo -share/locale/sk/LC_MESSAGES/synaescope.mo -share/locale/sk/LC_MESSAGES/timezones.mo -share/locale/sk/LC_MESSAGES/tippecanoe.mo -share/locale/sk/LC_MESSAGES/trashapplet.mo -share/locale/sk/LC_MESSAGES/tyler.mo -share/locale/sk/LC_MESSAGES/uachangerplugin.mo -share/locale/sk/LC_MESSAGES/umbrello.mo -share/locale/sk/LC_MESSAGES/useraccount.mo -share/locale/sk/LC_MESSAGES/validatorsplugin.mo -share/locale/sk/LC_MESSAGES/wakeup.mo -share/locale/sk/LC_MESSAGES/wavecapture.mo -share/locale/sk/LC_MESSAGES/webarchiver.mo -share/locale/sk/charset -share/locale/sk/entry.desktop -share/locale/sk/flag.png -@dirrm share/doc/HTML/sk/umbrello/pics -@dirrm share/doc/HTML/sk/umbrello -@dirrm share/doc/HTML/sk/lskat -@dirrm share/doc/HTML/sk/kworldclock -@dirrm share/doc/HTML/sk/kwin4 -@dirrm share/doc/HTML/sk/kweather -@dirrm share/doc/HTML/sk/ktron -@dirrm share/doc/HTML/sk/ktimer -@dirrm share/doc/HTML/sk/kteatime -@dirrm share/doc/HTML/sk/ksysguard -@dirrm share/doc/HTML/sk/kspell -@dirrm share/doc/HTML/sk/ksokoban -@dirrm share/doc/HTML/sk/ksnake -@dirrm share/doc/HTML/sk/ksirtet -@dirrm share/doc/HTML/sk/ksim -@dirrm share/doc/HTML/sk/kshisen -@dirrm share/doc/HTML/sk/ksame -@dirrm share/doc/HTML/sk/kruler -@dirrm share/doc/HTML/sk/krfb -@dirrm share/doc/HTML/sk/kreversi -@dirrm share/doc/HTML/sk/kpercentage -@dirrm share/doc/HTML/sk/kpager -@dirrm share/doc/HTML/sk/konsole -@dirrm share/doc/HTML/sk/konquest -@dirrm share/doc/HTML/sk/konqueror -@dirrm share/doc/HTML/sk/konq-plugins/webarchiver -@dirrm share/doc/HTML/sk/konq-plugins/validators -@dirrm share/doc/HTML/sk/konq-plugins/uachanger -@dirrm share/doc/HTML/sk/konq-plugins/smbmounter -@dirrm share/doc/HTML/sk/konq-plugins/mediaplayer -@dirrm share/doc/HTML/sk/konq-plugins/kuick -@dirrm share/doc/HTML/sk/konq-plugins/khtmlsettings -@dirrm share/doc/HTML/sk/konq-plugins/imgallery -@dirrm share/doc/HTML/sk/konq-plugins/domtreeviewer -@dirrm share/doc/HTML/sk/konq-plugins/dirfilter -@dirrm share/doc/HTML/sk/konq-plugins/crashes -@dirrm share/doc/HTML/sk/konq-plugins/babel -@dirrm share/doc/HTML/sk/konq-plugins -@dirrm share/doc/HTML/sk/kompare -@dirrm share/doc/HTML/sk/kodo -@dirrm share/doc/HTML/sk/kmplot -@dirrm share/doc/HTML/sk/kmoon -@dirrm share/doc/HTML/sk/kmines -@dirrm share/doc/HTML/sk/kmenuedit -@dirrm share/doc/HTML/sk/kmathtool -@dirrm share/doc/HTML/sk/klipper -@dirrm share/doc/HTML/sk/klines -@dirrm share/doc/HTML/sk/klickety -@dirrm share/doc/HTML/sk/kjumpingcube -@dirrm share/doc/HTML/sk/kioslave -@dirrm share/doc/HTML/sk/kinfocenter/xserver -@dirrm share/doc/HTML/sk/kinfocenter/usb -@dirrm share/doc/HTML/sk/kinfocenter/sound -@dirrm share/doc/HTML/sk/kinfocenter/scsi -@dirrm share/doc/HTML/sk/kinfocenter/samba -@dirrm share/doc/HTML/sk/kinfocenter/protocols -@dirrm share/doc/HTML/sk/kinfocenter/processor -@dirrm share/doc/HTML/sk/kinfocenter/pcmcia -@dirrm share/doc/HTML/sk/kinfocenter/pci -@dirrm share/doc/HTML/sk/kinfocenter/partitions -@dirrm share/doc/HTML/sk/kinfocenter/nics -@dirrm share/doc/HTML/sk/kinfocenter/memory -@dirrm share/doc/HTML/sk/kinfocenter/ioports -@dirrm share/doc/HTML/sk/kinfocenter/interrupts -@dirrm share/doc/HTML/sk/kinfocenter/dma -@dirrm share/doc/HTML/sk/kinfocenter/devices -@dirrm share/doc/HTML/sk/kinfocenter/blockdevices -@dirrm share/doc/HTML/sk/kinfocenter -@dirrm share/doc/HTML/sk/kicker-applets -@dirrm share/doc/HTML/sk/kicker -@dirrm share/doc/HTML/sk/khelpcenter/visualdict -@dirrm share/doc/HTML/sk/khelpcenter/userguide -@dirrm share/doc/HTML/sk/khelpcenter/quickstart -@dirrm share/doc/HTML/sk/khelpcenter/glossary -@dirrm share/doc/HTML/sk/khelpcenter/faq -@dirrm share/doc/HTML/sk/khelpcenter -@dirrm share/doc/HTML/sk/kfouleggs -@dirrm share/doc/HTML/sk/kfind -@dirrm share/doc/HTML/sk/kdvi -@dirrm share/doc/HTML/sk/kdm -@dirrm share/doc/HTML/sk/kdf -@dirrm share/doc/HTML/sk/kdesu -@dirrm share/doc/HTML/sk/kdeprint -@dirrm share/doc/HTML/sk/kdebugdialog -@dirrm share/doc/HTML/sk/kcontrol/windowmanagement -@dirrm share/doc/HTML/sk/kcontrol/useragent -@dirrm share/doc/HTML/sk/kcontrol/spellchecking -@dirrm share/doc/HTML/sk/kcontrol/smb -@dirrm share/doc/HTML/sk/kcontrol/screensaver -@dirrm share/doc/HTML/sk/kcontrol/proxy -@dirrm share/doc/HTML/sk/kcontrol/powerctrl -@dirrm share/doc/HTML/sk/kcontrol/passwords -@dirrm share/doc/HTML/sk/kcontrol/panel -@dirrm share/doc/HTML/sk/kcontrol/netpref -@dirrm share/doc/HTML/sk/kcontrol/mouse -@dirrm share/doc/HTML/sk/kcontrol/laptop -@dirrm share/doc/HTML/sk/kcontrol/language -@dirrm share/doc/HTML/sk/kcontrol/lanbrowser -@dirrm share/doc/HTML/sk/kcontrol/kxmlrpcd -@dirrm share/doc/HTML/sk/kcontrol/kwindecoration -@dirrm share/doc/HTML/sk/kcontrol/kmixcfg -@dirrm share/doc/HTML/sk/kcontrol/khtml -@dirrm share/doc/HTML/sk/kcontrol/keys -@dirrm share/doc/HTML/sk/kcontrol/keyboard -@dirrm share/doc/HTML/sk/kcontrol/kdm -@dirrm share/doc/HTML/sk/kcontrol/kcmtaskbar -@dirrm share/doc/HTML/sk/kcontrol/kcmstyle -@dirrm share/doc/HTML/sk/kcontrol/kcmsmserver -@dirrm share/doc/HTML/sk/kcontrol/kcmnotify -@dirrm share/doc/HTML/sk/kcontrol/kcmlowbatwarn -@dirrm share/doc/HTML/sk/kcontrol/kcmlowbatcrit -@dirrm share/doc/HTML/sk/kcontrol/kcmlaunch -@dirrm share/doc/HTML/sk/kcontrol/kcmktalkd -@dirrm share/doc/HTML/sk/kcontrol/kcmkonsole -@dirrm share/doc/HTML/sk/kcontrol/kcmfontinst -@dirrm share/doc/HTML/sk/kcontrol/kcmcss -@dirrm share/doc/HTML/sk/kcontrol/kcmaccess -@dirrm share/doc/HTML/sk/kcontrol/kalarmd -@dirrm share/doc/HTML/sk/kcontrol/icons -@dirrm share/doc/HTML/sk/kcontrol/helpindex -@dirrm share/doc/HTML/sk/kcontrol/fonts -@dirrm share/doc/HTML/sk/kcontrol/filetypes -@dirrm share/doc/HTML/sk/kcontrol/filemanager -@dirrm share/doc/HTML/sk/kcontrol/energy -@dirrm share/doc/HTML/sk/kcontrol/email -@dirrm share/doc/HTML/sk/kcontrol/ebrowsing -@dirrm share/doc/HTML/sk/kcontrol/desktop -@dirrm share/doc/HTML/sk/kcontrol/crypto -@dirrm share/doc/HTML/sk/kcontrol/cookies -@dirrm share/doc/HTML/sk/kcontrol/colors -@dirrm share/doc/HTML/sk/kcontrol/clock -@dirrm share/doc/HTML/sk/kcontrol/cache -@dirrm share/doc/HTML/sk/kcontrol/bell -@dirrm share/doc/HTML/sk/kcontrol/background -@dirrm share/doc/HTML/sk/kcontrol/arts -@dirrm share/doc/HTML/sk/kcontrol -@dirrm share/doc/HTML/sk/kcoloredit -@dirrm share/doc/HTML/sk/kcharselect -@dirrm share/doc/HTML/sk/kbugbuster -@dirrm share/doc/HTML/sk/kbounce -@dirrm share/doc/HTML/sk/kblackbox -@dirrm share/doc/HTML/sk/kbattleship -@dirrm share/doc/HTML/sk/kbackgammon -@dirrm share/doc/HTML/sk/katomic -@dirrm share/doc/HTML/sk/kate-plugins -@dirrm share/doc/HTML/sk/kate -@dirrm share/doc/HTML/sk/kasteroids -@dirrm share/doc/HTML/sk/kamera -@dirrm share/doc/HTML/sk/kaddressbook -@dirrm share/doc/HTML/sk/kaboodle -@dirrm share/doc/HTML/sk/common -@dirrm share/doc/HTML/sk/atlantik -@dirrm share/doc/HTML/sk/amor -@dirrm share/apps/kturtle/examples/sk -@dirrm share/apps/kturtle/examples -@dirrm share/apps/kturtle/data -@dirrm share/apps/kturtle -@dirrm share/apps/ktuberling/sounds/sk -@dirrm share/apps/ktuberling/sounds -@dirrm share/apps/ktuberling -@dirrm share/apps/klettres/sk/syllab -@dirrm share/apps/klettres/sk/alpha -@dirrm share/apps/klettres/sk -@dirrm share/apps/klettres -@dirrm share/apps/katepart/syntax -@dirrm share/apps/katepart diff --git a/misc/kde4-l10n-tg/Makefile b/misc/kde4-l10n-tg/Makefile deleted file mode 100644 index fbe344b97667..000000000000 --- a/misc/kde4-l10n-tg/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: kde3-i18n-tg -# Date created: 01 March 2004 -# Whom: Lauri Watts <lauri@kde.org> -# -# $FreeBSD$ -# - -PORTNAME= kde-i18n -PORTVERSION= ${KDE_VERSION} -CATEGORIES?= misc kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n -PKGNAMEPREFIX= tg- -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Tajik messages and documentation for KDE3 - -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - -USE_KDELIBS_VER=3 -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -KDE_I18N= yes - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.mk> diff --git a/misc/kde4-l10n-tg/distinfo b/misc/kde4-l10n-tg/distinfo deleted file mode 100644 index fe9ad6bffdda..000000000000 --- a/misc/kde4-l10n-tg/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kde-i18n/kde-i18n-tg-3.5.10.tar.bz2) = 7999d00f85d0a9bf2991ab8600ce23c1 -SHA256 (KDE/kde-i18n/kde-i18n-tg-3.5.10.tar.bz2) = 98b79d9223afdb98308cd5bfe627b558799df0e2d7188d4c7a3e8fa4c7484f4c -SIZE (KDE/kde-i18n/kde-i18n-tg-3.5.10.tar.bz2) = 2197372 diff --git a/misc/kde4-l10n-tg/pkg-descr b/misc/kde4-l10n-tg/pkg-descr deleted file mode 100644 index 3354ca873ecc..000000000000 --- a/misc/kde4-l10n-tg/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for KDE3. - -WWW: http://i18n.kde.org/ diff --git a/misc/kde4-l10n-tg/pkg-plist b/misc/kde4-l10n-tg/pkg-plist deleted file mode 100644 index b6dedaf927c9..000000000000 --- a/misc/kde4-l10n-tg/pkg-plist +++ /dev/null @@ -1,510 +0,0 @@ -share/apps/khangman/data/tg/animals.kvtml -share/apps/khangman/data/tg/easy.kvtml -share/apps/khangman/data/tg/hard.kvtml -share/apps/khangman/data/tg/medium.kvtml -share/apps/khangman/tg.txt -share/locale/tg/LC_MESSAGES/alsaplayerui.mo -share/locale/tg/LC_MESSAGES/amor.mo -share/locale/tg/LC_MESSAGES/appletproxy.mo -share/locale/tg/LC_MESSAGES/ark.mo -share/locale/tg/LC_MESSAGES/ark_plugin.mo -share/locale/tg/LC_MESSAGES/artsbuilder.mo -share/locale/tg/LC_MESSAGES/artscontrol.mo -share/locale/tg/LC_MESSAGES/artsmodules.mo -share/locale/tg/LC_MESSAGES/atlantik.mo -share/locale/tg/LC_MESSAGES/atlantikdesigner.mo -share/locale/tg/LC_MESSAGES/audiocd_encoder_lame.mo -share/locale/tg/LC_MESSAGES/audiocd_encoder_vorbis.mo -share/locale/tg/LC_MESSAGES/audiorename_plugin.mo -share/locale/tg/LC_MESSAGES/autorefresh.mo -share/locale/tg/LC_MESSAGES/babelfish.mo -share/locale/tg/LC_MESSAGES/blinken.mo -share/locale/tg/LC_MESSAGES/cervisia.mo -share/locale/tg/LC_MESSAGES/charlatanui.mo -share/locale/tg/LC_MESSAGES/clockapplet.mo -share/locale/tg/LC_MESSAGES/crashesplugin.mo -share/locale/tg/LC_MESSAGES/cupsdconf.mo -share/locale/tg/LC_MESSAGES/cvsservice.mo -share/locale/tg/LC_MESSAGES/dcoprss.mo -share/locale/tg/LC_MESSAGES/dirfilterplugin.mo -share/locale/tg/LC_MESSAGES/display.mo -share/locale/tg/LC_MESSAGES/dockbarextension.mo -share/locale/tg/LC_MESSAGES/domtreeviewer.mo -share/locale/tg/LC_MESSAGES/drkonqi.mo -share/locale/tg/LC_MESSAGES/dub.mo -share/locale/tg/LC_MESSAGES/extensionproxy.mo -share/locale/tg/LC_MESSAGES/ffrs.mo -share/locale/tg/LC_MESSAGES/filetypes.mo -share/locale/tg/LC_MESSAGES/fsview.mo -share/locale/tg/LC_MESSAGES/htmlsearch.mo -share/locale/tg/LC_MESSAGES/imagerename_plugin.mo -share/locale/tg/LC_MESSAGES/imgalleryplugin.mo -share/locale/tg/LC_MESSAGES/irkick.mo -share/locale/tg/LC_MESSAGES/joystick.mo -share/locale/tg/LC_MESSAGES/juk.mo -share/locale/tg/LC_MESSAGES/kabc2mutt.mo -share/locale/tg/LC_MESSAGES/kabc_dir.mo -share/locale/tg/LC_MESSAGES/kabc_file.mo -share/locale/tg/LC_MESSAGES/kabc_ldapkio.mo -share/locale/tg/LC_MESSAGES/kabc_net.mo -share/locale/tg/LC_MESSAGES/kabc_slox.mo -share/locale/tg/LC_MESSAGES/kabc_sql.mo -share/locale/tg/LC_MESSAGES/kabcformat_binary.mo -share/locale/tg/LC_MESSAGES/kaboodle.mo -share/locale/tg/LC_MESSAGES/kaccess.mo -share/locale/tg/LC_MESSAGES/kaddressbook.mo -share/locale/tg/LC_MESSAGES/kalarm.mo -share/locale/tg/LC_MESSAGES/kalzium.mo -share/locale/tg/LC_MESSAGES/kanagram.mo -share/locale/tg/LC_MESSAGES/kandy.mo -share/locale/tg/LC_MESSAGES/kappfinder.mo -share/locale/tg/LC_MESSAGES/karm.mo -share/locale/tg/LC_MESSAGES/kasbarextension.mo -share/locale/tg/LC_MESSAGES/kasteroids.mo -share/locale/tg/LC_MESSAGES/kate.mo -share/locale/tg/LC_MESSAGES/katecppsymbolviewer.mo -share/locale/tg/LC_MESSAGES/katefiletemplates.mo -share/locale/tg/LC_MESSAGES/katefll_initplugin.mo -share/locale/tg/LC_MESSAGES/katefll_plugin.mo -share/locale/tg/LC_MESSAGES/katehelloworld.mo -share/locale/tg/LC_MESSAGES/katehtmltools.mo -share/locale/tg/LC_MESSAGES/kateinsertcommand.mo -share/locale/tg/LC_MESSAGES/katekjswrapper.mo -share/locale/tg/LC_MESSAGES/katemake.mo -share/locale/tg/LC_MESSAGES/katemodeline.mo -share/locale/tg/LC_MESSAGES/kateopenheader.mo -share/locale/tg/LC_MESSAGES/katepart.mo -share/locale/tg/LC_MESSAGES/katepybrowse.mo -share/locale/tg/LC_MESSAGES/katesnippets.mo -share/locale/tg/LC_MESSAGES/katetabbarextension.mo -share/locale/tg/LC_MESSAGES/katetextfilter.mo -share/locale/tg/LC_MESSAGES/katexmlcheck.mo -share/locale/tg/LC_MESSAGES/katexmltools.mo -share/locale/tg/LC_MESSAGES/katomic.mo -share/locale/tg/LC_MESSAGES/kaudiocreator.mo -share/locale/tg/LC_MESSAGES/kbabel.mo -share/locale/tg/LC_MESSAGES/kbackgammon.mo -share/locale/tg/LC_MESSAGES/kbattleship.mo -share/locale/tg/LC_MESSAGES/kbinaryclock.mo -share/locale/tg/LC_MESSAGES/kblackbox.mo -share/locale/tg/LC_MESSAGES/kbounce.mo -share/locale/tg/LC_MESSAGES/kbruch.mo -share/locale/tg/LC_MESSAGES/kbstateapplet.mo -share/locale/tg/LC_MESSAGES/kbugbuster.mo -share/locale/tg/LC_MESSAGES/kcachegrind.mo -share/locale/tg/LC_MESSAGES/kcalc.mo -share/locale/tg/LC_MESSAGES/kcharselect.mo -share/locale/tg/LC_MESSAGES/kcharselectapplet.mo -share/locale/tg/LC_MESSAGES/kcm_krfb.mo -share/locale/tg/LC_MESSAGES/kcm_kviewcanvasconfig.mo -share/locale/tg/LC_MESSAGES/kcm_kviewgeneralconfig.mo -share/locale/tg/LC_MESSAGES/kcm_kviewpluginsconfig.mo -share/locale/tg/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo -share/locale/tg/LC_MESSAGES/kcmaccess.mo -share/locale/tg/LC_MESSAGES/kcmaccessibility.mo -share/locale/tg/LC_MESSAGES/kcmarts.mo -share/locale/tg/LC_MESSAGES/kcmaudiocd.mo -share/locale/tg/LC_MESSAGES/kcmbackground.mo -share/locale/tg/LC_MESSAGES/kcmbell.mo -share/locale/tg/LC_MESSAGES/kcmcddb.mo -share/locale/tg/LC_MESSAGES/kcmcgi.mo -share/locale/tg/LC_MESSAGES/kcmcolors.mo -share/locale/tg/LC_MESSAGES/kcmcomponentchooser.mo -share/locale/tg/LC_MESSAGES/kcmcrypto.mo -share/locale/tg/LC_MESSAGES/kcmcss.mo -share/locale/tg/LC_MESSAGES/kcmenergy.mo -share/locale/tg/LC_MESSAGES/kcmfonts.mo -share/locale/tg/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/tg/LC_MESSAGES/kcmicons.mo -share/locale/tg/LC_MESSAGES/kcminfo.mo -share/locale/tg/LC_MESSAGES/kcminput.mo -share/locale/tg/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/tg/LC_MESSAGES/kcmkabconfig.mo -share/locale/tg/LC_MESSAGES/kcmkamera.mo -share/locale/tg/LC_MESSAGES/kcmkclock.mo -share/locale/tg/LC_MESSAGES/kcmkded.mo -share/locale/tg/LC_MESSAGES/kcmkeys.mo -share/locale/tg/LC_MESSAGES/kcmkicker.mo -share/locale/tg/LC_MESSAGES/kcmkio.mo -share/locale/tg/LC_MESSAGES/kcmkonq.mo -share/locale/tg/LC_MESSAGES/kcmkonqhtml.mo -share/locale/tg/LC_MESSAGES/kcmkonsole.mo -share/locale/tg/LC_MESSAGES/kcmkontactnt.mo -share/locale/tg/LC_MESSAGES/kcmktalkd.mo -share/locale/tg/LC_MESSAGES/kcmkuick.mo -share/locale/tg/LC_MESSAGES/kcmkurifilt.mo -share/locale/tg/LC_MESSAGES/kcmkvaio.mo -share/locale/tg/LC_MESSAGES/kcmkwallet.mo -share/locale/tg/LC_MESSAGES/kcmkwindecoration.mo -share/locale/tg/LC_MESSAGES/kcmkwinrules.mo -share/locale/tg/LC_MESSAGES/kcmkwm.mo -share/locale/tg/LC_MESSAGES/kcmlanbrowser.mo -share/locale/tg/LC_MESSAGES/kcmlaptop.mo -share/locale/tg/LC_MESSAGES/kcmlaunch.mo -share/locale/tg/LC_MESSAGES/kcmlayout.mo -share/locale/tg/LC_MESSAGES/kcmlilo.mo -share/locale/tg/LC_MESSAGES/kcmlirc.mo -share/locale/tg/LC_MESSAGES/kcmlocale.mo -share/locale/tg/LC_MESSAGES/kcmnic.mo -share/locale/tg/LC_MESSAGES/kcmnotify.mo -share/locale/tg/LC_MESSAGES/kcmperformance.mo -share/locale/tg/LC_MESSAGES/kcmprintmgr.mo -share/locale/tg/LC_MESSAGES/kcmsamba.mo -share/locale/tg/LC_MESSAGES/kcmscreensaver.mo -share/locale/tg/LC_MESSAGES/kcmshell.mo -share/locale/tg/LC_MESSAGES/kcmsmartcard.mo -share/locale/tg/LC_MESSAGES/kcmsmserver.mo -share/locale/tg/LC_MESSAGES/kcmspellchecking.mo -share/locale/tg/LC_MESSAGES/kcmstyle.mo -share/locale/tg/LC_MESSAGES/kcmtaskbar.mo -share/locale/tg/LC_MESSAGES/kcmthinkpad.mo -share/locale/tg/LC_MESSAGES/kcmusb.mo -share/locale/tg/LC_MESSAGES/kcmview1394.mo -share/locale/tg/LC_MESSAGES/kcmwifi.mo -share/locale/tg/LC_MESSAGES/kcmxinerama.mo -share/locale/tg/LC_MESSAGES/kcoloredit.mo -share/locale/tg/LC_MESSAGES/kcontrol.mo -share/locale/tg/LC_MESSAGES/kcron.mo -share/locale/tg/LC_MESSAGES/kdat.mo -share/locale/tg/LC_MESSAGES/kdcop.mo -share/locale/tg/LC_MESSAGES/kdebugdialog.mo -share/locale/tg/LC_MESSAGES/kdelibs.mo -share/locale/tg/LC_MESSAGES/kdelibs_colors.mo -share/locale/tg/LC_MESSAGES/kdelirc.mo -share/locale/tg/LC_MESSAGES/kdepasswd.mo -share/locale/tg/LC_MESSAGES/kdepimwizards.mo -share/locale/tg/LC_MESSAGES/kdeprint.mo -share/locale/tg/LC_MESSAGES/kdeprint_part.mo -share/locale/tg/LC_MESSAGES/kdeprintfax.mo -share/locale/tg/LC_MESSAGES/kdesktop.mo -share/locale/tg/LC_MESSAGES/kdessh.mo -share/locale/tg/LC_MESSAGES/kdesu.mo -share/locale/tg/LC_MESSAGES/kdesud.mo -share/locale/tg/LC_MESSAGES/kdevdesigner.mo -share/locale/tg/LC_MESSAGES/kdevelop.mo -share/locale/tg/LC_MESSAGES/kdevtipofday.mo -share/locale/tg/LC_MESSAGES/kdf.mo -share/locale/tg/LC_MESSAGES/kdgantt.mo -share/locale/tg/LC_MESSAGES/kdialog.mo -share/locale/tg/LC_MESSAGES/kdict.mo -share/locale/tg/LC_MESSAGES/kdictapplet.mo -share/locale/tg/LC_MESSAGES/kdmconfig.mo -share/locale/tg/LC_MESSAGES/kdmgreet.mo -share/locale/tg/LC_MESSAGES/kdvi.mo -share/locale/tg/LC_MESSAGES/kedit.mo -share/locale/tg/LC_MESSAGES/keduca.mo -share/locale/tg/LC_MESSAGES/kenolaba.mo -share/locale/tg/LC_MESSAGES/kfax.mo -share/locale/tg/LC_MESSAGES/kfifteenapplet.mo -share/locale/tg/LC_MESSAGES/kfile_au.mo -share/locale/tg/LC_MESSAGES/kfile_avi.mo -share/locale/tg/LC_MESSAGES/kfile_bmp.mo -share/locale/tg/LC_MESSAGES/kfile_cert.mo -share/locale/tg/LC_MESSAGES/kfile_cpp.mo -share/locale/tg/LC_MESSAGES/kfile_deb.mo -share/locale/tg/LC_MESSAGES/kfile_desktop.mo -share/locale/tg/LC_MESSAGES/kfile_diff.mo -share/locale/tg/LC_MESSAGES/kfile_drgeo.mo -share/locale/tg/LC_MESSAGES/kfile_dvi.mo -share/locale/tg/LC_MESSAGES/kfile_exr.mo -share/locale/tg/LC_MESSAGES/kfile_flac.mo -share/locale/tg/LC_MESSAGES/kfile_folder.mo -share/locale/tg/LC_MESSAGES/kfile_gif.mo -share/locale/tg/LC_MESSAGES/kfile_html.mo -share/locale/tg/LC_MESSAGES/kfile_ico.mo -share/locale/tg/LC_MESSAGES/kfile_jpeg.mo -share/locale/tg/LC_MESSAGES/kfile_kig.mo -share/locale/tg/LC_MESSAGES/kfile_lnk.mo -share/locale/tg/LC_MESSAGES/kfile_m3u.mo -share/locale/tg/LC_MESSAGES/kfile_mhtml.mo -share/locale/tg/LC_MESSAGES/kfile_mp3.mo -share/locale/tg/LC_MESSAGES/kfile_ogg.mo -share/locale/tg/LC_MESSAGES/kfile_palm.mo -share/locale/tg/LC_MESSAGES/kfile_pcx.mo -share/locale/tg/LC_MESSAGES/kfile_pdf.mo -share/locale/tg/LC_MESSAGES/kfile_png.mo -share/locale/tg/LC_MESSAGES/kfile_pnm.mo -share/locale/tg/LC_MESSAGES/kfile_po.mo -share/locale/tg/LC_MESSAGES/kfile_ps.mo -share/locale/tg/LC_MESSAGES/kfile_rfc822.mo -share/locale/tg/LC_MESSAGES/kfile_rgb.mo -share/locale/tg/LC_MESSAGES/kfile_rpm.mo -share/locale/tg/LC_MESSAGES/kfile_sid.mo -share/locale/tg/LC_MESSAGES/kfile_tga.mo -share/locale/tg/LC_MESSAGES/kfile_tiff.mo -share/locale/tg/LC_MESSAGES/kfile_ts.mo -share/locale/tg/LC_MESSAGES/kfile_txt.mo -share/locale/tg/LC_MESSAGES/kfile_vcf.mo -share/locale/tg/LC_MESSAGES/kfile_wav.mo -share/locale/tg/LC_MESSAGES/kfile_xbm.mo -share/locale/tg/LC_MESSAGES/kfileaudiopreview.mo -share/locale/tg/LC_MESSAGES/kfilereplace.mo -share/locale/tg/LC_MESSAGES/kfileshare.mo -share/locale/tg/LC_MESSAGES/kfindpart.mo -share/locale/tg/LC_MESSAGES/kfloppy.mo -share/locale/tg/LC_MESSAGES/kfmclient.mo -share/locale/tg/LC_MESSAGES/kfontinst.mo -share/locale/tg/LC_MESSAGES/kfouleggs.mo -share/locale/tg/LC_MESSAGES/kgamma.mo -share/locale/tg/LC_MESSAGES/kgantt.mo -share/locale/tg/LC_MESSAGES/kgeography.mo -share/locale/tg/LC_MESSAGES/kget.mo -share/locale/tg/LC_MESSAGES/kghostview.mo -share/locale/tg/LC_MESSAGES/kgoldrunner.mo -share/locale/tg/LC_MESSAGES/kgpg.mo -share/locale/tg/LC_MESSAGES/kgreet_classic.mo -share/locale/tg/LC_MESSAGES/khangman.mo -share/locale/tg/LC_MESSAGES/khelpcenter.mo -share/locale/tg/LC_MESSAGES/khexedit.mo -share/locale/tg/LC_MESSAGES/khotkeys.mo -share/locale/tg/LC_MESSAGES/khtmlsettingsplugin.mo -share/locale/tg/LC_MESSAGES/kicker.mo -share/locale/tg/LC_MESSAGES/kiconedit.mo -share/locale/tg/LC_MESSAGES/kig.mo -share/locale/tg/LC_MESSAGES/kimagemapeditor.mo -share/locale/tg/LC_MESSAGES/kinetd.mo -share/locale/tg/LC_MESSAGES/kio.mo -share/locale/tg/LC_MESSAGES/kio_audiocd.mo -share/locale/tg/LC_MESSAGES/kio_finger.mo -share/locale/tg/LC_MESSAGES/kio_fish.mo -share/locale/tg/LC_MESSAGES/kio_floppy.mo -share/locale/tg/LC_MESSAGES/kio_help.mo -share/locale/tg/LC_MESSAGES/kio_imap4.mo -share/locale/tg/LC_MESSAGES/kio_lan.mo -share/locale/tg/LC_MESSAGES/kio_mac.mo -share/locale/tg/LC_MESSAGES/kio_man.mo -share/locale/tg/LC_MESSAGES/kio_media.mo -share/locale/tg/LC_MESSAGES/kio_mobile.mo -share/locale/tg/LC_MESSAGES/kio_nfs.mo -share/locale/tg/LC_MESSAGES/kio_nntp.mo -share/locale/tg/LC_MESSAGES/kio_pop3.mo -share/locale/tg/LC_MESSAGES/kio_print.mo -share/locale/tg/LC_MESSAGES/kio_settings.mo -share/locale/tg/LC_MESSAGES/kio_sftp.mo -share/locale/tg/LC_MESSAGES/kio_sieve.mo -share/locale/tg/LC_MESSAGES/kio_smb.mo -share/locale/tg/LC_MESSAGES/kio_smtp.mo -share/locale/tg/LC_MESSAGES/kioexec.mo -share/locale/tg/LC_MESSAGES/kiten.mo -share/locale/tg/LC_MESSAGES/kjobviewer.mo -share/locale/tg/LC_MESSAGES/kjots.mo -share/locale/tg/LC_MESSAGES/kjumpingcube.mo -share/locale/tg/LC_MESSAGES/klaptopdaemon.mo -share/locale/tg/LC_MESSAGES/klatin.mo -share/locale/tg/LC_MESSAGES/kleopatra.mo -share/locale/tg/LC_MESSAGES/klettres.mo -share/locale/tg/LC_MESSAGES/klickety.mo -share/locale/tg/LC_MESSAGES/klines.mo -share/locale/tg/LC_MESSAGES/klinkstatus.mo -share/locale/tg/LC_MESSAGES/klipper.mo -share/locale/tg/LC_MESSAGES/klock.mo -share/locale/tg/LC_MESSAGES/kmag.mo -share/locale/tg/LC_MESSAGES/kmahjongg.mo -share/locale/tg/LC_MESSAGES/kmail.mo -share/locale/tg/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/tg/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/tg/LC_MESSAGES/kmailcvt.mo -share/locale/tg/LC_MESSAGES/kmathapplet.mo -share/locale/tg/LC_MESSAGES/kmcop.mo -share/locale/tg/LC_MESSAGES/kmenuapplet.mo -share/locale/tg/LC_MESSAGES/kmenuedit.mo -share/locale/tg/LC_MESSAGES/kmid.mo -share/locale/tg/LC_MESSAGES/kmilo_generic.mo -share/locale/tg/LC_MESSAGES/kmilo_kvaio.mo -share/locale/tg/LC_MESSAGES/kmilo_powerbook.mo -share/locale/tg/LC_MESSAGES/kmilo_thinkpad.mo -share/locale/tg/LC_MESSAGES/kmilod.mo -share/locale/tg/LC_MESSAGES/kmines.mo -share/locale/tg/LC_MESSAGES/kminipagerapplet.mo -share/locale/tg/LC_MESSAGES/kmix.mo -share/locale/tg/LC_MESSAGES/kmobile.mo -share/locale/tg/LC_MESSAGES/kmoon.mo -share/locale/tg/LC_MESSAGES/kmousetool.mo -share/locale/tg/LC_MESSAGES/kmouth.mo -share/locale/tg/LC_MESSAGES/kmplot.mo -share/locale/tg/LC_MESSAGES/kmrml.mo -share/locale/tg/LC_MESSAGES/knetattach.mo -share/locale/tg/LC_MESSAGES/knetworkconf.mo -share/locale/tg/LC_MESSAGES/knewsticker.mo -share/locale/tg/LC_MESSAGES/knode.mo -share/locale/tg/LC_MESSAGES/knotes.mo -share/locale/tg/LC_MESSAGES/knotify.mo -share/locale/tg/LC_MESSAGES/kodo.mo -share/locale/tg/LC_MESSAGES/kolf.mo -share/locale/tg/LC_MESSAGES/kolourpaint.mo -share/locale/tg/LC_MESSAGES/kolourpicker.mo -share/locale/tg/LC_MESSAGES/kommander.mo -share/locale/tg/LC_MESSAGES/kompare.mo -share/locale/tg/LC_MESSAGES/konqsidebar_delicious.mo -share/locale/tg/LC_MESSAGES/konqsidebar_mediaplayer.mo -share/locale/tg/LC_MESSAGES/konqsidebar_metabar.mo -share/locale/tg/LC_MESSAGES/konqsidebar_news.mo -share/locale/tg/LC_MESSAGES/konqueror.mo -share/locale/tg/LC_MESSAGES/konquest.mo -share/locale/tg/LC_MESSAGES/konsole.mo -share/locale/tg/LC_MESSAGES/konsolekalendar.mo -share/locale/tg/LC_MESSAGES/kontact.mo -share/locale/tg/LC_MESSAGES/kooka.mo -share/locale/tg/LC_MESSAGES/kopete.mo -share/locale/tg/LC_MESSAGES/korganizer.mo -share/locale/tg/LC_MESSAGES/korn.mo -share/locale/tg/LC_MESSAGES/kpackage.mo -share/locale/tg/LC_MESSAGES/kpager.mo -share/locale/tg/LC_MESSAGES/kpartsaver.mo -share/locale/tg/LC_MESSAGES/kpat.mo -share/locale/tg/LC_MESSAGES/kpdf.mo -share/locale/tg/LC_MESSAGES/kpercentage.mo -share/locale/tg/LC_MESSAGES/kpersonalizer.mo -share/locale/tg/LC_MESSAGES/kpf.mo -share/locale/tg/LC_MESSAGES/kpilot.mo -share/locale/tg/LC_MESSAGES/kpoker.mo -share/locale/tg/LC_MESSAGES/kpovmodeler.mo -share/locale/tg/LC_MESSAGES/kppp.mo -share/locale/tg/LC_MESSAGES/kppplogview.mo -share/locale/tg/LC_MESSAGES/kprinter.mo -share/locale/tg/LC_MESSAGES/krandr.mo -share/locale/tg/LC_MESSAGES/krdb.mo -share/locale/tg/LC_MESSAGES/krdc.mo -share/locale/tg/LC_MESSAGES/kreadconfig.mo -share/locale/tg/LC_MESSAGES/krec.mo -share/locale/tg/LC_MESSAGES/kregexpeditor.mo -share/locale/tg/LC_MESSAGES/kres_exchange.mo -share/locale/tg/LC_MESSAGES/kres_remote.mo -share/locale/tg/LC_MESSAGES/kres_xmlrpc.mo -share/locale/tg/LC_MESSAGES/kreversi.mo -share/locale/tg/LC_MESSAGES/krfb.mo -share/locale/tg/LC_MESSAGES/kruler.mo -share/locale/tg/LC_MESSAGES/krunapplet.mo -share/locale/tg/LC_MESSAGES/ksame.mo -share/locale/tg/LC_MESSAGES/ksayit.mo -share/locale/tg/LC_MESSAGES/kscd.mo -share/locale/tg/LC_MESSAGES/kscreensaver.mo -share/locale/tg/LC_MESSAGES/kshisen.mo -share/locale/tg/LC_MESSAGES/ksig.mo -share/locale/tg/LC_MESSAGES/ksim.mo -share/locale/tg/LC_MESSAGES/ksirc.mo -share/locale/tg/LC_MESSAGES/ksirtet.mo -share/locale/tg/LC_MESSAGES/ksmiletris.mo -share/locale/tg/LC_MESSAGES/ksmserver.mo -share/locale/tg/LC_MESSAGES/ksnake.mo -share/locale/tg/LC_MESSAGES/ksnapshot.mo -share/locale/tg/LC_MESSAGES/kspaceduel.mo -share/locale/tg/LC_MESSAGES/ksplash.mo -share/locale/tg/LC_MESSAGES/ksplashthemes.mo -share/locale/tg/LC_MESSAGES/kstars.mo -share/locale/tg/LC_MESSAGES/kstart.mo -share/locale/tg/LC_MESSAGES/kstartperf.mo -share/locale/tg/LC_MESSAGES/kstyle_highcontrast_config.mo -share/locale/tg/LC_MESSAGES/kstyle_keramik_config.mo -share/locale/tg/LC_MESSAGES/kstyle_phase_config.mo -share/locale/tg/LC_MESSAGES/kstyle_plastik_config.mo -share/locale/tg/LC_MESSAGES/ksvgplugin.mo -share/locale/tg/LC_MESSAGES/ksysguard.mo -share/locale/tg/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/tg/LC_MESSAGES/ksystraycmd.mo -share/locale/tg/LC_MESSAGES/ksysv.mo -share/locale/tg/LC_MESSAGES/kteatime.mo -share/locale/tg/LC_MESSAGES/ktexteditor_autobookmarker.mo -share/locale/tg/LC_MESSAGES/ktexteditor_docwordcompletion.mo -share/locale/tg/LC_MESSAGES/ktexteditor_insertfile.mo -share/locale/tg/LC_MESSAGES/ktexteditor_isearch.mo -share/locale/tg/LC_MESSAGES/ktexteditor_kdatatool.mo -share/locale/tg/LC_MESSAGES/ktimemon.mo -share/locale/tg/LC_MESSAGES/ktimer.mo -share/locale/tg/LC_MESSAGES/ktip.mo -share/locale/tg/LC_MESSAGES/ktnef.mo -share/locale/tg/LC_MESSAGES/ktouch.mo -share/locale/tg/LC_MESSAGES/ktron.mo -share/locale/tg/LC_MESSAGES/kttsd.mo -share/locale/tg/LC_MESSAGES/ktuberling.mo -share/locale/tg/LC_MESSAGES/kturtle.mo -share/locale/tg/LC_MESSAGES/ktux.mo -share/locale/tg/LC_MESSAGES/kuick_plugin.mo -share/locale/tg/LC_MESSAGES/kuickshow.mo -share/locale/tg/LC_MESSAGES/kuiviewer.mo -share/locale/tg/LC_MESSAGES/kuser.mo -share/locale/tg/LC_MESSAGES/kverbos.mo -share/locale/tg/LC_MESSAGES/kview.mo -share/locale/tg/LC_MESSAGES/kview_scale.mo -share/locale/tg/LC_MESSAGES/kviewbrowserplugin.mo -share/locale/tg/LC_MESSAGES/kviewcanvas.mo -share/locale/tg/LC_MESSAGES/kvieweffectsplugin.mo -share/locale/tg/LC_MESSAGES/kviewpresenterplugin.mo -share/locale/tg/LC_MESSAGES/kviewscannerplugin.mo -share/locale/tg/LC_MESSAGES/kviewshell.mo -share/locale/tg/LC_MESSAGES/kviewviewer.mo -share/locale/tg/LC_MESSAGES/kvoctrain.mo -share/locale/tg/LC_MESSAGES/kwalletmanager.mo -share/locale/tg/LC_MESSAGES/kwatchgnupg.mo -share/locale/tg/LC_MESSAGES/kweather.mo -share/locale/tg/LC_MESSAGES/kwifimanager.mo -share/locale/tg/LC_MESSAGES/kwin.mo -share/locale/tg/LC_MESSAGES/kwin4.mo -share/locale/tg/LC_MESSAGES/kwin_art_clients.mo -share/locale/tg/LC_MESSAGES/kwireless.mo -share/locale/tg/LC_MESSAGES/kwordquiz.mo -share/locale/tg/LC_MESSAGES/kworldclock.mo -share/locale/tg/LC_MESSAGES/kwriteconfig.mo -share/locale/tg/LC_MESSAGES/kxkb.mo -share/locale/tg/LC_MESSAGES/kxsconfig.mo -share/locale/tg/LC_MESSAGES/kxsldbg.mo -share/locale/tg/LC_MESSAGES/libKTTSD.mo -share/locale/tg/LC_MESSAGES/libkaddrbk_geo_xxport.mo -share/locale/tg/LC_MESSAGES/libkaddrbk_gmx_xxport.mo -share/locale/tg/LC_MESSAGES/libkcal.mo -share/locale/tg/LC_MESSAGES/libkcddb.mo -share/locale/tg/LC_MESSAGES/libkdeedu.mo -share/locale/tg/LC_MESSAGES/libkdegames.mo -share/locale/tg/LC_MESSAGES/libkdepim.mo -share/locale/tg/LC_MESSAGES/libkicker.mo -share/locale/tg/LC_MESSAGES/libkickermenu_kdeprint.mo -share/locale/tg/LC_MESSAGES/libkickermenu_konsole.mo -share/locale/tg/LC_MESSAGES/libkickermenu_prefmenu.mo -share/locale/tg/LC_MESSAGES/libkickermenu_recentdocs.mo -share/locale/tg/LC_MESSAGES/libkickermenu_tom.mo -share/locale/tg/LC_MESSAGES/libkleopatra.mo -share/locale/tg/LC_MESSAGES/libkonq.mo -share/locale/tg/LC_MESSAGES/libkpimexchange.mo -share/locale/tg/LC_MESSAGES/libkscan.mo -share/locale/tg/LC_MESSAGES/libkscreensaver.mo -share/locale/tg/LC_MESSAGES/libksieve.mo -share/locale/tg/LC_MESSAGES/libksirtet.mo -share/locale/tg/LC_MESSAGES/libksync.mo -share/locale/tg/LC_MESSAGES/libtaskbar.mo -share/locale/tg/LC_MESSAGES/libtaskmanager.mo -share/locale/tg/LC_MESSAGES/lockout.mo -share/locale/tg/LC_MESSAGES/lskat.mo -share/locale/tg/LC_MESSAGES/lyrics.mo -share/locale/tg/LC_MESSAGES/mediaapplet.mo -share/locale/tg/LC_MESSAGES/mediacontrol.mo -share/locale/tg/LC_MESSAGES/mf_konqplugin.mo -share/locale/tg/LC_MESSAGES/minitoolsplugin.mo -share/locale/tg/LC_MESSAGES/naughtyapplet.mo -share/locale/tg/LC_MESSAGES/nexscope.mo -share/locale/tg/LC_MESSAGES/noatun.mo -share/locale/tg/LC_MESSAGES/nsplugin.mo -share/locale/tg/LC_MESSAGES/pitchablespeed.mo -share/locale/tg/LC_MESSAGES/ppdtranslations.mo -share/locale/tg/LC_MESSAGES/privacy.mo -share/locale/tg/LC_MESSAGES/quanta.mo -share/locale/tg/LC_MESSAGES/quicklauncher.mo -share/locale/tg/LC_MESSAGES/rellinks.mo -share/locale/tg/LC_MESSAGES/searchbarplugin.mo -share/locale/tg/LC_MESSAGES/secpolicy.mo -share/locale/tg/LC_MESSAGES/spy.mo -share/locale/tg/LC_MESSAGES/synaescope.mo -share/locale/tg/LC_MESSAGES/timezones.mo -share/locale/tg/LC_MESSAGES/tippecanoe.mo -share/locale/tg/LC_MESSAGES/tyler.mo -share/locale/tg/LC_MESSAGES/uachangerplugin.mo -share/locale/tg/LC_MESSAGES/umbrello.mo -share/locale/tg/LC_MESSAGES/useraccount.mo -share/locale/tg/LC_MESSAGES/validatorsplugin.mo -share/locale/tg/LC_MESSAGES/wakeup.mo -share/locale/tg/LC_MESSAGES/wavecapture.mo -share/locale/tg/LC_MESSAGES/webarchiver.mo -share/locale/tg/charset -share/locale/tg/entry.desktop -@dirrm share/apps/khangman/data/tg -@dirrm share/apps/khangman/data -@dirrm share/apps/khangman diff --git a/misc/krecipes-kde4/Makefile b/misc/krecipes-kde4/Makefile deleted file mode 100644 index 9eb82714eb45..000000000000 --- a/misc/krecipes-kde4/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# ports collection makefile for: krecipies -# Date created: 19 March 2005 -# Whom: hank -# -# $FreeBSD$ -# - -PORTNAME= krecipes -PORTVERSION= 0.9.1 -PORTREVISION= 2 -CATEGORIES= misc kde -MASTER_SITES= SF - -MAINTAINER= hank@millerfarm.com -COMMENT= Recipe database for cooks - -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:15 - -OPTIONS= SQLITE "Support for SQLite backend" on \ - MYSQL "Support for MySQL backend" off \ - POSTGRESQL "Support for PostgreSQL backend" off - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_SQLITE) -CONFIGURE_ARGS+= --without-sqlite -.else -USE_SQLITE= yes -.endif - -.if defined(WITH_MYSQL) -RUN_DEPENDS+= ${LOCALBASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin -.else -CONFIGURE_ARGS+= --without-mysql -.endif - -.if defined(WITH_POSTGRESQL) -RUN_DEPENDS+= ${LOCALBASE}/lib/plugins/sqldrivers/libqsqlpsql.so:${PORTSDIR}/databases/qt-pgsql-plugin -.else -CONFIGURE_ARGS+= --without-postgresql -.endif - -post-extract: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -pre-configure: -.if defined(WITHOUT_SQLITE) && !defined(WITH_MYSQL) && !defined(WITH_POSTGRESQL) - @${ECHO} "You must have at least one database backend" - @exit 1 -.endif - -.include <bsd.port.post.mk> diff --git a/misc/krecipes-kde4/distinfo b/misc/krecipes-kde4/distinfo deleted file mode 100644 index b294e7046c8a..000000000000 --- a/misc/krecipes-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (krecipes-0.9.1.tar.gz) = 7414fd5210561801ba04ee3dad6561d9 -SHA256 (krecipes-0.9.1.tar.gz) = 6efdb751f26ab2460d84c39be25042d0bea013becf8c6b1a5ae2a5c46998a0f3 -SIZE (krecipes-0.9.1.tar.gz) = 7791658 diff --git a/misc/krecipes-kde4/pkg-descr b/misc/krecipes-kde4/pkg-descr deleted file mode 100644 index a511adb347a0..000000000000 --- a/misc/krecipes-kde4/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Krecipes lets you manage your recipes, create shopping lists, choose a -recipe based on available ingredients, and plan your menu/diet in advance. -Uses your choice of SQLite, MySQL, or PostgreSQL as a database backend. - -WWW: http://krecipes.sourceforge.net/ - -- Hank -hank@millerfarm.com diff --git a/misc/krecipes-kde4/pkg-plist b/misc/krecipes-kde4/pkg-plist deleted file mode 100644 index c7743eab6f70..000000000000 --- a/misc/krecipes-kde4/pkg-plist +++ /dev/null @@ -1,262 +0,0 @@ -bin/krecipes -share/applnk/Utilities/krecipes.desktop -share/apps/krecipes/data/abbrev.txt -share/apps/krecipes/data/data.sql -share/apps/krecipes/data/samples-cs_CZ.kreml -share/apps/krecipes/data/samples-en_US.kreml -share/apps/krecipes/icons/crystalsvg/128x128/mimetypes/krecipes_file.png -share/apps/krecipes/icons/crystalsvg/16x16/actions/categories.png -share/apps/krecipes/icons/crystalsvg/16x16/actions/diet.png -share/apps/krecipes/icons/crystalsvg/16x16/actions/ingredients.png -share/apps/krecipes/icons/crystalsvg/16x16/actions/properties.png -share/apps/krecipes/icons/crystalsvg/16x16/actions/trolley.png -share/apps/krecipes/icons/crystalsvg/16x16/actions/units.png -share/apps/krecipes/icons/crystalsvg/16x16/mimetypes/krecipes_file.png -share/apps/krecipes/icons/crystalsvg/22x22/actions/categories.png -share/apps/krecipes/icons/crystalsvg/22x22/actions/diet.png -share/apps/krecipes/icons/crystalsvg/22x22/actions/ingredients.png -share/apps/krecipes/icons/crystalsvg/22x22/actions/properties.png -share/apps/krecipes/icons/crystalsvg/22x22/actions/trolley.png -share/apps/krecipes/icons/crystalsvg/22x22/actions/units.png -share/apps/krecipes/icons/crystalsvg/32x32/actions/categories.png -share/apps/krecipes/icons/crystalsvg/32x32/actions/diet.png -share/apps/krecipes/icons/crystalsvg/32x32/actions/ingredients.png -share/apps/krecipes/icons/crystalsvg/32x32/actions/krectip.png -share/apps/krecipes/icons/crystalsvg/32x32/actions/properties.png -share/apps/krecipes/icons/crystalsvg/32x32/actions/trolley.png -share/apps/krecipes/icons/crystalsvg/32x32/actions/units.png -share/apps/krecipes/icons/crystalsvg/32x32/mimetypes/krecipes_file.png -share/apps/krecipes/icons/crystalsvg/48x48/actions/categories.png -share/apps/krecipes/icons/crystalsvg/48x48/actions/diet.png -share/apps/krecipes/icons/crystalsvg/48x48/actions/ingredients.png -share/apps/krecipes/icons/crystalsvg/48x48/actions/properties.png -share/apps/krecipes/icons/crystalsvg/48x48/actions/trolley.png -share/apps/krecipes/icons/crystalsvg/48x48/actions/units.png -share/apps/krecipes/icons/crystalsvg/64x64/mimetypes/krecipes_file.png -share/apps/krecipes/krecipesui.rc -share/apps/krecipes/layouts/default.klo -share/apps/krecipes/layouts/default_print.klo -share/apps/krecipes/layouts/one_column.klo -share/apps/krecipes/pics/dbpermissions.png -share/apps/krecipes/pics/menubg.png -share/apps/krecipes/pics/network.png -share/apps/krecipes/pics/rating0.png -share/apps/krecipes/pics/rating1.png -share/apps/krecipes/pics/rating2.png -share/apps/krecipes/pics/rating3.png -share/apps/krecipes/pics/rating4.png -share/apps/krecipes/pics/rating5.png -share/apps/krecipes/pics/recipes.png -share/apps/krecipes/pics/save.png -share/apps/krecipes/pics/star_half.png -share/apps/krecipes/pics/star_off.png -share/apps/krecipes/pics/star_on.png -share/apps/krecipes/pics/startlogo.png -share/apps/krecipes/pics/wizard.png -share/doc/HTML/da/krecipes/common -share/doc/HTML/da/krecipes/index.cache.bz2 -share/doc/HTML/da/krecipes/index.docbook -share/doc/HTML/en/krecipes/1leftarrow.png -share/doc/HTML/en/krecipes/1rightarrow.png -share/doc/HTML/en/krecipes/2leftarrow.png -share/doc/HTML/en/krecipes/2rightarrow.png -share/doc/HTML/en/krecipes/adv-cat-search.png -share/doc/HTML/en/krecipes/adv-recipe-found.png -share/doc/HTML/en/krecipes/adv-search-parts.png -share/doc/HTML/en/krecipes/adv-srch-multi.png -share/doc/HTML/en/krecipes/authors-adding.png -share/doc/HTML/en/krecipes/back.png -share/doc/HTML/en/krecipes/categories.png -share/doc/HTML/en/krecipes/clear_left.png -share/doc/HTML/en/krecipes/common -share/doc/HTML/en/krecipes/computer3.png -share/doc/HTML/en/krecipes/config-email.png -share/doc/HTML/en/krecipes/configure-shortcuts-adv.png -share/doc/HTML/en/krecipes/configure-shortcuts-basic.png -share/doc/HTML/en/krecipes/configure-shortcuts.png -share/doc/HTML/en/krecipes/configure-toolbars.png -share/doc/HTML/en/krecipes/diet-help.png -share/doc/HTML/en/krecipes/down.png -share/doc/HTML/en/krecipes/editpaste.png -share/doc/HTML/en/krecipes/enter-recipe-tabs.png -share/doc/HTML/en/krecipes/filenew.png -share/doc/HTML/en/krecipes/formatting.png -share/doc/HTML/en/krecipes/forward.png -share/doc/HTML/en/krecipes/import-other-sql.png -share/doc/HTML/en/krecipes/import-recipe-screen.png -share/doc/HTML/en/krecipes/import-settings.png -share/doc/HTML/en/krecipes/import-sqlite.png -share/doc/HTML/en/krecipes/index.cache.bz2 -share/doc/HTML/en/krecipes/index.docbook -share/doc/HTML/en/krecipes/ingredient-match.png -share/doc/HTML/en/krecipes/ingredients.png -share/doc/HTML/en/krecipes/krecipes-main.png -share/doc/HTML/en/krecipes/krectip.png -share/doc/HTML/en/krecipes/locationbar_erase.png -share/doc/HTML/en/krecipes/menu.png -share/doc/HTML/en/krecipes/no.png -share/doc/HTML/en/krecipes/page-setup.png -share/doc/HTML/en/krecipes/parser.png -share/doc/HTML/en/krecipes/performance.png -share/doc/HTML/en/krecipes/prep-method.png -share/doc/HTML/en/krecipes/properties.png -share/doc/HTML/en/krecipes/ratings.png -share/doc/HTML/en/krecipes/recipe-description-tab.png -share/doc/HTML/en/krecipes/recipe-ingredients-tab.png -share/doc/HTML/en/krecipes/recipe-instructions-tab.png -share/doc/HTML/en/krecipes/restore-msg.png -share/doc/HTML/en/krecipes/server-settings.png -share/doc/HTML/en/krecipes/shop-list.png -share/doc/HTML/en/krecipes/smiley.png -share/doc/HTML/en/krecipes/submit-bug.png -share/doc/HTML/en/krecipes/unit-conversions.png -share/doc/HTML/en/krecipes/units.png -share/doc/HTML/en/krecipes/up.png -share/doc/HTML/es/krecipes/adv-cat-search.png -share/doc/HTML/es/krecipes/adv-search-parts.png -share/doc/HTML/es/krecipes/adv-srch-multi.png -share/doc/HTML/es/krecipes/authors-adding.png -share/doc/HTML/es/krecipes/back.png -share/doc/HTML/es/krecipes/categories.png -share/doc/HTML/es/krecipes/clear_left.png -share/doc/HTML/es/krecipes/configure-shortcuts-adv.png -share/doc/HTML/es/krecipes/configure-shortcuts-basic.png -share/doc/HTML/es/krecipes/configure-shortcuts.png -share/doc/HTML/es/krecipes/configure-toolbars.png -share/doc/HTML/es/krecipes/diet-help.png -share/doc/HTML/es/krecipes/down.png -share/doc/HTML/es/krecipes/enter-recipe-tabs.png -share/doc/HTML/es/krecipes/filenew.png -share/doc/HTML/es/krecipes/formatting.png -share/doc/HTML/es/krecipes/forward.png -share/doc/HTML/es/krecipes/import-other-sql.png -share/doc/HTML/es/krecipes/import-recipe-screen.png -share/doc/HTML/es/krecipes/import-settings.png -share/doc/HTML/es/krecipes/import-sqlite.png -share/doc/HTML/es/krecipes/ingredient-match.png -share/doc/HTML/es/krecipes/ingredients.png -share/doc/HTML/es/krecipes/krecipes-main.png -share/doc/HTML/es/krecipes/krectip.png -share/doc/HTML/es/krecipes/locationbar_erase.png -share/doc/HTML/es/krecipes/menu.png -share/doc/HTML/es/krecipes/no.png -share/doc/HTML/es/krecipes/page-setup.png -share/doc/HTML/es/krecipes/performance.png -share/doc/HTML/es/krecipes/prep-method.png -share/doc/HTML/es/krecipes/properties.png -share/doc/HTML/es/krecipes/recipe-description-tab.png -share/doc/HTML/es/krecipes/recipe-ingredients-tab.png -share/doc/HTML/es/krecipes/recipe-instructions-tab.png -share/doc/HTML/es/krecipes/server-settings.png -share/doc/HTML/es/krecipes/shop-list.png -share/doc/HTML/es/krecipes/unit-conversions.png -share/doc/HTML/es/krecipes/units.png -share/doc/HTML/es/krecipes/up.png -share/doc/HTML/et/krecipes/common -share/doc/HTML/et/krecipes/index.cache.bz2 -share/doc/HTML/et/krecipes/index.docbook -share/doc/HTML/pt/krecipes/common -share/doc/HTML/pt/krecipes/index.cache.bz2 -share/doc/HTML/pt/krecipes/index.docbook -share/doc/HTML/sv/krecipes/adv-recipe-found.png -share/doc/HTML/sv/krecipes/authors-adding.png -share/doc/HTML/sv/krecipes/categories.png -share/doc/HTML/sv/krecipes/common -share/doc/HTML/sv/krecipes/configure-shortcuts-adv.png -share/doc/HTML/sv/krecipes/configure-shortcuts-basic.png -share/doc/HTML/sv/krecipes/configure-shortcuts.png -share/doc/HTML/sv/krecipes/configure-toolbars.png -share/doc/HTML/sv/krecipes/diet-help.png -share/doc/HTML/sv/krecipes/enter-recipe-tabs.png -share/doc/HTML/sv/krecipes/formatting.png -share/doc/HTML/sv/krecipes/import-other-sql.png -share/doc/HTML/sv/krecipes/import-recipe-screen.png -share/doc/HTML/sv/krecipes/import-settings.png -share/doc/HTML/sv/krecipes/import-sqlite.png -share/doc/HTML/sv/krecipes/index.cache.bz2 -share/doc/HTML/sv/krecipes/index.docbook -share/doc/HTML/sv/krecipes/ingredient-match.png -share/doc/HTML/sv/krecipes/ingredients.png -share/doc/HTML/sv/krecipes/krecipes-main.png -share/doc/HTML/sv/krecipes/menu.png -share/doc/HTML/sv/krecipes/page-setup.png -share/doc/HTML/sv/krecipes/prep-method.png -share/doc/HTML/sv/krecipes/properties.png -share/doc/HTML/sv/krecipes/recipe-description-tab.png -share/doc/HTML/sv/krecipes/recipe-ingredients-tab.png -share/doc/HTML/sv/krecipes/recipe-instructions-tab.png -share/doc/HTML/sv/krecipes/server-settings.png -share/doc/HTML/sv/krecipes/shop-list.png -share/doc/HTML/sv/krecipes/unit-conversions.png -share/doc/HTML/sv/krecipes/units.png -share/icons/crystalsvg/128x128/mimetypes/krecipes_file.png -share/icons/crystalsvg/16x16/mimetypes/krecipes_file.png -share/icons/crystalsvg/32x32/mimetypes/krecipes_file.png -share/icons/crystalsvg/64x64/mimetypes/krecipes_file.png -share/icons/hicolor/128x128/apps/krecipes.png -share/icons/hicolor/16x16/apps/krecipes.png -share/icons/hicolor/22x22/apps/krecipes.png -share/icons/hicolor/32x32/apps/krecipes.png -share/icons/hicolor/48x48/apps/krecipes.png -share/icons/hicolor/64x64/apps/krecipes.png -share/locale/az/LC_MESSAGES/krecipes.mo -share/locale/bg/LC_MESSAGES/krecipes.mo -share/locale/br/LC_MESSAGES/krecipes.mo -share/locale/ca/LC_MESSAGES/krecipes.mo -share/locale/cs/LC_MESSAGES/krecipes.mo -share/locale/cy/LC_MESSAGES/krecipes.mo -share/locale/da/LC_MESSAGES/krecipes.mo -share/locale/de/LC_MESSAGES/krecipes.mo -share/locale/el/LC_MESSAGES/krecipes.mo -share/locale/en_GB/LC_MESSAGES/krecipes.mo -share/locale/es/LC_MESSAGES/krecipes.mo -share/locale/et/LC_MESSAGES/krecipes.mo -share/locale/fi/LC_MESSAGES/krecipes.mo -share/locale/fr/LC_MESSAGES/krecipes.mo -share/locale/ga/LC_MESSAGES/krecipes.mo -share/locale/is/LC_MESSAGES/krecipes.mo -share/locale/it/LC_MESSAGES/krecipes.mo -share/locale/lt/LC_MESSAGES/krecipes.mo -share/locale/mt/LC_MESSAGES/krecipes.mo -share/locale/nb/LC_MESSAGES/krecipes.mo -share/locale/nl/LC_MESSAGES/krecipes.mo -share/locale/pl/LC_MESSAGES/krecipes.mo -share/locale/pt/LC_MESSAGES/krecipes.mo -share/locale/pt_BR/LC_MESSAGES/krecipes.mo -share/locale/ro/LC_MESSAGES/krecipes.mo -share/locale/ru/LC_MESSAGES/krecipes.mo -share/locale/rw/LC_MESSAGES/krecipes.mo -share/locale/sl/LC_MESSAGES/krecipes.mo -share/locale/sr/LC_MESSAGES/krecipes.mo -share/locale/sr@Latn/LC_MESSAGES/krecipes.mo -share/locale/sv/LC_MESSAGES/krecipes.mo -share/locale/ta/LC_MESSAGES/krecipes.mo -share/locale/tr/LC_MESSAGES/krecipes.mo -share/mimelnk/application/x-krecipes-backup.desktop -share/mimelnk/application/x-krecipes-recipes.desktop -@dirrm share/doc/HTML/sv/krecipes -@dirrm share/doc/HTML/pt/krecipes -@dirrm share/doc/HTML/et/krecipes -@dirrm share/doc/HTML/es/krecipes -@dirrm share/doc/HTML/en/krecipes -@dirrm share/doc/HTML/da/krecipes -@dirrm share/apps/krecipes/pics -@dirrm share/apps/krecipes/layouts -@dirrm share/apps/krecipes/icons/crystalsvg/64x64/mimetypes -@dirrm share/apps/krecipes/icons/crystalsvg/64x64 -@dirrm share/apps/krecipes/icons/crystalsvg/48x48/actions -@dirrm share/apps/krecipes/icons/crystalsvg/48x48 -@dirrm share/apps/krecipes/icons/crystalsvg/32x32/mimetypes -@dirrm share/apps/krecipes/icons/crystalsvg/32x32/actions -@dirrm share/apps/krecipes/icons/crystalsvg/32x32 -@dirrm share/apps/krecipes/icons/crystalsvg/22x22/actions -@dirrm share/apps/krecipes/icons/crystalsvg/22x22 -@dirrm share/apps/krecipes/icons/crystalsvg/16x16/mimetypes -@dirrm share/apps/krecipes/icons/crystalsvg/16x16/actions -@dirrm share/apps/krecipes/icons/crystalsvg/16x16 -@dirrm share/apps/krecipes/icons/crystalsvg/128x128/mimetypes -@dirrm share/apps/krecipes/icons/crystalsvg/128x128 -@dirrm share/apps/krecipes/icons/crystalsvg -@dirrm share/apps/krecipes/icons -@dirrm share/apps/krecipes/data -@dirrm share/apps/krecipes diff --git a/misc/logsurfer+/Makefile b/misc/logsurfer+/Makefile deleted file mode 100644 index c79ae74f02ea..000000000000 --- a/misc/logsurfer+/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: logsurfer -# Date created: 28 Jul 1996 -# Whom: shanee@augusta.de -# -# $FreeBSD$ -# - -PORTNAME= logsurfer -PORTVERSION= 1.5b -CATEGORIES= misc -MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/audit/logsurfer/%SUBDIR%/ \ - ftp://ftp.tuwien.ac.at/infosys/security/dfn/tools/audit/logsurfer/%SUBDIR%/ -EXTRACT_SUFX= .tar - -MAINTAINER= ports@FreeBSD.org -COMMENT= Process logfiles and conditionally perform certain actions - -GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --with-etc-dir=${PREFIX}/etc - -MAN1= logsurfer.1 -MAN4= logsurfer.conf.4 - -post-install: - @${MKDIR} ${PREFIX}/share/examples/logsurfer - ${INSTALL_DATA} ${WRKSRC}/config-examples/README \ - ${PREFIX}/share/examples/logsurfer -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ChangeLog README - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/misc/logsurfer+/distinfo b/misc/logsurfer+/distinfo deleted file mode 100644 index dfd2c0aa98ae..000000000000 --- a/misc/logsurfer+/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (logsurfer-1.5b.tar) = ade77bed7bc3c73fd26039e69c4937f4 -SHA256 (logsurfer-1.5b.tar) = d78328c3179e4500ecc5535712e298cf422acb8cc5c9c657b529f2fbb1b8b596 -SIZE (logsurfer-1.5b.tar) = 703488 diff --git a/misc/logsurfer+/files/patch-ac b/misc/logsurfer+/files/patch-ac deleted file mode 100644 index 4bcb1e4a400a..000000000000 --- a/misc/logsurfer+/files/patch-ac +++ /dev/null @@ -1,10 +0,0 @@ ---- src/logsurfer.c.orig Mon Apr 8 10:15:53 1996 -+++ src/logsurfer.c Fri May 28 14:28:06 1999 -@@ -382,6 +382,7 @@ - (void) fprintf(stderr, "unable to allocate memory for logline_buffer\n"); - exit(99); - } -+ logline_buffer[0]='\0'; - - while ( (opt = getopt(argc, argv, "fc:d:l:p:r:s")) != EOF ) - switch(opt) { diff --git a/misc/logsurfer+/pkg-descr b/misc/logsurfer+/pkg-descr deleted file mode 100644 index 55333f8a7359..000000000000 --- a/misc/logsurfer+/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Logsurfer is a program that works on single textlines from -a logfile (or from standard input). It compares each line -against regular expressions of a set of "rules" and per- -forms certain actions that are defined for this match. - -WWW: http://www.cert.dfn.de/eng/logsurf/ diff --git a/misc/logsurfer+/pkg-plist b/misc/logsurfer+/pkg-plist deleted file mode 100644 index 8d527a7b5130..000000000000 --- a/misc/logsurfer+/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/logsurfer -%%PORTDOCS%%share/doc/logsurfer/ChangeLog -%%PORTDOCS%%share/doc/logsurfer/README -%%PORTDOCS%%@dirrm share/doc/logsurfer -share/examples/logsurfer/README -@dirrm share/examples/logsurfer diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile deleted file mode 100644 index c33a9b33fa79..000000000000 --- a/misc/sword15/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: sword -# Date created: 22 may 2001 -# Whom: Willem van Engen <wvengen@stack.nl> -# -# $FreeBSD$ -# - -PORTNAME= sword -PORTVERSION= 1.5.11 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \ - http://crosswire.org/ftpmirror/pub/sword/source/v1.5/ \ - LOCAL -MASTER_SITE_SUBDIR= tabthorpe - -MAINTAINER= tabthorpe@FreeBSD.org -COMMENT= A project framework for manipulating Bible texts - -USE_GNOME= pkgconfig -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:110 autoconf:262 -CONFIGURE_ARGS+= --without-conf --without-clucene --with-zlib --without-icu -USE_LDCONFIG= yes -SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message - -.if defined(WITHOUT_CURL) -CONFIGURE_ARGS+= --without-curl -.else -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl -CONFIGURE_ARGS+= --with-curl - -pre-everything:: - @${ECHO_CMD} "Define WITHOUT_CURL to disable remote fetch (curl) support in the installmanager" -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|1.10|1.10.1|g' ${WRKSRC}/aclocal.m4 - @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.am - @@${REINPLACE_CMD} -e 's|:=|=|' ${WRKSRC}/Makefile.am \ - ${WRKSRC}/Makefile.in ${WRKSRC}/lib/Makefile.am \ - ${WRKSRC}/lib/Makefile.in - -post-install: - @${MKDIR} ${PREFIX}/share/sword/mods.d -.if !exists(${PREFIX}/etc/sword.conf) - @(cd ${WRKSRC} && ${GMAKE} install_config) -.else - @${ECHO_CMD} "Config file not installed since ${PREFIX}/etc/sword.conf already exists." - @${ECHO_CMD} "Please check that DataPath points to your modules (default ${DATADIR})."; -.endif - @${ECHO_CMD} "" - @${CAT} ${PKGMESSAGE} - -register: - @(cd ${WRKSRC} && ${GMAKE} register) - -.include <bsd.port.mk> diff --git a/misc/sword15/distinfo b/misc/sword15/distinfo deleted file mode 100644 index 88ebc6ff7e4f..000000000000 --- a/misc/sword15/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sword-1.5.11.tar.gz) = 84a13fd3cf767902de91368424f30baa -SHA256 (sword-1.5.11.tar.gz) = 120a881f12c7d2f4fa21cf39616f7246ce1eeae2d6268f432f404720988269a6 -SIZE (sword-1.5.11.tar.gz) = 1799625 diff --git a/misc/sword15/files/patch-configure b/misc/sword15/files/patch-configure deleted file mode 100644 index 8ff7c16b76b2..000000000000 --- a/misc/sword15/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Sun May 29 00:59:43 2005 -+++ configure Mon Jul 10 14:10:06 2006 -@@ -20481,8 +20481,8 @@ - echo "curl found - remote install options available" - CURL_AM_CFLAGS=`$CURL_CONFIG --cflags` - CURL_LIBS=`$CURL_CONFIG --libs` -- AM_CXXFLAGS="$AM_CXXFLAGS -DCURLAVAILABLE" -- AM_CFLAGS="$AM_CFLAGS -DCURLAVAILABLE" -+ AM_CXXFLAGS="$AM_CXXFLAGS -DCURLAVAILABLE $CURL_AM_CFLAGS" -+ AM_CFLAGS="$AM_CFLAGS -DCURLAVAILABLE $CURL_AM_CFLAGS" - fi - fi - diff --git a/misc/sword15/files/patch-configure.ac b/misc/sword15/files/patch-configure.ac deleted file mode 100644 index f461d8952bcf..000000000000 --- a/misc/sword15/files/patch-configure.ac +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.ac.orig Mon Jul 10 18:22:50 2006 -+++ configure.ac Mon Jul 10 18:23:13 2006 -@@ -187,8 +187,8 @@ - echo "curl found - remote install options available" - CURL_AM_CFLAGS=`$CURL_CONFIG --cflags` - CURL_LIBS=`$CURL_CONFIG --libs` -- AM_CXXFLAGS="$AM_CXXFLAGS -DCURLAVAILABLE" -- AM_CFLAGS="$AM_CFLAGS -DCURLAVAILABLE" -+ AM_CXXFLAGS="$AM_CXXFLAGS -DCURLAVAILABLE $CURL_AM_CFLAGS" -+ AM_CFLAGS="$AM_CFLAGS -DCURLAVAILABLE $CURL_AM_CFLAGS" - fi - fi - diff --git a/misc/sword15/files/patch-include::ftpparse.h b/misc/sword15/files/patch-include::ftpparse.h deleted file mode 100644 index e135d22a25e8..000000000000 --- a/misc/sword15/files/patch-include::ftpparse.h +++ /dev/null @@ -1,19 +0,0 @@ ---- include/ftpparse.h.orig Tue Aug 17 10:49:11 2004 -+++ include/ftpparse.h Tue Aug 17 10:49:24 2004 -@@ -1,7 +1,6 @@ - #ifndef FTPPARSE_H - #define FTPPARSE_H - --#include <time.h> - - /* - ftpparse(&fp,buf,len) tries to parse one line of LIST output. -@@ -25,7 +24,7 @@ - int sizetype; - long size; /* number of octets */ - int mtimetype; -- time_t mtime; /* modification time */ -+ long mtime; /* modification time */ - int idtype; - char *id; /* not necessarily 0-terminated */ - int idlen; diff --git a/misc/sword15/files/patch-src::utilfuns::ftpparse.c b/misc/sword15/files/patch-src::utilfuns::ftpparse.c deleted file mode 100644 index ab8a3eab8e85..000000000000 --- a/misc/sword15/files/patch-src::utilfuns::ftpparse.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/utilfuns/ftpparse.c.orig Thu Feb 19 23:22:11 2004 -+++ src/utilfuns/ftpparse.c Thu Feb 19 23:22:19 2004 -@@ -21,6 +21,7 @@ - NCSA Telnet FTP server. Has LIST = NLST (and bad NLST for directories). - */ - -+#include <time.h> - #include <ftpparse.h> - - static long totai(long year,long month,long mday) diff --git a/misc/sword15/files/pkg-message.in b/misc/sword15/files/pkg-message.in deleted file mode 100644 index db3c756d6416..000000000000 --- a/misc/sword15/files/pkg-message.in +++ /dev/null @@ -1,16 +0,0 @@ -To use sword, you need to have bible, commentary and/or lexicon -modules. You can install those from the crosswire website in two -ways. If you live in a persecuted country however and do not wish -to risk detection, you should *not* try this. - - 1. Use installmgr (doesn't work when port is built WITHOUT_CURL). E.g.: - # installmgr -init - # installmgr -r crosswire - # installmgr -ri crosswire ASV - See `installmgr --help` for details. - 2. Download raw zip-archives from - http://www.crosswire.org/sword/modules/ - and unpack them in %%PREFIX%%/share/sword. - -You probably want to install a bible-application that uses sword, -like bibletime or gnomesword. diff --git a/misc/sword15/pkg-descr b/misc/sword15/pkg-descr deleted file mode 100644 index c87f98fae37a..000000000000 --- a/misc/sword15/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The SWORD Project is an effort to create an ever expanding software -package for research and study of God and His Word. The SWORD Bible -Framework allows easy manipulation of Bible texts, commentaries, -lexicons, dictionaries, etc. Many frontends are built using this -framework. An installed module set may be shared between many -frontends using the framework. - -WWW: http://www.crosswire.org/sword/ diff --git a/misc/sword15/pkg-plist b/misc/sword15/pkg-plist deleted file mode 100644 index 86bed7f49cb2..000000000000 --- a/misc/sword15/pkg-plist +++ /dev/null @@ -1,238 +0,0 @@ -bin/addld -bin/diatheke -bin/imp2gbs -bin/imp2ld -bin/imp2vs -bin/installmgr -bin/mkfastmod -bin/mod2imp -bin/mod2osis -bin/mod2vpl -bin/mod2zmod -bin/osis2mod -bin/tei2mod -bin/vpl2mod -bin/vs2osisref -bin/xml2gbs -etc/sword.conf -include/sword/Greek2Greek.h -include/sword/GreekChars.h -include/sword/canon.h -include/sword/cipherfil.h -include/sword/curlftpt.h -include/sword/defs.h -include/sword/echomod.h -include/sword/encfiltmgr.h -include/sword/entriesblk.h -include/sword/femain.h -include/sword/filemgr.h -include/sword/flatapi.h -include/sword/ftplib.h -include/sword/ftplibftpt.h -include/sword/ftpparse.h -include/sword/ftptrans.h -include/sword/gbffootnotes.h -include/sword/gbfheadings.h -include/sword/gbfhtml.h -include/sword/gbfhtmlhref.h -include/sword/gbfmorph.h -include/sword/gbfosis.h -include/sword/gbfplain.h -include/sword/gbfredletterwords.h -include/sword/gbfrtf.h -include/sword/gbfstrongs.h -include/sword/gbfthml.h -include/sword/gbfwebif.h -include/sword/gbfwordjs.h -include/sword/greeklexattribs.h -include/sword/hebrewmcim.h -include/sword/hrefcom.h -include/sword/installmgr.h -include/sword/latin1utf16.h -include/sword/latin1utf8.h -include/sword/listkey.h -include/sword/localemgr.h -include/sword/lzsscomprs.h -include/sword/markupfiltmgr.h -include/sword/multimapwdef.h -include/sword/nullim.h -include/sword/osisfootnotes.h -include/sword/osisheadings.h -include/sword/osishtmlhref.h -include/sword/osislemma.h -include/sword/osismorph.h -include/sword/osismorphsegmentation.h -include/sword/osisosis.h -include/sword/osisplain.h -include/sword/osisredletterwords.h -include/sword/osisrtf.h -include/sword/osisscripref.h -include/sword/osisstrongs.h -include/sword/osisvariants.h -include/sword/osiswebif.h -include/sword/osiswordjs.h -include/sword/papyriplain.h -include/sword/plainfootnotes.h -include/sword/plainhtml.h -include/sword/rawcom.h -include/sword/rawfiles.h -include/sword/rawgenbook.h -include/sword/rawld.h -include/sword/rawld4.h -include/sword/rawstr.h -include/sword/rawstr4.h -include/sword/rawtext.h -include/sword/rawverse.h -include/sword/regex.h -include/sword/roman.h -include/sword/rtfhtml.h -include/sword/sapphire.h -include/sword/scsuutf8.h -include/sword/stringmgr.h -include/sword/strkey.h -include/sword/swbasicfilter.h -include/sword/swbuf.h -include/sword/swcacher.h -include/sword/swcipher.h -include/sword/swcom.h -include/sword/swcomprs.h -include/sword/swconfig.h -include/sword/swdisp.h -include/sword/swfilter.h -include/sword/swfiltermgr.h -include/sword/swgenbook.h -include/sword/swinputmeth.h -include/sword/swkey.h -include/sword/swld.h -include/sword/swlocale.h -include/sword/swlog.h -include/sword/swmacs.h -include/sword/swmgr.h -include/sword/swmodule.h -include/sword/swobject.h -include/sword/swoptfilter.h -include/sword/swsearchable.h -include/sword/swtext.h -include/sword/swunicod.h -include/sword/swversion.h -include/sword/sysdata.h -include/sword/teiplain.h -include/sword/teirtf.h -include/sword/thmlfootnotes.h -include/sword/thmlgbf.h -include/sword/thmlheadings.h -include/sword/thmlhtml.h -include/sword/thmlhtmlhref.h -include/sword/thmllemma.h -include/sword/thmlmorph.h -include/sword/thmlosis.h -include/sword/thmlplain.h -include/sword/thmlrtf.h -include/sword/thmlscripref.h -include/sword/thmlstrongs.h -include/sword/thmlvariants.h -include/sword/thmlwebif.h -include/sword/thmlwordjs.h -include/sword/treekey.h -include/sword/treekeyidx.h -include/sword/unicodertf.h -include/sword/untgz.h -include/sword/url.h -include/sword/utf16utf8.h -include/sword/utf8arshaping.h -include/sword/utf8bidireorder.h -include/sword/utf8cantillation.h -include/sword/utf8greekaccents.h -include/sword/utf8hebrewpoints.h -include/sword/utf8html.h -include/sword/utf8latin1.h -include/sword/utf8nfc.h -include/sword/utf8nfkd.h -include/sword/utf8transliterator.h -include/sword/utf8utf16.h -include/sword/utilstr.h -include/sword/utilxml.h -include/sword/versekey.h -include/sword/versetreekey.h -include/sword/zcom.h -include/sword/zconf.h -include/sword/zipcomprs.h -include/sword/zld.h -include/sword/zstr.h -include/sword/ztext.h -include/sword/zverse.h -lib/libsword-1.5.11.so -lib/libsword.a -lib/libsword.la -lib/libsword.so -libdata/pkgconfig/sword.pc -%%DATADIR%%/locales.d/abbr.conf -%%DATADIR%%/locales.d/af-utf8.conf -%%DATADIR%%/locales.d/af.conf -%%DATADIR%%/locales.d/ar_EG-cp1256.conf -%%DATADIR%%/locales.d/ar_EG-utf8.conf -%%DATADIR%%/locales.d/bg_BG-cp1251.conf -%%DATADIR%%/locales.d/bg_BG-utf8.conf -%%DATADIR%%/locales.d/cs-utf8.conf -%%DATADIR%%/locales.d/cs.conf -%%DATADIR%%/locales.d/da-utf8.conf -%%DATADIR%%/locales.d/da.conf -%%DATADIR%%/locales.d/de-utf8.conf -%%DATADIR%%/locales.d/de.conf -%%DATADIR%%/locales.d/de_abbrev-utf8.conf -%%DATADIR%%/locales.d/de_abbrev.conf -%%DATADIR%%/locales.d/en_GB.conf -%%DATADIR%%/locales.d/es-utf8.conf -%%DATADIR%%/locales.d/es.conf -%%DATADIR%%/locales.d/et-utf8.conf -%%DATADIR%%/locales.d/et.conf -%%DATADIR%%/locales.d/et_abbr-utf8.conf -%%DATADIR%%/locales.d/et_abbr.conf -%%DATADIR%%/locales.d/fa-utf8.conf -%%DATADIR%%/locales.d/fi-utf8.conf -%%DATADIR%%/locales.d/fi.conf -%%DATADIR%%/locales.d/fr_abbrev-utf8.conf -%%DATADIR%%/locales.d/fr_abbrev.conf -%%DATADIR%%/locales.d/fr-utf8.conf -%%DATADIR%%/locales.d/fr.conf -%%DATADIR%%/locales.d/he-utf8.conf -%%DATADIR%%/locales.d/hu-utf8.conf -%%DATADIR%%/locales.d/hu.conf -%%DATADIR%%/locales.d/id.conf -%%DATADIR%%/locales.d/it-utf8.conf -%%DATADIR%%/locales.d/it.conf -%%DATADIR%%/locales.d/ja.conf -%%DATADIR%%/locales.d/ko-utf8.conf -%%DATADIR%%/locales.d/ko.conf -%%DATADIR%%/locales.d/ko_abbrev-utf8.conf -%%DATADIR%%/locales.d/ko_abbrev.conf -%%DATADIR%%/locales.d/la.conf -%%DATADIR%%/locales.d/lt-utf8.conf -%%DATADIR%%/locales.d/nl.conf -%%DATADIR%%/locales.d/no-utf8.conf -%%DATADIR%%/locales.d/no.conf -%%DATADIR%%/locales.d/pl-utf8.conf -%%DATADIR%%/locales.d/pl.conf -%%DATADIR%%/locales.d/pt-utf8.conf -%%DATADIR%%/locales.d/pt.conf -%%DATADIR%%/locales.d/pt_BR-utf8.conf -%%DATADIR%%/locales.d/pt_BR.conf -%%DATADIR%%/locales.d/ro.conf -%%DATADIR%%/locales.d/ru_RU-cp1251.conf -%%DATADIR%%/locales.d/ru_RU-koi8-r.conf -%%DATADIR%%/locales.d/ru_RU-utf8.conf -%%DATADIR%%/locales.d/sk-utf8.conf -%%DATADIR%%/locales.d/sk.conf -%%DATADIR%%/locales.d/sl.conf -%%DATADIR%%/locales.d/sv-utf8.conf -%%DATADIR%%/locales.d/sv.conf -%%DATADIR%%/locales.d/th-utf8.conf -%%DATADIR%%/locales.d/uk_UA-cp1251.conf -%%DATADIR%%/locales.d/uk_UA-koi8-u.conf -%%DATADIR%%/locales.d/uk_UA-utf8.conf -%%DATADIR%%/locales.d/vi-utf8.conf -@dirrm %%DATADIR%%/mods.d -@dirrm %%DATADIR%%/locales.d -@dirrm %%DATADIR%% -@dirrm lib/sword -@dirrm include/sword diff --git a/misc/tellico-kde4/Makefile b/misc/tellico-kde4/Makefile deleted file mode 100644 index bbf940733736..000000000000 --- a/misc/tellico-kde4/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: bookcase -# Date created: 11 May 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# -# $FreeBSD$ -# - -PORTNAME= tellico -PORTVERSION= 1.3.2.1 -CATEGORIES= misc kde -MASTER_SITES= http://www.periapsis.org/tellico/download/ - -MAINTAINER= markus@FreeBSD.org -COMMENT= Collection manager for KDE - -LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ - poppler-qt:${PORTSDIR}/graphics/poppler-qt \ - yaz.3:${PORTSDIR}/net/yaz \ - exempi:${PORTSDIR}/textproc/exempi - -USE_KDELIBS_VER=3 -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -USE_PYTHON= yes - -CONFIGURE_ARGS+= --disable-cdtext - -OPTIONS= CDDB "CDDB support" on \ - KCAL "KOrganizer support" on \ - AMAZON "Amazon search support" on \ - IMDB "IMDb search support" on - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_CDDB) -CONFIGURE_ARGS+=--disable-libkcddb -.else -LIB_DEPENDS+= kcddb:${PORTSDIR}/multimedia/kdemultimedia3 -.endif - -.if defined(WITHOUT_KCAL) -CONFIGURE_ARGS+=--disable-libkcal -.else -LIB_DEPENDS+= kcal.2:${PORTSDIR}/deskutils/kdepim3 -.endif - -.if defined(WITHOUT_AMAZON) -CONFIGURE_ARGS+=--disable-amazon -.endif - -.if defined(WITHOUT_IMDB) -CONFIGURE_ARGS+=--disable-imdb -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.post.mk> diff --git a/misc/tellico-kde4/distinfo b/misc/tellico-kde4/distinfo deleted file mode 100644 index e4aaa85e0cd3..000000000000 --- a/misc/tellico-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tellico-1.3.2.1.tar.gz) = 388e2f5495deed57ea20a660c8e20588 -SHA256 (tellico-1.3.2.1.tar.gz) = c4813687d3ab1a05f849a2c1b190bf943bc619ce0dbe379bf372720a7fa6a4a6 -SIZE (tellico-1.3.2.1.tar.gz) = 5097471 diff --git a/misc/tellico-kde4/pkg-descr b/misc/tellico-kde4/pkg-descr deleted file mode 100644 index 54d0a1573045..000000000000 --- a/misc/tellico-kde4/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Tellico is an KDE application for organizing your collections. It provides -default templates for books, bibliographies, videos, music, coins, stamps, -trading cards, comic books, and wines. - -Capabilities: - - Supports default collections of books, bibliographic entries, videos, - music, comic books, coins, stamps, trading cards, and wines. - - Supports user-defined custom collections, as well. - - Supports any number of user-defined fields, of eleven different types - - Handles entries with multiple authors, genres, keywords, etc. - - Automatically formats titles and names - - Supports collection searching and view filtering - - Sorts and groups collection by various properties - - Automatically validates ISBN - - Allows customizable entry templates through XSLT - - Imports Bibtex, Bibtexml, CSV, and XSLT-filtered data - - Exports to Bibtex, Bibtexml, CSV, HTML, PilotDB, and XSLT-filtered data - - Includes translations for more than nine languages, other than English - - Imports information directly from Amazon.com - - Imports CDDB data - - Scans and imports audio file collections, such as mp3 or ogg - - Imports and exports to Alexandria libraries - -WWW: http://www.periapsis.org/tellico/ diff --git a/misc/tellico-kde4/pkg-plist b/misc/tellico-kde4/pkg-plist deleted file mode 100644 index 87a46784ac91..000000000000 --- a/misc/tellico-kde4/pkg-plist +++ /dev/null @@ -1,235 +0,0 @@ -bin/tellico -share/applications/kde/tellico.desktop -share/apps/kconf_update/tellico-1-3-update.pl -share/apps/kconf_update/tellico-rename.upd -share/apps/kconf_update/tellico.upd -share/apps/tellico/MARC21slim2MODS3.xsl -share/apps/tellico/MARC21slimUtils.xsl -share/apps/tellico/UNIMARC2MODS3.xsl -share/apps/tellico/amazon2tellico.xsl -share/apps/tellico/arxiv2tellico.xsl -share/apps/tellico/bibtex-translation.xml -share/apps/tellico/bluray-logo.png -share/apps/tellico/cassette-logo.png -share/apps/tellico/cd-logo.png -share/apps/tellico/crossref2tellico.xsl -share/apps/tellico/data-sources/boardgamegeek.rb -share/apps/tellico/data-sources/boardgamegeek.rb.spec -share/apps/tellico/data-sources/dark_horse_comics.py -share/apps/tellico/data-sources/dark_horse_comics.py.spec -share/apps/tellico/data-sources/fr.allocine.py -share/apps/tellico/data-sources/fr.allocine.py.spec -share/apps/tellico/data-sources/ministerio_de_cultura.py -share/apps/tellico/data-sources/ministerio_de_cultura.py.spec -share/apps/tellico/delicious2tellico.xsl -share/apps/tellico/discogs2tellico.xsl -share/apps/tellico/dvd-logo.png -share/apps/tellico/entry-templates/Album.xsl -share/apps/tellico/entry-templates/Compact.xsl -share/apps/tellico/entry-templates/Default.xsl -share/apps/tellico/entry-templates/Fancy.xsl -share/apps/tellico/entry-templates/Video.xsl -share/apps/tellico/gcstar2tellico.xsl -share/apps/tellico/griffith2tellico.py -share/apps/tellico/hddvd-logo.png -share/apps/tellico/isbndb2tellico.xsl -share/apps/tellico/mods2tellico.xsl -share/apps/tellico/pics/README.icons -share/apps/tellico/pics/README.quesnay -share/apps/tellico/pics/album.png -share/apps/tellico/pics/bibtex.png -share/apps/tellico/pics/boardgame.png -share/apps/tellico/pics/book.png -share/apps/tellico/pics/card.png -share/apps/tellico/pics/checkmark.png -share/apps/tellico/pics/coin.png -share/apps/tellico/pics/comic.png -share/apps/tellico/pics/file.png -share/apps/tellico/pics/game.png -share/apps/tellico/pics/nocover_album.png -share/apps/tellico/pics/nocover_bibtex.png -share/apps/tellico/pics/nocover_boardgame.png -share/apps/tellico/pics/nocover_book.png -share/apps/tellico/pics/nocover_comic.png -share/apps/tellico/pics/nocover_game.png -share/apps/tellico/pics/nocover_video.png -share/apps/tellico/pics/person-open.png -share/apps/tellico/pics/person.png -share/apps/tellico/pics/script.png -share/apps/tellico/pics/script.svg -share/apps/tellico/pics/stamp.png -share/apps/tellico/pics/star_off.png -share/apps/tellico/pics/star_on.png -share/apps/tellico/pics/stars1.png -share/apps/tellico/pics/stars10.png -share/apps/tellico/pics/stars2.png -share/apps/tellico/pics/stars3.png -share/apps/tellico/pics/stars4.png -share/apps/tellico/pics/stars5.png -share/apps/tellico/pics/stars6.png -share/apps/tellico/pics/stars7.png -share/apps/tellico/pics/stars8.png -share/apps/tellico/pics/stars9.png -share/apps/tellico/pics/tellico.png -share/apps/tellico/pics/tellico.svg -share/apps/tellico/pics/tellico_mime.svg -share/apps/tellico/pics/video.png -share/apps/tellico/pics/wine.png -share/apps/tellico/pubmed2tellico.xsl -share/apps/tellico/record-logo.png -share/apps/tellico/referencer2tellico.xsl -share/apps/tellico/report-templates/Column_View.xsl -share/apps/tellico/report-templates/Group_Summary.xsl -share/apps/tellico/report-templates/Group_View.xsl -share/apps/tellico/report-templates/Image_List.xsl -share/apps/tellico/report-templates/Loan_View.xsl -share/apps/tellico/report-templates/Title_Listing_(Horizontal).xsl -share/apps/tellico/report-templates/Title_Listing_(Vertical).xsl -share/apps/tellico/report-templates/Tri-Column.xsl -share/apps/tellico/shadowAlpha.png -share/apps/tellico/tellico-by-author.xsl -share/apps/tellico/tellico-by-title.xsl -share/apps/tellico/tellico-common.xsl -share/apps/tellico/tellico-printing.xsl -share/apps/tellico/tellico.dtd -share/apps/tellico/tellico.tips -share/apps/tellico/tellico2gcstar.xsl -share/apps/tellico/tellico2html.js -share/apps/tellico/tellico2html.xsl -share/apps/tellico/tellico2onix.xsl -share/apps/tellico/tellicoui.rc -share/apps/tellico/unixref2tellico.xsl -share/apps/tellico/vhs-logo.png -share/apps/tellico/welcome.html -share/apps/tellico/xmp2tellico.xsl -share/apps/tellico/yahoo2tellico.xsl -share/apps/tellico/z3950-servers.cfg -share/config.kcfg/tellico_config.kcfg -share/config/tellicorc -share/doc/HTML/en/tellico/CMakeLists.txt -share/doc/HTML/en/tellico/advanced.docbook -share/doc/HTML/en/tellico/amazon-options.png -share/doc/HTML/en/tellico/common -share/doc/HTML/en/tellico/configuration.docbook -share/doc/HTML/en/tellico/csv-dialog.png -share/doc/HTML/en/tellico/details.docbook -share/doc/HTML/en/tellico/entry-editor1.png -share/doc/HTML/en/tellico/entry-editor3.png -share/doc/HTML/en/tellico/entry-editor4.png -share/doc/HTML/en/tellico/entry-editor5.png -share/doc/HTML/en/tellico/export-bibtex.png -share/doc/HTML/en/tellico/export-csv.png -share/doc/HTML/en/tellico/export-html.png -share/doc/HTML/en/tellico/export-options.png -share/doc/HTML/en/tellico/export-pdb.png -share/doc/HTML/en/tellico/externalexec-options.png -share/doc/HTML/en/tellico/faqs.docbook -share/doc/HTML/en/tellico/fetch-dialog.png -share/doc/HTML/en/tellico/fields-dialog.png -share/doc/HTML/en/tellico/filter-dialog.png -share/doc/HTML/en/tellico/filter-view.png -share/doc/HTML/en/tellico/freebsd-doc-license.html -share/doc/HTML/en/tellico/fundamentals.docbook -share/doc/HTML/en/tellico/general-options.png -share/doc/HTML/en/tellico/hacking.docbook -share/doc/HTML/en/tellico/imdb-options.png -share/doc/HTML/en/tellico/importing-exporting.docbook -share/doc/HTML/en/tellico/index.cache.bz2 -share/doc/HTML/en/tellico/index.docbook -share/doc/HTML/en/tellico/loan-dialog.png -share/doc/HTML/en/tellico/loan-view.png -share/doc/HTML/en/tellico/main-window.png -share/doc/HTML/en/tellico/menus.docbook -share/doc/HTML/en/tellico/openoffice-dialog.png -share/doc/HTML/en/tellico/print-options.png -share/doc/HTML/en/tellico/report-dialog.png -share/doc/HTML/en/tellico/source-options.png -share/doc/HTML/en/tellico/sru-options.png -share/doc/HTML/en/tellico/template-options.png -share/doc/HTML/en/tellico/z3950-options.png -share/doc/HTML/fr/tellico/CMakeLists.txt -share/doc/HTML/fr/tellico/advanced.docbook -share/doc/HTML/fr/tellico/amazon-options.png -share/doc/HTML/fr/tellico/common -share/doc/HTML/fr/tellico/configuration.docbook -share/doc/HTML/fr/tellico/csv-dialog.png -share/doc/HTML/fr/tellico/details.docbook -share/doc/HTML/fr/tellico/entry-editor1.png -share/doc/HTML/fr/tellico/entry-editor3.png -share/doc/HTML/fr/tellico/entry-editor4.png -share/doc/HTML/fr/tellico/entry-editor5.png -share/doc/HTML/fr/tellico/export-bibtex.png -share/doc/HTML/fr/tellico/export-csv.png -share/doc/HTML/fr/tellico/export-html.png -share/doc/HTML/fr/tellico/export-options.png -share/doc/HTML/fr/tellico/export-pdb.png -share/doc/HTML/fr/tellico/externalexec-options.png -share/doc/HTML/fr/tellico/faqs.docbook -share/doc/HTML/fr/tellico/fetch-dialog.png -share/doc/HTML/fr/tellico/fields-dialog.png -share/doc/HTML/fr/tellico/filter-dialog.png -share/doc/HTML/fr/tellico/filter-view.png -share/doc/HTML/fr/tellico/freebsd-doc-license.html -share/doc/HTML/fr/tellico/fundamentals.docbook -share/doc/HTML/fr/tellico/general-options.png -share/doc/HTML/fr/tellico/hacking.docbook -share/doc/HTML/fr/tellico/imdb-options.png -share/doc/HTML/fr/tellico/importing-exporting.docbook -share/doc/HTML/fr/tellico/index.cache.bz2 -share/doc/HTML/fr/tellico/index.docbook -share/doc/HTML/fr/tellico/loan-dialog.png -share/doc/HTML/fr/tellico/loan-view.png -share/doc/HTML/fr/tellico/main-window.png -share/doc/HTML/fr/tellico/menus.docbook -share/doc/HTML/fr/tellico/openoffice-dialog.png -share/doc/HTML/fr/tellico/print-options.png -share/doc/HTML/fr/tellico/report-dialog.png -share/doc/HTML/fr/tellico/source-options.png -share/doc/HTML/fr/tellico/sru-options.png -share/doc/HTML/fr/tellico/template-options.png -share/doc/HTML/fr/tellico/z3950-options.png -share/icons/hicolor/128x128/apps/tellico.png -share/icons/hicolor/128x128/mimetypes/application-x-tellico.png -share/icons/hicolor/16x16/apps/tellico.png -share/icons/hicolor/16x16/mimetypes/application-x-tellico.png -share/icons/hicolor/22x22/apps/tellico.png -share/icons/hicolor/22x22/mimetypes/application-x-tellico.png -share/icons/hicolor/32x32/apps/tellico.png -share/icons/hicolor/32x32/mimetypes/application-x-tellico.png -share/icons/hicolor/48x48/apps/tellico.png -share/icons/hicolor/48x48/mimetypes/application-x-tellico.png -share/icons/hicolor/64x64/apps/tellico.png -share/icons/hicolor/64x64/mimetypes/application-x-tellico.png -share/locale/bg/LC_MESSAGES/tellico.mo -share/locale/ca/LC_MESSAGES/tellico.mo -share/locale/cs/LC_MESSAGES/tellico.mo -share/locale/de/LC_MESSAGES/tellico.mo -share/locale/ee/LC_MESSAGES/tellico.mo -share/locale/en_GB/LC_MESSAGES/tellico.mo -share/locale/es/LC_MESSAGES/tellico.mo -share/locale/fi/LC_MESSAGES/tellico.mo -share/locale/fr/LC_MESSAGES/tellico.mo -share/locale/hu/LC_MESSAGES/tellico.mo -share/locale/it/LC_MESSAGES/tellico.mo -share/locale/nb/LC_MESSAGES/tellico.mo -share/locale/nl/LC_MESSAGES/tellico.mo -share/locale/nn/LC_MESSAGES/tellico.mo -share/locale/pl/LC_MESSAGES/tellico.mo -share/locale/pt/LC_MESSAGES/tellico.mo -share/locale/pt_BR/LC_MESSAGES/tellico.mo -share/locale/ro/LC_MESSAGES/tellico.mo -share/locale/ru/LC_MESSAGES/tellico.mo -share/locale/sv/LC_MESSAGES/tellico.mo -share/locale/tr/LC_MESSAGES/tellico.mo -share/locale/uk/LC_MESSAGES/tellico.mo -share/mime/packages/tellico.xml -share/mimelnk/application/x-tellico.desktop -@dirrmtry share/mime/packages -@dirrmtry share/mime -@dirrm share/doc/HTML/fr/tellico -@dirrm share/doc/HTML/en/tellico -@dirrm share/apps/tellico/report-templates -@dirrm share/apps/tellico/pics -@dirrm share/apps/tellico/entry-templates -@dirrm share/apps/tellico/data-sources -@dirrm share/apps/tellico diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile deleted file mode 100644 index 8f86adff851a..000000000000 --- a/misc/xiphos/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: gnomesword -# Date created: April 27, 2007 -# Whom: Thomas Abthorpe <thomas@goodking.ca> -# -# $FreeBSD$ -# - -PORTNAME= gnomesword -PORTVERSION= 2.3.6 -CATEGORIES= misc gnome -MASTER_SITES= SF - -MAINTAINER= tabthorpe@FreeBSD.org -COMMENT= A bible interface utilizing the sword framework - -RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell \ - ${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword -BUILD_DEPENDS= ${RUN_DEPENDS} - -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GNOME= gnomehack gnomeprefix gnometarget gal2 gtkhtml3 gnomelibs intlhack gnomedocutils -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+= --enable-gtkhtml --enable-exporter - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in AUTHORS ChangeLog INSTALL NEWS README TODO - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/misc/xiphos/distinfo b/misc/xiphos/distinfo deleted file mode 100644 index 26b3b41c3cf8..000000000000 --- a/misc/xiphos/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnomesword-2.3.6.tar.gz) = b12e36f9728946fc6c9a405a827aabce -SHA256 (gnomesword-2.3.6.tar.gz) = cdbe10fe89e13b7819b5ee108f79a9b0ec447f0943c70b72e77e8366595e52e6 -SIZE (gnomesword-2.3.6.tar.gz) = 4390055 diff --git a/misc/xiphos/files/patch-Makefile.in b/misc/xiphos/files/patch-Makefile.in deleted file mode 100644 index f18a2bfe7fe9..000000000000 --- a/misc/xiphos/files/patch-Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.in.orig 2007-12-18 09:55:52.000000000 -0500 -+++ Makefile.in 2007-12-18 09:55:52.000000000 -0500 -@@ -66,8 +66,7 @@ - *) f=$$p;; \ - esac; - am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; --am__installdirs = "$(DESTDIR)$(gnomemenudir)" \ -- "$(DESTDIR)$(gnomesworddocdir)" -+am__installdirs = "$(DESTDIR)$(gnomemenudir)" - gnomemenuDATA_INSTALL = $(INSTALL_DATA) - gnomesworddocDATA_INSTALL = $(INSTALL_DATA) - DATA = $(gnomemenu_DATA) $(gnomesworddoc_DATA) -@@ -690,7 +689,7 @@ - all-am: Makefile $(DATA) config.h - installdirs: installdirs-recursive - installdirs-am: -- for dir in "$(DESTDIR)$(gnomemenudir)" "$(DESTDIR)$(gnomesworddocdir)"; do \ -+ for dir in "$(DESTDIR)$(gnomemenudir)" do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done - install: install-recursive -@@ -738,8 +737,7 @@ - - info-am: - --install-data-am: install-data-local install-gnomemenuDATA \ -- install-gnomesworddocDATA -+install-data-am: install-data-local install-gnomemenuDATA - - install-dvi: install-dvi-recursive - diff --git a/misc/xiphos/pkg-descr b/misc/xiphos/pkg-descr deleted file mode 100644 index 03a39d11aa8d..000000000000 --- a/misc/xiphos/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The GnomeSword GUI is a frontend to the SWORD project. - -The SWORD Project is an effort to create an ever expanding software -package for research and study of God and His Word. The SWORD Bible -Framework allows easy manipulation of Bible texts, commentaries, -lexicons, dictionaries, etc. Many frontends are build using this -framework. An installed module set may be shared between any frontend -using the framework. - -WWW: http://gnomesword.sourceforge.net/ diff --git a/misc/xiphos/pkg-plist b/misc/xiphos/pkg-plist deleted file mode 100644 index fbe43d3442b0..000000000000 --- a/misc/xiphos/pkg-plist +++ /dev/null @@ -1,163 +0,0 @@ -bin/gnomesword2 -share/applications/gnomesword.desktop -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -share/gnome/help/gnomesword/C/authors.xml -share/gnome/help/gnomesword/C/figures/first_start.png -share/gnome/help/gnomesword/C/figures/gtkhtml3-vs-mozembed.png -share/gnome/help/gnomesword/C/figures/interface.png -share/gnome/help/gnomesword/C/figures/interface_biblepane-options.png -share/gnome/help/gnomesword/C/figures/interface_biblepane.png -share/gnome/help/gnomesword/C/figures/interface_commentarypane.png -share/gnome/help/gnomesword/C/figures/interface_dictionary.png -share/gnome/help/gnomesword/C/figures/interface_menubar-view.png -share/gnome/help/gnomesword/C/figures/interface_menubar.png -share/gnome/help/gnomesword/C/figures/interface_parallel-separate.png -share/gnome/help/gnomesword/C/figures/interface_parallel.png -share/gnome/help/gnomesword/C/figures/interface_searchpane.png -share/gnome/help/gnomesword/C/figures/interface_shortcut.png -share/gnome/help/gnomesword/C/figures/interface_sidepane.png -share/gnome/help/gnomesword/C/figures/interface_toolbar.png -share/gnome/help/gnomesword/C/figures/interface_viewer.png -share/gnome/help/gnomesword/C/figures/journal.png -share/gnome/help/gnomesword/C/figures/module.png -share/gnome/help/gnomesword/C/figures/personal.png -share/gnome/help/gnomesword/C/figures/preferences.png -share/gnome/help/gnomesword/C/figures/preferences_fonts-color.png -share/gnome/help/gnomesword/C/figures/preferences_fonts-misc.png -share/gnome/help/gnomesword/C/figures/preferences_general-misc.png -share/gnome/help/gnomesword/C/figures/preferences_general-tabs.png -share/gnome/help/gnomesword/C/figures/preferences_modules-main.png -share/gnome/help/gnomesword/C/figures/preferences_modules-misc.png -share/gnome/help/gnomesword/C/figures/preferences_modules-parallel.png -share/gnome/help/gnomesword/C/figures/search_search.png -share/gnome/help/gnomesword/C/figures/studypad.png -share/gnome/help/gnomesword/C/figures/sword3.png -share/gnome/help/gnomesword/C/figures/sword_config.png -share/gnome/help/gnomesword/C/figures/sword_install.png -share/gnome/help/gnomesword/C/figures/sword_remove.png -share/gnome/help/gnomesword/C/figures/sword_sources.png -share/gnome/help/gnomesword/C/gnomesword.xml -share/gnome/help/gnomesword/C/interface.xml -share/gnome/help/gnomesword/C/introduction.xml -share/gnome/help/gnomesword/C/journals.xml -share/gnome/help/gnomesword/C/legal.xml -share/gnome/help/gnomesword/C/license.xml -share/gnome/help/gnomesword/C/modules.xml -share/gnome/help/gnomesword/C/personal.xml -share/gnome/help/gnomesword/C/preferences.xml -share/gnome/help/gnomesword/C/search.xml -share/gnome/help/gnomesword/C/start.xml -share/gnome/help/gnomesword/C/studypad.xml -share/gnome/help/gnomesword/fr/authors.xml -share/gnome/help/gnomesword/fr/figures/first_start.png -share/gnome/help/gnomesword/fr/figures/gtkhtml3-vs-mozembed.png -share/gnome/help/gnomesword/fr/figures/interface.png -share/gnome/help/gnomesword/fr/figures/interface_biblepane-options.png -share/gnome/help/gnomesword/fr/figures/interface_biblepane.png -share/gnome/help/gnomesword/fr/figures/interface_commentarypane.png -share/gnome/help/gnomesword/fr/figures/interface_dictionary.png -share/gnome/help/gnomesword/fr/figures/interface_menubar-view.png -share/gnome/help/gnomesword/fr/figures/interface_menubar.png -share/gnome/help/gnomesword/fr/figures/interface_parallel-separate.png -share/gnome/help/gnomesword/fr/figures/interface_parallel.png -share/gnome/help/gnomesword/fr/figures/interface_searchpane.png -share/gnome/help/gnomesword/fr/figures/interface_shortcut.png -share/gnome/help/gnomesword/fr/figures/interface_sidepane.png -share/gnome/help/gnomesword/fr/figures/interface_toolbar.png -share/gnome/help/gnomesword/fr/figures/interface_viewer.png -share/gnome/help/gnomesword/fr/figures/journal.png -share/gnome/help/gnomesword/fr/figures/module.png -share/gnome/help/gnomesword/fr/figures/personal.png -share/gnome/help/gnomesword/fr/figures/preferences.png -share/gnome/help/gnomesword/fr/figures/preferences_fonts-color.png -share/gnome/help/gnomesword/fr/figures/preferences_fonts-misc.png -share/gnome/help/gnomesword/fr/figures/preferences_general-misc.png -share/gnome/help/gnomesword/fr/figures/preferences_general-tabs.png -share/gnome/help/gnomesword/fr/figures/preferences_modules-main.png -share/gnome/help/gnomesword/fr/figures/preferences_modules-misc.png -share/gnome/help/gnomesword/fr/figures/preferences_modules-parallel.png -share/gnome/help/gnomesword/fr/figures/search_search.png -share/gnome/help/gnomesword/fr/figures/studypad.png -share/gnome/help/gnomesword/fr/figures/sword3.png -share/gnome/help/gnomesword/fr/figures/sword_config.png -share/gnome/help/gnomesword/fr/figures/sword_install.png -share/gnome/help/gnomesword/fr/figures/sword_remove.png -share/gnome/help/gnomesword/fr/figures/sword_sources.png -share/gnome/help/gnomesword/fr/gnomesword.xml -share/gnome/help/gnomesword/fr/interface.xml -share/gnome/help/gnomesword/fr/introduction.xml -share/gnome/help/gnomesword/fr/journals.xml -share/gnome/help/gnomesword/fr/license.xml -share/gnome/help/gnomesword/fr/modules.xml -share/gnome/help/gnomesword/fr/personal.xml -share/gnome/help/gnomesword/fr/preferences.xml -share/gnome/help/gnomesword/fr/search.xml -share/gnome/help/gnomesword/fr/start.xml -share/gnome/help/gnomesword/fr/studypad.xml -%%DATADIR%%/arrow_down.png -%%DATADIR%%/arrow_down_box.png -%%DATADIR%%/arrow_up.png -%%DATADIR%%/arrow_up_box.png -%%DATADIR%%/bookmarks.glade -%%DATADIR%%/editor_note.xml -%%DATADIR%%/editor_studypad.xml -%%DATADIR%%/export-dialog.glade -%%DATADIR%%/languages -%%DATADIR%%/languages.cygwin -%%DATADIR%%/logo.png -%%DATADIR%%/module-manager.glade -%%DATADIR%%/navbar_versekey.glade -%%DATADIR%%/prefs.glade -%%DATADIR%%/search-dialog.glade -%%DATADIR%%/sword3.png -share/locale/bg/LC_MESSAGES/gnomesword.mo -share/locale/cs/LC_MESSAGES/gnomesword.mo -share/locale/de/LC_MESSAGES/gnomesword.mo -share/locale/en_GB/LC_MESSAGES/gnomesword.mo -share/locale/es/LC_MESSAGES/gnomesword.mo -share/locale/fa/LC_MESSAGES/gnomesword.mo -share/locale/fi/LC_MESSAGES/gnomesword.mo -share/locale/fr/LC_MESSAGES/gnomesword.mo -share/locale/nb_NO/LC_MESSAGES/gnomesword.mo -share/locale/nl/LC_MESSAGES/gnomesword.mo -share/locale/pt/LC_MESSAGES/gnomesword.mo -share/locale/pt_PT/LC_MESSAGES/gnomesword.mo -share/locale/ru/LC_MESSAGES/gnomesword.mo -share/locale/sk/LC_MESSAGES/gnomesword.mo -share/locale/uk/LC_MESSAGES/gnomesword.mo -share/pixmaps/gnomesword/about.png -share/pixmaps/gnomesword/dlg-un-16.png -share/pixmaps/gnomesword/dlg-un.png -share/pixmaps/gnomesword/epiphany-bookmark-page.png -share/pixmaps/gnomesword/epiphany-bookmarks.png -share/pixmaps/gnomesword/epiphany-secure.png -share/pixmaps/gnomesword/epiphany-unsecure.png -share/pixmaps/gnomesword/gnome-session.png -share/pixmaps/gnomesword/gnome-window-manager.png -share/pixmaps/gnomesword/gnome-windows.png -share/pixmaps/gnomesword/gs2-48x48.ico -share/pixmaps/gnomesword/gs2-48x48.png -share/pixmaps/gnomesword/init-settings.png -share/pixmaps/gnomesword/logo.png -share/pixmaps/gnomesword/mozilla-icon.png -share/pixmaps/gnomesword/new_tab_button.png -share/pixmaps/gnomesword/splash.png -share/pixmaps/gnomesword/splash2.png -share/pixmaps/gnomesword/sword.png -share/pixmaps/gnomesword/sword3.png -share/pixmaps/gnomesword/tt.png -@dirrm %%DATADIR%% -@dirrm share/pixmaps/gnomesword -@dirrm share/locale/nb_NO/LC_MESSAGES -@dirrm share/locale/nb_NO -@dirrm share/gnome/help/gnomesword/fr/figures -@dirrm share/gnome/help/gnomesword/fr -@dirrm share/gnome/help/gnomesword/C/figures -@dirrm share/gnome/help/gnomesword/C -@dirrm share/gnome/help/gnomesword -%%PORTDOCS%%@dirrm %%DOCSDIR%% |