Date: Mon, 28 Feb 2000 00:06:37 -0500 (EST) From: Will Andrews <andrews@technologist.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: imura@FreeBSD.ORG Subject: ports/17034: update port: devel/kdevelop: 1.0 -> 1.1 Message-ID: <20000228050637.191BC1902@shadow.blackdawn.com>
next in thread | raw e-mail | index | archive | help
>Number: 17034 >Category: ports >Synopsis: update port: devel/kdevelop: 1.0 -> 1.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 27 21:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.4-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sun Jan 23 13:41:02 EST 2000 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: Upgrade devel/kdevelop to new version (kdevelop 1.1 final). Changes to port: 1) Remove invalid MASTER_SITE and add new ones. 2) Move USE_OPTIONAL_RUNDEPENDS around. 3) Allow changing the shlib number on libldkgloader (new library). 4) General Makefile cleanups. 5) Sort pkg/PLIST. Add new entries. 6) Removed 2 obsolete patches (-aa,-ae), added one (-af). I suppose I should've uuencoded this since it's so big. :-) CC to R. Imura for his reference. He will probably leech some of the upgrade information for his kdevelop-i18n off this PR. ;-) >How-To-Repeat: Use the patch below to fix the current port. >Fix: Index: Makefile =================================================================== RCS file: /extra/cvsroot/ports/devel/kdevelop/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 2000/02/24 14:07:21 1.3 +++ Makefile 2000/02/28 05:01:21 @@ -1,49 +1,60 @@ # New ports collection makefile for: kdevelop -# Version required: 1.0 (final) +# Version required: 1.1 (final) # Date created: 12 Aug 1999 # Whom: Will Andrews <andrews@technologist.com> # # $FreeBSD: ports/devel/kdevelop/Makefile,v 1.3 2000/02/24 14:07:21 imura Exp $ # -DISTNAME= kdevelop-1.0 +DISTNAME= kdevelop-1.1 CATEGORIES= devel MASTER_SITES= ftp://fara.cs.uni-potsdam.de/pub/kdevelop/ \ ftp://129.187.206.68/pub/unix/ide/KDevelop/ \ ftp://ftp.bawue.de/pub/unix/KDevelop/ \ ftp://ftp.chg.ru/pub/X11/kdevelop/ \ - ftp://ftp.weltopia.com/pub/kdevelop/ \ ftp://gd.tuwien.ac.at/hci/KDevelop/ \ - ftp://altair.dhs.org/pub/kdevelop/ + ftp://altair.dhs.org/pub/kdevelop/ \ + ftp://apcs.shellx.org/pub/KDevelop/ \ + ftp://ftp.mpg.goe.ni.schule.de/pub/linux/ide/KDevelop/ MAINTAINER= andrews@technologist.com LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11 RUN_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf +.if defined(USE_OPTIONAL_DEPENDS) +RUN_DEPENDS+= automake:${PORTSDIR}/devel/automake \ + kdbg:${PORTSDIR}/devel/kdbg \ + ktranslator:${PORTSDIR}/devel/ktranslator \ + glimpse:${PORTSDIR}/textproc/glimpse \ + a2ps:${PORTSDIR}/print/a2ps43-letter +.endif GNU_CONFIGURE= yes +#USE_LIBTOOL= yes USE_GMAKE= yes -USE_NEWGCC= yes USE_QT= yes -MAKE_ENV= CXX="${CXX}" -CONFIGURE_ENV= CXX="${CXX}" QTINC=${X11BASE}/include/X11/ \ - QTLIB=${X11BASE} -CONFIGURE_ARGS= --prefix=${LOCALBASE} \ - --with-qtdoc-dir=${X11BASE}/share/doc/qt/html +MAKE_ENV+= CXX="${CXX}" SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" +CONFIGURE_ENV+= CXX="${CXX}" QTINC=${X11BASE}/include/X11/ QTLIB=${X11BASE} +CONFIGURE_ARGS+=--with-qtdoc-dir=${X11BASE}/share/doc/qt/html +SOMAJOR= 1 +SOMINOR= 0 -.if !defined(USE_OPTIONAL_RUNDEPENDS) +.include <bsd.port.pre.mk> + +.if ${PORTOBJFORMAT} == "aout" +LIBVER="${SOMAJOR}.${SOMINOR}" +.else +LIBVER="${SOMAJOR}" +.endif +PLIST_SUB+= LIBVER="${LIBVER}" + pre-patch: +.if !defined(USE_OPTIONAL_RUNDEPENDS) @${ECHO} @${ECHO} "You may define USE_OPTIONAL_RUNDEPENDS (make USE_OPTIONAL_RUNDEPENDS=YES)" @${ECHO} "to automatically build the suggested programs to compliment kdevelop." @${ECHO} - @sleep 3 -.else -RUN_DEPENDS+= automake:${PORTSDIR}/devel/automake \ - kdbg:${PORTSDIR}/devel/kdbg \ - ktranslator:${PORTSDIR}/devel/ktranslator \ - glimpse:${PORTSDIR}/textproc/glimpse \ - a2ps:${PORTSDIR}/print/a2ps43-letter + @sleep 1 .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> Index: files/md5 =================================================================== RCS file: /extra/cvsroot/ports/devel/kdevelop/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- files/md5 2000/02/12 21:50:42 1.1.1.1 +++ files/md5 2000/02/28 01:23:48 @@ -1 +1 @@ -MD5 (kdevelop-1.0.tar.gz) = 90177367981cf9d164f16950ccdebb46 +MD5 (kdevelop-1.1.tar.gz) = 9e3aa056a7ad58f202d59bac378a024a Index: pkg/PLIST =================================================================== RCS file: /extra/cvsroot/ports/devel/kdevelop/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- pkg/PLIST 2000/02/12 21:50:42 1.1.1.1 +++ pkg/PLIST 2000/02/28 02:30:08 @@ -1,6 +1,196 @@ bin/kdevelop -share/doc/HTML/en/kdevelop/addendum/logotp3.png -share/doc/HTML/en/kdevelop/addendum/index.html +include/kdlgloader.h +lib/libkdlgloader.a +lib/libkdlgloader.la +lib/libkdlgloader.so +lib/libkdlgloader.so.%%LIBVER%% +share/applnk/Development/kdevelop-setup.kdelnk +share/applnk/Development/kdevelop.kdelnk +share/apps/kdevelop/examples/kscribble-0.1.tar.gz +share/apps/kdevelop/examples/kscribble-1.0.tar.gz +share/apps/kdevelop/pics/about_logo.bmp +share/apps/kdevelop/pics/customApp.bmp +share/apps/kdevelop/pics/dlg_firstrun.bmp +share/apps/kdevelop/pics/kAppWizard.bmp +share/apps/kdevelop/pics/kdemdi.bmp +share/apps/kdevelop/pics/mini/CTchildren.xpm +share/apps/kdevelop/pics/mini/CTclients.xpm +share/apps/kdevelop/pics/mini/CTparents.xpm +share/apps/kdevelop/pics/mini/CTsuppliers.xpm +share/apps/kdevelop/pics/mini/CTvirtuals.xpm +share/apps/kdevelop/pics/mini/CVclass.xpm +share/apps/kdevelop/pics/mini/CVglobal_meth.xpm +share/apps/kdevelop/pics/mini/CVglobal_var.xpm +share/apps/kdevelop/pics/mini/CVnamespace.xpm +share/apps/kdevelop/pics/mini/CVprivate_meth.xpm +share/apps/kdevelop/pics/mini/CVprivate_signal.xpm +share/apps/kdevelop/pics/mini/CVprivate_slot.xpm +share/apps/kdevelop/pics/mini/CVprivate_var.xpm +share/apps/kdevelop/pics/mini/CVprotected_meth.xpm +share/apps/kdevelop/pics/mini/CVprotected_signal.xpm +share/apps/kdevelop/pics/mini/CVprotected_slot.xpm +share/apps/kdevelop/pics/mini/CVprotected_var.xpm +share/apps/kdevelop/pics/mini/CVpublic_meth.xpm +share/apps/kdevelop/pics/mini/CVpublic_signal.xpm +share/apps/kdevelop/pics/mini/CVpublic_slot.xpm +share/apps/kdevelop/pics/mini/CVpublic_var.xpm +share/apps/kdevelop/pics/mini/CVstruct.xpm +share/apps/kdevelop/pics/mini/inst_file.xpm +share/apps/kdevelop/pics/mini/kdlg_KColorButton.xpm +share/apps/kdevelop/pics/mini/kdlg_KCombo.xpm +share/apps/kdevelop/pics/mini/kdlg_KDatePicker.xpm +share/apps/kdevelop/pics/mini/kdlg_KDateTable.xpm +share/apps/kdevelop/pics/mini/kdlg_KKeyButton.xpm +share/apps/kdevelop/pics/mini/kdlg_KLed.xpm +share/apps/kdevelop/pics/mini/kdlg_KLedLamp.xpm +share/apps/kdevelop/pics/mini/kdlg_KProgress.xpm +share/apps/kdevelop/pics/mini/kdlg_KRestrictedLine.xpm +share/apps/kdevelop/pics/mini/kdlg_KSeparator.xpm +share/apps/kdevelop/pics/mini/kdlg_KTreeList.xpm +share/apps/kdevelop/pics/mini/kdlg_QButtonGroup.xpm +share/apps/kdevelop/pics/mini/kdlg_QCheckBox.xpm +share/apps/kdevelop/pics/mini/kdlg_QComboBox.xpm +share/apps/kdevelop/pics/mini/kdlg_QGroupBox.xpm +share/apps/kdevelop/pics/mini/kdlg_QLCDNumer.xpm +share/apps/kdevelop/pics/mini/kdlg_QLabel.xpm +share/apps/kdevelop/pics/mini/kdlg_QLineEdit.xpm +share/apps/kdevelop/pics/mini/kdlg_QListBox.xpm +share/apps/kdevelop/pics/mini/kdlg_QListView.xpm +share/apps/kdevelop/pics/mini/kdlg_QMultiLineEdit.xpm +share/apps/kdevelop/pics/mini/kdlg_QProgressBar.xpm +share/apps/kdevelop/pics/mini/kdlg_QPushButton.xpm +share/apps/kdevelop/pics/mini/kdlg_QRadioButton.xpm +share/apps/kdevelop/pics/mini/kdlg_QScrollBar.xpm +share/apps/kdevelop/pics/mini/kdlg_QSlider.xpm +share/apps/kdevelop/pics/mini/kdlg_QSpinBox.xpm +share/apps/kdevelop/pics/mini/kdlg_QWidget.xpm +share/apps/kdevelop/pics/miniApp.bmp +share/apps/kdevelop/pics/normalApp.bmp +share/apps/kdevelop/pics/normalOglApp.bmp +share/apps/kdevelop/pics/qextmdi.bmp +share/apps/kdevelop/pics/qtApp.bmp +share/apps/kdevelop/pics/qtmdi.bmp +share/apps/kdevelop/pics/startlogo.bmp +share/apps/kdevelop/pics/terminalApp.bmp +share/apps/kdevelop/pics/tipday.bmp +share/apps/kdevelop/pix/bookmark.xpm +share/apps/kdevelop/pix/breakpoint.xpm +share/apps/kdevelop/pix/breakpoint_bl.xpm +share/apps/kdevelop/pix/breakpoint_gr.xpm +share/apps/kdevelop/pix/ddd.xpm +share/apps/kdevelop/templates/AUTHORS_template +share/apps/kdevelop/templates/COPYING_template +share/apps/kdevelop/templates/ChangeLog_template +share/apps/kdevelop/templates/INSTALL_template +share/apps/kdevelop/templates/README_template +share/apps/kdevelop/templates/TODO_template +share/apps/kdevelop/templates/c.tar.gz +share/apps/kdevelop/templates/cpp.tar.gz +share/apps/kdevelop/templates/cpp_template +share/apps/kdevelop/templates/cvsignore_template +share/apps/kdevelop/templates/docbook_en_template +share/apps/kdevelop/templates/handbook_en_template +share/apps/kdevelop/templates/header_template +share/apps/kdevelop/templates/icon_template +share/apps/kdevelop/templates/kdelnk_template +share/apps/kdevelop/templates/kdemdi.tar.gz +share/apps/kdevelop/templates/lexical_template +share/apps/kdevelop/templates/lsm_template +share/apps/kdevelop/templates/mini.tar.gz +share/apps/kdevelop/templates/mini2.tar.gz +share/apps/kdevelop/templates/nif_template +share/apps/kdevelop/templates/normal.tar.gz +share/apps/kdevelop/templates/normal2.tar.gz +share/apps/kdevelop/templates/normalogl.tar.gz +share/apps/kdevelop/templates/preview1 +share/apps/kdevelop/templates/preview2 +share/apps/kdevelop/templates/qextmdi.tar.gz +share/apps/kdevelop/templates/qt.tar.gz +share/apps/kdevelop/templates/qt2.tar.gz +share/apps/kdevelop/templates/qtmdi.tar.gz +share/apps/kdevelop/toolbar/classwiz.xpm +share/apps/kdevelop/toolbar/compfile.xpm +share/apps/kdevelop/toolbar/copy.xpm +share/apps/kdevelop/toolbar/cut.xpm +share/apps/kdevelop/toolbar/dbgbreak.xpm +share/apps/kdevelop/toolbar/dbgmemview.xpm +share/apps/kdevelop/toolbar/dbgnext.xpm +share/apps/kdevelop/toolbar/dbgnextinst.xpm +share/apps/kdevelop/toolbar/dbgrestart.xpm +share/apps/kdevelop/toolbar/dbgrun.xpm +share/apps/kdevelop/toolbar/dbgrunto.xpm +share/apps/kdevelop/toolbar/dbgstep.xpm +share/apps/kdevelop/toolbar/dbgstepinst.xpm +share/apps/kdevelop/toolbar/dbgstepout.xpm +share/apps/kdevelop/toolbar/dbgstop.xpm +share/apps/kdevelop/toolbar/dbgwatchvar.xpm +share/apps/kdevelop/toolbar/debugger.xpm +share/apps/kdevelop/toolbar/file_properties.xpm +share/apps/kdevelop/toolbar/generate.xpm +share/apps/kdevelop/toolbar/graphview.xpm +share/apps/kdevelop/toolbar/grep.xpm +share/apps/kdevelop/toolbar/indent.xpm +share/apps/kdevelop/toolbar/lookup.xpm +share/apps/kdevelop/toolbar/make.xpm +share/apps/kdevelop/toolbar/newwidget.xpm +share/apps/kdevelop/toolbar/open.xpm +share/apps/kdevelop/toolbar/openprj.xpm +share/apps/kdevelop/toolbar/output_win.xpm +share/apps/kdevelop/toolbar/paste.xpm +share/apps/kdevelop/toolbar/print.xpm +share/apps/kdevelop/toolbar/rebuild.xpm +share/apps/kdevelop/toolbar/redo.xpm +share/apps/kdevelop/toolbar/reload_page.xpm +share/apps/kdevelop/toolbar/run.xpm +share/apps/kdevelop/toolbar/save.xpm +share/apps/kdevelop/toolbar/save_all.xpm +share/apps/kdevelop/toolbar/start_page.xpm +share/apps/kdevelop/toolbar/stop_proc.xpm +share/apps/kdevelop/toolbar/tree_win.xpm +share/apps/kdevelop/toolbar/undo.xpm +share/apps/kdevelop/toolbar/unindent.xpm +share/apps/kdevelop/tools/processes.pl +share/apps/kdevelop/tools/processesend.pl +share/config/kdeveloprc +share/doc/HTML/de/kdevelop/index-1.html +share/doc/HTML/de/kdevelop/index-10.html +share/doc/HTML/de/kdevelop/index-11.html +share/doc/HTML/de/kdevelop/index-12.html +share/doc/HTML/de/kdevelop/index-13.html +share/doc/HTML/de/kdevelop/index-14.html +share/doc/HTML/de/kdevelop/index-15.html +share/doc/HTML/de/kdevelop/index-16.html +share/doc/HTML/de/kdevelop/index-17.html +share/doc/HTML/de/kdevelop/index-18.html +share/doc/HTML/de/kdevelop/index-2.html +share/doc/HTML/de/kdevelop/index-3.html +share/doc/HTML/de/kdevelop/index-4.html +share/doc/HTML/de/kdevelop/index-5.html +share/doc/HTML/de/kdevelop/index-6.html +share/doc/HTML/de/kdevelop/index-7.html +share/doc/HTML/de/kdevelop/index-8.html +share/doc/HTML/de/kdevelop/index-9.html +share/doc/HTML/de/kdevelop/index.html +share/doc/HTML/de/kdevelop/logotp3.png +share/doc/HTML/de/kdevelop/reference/C/index.html +share/doc/HTML/de/kdevelop/tip.database +share/doc/HTML/de/kdevelop/tutorial/index-1.html +share/doc/HTML/de/kdevelop/tutorial/index-10.html +share/doc/HTML/de/kdevelop/tutorial/index-11.html +share/doc/HTML/de/kdevelop/tutorial/index-12.html +share/doc/HTML/de/kdevelop/tutorial/index-13.html +share/doc/HTML/de/kdevelop/tutorial/index-2.html +share/doc/HTML/de/kdevelop/tutorial/index-3.html +share/doc/HTML/de/kdevelop/tutorial/index-4.html +share/doc/HTML/de/kdevelop/tutorial/index-5.html +share/doc/HTML/de/kdevelop/tutorial/index-6.html +share/doc/HTML/de/kdevelop/tutorial/index-7.html +share/doc/HTML/de/kdevelop/tutorial/index-8.html +share/doc/HTML/de/kdevelop/tutorial/index-9.html +share/doc/HTML/de/kdevelop/tutorial/index.html +share/doc/HTML/de/kdevelop/tutorial/logotp3.png +share/doc/HTML/de/kdevelop/welcome/index.html +share/doc/HTML/de/kdevelop/welcome/logotp3.png share/doc/HTML/en/kdevelop/addendum/index-1.html share/doc/HTML/en/kdevelop/addendum/index-2.html share/doc/HTML/en/kdevelop/addendum/index-3.html @@ -9,8 +199,28 @@ share/doc/HTML/en/kdevelop/addendum/index-6.html share/doc/HTML/en/kdevelop/addendum/index-7.html share/doc/HTML/en/kdevelop/addendum/index-8.html -share/doc/HTML/en/kdevelop/kde_libref/logotp3.png -share/doc/HTML/en/kdevelop/kde_libref/index.html +share/doc/HTML/en/kdevelop/addendum/index-9.html +share/doc/HTML/en/kdevelop/addendum/index.html +share/doc/HTML/en/kdevelop/addendum/logotp3.png +share/doc/HTML/en/kdevelop/index-1.html +share/doc/HTML/en/kdevelop/index-10.html +share/doc/HTML/en/kdevelop/index-11.html +share/doc/HTML/en/kdevelop/index-12.html +share/doc/HTML/en/kdevelop/index-13.html +share/doc/HTML/en/kdevelop/index-14.html +share/doc/HTML/en/kdevelop/index-15.html +share/doc/HTML/en/kdevelop/index-16.html +share/doc/HTML/en/kdevelop/index-17.html +share/doc/HTML/en/kdevelop/index-18.html +share/doc/HTML/en/kdevelop/index-2.html +share/doc/HTML/en/kdevelop/index-3.html +share/doc/HTML/en/kdevelop/index-4.html +share/doc/HTML/en/kdevelop/index-5.html +share/doc/HTML/en/kdevelop/index-6.html +share/doc/HTML/en/kdevelop/index-7.html +share/doc/HTML/en/kdevelop/index-8.html +share/doc/HTML/en/kdevelop/index-9.html +share/doc/HTML/en/kdevelop/index.html share/doc/HTML/en/kdevelop/kde_libref/index-1.html share/doc/HTML/en/kdevelop/kde_libref/index-2.html share/doc/HTML/en/kdevelop/kde_libref/index-3.html @@ -20,36 +230,10 @@ share/doc/HTML/en/kdevelop/kde_libref/index-7.html share/doc/HTML/en/kdevelop/kde_libref/index-8.html share/doc/HTML/en/kdevelop/kde_libref/index-9.html +share/doc/HTML/en/kdevelop/kde_libref/index.html +share/doc/HTML/en/kdevelop/kde_libref/logotp3.png share/doc/HTML/en/kdevelop/logotp3.png -share/doc/HTML/en/kdevelop/index.html -share/doc/HTML/en/kdevelop/index-1.html -share/doc/HTML/en/kdevelop/index-2.html -share/doc/HTML/en/kdevelop/index-3.html -share/doc/HTML/en/kdevelop/index-4.html -share/doc/HTML/en/kdevelop/index-5.html -share/doc/HTML/en/kdevelop/index-6.html -share/doc/HTML/en/kdevelop/index-7.html -share/doc/HTML/en/kdevelop/index-8.html -share/doc/HTML/en/kdevelop/index-9.html -share/doc/HTML/en/kdevelop/index-10.html -share/doc/HTML/en/kdevelop/index-11.html -share/doc/HTML/en/kdevelop/index-12.html -share/doc/HTML/en/kdevelop/index-13.html -share/doc/HTML/en/kdevelop/index-14.html -share/doc/HTML/en/kdevelop/index-15.html -share/doc/HTML/en/kdevelop/index-16.html -share/doc/HTML/en/kdevelop/index-17.html -share/doc/HTML/en/kdevelop/programming/logotp3.png -share/doc/HTML/en/kdevelop/programming/index.html share/doc/HTML/en/kdevelop/programming/index-1.html -share/doc/HTML/en/kdevelop/programming/index-2.html -share/doc/HTML/en/kdevelop/programming/index-3.html -share/doc/HTML/en/kdevelop/programming/index-4.html -share/doc/HTML/en/kdevelop/programming/index-5.html -share/doc/HTML/en/kdevelop/programming/index-6.html -share/doc/HTML/en/kdevelop/programming/index-7.html -share/doc/HTML/en/kdevelop/programming/index-8.html -share/doc/HTML/en/kdevelop/programming/index-9.html share/doc/HTML/en/kdevelop/programming/index-10.html share/doc/HTML/en/kdevelop/programming/index-11.html share/doc/HTML/en/kdevelop/programming/index-12.html @@ -60,90 +244,103 @@ share/doc/HTML/en/kdevelop/programming/index-17.html share/doc/HTML/en/kdevelop/programming/index-18.html share/doc/HTML/en/kdevelop/programming/index-19.html -share/doc/HTML/en/kdevelop/reference/C/cref.html -share/doc/HTML/en/kdevelop/tutorial/logotp3.png -share/doc/HTML/en/kdevelop/tutorial/index.html +share/doc/HTML/en/kdevelop/programming/index-2.html +share/doc/HTML/en/kdevelop/programming/index-3.html +share/doc/HTML/en/kdevelop/programming/index-4.html +share/doc/HTML/en/kdevelop/programming/index-5.html +share/doc/HTML/en/kdevelop/programming/index-6.html +share/doc/HTML/en/kdevelop/programming/index-7.html +share/doc/HTML/en/kdevelop/programming/index-8.html +share/doc/HTML/en/kdevelop/programming/index-9.html +share/doc/HTML/en/kdevelop/programming/index.html +share/doc/HTML/en/kdevelop/programming/logotp3.png +share/doc/HTML/en/kdevelop/reference/C/index.html +share/doc/HTML/en/kdevelop/tip.database share/doc/HTML/en/kdevelop/tutorial/index-1.html +share/doc/HTML/en/kdevelop/tutorial/index-10.html +share/doc/HTML/en/kdevelop/tutorial/index-11.html +share/doc/HTML/en/kdevelop/tutorial/index-12.html +share/doc/HTML/en/kdevelop/tutorial/index-13.html +share/doc/HTML/en/kdevelop/tutorial/index-14.html +share/doc/HTML/en/kdevelop/tutorial/index-15.html share/doc/HTML/en/kdevelop/tutorial/index-2.html share/doc/HTML/en/kdevelop/tutorial/index-3.html share/doc/HTML/en/kdevelop/tutorial/index-4.html -share/doc/HTML/en/kdevelop/welcome/logotp3.png +share/doc/HTML/en/kdevelop/tutorial/index-5.html +share/doc/HTML/en/kdevelop/tutorial/index-6.html +share/doc/HTML/en/kdevelop/tutorial/index-7.html +share/doc/HTML/en/kdevelop/tutorial/index-8.html +share/doc/HTML/en/kdevelop/tutorial/index-9.html +share/doc/HTML/en/kdevelop/tutorial/index.html +share/doc/HTML/en/kdevelop/tutorial/logotp3.png share/doc/HTML/en/kdevelop/welcome/index.html -share/doc/HTML/en/kdevelop/tip.database -share/doc/HTML/ru/kdevelop/welcome/logotp3.png -share/doc/HTML/ru/kdevelop/welcome/index.html -share/doc/HTML/ru/kdevelop/index.html -share/doc/HTML/ru/kdevelop/index-1.html -share/doc/HTML/ru/kdevelop/index-2.html -share/doc/HTML/ru/kdevelop/index-3.html -share/doc/HTML/ru/kdevelop/index-4.html -share/doc/HTML/ru/kdevelop/index-5.html -share/doc/HTML/ru/kdevelop/index-6.html -share/doc/HTML/ru/kdevelop/tutorial/logotp3.png -share/doc/HTML/ru/kdevelop/tutorial/index.html -share/doc/HTML/ru/kdevelop/tutorial/index-1.html -share/doc/HTML/ru/kdevelop/tutorial/index-2.html -share/doc/HTML/ru/kdevelop/tutorial/index-3.html -share/doc/HTML/ru/kdevelop/tutorial/index-4.html -share/doc/HTML/ru/kdevelop/tutorial/index-5.html -share/doc/HTML/ru/kdevelop/tutorial/index-6.html -share/doc/HTML/ru/kdevelop/reference/C/cref.html -share/doc/HTML/ru/kdevelop/programming/logotp3.png -share/doc/HTML/ru/kdevelop/programming/index.html -share/doc/HTML/ru/kdevelop/programming/index-1.html -share/doc/HTML/ru/kdevelop/programming/index-2.html -share/doc/HTML/ru/kdevelop/programming/index-3.html -share/doc/HTML/ru/kdevelop/programming/index-4.html -share/doc/HTML/ru/kdevelop/programming/index-5.html -share/doc/HTML/ru/kdevelop/programming/index-6.html -share/doc/HTML/ru/kdevelop/programming/index-7.html -share/doc/HTML/ru/kdevelop/programming/index-8.html -share/doc/HTML/ru/kdevelop/programming/index-9.html -share/doc/HTML/ru/kdevelop/programming/index-10.html -share/doc/HTML/ru/kdevelop/programming/index-11.html -share/doc/HTML/ru/kdevelop/programming/index-12.html -share/doc/HTML/ru/kdevelop/programming/index-13.html -share/doc/HTML/ru/kdevelop/programming/index-14.html -share/doc/HTML/ru/kdevelop/programming/index-15.html -share/doc/HTML/ru/kdevelop/programming/index-16.html -share/doc/HTML/ru/kdevelop/programming/index-17.html -share/doc/HTML/ru/kdevelop/programming/index-18.html -share/doc/HTML/ru/kdevelop/programming/index-19.html -share/doc/HTML/ru/kdevelop/tip.database -share/doc/HTML/de/kdevelop/logotp3.png -share/doc/HTML/de/kdevelop/index.html -share/doc/HTML/de/kdevelop/index-1.html -share/doc/HTML/de/kdevelop/index-2.html -share/doc/HTML/de/kdevelop/index-3.html -share/doc/HTML/de/kdevelop/index-4.html -share/doc/HTML/de/kdevelop/index-5.html -share/doc/HTML/de/kdevelop/index-6.html -share/doc/HTML/de/kdevelop/index-7.html -share/doc/HTML/de/kdevelop/index-8.html -share/doc/HTML/de/kdevelop/index-9.html -share/doc/HTML/de/kdevelop/index-10.html -share/doc/HTML/de/kdevelop/index-11.html -share/doc/HTML/de/kdevelop/index-12.html -share/doc/HTML/de/kdevelop/index-13.html -share/doc/HTML/de/kdevelop/index-14.html -share/doc/HTML/de/kdevelop/index-15.html -share/doc/HTML/de/kdevelop/index-16.html -share/doc/HTML/de/kdevelop/reference/C/cref.html -share/doc/HTML/de/kdevelop/welcome/logotp3.png -share/doc/HTML/de/kdevelop/welcome/index.html -share/doc/HTML/de/kdevelop/tip.database -share/doc/HTML/fr/kdevelop/tutorial/logotp3.png -share/doc/HTML/fr/kdevelop/tutorial/index.html +share/doc/HTML/en/kdevelop/welcome/logotp3.png +share/doc/HTML/es/kdevelop/index-1.html +share/doc/HTML/es/kdevelop/index-10.html +share/doc/HTML/es/kdevelop/index-11.html +share/doc/HTML/es/kdevelop/index-12.html +share/doc/HTML/es/kdevelop/index-13.html +share/doc/HTML/es/kdevelop/index-14.html +share/doc/HTML/es/kdevelop/index-15.html +share/doc/HTML/es/kdevelop/index-16.html +share/doc/HTML/es/kdevelop/index-17.html +share/doc/HTML/es/kdevelop/index-2.html +share/doc/HTML/es/kdevelop/index-3.html +share/doc/HTML/es/kdevelop/index-4.html +share/doc/HTML/es/kdevelop/index-5.html +share/doc/HTML/es/kdevelop/index-6.html +share/doc/HTML/es/kdevelop/index-7.html +share/doc/HTML/es/kdevelop/index-8.html +share/doc/HTML/es/kdevelop/index-9.html +share/doc/HTML/es/kdevelop/index.html +share/doc/HTML/es/kdevelop/logotp3.png +share/doc/HTML/es/kdevelop/reference/C/index.html +share/doc/HTML/es/kdevelop/tip.database +share/doc/HTML/es/kdevelop/welcome/index.html +share/doc/HTML/es/kdevelop/welcome/logotp3.png +share/doc/HTML/fr/kdevelop/tip.database share/doc/HTML/fr/kdevelop/tutorial/index-1.html share/doc/HTML/fr/kdevelop/tutorial/index-2.html share/doc/HTML/fr/kdevelop/tutorial/index-3.html share/doc/HTML/fr/kdevelop/tutorial/index-4.html -share/doc/HTML/fr/kdevelop/welcome/logotp3.png +share/doc/HTML/fr/kdevelop/tutorial/index.html +share/doc/HTML/fr/kdevelop/tutorial/logotp3.png share/doc/HTML/fr/kdevelop/welcome/index.html -share/doc/HTML/fr/kdevelop/tip.database -share/doc/HTML/pt/kdevelop/logotp3.png -share/doc/HTML/pt/kdevelop/index.html +share/doc/HTML/fr/kdevelop/welcome/logotp3.png +share/doc/HTML/hu/kdevelop/logotp3.png +share/doc/HTML/hu/kdevelop/index.html +share/doc/HTML/hu/kdevelop/index-1.html +share/doc/HTML/hu/kdevelop/index-2.html +share/doc/HTML/hu/kdevelop/index-3.html +share/doc/HTML/hu/kdevelop/index-4.html +share/doc/HTML/hu/kdevelop/index-5.html +share/doc/HTML/hu/kdevelop/index-6.html +share/doc/HTML/hu/kdevelop/index-7.html +share/doc/HTML/hu/kdevelop/index-8.html +share/doc/HTML/hu/kdevelop/index-9.html +share/doc/HTML/hu/kdevelop/index-10.html +share/doc/HTML/hu/kdevelop/index-11.html +share/doc/HTML/hu/kdevelop/index-12.html +share/doc/HTML/hu/kdevelop/index-13.html +share/doc/HTML/hu/kdevelop/index-14.html +share/doc/HTML/hu/kdevelop/index-15.html +share/doc/HTML/hu/kdevelop/index-16.html +share/doc/HTML/hu/kdevelop/index-17.html +share/doc/HTML/hu/kdevelop/welcome/logotp3.png +share/doc/HTML/hu/kdevelop/welcome/index.html +share/doc/HTML/hu/kdevelop/tip.database +share/doc/HTML/nl/kdevelop/tip.database +share/doc/HTML/nl/kdevelop/welcome/index.html +share/doc/HTML/nl/kdevelop/welcome/logotp3.png +share/doc/HTML/pl/kdevelop/tip.database share/doc/HTML/pt/kdevelop/index-1.html +share/doc/HTML/pt/kdevelop/index-10.html +share/doc/HTML/pt/kdevelop/index-11.html +share/doc/HTML/pt/kdevelop/index-12.html +share/doc/HTML/pt/kdevelop/index-13.html +share/doc/HTML/pt/kdevelop/index-14.html +share/doc/HTML/pt/kdevelop/index-15.html +share/doc/HTML/pt/kdevelop/index-16.html share/doc/HTML/pt/kdevelop/index-2.html share/doc/HTML/pt/kdevelop/index-3.html share/doc/HTML/pt/kdevelop/index-4.html @@ -152,24 +349,9 @@ share/doc/HTML/pt/kdevelop/index-7.html share/doc/HTML/pt/kdevelop/index-8.html share/doc/HTML/pt/kdevelop/index-9.html -share/doc/HTML/pt/kdevelop/index-10.html -share/doc/HTML/pt/kdevelop/index-11.html -share/doc/HTML/pt/kdevelop/index-12.html -share/doc/HTML/pt/kdevelop/index-13.html -share/doc/HTML/pt/kdevelop/index-14.html -share/doc/HTML/pt/kdevelop/index-15.html -share/doc/HTML/pt/kdevelop/index-16.html -share/doc/HTML/pt/kdevelop/programming/logotp3.png -share/doc/HTML/pt/kdevelop/programming/index.html +share/doc/HTML/pt/kdevelop/index.html +share/doc/HTML/pt/kdevelop/logotp3.png share/doc/HTML/pt/kdevelop/programming/index-1.html -share/doc/HTML/pt/kdevelop/programming/index-2.html -share/doc/HTML/pt/kdevelop/programming/index-3.html -share/doc/HTML/pt/kdevelop/programming/index-4.html -share/doc/HTML/pt/kdevelop/programming/index-5.html -share/doc/HTML/pt/kdevelop/programming/index-6.html -share/doc/HTML/pt/kdevelop/programming/index-7.html -share/doc/HTML/pt/kdevelop/programming/index-8.html -share/doc/HTML/pt/kdevelop/programming/index-9.html share/doc/HTML/pt/kdevelop/programming/index-10.html share/doc/HTML/pt/kdevelop/programming/index-11.html share/doc/HTML/pt/kdevelop/programming/index-12.html @@ -179,197 +361,132 @@ share/doc/HTML/pt/kdevelop/programming/index-16.html share/doc/HTML/pt/kdevelop/programming/index-17.html share/doc/HTML/pt/kdevelop/programming/index-18.html +share/doc/HTML/pt/kdevelop/programming/index-2.html +share/doc/HTML/pt/kdevelop/programming/index-3.html +share/doc/HTML/pt/kdevelop/programming/index-4.html +share/doc/HTML/pt/kdevelop/programming/index-5.html +share/doc/HTML/pt/kdevelop/programming/index-6.html +share/doc/HTML/pt/kdevelop/programming/index-7.html +share/doc/HTML/pt/kdevelop/programming/index-8.html +share/doc/HTML/pt/kdevelop/programming/index-9.html +share/doc/HTML/pt/kdevelop/programming/index.html +share/doc/HTML/pt/kdevelop/programming/logotp3.png share/doc/HTML/pt/kdevelop/tip.database -share/doc/HTML/es/kdevelop/welcome/index.html -share/doc/HTML/es/kdevelop/welcome/logotp3.png -share/doc/HTML/es/kdevelop/tip.database -share/doc/HTML/nl/kdevelop/welcome/index.html -share/doc/HTML/nl/kdevelop/welcome/logotp3.png -share/doc/HTML/nl/kdevelop/tip.database -share/doc/HTML/pl/kdevelop/tip.database +share/doc/HTML/ru/kdevelop/index-1.html +share/doc/HTML/ru/kdevelop/index-2.html +share/doc/HTML/ru/kdevelop/index-3.html +share/doc/HTML/ru/kdevelop/index-4.html +share/doc/HTML/ru/kdevelop/index-5.html +share/doc/HTML/ru/kdevelop/index-6.html +share/doc/HTML/ru/kdevelop/index.html +share/doc/HTML/ru/kdevelop/programming/index-1.html +share/doc/HTML/ru/kdevelop/programming/index-10.html +share/doc/HTML/ru/kdevelop/programming/index-11.html +share/doc/HTML/ru/kdevelop/programming/index-12.html +share/doc/HTML/ru/kdevelop/programming/index-13.html +share/doc/HTML/ru/kdevelop/programming/index-14.html +share/doc/HTML/ru/kdevelop/programming/index-15.html +share/doc/HTML/ru/kdevelop/programming/index-16.html +share/doc/HTML/ru/kdevelop/programming/index-17.html +share/doc/HTML/ru/kdevelop/programming/index-18.html +share/doc/HTML/ru/kdevelop/programming/index-19.html +share/doc/HTML/ru/kdevelop/programming/index-2.html +share/doc/HTML/ru/kdevelop/programming/index-3.html +share/doc/HTML/ru/kdevelop/programming/index-4.html +share/doc/HTML/ru/kdevelop/programming/index-5.html +share/doc/HTML/ru/kdevelop/programming/index-6.html +share/doc/HTML/ru/kdevelop/programming/index-7.html +share/doc/HTML/ru/kdevelop/programming/index-8.html +share/doc/HTML/ru/kdevelop/programming/index-9.html +share/doc/HTML/ru/kdevelop/programming/index.html +share/doc/HTML/ru/kdevelop/programming/logotp3.png +share/doc/HTML/ru/kdevelop/reference/C/index.html +share/doc/HTML/ru/kdevelop/tip.database +share/doc/HTML/ru/kdevelop/tutorial/index-1.html +share/doc/HTML/ru/kdevelop/tutorial/index-2.html +share/doc/HTML/ru/kdevelop/tutorial/index-3.html +share/doc/HTML/ru/kdevelop/tutorial/index-4.html +share/doc/HTML/ru/kdevelop/tutorial/index-5.html +share/doc/HTML/ru/kdevelop/tutorial/index-6.html +share/doc/HTML/ru/kdevelop/tutorial/index.html +share/doc/HTML/ru/kdevelop/tutorial/logotp3.png +share/doc/HTML/ru/kdevelop/welcome/index.html +share/doc/HTML/ru/kdevelop/welcome/logotp3.png share/doc/HTML/sv/kdevelop/tip.database -share/doc/HTML/zh_CN.GB2312/kdevelop/welcome/logotp3.png -share/doc/HTML/zh_CN.GB2312/kdevelop/welcome/index.html -share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/logotp3.png -share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index.html +share/doc/HTML/zh_CN.GB2312/kdevelop/index.html +share/doc/HTML/zh_CN.GB2312/kdevelop/tip.database share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index-1.html share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index-2.html share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index-3.html share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index-4.html -share/doc/HTML/zh_CN.GB2312/kdevelop/index.html -share/doc/HTML/zh_CN.GB2312/kdevelop/tip.database +share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index.html +share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/logotp3.png +share/doc/HTML/zh_CN.GB2312/kdevelop/welcome/index.html +share/doc/HTML/zh_CN.GB2312/kdevelop/welcome/logotp3.png +share/icons/kdevelop-project.xpm +share/icons/kdevelop.xpm +share/icons/mini/kdevelop.xpm +share/locale/cs/LC_MESSAGES/kdevelop.mo share/locale/da/LC_MESSAGES/kdevelop.mo share/locale/de/LC_MESSAGES/kdevelop.mo share/locale/es/LC_MESSAGES/kdevelop.mo +share/locale/et/LC_MESSAGES/kdevelop.mo +share/locale/fi/LC_MESSAGES/kdevelop.mo share/locale/fr/LC_MESSAGES/kdevelop.mo +share/locale/hu/LC_MESSAGES/kdevelop.mo +share/locale/it/LC_MESSAGES/kdevelop.mo +share/locale/ja/LC_MESSAGES/kdevelop.mo share/locale/pl/LC_MESSAGES/kdevelop.mo share/locale/pt/LC_MESSAGES/kdevelop.mo -share/locale/sv/LC_MESSAGES/kdevelop.mo -share/locale/cs/LC_MESSAGES/kdevelop.mo -share/locale/it/LC_MESSAGES/kdevelop.mo share/locale/pt_BR/LC_MESSAGES/kdevelop.mo share/locale/ru/LC_MESSAGES/kdevelop.mo -share/locale/hu/LC_MESSAGES/kdevelop.mo -share/locale/fi/LC_MESSAGES/kdevelop.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kdevelop.mo share/locale/sk/LC_MESSAGES/kdevelop.mo +share/locale/sv/LC_MESSAGES/kdevelop.mo share/locale/tr/LC_MESSAGES/kdevelop.mo -share/config/kdeveloprc -share/apps/kdevelop/tools/processesend.pl -share/apps/kdevelop/tools/processes.pl -share/apps/kdevelop/templates/AUTHORS_template -share/apps/kdevelop/templates/COPYING_template -share/apps/kdevelop/templates/ChangeLog_template -share/apps/kdevelop/templates/INSTALL_template -share/apps/kdevelop/templates/README_template -share/apps/kdevelop/templates/TODO_template -share/apps/kdevelop/templates/cpp_template -share/apps/kdevelop/templates/handbook_en_template -share/apps/kdevelop/templates/header_template -share/apps/kdevelop/templates/kdelnk_template -share/apps/kdevelop/templates/lsm_template -share/apps/kdevelop/templates/normal.tar.gz -share/apps/kdevelop/templates/mini.tar.gz -share/apps/kdevelop/templates/cpp.tar.gz -share/apps/kdevelop/templates/preview1 -share/apps/kdevelop/templates/preview2 -share/apps/kdevelop/templates/icon_template -share/apps/kdevelop/templates/qt.tar.gz -share/apps/kdevelop/templates/c.tar.gz -share/apps/kdevelop/templates/nif_template -share/apps/kdevelop/templates/lexical_template -share/apps/kdevelop/templates/cvsignore_template -share/apps/kdevelop/toolbar/make.xpm -share/apps/kdevelop/toolbar/stop_proc.xpm -share/apps/kdevelop/toolbar/run.xpm -share/apps/kdevelop/toolbar/copy.xpm -share/apps/kdevelop/toolbar/paste.xpm -share/apps/kdevelop/toolbar/open.xpm -share/apps/kdevelop/toolbar/cut.xpm -share/apps/kdevelop/toolbar/save.xpm -share/apps/kdevelop/toolbar/save_all.xpm -share/apps/kdevelop/toolbar/undo.xpm -share/apps/kdevelop/toolbar/redo.xpm -share/apps/kdevelop/toolbar/openprj.xpm -share/apps/kdevelop/toolbar/compfile.xpm -share/apps/kdevelop/toolbar/rebuild.xpm -share/apps/kdevelop/toolbar/print.xpm -share/apps/kdevelop/toolbar/debugger.xpm -share/apps/kdevelop/toolbar/lookup.xpm -share/apps/kdevelop/toolbar/newwidget.xpm -share/apps/kdevelop/toolbar/generate.xpm -share/apps/kdevelop/toolbar/output_win.xpm -share/apps/kdevelop/toolbar/tree_win.xpm -share/apps/kdevelop/toolbar/reload_page.xpm -share/apps/kdevelop/toolbar/indent.xpm -share/apps/kdevelop/toolbar/start_page.xpm -share/apps/kdevelop/toolbar/file_properties.xpm -share/apps/kdevelop/toolbar/unindent.xpm -share/apps/kdevelop/toolbar/grep.xpm -share/apps/kdevelop/toolbar/classwiz.xpm -share/apps/kdevelop/toolbar/graphview.xpm -share/apps/kdevelop/pics/mini/CTchildren.xpm -share/apps/kdevelop/pics/mini/CTclients.xpm -share/apps/kdevelop/pics/mini/CTparents.xpm -share/apps/kdevelop/pics/mini/CTsuppliers.xpm -share/apps/kdevelop/pics/mini/CTvirtuals.xpm -share/apps/kdevelop/pics/mini/CVclass.xpm -share/apps/kdevelop/pics/mini/CVglobal_meth.xpm -share/apps/kdevelop/pics/mini/CVglobal_var.xpm -share/apps/kdevelop/pics/mini/CVnamespace.xpm -share/apps/kdevelop/pics/mini/CVprivate_meth.xpm -share/apps/kdevelop/pics/mini/CVprivate_signal.xpm -share/apps/kdevelop/pics/mini/CVprivate_slot.xpm -share/apps/kdevelop/pics/mini/CVprivate_var.xpm -share/apps/kdevelop/pics/mini/CVprotected_meth.xpm -share/apps/kdevelop/pics/mini/CVprotected_signal.xpm -share/apps/kdevelop/pics/mini/CVprotected_slot.xpm -share/apps/kdevelop/pics/mini/CVprotected_var.xpm -share/apps/kdevelop/pics/mini/CVpublic_meth.xpm -share/apps/kdevelop/pics/mini/CVstruct.xpm -share/apps/kdevelop/pics/mini/CVpublic_signal.xpm -share/apps/kdevelop/pics/mini/CVpublic_slot.xpm -share/apps/kdevelop/pics/mini/CVpublic_var.xpm -share/apps/kdevelop/pics/mini/inst_file.xpm -share/apps/kdevelop/pics/mini/kdlg_QCheckBox.xpm -share/apps/kdevelop/pics/mini/kdlg_QLCDNumer.xpm -share/apps/kdevelop/pics/mini/kdlg_QLabel.xpm -share/apps/kdevelop/pics/mini/kdlg_QLineEdit.xpm -share/apps/kdevelop/pics/mini/kdlg_QPushButton.xpm -share/apps/kdevelop/pics/mini/kdlg_QRadioButton.xpm -share/apps/kdevelop/pics/mini/kdlg_QWidget.xpm -share/apps/kdevelop/pics/mini/kdlg_QComboBox.xpm -share/apps/kdevelop/pics/mini/kdlg_QMultiLineEdit.xpm -share/apps/kdevelop/pics/mini/kdlg_QProgressBar.xpm -share/apps/kdevelop/pics/mini/kdlg_QSpinBox.xpm -share/apps/kdevelop/pics/mini/kdlg_QSlider.xpm -share/apps/kdevelop/pics/mini/kdlg_QScrollBar.xpm -share/apps/kdevelop/pics/mini/kdlg_QGroupBox.xpm -share/apps/kdevelop/pics/mini/kdlg_QListBox.xpm -share/apps/kdevelop/pics/mini/kdlg_QListView.xpm -share/apps/kdevelop/pics/mini/kdlg_KCombo.xpm -share/apps/kdevelop/pics/mini/kdlg_KKeyButton.xpm -share/apps/kdevelop/pics/mini/kdlg_KColorButton.xpm -share/apps/kdevelop/pics/mini/kdlg_KRestrictedLine.xpm -share/apps/kdevelop/pics/mini/kdlg_KTreeList.xpm -share/apps/kdevelop/pics/mini/kdlg_KLedLamp.xpm -share/apps/kdevelop/pics/mini/kdlg_KLed.xpm -share/apps/kdevelop/pics/mini/kdlg_KProgress.xpm -share/apps/kdevelop/pics/mini/kdlg_KSeparator.xpm -share/apps/kdevelop/pics/mini/kdlg_KDatePicker.xpm -share/apps/kdevelop/pics/mini/kdlg_KDateTable.xpm -share/apps/kdevelop/pics/kAppWizard.bmp -share/apps/kdevelop/pics/miniApp.bmp -share/apps/kdevelop/pics/normalApp.bmp -share/apps/kdevelop/pics/terminalApp.bmp -share/apps/kdevelop/pics/startlogo.bmp -share/apps/kdevelop/pics/tipday.bmp -share/apps/kdevelop/pics/qtApp.bmp -share/apps/kdevelop/pics/customApp.bmp -share/apps/kdevelop/pics/dlg_firstrun.bmp -share/apps/kdevelop/pics/about_logo.bmp -share/icons/mini/kdevelop.xpm -share/icons/kdevelop.xpm -share/icons/kdevelop-project.xpm +share/locale/zh_CN.GB2312/LC_MESSAGES/kdevelop.mo share/mimelnk/application/x-kdevelop-project.kdelnk -share/applnk/Development/kdevelop.kdelnk -share/applnk/Development/kdevelop-setup.kdelnk -lib/libkdlgloader.la +@dirrm share/apps/kdevelop/examples @dirrm share/apps/kdevelop/pics/mini @dirrm share/apps/kdevelop/pics -@dirrm share/apps/kdevelop/tools +@dirrm share/apps/kdevelop/pix @dirrm share/apps/kdevelop/templates @dirrm share/apps/kdevelop/toolbar +@dirrm share/apps/kdevelop/tools @dirrm share/apps/kdevelop -@dirrm share/doc/HTML/es/kdevelop/welcome -@dirrm share/doc/HTML/es/kdevelop -@dirrm share/doc/HTML/en/kdevelop/kde_libref +@dirrm share/doc/HTML/de/kdevelop/reference/C +@dirrm share/doc/HTML/de/kdevelop/reference +@dirrm share/doc/HTML/de/kdevelop/tutorial +@dirrm share/doc/HTML/de/kdevelop/welcome +@dirrm share/doc/HTML/de/kdevelop @dirrm share/doc/HTML/en/kdevelop/addendum +@dirrm share/doc/HTML/en/kdevelop/kde_libref @dirrm share/doc/HTML/en/kdevelop/programming @dirrm share/doc/HTML/en/kdevelop/reference/C @dirrm share/doc/HTML/en/kdevelop/reference @dirrm share/doc/HTML/en/kdevelop/tutorial @dirrm share/doc/HTML/en/kdevelop/welcome @dirrm share/doc/HTML/en/kdevelop -@dirrm share/doc/HTML/ru/kdevelop/welcome -@dirrm share/doc/HTML/ru/kdevelop/tutorial -@dirrm share/doc/HTML/ru/kdevelop/reference/C -@dirrm share/doc/HTML/ru/kdevelop/reference -@dirrm share/doc/HTML/ru/kdevelop/programming -@dirrm share/doc/HTML/ru/kdevelop -@dirrm share/doc/HTML/de/kdevelop/welcome -@dirrm share/doc/HTML/de/kdevelop/reference/C -@dirrm share/doc/HTML/de/kdevelop/reference -@dirrm share/doc/HTML/de/kdevelop +@dirrm share/doc/HTML/es/kdevelop/reference/C +@dirrm share/doc/HTML/es/kdevelop/reference +@dirrm share/doc/HTML/es/kdevelop/welcome +@dirrm share/doc/HTML/es/kdevelop @dirrm share/doc/HTML/fr/kdevelop/tutorial @dirrm share/doc/HTML/fr/kdevelop/welcome @dirrm share/doc/HTML/fr/kdevelop -@dirrm share/doc/HTML/pt/kdevelop/programming -@dirrm share/doc/HTML/pt/kdevelop +@dirrm share/doc/HTML/hu/kdevelop/welcome +@dirrm share/doc/HTML/hu/kdevelop/ @dirrm share/doc/HTML/nl/kdevelop/welcome @dirrm share/doc/HTML/nl/kdevelop @dirrm share/doc/HTML/pl/kdevelop +@dirrm share/doc/HTML/pt/kdevelop/programming +@dirrm share/doc/HTML/pt/kdevelop +@dirrm share/doc/HTML/ru/kdevelop/programming +@dirrm share/doc/HTML/ru/kdevelop/reference/C +@dirrm share/doc/HTML/ru/kdevelop/reference +@dirrm share/doc/HTML/ru/kdevelop/tutorial +@dirrm share/doc/HTML/ru/kdevelop/welcome +@dirrm share/doc/HTML/ru/kdevelop @dirrm share/doc/HTML/sv/kdevelop -@dirrm share/doc/HTML/zh_CN.GB2312/kdevelop/welcome @dirrm share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial +@dirrm share/doc/HTML/zh_CN.GB2312/kdevelop/welcome @dirrm share/doc/HTML/zh_CN.GB2312/kdevelop --- /dev/null Mon Feb 28 00:01:18 2000 +++ patches/patch-af Sun Feb 27 21:33:11 2000 @@ -0,0 +1,13 @@ +--- kdlgloader/Makefile.in Sun Feb 27 12:01:29 2000 ++++ kdlgloader/Makefile.in.new Sun Feb 27 21:32:51 2000 +@@ -212,8 +212,8 @@ + + lib_LTLIBRARIES = libkdlgloader.la + +-SOMAJOR = 1 +-SOMINOR = 0 ++SOMAJOR ?= 1 ++SOMINOR ?= 0 + + include_HEADERS = kdlgloader.h + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000228050637.191BC1902>