aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2002-04-19 10:30:02 +0800
committerwill <will@FreeBSD.org>2002-04-19 10:30:02 +0800
commit4c52c9067b06ff76694d44e2bd5819fc06e974fe (patch)
tree8ea2fec29854e5717863bf5e5bf1d1b05d97cefe /devel
parent9d74629523b0c2fe5f02ba4bc3f37c73af058448 (diff)
downloadfreebsd-ports-gnome-4c52c9067b06ff76694d44e2bd5819fc06e974fe.tar.gz
freebsd-ports-gnome-4c52c9067b06ff76694d44e2bd5819fc06e974fe.tar.zst
freebsd-ports-gnome-4c52c9067b06ff76694d44e2bd5819fc06e974fe.zip
Say goodbye to Qt 1.x and all of its dependents. The one port I found
which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile5
-rw-r--r--devel/kdelibdocs/Makefile22
-rw-r--r--devel/kdelibdocs/distinfo1
-rw-r--r--devel/kdelibdocs/pkg-comment1
-rw-r--r--devel/kdelibdocs/pkg-descr5
-rw-r--r--devel/kdelibdocs/pkg-plist653
-rw-r--r--devel/kpp/Makefile20
-rw-r--r--devel/kpp/distinfo1
-rw-r--r--devel/kpp/files/patch-aa11
-rw-r--r--devel/kpp/pkg-comment1
-rw-r--r--devel/kpp/pkg-descr3
-rw-r--r--devel/kpp/pkg-plist15
-rw-r--r--devel/ktranslator/Makefile29
-rw-r--r--devel/ktranslator/distinfo1
-rw-r--r--devel/ktranslator/files/patch-ac39
-rw-r--r--devel/ktranslator/files/patch-ad29
-rw-r--r--devel/ktranslator/pkg-comment1
-rw-r--r--devel/ktranslator/pkg-descr10
-rw-r--r--devel/ktranslator/pkg-plist26
-rw-r--r--devel/mico/Makefile74
-rw-r--r--devel/mico/distinfo1
-rw-r--r--devel/mico/files/patch-ak34
-rw-r--r--devel/mico/files/patch-am168
-rw-r--r--devel/mico/files/patch-an20
-rw-r--r--devel/mico/files/patch-ao19
-rw-r--r--devel/mico/files/patch-ap11
-rw-r--r--devel/mico/files/patch-aq10
-rw-r--r--devel/mico/files/patch-ar10
-rw-r--r--devel/mico/pkg-comment1
-rw-r--r--devel/mico/pkg-descr4
-rw-r--r--devel/mico/pkg-plist613
-rw-r--r--devel/qtarch/Makefile22
-rw-r--r--devel/qtarch/distinfo1
-rw-r--r--devel/qtarch/files/patch-aa83
-rw-r--r--devel/qtarch/pkg-comment1
-rw-r--r--devel/qtarch/pkg-descr10
-rw-r--r--devel/qtarch/pkg-plist72
37 files changed, 0 insertions, 2027 deletions
diff --git a/devel/Makefile b/devel/Makefile
index fe595afa8456..9c4f1446c512 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -219,7 +219,6 @@
SUBDIR += jakarta-ant
SUBDIR += jam
SUBDIR += kdbg
- SUBDIR += kdelibdocs
SUBDIR += kdesdk
SUBDIR += kdestudio
SUBDIR += kdevelop
@@ -227,8 +226,6 @@
SUBDIR += kimwitu
SUBDIR += kimwitu++
SUBDIR += korelib
- SUBDIR += kpp
- SUBDIR += ktranslator
SUBDIR += lemon
SUBDIR += leoarg
SUBDIR += libIDL
@@ -302,7 +299,6 @@
SUBDIR += m68k-rtems-objc
SUBDIR += make++
SUBDIR += makedepend
- SUBDIR += mico
SUBDIR += mime
SUBDIR += mingw
SUBDIR += mingw-bin-msvcrt
@@ -566,7 +562,6 @@
SUBDIR += py-xoltar-toolkit
SUBDIR += pychecker
SUBDIR += qt-designer
- SUBDIR += qtarch
SUBDIR += qtez
SUBDIR += qtk
SUBDIR += re2c
diff --git a/devel/kdelibdocs/Makefile b/devel/kdelibdocs/Makefile
deleted file mode 100644
index 996430f5d955..000000000000
--- a/devel/kdelibdocs/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: kdelibdocs
-# Date created: 8 Feb 2000
-# Whom: imura@af.airnet.ne.jp
-#
-# $FreeBSD$
-#
-
-PORTNAME= kdelibdocs
-PORTVERSION= 1.1
-CATEGORIES= devel kde
-MASTER_SITES= ftp://129.187.206.68/pub/unix/ide/KDevelop/documentation/ \
- ftp://gd.tuwien.ac.at/hci/KDevelop/documentation/ \
- ftp://fara.cs.uni-potsdam.de/pub/kdevelop/documentation/
-
-MAINTAINER= ports@FreeBSD.org
-
-USE_KDELIBS_VER=1
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= "--with-qtdoc-dir=${X11BASE}/share/doc/qt/html"
-
-.include <bsd.port.mk>
diff --git a/devel/kdelibdocs/distinfo b/devel/kdelibdocs/distinfo
deleted file mode 100644
index f0fc1e9ca42f..000000000000
--- a/devel/kdelibdocs/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (kdelibdocs-1.1.tar.gz) = 107b2388685da86ca74427984001659d
diff --git a/devel/kdelibdocs/pkg-comment b/devel/kdelibdocs/pkg-comment
deleted file mode 100644
index 8be4d4d3b2d9..000000000000
--- a/devel/kdelibdocs/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-KDE library documentation for developers
diff --git a/devel/kdelibdocs/pkg-descr b/devel/kdelibdocs/pkg-descr
deleted file mode 100644
index c22f34757d76..000000000000
--- a/devel/kdelibdocs/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-KDE library documentation for developers.
-The documentation is based on KDE-1.1.2.
-KDevelop is suitable to reading it.
-
-WWW: http://www.kdevelop.org/
diff --git a/devel/kdelibdocs/pkg-plist b/devel/kdelibdocs/pkg-plist
deleted file mode 100644
index af72e845536e..000000000000
--- a/devel/kdelibdocs/pkg-plist
+++ /dev/null
@@ -1,653 +0,0 @@
-share/doc/HTML/en/kdelibs/jscript/JSAbstractArrayObject.html
-share/doc/HTML/en/kdelibs/jscript/JSArgument.html
-share/doc/HTML/en/kdelibs/jscript/JSArrayAccess.html
-share/doc/HTML/en/kdelibs/jscript/JSAssignment.html
-share/doc/HTML/en/kdelibs/jscript/JSBinaryOperator.html
-share/doc/HTML/en/kdelibs/jscript/JSBool.html
-share/doc/HTML/en/kdelibs/jscript/JSBoolObject.html
-share/doc/HTML/en/kdelibs/jscript/JSConstructorCall.html
-share/doc/HTML/en/kdelibs/jscript/JSFloat.html
-share/doc/HTML/en/kdelibs/jscript/JSFloatObject.html
-share/doc/HTML/en/kdelibs/jscript/JSFunction.html
-share/doc/HTML/en/kdelibs/jscript/JSFunctionCall.html
-share/doc/HTML/en/kdelibs/jscript/JSFunctionObject.html
-share/doc/HTML/en/kdelibs/jscript/JSIdentifier.html
-share/doc/HTML/en/kdelibs/jscript/JSInstanceScope.html
-share/doc/HTML/en/kdelibs/jscript/JSInteger.html
-share/doc/HTML/en/kdelibs/jscript/JSIntegerObject.html
-share/doc/HTML/en/kdelibs/jscript/JSMember.html
-share/doc/HTML/en/kdelibs/jscript/JSNode.html
-share/doc/HTML/en/kdelibs/jscript/JSNull.html
-share/doc/HTML/en/kdelibs/jscript/JSObject.html
-share/doc/HTML/en/kdelibs/jscript/JSParameter.html
-share/doc/HTML/en/kdelibs/jscript/JSParameterListObject.html
-share/doc/HTML/en/kdelibs/jscript/JSPrintFunction.html
-share/doc/HTML/en/kdelibs/jscript/JSScope.html
-share/doc/HTML/en/kdelibs/jscript/JSScopeStack.html
-share/doc/HTML/en/kdelibs/jscript/JSStatement.html
-share/doc/HTML/en/kdelibs/jscript/JSString.html
-share/doc/HTML/en/kdelibs/jscript/JSStringObject.html
-share/doc/HTML/en/kdelibs/jscript/JSThis.html
-share/doc/HTML/en/kdelibs/jscript/JSUserDefinedObject.html
-share/doc/HTML/en/kdelibs/jscript/JSValue.html
-share/doc/HTML/en/kdelibs/jscript/JSVariableObject.html
-share/doc/HTML/en/kdelibs/jscript/bison2cpp-h.html
-share/doc/HTML/en/kdelibs/jscript/builtin-h.html
-share/doc/HTML/en/kdelibs/jscript/header-list.html
-share/doc/HTML/en/kdelibs/jscript/hier.html
-share/doc/HTML/en/kdelibs/jscript/index.html
-share/doc/HTML/en/kdelibs/jscript/jserror-h.html
-share/doc/HTML/en/kdelibs/jscript/jsexec-h.html
-share/doc/HTML/en/kdelibs/jscript/jstree-h.html
-share/doc/HTML/en/kdelibs/jscript/t1-h.html
-share/doc/HTML/en/kdelibs/kab/AddressBook.html
-share/doc/HTML/en/kdelibs/kab/AddressWidget.html
-share/doc/HTML/en/kdelibs/kab/AssertDialog-h.html
-share/doc/HTML/en/kdelibs/kab/AssertDialog.html
-share/doc/HTML/en/kdelibs/kab/AssertDialogData-h.html
-share/doc/HTML/en/kdelibs/kab/AssertDialogData.html
-share/doc/HTML/en/kdelibs/kab/BusinessCard.html
-share/doc/HTML/en/kdelibs/kab/ConfigDB.html
-share/doc/HTML/en/kdelibs/kab/DateLabel.html
-share/doc/HTML/en/kdelibs/kab/DatePickerDialog.html
-share/doc/HTML/en/kdelibs/kab/DialogBase-h.html
-share/doc/HTML/en/kdelibs/kab/DialogBase.html
-share/doc/HTML/en/kdelibs/kab/DialogBaseData-h.html
-share/doc/HTML/en/kdelibs/kab/DialogBaseData.html
-share/doc/HTML/en/kdelibs/kab/EditEntryDialog.html
-share/doc/HTML/en/kdelibs/kab/KabAPI.html
-share/doc/HTML/en/kdelibs/kab/KeyValueMap.html
-share/doc/HTML/en/kdelibs/kab/PrintDialog-h.html
-share/doc/HTML/en/kdelibs/kab/PrintDialog.html
-share/doc/HTML/en/kdelibs/kab/PrintDialogData-h.html
-share/doc/HTML/en/kdelibs/kab/PrintDialogData.html
-share/doc/HTML/en/kdelibs/kab/SearchDialog-h.html
-share/doc/HTML/en/kdelibs/kab/SearchDialog.html
-share/doc/HTML/en/kdelibs/kab/SearchDialogMainWidget-h.html
-share/doc/HTML/en/kdelibs/kab/SearchDialogMainWidget.html
-share/doc/HTML/en/kdelibs/kab/SearchDialogMainWidgetData-h.html
-share/doc/HTML/en/kdelibs/kab/SearchDialogMainWidgetData.html
-share/doc/HTML/en/kdelibs/kab/SearchResults.html
-share/doc/HTML/en/kdelibs/kab/Section.html
-share/doc/HTML/en/kdelibs/kab/StringListEditDialog-h.html
-share/doc/HTML/en/kdelibs/kab/StringListEditDialog.html
-share/doc/HTML/en/kdelibs/kab/StringListEditWidget-h.html
-share/doc/HTML/en/kdelibs/kab/StringListEditWidget.html
-share/doc/HTML/en/kdelibs/kab/StringListEditWidgetData-h.html
-share/doc/HTML/en/kdelibs/kab/StringListEditWidgetData.html
-share/doc/HTML/en/kdelibs/kab/StringListSAndRSetDialog.html
-share/doc/HTML/en/kdelibs/kab/StringListSelectAndReorderSet-h.html
-share/doc/HTML/en/kdelibs/kab/StringListSelectAndReorderSet.html
-share/doc/HTML/en/kdelibs/kab/StringListSelectAndReorderSetData-h.html
-share/doc/HTML/en/kdelibs/kab/StringListSelectAndReorderSetData.html
-share/doc/HTML/en/kdelibs/kab/StringListSelectOneDialog-h.html
-share/doc/HTML/en/kdelibs/kab/StringListSelectOneDialog.html
-share/doc/HTML/en/kdelibs/kab/StringListSelectOneDialogData-h.html
-share/doc/HTML/en/kdelibs/kab/StringListSelectOneDialogData.html
-share/doc/HTML/en/kdelibs/kab/StringListSelectSetDialog-h.html
-share/doc/HTML/en/kdelibs/kab/StringListSelectSetDialog.html
-share/doc/HTML/en/kdelibs/kab/addressbook-h.html
-share/doc/HTML/en/kdelibs/kab/businesscard-h.html
-share/doc/HTML/en/kdelibs/kab/configDB-h.html
-share/doc/HTML/en/kdelibs/kab/datepickerdialog-h.html
-share/doc/HTML/en/kdelibs/kab/debug-h.html
-share/doc/HTML/en/kdelibs/kab/editentry-h.html
-share/doc/HTML/en/kdelibs/kab/functions-h.html
-share/doc/HTML/en/kdelibs/kab/header-list.html
-share/doc/HTML/en/kdelibs/kab/hier.html
-share/doc/HTML/en/kdelibs/kab/index.html
-share/doc/HTML/en/kdelibs/kab/kab-h.html
-share/doc/HTML/en/kdelibs/kab/kabapi-h.html
-share/doc/HTML/en/kdelibs/kab/keyvaluemap-h.html
-share/doc/HTML/en/kdelibs/kab/searchresults-h.html
-share/doc/HTML/en/kdelibs/kab/sections-h.html
-share/doc/HTML/en/kdelibs/kab/stl_headers-h.html
-share/doc/HTML/en/kdelibs/kab/widgets-h.html
-share/doc/HTML/en/kdelibs/kdecore/KAccel.html
-share/doc/HTML/en/kdelibs/kdecore/KApplication.html
-share/doc/HTML/en/kdelibs/kdecore/KCharTags.html
-share/doc/HTML/en/kdelibs/kdecore/KCharset.html
-share/doc/HTML/en/kdelibs/kdecore/KCharsetConversionResult.html
-share/doc/HTML/en/kdelibs/kdecore/KCharsetConverter.html
-share/doc/HTML/en/kdelibs/kdecore/KCharsetConverterData.html
-share/doc/HTML/en/kdelibs/kdecore/KCharsetEntry.html
-share/doc/HTML/en/kdelibs/kdecore/KCharsets.html
-share/doc/HTML/en/kdelibs/kdecore/KCharsetsData.html
-share/doc/HTML/en/kdelibs/kdecore/KClipboard.html
-share/doc/HTML/en/kdelibs/kdecore/KColorGroup.html
-share/doc/HTML/en/kdelibs/kdecore/KConfig.html
-share/doc/HTML/en/kdelibs/kdecore/KConfigBase.html
-share/doc/HTML/en/kdelibs/kdecore/KConfigBaseData.html
-share/doc/HTML/en/kdelibs/kdecore/KConfigGroupSaver.html
-share/doc/HTML/en/kdelibs/kdecore/KDNDDropZone.html
-share/doc/HTML/en/kdelibs/kdecore/KDNDIcon.html
-share/doc/HTML/en/kdelibs/kdecore/KDNDWidget.html
-share/doc/HTML/en/kdelibs/kdecore/KDebugDialog.html
-share/doc/HTML/en/kdelibs/kdecore/KDispCharEntry.html
-share/doc/HTML/en/kdelibs/kdecore/KEntryDictEntry.html
-share/doc/HTML/en/kdelibs/kdecore/KGlobalAccel.html
-share/doc/HTML/en/kdelibs/kdecore/KIconLoader.html
-share/doc/HTML/en/kdelibs/kdecore/KKeyEntry.html
-share/doc/HTML/en/kdelibs/kdecore/KLocale.html
-share/doc/HTML/en/kdelibs/kdecore/KPixmap.html
-share/doc/HTML/en/kdelibs/kdecore/KPoint.html
-share/doc/HTML/en/kdelibs/kdecore/KProcess.html
-share/doc/HTML/en/kdelibs/kdecore/KProcessController.html
-share/doc/HTML/en/kdelibs/kdecore/KRect.html
-share/doc/HTML/en/kdelibs/kdecore/KRootProp.html
-share/doc/HTML/en/kdelibs/kdecore/KServerSocket.html
-share/doc/HTML/en/kdelibs/kdecore/KShellProcess.html
-share/doc/HTML/en/kdelibs/kdecore/KSimpleConfig.html
-share/doc/HTML/en/kdelibs/kdecore/KSize.html
-share/doc/HTML/en/kdelibs/kdecore/KSocket.html
-share/doc/HTML/en/kdelibs/kdecore/KStandardDirs.html
-share/doc/HTML/en/kdelibs/kdecore/KStdAccel.html
-share/doc/HTML/en/kdelibs/kdecore/KURL.html
-share/doc/HTML/en/kdelibs/kdecore/KWM.html
-share/doc/HTML/en/kdelibs/kdecore/ckey-h.html
-share/doc/HTML/en/kdelibs/kdecore/dither-h.html
-share/doc/HTML/en/kdelibs/kdecore/drag-h.html
-share/doc/HTML/en/kdelibs/kdecore/header-list.html
-share/doc/HTML/en/kdelibs/kdecore/hier.html
-share/doc/HTML/en/kdelibs/kdecore/index.html
-share/doc/HTML/en/kdelibs/kdecore/kFSDither.html
-share/doc/HTML/en/kdelibs/kdecore/kaccel-h.html
-share/doc/HTML/en/kdelibs/kdecore/kapp-h.html
-share/doc/HTML/en/kdelibs/kdecore/kcharsets-h.html
-share/doc/HTML/en/kdelibs/kdecore/kcharsetsdata-h.html
-share/doc/HTML/en/kdelibs/kdecore/kckey-h.html
-share/doc/HTML/en/kdelibs/kdecore/kclipboard-h.html
-share/doc/HTML/en/kdelibs/kdecore/kcolorgroup-h.html
-share/doc/HTML/en/kdelibs/kdecore/kconfig-h.html
-share/doc/HTML/en/kdelibs/kdecore/kconfigbase-h.html
-share/doc/HTML/en/kdelibs/kdecore/kconfigdata-h.html
-share/doc/HTML/en/kdelibs/kdecore/kdebug-h.html
-share/doc/HTML/en/kdelibs/kdecore/kdebugdialog-h.html
-share/doc/HTML/en/kdelibs/kdecore/kglobalaccel-h.html
-share/doc/HTML/en/kdelibs/kdecore/kiconloader-h.html
-share/doc/HTML/en/kdelibs/kdecore/klocale-h.html
-share/doc/HTML/en/kdelibs/kdecore/kmisc-h.html
-share/doc/HTML/en/kdelibs/kdecore/kpixmap-h.html
-share/doc/HTML/en/kdelibs/kdecore/kpoint-h.html
-share/doc/HTML/en/kdelibs/kdecore/kprocctrl-h.html
-share/doc/HTML/en/kdelibs/kdecore/kprocess-h.html
-share/doc/HTML/en/kdelibs/kdecore/krect-h.html
-share/doc/HTML/en/kdelibs/kdecore/krootprop-h.html
-share/doc/HTML/en/kdelibs/kdecore/ksimpleconfig-h.html
-share/doc/HTML/en/kdelibs/kdecore/ksize-h.html
-share/doc/HTML/en/kdelibs/kdecore/ksock-h.html
-share/doc/HTML/en/kdelibs/kdecore/kstdaccel-h.html
-share/doc/HTML/en/kdelibs/kdecore/kstddirs-h.html
-share/doc/HTML/en/kdelibs/kdecore/kstring-h.html
-share/doc/HTML/en/kdelibs/kdecore/kurl-h.html
-share/doc/HTML/en/kdelibs/kdecore/kwm-h.html
-share/doc/HTML/en/kdelibs/kdeui/KButton.html
-share/doc/HTML/en/kdelibs/kdeui/KButtonBox.html
-share/doc/HTML/en/kdelibs/kdeui/KButtonBoxItem.html
-share/doc/HTML/en/kdelibs/kdeui/KColorButton.html
-share/doc/HTML/en/kdelibs/kdeui/KColorCells.html
-share/doc/HTML/en/kdelibs/kdeui/KColorCombo.html
-share/doc/HTML/en/kdelibs/kdeui/KColorDialog.html
-share/doc/HTML/en/kdelibs/kdeui/KColorPatch.html
-share/doc/HTML/en/kdelibs/kdeui/KCombo.html
-share/doc/HTML/en/kdelibs/kdeui/KConfigWidget.html
-share/doc/HTML/en/kdelibs/kdeui/KContainerLayout.html
-share/doc/HTML/en/kdelibs/kdeui/KContainerLayoutItem.html
-share/doc/HTML/en/kdelibs/kdeui/KControlApplication.html
-share/doc/HTML/en/kdelibs/kdeui/KControlDialog.html
-share/doc/HTML/en/kdelibs/kdeui/KCursor.html
-share/doc/HTML/en/kdelibs/kdeui/KDatePicker.html
-share/doc/HTML/en/kdelibs/kdeui/KDateTable.html
-share/doc/HTML/en/kdelibs/kdeui/KDialog.html
-share/doc/HTML/en/kdelibs/kdeui/KDirectionButton.html
-share/doc/HTML/en/kdelibs/kdeui/KEdGotoLine.html
-share/doc/HTML/en/kdelibs/kdeui/KEdReplace.html
-share/doc/HTML/en/kdelibs/kdeui/KEdSrch.html
-share/doc/HTML/en/kdelibs/kdeui/KEdit.html
-share/doc/HTML/en/kdelibs/kdeui/KFontDialog.html
-share/doc/HTML/en/kdelibs/kdeui/KGradientSelector.html
-share/doc/HTML/en/kdelibs/kdeui/KHSSelector.html
-share/doc/HTML/en/kdelibs/kdeui/KIconLoaderButton.html
-share/doc/HTML/en/kdelibs/kdeui/KIconLoaderCanvas.html
-share/doc/HTML/en/kdelibs/kdeui/KIconLoaderDialog.html
-share/doc/HTML/en/kdelibs/kdeui/KIntLineEdit.html
-share/doc/HTML/en/kdelibs/kdeui/KIntegerLine.html
-share/doc/HTML/en/kdelibs/kdeui/KItemSearchInfo.html
-share/doc/HTML/en/kdelibs/kdeui/KKeyButton.html
-share/doc/HTML/en/kdelibs/kdeui/KKeyChooser.html
-share/doc/HTML/en/kdelibs/kdeui/KKeyDialog.html
-share/doc/HTML/en/kdelibs/kdeui/KLed.html
-share/doc/HTML/en/kdelibs/kdeui/KLedLamp.html
-share/doc/HTML/en/kdelibs/kdeui/KLined.html
-share/doc/HTML/en/kdelibs/kdeui/KListSpinBox.html
-share/doc/HTML/en/kdelibs/kdeui/KMenuBar.html
-share/doc/HTML/en/kdelibs/kdeui/KMsgBox.html
-share/doc/HTML/en/kdelibs/kdeui/KNewPanner.html
-share/doc/HTML/en/kdelibs/kdeui/KNoteBook.html
-share/doc/HTML/en/kdelibs/kdeui/KNumCheckButton.html
-share/doc/HTML/en/kdelibs/kdeui/KNumericSpinBox.html
-share/doc/HTML/en/kdelibs/kdeui/KPanner.html
-share/doc/HTML/en/kdelibs/kdeui/KPopupMenu.html
-share/doc/HTML/en/kdelibs/kdeui/KProgress.html
-share/doc/HTML/en/kdelibs/kdeui/KQuickHelp.html
-share/doc/HTML/en/kdelibs/kdeui/KQuickHelpWindow.html
-share/doc/HTML/en/kdelibs/kdeui/KQuickHelp_Link.html
-share/doc/HTML/en/kdelibs/kdeui/KQuickHelp_Token.html
-share/doc/HTML/en/kdelibs/kdeui/KQuickTip.html
-share/doc/HTML/en/kdelibs/kdeui/KRadioGroup.html
-share/doc/HTML/en/kdelibs/kdeui/KRestrictedLine.html
-share/doc/HTML/en/kdelibs/kdeui/KRuler.html
-share/doc/HTML/en/kdelibs/kdeui/KSelector.html
-share/doc/HTML/en/kdelibs/kdeui/KSeparator.html
-share/doc/HTML/en/kdelibs/kdeui/KSlider.html
-share/doc/HTML/en/kdelibs/kdeui/KSpinBox.html
-share/doc/HTML/en/kdelibs/kdeui/KSplitList.html
-share/doc/HTML/en/kdelibs/kdeui/KSplitListItem.html
-share/doc/HTML/en/kdelibs/kdeui/KStatusBar.html
-share/doc/HTML/en/kdelibs/kdeui/KStatusBarItem.html
-share/doc/HTML/en/kdelibs/kdeui/KStatusBarLabel.html
-share/doc/HTML/en/kdelibs/kdeui/KTMainWindow.html
-share/doc/HTML/en/kdelibs/kdeui/KTabBar.html
-share/doc/HTML/en/kdelibs/kdeui/KTabButton.html
-share/doc/HTML/en/kdelibs/kdeui/KTabCtl.html
-share/doc/HTML/en/kdelibs/kdeui/KTabListBox.html
-share/doc/HTML/en/kdelibs/kdeui/KTabListBoxColumn.html
-share/doc/HTML/en/kdelibs/kdeui/KTabListBoxItem.html
-share/doc/HTML/en/kdelibs/kdeui/KTabListBoxTable.html
-share/doc/HTML/en/kdelibs/kdeui/KToolBar.html
-share/doc/HTML/en/kdelibs/kdeui/KToolBarButton.html
-share/doc/HTML/en/kdelibs/kdeui/KToolBarItem.html
-share/doc/HTML/en/kdelibs/kdeui/KToolBoxManager.html
-share/doc/HTML/en/kdelibs/kdeui/KTopLevelWidget.html
-share/doc/HTML/en/kdelibs/kdeui/KTreeList.html
-share/doc/HTML/en/kdelibs/kdeui/KTreeListItem.html
-share/doc/HTML/en/kdelibs/kdeui/KURLLabel.html
-share/doc/HTML/en/kdelibs/kdeui/KValueSelector.html
-share/doc/HTML/en/kdelibs/kdeui/KWMModuleApplication.html
-share/doc/HTML/en/kdelibs/kdeui/KWizard.html
-share/doc/HTML/en/kdelibs/kdeui/KWizardPage.html
-share/doc/HTML/en/kdelibs/kdeui/KXYSelector.html
-share/doc/HTML/en/kdelibs/kdeui/_menuBar.html
-share/doc/HTML/en/kdelibs/kdeui/header-list.html
-share/doc/HTML/en/kdelibs/kdeui/hier.html
-share/doc/HTML/en/kdelibs/kdeui/index.html
-share/doc/HTML/en/kdelibs/kdeui/kbutton-h.html
-share/doc/HTML/en/kdelibs/kdeui/kbuttonbox-h.html
-share/doc/HTML/en/kdelibs/kdeui/kcolorbtn-h.html
-share/doc/HTML/en/kdelibs/kdeui/kcolordlg-h.html
-share/doc/HTML/en/kdelibs/kdeui/kcombo-h.html
-share/doc/HTML/en/kdelibs/kdeui/kcontainer-h.html
-share/doc/HTML/en/kdelibs/kdeui/kcontrol-h.html
-share/doc/HTML/en/kdelibs/kdeui/kcursor-h.html
-share/doc/HTML/en/kdelibs/kdeui/kdatepik-h.html
-share/doc/HTML/en/kdelibs/kdeui/kdatetbl-h.html
-share/doc/HTML/en/kdelibs/kdeui/kdbtn-h.html
-share/doc/HTML/en/kdelibs/kdeui/keditcl-h.html
-share/doc/HTML/en/kdelibs/kdeui/kfontdialog-h.html
-share/doc/HTML/en/kdelibs/kdeui/kiconloaderdialog-h.html
-share/doc/HTML/en/kdelibs/kdeui/kintegerline-h.html
-share/doc/HTML/en/kdelibs/kdeui/kkeydialog-h.html
-share/doc/HTML/en/kdelibs/kdeui/kled-h.html
-share/doc/HTML/en/kdelibs/kdeui/kledlamp-h.html
-share/doc/HTML/en/kdelibs/kdeui/klined-h.html
-share/doc/HTML/en/kdelibs/kdeui/kmenubar-h.html
-share/doc/HTML/en/kdelibs/kdeui/kmsgbox-h.html
-share/doc/HTML/en/kdelibs/kdeui/knewpanner-h.html
-share/doc/HTML/en/kdelibs/kdeui/knotebook-h.html
-share/doc/HTML/en/kdelibs/kdeui/kpanner-h.html
-share/doc/HTML/en/kdelibs/kdeui/kpopmenu-h.html
-share/doc/HTML/en/kdelibs/kdeui/kprogress-h.html
-share/doc/HTML/en/kdelibs/kdeui/kquickhelp-h.html
-share/doc/HTML/en/kdelibs/kdeui/krestrictedline-h.html
-share/doc/HTML/en/kdelibs/kdeui/kruler-h.html
-share/doc/HTML/en/kdelibs/kdeui/kselect-h.html
-share/doc/HTML/en/kdelibs/kdeui/kseparator-h.html
-share/doc/HTML/en/kdelibs/kdeui/kslider-h.html
-share/doc/HTML/en/kdelibs/kdeui/kspinbox-h.html
-share/doc/HTML/en/kdelibs/kdeui/kstatusbar-h.html
-share/doc/HTML/en/kdelibs/kdeui/ktabbar-h.html
-share/doc/HTML/en/kdelibs/kdeui/ktabctl-h.html
-share/doc/HTML/en/kdelibs/kdeui/ktablistbox-h.html
-share/doc/HTML/en/kdelibs/kdeui/ktmainwindow-h.html
-share/doc/HTML/en/kdelibs/kdeui/ktoolbar-h.html
-share/doc/HTML/en/kdelibs/kdeui/ktoolboxmgr-h.html
-share/doc/HTML/en/kdelibs/kdeui/ktopwidget-h.html
-share/doc/HTML/en/kdelibs/kdeui/ktreelist-h.html
-share/doc/HTML/en/kdelibs/kdeui/kurllabel-h.html
-share/doc/HTML/en/kdelibs/kdeui/kwizard-h.html
-share/doc/HTML/en/kdelibs/kdeui/kwmmapp-h.html
-share/doc/HTML/en/kdelibs/kdeutils/KAudio.html
-share/doc/HTML/en/kdelibs/kdeutils/chunk-h.html
-share/doc/HTML/en/kdelibs/kdeutils/header-list.html
-share/doc/HTML/en/kdelibs/kdeutils/hier.html
-share/doc/HTML/en/kdelibs/kdeutils/index.html
-share/doc/HTML/en/kdelibs/kdeutils/kaudio-h.html
-share/doc/HTML/en/kdelibs/kdeutils/mediatool-h.html
-share/doc/HTML/en/kdelibs/kdeutils/playlist-h.html
-share/doc/HTML/en/kdelibs/kdoc-reference/jscript.kdoc
-share/doc/HTML/en/kdelibs/kdoc-reference/kab.kdoc
-share/doc/HTML/en/kdelibs/kdoc-reference/kdecore.kdoc
-share/doc/HTML/en/kdelibs/kdoc-reference/kdeui.kdoc
-share/doc/HTML/en/kdelibs/kdoc-reference/kdeutils.kdoc
-share/doc/HTML/en/kdelibs/kdoc-reference/kfile.kdoc
-share/doc/HTML/en/kdelibs/kdoc-reference/kfmlib.kdoc
-share/doc/HTML/en/kdelibs/kdoc-reference/khtmlw.kdoc
-share/doc/HTML/en/kdelibs/kdoc-reference/kimgio.kdoc
-share/doc/HTML/en/kdelibs/kdoc-reference/kio.kdoc
-share/doc/HTML/en/kdelibs/kdoc-reference/kspell.kdoc
-share/doc/HTML/en/kdelibs/kdoc-reference/mediatool.kdoc
-share/doc/HTML/en/kdelibs/kdoc-reference/qt.kdoc
-share/doc/HTML/en/kdelibs/kfile/BMToken.html
-share/doc/HTML/en/kdelibs/kfile/BookmarkTokenizer.html
-share/doc/HTML/en/kdelibs/kfile/KCombiView.html
-share/doc/HTML/en/kdelibs/kfile/KDir.html
-share/doc/HTML/en/kdelibs/kfile/KDirDialog.html
-share/doc/HTML/en/kdelibs/kfile/KDirListBox.html
-share/doc/HTML/en/kdelibs/kfile/KFileBaseDialog.html
-share/doc/HTML/en/kdelibs/kfile/KFileBookmark.html
-share/doc/HTML/en/kdelibs/kfile/KFileBookmarkManager.html
-share/doc/HTML/en/kdelibs/kfile/KFileDetailList.html
-share/doc/HTML/en/kdelibs/kfile/KFileDialog.html
-share/doc/HTML/en/kdelibs/kfile/KFileDialogConfigure.html
-share/doc/HTML/en/kdelibs/kfile/KFileDialogConfigureDlg.html
-share/doc/HTML/en/kdelibs/kfile/KFileFilter.html
-share/doc/HTML/en/kdelibs/kfile/KFileInfo.html
-share/doc/HTML/en/kdelibs/kfile/KFileInfoContents.html
-share/doc/HTML/en/kdelibs/kfile/KFileInfoContentsSignaler.html
-share/doc/HTML/en/kdelibs/kfile/KFilePreview.html
-share/doc/HTML/en/kdelibs/kfile/KFilePreviewDialog.html
-share/doc/HTML/en/kdelibs/kfile/KFileSimpleView.html
-share/doc/HTML/en/kdelibs/kfile/KPreview.html
-share/doc/HTML/en/kdelibs/kfile/KRemoteFile.html
-share/doc/HTML/en/kdelibs/kfile/booktoken-h.html
-share/doc/HTML/en/kdelibs/kfile/config--gkfile-h.html
-share/doc/HTML/en/kdelibs/kfile/header-list.html
-share/doc/HTML/en/kdelibs/kfile/hier.html
-share/doc/HTML/en/kdelibs/kfile/index.html
-share/doc/HTML/en/kdelibs/kfile/kcombiview-h.html
-share/doc/HTML/en/kdelibs/kfile/kdir-h.html
-share/doc/HTML/en/kdelibs/kfile/kdirlistbox-h.html
-share/doc/HTML/en/kdelibs/kfile/kfilebookmark-h.html
-share/doc/HTML/en/kdelibs/kfile/kfiledetaillist-h.html
-share/doc/HTML/en/kdelibs/kfile/kfiledialog-h.html
-share/doc/HTML/en/kdelibs/kfile/kfiledialogconf-h.html
-share/doc/HTML/en/kdelibs/kfile/kfilefilter-h.html
-share/doc/HTML/en/kdelibs/kfile/kfileinfo-h.html
-share/doc/HTML/en/kdelibs/kfile/kfileinfocontents-h.html
-share/doc/HTML/en/kdelibs/kfile/kfilepreview-h.html
-share/doc/HTML/en/kdelibs/kfile/kfilesimpleview-h.html
-share/doc/HTML/en/kdelibs/kfile/kpreview-h.html
-share/doc/HTML/en/kdelibs/kfile/kremotefile-h.html
-share/doc/HTML/en/kdelibs/kfile/xview-h.html
-share/doc/HTML/en/kdelibs/kfmlib/DlgLocation.html
-share/doc/HTML/en/kdelibs/kfmlib/KDirEntry.html
-share/doc/HTML/en/kdelibs/kfmlib/KFM.html
-share/doc/HTML/en/kdelibs/kfmlib/KfmIpc.html
-share/doc/HTML/en/kdelibs/kfmlib/charList.html
-share/doc/HTML/en/kdelibs/kfmlib/doubleList.html
-share/doc/HTML/en/kdelibs/kfmlib/header-list.html
-share/doc/HTML/en/kdelibs/kfmlib/hier.html
-share/doc/HTML/en/kdelibs/kfmlib/index.html
-share/doc/HTML/en/kdelibs/kfmlib/intList.html
-share/doc/HTML/en/kdelibs/kfmlib/kfm-h.html
-share/doc/HTML/en/kdelibs/kfmlib/kfmclient_ipc-h.html
-share/doc/HTML/en/kdelibs/kfmlib/kfmipc-h.html
-share/doc/HTML/en/kdelibs/kfmlib/stringList.html
-share/doc/HTML/en/kdelibs/khtmlw/BlockingToken.html
-share/doc/HTML/en/kdelibs/khtmlw/FrameLayout.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLAnchor.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLArea.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLBullet.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLButton.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLCachedImage.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLCell.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLCellInfo.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLChain.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLCheckBox.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLClue.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLClueAligned.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLClueFlow.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLClueH.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLClueV.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLElement.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLFont.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLFontManager.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLForm.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLFramePanner.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLFrameSet.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLHSpace.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLHidden.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLImage.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLImageInput.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLImageMap.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLInput.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLIterator.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLLinkText.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLLinkTextMaster.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLListIterator.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLMap.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLObject.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLPendingFile.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLRadio.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLReset.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLRule.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLSelect.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLSettings.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLSubmit.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLTable.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLTableCell.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLTableIterator.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLText.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLTextArea.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLTextInput.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLTextMaster.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLTextSlave.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLTokenBuffer.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLTokenizer.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLVSpace.html
-share/doc/HTML/en/kdelibs/khtmlw/HTMLWidgetElement.html
-share/doc/HTML/en/kdelibs/khtmlw/JSDocumentObject.html
-share/doc/HTML/en/kdelibs/khtmlw/JSDocumentWriteFunction.html
-share/doc/HTML/en/kdelibs/khtmlw/JSEnvironment.html
-share/doc/HTML/en/kdelibs/khtmlw/JSEventHandler.html
-share/doc/HTML/en/kdelibs/khtmlw/JSWindowArrayObject.html
-share/doc/HTML/en/kdelibs/khtmlw/JSWindowObject.html
-share/doc/HTML/en/kdelibs/khtmlw/JSWindowVarObject.html
-share/doc/HTML/en/kdelibs/khtmlw/KHTMLView.html
-share/doc/HTML/en/kdelibs/khtmlw/KHTMLWidget.html
-share/doc/HTML/en/kdelibs/khtmlw/SavedPage.html
-share/doc/HTML/en/kdelibs/khtmlw/StringTokenizer.html
-share/doc/HTML/en/kdelibs/khtmlw/header-list.html
-share/doc/HTML/en/kdelibs/khtmlw/hier.html
-share/doc/HTML/en/kdelibs/khtmlw/html-h.html
-share/doc/HTML/en/kdelibs/khtmlw/htmlchain-h.html
-share/doc/HTML/en/kdelibs/khtmlw/htmlclue-h.html
-share/doc/HTML/en/kdelibs/khtmlw/htmldata-h.html
-share/doc/HTML/en/kdelibs/khtmlw/htmlfont-h.html
-share/doc/HTML/en/kdelibs/khtmlw/htmlform-h.html
-share/doc/HTML/en/kdelibs/khtmlw/htmlframe-h.html
-share/doc/HTML/en/kdelibs/khtmlw/htmliter-h.html
-share/doc/HTML/en/kdelibs/khtmlw/htmlobj-h.html
-share/doc/HTML/en/kdelibs/khtmlw/htmltable-h.html
-share/doc/HTML/en/kdelibs/khtmlw/htmltoken-h.html
-share/doc/HTML/en/kdelibs/khtmlw/htmlview-h.html
-share/doc/HTML/en/kdelibs/khtmlw/index.html
-share/doc/HTML/en/kdelibs/khtmlw/jscript-h.html
-share/doc/HTML/en/kdelibs/kimgio/eps-h.html
-share/doc/HTML/en/kdelibs/kimgio/header-list.html
-share/doc/HTML/en/kdelibs/kimgio/hier.html
-share/doc/HTML/en/kdelibs/kimgio/index.html
-share/doc/HTML/en/kdelibs/kimgio/jpeg-h.html
-share/doc/HTML/en/kdelibs/kimgio/kimgio-h.html
-share/doc/HTML/en/kdelibs/kimgio/netpbm-h.html
-share/doc/HTML/en/kdelibs/kimgio/pngr-h.html
-share/doc/HTML/en/kdelibs/kimgio/tiffr-h.html
-share/doc/HTML/en/kdelibs/kimgio/xview-h.html
-share/doc/HTML/en/kdelibs/kio/KButton.html
-share/doc/HTML/en/kdelibs/kio/KButtonBox.html
-share/doc/HTML/en/kdelibs/kio/KButtonBoxItem.html
-share/doc/HTML/en/kdelibs/kio/KColorButton.html
-share/doc/HTML/en/kdelibs/kio/KColorCells.html
-share/doc/HTML/en/kdelibs/kio/KColorCombo.html
-share/doc/HTML/en/kdelibs/kio/KColorDialog.html
-share/doc/HTML/en/kdelibs/kio/KColorPatch.html
-share/doc/HTML/en/kdelibs/kio/KCombo.html
-share/doc/HTML/en/kdelibs/kio/KConfigWidget.html
-share/doc/HTML/en/kdelibs/kio/KContainerLayout.html
-share/doc/HTML/en/kdelibs/kio/KContainerLayoutItem.html
-share/doc/HTML/en/kdelibs/kio/KControlApplication.html
-share/doc/HTML/en/kdelibs/kio/KControlDialog.html
-share/doc/HTML/en/kdelibs/kio/KCursor.html
-share/doc/HTML/en/kdelibs/kio/KDatePicker.html
-share/doc/HTML/en/kdelibs/kio/KDateTable.html
-share/doc/HTML/en/kdelibs/kio/KDialog.html
-share/doc/HTML/en/kdelibs/kio/KDirectionButton.html
-share/doc/HTML/en/kdelibs/kio/KEdGotoLine.html
-share/doc/HTML/en/kdelibs/kio/KEdReplace.html
-share/doc/HTML/en/kdelibs/kio/KEdSrch.html
-share/doc/HTML/en/kdelibs/kio/KEdit.html
-share/doc/HTML/en/kdelibs/kio/KFontDialog.html
-share/doc/HTML/en/kdelibs/kio/KGradientSelector.html
-share/doc/HTML/en/kdelibs/kio/KHSSelector.html
-share/doc/HTML/en/kdelibs/kio/KIconLoaderButton.html
-share/doc/HTML/en/kdelibs/kio/KIconLoaderCanvas.html
-share/doc/HTML/en/kdelibs/kio/KIconLoaderDialog.html
-share/doc/HTML/en/kdelibs/kio/KIntLineEdit.html
-share/doc/HTML/en/kdelibs/kio/KIntegerLine.html
-share/doc/HTML/en/kdelibs/kio/KItemSearchInfo.html
-share/doc/HTML/en/kdelibs/kio/KKeyButton.html
-share/doc/HTML/en/kdelibs/kio/KKeyChooser.html
-share/doc/HTML/en/kdelibs/kio/KKeyDialog.html
-share/doc/HTML/en/kdelibs/kio/KLed.html
-share/doc/HTML/en/kdelibs/kio/KLedLamp.html
-share/doc/HTML/en/kdelibs/kio/KLined.html
-share/doc/HTML/en/kdelibs/kio/KListSpinBox.html
-share/doc/HTML/en/kdelibs/kio/KMenuBar.html
-share/doc/HTML/en/kdelibs/kio/KMsgBox.html
-share/doc/HTML/en/kdelibs/kio/KNewPanner.html
-share/doc/HTML/en/kdelibs/kio/KNoteBook.html
-share/doc/HTML/en/kdelibs/kio/KNumCheckButton.html
-share/doc/HTML/en/kdelibs/kio/KNumericSpinBox.html
-share/doc/HTML/en/kdelibs/kio/KPanner.html
-share/doc/HTML/en/kdelibs/kio/KPopupMenu.html
-share/doc/HTML/en/kdelibs/kio/KProgress.html
-share/doc/HTML/en/kdelibs/kio/KQuickHelp.html
-share/doc/HTML/en/kdelibs/kio/KQuickHelpWindow.html
-share/doc/HTML/en/kdelibs/kio/KQuickHelp_Link.html
-share/doc/HTML/en/kdelibs/kio/KQuickHelp_Token.html
-share/doc/HTML/en/kdelibs/kio/KQuickTip.html
-share/doc/HTML/en/kdelibs/kio/KRadioGroup.html
-share/doc/HTML/en/kdelibs/kio/KRestrictedLine.html
-share/doc/HTML/en/kdelibs/kio/KRuler.html
-share/doc/HTML/en/kdelibs/kio/KSelector.html
-share/doc/HTML/en/kdelibs/kio/KSeparator.html
-share/doc/HTML/en/kdelibs/kio/KSlider.html
-share/doc/HTML/en/kdelibs/kio/KSpinBox.html
-share/doc/HTML/en/kdelibs/kio/KSplitList.html
-share/doc/HTML/en/kdelibs/kio/KSplitListItem.html
-share/doc/HTML/en/kdelibs/kio/KStatusBar.html
-share/doc/HTML/en/kdelibs/kio/KStatusBarItem.html
-share/doc/HTML/en/kdelibs/kio/KStatusBarLabel.html
-share/doc/HTML/en/kdelibs/kio/KTMainWindow.html
-share/doc/HTML/en/kdelibs/kio/KTabBar.html
-share/doc/HTML/en/kdelibs/kio/KTabButton.html
-share/doc/HTML/en/kdelibs/kio/KTabCtl.html
-share/doc/HTML/en/kdelibs/kio/KTabListBox.html
-share/doc/HTML/en/kdelibs/kio/KTabListBoxColumn.html
-share/doc/HTML/en/kdelibs/kio/KTabListBoxItem.html
-share/doc/HTML/en/kdelibs/kio/KTabListBoxTable.html
-share/doc/HTML/en/kdelibs/kio/KToolBar.html
-share/doc/HTML/en/kdelibs/kio/KToolBarButton.html
-share/doc/HTML/en/kdelibs/kio/KToolBarItem.html
-share/doc/HTML/en/kdelibs/kio/KToolBoxManager.html
-share/doc/HTML/en/kdelibs/kio/KTopLevelWidget.html
-share/doc/HTML/en/kdelibs/kio/KTreeList.html
-share/doc/HTML/en/kdelibs/kio/KTreeListItem.html
-share/doc/HTML/en/kdelibs/kio/KURLLabel.html
-share/doc/HTML/en/kdelibs/kio/KValueSelector.html
-share/doc/HTML/en/kdelibs/kio/KWMModuleApplication.html
-share/doc/HTML/en/kdelibs/kio/KWizard.html
-share/doc/HTML/en/kdelibs/kio/KWizardPage.html
-share/doc/HTML/en/kdelibs/kio/KXYSelector.html
-share/doc/HTML/en/kdelibs/kio/_menuBar.html
-share/doc/HTML/en/kdelibs/kio/header-list.html
-share/doc/HTML/en/kdelibs/kio/hier.html
-share/doc/HTML/en/kdelibs/kio/index.html
-share/doc/HTML/en/kdelibs/kio/kbutton-h.html
-share/doc/HTML/en/kdelibs/kio/kbuttonbox-h.html
-share/doc/HTML/en/kdelibs/kio/kcolorbtn-h.html
-share/doc/HTML/en/kdelibs/kio/kcolordlg-h.html
-share/doc/HTML/en/kdelibs/kio/kcombo-h.html
-share/doc/HTML/en/kdelibs/kio/kcontainer-h.html
-share/doc/HTML/en/kdelibs/kio/kcontrol-h.html
-share/doc/HTML/en/kdelibs/kio/kcursor-h.html
-share/doc/HTML/en/kdelibs/kio/kdatepik-h.html
-share/doc/HTML/en/kdelibs/kio/kdatetbl-h.html
-share/doc/HTML/en/kdelibs/kio/kdbtn-h.html
-share/doc/HTML/en/kdelibs/kio/keditcl-h.html
-share/doc/HTML/en/kdelibs/kio/kfontdialog-h.html
-share/doc/HTML/en/kdelibs/kio/kiconloaderdialog-h.html
-share/doc/HTML/en/kdelibs/kio/kintegerline-h.html
-share/doc/HTML/en/kdelibs/kio/kkeydialog-h.html
-share/doc/HTML/en/kdelibs/kio/kled-h.html
-share/doc/HTML/en/kdelibs/kio/kledlamp-h.html
-share/doc/HTML/en/kdelibs/kio/klined-h.html
-share/doc/HTML/en/kdelibs/kio/kmenubar-h.html
-share/doc/HTML/en/kdelibs/kio/kmsgbox-h.html
-share/doc/HTML/en/kdelibs/kio/knewpanner-h.html
-share/doc/HTML/en/kdelibs/kio/knotebook-h.html
-share/doc/HTML/en/kdelibs/kio/kpanner-h.html
-share/doc/HTML/en/kdelibs/kio/kpopmenu-h.html
-share/doc/HTML/en/kdelibs/kio/kprogress-h.html
-share/doc/HTML/en/kdelibs/kio/kquickhelp-h.html
-share/doc/HTML/en/kdelibs/kio/krestrictedline-h.html
-share/doc/HTML/en/kdelibs/kio/kruler-h.html
-share/doc/HTML/en/kdelibs/kio/kselect-h.html
-share/doc/HTML/en/kdelibs/kio/kseparator-h.html
-share/doc/HTML/en/kdelibs/kio/kslider-h.html
-share/doc/HTML/en/kdelibs/kio/kspinbox-h.html
-share/doc/HTML/en/kdelibs/kio/kstatusbar-h.html
-share/doc/HTML/en/kdelibs/kio/ktabbar-h.html
-share/doc/HTML/en/kdelibs/kio/ktabctl-h.html
-share/doc/HTML/en/kdelibs/kio/ktablistbox-h.html
-share/doc/HTML/en/kdelibs/kio/ktmainwindow-h.html
-share/doc/HTML/en/kdelibs/kio/ktoolbar-h.html
-share/doc/HTML/en/kdelibs/kio/ktoolboxmgr-h.html
-share/doc/HTML/en/kdelibs/kio/ktopwidget-h.html
-share/doc/HTML/en/kdelibs/kio/ktreelist-h.html
-share/doc/HTML/en/kdelibs/kio/kurllabel-h.html
-share/doc/HTML/en/kdelibs/kio/kwizard-h.html
-share/doc/HTML/en/kdelibs/kio/kwmmapp-h.html
-share/doc/HTML/en/kdelibs/kspell/KProcIO.html
-share/doc/HTML/en/kdelibs/kspell/KSpell.html
-share/doc/HTML/en/kdelibs/kspell/KSpellConfig.html
-share/doc/HTML/en/kdelibs/kspell/KSpellDlg.html
-share/doc/HTML/en/kdelibs/kspell/header-list.html
-share/doc/HTML/en/kdelibs/kspell/hier.html
-share/doc/HTML/en/kdelibs/kspell/index.html
-share/doc/HTML/en/kdelibs/kspell/kprocio-h.html
-share/doc/HTML/en/kdelibs/kspell/ksconfig-h.html
-share/doc/HTML/en/kdelibs/kspell/kspell-h.html
-share/doc/HTML/en/kdelibs/kspell/kspelldlg-h.html
-share/doc/HTML/en/kdelibs/kspell/version-h.html
-share/doc/HTML/en/kdelibs/mediatool/KAudio.html
-share/doc/HTML/en/kdelibs/mediatool/chunk-h.html
-share/doc/HTML/en/kdelibs/mediatool/header-list.html
-share/doc/HTML/en/kdelibs/mediatool/hier.html
-share/doc/HTML/en/kdelibs/mediatool/index.html
-share/doc/HTML/en/kdelibs/mediatool/kaudio-h.html
-share/doc/HTML/en/kdelibs/mediatool/mediatool-h.html
-share/doc/HTML/en/kdelibs/mediatool/playlist-h.html
-@dirrm share/doc/HTML/en/kdelibs/mediatool
-@dirrm share/doc/HTML/en/kdelibs/kspell
-@dirrm share/doc/HTML/en/kdelibs/kio
-@dirrm share/doc/HTML/en/kdelibs/kimgio
-@dirrm share/doc/HTML/en/kdelibs/khtmlw
-@dirrm share/doc/HTML/en/kdelibs/kfmlib
-@dirrm share/doc/HTML/en/kdelibs/kfile
-@dirrm share/doc/HTML/en/kdelibs/kdoc-reference
-@dirrm share/doc/HTML/en/kdelibs/kdeutils
-@dirrm share/doc/HTML/en/kdelibs/kdeui
-@dirrm share/doc/HTML/en/kdelibs/kdecore
-@dirrm share/doc/HTML/en/kdelibs/kab
-@dirrm share/doc/HTML/en/kdelibs/jscript
diff --git a/devel/kpp/Makefile b/devel/kpp/Makefile
deleted file mode 100644
index c19d87c1fe06..000000000000
--- a/devel/kpp/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: kpp
-# Date created: 19 Nov 1999
-# Whom: Will Andrews <andrews@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kpp
-PORTVERSION= 0.16d
-CATEGORIES= devel
-MASTER_SITES= http://www.msoe.edu/~geiseri/files/
-
-MAINTAINER= ports@FreeBSD.org
-
-USE_KDELIBS_VER=1
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--datadir=${PREFIX}
-CONFIGURE_ENV= KDEDIR="${PREFIX}"
-
-.include <bsd.port.mk>
diff --git a/devel/kpp/distinfo b/devel/kpp/distinfo
deleted file mode 100644
index a433ba35e2cc..000000000000
--- a/devel/kpp/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (kpp-0.16d.tar.gz) = 21c30f81b64afb3762979400e31ebc14
diff --git a/devel/kpp/files/patch-aa b/devel/kpp/files/patch-aa
deleted file mode 100644
index 2ceb9c2a3ab5..000000000000
--- a/devel/kpp/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- po/Makefile.in Fri Nov 19 01:42:00 1999
-+++ po/Makefile.in.new Sun Nov 21 19:30:52 1999
-@@ -158,7 +158,7 @@
- POFILES = de.po
-
- ####### kdevelop will overwrite this part!!! (end)############
--GMOFILES = $(POFILES:.po=.gmo)
-+#GMOFILES = $(POFILES:.po=.gmo)
-
- localedir = $(kde_locale)
-
diff --git a/devel/kpp/pkg-comment b/devel/kpp/pkg-comment
deleted file mode 100644
index 25e2724c9fad..000000000000
--- a/devel/kpp/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-KDevelop Project to SPEC file converter
diff --git a/devel/kpp/pkg-descr b/devel/kpp/pkg-descr
deleted file mode 100644
index 944d5da03db5..000000000000
--- a/devel/kpp/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Kpp is a KDevelop Project to SPEC converter.
-
-WWW: http://www.msoe.edu/~geiseri/projects.phtml?project=Kpp
diff --git a/devel/kpp/pkg-plist b/devel/kpp/pkg-plist
deleted file mode 100644
index 2b3c81f9c1c4..000000000000
--- a/devel/kpp/pkg-plist
+++ /dev/null
@@ -1,15 +0,0 @@
-bin/kpp
-share/applnk/Development/kpp.kdelnk
-share/apps/kpp/spec.template_amedit
-share/apps/kpp/spec.template_autoconf
-share/config/kpprc
-share/doc/HTML/en/kpp/index.html
-share/doc/HTML/en/kpp/index-1.html
-share/doc/HTML/en/kpp/index-2.html
-share/doc/HTML/en/kpp/index-3.html
-share/doc/HTML/en/kpp/index-4.html
-share/doc/HTML/en/kpp/index-5.html
-share/icons/kpp.xpm
-share/icons/mini/kpp.xpm
-@dirrm share/apps/kpp
-@dirrm share/doc/HTML/en/kpp
diff --git a/devel/ktranslator/Makefile b/devel/ktranslator/Makefile
deleted file mode 100644
index 83bae18d19c9..000000000000
--- a/devel/ktranslator/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: ktranslator
-# Date created: 23 May 1998
-# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ktranslator
-PORTVERSION= 0.6.1
-PORTREVISION= 1
-CATEGORIES= devel kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= Attic/old/1.1.2/apps/utils
-
-MAINTAINER= ports@FreeBSD.org
-
-BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
-
-USE_KDELIBS_VER=1
-USE_GMAKE= yes
-USE_AUTOMAKE= yes
-CONFIGURE_ENV= QTDIR="${X11BASE}" KDEDIR="${LOCALBASE}"
-CONFIGURE_ARGS= --with-extra-includes=${LOCALBASE}/include
-
-post-patch:
- @cd ${WRKSRC} && aclocal
-
-.include <bsd.port.mk>
diff --git a/devel/ktranslator/distinfo b/devel/ktranslator/distinfo
deleted file mode 100644
index 84272a3d3c41..000000000000
--- a/devel/ktranslator/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ktranslator-0.6.1.tar.gz) = bb86548f6d84bf21394e04dd40f5a7b3
diff --git a/devel/ktranslator/files/patch-ac b/devel/ktranslator/files/patch-ac
deleted file mode 100644
index f0d8cd9ce3c7..000000000000
--- a/devel/ktranslator/files/patch-ac
+++ /dev/null
@@ -1,39 +0,0 @@
---- acinclude.m4.orig Mon Nov 9 09:34:11 1998
-+++ acinclude.m4 Tue Jan 23 21:44:18 2001
-@@ -944,36 +944,6 @@
- LIBS="$ac_libs_safe"
- ])
-
--AC_DEFUN(AC_FIND_GIF,
-- [AC_MSG_CHECKING([for giflib])
--AC_CACHE_VAL(ac_cv_lib_gif,
--[ac_save_LIBS="$LIBS"
--LIBS="$all_libraries -lgif -lX11 $LIBSOCKET"
--AC_TRY_LINK(dnl
--[
--#ifdef __cplusplus
--extern "C" {
--#endif
--int GifLastError(void);
--#ifdef __cplusplus
--}
--#endif
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--],
-- [return GifLastError();],
-- eval "ac_cv_lib_gif=yes",
-- eval "ac_cv_lib_gif=no")
--LIBS="$ac_save_LIBS"
--])dnl
--if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then
-- AC_MSG_RESULT(yes)
-- AC_DEFINE_UNQUOTED(HAVE_LIBGIF)
--else
-- AC_MSG_ERROR(You need giflib23. Please install the kdesupport package)
--fi
--])
--
- AC_DEFUN(AC_FIND_JPEG,
- [AC_MSG_CHECKING([for jpeglib])
- AC_CACHE_VAL(ac_cv_lib_jpeg,
diff --git a/devel/ktranslator/files/patch-ad b/devel/ktranslator/files/patch-ad
deleted file mode 100644
index d0827effba0e..000000000000
--- a/devel/ktranslator/files/patch-ad
+++ /dev/null
@@ -1,29 +0,0 @@
---- ktranslator/TranslData.cpp.orig Thu Dec 30 20:41:01 1999
-+++ ktranslator/TranslData.cpp Sat Jan 27 03:29:09 2001
-@@ -916,7 +916,7 @@
- int TranslData::msgListTranslation(QString s,int fla=0)
- {
- static QFile *mlf=0;
-- static open=false;
-+ static bool open=false;
- if(open) return -2;
- open=true;
- stopSearch=false;
-@@ -1886,7 +1886,7 @@
- } while(n>0);
- // s.simplifyWhiteSpace();
- // warning(s);
-- spell->check(s);
-+ spell->check(s.data());
- }
-
- void TranslData::spellready(KSpell *)
-@@ -1912,7 +1912,7 @@
- this, SLOT (spelldone(char *)));
-
- spell->setProgressResolution (2);
-- //spell->check (text().data());
-+ //spell->check (text().ascii());
- spellnext();
- }
- else
diff --git a/devel/ktranslator/pkg-comment b/devel/ktranslator/pkg-comment
deleted file mode 100644
index dd5e49244813..000000000000
--- a/devel/ktranslator/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A powerful utility for kde translators
diff --git a/devel/ktranslator/pkg-descr b/devel/ktranslator/pkg-descr
deleted file mode 100644
index 946fb49ea1c1..000000000000
--- a/devel/ktranslator/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-KTranslator is a very very very very very very very powerful utlity for
-KDE translators.
-
-You can read a .pot file and, using old translated files, you can easly
-translat it.
-
-You should set KDEDIR, for example
-% setenv KDEDIR /usr/local
-
-WWW: http://www.geocities.com/bilibao/
diff --git a/devel/ktranslator/pkg-plist b/devel/ktranslator/pkg-plist
deleted file mode 100644
index 96ab7dcafdf0..000000000000
--- a/devel/ktranslator/pkg-plist
+++ /dev/null
@@ -1,26 +0,0 @@
-bin/ktranslator
-share/applnk/Development/ktranslator.kdelnk
-share/apps/ktranslator/about.gif
-share/config/ktranslatorrc
-share/doc/HTML/en/ktranslator/index-1.html
-share/doc/HTML/en/ktranslator/index-2.html
-share/doc/HTML/en/ktranslator/index-3.html
-share/doc/HTML/en/ktranslator/index-4.html
-share/doc/HTML/en/ktranslator/index-5.html
-share/doc/HTML/en/ktranslator/index-6.html
-share/doc/HTML/en/ktranslator/index.html
-share/icons/ktranslator.xpm
-share/icons/mini/mini-cross.xpm
-share/icons/mini/mini-exclam.xpm
-share/icons/mini/mini-exp.xpm
-share/locale/it/LC_MESSAGES/ktranslator.mo
-share/locale/ko/LC_MESSAGES/ktranslator.mo
-share/toolbar/copy-string.xpm
-share/toolbar/cvs.xpm
-share/toolbar/header.xpm
-share/toolbar/mosearch.xpm
-share/toolbar/next-fuzzy.xpm
-share/toolbar/posearch.xpm
-share/toolbar/prev-fuzzy.xpm
-@dirrm share/apps/ktranslator
-@dirrm share/doc/HTML/en/ktranslator
diff --git a/devel/mico/Makefile b/devel/mico/Makefile
deleted file mode 100644
index e70681f6deea..000000000000
--- a/devel/mico/Makefile
+++ /dev/null
@@ -1,74 +0,0 @@
-# New ports collection makefile for: mico
-# Date created: 11 July 1998
-# Whom: Marc G. Fournier <scrappy@freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mico
-PORTVERSION= 2.3.1
-CATEGORIES= devel
-MASTER_SITES= http://diamant-atm.vsb.cs.uni-frankfurt.de/~mico/
-
-MAINTAINER= scrappy@freebsd.org
-
-LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82
-
-WRKSRC= ${WRKDIR}/mico
-
-MICOVER= `${ECHO_CMD} ${DISTNAME} | ${SED} 's/mico-//'`
-
-.if defined(QT2)
-USE_QT_VER= 2
-MAKE_ENV= QT_INCLUDES="${X11BASE}/include/qt2" \
- QTVER="2"
-CONFIGURE_ENV= QTVER="2"
-.else
-USE_QT_VER= 1
-MAKE_ENV= QT_INCLUDES="${X11BASE}/include/X11/qt" \
- QTVER=""
-CONFIGURE_ENV= QTVER=""
-.endif
-
-INSTALLS_SHLIB= yes
-USE_NEWGCC= yes
-USE_GMAKE= yes
-USE_GTK= yes
-USE_AUTOCONF= yes
-CONFIGURE_ARGS= --with-qt --with-gtk --with-tcl --disable-mini-stl \
- --enable-static --enable-shared
-
-PLIST_SUB= MICOVER="${MICOVER}"
-
-MAN1= idl.1 imr.1 nsadmin.1
-MAN5= micorc.5
-MAN8= ird.8 micod.8 nsd.8
-
-post-install:
- ${LN} -sf ${PREFIX}/lib/libmico${MICOVER}.so.1 ${PREFIX}/lib/libmico.${MICOVER}.so
- ${LN} -sf ${PREFIX}/lib/libmicoaux${MICOVER}.so.1 ${PREFIX}/lib/libmicoaux.${MICOVER}.so
- ${LN} -sf ${PREFIX}/lib/libmicocoss${MICOVER}.so.1 ${PREFIX}/lib/libmicocoss.${MICOVER}.so
- ${LN} -sf ${PREFIX}/lib/libmicogtk${MICOVER}.so.1 ${PREFIX}/lib/libmicogtk.${MICOVER}.so
- ${LN} -sf ${PREFIX}/lib/libmicoqt${MICOVER}.so.1 ${PREFIX}/lib/libmicoqt.${MICOVER}.so
- ${LN} -sf ${PREFIX}/lib/libmicotcl${MICOVER}.so.1 ${PREFIX}/lib/libmicotcl.${MICOVER}.so
- ${LN} -sf ${PREFIX}/lib/libmicox${MICOVER}.so.1 ${PREFIX}/lib/libmicox.${MICOVER}.so
- @strip ${PREFIX}/bin/containmentd
- @strip ${PREFIX}/bin/eventd
- @strip ${PREFIX}/bin/idl
- @strip ${PREFIX}/bin/imr
- @strip ${PREFIX}/bin/iordump
- @strip ${PREFIX}/bin/ird
- @strip ${PREFIX}/bin/mico-cpp
- @strip ${PREFIX}/bin/micod
- @strip ${PREFIX}/bin/noded
- @strip ${PREFIX}/bin/nsadmin
- @strip ${PREFIX}/bin/nsd
- @strip ${PREFIX}/bin/propertyd
- @strip ${PREFIX}/bin/proxyd
- @strip ${PREFIX}/bin/randomd
- @strip ${PREFIX}/bin/referenced
- @strip ${PREFIX}/bin/timed
- @strip ${PREFIX}/bin/traderd
- @strip ${PREFIX}/bin/traversald
-
-.include <bsd.port.mk>
diff --git a/devel/mico/distinfo b/devel/mico/distinfo
deleted file mode 100644
index 6a3c4f5d8366..000000000000
--- a/devel/mico/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (mico-2.3.1.tar.gz) = 24bafbeec3299ab2ac38150914ee16cc
diff --git a/devel/mico/files/patch-ak b/devel/mico/files/patch-ak
deleted file mode 100644
index cd6c14085f97..000000000000
--- a/devel/mico/files/patch-ak
+++ /dev/null
@@ -1,34 +0,0 @@
---- configure.in.orig Tue Dec 7 00:36:14 1999
-+++ configure.in Mon Jan 10 18:07:54 2000
-@@ -170,7 +170,7 @@
- # extra dirs
- #
-
--wi_EXTRA_DIRS(no, /usr/local /local /user/local /usr/share /opt /opt/local $QTDIR $GTKDIR $TCLDIR $SSLDIR)
-+wi_EXTRA_DIRS(no, /usr/local /local /user/local /usr/share /opt /opt/local /usr/X11R6 $QTDIR $GTKDIR $TCLDIR $SSLDIR, tcl8.2 )
-
- #
- # misc
-@@ -320,7 +320,12 @@
- CONF_OBJ_SIZE_LIMIT=yes
- ;;
- *bsd*)
-- CONF_SOEXT=so.1.0
-+ if test "X$PORTOBJFORMAT" = "Xelf"; then
-+ CONF_SHARED_CC="$CXX -shared -Wl,-x "
-+ CONF_SOEXT=so.1
-+ else
-+ CONF_SOEXT=so.1.0
-+ fi
- ;;
- *cygwin32*)
- have_cdk=yes;
-@@ -600,7 +605,7 @@
-
- if test X"$QTDIR" != X; then
- HAVE_QT=yes
-- AC_PATH_PROG(MOC, moc, no)
-+ AC_PATH_PROG(MOC, moc"$QTVER", no)
- if test X"$MOC" = Xno; then
- AC_MSG_WARN(cannot find moc. QT parts disabled.)
- HAVE_QT=no
diff --git a/devel/mico/files/patch-am b/devel/mico/files/patch-am
deleted file mode 100644
index bc62ab9bab44..000000000000
--- a/devel/mico/files/patch-am
+++ /dev/null
@@ -1,168 +0,0 @@
---- MakeVars.in.orig Wed May 12 18:19:51 1999
-+++ MakeVars.in Wed May 12 18:20:40 1999
-@@ -25,7 +25,7 @@
- exec_prefix = @exec_prefix@
- SRCDIR = @ABSSRCDIR@
- INSTDIR = $(exec_prefix)
--SHARED_INSTDIR = $(prefix)
-+SHARED_INSTDIR = $(prefix)/share
-
-
- HAVE_REPO = @HAVE_REPO@
---- demo/MakeVars.orig Wed May 12 18:32:24 1999
-+++ demo/MakeVars Wed May 12 18:32:47 1999
-@@ -78,14 +78,14 @@
- endif
-
- install:
-- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/$(INSTALL_DIR)
-+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/$(INSTALL_DIR)
- test -z "$(INSTALL_SRCS)" || \
- eval 'for i in $(INSTALL_SRCS); do \
-- $(ISRCCMD) $$i $(INSTDIR)/doc/mico/examples/$(INSTALL_DIR); \
-+ $(ISRCCMD) $$i $(SHARED_INSTDIR)/doc/mico/examples/$(INSTALL_DIR); \
- done'
- test -z "$(INSTALL_SCRIPTS)" || \
- eval 'for i in $(INSTALL_SCRIPTS); do \
-- $(ISCRIPTCMD) $$i $(INSTDIR)/doc/mico/examples/$(INSTALL_DIR); \
-+ $(ISCRIPTCMD) $$i $(SHARED_INSTDIR)/doc/mico/examples/$(INSTALL_DIR); \
- done'
-
- ifeq (.depend, $(wildcard .depend))
---- demo/Makefile.orig Wed May 12 18:29:55 1999
-+++ demo/Makefile Wed May 12 18:30:12 1999
-@@ -64,12 +64,12 @@
- for i in $(DIRS); do $(MAKE) -C $$i clean || exit 1; done
-
- install:
-- $(IDIRCMD) $(INSTDIR)/doc/mico/examples
-+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples
- sed -e s/@MICO_VERSION@/$(VERSION)/g \
- < MakeVars.install > MakeVars.install.ver
-- $(ISRCCMD) MakeVars.install.ver $(INSTDIR)/doc/mico/examples/MakeVars
-+ $(ISRCCMD) MakeVars.install.ver $(SHARED_INSTDIR)/doc/mico/examples/MakeVars
- rm -f MakeVars.install.ver
-- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples
-+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples
- for i in $(INST_DIRS); do $(MAKE) -C $$i install || exit 1; done
-
- install-cd: install
---- demo/interop/Makefile.orig Wed May 12 18:30:42 1999
-+++ demo/interop/Makefile Wed May 12 18:31:17 1999
-@@ -30,7 +30,7 @@
- for i in $(DIRS); do $(MAKE) -C $$i clean || exit 1; done
-
- install:
-- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop
-- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/interop
-- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/interop
-+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop
-+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/interop
-+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/interop
- for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
---- demo/poa/Makefile.orig Wed May 12 18:33:14 1999
-+++ demo/poa/Makefile Wed May 12 18:33:28 1999
-@@ -13,7 +13,7 @@
- rm -f *.o core *~ .depend
-
- install:
-- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/poa
-- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/poa
-- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/poa
-+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/poa
-+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/poa
-+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/poa
- for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
---- demo/redlich/Makefile.orig Wed May 12 18:33:38 1999
-+++ demo/redlich/Makefile Wed May 12 18:33:52 1999
-@@ -33,7 +33,7 @@
- for i in $(DIRS); do $(MAKE) -C $$i clean || exit 1; done
-
- install:
-- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/redlich
-- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/redlich
-- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/redlich
-+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/redlich
-+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/redlich
-+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/redlich
- for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
---- man/Makefile.orig Wed May 12 18:27:23 1999
-+++ man/Makefile Wed May 12 18:27:40 1999
-@@ -26,9 +26,9 @@
-
- install:
- for i in $(DIRS); do \
-- $(IDIRCMD) $(SHARED_INSTDIR)/man/$$i; \
-+ $(IDIRCMD) $(prefix)/man/$$i; \
- for j in $$i/*.[1-9]; do $(IMANCMD) $$j \
-- $(SHARED_INSTDIR)/man/$$i/; done; \
-+ $(prefix)/man/$$i/; done; \
- done
-
- install-cd: install
---- demo/boa/Makefile.orig Mon Sep 27 22:52:48 1999
-+++ demo/boa/Makefile Mon Sep 27 22:53:43 1999
-@@ -31,7 +31,7 @@
- for i in $(DIRS); do $(MAKE) -C $$i clean || exit 1; done
-
- install:
-- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/boa
-- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/boa
-- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/boa
-+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/boa
-+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/boa
-+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/boa
- for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
---- demo/dispatcher/Makefile.orig Mon Sep 27 22:54:58 1999
-+++ demo/dispatcher/Makefile Mon Sep 27 22:55:23 1999
-@@ -27,8 +27,8 @@
- rm -f *.o core *~ .depend
-
- install:
-- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/dispatcher
-- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/dispatcher
-- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/dispatcher
-+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/dispatcher
-+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/dispatcher
-+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/dispatcher
- test -z "$(DIRS)" || \
- eval 'for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done'
---- demo/obv/Makefile.orig Mon Sep 27 22:56:17 1999
-+++ demo/obv/Makefile Mon Sep 27 22:56:39 1999
-@@ -13,7 +13,7 @@
- rm -f *.o core *~ .depend
-
- install:
-- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/obv
-- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/obv
-- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/obv
-+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/obv
-+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/obv
-+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/obv
- for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
---- demo/services/Makefile.orig Mon Sep 27 22:57:19 1999
-+++ demo/services/Makefile Mon Sep 27 22:57:43 1999
-@@ -13,7 +13,7 @@
- rm -f *.o core *~ .depend
-
- install:
-- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/services
-- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/services
-- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/services
-+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/services
-+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/services
-+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/services
- for i in $(DIRS) stream-sound; do $(MAKE) -C $$i install || exit 1; done
---- demo/siegel/Makefile.orig Mon Jan 10 23:43:52 2000
-+++ demo/siegel/Makefile Mon Jan 10 23:44:19 2000
-@@ -33,7 +33,7 @@
- for i in $(DIRS); do $(MAKE) -C $$i clean || exit 1; done
-
- install:
-- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/siegel
-- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/siegel
-- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/siegel
-+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/siegel
-+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/siegel
-+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/siegel
- for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
diff --git a/devel/mico/files/patch-an b/devel/mico/files/patch-an
deleted file mode 100644
index 3c724616d189..000000000000
--- a/devel/mico/files/patch-an
+++ /dev/null
@@ -1,20 +0,0 @@
---- auxdir/Makefile.orig Tue Jul 20 15:57:27 1999
-+++ auxdir/Makefile Mon Jan 10 17:51:58 2000
-@@ -24,7 +24,7 @@
-
- LDLIBS = -lmico$(VERSION) $(CONFLIBS)
- LDFLAGS := -L../orb $(LDFLAGS)
--CXXFLAGS := -I. -I../include $(CXXFLAGS) $(X_CFLAGS)
-+CXXFLAGS := -I. -I../include -I$(QT_INCLUDES) $(CXXFLAGS) $(X_CFLAGS)
-
- AUX_SRCS=dynany_impl.cc
- STATIC_AUX_OBJS = $(AUX_SRCS:.cc=.o)
-@@ -119,7 +119,7 @@
- endif
- rm -f $@
- $(LDSO) -o libmicoqt$(VERSION) $(SHARED_QT_OBJS) \
-- $(PURE_LDFLAGS) -lqt -lX11 -L../libs -lmico$(VERSION)
-+ $(PURE_LDFLAGS) -lqt$(QTVER) -lX11 -L../libs -lmico$(VERSION)
- $(IDIRCMD) ../libs
- cd ../libs; rm -f $@; ln -f -s ../auxdir/$@ .
-
diff --git a/devel/mico/files/patch-ao b/devel/mico/files/patch-ao
deleted file mode 100644
index 3cd1d0986826..000000000000
--- a/devel/mico/files/patch-ao
+++ /dev/null
@@ -1,19 +0,0 @@
---- admin/mico-shld.def.in.orig Mon Jul 26 20:44:44 1999
-+++ admin/mico-shld.def.in Mon Sep 27 23:32:57 1999
-@@ -50,10 +50,15 @@
- outfile=` echo "$outfile" | sed -e 's/\.o$//' `'.@SOEXT@'
-
- ldcmd="@SHARED_CC@ @PICFLAGS@ @LDSOFLAGS@ @DLFLAGS@ $libdirs @LDFLAGS@ -o $outfile \
-- $args" # @LIBS@
-+-Wl,-soname,$outfile $args" # @LIBS@
-
- echo "$ldcmd"
- eval "$ldcmd" || exit
-+
-+symlink=` echo "$outfile" | sed 's/\.[1234567890]$//' `
-+
-+lncmd="ln -s $outfile $symlink"
-+eval "$lncmd" || exit
-
- # for HP-UX
- chmod 555 "$outfile"
diff --git a/devel/mico/files/patch-ap b/devel/mico/files/patch-ap
deleted file mode 100644
index be39d860d053..000000000000
--- a/devel/mico/files/patch-ap
+++ /dev/null
@@ -1,11 +0,0 @@
---- coss/time/Makefile.orig Mon Sep 27 00:12:40 1999
-+++ coss/time/Makefile Mon Sep 27 00:12:55 1999
-@@ -22,7 +22,7 @@
-
- include ../../MakeVars
-
--LDLIBS = -lmicocoss$(VERSION) -lmico$(VERSION) $(CONFLIBS)
-+LDLIBS = -lmicocoss$(VERSION) -lmico$(VERSION) $(CONFLIBS) -lcompat
- LDFLAGS := -L.. -L.. -L../../orb $(LDFLAGS)
- CXXFLAGS := -I. -I../../include $(CXXFLAGS) $(EHFLAGS)
- IDLFLAGS := -I../../include --poa --no-boa --relative-paths
diff --git a/devel/mico/files/patch-aq b/devel/mico/files/patch-aq
deleted file mode 100644
index f1a0116c9e69..000000000000
--- a/devel/mico/files/patch-aq
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.orig Fri Dec 3 14:35:16 1999
-+++ Makefile Fri Dec 3 14:36:14 1999
-@@ -62,7 +62,6 @@
- $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico; \
- $(IMANCMD) doc/doc.ps $(SHARED_INSTDIR)/doc/mico/manual.ps; \
- fi
-- -ldconfig
-
- install-cd:
- for i in $(INSTALLDIRS); do $(MAKE) -C $$i install-cd || exit 1; done
diff --git a/devel/mico/files/patch-ar b/devel/mico/files/patch-ar
deleted file mode 100644
index 1fe4b3d14964..000000000000
--- a/devel/mico/files/patch-ar
+++ /dev/null
@@ -1,10 +0,0 @@
---- aclocal.m4.orig Sun Nov 28 00:34:22 1999
-+++ aclocal.m4 Sun Nov 28 00:34:47 1999
-@@ -684,6 +684,7 @@
- AC_TRY_RUN([
- #include <gtk/gtk.h>
- #include <stdio.h>
-+#include <stdlib.h>
-
- int
- main ()
diff --git a/devel/mico/pkg-comment b/devel/mico/pkg-comment
deleted file mode 100644
index 0c6dd3d4d2a7..000000000000
--- a/devel/mico/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A CORBA 2.0 implementation which goal is freely available
diff --git a/devel/mico/pkg-descr b/devel/mico/pkg-descr
deleted file mode 100644
index e5d8ad7e6d8c..000000000000
--- a/devel/mico/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-a CORBA 2.0 implementation which goal is freely available
-
-WWW: http://diamant.vsb.cs.uni-frankfurt.de/~mico/
- http://www.mico.org
diff --git a/devel/mico/pkg-plist b/devel/mico/pkg-plist
deleted file mode 100644
index 02abf5d4097e..000000000000
--- a/devel/mico/pkg-plist
+++ /dev/null
@@ -1,613 +0,0 @@
-bin/containmentd
-bin/eventd
-bin/idl
-bin/imr
-bin/iordump
-bin/ird
-bin/mico-ar
-bin/mico-c++
-bin/mico-cpp
-bin/mico-ld
-bin/mico-shc++
-bin/mico-shld
-bin/micod
-bin/noded
-bin/nsadmin
-bin/nsd
-bin/propertyd
-bin/proxyd
-bin/randomd
-bin/referenced
-bin/timed
-bin/traderd
-bin/traversald
-include/CORBA-SMALL.h
-include/CORBA.h
-include/mico/CosContainment.h
-include/mico/CosContainment.idl
-include/mico/CosContainment_impl.h
-include/mico/CosEventChannelAdmin.h
-include/mico/CosEventChannelAdmin.idl
-include/mico/CosEventComm.h
-include/mico/CosEventComm.idl
-include/mico/CosGraphs.h
-include/mico/CosGraphs.idl
-include/mico/CosGraphsExtension.h
-include/mico/CosGraphsExtension.idl
-include/mico/CosNaming.h
-include/mico/CosNaming.idl
-include/mico/CosObjectIdentity.h
-include/mico/CosObjectIdentity.idl
-include/mico/CosReference.h
-include/mico/CosReference.idl
-include/mico/CosReference_impl.h
-include/mico/CosRelationships.h
-include/mico/CosRelationships.idl
-include/mico/CosTime.h
-include/mico/CosTime.idl
-include/mico/CosTrading.h
-include/mico/CosTrading.idl
-include/mico/CosTradingRepos.h
-include/mico/CosTradingRepos.idl
-include/mico/EdgeIterator_impl.h
-include/mico/GenericCriteriaFactory_impl.h
-include/mico/GraphsRole_impl.h
-include/mico/IdentifiableObject_impl.h
-include/mico/InterfaceDefsHelper.h
-include/mico/NamedRoleTypesHelper.h
-include/mico/NodeFactory_impl.h
-include/mico/Node_impl.h
-include/mico/PropertyService.h
-include/mico/PropertyService.idl
-include/mico/PropertyService_impl.h
-include/mico/RandomGenerator.h
-include/mico/RandomGenerator.idl
-include/mico/RandomGenerator_impl.h
-include/mico/RelationshipFactory_impl.h
-include/mico/RelationshipIterator_impl.h
-include/mico/Relationship_impl.h
-include/mico/RoleFactory_impl.h
-include/mico/Role_impl.h
-include/mico/TraversalCriteria_impl.h
-include/mico/TraversalFactory_impl.h
-include/mico/Traversal_impl.h
-include/mico/address.h
-include/mico/address_impl.h
-include/mico/any.h
-include/mico/array.h
-include/mico/assert.h
-include/mico/basic.h
-include/mico/basic_seq.h
-include/mico/basic_seq.idl
-include/mico/boa.h
-include/mico/boa_impl.h
-include/mico/buffer.h
-include/mico/code_set_registry.h
-include/mico/codec.h
-include/mico/codec_impl.h
-include/mico/codeset.h
-include/mico/codeset_impl.h
-include/mico/config-win32.h
-include/mico/config.h
-include/mico/config.h.in
-include/mico/conv_frame.idl
-include/mico/current.h
-include/mico/current.idl
-include/mico/dii.h
-include/mico/dispatch.h
-include/mico/dsi.h
-include/mico/dynany.h
-include/mico/dynany.idl
-include/mico/dynany_impl.h
-include/mico/except.h
-include/mico/fixed.h
-include/mico/fltkmico.h
-include/mico/gtkmico.h
-include/mico/impl.h
-include/mico/imr.h
-include/mico/imr.idl
-include/mico/imr_impl.h
-include/mico/intercept.h
-include/mico/intercept.idl
-include/mico/iop.h
-include/mico/ioptypes.h
-include/mico/ioptypes.idl
-include/mico/ior.h
-include/mico/ior_impl.h
-include/mico/ir.h
-include/mico/ir.idl
-include/mico/ir_base.h
-include/mico/ir_base.idl
-include/mico/ir_fwd.h
-include/mico/ir_impl.h
-include/mico/lmath.h
-include/mico/magic.h
-include/mico/memtrace.h
-include/mico/native.h
-include/mico/object.h
-include/mico/operators.h
-include/mico/orb.h
-include/mico/orb.idl
-include/mico/orb_excepts.h
-include/mico/orb_excepts.idl
-include/mico/orb_fwd.h
-include/mico/orb_impl.h
-include/mico/os-math.h
-include/mico/os-misc.h
-include/mico/os-net.h
-include/mico/poa.h
-include/mico/poa.idl
-include/mico/poa_base.h
-include/mico/poa_impl.h
-include/mico/poa_stubs.h
-include/mico/policy.h
-include/mico/policy.idl
-include/mico/policy2.h
-include/mico/policy2.idl
-include/mico/policy_impl.h
-include/mico/process.h
-include/mico/process_impl.h
-include/mico/qtmico.h
-include/mico/random.h
-include/mico/random.idl
-include/mico/rtti.h
-include/mico/sequence.h
-include/mico/sequence_special.h
-include/mico/service_info.h
-include/mico/service_info.idl
-include/mico/shlib.h
-include/mico/shlib_impl.h
-include/mico/ssl.h
-include/mico/ssliop.h
-include/mico/ssliop.idl
-include/mico/static-dispatch.h
-include/mico/static.h
-include/mico/stream.h
-include/mico/stream.idl
-include/mico/stream_impl.h
-include/mico/string.h
-include/mico/sysexc.h
-include/mico/tcconst.h
-include/mico/tckind.h
-include/mico/tckind.idl
-include/mico/tclmico.h
-include/mico/template_impl.h
-include/mico/throw.h
-include/mico/transport.h
-include/mico/transport_impl.h
-include/mico/typecode.h
-include/mico/types.h
-include/mico/util.h
-include/mico/value.h
-include/mico/valuetype.h
-include/mico/valuetype.idl
-include/mico/valuetype_impl.h
-include/mico/var.h
-include/mico/version.h
-include/mico/x11.h
-include/ministl/algo.h
-include/ministl/algorithm
-include/ministl/bool.h
-include/ministl/bstring.h
-include/ministl/defalloc.h
-include/ministl/function
-include/ministl/function.h
-include/ministl/list
-include/ministl/list.h
-include/ministl/map
-include/ministl/map.h
-include/ministl/ministl.h
-include/ministl/pair
-include/ministl/pair.h
-include/ministl/set
-include/ministl/set.h
-include/ministl/simplevec.h
-include/ministl/string
-include/ministl/vector
-include/ministl/vector.h
-lib/libmico.%%MICOVER%%.so
-lib/libmico%%MICOVER%%.a
-lib/libmico%%MICOVER%%.so.1
-lib/libmicoaux.%%MICOVER%%.so
-lib/libmicoaux%%MICOVER%%.a
-lib/libmicoaux%%MICOVER%%.so.1
-lib/libmicocoss.%%MICOVER%%.so
-lib/libmicocoss%%MICOVER%%.a
-lib/libmicocoss%%MICOVER%%.so.1
-lib/libmicogtk.%%MICOVER%%.so
-lib/libmicogtk%%MICOVER%%.a
-lib/libmicogtk%%MICOVER%%.so.1
-lib/libmicoqt.%%MICOVER%%.so
-lib/libmicoqt%%MICOVER%%.a
-lib/libmicoqt%%MICOVER%%.so.1
-lib/libmicotcl.%%MICOVER%%.so
-lib/libmicotcl%%MICOVER%%.a
-lib/libmicotcl%%MICOVER%%.so.1
-lib/libmicox.%%MICOVER%%.so
-lib/libmicox%%MICOVER%%.a
-lib/libmicox%%MICOVER%%.so.1
-lib/mico-setup.csh
-lib/mico-setup.sh
-share/doc/mico/examples/MakeVars
-share/doc/mico/examples/README
-share/doc/mico/examples/bench/Makefile
-share/doc/mico/examples/bench/bench
-share/doc/mico/examples/bench/bench.idl
-share/doc/mico/examples/bench/bench_impl.h
-share/doc/mico/examples/bench/client.cc
-share/doc/mico/examples/bench/server.cc
-share/doc/mico/examples/boa/Makefile
-share/doc/mico/examples/boa/README
-share/doc/mico/examples/boa/account/Makefile
-share/doc/mico/examples/boa/account/account.idl
-share/doc/mico/examples/boa/account/main.cc
-share/doc/mico/examples/boa/account2/Makefile
-share/doc/mico/examples/boa/account2/account
-share/doc/mico/examples/boa/account2/account.idl
-share/doc/mico/examples/boa/account2/client.cc
-share/doc/mico/examples/boa/account2/server.cc
-share/doc/mico/examples/boa/account3/Makefile
-share/doc/mico/examples/boa/account3/account
-share/doc/mico/examples/boa/account3/account.idl
-share/doc/mico/examples/boa/account3/client.cc
-share/doc/mico/examples/boa/account3/server.cc
-share/doc/mico/examples/boa/account4/Makefile
-share/doc/mico/examples/boa/account4/account
-share/doc/mico/examples/boa/account4/account.idl
-share/doc/mico/examples/boa/account4/client.cc
-share/doc/mico/examples/boa/account4/server.cc
-share/doc/mico/examples/boa/activate/Makefile
-share/doc/mico/examples/boa/activate/client.cc
-share/doc/mico/examples/boa/activate/hello-permethod
-share/doc/mico/examples/boa/activate/hello-shared
-share/doc/mico/examples/boa/activate/hello-unshared
-share/doc/mico/examples/boa/activate/hello.idl
-share/doc/mico/examples/boa/activate/server.cc
-share/doc/mico/examples/codesets/Makefile
-share/doc/mico/examples/codesets/client.cc
-share/doc/mico/examples/codesets/hello.idl
-share/doc/mico/examples/codesets/runit
-share/doc/mico/examples/codesets/server.cc
-share/doc/mico/examples/dispatcher/Makefile
-share/doc/mico/examples/dispatcher/README
-share/doc/mico/examples/dispatcher/gtkmico/Makefile
-share/doc/mico/examples/dispatcher/gtkmico/README
-share/doc/mico/examples/dispatcher/gtkmico/client.cc
-share/doc/mico/examples/dispatcher/gtkmico/gtkhello
-share/doc/mico/examples/dispatcher/gtkmico/hello.idl
-share/doc/mico/examples/dispatcher/gtkmico/server.cc
-share/doc/mico/examples/dispatcher/qtmico/Makefile
-share/doc/mico/examples/dispatcher/qtmico/README
-share/doc/mico/examples/dispatcher/qtmico/client.cc
-share/doc/mico/examples/dispatcher/qtmico/hello.idl
-share/doc/mico/examples/dispatcher/qtmico/qthello1
-share/doc/mico/examples/dispatcher/qtmico/qthello2
-share/doc/mico/examples/dispatcher/qtmico/server.cc
-share/doc/mico/examples/dispatcher/x11/Makefile
-share/doc/mico/examples/dispatcher/x11/client.cc
-share/doc/mico/examples/dispatcher/x11/hello.idl
-share/doc/mico/examples/dispatcher/x11/server.cc
-share/doc/mico/examples/dispatcher/x11/xhello
-share/doc/mico/examples/dynany/Makefile
-share/doc/mico/examples/dynany/dynany.cc
-share/doc/mico/examples/dynany/dynanytest.cc
-share/doc/mico/examples/dynany/test.idl
-share/doc/mico/examples/henning/README
-share/doc/mico/examples/henning/diffs
-share/doc/mico/examples/interceptor/Makefile
-share/doc/mico/examples/interceptor/client.cc
-share/doc/mico/examples/interceptor/hello.idl
-share/doc/mico/examples/interceptor/runit
-share/doc/mico/examples/interceptor/server.cc
-share/doc/mico/examples/interop/Makefile
-share/doc/mico/examples/interop/README
-share/doc/mico/examples/interop/jacorb/Account.idl
-share/doc/mico/examples/interop/jacorb/Client.java
-share/doc/mico/examples/interop/jacorb/ClientApplet.html.in
-share/doc/mico/examples/interop/jacorb/ClientApplet.java
-share/doc/mico/examples/interop/jacorb/Makefile
-share/doc/mico/examples/interop/jacorb/README
-share/doc/mico/examples/interop/jacorb/Server.java
-share/doc/mico/examples/interop/jacorb/account
-share/doc/mico/examples/interop/jacorb/client.cc
-share/doc/mico/examples/interop/jacorb/run_applet
-share/doc/mico/examples/interop/jacorb/server.cc
-share/doc/mico/examples/interop/jdk/Account.idl
-share/doc/mico/examples/interop/jdk/Client.java
-share/doc/mico/examples/interop/jdk/ClientApplet.html.in
-share/doc/mico/examples/interop/jdk/ClientApplet.java
-share/doc/mico/examples/interop/jdk/Makefile
-share/doc/mico/examples/interop/jdk/README
-share/doc/mico/examples/interop/jdk/account
-share/doc/mico/examples/interop/jdk/main.cc
-share/doc/mico/examples/interop/jdk/run_applet
-share/doc/mico/examples/interop/orbix/Makefile
-share/doc/mico/examples/interop/orbix/README
-share/doc/mico/examples/interop/orbix/grid.idl
-share/doc/mico/examples/interop/orbix/main.cc
-share/doc/mico/examples/interop/visibroker/Account.idl
-share/doc/mico/examples/interop/visibroker/Client.java
-share/doc/mico/examples/interop/visibroker/ClientApplet.html.in
-share/doc/mico/examples/interop/visibroker/ClientApplet.java
-share/doc/mico/examples/interop/visibroker/Makefile
-share/doc/mico/examples/interop/visibroker/README
-share/doc/mico/examples/interop/visibroker/account
-share/doc/mico/examples/interop/visibroker/main.cc
-share/doc/mico/examples/interop/visibroker/run_applet
-share/doc/mico/examples/mcast/Makefile
-share/doc/mico/examples/mcast/client.cc
-share/doc/mico/examples/mcast/hello.idl
-share/doc/mico/examples/mcast/runit
-share/doc/mico/examples/mcast/server.cc
-share/doc/mico/examples/obv/Makefile
-share/doc/mico/examples/obv/README
-share/doc/mico/examples/obv/abstract/Makefile
-share/doc/mico/examples/obv/abstract/README
-share/doc/mico/examples/obv/abstract/abstract
-share/doc/mico/examples/obv/abstract/abstract.idl
-share/doc/mico/examples/obv/abstract/abstract_impl.h
-share/doc/mico/examples/obv/abstract/client.cc
-share/doc/mico/examples/obv/abstract/server.cc
-share/doc/mico/examples/obv/custom/Makefile
-share/doc/mico/examples/obv/custom/README
-share/doc/mico/examples/obv/custom/custom
-share/doc/mico/examples/obv/custom/custom.idl
-share/doc/mico/examples/obv/custom/custom_impl.cc
-share/doc/mico/examples/obv/custom/custom_impl.h
-share/doc/mico/examples/obv/custom/test.cc
-share/doc/mico/examples/obv/date/Makefile
-share/doc/mico/examples/obv/date/calendar.idl
-share/doc/mico/examples/obv/date/client.cc
-share/doc/mico/examples/obv/date/date
-share/doc/mico/examples/obv/date/date.idl
-share/doc/mico/examples/obv/date/date_impl.cc
-share/doc/mico/examples/obv/date/date_impl.h
-share/doc/mico/examples/obv/date/server.cc
-share/doc/mico/examples/obv/tree/Makefile
-share/doc/mico/examples/obv/tree/client.cc
-share/doc/mico/examples/obv/tree/server.cc
-share/doc/mico/examples/obv/tree/tree
-share/doc/mico/examples/obv/tree/tree.idl
-share/doc/mico/examples/obv/tree/tree_impl.cc
-share/doc/mico/examples/obv/tree/tree_impl.h
-share/doc/mico/examples/obv/tricky/Makefile
-share/doc/mico/examples/obv/tricky/client.cc
-share/doc/mico/examples/obv/tricky/server.cc
-share/doc/mico/examples/obv/tricky/tricky
-share/doc/mico/examples/obv/tricky/tricky.idl
-share/doc/mico/examples/obv/tricky/tricky_impl.cc
-share/doc/mico/examples/obv/tricky/tricky_impl.h
-share/doc/mico/examples/poa/Makefile
-share/doc/mico/examples/poa/README
-share/doc/mico/examples/poa/account-1/Makefile
-share/doc/mico/examples/poa/account-1/account
-share/doc/mico/examples/poa/account-1/account.idl
-share/doc/mico/examples/poa/account-1/client.cc
-share/doc/mico/examples/poa/account-1/server.cc
-share/doc/mico/examples/poa/account-2/Makefile
-share/doc/mico/examples/poa/account-2/account
-share/doc/mico/examples/poa/account-2/account.idl
-share/doc/mico/examples/poa/account-2/client.cc
-share/doc/mico/examples/poa/account-2/server.cc
-share/doc/mico/examples/poa/account-3/Makefile
-share/doc/mico/examples/poa/account-3/account
-share/doc/mico/examples/poa/account-3/account.idl
-share/doc/mico/examples/poa/account-3/client.cc
-share/doc/mico/examples/poa/account-3/server.cc
-share/doc/mico/examples/poa/hello-1/Makefile
-share/doc/mico/examples/poa/hello-1/client.cc
-share/doc/mico/examples/poa/hello-1/hello
-share/doc/mico/examples/poa/hello-1/hello.idl
-share/doc/mico/examples/poa/hello-1/server.cc
-share/doc/mico/examples/poa/hello-2/Makefile
-share/doc/mico/examples/poa/hello-2/client.cc
-share/doc/mico/examples/poa/hello-2/hello
-share/doc/mico/examples/poa/hello-2/hello.idl
-share/doc/mico/examples/poa/hello-2/server.cc
-share/doc/mico/examples/poa/inherit/Makefile
-share/doc/mico/examples/poa/inherit/client.cc
-share/doc/mico/examples/poa/inherit/inherit
-share/doc/mico/examples/poa/inherit/inherit.idl
-share/doc/mico/examples/poa/inherit/server.cc
-share/doc/mico/examples/random/Makefile
-share/doc/mico/examples/random/client.cc
-share/doc/mico/examples/random/random.idl
-share/doc/mico/examples/redlich/Calc-1/Makefile
-share/doc/mico/examples/redlich/Calc-1/calc.idl
-share/doc/mico/examples/redlich/Calc-1/client.cc
-share/doc/mico/examples/redlich/Calc-1/server.cc
-share/doc/mico/examples/redlich/Calc-2/Makefile
-share/doc/mico/examples/redlich/Calc-2/calc.idl
-share/doc/mico/examples/redlich/Calc-2/client.cc
-share/doc/mico/examples/redlich/Calc-2/server.cc
-share/doc/mico/examples/redlich/Calc-3/Makefile
-share/doc/mico/examples/redlich/Calc-3/calc.idl
-share/doc/mico/examples/redlich/Calc-3/client.cc
-share/doc/mico/examples/redlich/Calc-3/server.cc
-share/doc/mico/examples/redlich/Calc-4/Makefile
-share/doc/mico/examples/redlich/Calc-4/calc.idl
-share/doc/mico/examples/redlich/Calc-4/client.cc
-share/doc/mico/examples/redlich/Calc-4/server.cc
-share/doc/mico/examples/redlich/Hello-1/Makefile
-share/doc/mico/examples/redlich/Hello-1/client.cc
-share/doc/mico/examples/redlich/Hello-1/server.cc
-share/doc/mico/examples/redlich/Hello-1/tty.idl
-share/doc/mico/examples/redlich/Hello-2/Makefile
-share/doc/mico/examples/redlich/Hello-2/client.cc
-share/doc/mico/examples/redlich/Hello-2/server.cc
-share/doc/mico/examples/redlich/Hello-2/tty.idl
-share/doc/mico/examples/redlich/Hello-3/Makefile
-share/doc/mico/examples/redlich/Hello-3/client.cc
-share/doc/mico/examples/redlich/Hello-3/server.cc
-share/doc/mico/examples/redlich/Hello-3/tty.idl
-share/doc/mico/examples/redlich/Hello-3/ttyplus.idl
-share/doc/mico/examples/redlich/Hello-4/Makefile
-share/doc/mico/examples/redlich/Hello-4/client.cc
-share/doc/mico/examples/redlich/Hello-4/server.cc
-share/doc/mico/examples/redlich/Hello-4/tty.idl
-share/doc/mico/examples/redlich/Hello-4/ttyplus.idl
-share/doc/mico/examples/redlich/Makefile
-share/doc/mico/examples/redlich/README
-share/doc/mico/examples/services/Makefile
-share/doc/mico/examples/services/README
-share/doc/mico/examples/services/events/Makefile
-share/doc/mico/examples/services/events/client.cc
-share/doc/mico/examples/services/events/client2.cc
-share/doc/mico/examples/services/events/runit
-share/doc/mico/examples/services/events/server.cc
-share/doc/mico/examples/services/events/server2.cc
-share/doc/mico/examples/services/events/server3.cc
-share/doc/mico/examples/services/naming/Makefile
-share/doc/mico/examples/services/naming/account.idl
-share/doc/mico/examples/services/naming/account_test
-share/doc/mico/examples/services/naming/client.cc
-share/doc/mico/examples/services/naming/server.cc
-share/doc/mico/examples/services/property-daemon/Makefile
-share/doc/mico/examples/services/property-daemon/README
-share/doc/mico/examples/services/property-daemon/bank.idl
-share/doc/mico/examples/services/property-daemon/get_properties.cc
-share/doc/mico/examples/services/property-daemon/set_properties.cc
-share/doc/mico/examples/services/property-daemon/start_demo
-share/doc/mico/examples/services/relship/Documents.idl
-share/doc/mico/examples/services/relship/DocumentsServer.cc
-share/doc/mico/examples/services/relship/Documents_impl.cc
-share/doc/mico/examples/services/relship/Documents_impl.h
-share/doc/mico/examples/services/relship/Makefile
-share/doc/mico/examples/services/relship/README
-share/doc/mico/examples/services/relship/Test.idl
-share/doc/mico/examples/services/relship/TestServer.cc
-share/doc/mico/examples/services/relship/Test_impl.cc
-share/doc/mico/examples/services/relship/Test_impl.h
-share/doc/mico/examples/services/relship/daemons-start
-share/doc/mico/examples/services/relship/daemons-stop
-share/doc/mico/examples/services/relship/rundemo
-share/doc/mico/examples/services/relship/servers-start
-share/doc/mico/examples/services/relship/simple-test.cc
-share/doc/mico/examples/services/relship/stop-servers
-share/doc/mico/examples/services/relship/test
-share/doc/mico/examples/services/stream-bench/Makefile
-share/doc/mico/examples/services/stream-bench/bench
-share/doc/mico/examples/services/stream-bench/req.idl
-share/doc/mico/examples/services/stream-bench/req_client.cc
-share/doc/mico/examples/services/stream-bench/req_server.cc
-share/doc/mico/examples/services/stream-bench/stream_client.cc
-share/doc/mico/examples/services/stream-bench/stream_server.cc
-share/doc/mico/examples/services/stream-sound/Makefile
-share/doc/mico/examples/services/stream-sound/client.cc
-share/doc/mico/examples/services/stream-sound/server.cc
-share/doc/mico/examples/services/stream-sound/sound.h
-share/doc/mico/examples/services/trader/Makefile
-share/doc/mico/examples/services/trader/demo.idl
-share/doc/mico/examples/services/trader/main.cc
-share/doc/mico/examples/services/trader/run
-share/doc/mico/examples/shlib/Makefile
-share/doc/mico/examples/shlib/client.cc
-share/doc/mico/examples/shlib/hello
-share/doc/mico/examples/shlib/hello.idl
-share/doc/mico/examples/shlib/server.cc
-share/doc/mico/examples/siegel/Makefile
-share/doc/mico/examples/siegel/README
-share/doc/mico/examples/siegel/central/DepotData.cc
-share/doc/mico/examples/siegel/central/DepotData.h
-share/doc/mico/examples/siegel/central/DepotImpl.cc
-share/doc/mico/examples/siegel/central/DepotImpl.h
-share/doc/mico/examples/siegel/central/Makefile
-share/doc/mico/examples/siegel/central/TreeNode.h
-share/doc/mico/examples/siegel/central/depot.dat
-share/doc/mico/examples/siegel/central/depot_server.cc
-share/doc/mico/examples/siegel/idl/Central.idl
-share/doc/mico/examples/siegel/idl/Makefile
-share/doc/mico/examples/siegel/idl/POS.idl
-share/doc/mico/examples/siegel/idl/Store.idl
-share/doc/mico/examples/siegel/pos/InputMediaImpl.cc
-share/doc/mico/examples/siegel/pos/InputMediaImpl.h
-share/doc/mico/examples/siegel/pos/Makefile
-share/doc/mico/examples/siegel/pos/OutputMediaImpl.cc
-share/doc/mico/examples/siegel/pos/OutputMediaImpl.h
-share/doc/mico/examples/siegel/pos/POSTerminalImpl.cc
-share/doc/mico/examples/siegel/pos/POSTerminalImpl.h
-share/doc/mico/examples/siegel/pos/POS_Client.cc
-share/doc/mico/examples/siegel/pos/POS_Server.cc
-share/doc/mico/examples/siegel/primer_utils/Makefile
-share/doc/mico/examples/siegel/primer_utils/NsPublisher.cc
-share/doc/mico/examples/siegel/primer_utils/NsPublisher.h
-share/doc/mico/examples/siegel/store/Makefile
-share/doc/mico/examples/siegel/store/StoreAccessImpl.cc
-share/doc/mico/examples/siegel/store/StoreAccessImpl.h
-share/doc/mico/examples/siegel/store/StoreImpl.cc
-share/doc/mico/examples/siegel/store/StoreImpl.h
-share/doc/mico/examples/siegel/store/TaxImpl.cc
-share/doc/mico/examples/siegel/store/TaxImpl.h
-share/doc/mico/examples/siegel/store/store_server.cc
-share/doc/mico/examples/ssl/Makefile
-share/doc/mico/examples/ssl/cert.pem
-share/doc/mico/examples/ssl/client.cc
-share/doc/mico/examples/ssl/hello.idl
-share/doc/mico/examples/ssl/key.pem
-share/doc/mico/examples/ssl/server.cc
-share/doc/mico/examples/ssl/ssl
-share/doc/mico/manual.ps
-@dirrm share/doc/mico/examples/ssl
-@dirrm share/doc/mico/examples/siegel/store
-@dirrm share/doc/mico/examples/siegel/primer_utils
-@dirrm share/doc/mico/examples/siegel/pos
-@dirrm share/doc/mico/examples/siegel/idl
-@dirrm share/doc/mico/examples/siegel/central
-@dirrm share/doc/mico/examples/siegel
-@dirrm share/doc/mico/examples/shlib
-@dirrm share/doc/mico/examples/services/trader
-@dirrm share/doc/mico/examples/services/stream-sound
-@dirrm share/doc/mico/examples/services/stream-bench
-@dirrm share/doc/mico/examples/services/relship
-@dirrm share/doc/mico/examples/services/property-daemon
-@dirrm share/doc/mico/examples/services/naming
-@dirrm share/doc/mico/examples/services/events
-@dirrm share/doc/mico/examples/services
-@dirrm share/doc/mico/examples/redlich/Hello-4
-@dirrm share/doc/mico/examples/redlich/Hello-3
-@dirrm share/doc/mico/examples/redlich/Hello-2
-@dirrm share/doc/mico/examples/redlich/Hello-1
-@dirrm share/doc/mico/examples/redlich/Calc-4
-@dirrm share/doc/mico/examples/redlich/Calc-3
-@dirrm share/doc/mico/examples/redlich/Calc-2
-@dirrm share/doc/mico/examples/redlich/Calc-1
-@dirrm share/doc/mico/examples/redlich
-@dirrm share/doc/mico/examples/random
-@dirrm share/doc/mico/examples/poa/inherit
-@dirrm share/doc/mico/examples/poa/hello-2
-@dirrm share/doc/mico/examples/poa/hello-1
-@dirrm share/doc/mico/examples/poa/account-3
-@dirrm share/doc/mico/examples/poa/account-2
-@dirrm share/doc/mico/examples/poa/account-1
-@dirrm share/doc/mico/examples/poa
-@dirrm share/doc/mico/examples/obv/tricky
-@dirrm share/doc/mico/examples/obv/tree
-@dirrm share/doc/mico/examples/obv/date
-@dirrm share/doc/mico/examples/obv/custom
-@dirrm share/doc/mico/examples/obv/abstract
-@dirrm share/doc/mico/examples/obv
-@dirrm share/doc/mico/examples/mcast
-@dirrm share/doc/mico/examples/interop/visibroker
-@dirrm share/doc/mico/examples/interop/orbix
-@dirrm share/doc/mico/examples/interop/jdk
-@dirrm share/doc/mico/examples/interop/jacorb
-@dirrm share/doc/mico/examples/interop
-@dirrm share/doc/mico/examples/interceptor
-@dirrm share/doc/mico/examples/henning
-@dirrm share/doc/mico/examples/dynany
-@dirrm share/doc/mico/examples/dispatcher/x11
-@dirrm share/doc/mico/examples/dispatcher/qtmico
-@dirrm share/doc/mico/examples/dispatcher/gtkmico
-@dirrm share/doc/mico/examples/dispatcher
-@dirrm share/doc/mico/examples/codesets
-@dirrm share/doc/mico/examples/boa/activate
-@dirrm share/doc/mico/examples/boa/account4
-@dirrm share/doc/mico/examples/boa/account3
-@dirrm share/doc/mico/examples/boa/account2
-@dirrm share/doc/mico/examples/boa/account
-@dirrm share/doc/mico/examples/boa
-@dirrm share/doc/mico/examples/bench
-@dirrm share/doc/mico/examples
-@dirrm share/doc/mico
-@dirrm include/ministl
-@dirrm include/mico
diff --git a/devel/qtarch/Makefile b/devel/qtarch/Makefile
deleted file mode 100644
index b5cd729a4e72..000000000000
--- a/devel/qtarch/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: qtarch
-# Date created: 17 Oct 1998
-# Whom: Frank Gruender
-#
-# $FreeBSD$
-#
-
-PORTNAME= qtarch
-PORTVERSION= 1.4.4
-CATEGORIES= devel
-MASTER_SITES= ftp://qtarch.sourceforge.net/pub/qtarch/
-DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
-
-MAINTAINER= elwood@mc5sys.in-berlin.de
-
-USE_KDELIBS_VER=1
-USE_GMAKE= yes
-USE_XLIB= yes
-WRKSRC= ${WRKDIR}/qtarch-1.4
-MAKE_ENV= BUILD_RELEASE=yes
-
-.include <bsd.port.mk>
diff --git a/devel/qtarch/distinfo b/devel/qtarch/distinfo
deleted file mode 100644
index 2afdff12f3fc..000000000000
--- a/devel/qtarch/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (qtarch-1.4-4.tar.gz) = 177c9a3f9a7da7d693f0646c23a699b7
diff --git a/devel/qtarch/files/patch-aa b/devel/qtarch/files/patch-aa
deleted file mode 100644
index 826434423d99..000000000000
--- a/devel/qtarch/files/patch-aa
+++ /dev/null
@@ -1,83 +0,0 @@
---- Makefile.orig Sun Apr 4 01:59:09 1999
-+++ Makefile Sat May 8 00:50:27 1999
-@@ -128,6 +128,7 @@
- ModulesPrefPage.moc.o
-
- TARGET = qtarch
-+INSTALLDIR = ${PREFIX}
-
-
- include Makefile.common
-@@ -160,7 +161,8 @@
- @echo
- @echo "Linking $(TARGET)"
- @$(CC) $(OBJECTS) $(OBJMETA) -o $(TARGET) $(LFLAGS)
--
-+ @echo
-+ @$(MAKE) -C module/kde
-
- efence: $(OBJECTS) $(OBJMETA)
- efence: bmp_d prop_d widget_d layout_d pixmap_d
-@@ -208,3 +210,5 @@
- doc:
- @$(MAKE) -C doc doc
-
-+
-+include Makefile.install
---- Makefile.common.orig Sat Apr 3 23:31:22 1999
-+++ Makefile.common Sat May 8 00:55:23 1999
-@@ -5,10 +5,10 @@
- #endif
-
- ifndef QTDIR
--QTDIR = /usr/local/lib/qt
-+QTDIR = ${X11BASE}
- endif
-
--INCDIR = -I$(QTDIR)/include -I$(TOPDIR)
-+INCDIR = -I$(QTDIR)/include/X11/qt -I$(TOPDIR)
- #CFLAGS = -O2 -fno-strength-reduce -W -Wtemplate-debugging -Wparentheses \
- # -Wuninitialized -Wchar-subscripts -Wformat -Wtrigraphs -Wcomment \
- # -Wswitch -Wunused -Wreturn-type -Wimplicit -Wpointer-arith -Wsynth \
-@@ -26,9 +26,9 @@
- bmp/libbmp.a \
- layout/liblayout.a \
- pixmap/libpixmap.a \
-- -lfl -lqt -lstdc++ -ldl -rdynamic
-+ -lfl -lqt -lstdc++ -lX11 -lm -rdynamic
- ARFLAGS = -crs
--CC = g++
-+CC = $(CXX)
- AR = ar
- FLEX = flex
- MAKE = gmake
---- bmp/Makefile.orig Fri Jan 29 04:41:35 1999
-+++ bmp/Makefile Sat May 8 00:50:27 1999
-@@ -85,7 +85,7 @@
- include ../Makefile.common
-
- qembed: qembed.o
-- $(CC) qembed.o -o qembed -L$(QTDIR)/lib -lqt
-+ $(CC) qembed.o -o qembed -L$(QTDIR)/lib -lqt -lX11
-
- $(BMPSOURCE): $(BMPS) qembed
- ./qembed $(BMPHEADER) $(BMPSOURCE) $(BMPS)
---- module/kde/Makefile.orig Sun Apr 4 06:03:24 1999
-+++ module/kde/Makefile Sat May 8 01:01:42 1999
-@@ -1,4 +1,4 @@
--INCDIR = -I$(QTDIR)/include -I../.. -I/opt/kde/include
-+INCDIR = -I$(X11BASE)/include/X11/qt -I../.. -I$(PREFIX)/include
-
- ifdef BUILD_RELEASE
- CFLAGS = -O2 -fno-strength-reduce -Wall -W -pipe -fPIC
-@@ -6,8 +6,8 @@
- CFLAGS = -g -Wall -W -pipe -fPIC
- endif
-
--LDFLAGS = -g -shared -L$(QTDIR)/lib -L/opt/kde/lib -lqt -lkdecore -lkdeui
--CC = g++
-+LDFLAGS = -g -shared -L$(X11BASE)/lib -L$(PREFIX)/lib -lqt -lkdecore -lkdeui
-+CC = $(CXX)
- MOC = moc
- QTARCHBIN = ../../qtarch
-
diff --git a/devel/qtarch/pkg-comment b/devel/qtarch/pkg-comment
deleted file mode 100644
index 46b163604ed1..000000000000
--- a/devel/qtarch/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Qt Architect (formerly known as the Qt Dialog Editor or dlgedit)
diff --git a/devel/qtarch/pkg-descr b/devel/qtarch/pkg-descr
deleted file mode 100644
index d47b325c12c2..000000000000
--- a/devel/qtarch/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Qt Architect is a graphical dialog editor for the Qt widget set.
-It allows for the graphical creation and placement of widgets onto a
-dialog. Various properties for the widget can also be set. Widgets
-may be mapped to variables so that you can control them once the
-dialog is launched. After the dialog is created on the screen, the
-files for the dialog are created.
-
-qtarch version 1.4-4 contains a QtArch widget module for KDE 1.1.
-
-WWW: http://qtarch.sourceforge.net/
diff --git a/devel/qtarch/pkg-plist b/devel/qtarch/pkg-plist
deleted file mode 100644
index 2f566bda7602..000000000000
--- a/devel/qtarch/pkg-plist
+++ /dev/null
@@ -1,72 +0,0 @@
-bin/qtarch
-lib/KDEModule.so
-lib/qtarch/COPYING
-lib/qtarch/DlgEdit.Template.Makefile
-lib/qtarch/README
-lib/qtarch/TODO
-lib/qtarch/dlgUpdate.pl
-lib/qtarch/doc/AlignBottom.ps
-lib/qtarch/doc/AlignLeft.ps
-lib/qtarch/doc/AlignRight.ps
-lib/qtarch/doc/AlignTop.ps
-lib/qtarch/doc/BoxLayout.ps
-lib/qtarch/doc/DlgProperties.gif
-lib/qtarch/doc/DlgProperties.ps
-lib/qtarch/doc/DrawCircle.ps
-lib/qtarch/doc/DrawFill.ps
-lib/qtarch/doc/DrawLine.ps
-lib/qtarch/doc/DrawPixel.ps
-lib/qtarch/doc/DrawRect.ps
-lib/qtarch/doc/Editor.gif
-lib/qtarch/doc/Editor.ps
-lib/qtarch/doc/FirstDialog.gif
-lib/qtarch/doc/FirstDialog.ps
-lib/qtarch/doc/Generate.ps
-lib/qtarch/doc/GenerateDialog.ps
-lib/qtarch/doc/GenerateFiles.gif
-lib/qtarch/doc/GenerateFiles.ps
-lib/qtarch/doc/GridLayout.ps
-lib/qtarch/doc/Makefile
-lib/qtarch/doc/NewDialog.ps
-lib/qtarch/doc/NewPixmap.ps
-lib/qtarch/doc/NewProject.ps
-lib/qtarch/doc/ProjectFolded.ps
-lib/qtarch/doc/ProjectUnfolded.ps
-lib/qtarch/doc/PushButton.ps
-lib/qtarch/doc/PushButtonProp.gif
-lib/qtarch/doc/PushButtonProp.ps
-lib/qtarch/doc/QtArch.ps
-lib/qtarch/doc/QtArch.tex
-lib/qtarch/doc/SigSlot.gif
-lib/qtarch/doc/SigSlot.ps
-lib/qtarch/doc/SizeHV.ps
-lib/qtarch/doc/SizeHoriz.ps
-lib/qtarch/doc/SizeVertical.ps
-lib/qtarch/doc/ToBeSaved.ps
-lib/qtarch/doc/boxLayout.ps
-lib/qtarch/doc/qtarch.gif
-lib/qtarch/doc/qtarch.ps
-lib/qtarch/help/index.html
-lib/qtarch/help/widget-Button.html
-lib/qtarch/help/widget-ButtonGroup.html
-lib/qtarch/help/widget-CheckBox.html
-lib/qtarch/help/widget-ComboBox.html
-lib/qtarch/help/widget-Frame.html
-lib/qtarch/help/widget-GroupBox.html
-lib/qtarch/help/widget-LCDNumber.html
-lib/qtarch/help/widget-Label.html
-lib/qtarch/help/widget-LineEdit.html
-lib/qtarch/help/widget-ListBox.html
-lib/qtarch/help/widget-MultiLineEdit.html
-lib/qtarch/help/widget-PushButton.html
-lib/qtarch/help/widget-RadioButton.html
-lib/qtarch/help/widget-ScrollBar.html
-lib/qtarch/help/widget-Slider.html
-lib/qtarch/help/widget-User.html
-lib/qtarch/help/widget-creation.html
-lib/qtarch/help/widget-layout.html
-lib/qtarch/help/widget-properties.html
-lib/qtarch/help/window-properties.html
-@dirrm lib/qtarch/doc
-@dirrm lib/qtarch/help
-@dirrm lib/qtarch