Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
hbsdfw
Ports
Commits
01a9f79f
Commit
01a9f79f
authored
Apr 18, 2001
by
cvs2svn
Browse files
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.
parent
8c307777
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
20 of 1000+
files are displayed.
Plain diff
Email patch
Mk/bsd.kde4.mk
deleted
100644 → 0
View file @
8c307777
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
# $FreeBSD$
#
# Please view me with 4 column tabs!
# Please make sure all changes to this file are past through the maintainer.
# Do not commit them yourself (unless of course you're the Port's Wraith ;).
KDE_MAINTAINER
=
will@FreeBSD.org
# This section contains the USE_ definitions.
# XXX: Write HAVE_ definitions sometime.
# USE_QT_VER - Says that the port uses the Qt toolkit. A number, currently
# 1 or 2, specifies which major version of Qt to use. This
# implies USE_NEWGCC.
# USE_KDELIBS_VER - Says that the port uses KDE libraries. A number, currently 1
# or 2, specifies which major version of KDE to use. This
# implies USE_QT of the appropriate version.
# USE_KDEBASE_VER - Says that the port uses the KDE base system. A number,
# currently 1 or 2, specifies which major version of KDE to
# use. This implies USE_KDELIBS of the appropriate version.
# Compat shims.
.if
defined(USE_QT)
USE_QT_VER
=
1
pre-everything
::
@
${ECHO}
">>> Warning: this port needs to be updated as it uses the old-style USE_QT variable!"
.
endif
.if
defined(USE_QT2)
USE_QT_VER
=
2
pre-everything
::
@
${ECHO}
">>> Warning: this port needs to be updated as it uses the old-style USE_QT2 variable!"
.
endif
# USE_KDEBASE_VER section
.if
defined(USE_KDEBASE_VER)
# kdebase 1.x common stuff
.if
${USE_KDEBASE_VER}
==
1
RUN_DEPENDS
+=
kcontrol:
${PORTSDIR}
/x11/kdebase11
USE_KDELIBS_VER
=
1
.
else
# kdebase 2.x common stuff -- DEFAULT
LIB_DEPENDS
+=
konq.4:
${PORTSDIR}
/x11/kdebase2
USE_KDELIBS_VER
=
2
.
endif
.
endif
# End of USE_KDEBASE_VER
# USE_KDELIBS_VER section
.if
defined(USE_KDELIBS_VER)
# kdelibs 1.x common stuff
.if
${USE_KDELIBS_VER}
==
1
LIB_DEPENDS
+=
kdecore.3:
${PORTSDIR}
/x11/kdelibs11
USE_QT_VER
=
1
.
else
# kdelibs 2.x common stuff -- DEFAULT
LIB_DEPENDS
+=
kdecore.4:
${PORTSDIR}
/x11/kdelibs2
USE_QT_VER
=
2
.
endif
.
endif
# End of USE_KDELIBS_VER section
# USE_QT_VER section
.if
defined(USE_QT_VER)
# Qt 1.x common stuff
.if
${USE_QT_VER}
==
1
LIB_DEPENDS
+=
qt.3:
${PORTSDIR}
/x11-toolkits/qt145
USE_NEWGCC
=
yes
MOC
?=
${X11BASE}
/bin/moc
.if
defined(PREFIX)
QTDIR
=
${PREFIX}
.
else
QTDIR
=
${X11BASE}
.
endif
CONFIGURE_ENV
+=
MOC
=
"
${MOC}
"
QTDIR
=
"
${QTDIR}
"
.
else
QTCPPFLAGS
?=
QTCGFLIBS
?=
# Qt 2.x common stuff -- DEFAULT
LIB_DEPENDS
+=
qt2.4:
${PORTSDIR}
/x11-toolkits/qt23
USE_NEWGCC
=
yes
QTNAME
=
qt2
MOC
?=
${X11BASE}
/bin/moc2
QTCPPFLAGS
+=
-I
/usr/include
-D_GETOPT_H
-D_PTH_H_
-D_PTH_PTHREAD_H_
\
-I
${LOCALBASE}
/include
-I
${PREFIX}
/include
-I
${X11BASE}
/include/qt2
QTCFGLIBS
+=
-Wl
,-export-dynamic
-L
${LOCALBASE}
/lib
-L
${X11BASE}
/lib
-ljpeg
-lgcc
-lstdc
++
.if
!defined(QT_NONSTANDARD)
CONFIGURE_ARGS
+=
--with-qt-includes
=
${X11BASE}
/include/qt2
\
--with-qt-libraries
=
${X11BASE}
/lib
\
--with-extra-libs
=
${LOCALBASE}
/lib
CONFIGURE_ENV
+=
MOC
=
"
${MOC}
"
LIBQT
=
"-l
${QTNAME}
"
\
CPPFLAGS
=
"
${QTCPPFLAGS}
"
LIBS
=
"
${QTCFGLIBS}
"
.
endif
.
endif
.
endif
# End of USE_QT_VER section
# End of use part.
arabic/kde3-i18n/Makefile
deleted
100644 → 0
View file @
8c307777
# New ports collection makefile for: kde2-i18n
# Date created: 1 March 2001
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME
=
kde-i18n
PORTVERSION
=
2.1.1
CATEGORIES
?=
misc kde
MASTER_SITES
=
${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR
=
stable/
${PORTVERSION}
/distribution/tar/generic/src
MAINTAINER
?=
demon@FreeBSD.org
LIB_DEPENDS
=
intl.1:
${PORTSDIR}
/devel/gettext
USE_KDELIBS_VER
=
2
USE_BZIP2
=
yes
USE_GMAKE
=
yes
GNU_CONFIGURE
=
yes
PLIST
=
${WRKDIR}
/PLIST
SCRIPTS_ENV
+=
PLIST
=
${PLIST}
pre-configure
:
@
${SETENV}
${SCRIPTS_ENV}
${SH}
${SCRIPTDIR}
/Configure
.
include
<bsd.port.mk>
arabic/kde3-i18n/distinfo
deleted
100644 → 0
View file @
8c307777
MD5 (kde-i18n-2.1.1.tar.bz2) = f87d7a822c5205a0d3f1f5cad8c73d3b
arabic/kde3-i18n/pkg-comment
deleted
100644 → 0
View file @
8c307777
Localized messages and documentation for KDE2
arabic/kde3-i18n/pkg-descr
deleted
100644 → 0
View file @
8c307777
Localized messages and documentation for KDE2.
arabic/kde3-i18n/scripts/Configure
deleted
100644 → 0
View file @
8c307777
#! /bin/sh
# $FreeBSD$
/bin/rm
-f
${
PLIST
}
${
PLIST
}
.dirs
if
[
"
${
LINGUAS
}
"
]
;
then
set
`
echo
$LINGUAS
`
else
if
[
"
${
BATCH
}
"
]
;
then
set
\"
ca
\"
\"
cs
\"
\"
da
\"
\"
el
\"
\"
eo
\"
\"
es
\"
\"
et
\"
\"
fi
\"
\"
he
\"
\"
hu
\"
\"
is
\"
\"
it
\"
\"
nl
\"
\"
no
\"
\"
no_NY
\"
\"
pl
\"
\"
pt
\"
\"
pt_BR
\"
\"
ro
\"
\"
sk
\"
\"
sl
\"
\"
sr
\"
\"
sv
\"
\"
tr
\"
\"
uk
\"
else
/usr/bin/dialog
--title
"Select languages"
--clear
\
--checklist
"
\n\
Please select desired languages:"
-1
-1
16
\
pt_BR
"Brazil portuguese"
OFF
\
ca
"Canada"
OFF
\
zh_TW.Big5
"Chinese"
ON
\
cs
"Czech"
OFF
\
da
"Danish"
OFF
\
nl
"Dutch"
OFF
\
eo
"Esperanto"
OFF
\
et
"Estonian"
OFF
\
fi
"Finnish"
ON
\
fr
"French"
ON
\
de
"German"
ON
\
el
"Greek"
OFF
\
he
"Hebrew"
OFF
\
hu
"Hungarian"
OFF
\
is
"Icelandic"
OFF
\
it
"Italian"
OFF
\
ja
"Japanese"
ON
\
ko
"Korean"
ON
\
no
"Norwegian (Bokmaal)"
OFF
\
no_NY
"Norwegian (Nynorsk)"
OFF
\
pl
"Polish"
OFF
\
pt
"Portuguese"
OFF
\
ro
"Romanian"
OFF
\
ru
"Russian"
ON
\
sr
"Serbian"
OFF
\
zh_CN.GB2312
"Simplified Chinese"
ON
\
sk
"Slovak"
OFF
\
sl
"Slovenian"
OFF
\
es
"Spanish"
OFF
\
sv
"Swedish"
OFF
\
tr
"Turkish"
OFF
\
uk
"Ukrainian"
OFF
\
2> /tmp/chklist.tmp.
$$
retval
=
$?
if
[
-s
/tmp/chklist.tmp.
$$
]
;
then
set
`
cat
/tmp/chklist.tmp.
$$
`
fi
rm
-f
/tmp/chklist.tmp.
$$
case
$retval
in
0
)
if
[
-z
"
$*
"
]
;
then
echo
"Nothing selected"
fi
;;
1
)
echo
"Cancel pressed."
exit
1
;;
esac
fi
fi
/bin/rm
-f
${
WRKSRC
}
/subdirs
#/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}
#/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs
while
[
"
$1
"
]
;
do
a
=
`
echo
-n
$1
| /usr/bin/sed
-e
's#\"##g'
`
echo
$a
>>
${
WRKSRC
}
/subdirs
/usr/bin/grep
"^[^@].*/
$a
/.*"
${
CURDIR
}
/pkg-plist
>>
${
PLIST
}
/usr/bin/grep
"^[^@].*-
$a
\$
"
${
CURDIR
}
/pkg-plist
>>
${
PLIST
}
/usr/bin/grep
"^@.*/
$a
/.*"
${
CURDIR
}
/pkg-plist
>>
${
PLIST
}
.dirs
shift
done
/bin/cat
${
PLIST
}
.dirs
>>
${
PLIST
}
arabic/kde4-l10n/Makefile
deleted
100644 → 0
View file @
8c307777
# New ports collection makefile for: kde2-i18n
# Date created: 1 March 2001
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME
=
kde-i18n
PORTVERSION
=
2.1.1
CATEGORIES
?=
misc kde
MASTER_SITES
=
${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR
=
stable/
${PORTVERSION}
/distribution/tar/generic/src
MAINTAINER
?=
demon@FreeBSD.org
LIB_DEPENDS
=
intl.1:
${PORTSDIR}
/devel/gettext
USE_KDELIBS_VER
=
2
USE_BZIP2
=
yes
USE_GMAKE
=
yes
GNU_CONFIGURE
=
yes
PLIST
=
${WRKDIR}
/PLIST
SCRIPTS_ENV
+=
PLIST
=
${PLIST}
pre-configure
:
@
${SETENV}
${SCRIPTS_ENV}
${SH}
${SCRIPTDIR}
/Configure
.
include
<bsd.port.mk>
arabic/kde4-l10n/distinfo
deleted
100644 → 0
View file @
8c307777
MD5 (kde-i18n-2.1.1.tar.bz2) = f87d7a822c5205a0d3f1f5cad8c73d3b
arabic/kde4-l10n/pkg-comment
deleted
100644 → 0
View file @
8c307777
Localized messages and documentation for KDE2
arabic/kde4-l10n/pkg-descr
deleted
100644 → 0
View file @
8c307777
Localized messages and documentation for KDE2.
arabic/kde4-l10n/scripts/Configure
deleted
100644 → 0
View file @
8c307777
#! /bin/sh
# $FreeBSD$
/bin/rm
-f
${
PLIST
}
${
PLIST
}
.dirs
if
[
"
${
LINGUAS
}
"
]
;
then
set
`
echo
$LINGUAS
`
else
if
[
"
${
BATCH
}
"
]
;
then
set
\"
ca
\"
\"
cs
\"
\"
da
\"
\"
el
\"
\"
eo
\"
\"
es
\"
\"
et
\"
\"
fi
\"
\"
he
\"
\"
hu
\"
\"
is
\"
\"
it
\"
\"
nl
\"
\"
no
\"
\"
no_NY
\"
\"
pl
\"
\"
pt
\"
\"
pt_BR
\"
\"
ro
\"
\"
sk
\"
\"
sl
\"
\"
sr
\"
\"
sv
\"
\"
tr
\"
\"
uk
\"
else
/usr/bin/dialog
--title
"Select languages"
--clear
\
--checklist
"
\n\
Please select desired languages:"
-1
-1
16
\
pt_BR
"Brazil portuguese"
OFF
\
ca
"Canada"
OFF
\
zh_TW.Big5
"Chinese"
ON
\
cs
"Czech"
OFF
\
da
"Danish"
OFF
\
nl
"Dutch"
OFF
\
eo
"Esperanto"
OFF
\
et
"Estonian"
OFF
\
fi
"Finnish"
ON
\
fr
"French"
ON
\
de
"German"
ON
\
el
"Greek"
OFF
\
he
"Hebrew"
OFF
\
hu
"Hungarian"
OFF
\
is
"Icelandic"
OFF
\
it
"Italian"
OFF
\
ja
"Japanese"
ON
\
ko
"Korean"
ON
\
no
"Norwegian (Bokmaal)"
OFF
\
no_NY
"Norwegian (Nynorsk)"
OFF
\
pl
"Polish"
OFF
\
pt
"Portuguese"
OFF
\
ro
"Romanian"
OFF
\
ru
"Russian"
ON
\
sr
"Serbian"
OFF
\
zh_CN.GB2312
"Simplified Chinese"
ON
\
sk
"Slovak"
OFF
\
sl
"Slovenian"
OFF
\
es
"Spanish"
OFF
\
sv
"Swedish"
OFF
\
tr
"Turkish"
OFF
\
uk
"Ukrainian"
OFF
\
2> /tmp/chklist.tmp.
$$
retval
=
$?
if
[
-s
/tmp/chklist.tmp.
$$
]
;
then
set
`
cat
/tmp/chklist.tmp.
$$
`
fi
rm
-f
/tmp/chklist.tmp.
$$
case
$retval
in
0
)
if
[
-z
"
$*
"
]
;
then
echo
"Nothing selected"
fi
;;
1
)
echo
"Cancel pressed."
exit
1
;;
esac
fi
fi
/bin/rm
-f
${
WRKSRC
}
/subdirs
#/usr/bin/grep "^[^@].*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}
#/usr/bin/grep "^@.*/en/.*" ${CURDIR}/pkg-plist > ${PLIST}.dirs
while
[
"
$1
"
]
;
do
a
=
`
echo
-n
$1
| /usr/bin/sed
-e
's#\"##g'
`
echo
$a
>>
${
WRKSRC
}
/subdirs
/usr/bin/grep
"^[^@].*/
$a
/.*"
${
CURDIR
}
/pkg-plist
>>
${
PLIST
}
/usr/bin/grep
"^[^@].*-
$a
\$
"
${
CURDIR
}
/pkg-plist
>>
${
PLIST
}
/usr/bin/grep
"^@.*/
$a
/.*"
${
CURDIR
}
/pkg-plist
>>
${
PLIST
}
.dirs
shift
done
/bin/cat
${
PLIST
}
.dirs
>>
${
PLIST
}
archivers/ark/Makefile
deleted
100644 → 0
View file @
8c307777
# New ports collection makefile for: kdeutils2
# Date created: Sun 14 May 2000 02:52:20
# Whom: Will Andrews <will@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME
=
kdeutils
PORTVERSION
=
2.1.1
CATEGORIES
=
misc kde
MASTER_SITES
=
${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR
=
stable/
${PORTVERSION}
/distribution/tar/generic/src
MAINTAINER
=
will@FreeBSD.org
USE_KDELIBS_VER
=
2
USE_BZIP2
=
yes
INSTALLS_SHLIB
=
yes
GNU_CONFIGURE
=
yes
USE_GMAKE
=
yes
.
include
<bsd.port.mk>
archivers/ark/distinfo
deleted
100644 → 0
View file @
8c307777
MD5 (kdeutils-2.1.1.tar.bz2) = 1ba82d34688b0959072ce05182a27e23
archivers/ark/pkg-comment
deleted
100644 → 0
View file @
8c307777
Utilities for the KDE integrated X11 desktop
archivers/ark/pkg-descr
deleted
100644 → 0
View file @
8c307777
KDE provides an integrated X11 based environment, much like CDE.
archivers/ark/pkg-plist
deleted
100644 → 0
View file @
8c307777
bin/ark
bin/kab
bin/karm
bin/kcalc
bin/kcharselect
bin/kdepasswd
bin/kdessh
bin/kdf
bin/kedit
bin/kfind
bin/kfloppy
bin/khexedit
bin/kjots
bin/klaptopdaemon
bin/kljettool
bin/klpq
bin/knotes
bin/kwikdisk
include/knotesdcop.h
lib/kcalc.la
lib/kcalc.so
lib/kedit.la
lib/kedit.so
lib/kedit.so.0
lib/kfind.la
lib/kfind.so
lib/libkcm_kdf.la
lib/libkcm_kdf.so
lib/libkcm_laptop.la
lib/libkcm_laptop.so
lib/libktimemon.la
lib/libktimemon.so
lib/libktimemon.so.1
share/applnk/Editors/KEdit.desktop
share/applnk/Kfind.desktop
share/applnk/Settings/Information/kcmdf.desktop
share/applnk/Settings/Information/pcmcia.desktop
share/applnk/Settings/PowerControl/battery.desktop
share/applnk/Settings/PowerControl/bwarning.desktop
share/applnk/Settings/PowerControl/cwarning.desktop
share/applnk/Settings/PowerControl/power.desktop
share/applnk/System/kdf.desktop
share/applnk/System/kwikdisk.desktop
share/applnk/Utilities/KCharSelect.desktop
share/applnk/Utilities/KFloppy.desktop
share/applnk/Utilities/KLJetTool.desktop
share/applnk/Utilities/KLpq.desktop
share/applnk/Utilities/Kjots.desktop
share/applnk/Utilities/ark.desktop
share/applnk/Utilities/kab.desktop
share/applnk/Utilities/karm.desktop
share/applnk/Utilities/kcalc.desktop
share/applnk/Utilities/kdepasswd.desktop
share/applnk/Utilities/khexedit.desktop
share/applnk/Utilities/knotes.desktop
share/apps/ark/arkui.rc
share/apps/ark/icons/locolor/22x22/actions/ark_adddir.png
share/apps/ark/icons/locolor/22x22/actions/ark_addfile.png
share/apps/ark/icons/locolor/22x22/actions/ark_delete.png
share/apps/ark/icons/locolor/22x22/actions/ark_extract.png
share/apps/ark/icons/locolor/22x22/actions/ark_help.png
share/apps/ark/icons/locolor/22x22/actions/ark_new.png
share/apps/ark/icons/locolor/22x22/actions/ark_open.png
share/apps/ark/icons/locolor/22x22/actions/ark_options.png
share/apps/ark/icons/locolor/22x22/actions/ark_selectall.png
share/apps/ark/icons/locolor/22x22/actions/ark_view.png
share/apps/kab/htmlexport/templates/index.html
share/apps/kab/htmlexport/templates/kab_address.html
share/apps/kab/htmlexport/templates/kab_background.gif
share/apps/kab/htmlexport/templates/kab_entrylist.html
share/apps/kab/htmlexport/templates/kab_person.html
share/apps/kab/pics/addressbook_logo.png
share/apps/karm/karmui.rc
share/apps/karm/pics/clock.xpm
share/apps/karm/pics/clockedit.xpm
share/apps/karm/pics/empty-watch.xpm
share/apps/karm/pics/filedel.xpm
share/apps/karm/pics/watch-0.xpm
share/apps/karm/pics/watch-1.xpm
share/apps/karm/pics/watch-2.xpm
share/apps/karm/pics/watch-3.xpm
share/apps/karm/pics/watch-4.xpm
share/apps/karm/pics/watch-5.xpm
share/apps/karm/pics/watch-6.xpm
share/apps/karm/pics/watch-7.xpm
share/apps/kcalc/pics/kcalclogo.png
share/apps/kdf/pics/delete.png
share/apps/kdf/pics/tick.png
share/apps/kedit/keditui.rc
share/apps/kfind/icons/locolor/22x22/actions/archive.png
share/apps/kfind/icons/locolor/22x22/actions/delete.png
share/apps/kfind/icons/locolor/22x22/actions/idea.png
share/apps/kfind/icons/locolor/22x22/actions/info.png
share/apps/kfind/icons/locolor/22x22/actions/openfile.png
share/apps/kfind/icons/locolor/22x22/actions/save.png
share/apps/kfind/icons/locolor/22x22/actions/search.png
share/apps/kfloppy/pics/kfloppylogo.png
share/apps/khexedit/toolbar/hexdrag.png
share/apps/khexedit/toolbar/hexmask.png
share/apps/khexedit/toolbar/hexwrite.png
share/apps/kicker/applets/ktimemon.desktop
share/apps/kjots/pics/filedel.png
share/apps/klaptopdaemon/icons/locolor/16x16/actions/laptop_charge.png
share/apps/klaptopdaemon/icons/locolor/16x16/actions/laptop_nobattery.png
share/apps/klaptopdaemon/icons/locolor/16x16/actions/laptop_nocharge.png
share/apps/klaptopdaemon/icons/locolor/16x16/actions/power.png
share/apps/klaptopdaemon/icons/locolor/32x32/actions/laptop_charge.png
share/apps/klaptopdaemon/icons/locolor/32x32/actions/laptop_nobattery.png
share/apps/klaptopdaemon/icons/locolor/32x32/actions/laptop_nocharge.png
share/apps/klaptopdaemon/icons/locolor/32x32/actions/power.png
share/apps/kljettool/pics/kljetlogo.png
share/apps/knotes/pics/knotesclose.png
share/apps/knotes/pics/knoteslogo.png
share/config/knotesrc
share/doc/HTML/en/ark/.anchors
share/doc/HTML/en/ark/actionmenu.html
share/doc/HTML/en/ark/ark-create.html
share/doc/HTML/en/ark/ark-extract.html
share/doc/HTML/en/ark/ark-work-files.html
share/doc/HTML/en/ark/commands.html
share/doc/HTML/en/ark/common
share/doc/HTML/en/ark/compilation.html
share/doc/HTML/en/ark/credits.html
share/doc/HTML/en/ark/editmenu.html
share/doc/HTML/en/ark/index.docbook
share/doc/HTML/en/ark/index.html
share/doc/HTML/en/ark/installation.html
share/doc/HTML/en/ark/introduction.html
share/doc/HTML/en/ark/requirements.html
share/doc/HTML/en/ark/settingsmenu.html
share/doc/HTML/en/ark/using-ark.html
share/doc/HTML/en/kab/.anchors
share/doc/HTML/en/kab/commands.html
share/doc/HTML/en/kab/common
share/doc/HTML/en/kab/credits.html
share/doc/HTML/en/kab/faq.html
share/doc/HTML/en/kab/index.docbook
share/doc/HTML/en/kab/index.html
share/doc/HTML/en/kab/installation.html
share/doc/HTML/en/kab/introduction.html
share/doc/HTML/en/kab/kab-edit.html
share/doc/HTML/en/kab/kab-edit.png
share/doc/HTML/en/kab/kab-using.png
share/doc/HTML/en/karm/.anchors
share/doc/HTML/en/karm/common
share/doc/HTML/en/karm/credits.html
share/doc/HTML/en/karm/general-use.html
share/doc/HTML/en/karm/index.docbook
share/doc/HTML/en/karm/index.html
share/doc/HTML/en/karm/installation.html
share/doc/HTML/en/karm/interface.html
share/doc/HTML/en/karm/introduction.html
share/doc/HTML/en/karm/karm.png
share/doc/HTML/en/karm/menus.html
share/doc/HTML/en/karm/status-bar.html
share/doc/HTML/en/karm/tool-bar.html
share/doc/HTML/en/karm/using-karm.html
share/doc/HTML/en/kcalc/.anchors
share/doc/HTML/en/kcalc/and-or-xor.html
share/doc/HTML/en/kcalc/comments-on-specific-functions.html
share/doc/HTML/en/kcalc/common
share/doc/HTML/en/kcalc/copyright.html
share/doc/HTML/en/kcalc/enable-long-double-precision.html
share/doc/HTML/en/kcalc/index.docbook
share/doc/HTML/en/kcalc/index.html
share/doc/HTML/en/kcalc/installation.html
share/doc/HTML/en/kcalc/introduction.html
share/doc/HTML/en/kcalc/kcalc_on_Aix.txt
share/doc/HTML/en/kcalc/kcalc_on_OSF.txt
share/doc/HTML/en/kcalc/key-accels.html
share/doc/HTML/en/kcalc/lsh-rsh.html
share/doc/HTML/en/kcalc/percent.html
share/doc/HTML/en/kcalc/questions-and-answers.html
share/doc/HTML/en/kcalc/trigonometric-mode.html
share/doc/HTML/en/kcalc/usage.html
share/doc/HTML/en/kdf/.anchors
share/doc/HTML/en/kdf/common
share/doc/HTML/en/kdf/credits.html
share/doc/HTML/en/kdf/index.docbook
share/doc/HTML/en/kdf/index.html
share/doc/HTML/en/kdf/installation.html
share/doc/HTML/en/kdf/introduction.html
share/doc/HTML/en/kdf/kdf.png
share/doc/HTML/en/kdf/kdf_config.png
share/doc/HTML/en/kdf/main-window.html
share/doc/HTML/en/kdf/the-menus.html
share/doc/HTML/en/kdf/using-kdf.html
share/doc/HTML/en/kedit/.anchors
share/doc/HTML/en/kedit/command-line-options.html
share/doc/HTML/en/kedit/common
share/doc/HTML/en/kedit/credits.html
share/doc/HTML/en/kedit/edit.html
share/doc/HTML/en/kedit/go.html
share/doc/HTML/en/kedit/help.html
share/doc/HTML/en/kedit/index.docbook
share/doc/HTML/en/kedit/index.html
share/doc/HTML/en/kedit/installation.html
share/doc/HTML/en/kedit/introduction.html
share/doc/HTML/en/kedit/keybindings.html
share/doc/HTML/en/kedit/on-screen-fundamentals.html
share/doc/HTML/en/kedit/pref-dialog.html
share/doc/HTML/en/kedit/prefcolors.html
share/doc/HTML/en/kedit/prefmisc.html
share/doc/HTML/en/kedit/prefspellchecker.html
share/doc/HTML/en/kedit/settings.html
share/doc/HTML/en/kedit/the-menu-entries.html
share/doc/HTML/en/kedit/tools.html
share/doc/HTML/en/kfind/.anchors
share/doc/HTML/en/kfind/authors.html
share/doc/HTML/en/kfind/common
share/doc/HTML/en/kfind/compilation-and-installation.html
share/doc/HTML/en/kfind/configuration.html
share/doc/HTML/en/kfind/edit.html
share/doc/HTML/en/kfind/epilog.html
share/doc/HTML/en/kfind/help.html
share/doc/HTML/en/kfind/index.docbook
share/doc/HTML/en/kfind/index.html
share/doc/HTML/en/kfind/installation.html
share/doc/HTML/en/kfind/introduction.html
share/doc/HTML/en/kfind/onscreenfundamentals.html
share/doc/HTML/en/kfind/options.html
share/doc/HTML/en/kfind/requirements.html
share/doc/HTML/en/kfind/search-parameters-dialog.html
share/doc/HTML/en/kfind/themenuentries.html
share/doc/HTML/en/kfind/viewing-area.html
share/doc/HTML/en/kfloppy/.anchors
share/doc/HTML/en/kfloppy/buttons.html
share/doc/HTML/en/kfloppy/command-line.html
share/doc/HTML/en/kfloppy/common
share/doc/HTML/en/kfloppy/credits.html
share/doc/HTML/en/kfloppy/formatting-options.html
share/doc/HTML/en/kfloppy/index.docbook
share/doc/HTML/en/kfloppy/index.html
share/doc/HTML/en/kfloppy/installation.html
share/doc/HTML/en/kfloppy/introduction.html
share/doc/HTML/en/kfloppy/usingkfloppy.html
share/doc/HTML/en/khexedit/.anchors
share/doc/HTML/en/khexedit/bookmarks.html
share/doc/HTML/en/khexedit/common
share/doc/HTML/en/khexedit/credits.html
share/doc/HTML/en/khexedit/document-menu.html
share/doc/HTML/en/khexedit/edit-menu.html
share/doc/HTML/en/khexedit/help-menu.html
share/doc/HTML/en/khexedit/index.docbook
share/doc/HTML/en/khexedit/index.html