freebsd-ports/games/kdegames2/pkg-plist

2030 lines
85 KiB
Plaintext
Raw Normal View History

bin/kabalone
bin/kasteroids
bin/katomic
bin/kbackgammon
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
bin/kbattleship
bin/kblackbox
bin/kfouleggs
bin/kjezz
bin/kjumpingcube
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
bin/klines
bin/kmahjongg
bin/kmines
bin/konquest
bin/kpat
bin/kpoker
bin/kproc4
bin/kreversi
bin/ksame
bin/kshisen
1999-02-06 18:22:08 -05:00
bin/ksirtet
bin/ksmiletris
bin/ksnake
bin/ksokoban
bin/kspaceduel
bin/ktron
bin/ktuberling
bin/kwin4
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-28 22:44:58 -04:00
bin/lskat
bin/lskatproc
include/kcarddialog.h
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
include/kchat.h
include/kchatbase.h
include/kgamemisc.h
include/khighscore.h
include/kstdgameaction.h
lib/kbackgammon.la
lib/kbackgammon.so
lib/libkdegames.la
lib/libkdegames.so
lib/libkdegames.so.1
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/applnk/Games/Arcade/kasteroids.desktop
share/applnk/Games/Arcade/kfouleggs.desktop
share/applnk/Games/Arcade/kjezz.desktop
share/applnk/Games/Arcade/ksirtet.desktop
share/applnk/Games/Arcade/ksmiletris.desktop
share/applnk/Games/Arcade/ksnake.desktop
share/applnk/Games/Arcade/kspaceduel.desktop
share/applnk/Games/Arcade/ktron.desktop
share/applnk/Games/Board/kabalone.desktop
share/applnk/Games/Board/kbackgammon.desktop
share/applnk/Games/Board/kbattleship.desktop
share/applnk/Games/Board/kblackbox.desktop
share/applnk/Games/Board/kmahjongg.desktop
share/applnk/Games/Board/kreversi.desktop
share/applnk/Games/Board/kshisen.desktop
share/applnk/Games/Board/kwin4.desktop
share/applnk/Games/Card/kpat.desktop
share/applnk/Games/Card/kpoker.desktop
share/applnk/Games/Card/lskat.desktop
share/applnk/Games/TacticStrategy/katomic.desktop
share/applnk/Games/TacticStrategy/kjumpingcube.desktop
share/applnk/Games/TacticStrategy/klines.desktop
share/applnk/Games/TacticStrategy/kmines.desktop
share/applnk/Games/TacticStrategy/konquest.desktop
share/applnk/Games/TacticStrategy/ksame.desktop
share/applnk/Games/TacticStrategy/ksokoban.desktop
share/applnk/Toys/ktuberling.desktop
share/apps/carddecks/cards-aisleriot/1.png
share/apps/carddecks/cards-aisleriot/10.png
share/apps/carddecks/cards-aisleriot/11.png
share/apps/carddecks/cards-aisleriot/12.png
share/apps/carddecks/cards-aisleriot/13.png
share/apps/carddecks/cards-aisleriot/14.png
share/apps/carddecks/cards-aisleriot/15.png
share/apps/carddecks/cards-aisleriot/16.png
share/apps/carddecks/cards-aisleriot/17.png
share/apps/carddecks/cards-aisleriot/18.png
share/apps/carddecks/cards-aisleriot/19.png
share/apps/carddecks/cards-aisleriot/2.png
share/apps/carddecks/cards-aisleriot/20.png
share/apps/carddecks/cards-aisleriot/21.png
share/apps/carddecks/cards-aisleriot/22.png
share/apps/carddecks/cards-aisleriot/23.png
share/apps/carddecks/cards-aisleriot/24.png
share/apps/carddecks/cards-aisleriot/25.png
share/apps/carddecks/cards-aisleriot/26.png
share/apps/carddecks/cards-aisleriot/27.png
share/apps/carddecks/cards-aisleriot/28.png
share/apps/carddecks/cards-aisleriot/29.png
share/apps/carddecks/cards-aisleriot/3.png
share/apps/carddecks/cards-aisleriot/30.png
share/apps/carddecks/cards-aisleriot/31.png
share/apps/carddecks/cards-aisleriot/32.png
share/apps/carddecks/cards-aisleriot/33.png
share/apps/carddecks/cards-aisleriot/34.png
share/apps/carddecks/cards-aisleriot/35.png
share/apps/carddecks/cards-aisleriot/36.png
share/apps/carddecks/cards-aisleriot/37.png
share/apps/carddecks/cards-aisleriot/38.png
share/apps/carddecks/cards-aisleriot/39.png
share/apps/carddecks/cards-aisleriot/4.png
share/apps/carddecks/cards-aisleriot/40.png
share/apps/carddecks/cards-aisleriot/41.png
share/apps/carddecks/cards-aisleriot/42.png
share/apps/carddecks/cards-aisleriot/43.png
share/apps/carddecks/cards-aisleriot/44.png
share/apps/carddecks/cards-aisleriot/45.png
share/apps/carddecks/cards-aisleriot/46.png
share/apps/carddecks/cards-aisleriot/47.png
share/apps/carddecks/cards-aisleriot/48.png
share/apps/carddecks/cards-aisleriot/49.png
share/apps/carddecks/cards-aisleriot/5.png
share/apps/carddecks/cards-aisleriot/50.png
share/apps/carddecks/cards-aisleriot/51.png
share/apps/carddecks/cards-aisleriot/52.png
share/apps/carddecks/cards-aisleriot/6.png
share/apps/carddecks/cards-aisleriot/7.png
share/apps/carddecks/cards-aisleriot/8.png
share/apps/carddecks/cards-aisleriot/9.png
share/apps/carddecks/cards-aisleriot/COPYRIGHT
share/apps/carddecks/cards-aisleriot/index.desktop
share/apps/carddecks/cards-default/1.png
share/apps/carddecks/cards-default/10.png
share/apps/carddecks/cards-default/11.png
share/apps/carddecks/cards-default/12.png
share/apps/carddecks/cards-default/13.png
share/apps/carddecks/cards-default/14.png
share/apps/carddecks/cards-default/15.png
share/apps/carddecks/cards-default/16.png
share/apps/carddecks/cards-default/17.png
share/apps/carddecks/cards-default/18.png
share/apps/carddecks/cards-default/19.png
share/apps/carddecks/cards-default/2.png
share/apps/carddecks/cards-default/20.png
share/apps/carddecks/cards-default/21.png
share/apps/carddecks/cards-default/22.png
share/apps/carddecks/cards-default/23.png
share/apps/carddecks/cards-default/24.png
share/apps/carddecks/cards-default/25.png
share/apps/carddecks/cards-default/26.png
share/apps/carddecks/cards-default/27.png
share/apps/carddecks/cards-default/28.png
share/apps/carddecks/cards-default/29.png
share/apps/carddecks/cards-default/3.png
share/apps/carddecks/cards-default/30.png
share/apps/carddecks/cards-default/31.png
share/apps/carddecks/cards-default/32.png
share/apps/carddecks/cards-default/33.png
share/apps/carddecks/cards-default/34.png
share/apps/carddecks/cards-default/35.png
share/apps/carddecks/cards-default/36.png
share/apps/carddecks/cards-default/37.png
share/apps/carddecks/cards-default/38.png
share/apps/carddecks/cards-default/39.png
share/apps/carddecks/cards-default/4.png
share/apps/carddecks/cards-default/40.png
share/apps/carddecks/cards-default/41.png
share/apps/carddecks/cards-default/42.png
share/apps/carddecks/cards-default/43.png
share/apps/carddecks/cards-default/44.png
share/apps/carddecks/cards-default/45.png
share/apps/carddecks/cards-default/46.png
share/apps/carddecks/cards-default/47.png
share/apps/carddecks/cards-default/48.png
share/apps/carddecks/cards-default/49.png
share/apps/carddecks/cards-default/5.png
share/apps/carddecks/cards-default/50.png
share/apps/carddecks/cards-default/51.png
share/apps/carddecks/cards-default/52.png
share/apps/carddecks/cards-default/6.png
share/apps/carddecks/cards-default/7.png
share/apps/carddecks/cards-default/8.png
share/apps/carddecks/cards-default/9.png
share/apps/carddecks/cards-default/index.desktop
share/apps/carddecks/cards-dondorf-whist-b/1.png
share/apps/carddecks/cards-dondorf-whist-b/10.png
share/apps/carddecks/cards-dondorf-whist-b/11.png
share/apps/carddecks/cards-dondorf-whist-b/12.png
share/apps/carddecks/cards-dondorf-whist-b/13.png
share/apps/carddecks/cards-dondorf-whist-b/14.png
share/apps/carddecks/cards-dondorf-whist-b/15.png
share/apps/carddecks/cards-dondorf-whist-b/16.png
share/apps/carddecks/cards-dondorf-whist-b/17.png
share/apps/carddecks/cards-dondorf-whist-b/18.png
share/apps/carddecks/cards-dondorf-whist-b/19.png
share/apps/carddecks/cards-dondorf-whist-b/2.png
share/apps/carddecks/cards-dondorf-whist-b/20.png
share/apps/carddecks/cards-dondorf-whist-b/21.png
share/apps/carddecks/cards-dondorf-whist-b/22.png
share/apps/carddecks/cards-dondorf-whist-b/23.png
share/apps/carddecks/cards-dondorf-whist-b/24.png
share/apps/carddecks/cards-dondorf-whist-b/25.png
share/apps/carddecks/cards-dondorf-whist-b/26.png
share/apps/carddecks/cards-dondorf-whist-b/27.png
share/apps/carddecks/cards-dondorf-whist-b/28.png
share/apps/carddecks/cards-dondorf-whist-b/29.png
share/apps/carddecks/cards-dondorf-whist-b/3.png
share/apps/carddecks/cards-dondorf-whist-b/30.png
share/apps/carddecks/cards-dondorf-whist-b/31.png
share/apps/carddecks/cards-dondorf-whist-b/32.png
share/apps/carddecks/cards-dondorf-whist-b/33.png
share/apps/carddecks/cards-dondorf-whist-b/34.png
share/apps/carddecks/cards-dondorf-whist-b/35.png
share/apps/carddecks/cards-dondorf-whist-b/36.png
share/apps/carddecks/cards-dondorf-whist-b/37.png
share/apps/carddecks/cards-dondorf-whist-b/38.png
share/apps/carddecks/cards-dondorf-whist-b/39.png
share/apps/carddecks/cards-dondorf-whist-b/4.png
share/apps/carddecks/cards-dondorf-whist-b/40.png
share/apps/carddecks/cards-dondorf-whist-b/41.png
share/apps/carddecks/cards-dondorf-whist-b/42.png
share/apps/carddecks/cards-dondorf-whist-b/43.png
share/apps/carddecks/cards-dondorf-whist-b/44.png
share/apps/carddecks/cards-dondorf-whist-b/45.png
share/apps/carddecks/cards-dondorf-whist-b/46.png
share/apps/carddecks/cards-dondorf-whist-b/47.png
share/apps/carddecks/cards-dondorf-whist-b/48.png
share/apps/carddecks/cards-dondorf-whist-b/49.png
share/apps/carddecks/cards-dondorf-whist-b/5.png
share/apps/carddecks/cards-dondorf-whist-b/50.png
share/apps/carddecks/cards-dondorf-whist-b/51.png
share/apps/carddecks/cards-dondorf-whist-b/52.png
share/apps/carddecks/cards-dondorf-whist-b/6.png
share/apps/carddecks/cards-dondorf-whist-b/7.png
share/apps/carddecks/cards-dondorf-whist-b/8.png
share/apps/carddecks/cards-dondorf-whist-b/9.png
share/apps/carddecks/cards-dondorf-whist-b/COPYRIGHT
share/apps/carddecks/cards-dondorf-whist-b/index.desktop
share/apps/carddecks/cards-gdkcard-bonded/1.png
share/apps/carddecks/cards-gdkcard-bonded/10.png
share/apps/carddecks/cards-gdkcard-bonded/11.png
share/apps/carddecks/cards-gdkcard-bonded/12.png
share/apps/carddecks/cards-gdkcard-bonded/13.png
share/apps/carddecks/cards-gdkcard-bonded/14.png
share/apps/carddecks/cards-gdkcard-bonded/15.png
share/apps/carddecks/cards-gdkcard-bonded/16.png
share/apps/carddecks/cards-gdkcard-bonded/17.png
share/apps/carddecks/cards-gdkcard-bonded/18.png
share/apps/carddecks/cards-gdkcard-bonded/19.png
share/apps/carddecks/cards-gdkcard-bonded/2.png
share/apps/carddecks/cards-gdkcard-bonded/20.png
share/apps/carddecks/cards-gdkcard-bonded/21.png
share/apps/carddecks/cards-gdkcard-bonded/22.png
share/apps/carddecks/cards-gdkcard-bonded/23.png
share/apps/carddecks/cards-gdkcard-bonded/24.png
share/apps/carddecks/cards-gdkcard-bonded/25.png
share/apps/carddecks/cards-gdkcard-bonded/26.png
share/apps/carddecks/cards-gdkcard-bonded/27.png
share/apps/carddecks/cards-gdkcard-bonded/28.png
share/apps/carddecks/cards-gdkcard-bonded/29.png
share/apps/carddecks/cards-gdkcard-bonded/3.png
share/apps/carddecks/cards-gdkcard-bonded/30.png
share/apps/carddecks/cards-gdkcard-bonded/31.png
share/apps/carddecks/cards-gdkcard-bonded/32.png
share/apps/carddecks/cards-gdkcard-bonded/33.png
share/apps/carddecks/cards-gdkcard-bonded/34.png
share/apps/carddecks/cards-gdkcard-bonded/35.png
share/apps/carddecks/cards-gdkcard-bonded/36.png
share/apps/carddecks/cards-gdkcard-bonded/37.png
share/apps/carddecks/cards-gdkcard-bonded/38.png
share/apps/carddecks/cards-gdkcard-bonded/39.png
share/apps/carddecks/cards-gdkcard-bonded/4.png
share/apps/carddecks/cards-gdkcard-bonded/40.png
share/apps/carddecks/cards-gdkcard-bonded/41.png
share/apps/carddecks/cards-gdkcard-bonded/42.png
share/apps/carddecks/cards-gdkcard-bonded/43.png
share/apps/carddecks/cards-gdkcard-bonded/44.png
share/apps/carddecks/cards-gdkcard-bonded/45.png
share/apps/carddecks/cards-gdkcard-bonded/46.png
share/apps/carddecks/cards-gdkcard-bonded/47.png
share/apps/carddecks/cards-gdkcard-bonded/48.png
share/apps/carddecks/cards-gdkcard-bonded/49.png
share/apps/carddecks/cards-gdkcard-bonded/5.png
share/apps/carddecks/cards-gdkcard-bonded/50.png
share/apps/carddecks/cards-gdkcard-bonded/51.png
share/apps/carddecks/cards-gdkcard-bonded/52.png
share/apps/carddecks/cards-gdkcard-bonded/6.png
share/apps/carddecks/cards-gdkcard-bonded/7.png
share/apps/carddecks/cards-gdkcard-bonded/8.png
share/apps/carddecks/cards-gdkcard-bonded/9.png
share/apps/carddecks/cards-gdkcard-bonded/COPYRIGHT
share/apps/carddecks/cards-gdkcard-bonded/index.desktop
share/apps/carddecks/cards-hard-a-port/1.png
share/apps/carddecks/cards-hard-a-port/10.png
share/apps/carddecks/cards-hard-a-port/11.png
share/apps/carddecks/cards-hard-a-port/12.png
share/apps/carddecks/cards-hard-a-port/13.png
share/apps/carddecks/cards-hard-a-port/14.png
share/apps/carddecks/cards-hard-a-port/15.png
share/apps/carddecks/cards-hard-a-port/16.png
share/apps/carddecks/cards-hard-a-port/17.png
share/apps/carddecks/cards-hard-a-port/18.png
share/apps/carddecks/cards-hard-a-port/19.png
share/apps/carddecks/cards-hard-a-port/2.png
share/apps/carddecks/cards-hard-a-port/20.png
share/apps/carddecks/cards-hard-a-port/21.png
share/apps/carddecks/cards-hard-a-port/22.png
share/apps/carddecks/cards-hard-a-port/23.png
share/apps/carddecks/cards-hard-a-port/24.png
share/apps/carddecks/cards-hard-a-port/25.png
share/apps/carddecks/cards-hard-a-port/26.png
share/apps/carddecks/cards-hard-a-port/27.png
share/apps/carddecks/cards-hard-a-port/28.png
share/apps/carddecks/cards-hard-a-port/29.png
share/apps/carddecks/cards-hard-a-port/3.png
share/apps/carddecks/cards-hard-a-port/30.png
share/apps/carddecks/cards-hard-a-port/31.png
share/apps/carddecks/cards-hard-a-port/32.png
share/apps/carddecks/cards-hard-a-port/33.png
share/apps/carddecks/cards-hard-a-port/34.png
share/apps/carddecks/cards-hard-a-port/35.png
share/apps/carddecks/cards-hard-a-port/36.png
share/apps/carddecks/cards-hard-a-port/37.png
share/apps/carddecks/cards-hard-a-port/38.png
share/apps/carddecks/cards-hard-a-port/39.png
share/apps/carddecks/cards-hard-a-port/4.png
share/apps/carddecks/cards-hard-a-port/40.png
share/apps/carddecks/cards-hard-a-port/41.png
share/apps/carddecks/cards-hard-a-port/42.png
share/apps/carddecks/cards-hard-a-port/43.png
share/apps/carddecks/cards-hard-a-port/44.png
share/apps/carddecks/cards-hard-a-port/45.png
share/apps/carddecks/cards-hard-a-port/46.png
share/apps/carddecks/cards-hard-a-port/47.png
share/apps/carddecks/cards-hard-a-port/48.png
share/apps/carddecks/cards-hard-a-port/49.png
share/apps/carddecks/cards-hard-a-port/5.png
share/apps/carddecks/cards-hard-a-port/50.png
share/apps/carddecks/cards-hard-a-port/51.png
share/apps/carddecks/cards-hard-a-port/52.png
share/apps/carddecks/cards-hard-a-port/6.png
share/apps/carddecks/cards-hard-a-port/7.png
share/apps/carddecks/cards-hard-a-port/8.png
share/apps/carddecks/cards-hard-a-port/9.png
share/apps/carddecks/cards-hard-a-port/COPYRIGHT
share/apps/carddecks/cards-hard-a-port/index.desktop
share/apps/carddecks/cards-konqi-modern/1.png
share/apps/carddecks/cards-konqi-modern/10.png
share/apps/carddecks/cards-konqi-modern/11.png
share/apps/carddecks/cards-konqi-modern/12.png
share/apps/carddecks/cards-konqi-modern/13.png
share/apps/carddecks/cards-konqi-modern/14.png
share/apps/carddecks/cards-konqi-modern/15.png
share/apps/carddecks/cards-konqi-modern/16.png
share/apps/carddecks/cards-konqi-modern/17.png
share/apps/carddecks/cards-konqi-modern/18.png
share/apps/carddecks/cards-konqi-modern/19.png
share/apps/carddecks/cards-konqi-modern/2.png
share/apps/carddecks/cards-konqi-modern/20.png
share/apps/carddecks/cards-konqi-modern/21.png
share/apps/carddecks/cards-konqi-modern/22.png
share/apps/carddecks/cards-konqi-modern/23.png
share/apps/carddecks/cards-konqi-modern/24.png
share/apps/carddecks/cards-konqi-modern/25.png
share/apps/carddecks/cards-konqi-modern/26.png
share/apps/carddecks/cards-konqi-modern/27.png
share/apps/carddecks/cards-konqi-modern/28.png
share/apps/carddecks/cards-konqi-modern/29.png
share/apps/carddecks/cards-konqi-modern/3.png
share/apps/carddecks/cards-konqi-modern/30.png
share/apps/carddecks/cards-konqi-modern/31.png
share/apps/carddecks/cards-konqi-modern/32.png
share/apps/carddecks/cards-konqi-modern/33.png
share/apps/carddecks/cards-konqi-modern/34.png
share/apps/carddecks/cards-konqi-modern/35.png
share/apps/carddecks/cards-konqi-modern/36.png
share/apps/carddecks/cards-konqi-modern/37.png
share/apps/carddecks/cards-konqi-modern/38.png
share/apps/carddecks/cards-konqi-modern/39.png
share/apps/carddecks/cards-konqi-modern/4.png
share/apps/carddecks/cards-konqi-modern/40.png
share/apps/carddecks/cards-konqi-modern/41.png
share/apps/carddecks/cards-konqi-modern/42.png
share/apps/carddecks/cards-konqi-modern/43.png
share/apps/carddecks/cards-konqi-modern/44.png
share/apps/carddecks/cards-konqi-modern/45.png
share/apps/carddecks/cards-konqi-modern/46.png
share/apps/carddecks/cards-konqi-modern/47.png
share/apps/carddecks/cards-konqi-modern/48.png
share/apps/carddecks/cards-konqi-modern/49.png
share/apps/carddecks/cards-konqi-modern/5.png
share/apps/carddecks/cards-konqi-modern/50.png
share/apps/carddecks/cards-konqi-modern/51.png
share/apps/carddecks/cards-konqi-modern/52.png
share/apps/carddecks/cards-konqi-modern/6.png
share/apps/carddecks/cards-konqi-modern/7.png
share/apps/carddecks/cards-konqi-modern/8.png
share/apps/carddecks/cards-konqi-modern/9.png
share/apps/carddecks/cards-konqi-modern/index.desktop
share/apps/carddecks/cards-penguins/1.png
share/apps/carddecks/cards-penguins/10.png
share/apps/carddecks/cards-penguins/11.png
share/apps/carddecks/cards-penguins/12.png
share/apps/carddecks/cards-penguins/13.png
share/apps/carddecks/cards-penguins/14.png
share/apps/carddecks/cards-penguins/15.png
share/apps/carddecks/cards-penguins/16.png
share/apps/carddecks/cards-penguins/17.png
share/apps/carddecks/cards-penguins/18.png
share/apps/carddecks/cards-penguins/19.png
share/apps/carddecks/cards-penguins/2.png
share/apps/carddecks/cards-penguins/20.png
share/apps/carddecks/cards-penguins/21.png
share/apps/carddecks/cards-penguins/22.png
share/apps/carddecks/cards-penguins/23.png
share/apps/carddecks/cards-penguins/24.png
share/apps/carddecks/cards-penguins/25.png
share/apps/carddecks/cards-penguins/26.png
share/apps/carddecks/cards-penguins/27.png
share/apps/carddecks/cards-penguins/28.png
share/apps/carddecks/cards-penguins/29.png
share/apps/carddecks/cards-penguins/3.png
share/apps/carddecks/cards-penguins/30.png
share/apps/carddecks/cards-penguins/31.png
share/apps/carddecks/cards-penguins/32.png
share/apps/carddecks/cards-penguins/33.png
share/apps/carddecks/cards-penguins/34.png
share/apps/carddecks/cards-penguins/35.png
share/apps/carddecks/cards-penguins/36.png
share/apps/carddecks/cards-penguins/37.png
share/apps/carddecks/cards-penguins/38.png
share/apps/carddecks/cards-penguins/39.png
share/apps/carddecks/cards-penguins/4.png
share/apps/carddecks/cards-penguins/40.png
share/apps/carddecks/cards-penguins/41.png
share/apps/carddecks/cards-penguins/42.png
share/apps/carddecks/cards-penguins/43.png
share/apps/carddecks/cards-penguins/44.png
share/apps/carddecks/cards-penguins/45.png
share/apps/carddecks/cards-penguins/46.png
share/apps/carddecks/cards-penguins/47.png
share/apps/carddecks/cards-penguins/48.png
share/apps/carddecks/cards-penguins/49.png
share/apps/carddecks/cards-penguins/5.png
share/apps/carddecks/cards-penguins/50.png
share/apps/carddecks/cards-penguins/51.png
share/apps/carddecks/cards-penguins/52.png
share/apps/carddecks/cards-penguins/6.png
share/apps/carddecks/cards-penguins/7.png
share/apps/carddecks/cards-penguins/8.png
share/apps/carddecks/cards-penguins/9.png
share/apps/carddecks/cards-penguins/COPYRIGHT
share/apps/carddecks/cards-penguins/index.desktop
share/apps/carddecks/cards-spaced/1.png
share/apps/carddecks/cards-spaced/10.png
share/apps/carddecks/cards-spaced/11.png
share/apps/carddecks/cards-spaced/12.png
share/apps/carddecks/cards-spaced/13.png
share/apps/carddecks/cards-spaced/14.png
share/apps/carddecks/cards-spaced/15.png
share/apps/carddecks/cards-spaced/16.png
share/apps/carddecks/cards-spaced/17.png
share/apps/carddecks/cards-spaced/18.png
share/apps/carddecks/cards-spaced/19.png
share/apps/carddecks/cards-spaced/2.png
share/apps/carddecks/cards-spaced/20.png
share/apps/carddecks/cards-spaced/21.png
share/apps/carddecks/cards-spaced/22.png
share/apps/carddecks/cards-spaced/23.png
share/apps/carddecks/cards-spaced/24.png
share/apps/carddecks/cards-spaced/25.png
share/apps/carddecks/cards-spaced/26.png
share/apps/carddecks/cards-spaced/27.png
share/apps/carddecks/cards-spaced/28.png
share/apps/carddecks/cards-spaced/29.png
share/apps/carddecks/cards-spaced/3.png
share/apps/carddecks/cards-spaced/30.png
share/apps/carddecks/cards-spaced/31.png
share/apps/carddecks/cards-spaced/32.png
share/apps/carddecks/cards-spaced/33.png
share/apps/carddecks/cards-spaced/34.png
share/apps/carddecks/cards-spaced/35.png
share/apps/carddecks/cards-spaced/36.png
share/apps/carddecks/cards-spaced/37.png
share/apps/carddecks/cards-spaced/38.png
share/apps/carddecks/cards-spaced/39.png
share/apps/carddecks/cards-spaced/4.png
share/apps/carddecks/cards-spaced/40.png
share/apps/carddecks/cards-spaced/41.png
share/apps/carddecks/cards-spaced/42.png
share/apps/carddecks/cards-spaced/43.png
share/apps/carddecks/cards-spaced/44.png
share/apps/carddecks/cards-spaced/45.png
share/apps/carddecks/cards-spaced/46.png
share/apps/carddecks/cards-spaced/47.png
share/apps/carddecks/cards-spaced/48.png
share/apps/carddecks/cards-spaced/49.png
share/apps/carddecks/cards-spaced/5.png
share/apps/carddecks/cards-spaced/50.png
share/apps/carddecks/cards-spaced/51.png
share/apps/carddecks/cards-spaced/52.png
share/apps/carddecks/cards-spaced/6.png
share/apps/carddecks/cards-spaced/7.png
share/apps/carddecks/cards-spaced/8.png
share/apps/carddecks/cards-spaced/9.png
share/apps/carddecks/cards-spaced/COPYRIGHT
share/apps/carddecks/cards-spaced/index.desktop
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/apps/carddecks/cards-warwick/0.png
share/apps/carddecks/cards-warwick/1.png
share/apps/carddecks/cards-warwick/10.png
share/apps/carddecks/cards-warwick/105.png
share/apps/carddecks/cards-warwick/106.png
share/apps/carddecks/cards-warwick/107.png
share/apps/carddecks/cards-warwick/108.png
share/apps/carddecks/cards-warwick/109.png
share/apps/carddecks/cards-warwick/11.png
share/apps/carddecks/cards-warwick/110.png
share/apps/carddecks/cards-warwick/111.png
share/apps/carddecks/cards-warwick/112.png
share/apps/carddecks/cards-warwick/113.png
share/apps/carddecks/cards-warwick/114.png
share/apps/carddecks/cards-warwick/115.png
share/apps/carddecks/cards-warwick/116.png
share/apps/carddecks/cards-warwick/12.png
share/apps/carddecks/cards-warwick/13.png
share/apps/carddecks/cards-warwick/14.png
share/apps/carddecks/cards-warwick/15.png
share/apps/carddecks/cards-warwick/16.png
share/apps/carddecks/cards-warwick/17.png
share/apps/carddecks/cards-warwick/18.png
share/apps/carddecks/cards-warwick/19.png
share/apps/carddecks/cards-warwick/2.png
share/apps/carddecks/cards-warwick/20.png
share/apps/carddecks/cards-warwick/21.png
share/apps/carddecks/cards-warwick/22.png
share/apps/carddecks/cards-warwick/23.png
share/apps/carddecks/cards-warwick/24.png
share/apps/carddecks/cards-warwick/25.png
share/apps/carddecks/cards-warwick/26.png
share/apps/carddecks/cards-warwick/27.png
share/apps/carddecks/cards-warwick/28.png
share/apps/carddecks/cards-warwick/29.png
share/apps/carddecks/cards-warwick/3.png
share/apps/carddecks/cards-warwick/30.png
share/apps/carddecks/cards-warwick/31.png
share/apps/carddecks/cards-warwick/32.png
share/apps/carddecks/cards-warwick/33.png
share/apps/carddecks/cards-warwick/34.png
share/apps/carddecks/cards-warwick/35.png
share/apps/carddecks/cards-warwick/36.png
share/apps/carddecks/cards-warwick/37.png
share/apps/carddecks/cards-warwick/38.png
share/apps/carddecks/cards-warwick/39.png
share/apps/carddecks/cards-warwick/4.png
share/apps/carddecks/cards-warwick/40.png
share/apps/carddecks/cards-warwick/41.png
share/apps/carddecks/cards-warwick/42.png
share/apps/carddecks/cards-warwick/43.png
share/apps/carddecks/cards-warwick/44.png
share/apps/carddecks/cards-warwick/45.png
share/apps/carddecks/cards-warwick/46.png
share/apps/carddecks/cards-warwick/47.png
share/apps/carddecks/cards-warwick/48.png
share/apps/carddecks/cards-warwick/49.png
share/apps/carddecks/cards-warwick/5.png
share/apps/carddecks/cards-warwick/50.png
share/apps/carddecks/cards-warwick/51.png
share/apps/carddecks/cards-warwick/52.png
share/apps/carddecks/cards-warwick/6.png
share/apps/carddecks/cards-warwick/7.png
share/apps/carddecks/cards-warwick/8.png
share/apps/carddecks/cards-warwick/9.png
share/apps/carddecks/cards-warwick/index.desktop
share/apps/carddecks/cards-xskat-french/1.png
share/apps/carddecks/cards-xskat-french/10.png
share/apps/carddecks/cards-xskat-french/11.png
share/apps/carddecks/cards-xskat-french/12.png
share/apps/carddecks/cards-xskat-french/13.png
share/apps/carddecks/cards-xskat-french/14.png
share/apps/carddecks/cards-xskat-french/15.png
share/apps/carddecks/cards-xskat-french/16.png
share/apps/carddecks/cards-xskat-french/17.png
share/apps/carddecks/cards-xskat-french/18.png
share/apps/carddecks/cards-xskat-french/19.png
share/apps/carddecks/cards-xskat-french/2.png
share/apps/carddecks/cards-xskat-french/20.png
share/apps/carddecks/cards-xskat-french/21.png
share/apps/carddecks/cards-xskat-french/22.png
share/apps/carddecks/cards-xskat-french/23.png
share/apps/carddecks/cards-xskat-french/24.png
share/apps/carddecks/cards-xskat-french/25.png
share/apps/carddecks/cards-xskat-french/26.png
share/apps/carddecks/cards-xskat-french/27.png
share/apps/carddecks/cards-xskat-french/28.png
share/apps/carddecks/cards-xskat-french/29.png
share/apps/carddecks/cards-xskat-french/3.png
share/apps/carddecks/cards-xskat-french/30.png
share/apps/carddecks/cards-xskat-french/31.png
share/apps/carddecks/cards-xskat-french/32.png
share/apps/carddecks/cards-xskat-french/33.png
share/apps/carddecks/cards-xskat-french/34.png
share/apps/carddecks/cards-xskat-french/35.png
share/apps/carddecks/cards-xskat-french/36.png
share/apps/carddecks/cards-xskat-french/37.png
share/apps/carddecks/cards-xskat-french/38.png
share/apps/carddecks/cards-xskat-french/39.png
share/apps/carddecks/cards-xskat-french/4.png
share/apps/carddecks/cards-xskat-french/40.png
share/apps/carddecks/cards-xskat-french/41.png
share/apps/carddecks/cards-xskat-french/42.png
share/apps/carddecks/cards-xskat-french/43.png
share/apps/carddecks/cards-xskat-french/44.png
share/apps/carddecks/cards-xskat-french/45.png
share/apps/carddecks/cards-xskat-french/46.png
share/apps/carddecks/cards-xskat-french/47.png
share/apps/carddecks/cards-xskat-french/48.png
share/apps/carddecks/cards-xskat-french/49.png
share/apps/carddecks/cards-xskat-french/5.png
share/apps/carddecks/cards-xskat-french/50.png
share/apps/carddecks/cards-xskat-french/51.png
share/apps/carddecks/cards-xskat-french/52.png
share/apps/carddecks/cards-xskat-french/6.png
share/apps/carddecks/cards-xskat-french/7.png
share/apps/carddecks/cards-xskat-french/8.png
share/apps/carddecks/cards-xskat-french/9.png
share/apps/carddecks/cards-xskat-french/COPYRIGHT
share/apps/carddecks/cards-xskat-french/index.desktop
share/apps/carddecks/decks/deck0.desktop
share/apps/carddecks/decks/deck0.png
share/apps/carddecks/decks/deck1.desktop
share/apps/carddecks/decks/deck1.png
share/apps/carddecks/decks/deck10.desktop
share/apps/carddecks/decks/deck10.png
share/apps/carddecks/decks/deck11.desktop
share/apps/carddecks/decks/deck11.png
share/apps/carddecks/decks/deck12.desktop
share/apps/carddecks/decks/deck12.png
share/apps/carddecks/decks/deck13.desktop
share/apps/carddecks/decks/deck13.png
share/apps/carddecks/decks/deck14.desktop
share/apps/carddecks/decks/deck14.png
share/apps/carddecks/decks/deck15.desktop
share/apps/carddecks/decks/deck15.png
share/apps/carddecks/decks/deck16.desktop
share/apps/carddecks/decks/deck16.png
share/apps/carddecks/decks/deck17.desktop
share/apps/carddecks/decks/deck17.png
share/apps/carddecks/decks/deck18.desktop
share/apps/carddecks/decks/deck18.png
share/apps/carddecks/decks/deck19.desktop
share/apps/carddecks/decks/deck19.png
share/apps/carddecks/decks/deck2.desktop
share/apps/carddecks/decks/deck2.png
share/apps/carddecks/decks/deck20.desktop
share/apps/carddecks/decks/deck20.png
share/apps/carddecks/decks/deck21.desktop
share/apps/carddecks/decks/deck21.png
share/apps/carddecks/decks/deck22.desktop
share/apps/carddecks/decks/deck22.png
share/apps/carddecks/decks/deck23.desktop
share/apps/carddecks/decks/deck23.png
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/apps/carddecks/decks/deck24.desktop
share/apps/carddecks/decks/deck24.png
share/apps/carddecks/decks/deck3.desktop
share/apps/carddecks/decks/deck3.png
share/apps/carddecks/decks/deck4.desktop
share/apps/carddecks/decks/deck4.png
share/apps/carddecks/decks/deck5.desktop
share/apps/carddecks/decks/deck5.png
share/apps/carddecks/decks/deck6.desktop
share/apps/carddecks/decks/deck6.png
share/apps/carddecks/decks/deck7.desktop
share/apps/carddecks/decks/deck7.png
share/apps/carddecks/decks/deck8.desktop
share/apps/carddecks/decks/deck8.png
share/apps/carddecks/decks/deck9.desktop
share/apps/carddecks/decks/deck9.png
share/apps/kabalone/kabaloneui.rc
share/apps/kabalone/toolbar/edit.xpm
share/apps/kabalone/toolbar/hint.xpm
share/apps/kabalone/toolbar/net.xpm
share/apps/kabalone/toolbar/new.xpm
share/apps/kabalone/toolbar/noball.xpm
share/apps/kabalone/toolbar/ok.xpm
share/apps/kabalone/toolbar/redball.xpm
share/apps/kabalone/toolbar/spy0.xpm
share/apps/kabalone/toolbar/spy1.xpm
share/apps/kabalone/toolbar/spy2.xpm
share/apps/kabalone/toolbar/spy3.xpm
share/apps/kabalone/toolbar/stop.xpm
share/apps/kabalone/toolbar/undo.xpm
share/apps/kabalone/toolbar/warning.xpm
share/apps/kabalone/toolbar/yellowball.xpm
share/apps/kasteroids/kasteroidsui.rc
share/apps/kasteroids/sounds/Explosion.wav
share/apps/kasteroids/sprites/bg.png
share/apps/kasteroids/sprites/bits/bits0000.png
share/apps/kasteroids/sprites/bits/bits0001.png
share/apps/kasteroids/sprites/bits/bits0002.png
share/apps/kasteroids/sprites/bits/bits0003.png
share/apps/kasteroids/sprites/bits/bits0004.png
share/apps/kasteroids/sprites/bits/bits0005.png
share/apps/kasteroids/sprites/bits/bits0006.png
share/apps/kasteroids/sprites/bits/bits0007.png
share/apps/kasteroids/sprites/bits/bits0008.png
share/apps/kasteroids/sprites/bits/bits0009.png
share/apps/kasteroids/sprites/bits/bits0010.png
share/apps/kasteroids/sprites/bits/bits0011.png
share/apps/kasteroids/sprites/bits/bits0012.png
share/apps/kasteroids/sprites/bits/bits0013.png
share/apps/kasteroids/sprites/bits/bits0014.png
share/apps/kasteroids/sprites/bits/bits0015.png
share/apps/kasteroids/sprites/exhaust/exhaust.png
share/apps/kasteroids/sprites/missile/missile.png
share/apps/kasteroids/sprites/powerups/brake.png
share/apps/kasteroids/sprites/powerups/energy.png
share/apps/kasteroids/sprites/powerups/shield.png
share/apps/kasteroids/sprites/powerups/shoot.png
share/apps/kasteroids/sprites/powerups/teleport.png
share/apps/kasteroids/sprites/rock1/rock10000.png
share/apps/kasteroids/sprites/rock1/rock10001.png
share/apps/kasteroids/sprites/rock1/rock10002.png
share/apps/kasteroids/sprites/rock1/rock10003.png
share/apps/kasteroids/sprites/rock1/rock10004.png
share/apps/kasteroids/sprites/rock1/rock10005.png
share/apps/kasteroids/sprites/rock1/rock10006.png
share/apps/kasteroids/sprites/rock1/rock10007.png
share/apps/kasteroids/sprites/rock1/rock10008.png
share/apps/kasteroids/sprites/rock1/rock10009.png
share/apps/kasteroids/sprites/rock1/rock10010.png
share/apps/kasteroids/sprites/rock1/rock10011.png
share/apps/kasteroids/sprites/rock1/rock10012.png
share/apps/kasteroids/sprites/rock1/rock10013.png
share/apps/kasteroids/sprites/rock1/rock10014.png
share/apps/kasteroids/sprites/rock1/rock10015.png
share/apps/kasteroids/sprites/rock1/rock10016.png
share/apps/kasteroids/sprites/rock1/rock10017.png
share/apps/kasteroids/sprites/rock1/rock10018.png
share/apps/kasteroids/sprites/rock1/rock10019.png
share/apps/kasteroids/sprites/rock1/rock10020.png
share/apps/kasteroids/sprites/rock1/rock10021.png
share/apps/kasteroids/sprites/rock1/rock10022.png
share/apps/kasteroids/sprites/rock1/rock10023.png
share/apps/kasteroids/sprites/rock1/rock10024.png
share/apps/kasteroids/sprites/rock1/rock10025.png
share/apps/kasteroids/sprites/rock1/rock10026.png
share/apps/kasteroids/sprites/rock1/rock10027.png
share/apps/kasteroids/sprites/rock1/rock10028.png
share/apps/kasteroids/sprites/rock1/rock10029.png
share/apps/kasteroids/sprites/rock1/rock10030.png
share/apps/kasteroids/sprites/rock1/rock10031.png
share/apps/kasteroids/sprites/rock2/rock20000.png
share/apps/kasteroids/sprites/rock2/rock20001.png
share/apps/kasteroids/sprites/rock2/rock20002.png
share/apps/kasteroids/sprites/rock2/rock20003.png
share/apps/kasteroids/sprites/rock2/rock20004.png
share/apps/kasteroids/sprites/rock2/rock20005.png
share/apps/kasteroids/sprites/rock2/rock20006.png
share/apps/kasteroids/sprites/rock2/rock20007.png
share/apps/kasteroids/sprites/rock2/rock20008.png
share/apps/kasteroids/sprites/rock2/rock20009.png
share/apps/kasteroids/sprites/rock2/rock20010.png
share/apps/kasteroids/sprites/rock2/rock20011.png
share/apps/kasteroids/sprites/rock2/rock20012.png
share/apps/kasteroids/sprites/rock2/rock20013.png
share/apps/kasteroids/sprites/rock2/rock20014.png
share/apps/kasteroids/sprites/rock2/rock20015.png
share/apps/kasteroids/sprites/rock2/rock20016.png
share/apps/kasteroids/sprites/rock2/rock20017.png
share/apps/kasteroids/sprites/rock2/rock20018.png
share/apps/kasteroids/sprites/rock2/rock20019.png
share/apps/kasteroids/sprites/rock2/rock20020.png
share/apps/kasteroids/sprites/rock2/rock20021.png
share/apps/kasteroids/sprites/rock2/rock20022.png
share/apps/kasteroids/sprites/rock2/rock20023.png
share/apps/kasteroids/sprites/rock2/rock20024.png
share/apps/kasteroids/sprites/rock2/rock20025.png
share/apps/kasteroids/sprites/rock2/rock20026.png
share/apps/kasteroids/sprites/rock2/rock20027.png
share/apps/kasteroids/sprites/rock2/rock20028.png
share/apps/kasteroids/sprites/rock2/rock20029.png
share/apps/kasteroids/sprites/rock2/rock20030.png
share/apps/kasteroids/sprites/rock2/rock20031.png
share/apps/kasteroids/sprites/rock3/rock30000.png
share/apps/kasteroids/sprites/rock3/rock30001.png
share/apps/kasteroids/sprites/rock3/rock30002.png
share/apps/kasteroids/sprites/rock3/rock30003.png
share/apps/kasteroids/sprites/rock3/rock30004.png
share/apps/kasteroids/sprites/rock3/rock30005.png
share/apps/kasteroids/sprites/rock3/rock30006.png
share/apps/kasteroids/sprites/rock3/rock30007.png
share/apps/kasteroids/sprites/rock3/rock30008.png
share/apps/kasteroids/sprites/rock3/rock30009.png
share/apps/kasteroids/sprites/rock3/rock30010.png
share/apps/kasteroids/sprites/rock3/rock30011.png
share/apps/kasteroids/sprites/rock3/rock30012.png
share/apps/kasteroids/sprites/rock3/rock30013.png
share/apps/kasteroids/sprites/rock3/rock30014.png
share/apps/kasteroids/sprites/rock3/rock30015.png
share/apps/kasteroids/sprites/rock3/rock30016.png
share/apps/kasteroids/sprites/rock3/rock30017.png
share/apps/kasteroids/sprites/rock3/rock30018.png
share/apps/kasteroids/sprites/rock3/rock30019.png
share/apps/kasteroids/sprites/rock3/rock30020.png
share/apps/kasteroids/sprites/rock3/rock30021.png
share/apps/kasteroids/sprites/rock3/rock30022.png
share/apps/kasteroids/sprites/rock3/rock30023.png
share/apps/kasteroids/sprites/rock3/rock30024.png
share/apps/kasteroids/sprites/rock3/rock30025.png
share/apps/kasteroids/sprites/rock3/rock30026.png
share/apps/kasteroids/sprites/rock3/rock30027.png
share/apps/kasteroids/sprites/rock3/rock30028.png
share/apps/kasteroids/sprites/rock3/rock30029.png
share/apps/kasteroids/sprites/rock3/rock30030.png
share/apps/kasteroids/sprites/rock3/rock30031.png
share/apps/kasteroids/sprites/shield/shield0000.png
share/apps/kasteroids/sprites/shield/shield0001.png
share/apps/kasteroids/sprites/shield/shield0002.png
share/apps/kasteroids/sprites/shield/shield0003.png
share/apps/kasteroids/sprites/shield/shield0004.png
share/apps/kasteroids/sprites/shield/shield0005.png
share/apps/kasteroids/sprites/shield/shield0006.png
share/apps/kasteroids/sprites/ship/ship0000.png
share/apps/kasteroids/sprites/ship/ship0001.png
share/apps/kasteroids/sprites/ship/ship0002.png
share/apps/kasteroids/sprites/ship/ship0003.png
share/apps/kasteroids/sprites/ship/ship0004.png
share/apps/kasteroids/sprites/ship/ship0005.png
share/apps/kasteroids/sprites/ship/ship0006.png
share/apps/kasteroids/sprites/ship/ship0007.png
share/apps/kasteroids/sprites/ship/ship0008.png
share/apps/kasteroids/sprites/ship/ship0009.png
share/apps/kasteroids/sprites/ship/ship0010.png
share/apps/kasteroids/sprites/ship/ship0011.png
share/apps/kasteroids/sprites/ship/ship0012.png
share/apps/kasteroids/sprites/ship/ship0013.png
share/apps/kasteroids/sprites/ship/ship0014.png
share/apps/kasteroids/sprites/ship/ship0015.png
share/apps/kasteroids/sprites/ship/ship0016.png
share/apps/kasteroids/sprites/ship/ship0017.png
share/apps/kasteroids/sprites/ship/ship0018.png
share/apps/kasteroids/sprites/ship/ship0019.png
share/apps/kasteroids/sprites/ship/ship0020.png
share/apps/kasteroids/sprites/ship/ship0021.png
share/apps/kasteroids/sprites/ship/ship0022.png
share/apps/kasteroids/sprites/ship/ship0023.png
share/apps/kasteroids/sprites/ship/ship0024.png
share/apps/kasteroids/sprites/ship/ship0025.png
share/apps/kasteroids/sprites/ship/ship0026.png
share/apps/kasteroids/sprites/ship/ship0027.png
share/apps/kasteroids/sprites/ship/ship0028.png
share/apps/kasteroids/sprites/ship/ship0029.png
share/apps/kasteroids/sprites/ship/ship0030.png
share/apps/kasteroids/sprites/ship/ship0031.png
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/apps/kasteroids/sprites/ship/ship0032.png
share/apps/kasteroids/sprites/ship/ship0033.png
share/apps/kasteroids/sprites/ship/ship0034.png
share/apps/kasteroids/sprites/ship/ship0035.png
share/apps/kasteroids/sprites/ship/ship0036.png
share/apps/kasteroids/sprites/ship/ship0037.png
share/apps/kasteroids/sprites/ship/ship0038.png
share/apps/kasteroids/sprites/ship/ship0039.png
share/apps/kasteroids/sprites/ship/ship0040.png
share/apps/kasteroids/sprites/ship/ship0041.png
share/apps/kasteroids/sprites/ship/ship0042.png
share/apps/kasteroids/sprites/ship/ship0043.png
share/apps/kasteroids/sprites/ship/ship0044.png
share/apps/kasteroids/sprites/ship/ship0045.png
share/apps/kasteroids/sprites/ship/ship0046.png
share/apps/kasteroids/sprites/ship/ship0047.png
share/apps/kasteroids/sprites/ship/ship0048.png
share/apps/kasteroids/sprites/ship/ship0049.png
share/apps/kasteroids/sprites/ship/ship0050.png
share/apps/kasteroids/sprites/ship/ship0051.png
share/apps/kasteroids/sprites/ship/ship0052.png
share/apps/kasteroids/sprites/ship/ship0053.png
share/apps/kasteroids/sprites/ship/ship0054.png
share/apps/kasteroids/sprites/ship/ship0055.png
share/apps/kasteroids/sprites/ship/ship0056.png
share/apps/kasteroids/sprites/ship/ship0057.png
share/apps/kasteroids/sprites/ship/ship0058.png
share/apps/kasteroids/sprites/ship/ship0059.png
share/apps/kasteroids/sprites/ship/ship0060.png
share/apps/kasteroids/sprites/ship/ship0061.png
share/apps/kasteroids/sprites/ship/ship0062.png
share/apps/kasteroids/sprites/ship/ship0063.png
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-28 22:44:58 -04:00
share/apps/katomic/katomicui.rc
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/apps/katomic/levels/.cvsignore
share/apps/katomic/levels/CVS/Entries
share/apps/katomic/levels/CVS/Repository
share/apps/katomic/levels/CVS/Root
share/apps/katomic/levels/CVS/Tag
share/apps/katomic/levels/level_1
share/apps/katomic/levels/level_10
share/apps/katomic/levels/level_11
share/apps/katomic/levels/level_12
share/apps/katomic/levels/level_13
share/apps/katomic/levels/level_14
share/apps/katomic/levels/level_15
share/apps/katomic/levels/level_16
share/apps/katomic/levels/level_17
share/apps/katomic/levels/level_18
share/apps/katomic/levels/level_19
share/apps/katomic/levels/level_2
share/apps/katomic/levels/level_20
share/apps/katomic/levels/level_21
share/apps/katomic/levels/level_22
share/apps/katomic/levels/level_23
share/apps/katomic/levels/level_24
share/apps/katomic/levels/level_25
share/apps/katomic/levels/level_26
share/apps/katomic/levels/level_27
share/apps/katomic/levels/level_28
share/apps/katomic/levels/level_29
share/apps/katomic/levels/level_3
share/apps/katomic/levels/level_30
share/apps/katomic/levels/level_31
share/apps/katomic/levels/level_32
share/apps/katomic/levels/level_33
share/apps/katomic/levels/level_34
share/apps/katomic/levels/level_35
share/apps/katomic/levels/level_36
share/apps/katomic/levels/level_37
share/apps/katomic/levels/level_38
share/apps/katomic/levels/level_39
share/apps/katomic/levels/level_4
share/apps/katomic/levels/level_40
share/apps/katomic/levels/level_41
share/apps/katomic/levels/level_42
share/apps/katomic/levels/level_43
share/apps/katomic/levels/level_44
share/apps/katomic/levels/level_45
share/apps/katomic/levels/level_46
share/apps/katomic/levels/level_47
share/apps/katomic/levels/level_48
share/apps/katomic/levels/level_49
share/apps/katomic/levels/level_5
share/apps/katomic/levels/level_50
share/apps/katomic/levels/level_51
share/apps/katomic/levels/level_52
share/apps/katomic/levels/level_53
share/apps/katomic/levels/level_54
share/apps/katomic/levels/level_55
share/apps/katomic/levels/level_56
share/apps/katomic/levels/level_57
share/apps/katomic/levels/level_58
share/apps/katomic/levels/level_59
share/apps/katomic/levels/level_6
share/apps/katomic/levels/level_60
share/apps/katomic/levels/level_61
share/apps/katomic/levels/level_62
share/apps/katomic/levels/level_63
share/apps/katomic/levels/level_64
share/apps/katomic/levels/level_65
share/apps/katomic/levels/level_66
share/apps/katomic/levels/level_67
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/apps/katomic/levels/level_68
share/apps/katomic/levels/level_69
share/apps/katomic/levels/level_7
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/apps/katomic/levels/level_70
share/apps/katomic/levels/level_71
share/apps/katomic/levels/level_72
share/apps/katomic/levels/level_73
share/apps/katomic/levels/level_74
share/apps/katomic/levels/level_75
share/apps/katomic/levels/level_76
share/apps/katomic/levels/level_77
share/apps/katomic/levels/level_78
share/apps/katomic/levels/level_79
share/apps/katomic/levels/level_8
share/apps/katomic/levels/level_9
share/apps/katomic/pics/abilder.png
share/apps/katomic/pics/molek.png
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/apps/kbackgammon/eventsrc
share/apps/kbackgammon/kbackgammonui.rc
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/apps/kbackgammon/pics/kbackgammon-chat.png
share/apps/kbackgammon/pics/kbackgammon-double.xpm
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/apps/kbackgammon/pics/kbackgammon-fonts.xpm
share/apps/kbackgammon/pics/kbackgammon-hint.xpm
share/apps/kbackgammon/pics/kbackgammon-redo.xpm
share/apps/kbackgammon/pics/kbackgammon-reload.xpm
share/apps/kbackgammon/pics/kbackgammon-roll.xpm
share/apps/kbackgammon/pics/kbackgammon-send.xpm
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/apps/kbackgammon/pics/kbackgammon-undo.xpm
share/apps/kbackgammon/sounds/kbackgammon-lost.wav
share/apps/kbackgammon/sounds/kbackgammon-move.wav
share/apps/kbackgammon/sounds/kbackgammon-roll.wav
share/apps/kbackgammon/sounds/kbackgammon-won.wav
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/apps/kbattleship/kbattleshipui.rc
share/apps/kbattleship/pictures/death.png
share/apps/kbattleship/pictures/hit.png
share/apps/kbattleship/pictures/sea.png
share/apps/kbattleship/pictures/ship1-1-r.png
share/apps/kbattleship/pictures/ship1-1.png
share/apps/kbattleship/pictures/ship2-1-r.png
share/apps/kbattleship/pictures/ship2-1.png
share/apps/kbattleship/pictures/ship2-2-r.png
share/apps/kbattleship/pictures/ship2-2.png
share/apps/kbattleship/pictures/ship3-1-r.png
share/apps/kbattleship/pictures/ship3-1.png
share/apps/kbattleship/pictures/ship3-2-r.png
share/apps/kbattleship/pictures/ship3-2.png
share/apps/kbattleship/pictures/ship3-3-r.png
share/apps/kbattleship/pictures/ship3-3.png
share/apps/kbattleship/pictures/ship4-1-r.png
share/apps/kbattleship/pictures/ship4-1.png
share/apps/kbattleship/pictures/ship4-2-r.png
share/apps/kbattleship/pictures/ship4-2.png
share/apps/kbattleship/pictures/ship4-3-r.png
share/apps/kbattleship/pictures/ship4-3.png
share/apps/kbattleship/pictures/ship4-4-r.png
share/apps/kbattleship/pictures/ship4-4.png
share/apps/kbattleship/pictures/water.png
share/apps/kbattleship/sounds/ship-player-shoot-water.mp3
share/apps/kbattleship/sounds/ship-player1-shoot.mp3
share/apps/kbattleship/sounds/ship-player2-shoot.mp3
share/apps/kbattleship/sounds/ship-sink.mp3
share/apps/kblackbox/kblackboxui.rc
share/apps/kblackbox/pics/blue.xpm
share/apps/kblackbox/pics/brown.xpm
share/apps/kblackbox/pics/cyan.xpm
share/apps/kblackbox/pics/done.xpm
share/apps/kblackbox/pics/giveup.xpm
share/apps/kblackbox/pics/gray.xpm
share/apps/kblackbox/pics/green.xpm
share/apps/kblackbox/pics/green2.xpm
share/apps/kblackbox/pics/red.xpm
share/apps/kblackbox/pics/white.xpm
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/apps/kdegames/pics/star.png
share/apps/kfouleggs/kfouleggsui.rc
share/apps/kjezz/kjezzui.rc
share/apps/kjezz/pics/ball0000.png
share/apps/kjezz/pics/ball0001.png
share/apps/kjezz/pics/ball0002.png
share/apps/kjezz/pics/ball0003.png
share/apps/kjezz/pics/ball0004.png
share/apps/kjezz/pics/ball0005.png
share/apps/kjezz/pics/ball0006.png
share/apps/kjezz/pics/ball0007.png
share/apps/kjezz/pics/ball0008.png
share/apps/kjezz/pics/ball0009.png
share/apps/kjezz/pics/ball0010.png
share/apps/kjezz/pics/ball0011.png
share/apps/kjezz/pics/ball0012.png
share/apps/kjezz/pics/ball0013.png
share/apps/kjezz/pics/ball0014.png
share/apps/kjezz/pics/ball0015.png
share/apps/kjezz/pics/ball0016.png
share/apps/kjezz/pics/ball0017.png
share/apps/kjezz/pics/ball0018.png
share/apps/kjezz/pics/ball0019.png
share/apps/kjezz/pics/ball0020.png
share/apps/kjezz/pics/ball0021.png
share/apps/kjezz/pics/ball0022.png
share/apps/kjezz/pics/ball0023.png
share/apps/kjezz/pics/ball0024.png
share/apps/kjezz/pics/tiles.png
share/apps/kjezz/sounds/death.au
share/apps/kjezz/sounds/reflect.au
share/apps/kjezz/sounds/seconds.au
share/apps/kjezz/sounds/timeout.au
share/apps/kjezz/sounds/wallend.au
share/apps/kjezz/sounds/wallstart.au
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/apps/kjumpingcube/kjumpingcubeui.rc
share/apps/klines/balls.jpg
share/apps/klines/field.jpg
share/apps/klines/fire.jpg
share/apps/kmahjongg/pics/cross.layout
share/apps/kmahjongg/pics/default.bgnd
share/apps/kmahjongg/pics/default.layout
share/apps/kmahjongg/pics/default.theme
share/apps/kmahjongg/pics/default.tileset
share/apps/kmahjongg/pics/haze.bgnd
share/apps/kmahjongg/pics/kmahjongg.png
share/apps/kmahjongg/pics/kmahjongg_bgnd.png
share/apps/kmahjongg/pics/pirates.bgnd
share/apps/kmahjongg/pics/pirates.layout
share/apps/kmahjongg/pics/pirates.theme
share/apps/kmahjongg/pics/pirates.tileset
share/apps/kmahjongg/pics/pyramid.layout
share/apps/kmahjongg/pics/slate.bgnd
share/apps/kmahjongg/pics/splash.png
share/apps/kmahjongg/pics/stax.layout
share/apps/kmahjongg/pics/test.layout
share/apps/kmahjongg/pics/test2.layout
share/apps/kmahjongg/pics/tower.layout
share/apps/kmahjongg/pics/traditional.tileset
share/apps/kmahjongg/pics/triangle.layout
share/apps/kmahjongg/pics/wood.bgnd
share/apps/kmahjongg/toolbar/newnum.xpm
share/apps/kmahjongg/toolbar/pause.xpm
share/apps/kmahjongg/toolbar/play.xpm
share/apps/kmines/kminesui.rc
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/apps/konquest/konquestui.rc
share/apps/konquest/pics/konquest-splash.gif
share/apps/konquest/pics/planet1.xpm
share/apps/konquest/pics/planet2.xpm
share/apps/konquest/pics/planet3.xpm
share/apps/konquest/pics/planet4.xpm
share/apps/konquest/pics/planet5.xpm
share/apps/konquest/pics/planet6.xpm
share/apps/konquest/pics/planet7.xpm
share/apps/konquest/pics/planet8.xpm
share/apps/konquest/pics/planet9.xpm
share/apps/konquest/pics/ruler.xpm
share/apps/kpat/kpatui.rc
share/apps/kpoker/kpokerui.rc
share/apps/kpoker/sounds/cardflip.wav
share/apps/kpoker/sounds/hold.wav
share/apps/kpoker/sounds/lose.wav
share/apps/kpoker/sounds/win.wav
1998-05-09 14:07:21 -04:00
share/apps/kreversi/pics/background/Dark_Wood.xpm
share/apps/kreversi/pics/background/Earth.xpm
share/apps/kreversi/pics/background/Granite.xpm
share/apps/kreversi/pics/background/Hexagon.xpm
share/apps/kreversi/pics/background/Light_Wood.xpm
share/apps/kreversi/pics/background/Mystique.xpm
share/apps/kreversi/pics/background/Ocean.xpm
share/apps/kreversi/pics/background/Pipes.xpm
share/apps/kreversi/pics/background/Puzzle.xpm
share/apps/kreversi/pics/background/Stones.xpm
share/apps/kreversi/pics/chips.xpm
share/apps/kreversi/pics/chips_mono.xpm
share/apps/kreversi/pics/help.xpm
share/apps/kreversi/pics/hint.xpm
share/apps/kreversi/pics/logo.xpm
share/apps/kreversi/pics/stop.xpm
share/apps/kreversi/pics/undo.xpm
share/apps/kreversi/pics/zoomin.xpm
share/apps/kreversi/pics/zoomout.xpm
share/apps/kreversi/sounds/reversi-click.wav
share/apps/kreversi/sounds/reversi-lost.wav
share/apps/kreversi/sounds/reversi-won.wav
share/apps/ksame/eventsrc
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-28 22:44:58 -04:00
share/apps/ksame/ksameui.rc
share/apps/ksame/stones.png
share/apps/kshisen/kshisen.xpm
share/apps/kshisen/kshisen_bgnd.xpm
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/apps/kshisen/kshisenui.rc
share/apps/kshisen/mask.xpm
share/apps/kshisen/paused.xpm
share/apps/ksirtet/ksirtetui.rc
share/apps/ksmiletris/data/bg1.bmp
share/apps/ksmiletris/data/bg10.bmp
share/apps/ksmiletris/data/bg11.bmp
share/apps/ksmiletris/data/bg12.bmp
share/apps/ksmiletris/data/bg13.bmp
share/apps/ksmiletris/data/bg14.bmp
share/apps/ksmiletris/data/bg15.bmp
share/apps/ksmiletris/data/bg16.bmp
share/apps/ksmiletris/data/bg2.bmp
share/apps/ksmiletris/data/bg3.bmp
share/apps/ksmiletris/data/bg4.bmp
share/apps/ksmiletris/data/bg5.bmp
share/apps/ksmiletris/data/bg6.bmp
share/apps/ksmiletris/data/bg7.bmp
share/apps/ksmiletris/data/bg8.bmp
share/apps/ksmiletris/data/bg9.bmp
share/apps/ksmiletris/data/block-a1.bmp
share/apps/ksmiletris/data/block-a2.bmp
share/apps/ksmiletris/data/block-a3.bmp
share/apps/ksmiletris/data/block-a4.bmp
share/apps/ksmiletris/data/block-a5.bmp
share/apps/ksmiletris/data/block-a6.bmp
share/apps/ksmiletris/data/block-a7.bmp
share/apps/ksmiletris/data/block-a8.bmp
share/apps/ksmiletris/data/block-b1.bmp
share/apps/ksmiletris/data/block-b2.bmp
share/apps/ksmiletris/data/block-b3.bmp
share/apps/ksmiletris/data/block-b4.bmp
share/apps/ksmiletris/data/block-b5.bmp
share/apps/ksmiletris/data/block-b6.bmp
share/apps/ksmiletris/data/block-b7.bmp
share/apps/ksmiletris/data/block-b8.bmp
share/apps/ksmiletris/data/block-c1.bmp
share/apps/ksmiletris/data/block-c2.bmp
share/apps/ksmiletris/data/block-c3.bmp
share/apps/ksmiletris/data/block-c4.bmp
share/apps/ksmiletris/data/block-c5.bmp
share/apps/ksmiletris/data/block-c6.bmp
share/apps/ksmiletris/data/block-c7.bmp
share/apps/ksmiletris/data/block-c8.bmp
share/apps/ksmiletris/data/broken-mask.bmp
share/apps/ksmiletris/data/broken.bmp
share/apps/ksmiletris/data/cleared-a.bmp
share/apps/ksmiletris/data/cleared-b.bmp
share/apps/ksmiletris/data/cleared-c.bmp
share/apps/ksmiletris/data/pause.bmp
share/apps/ksmiletris/sounds/break.wav
share/apps/ksmiletris/sounds/clear.wav
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-28 22:44:58 -04:00
share/apps/ksnake/backgrounds/Bark.png
share/apps/ksnake/backgrounds/Blue_Carpet.png
share/apps/ksnake/backgrounds/Dark_Wood.png
share/apps/ksnake/backgrounds/Granite.png
share/apps/ksnake/backgrounds/Green_Carpet.png
share/apps/ksnake/backgrounds/Mystique.png
share/apps/ksnake/backgrounds/Rope_Weave.png
share/apps/ksnake/backgrounds/Volcanic.png
share/apps/ksnake/backgrounds/Wood.png
1998-05-09 14:07:21 -04:00
share/apps/ksnake/highScores
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-28 22:44:58 -04:00
share/apps/ksnake/ksnakeui.rc
share/apps/ksnake/levels/room01
share/apps/ksnake/levels/room02
share/apps/ksnake/levels/room03
share/apps/ksnake/levels/room04
share/apps/ksnake/levels/room05
share/apps/ksnake/levels/room06
share/apps/ksnake/levels/room07
share/apps/ksnake/levels/room08
share/apps/ksnake/levels/room09
share/apps/ksnake/levels/room10
share/apps/ksnake/levels/room11
share/apps/ksnake/levels/room12
share/apps/ksnake/levels/room13
share/apps/ksnake/levels/room14
share/apps/ksnake/levels/room15
share/apps/ksnake/levels/room16
share/apps/ksnake/levels/room17
share/apps/ksnake/levels/room18
share/apps/ksnake/levels/room19
share/apps/ksnake/levels/room20
share/apps/ksnake/levels/room21
share/apps/ksnake/levels/room22
share/apps/ksnake/levels/room23
share/apps/ksnake/levels/room24
share/apps/ksnake/levels/room25
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-28 22:44:58 -04:00
share/apps/ksnake/pics/apples.png
share/apps/ksnake/pics/ball.png
share/apps/ksnake/pics/brick.png
share/apps/ksnake/pics/down.png
share/apps/ksnake/pics/left.png
share/apps/ksnake/pics/right.png
share/apps/ksnake/pics/samy.png
share/apps/ksnake/pics/snake1.png
share/apps/ksnake/pics/snake2.png
share/apps/ksnake/pics/up.png
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/apps/kspaceduel/icons/hicolor/16x16/actions/spnewgame.png
share/apps/kspaceduel/icons/hicolor/16x16/actions/spnewround.png
share/apps/kspaceduel/icons/hicolor/16x16/actions/sppausegame.png
share/apps/kspaceduel/icons/hicolor/22x22/actions/spnewgame.png
share/apps/kspaceduel/icons/hicolor/22x22/actions/spnewround.png
share/apps/kspaceduel/icons/hicolor/22x22/actions/sppausegame.png
share/apps/kspaceduel/icons/hicolor/32x32/actions/spnewgame.png
share/apps/kspaceduel/icons/hicolor/32x32/actions/spnewround.png
share/apps/kspaceduel/icons/hicolor/32x32/actions/sppausegame.png
share/apps/kspaceduel/icons/locolor/16x16/actions/spnewgame.png
share/apps/kspaceduel/icons/locolor/16x16/actions/spnewround.png
share/apps/kspaceduel/icons/locolor/16x16/actions/sppausegame.png
share/apps/kspaceduel/kspaceduelui.rc
share/apps/kspaceduel/sprites/backgr.png
share/apps/kspaceduel/sprites/explosion/explos00.pbm
share/apps/kspaceduel/sprites/explosion/explos00.ppm
share/apps/kspaceduel/sprites/explosion/explos01.pbm
share/apps/kspaceduel/sprites/explosion/explos01.ppm
share/apps/kspaceduel/sprites/explosion/explos02.pbm
share/apps/kspaceduel/sprites/explosion/explos02.ppm
share/apps/kspaceduel/sprites/explosion/explos03.pbm
share/apps/kspaceduel/sprites/explosion/explos03.ppm
share/apps/kspaceduel/sprites/explosion/explos04.pbm
share/apps/kspaceduel/sprites/explosion/explos04.ppm
share/apps/kspaceduel/sprites/explosion/explos05.pbm
share/apps/kspaceduel/sprites/explosion/explos05.ppm
share/apps/kspaceduel/sprites/explosion/explos06.pbm
share/apps/kspaceduel/sprites/explosion/explos06.ppm
share/apps/kspaceduel/sprites/explosion/explos07.pbm
share/apps/kspaceduel/sprites/explosion/explos07.ppm
share/apps/kspaceduel/sprites/explosion/explos08.pbm
share/apps/kspaceduel/sprites/explosion/explos08.ppm
share/apps/kspaceduel/sprites/explosion/explos09.pbm
share/apps/kspaceduel/sprites/explosion/explos09.ppm
share/apps/kspaceduel/sprites/explosion/explos10.pbm
share/apps/kspaceduel/sprites/explosion/explos10.ppm
share/apps/kspaceduel/sprites/explosion/explos11.pbm
share/apps/kspaceduel/sprites/explosion/explos11.ppm
share/apps/kspaceduel/sprites/explosion/explos12.pbm
share/apps/kspaceduel/sprites/explosion/explos12.ppm
share/apps/kspaceduel/sprites/explosion/explos13.pbm
share/apps/kspaceduel/sprites/explosion/explos13.ppm
share/apps/kspaceduel/sprites/explosion/explos14.pbm
share/apps/kspaceduel/sprites/explosion/explos14.ppm
share/apps/kspaceduel/sprites/explosion/explos15.pbm
share/apps/kspaceduel/sprites/explosion/explos15.ppm
share/apps/kspaceduel/sprites/explosion/explos16.pbm
share/apps/kspaceduel/sprites/explosion/explos16.ppm
share/apps/kspaceduel/sprites/explosion/explos17.pbm
share/apps/kspaceduel/sprites/explosion/explos17.ppm
share/apps/kspaceduel/sprites/explosion/explos18.pbm
share/apps/kspaceduel/sprites/explosion/explos18.ppm
share/apps/kspaceduel/sprites/explosion/explos19.pbm
share/apps/kspaceduel/sprites/explosion/explos19.ppm
share/apps/kspaceduel/sprites/explosion/explos20.pbm
share/apps/kspaceduel/sprites/explosion/explos20.ppm
share/apps/kspaceduel/sprites/explosion/explos21.pbm
share/apps/kspaceduel/sprites/explosion/explos21.ppm
share/apps/kspaceduel/sprites/explosion/explos22.pbm
share/apps/kspaceduel/sprites/explosion/explos22.ppm
share/apps/kspaceduel/sprites/explosion/explos23.pbm
share/apps/kspaceduel/sprites/explosion/explos23.ppm
share/apps/kspaceduel/sprites/explosion/explos24.pbm
share/apps/kspaceduel/sprites/explosion/explos24.ppm
share/apps/kspaceduel/sprites/explosion/explos25.pbm
share/apps/kspaceduel/sprites/explosion/explos25.ppm
share/apps/kspaceduel/sprites/explosion/explos26.pbm
share/apps/kspaceduel/sprites/explosion/explos26.ppm
share/apps/kspaceduel/sprites/explosion/explos27.pbm
share/apps/kspaceduel/sprites/explosion/explos27.ppm
share/apps/kspaceduel/sprites/explosion/explos28.pbm
share/apps/kspaceduel/sprites/explosion/explos28.ppm
share/apps/kspaceduel/sprites/explosion/explos29.pbm
share/apps/kspaceduel/sprites/explosion/explos29.ppm
share/apps/kspaceduel/sprites/explosion/explos30.pbm
share/apps/kspaceduel/sprites/explosion/explos30.ppm
share/apps/kspaceduel/sprites/explosion/mineex00.pbm
share/apps/kspaceduel/sprites/explosion/mineex00.ppm
share/apps/kspaceduel/sprites/explosion/mineex01.pbm
share/apps/kspaceduel/sprites/explosion/mineex01.ppm
share/apps/kspaceduel/sprites/explosion/mineex02.pbm
share/apps/kspaceduel/sprites/explosion/mineex02.ppm
share/apps/kspaceduel/sprites/explosion/mineex03.pbm
share/apps/kspaceduel/sprites/explosion/mineex03.ppm
share/apps/kspaceduel/sprites/explosion/mineex04.pbm
share/apps/kspaceduel/sprites/explosion/mineex04.ppm
share/apps/kspaceduel/sprites/explosion/mineex05.pbm
share/apps/kspaceduel/sprites/explosion/mineex05.ppm
share/apps/kspaceduel/sprites/explosion/mineex06.pbm
share/apps/kspaceduel/sprites/explosion/mineex06.ppm
share/apps/kspaceduel/sprites/explosion/mineex07.pbm
share/apps/kspaceduel/sprites/explosion/mineex07.ppm
share/apps/kspaceduel/sprites/explosion/mineex08.pbm
share/apps/kspaceduel/sprites/explosion/mineex08.ppm
share/apps/kspaceduel/sprites/explosion/mineex09.pbm
share/apps/kspaceduel/sprites/explosion/mineex09.ppm
share/apps/kspaceduel/sprites/explosion/mineex10.pbm
share/apps/kspaceduel/sprites/explosion/mineex10.ppm
share/apps/kspaceduel/sprites/explosion/mineex11.pbm
share/apps/kspaceduel/sprites/explosion/mineex11.ppm
share/apps/kspaceduel/sprites/explosion/mineex12.pbm
share/apps/kspaceduel/sprites/explosion/mineex12.ppm
share/apps/kspaceduel/sprites/explosion/mineex13.pbm
share/apps/kspaceduel/sprites/explosion/mineex13.ppm
share/apps/kspaceduel/sprites/explosion/mineex14.pbm
share/apps/kspaceduel/sprites/explosion/mineex14.ppm
share/apps/kspaceduel/sprites/explosion/mineex15.pbm
share/apps/kspaceduel/sprites/explosion/mineex15.ppm
share/apps/kspaceduel/sprites/explosion/mineex16.pbm
share/apps/kspaceduel/sprites/explosion/mineex16.ppm
share/apps/kspaceduel/sprites/explosion/mineex17.pbm
share/apps/kspaceduel/sprites/explosion/mineex17.ppm
share/apps/kspaceduel/sprites/playerinfo/energy.pnm
share/apps/kspaceduel/sprites/playerinfo/mine.pnm
share/apps/kspaceduel/sprites/playerinfo/ship10.pnm
share/apps/kspaceduel/sprites/playerinfo/ship11.pnm
share/apps/kspaceduel/sprites/playerinfo/ship12.pnm
share/apps/kspaceduel/sprites/playerinfo/ship13.pnm
share/apps/kspaceduel/sprites/playerinfo/ship20.pnm
share/apps/kspaceduel/sprites/playerinfo/ship21.pnm
share/apps/kspaceduel/sprites/playerinfo/ship22.pnm
share/apps/kspaceduel/sprites/playerinfo/ship23.pnm
share/apps/kspaceduel/sprites/playerinfo/win.pnm
share/apps/kspaceduel/sprites/powerups/pbullet.pbm
share/apps/kspaceduel/sprites/powerups/pbullet.ppm
share/apps/kspaceduel/sprites/powerups/penergy.pbm
share/apps/kspaceduel/sprites/powerups/penergy.ppm
share/apps/kspaceduel/sprites/powerups/pmine.pbm
share/apps/kspaceduel/sprites/powerups/pmine.ppm
share/apps/kspaceduel/sprites/powerups/pshield.pbm
share/apps/kspaceduel/sprites/powerups/pshield.ppm
share/apps/kspaceduel/sprites/ship1/bullet.pbm
share/apps/kspaceduel/sprites/ship1/bullet.ppm
share/apps/kspaceduel/sprites/ship1/mine0.pbm
share/apps/kspaceduel/sprites/ship1/mine0.ppm
share/apps/kspaceduel/sprites/ship1/mine1.pbm
share/apps/kspaceduel/sprites/ship1/mine1.ppm
share/apps/kspaceduel/sprites/ship1/ship00.pbm
share/apps/kspaceduel/sprites/ship1/ship00.ppm
share/apps/kspaceduel/sprites/ship1/ship01.pbm
share/apps/kspaceduel/sprites/ship1/ship01.ppm
share/apps/kspaceduel/sprites/ship1/ship02.pbm
share/apps/kspaceduel/sprites/ship1/ship02.ppm
share/apps/kspaceduel/sprites/ship1/ship03.pbm
share/apps/kspaceduel/sprites/ship1/ship03.ppm
share/apps/kspaceduel/sprites/ship1/ship04.pbm
share/apps/kspaceduel/sprites/ship1/ship04.ppm
share/apps/kspaceduel/sprites/ship1/ship05.pbm
share/apps/kspaceduel/sprites/ship1/ship05.ppm
share/apps/kspaceduel/sprites/ship1/ship06.pbm
share/apps/kspaceduel/sprites/ship1/ship06.ppm
share/apps/kspaceduel/sprites/ship1/ship07.pbm
share/apps/kspaceduel/sprites/ship1/ship07.ppm
share/apps/kspaceduel/sprites/ship1/ship08.pbm
share/apps/kspaceduel/sprites/ship1/ship08.ppm
share/apps/kspaceduel/sprites/ship1/ship09.pbm
share/apps/kspaceduel/sprites/ship1/ship09.ppm
share/apps/kspaceduel/sprites/ship1/ship10.pbm
share/apps/kspaceduel/sprites/ship1/ship10.ppm
share/apps/kspaceduel/sprites/ship1/ship11.pbm
share/apps/kspaceduel/sprites/ship1/ship11.ppm
share/apps/kspaceduel/sprites/ship1/ship12.pbm
share/apps/kspaceduel/sprites/ship1/ship12.ppm
share/apps/kspaceduel/sprites/ship1/ship13.pbm
share/apps/kspaceduel/sprites/ship1/ship13.ppm
share/apps/kspaceduel/sprites/ship1/ship14.pbm
share/apps/kspaceduel/sprites/ship1/ship14.ppm
share/apps/kspaceduel/sprites/ship1/ship15.pbm
share/apps/kspaceduel/sprites/ship1/ship15.ppm
share/apps/kspaceduel/sprites/ship1/ship16.pbm
share/apps/kspaceduel/sprites/ship1/ship16.ppm
share/apps/kspaceduel/sprites/ship1/ship17.pbm
share/apps/kspaceduel/sprites/ship1/ship17.ppm
share/apps/kspaceduel/sprites/ship1/ship18.pbm
share/apps/kspaceduel/sprites/ship1/ship18.ppm
share/apps/kspaceduel/sprites/ship1/ship19.pbm
share/apps/kspaceduel/sprites/ship1/ship19.ppm
share/apps/kspaceduel/sprites/ship1/ship20.pbm
share/apps/kspaceduel/sprites/ship1/ship20.ppm
share/apps/kspaceduel/sprites/ship1/ship21.pbm
share/apps/kspaceduel/sprites/ship1/ship21.ppm
share/apps/kspaceduel/sprites/ship1/ship22.pbm
share/apps/kspaceduel/sprites/ship1/ship22.ppm
share/apps/kspaceduel/sprites/ship1/ship23.pbm
share/apps/kspaceduel/sprites/ship1/ship23.ppm
share/apps/kspaceduel/sprites/ship1/ship24.pbm
share/apps/kspaceduel/sprites/ship1/ship24.ppm
share/apps/kspaceduel/sprites/ship1/ship25.pbm
share/apps/kspaceduel/sprites/ship1/ship25.ppm
share/apps/kspaceduel/sprites/ship1/ship26.pbm
share/apps/kspaceduel/sprites/ship1/ship26.ppm
share/apps/kspaceduel/sprites/ship1/ship27.pbm
share/apps/kspaceduel/sprites/ship1/ship27.ppm
share/apps/kspaceduel/sprites/ship1/ship28.pbm
share/apps/kspaceduel/sprites/ship1/ship28.ppm
share/apps/kspaceduel/sprites/ship1/ship29.pbm
share/apps/kspaceduel/sprites/ship1/ship29.ppm
share/apps/kspaceduel/sprites/ship1/ship30.pbm
share/apps/kspaceduel/sprites/ship1/ship30.ppm
share/apps/kspaceduel/sprites/ship1/ship31.pbm
share/apps/kspaceduel/sprites/ship1/ship31.ppm
share/apps/kspaceduel/sprites/ship1/ship32.pbm
share/apps/kspaceduel/sprites/ship1/ship32.ppm
share/apps/kspaceduel/sprites/ship1/ship33.pbm
share/apps/kspaceduel/sprites/ship1/ship33.ppm
share/apps/kspaceduel/sprites/ship1/ship34.pbm
share/apps/kspaceduel/sprites/ship1/ship34.ppm
share/apps/kspaceduel/sprites/ship1/ship35.pbm
share/apps/kspaceduel/sprites/ship1/ship35.ppm
share/apps/kspaceduel/sprites/ship1/ship36.pbm
share/apps/kspaceduel/sprites/ship1/ship36.ppm
share/apps/kspaceduel/sprites/ship1/ship37.pbm
share/apps/kspaceduel/sprites/ship1/ship37.ppm
share/apps/kspaceduel/sprites/ship1/ship38.pbm
share/apps/kspaceduel/sprites/ship1/ship38.ppm
share/apps/kspaceduel/sprites/ship1/ship39.pbm
share/apps/kspaceduel/sprites/ship1/ship39.ppm
share/apps/kspaceduel/sprites/ship1/ship40.pbm
share/apps/kspaceduel/sprites/ship1/ship40.ppm
share/apps/kspaceduel/sprites/ship1/ship41.pbm
share/apps/kspaceduel/sprites/ship1/ship41.ppm
share/apps/kspaceduel/sprites/ship1/ship42.pbm
share/apps/kspaceduel/sprites/ship1/ship42.ppm
share/apps/kspaceduel/sprites/ship1/ship43.pbm
share/apps/kspaceduel/sprites/ship1/ship43.ppm
share/apps/kspaceduel/sprites/ship1/ship44.pbm
share/apps/kspaceduel/sprites/ship1/ship44.ppm
share/apps/kspaceduel/sprites/ship1/ship45.pbm
share/apps/kspaceduel/sprites/ship1/ship45.ppm
share/apps/kspaceduel/sprites/ship1/ship46.pbm
share/apps/kspaceduel/sprites/ship1/ship46.ppm
share/apps/kspaceduel/sprites/ship1/ship47.pbm
share/apps/kspaceduel/sprites/ship1/ship47.ppm
share/apps/kspaceduel/sprites/ship1/ship48.pbm
share/apps/kspaceduel/sprites/ship1/ship48.ppm
share/apps/kspaceduel/sprites/ship1/ship49.pbm
share/apps/kspaceduel/sprites/ship1/ship49.ppm
share/apps/kspaceduel/sprites/ship1/ship50.pbm
share/apps/kspaceduel/sprites/ship1/ship50.ppm
share/apps/kspaceduel/sprites/ship1/ship51.pbm
share/apps/kspaceduel/sprites/ship1/ship51.ppm
share/apps/kspaceduel/sprites/ship1/ship52.pbm
share/apps/kspaceduel/sprites/ship1/ship52.ppm
share/apps/kspaceduel/sprites/ship1/ship53.pbm
share/apps/kspaceduel/sprites/ship1/ship53.ppm
share/apps/kspaceduel/sprites/ship1/ship54.pbm
share/apps/kspaceduel/sprites/ship1/ship54.ppm
share/apps/kspaceduel/sprites/ship1/ship55.pbm
share/apps/kspaceduel/sprites/ship1/ship55.ppm
share/apps/kspaceduel/sprites/ship1/ship56.pbm
share/apps/kspaceduel/sprites/ship1/ship56.ppm
share/apps/kspaceduel/sprites/ship1/ship57.pbm
share/apps/kspaceduel/sprites/ship1/ship57.ppm
share/apps/kspaceduel/sprites/ship1/ship58.pbm
share/apps/kspaceduel/sprites/ship1/ship58.ppm
share/apps/kspaceduel/sprites/ship1/ship59.pbm
share/apps/kspaceduel/sprites/ship1/ship59.ppm
share/apps/kspaceduel/sprites/ship1/ship60.pbm
share/apps/kspaceduel/sprites/ship1/ship60.ppm
share/apps/kspaceduel/sprites/ship1/ship61.pbm
share/apps/kspaceduel/sprites/ship1/ship61.ppm
share/apps/kspaceduel/sprites/ship1/ship62.pbm
share/apps/kspaceduel/sprites/ship1/ship62.ppm
share/apps/kspaceduel/sprites/ship1/ship63.pbm
share/apps/kspaceduel/sprites/ship1/ship63.ppm
share/apps/kspaceduel/sprites/ship1/ship64.pbm
share/apps/kspaceduel/sprites/ship1/ship64.ppm
share/apps/kspaceduel/sprites/ship2/bullet.pbm
share/apps/kspaceduel/sprites/ship2/bullet.ppm
share/apps/kspaceduel/sprites/ship2/mine0.pbm
share/apps/kspaceduel/sprites/ship2/mine0.ppm
share/apps/kspaceduel/sprites/ship2/mine1.pbm
share/apps/kspaceduel/sprites/ship2/mine1.ppm
share/apps/kspaceduel/sprites/ship2/ship00.pbm
share/apps/kspaceduel/sprites/ship2/ship00.ppm
share/apps/kspaceduel/sprites/ship2/ship01.pbm
share/apps/kspaceduel/sprites/ship2/ship01.ppm
share/apps/kspaceduel/sprites/ship2/ship02.pbm
share/apps/kspaceduel/sprites/ship2/ship02.ppm
share/apps/kspaceduel/sprites/ship2/ship03.pbm
share/apps/kspaceduel/sprites/ship2/ship03.ppm
share/apps/kspaceduel/sprites/ship2/ship04.pbm
share/apps/kspaceduel/sprites/ship2/ship04.ppm
share/apps/kspaceduel/sprites/ship2/ship05.pbm
share/apps/kspaceduel/sprites/ship2/ship05.ppm
share/apps/kspaceduel/sprites/ship2/ship06.pbm
share/apps/kspaceduel/sprites/ship2/ship06.ppm
share/apps/kspaceduel/sprites/ship2/ship07.pbm
share/apps/kspaceduel/sprites/ship2/ship07.ppm
share/apps/kspaceduel/sprites/ship2/ship08.pbm
share/apps/kspaceduel/sprites/ship2/ship08.ppm
share/apps/kspaceduel/sprites/ship2/ship09.pbm
share/apps/kspaceduel/sprites/ship2/ship09.ppm
share/apps/kspaceduel/sprites/ship2/ship10.pbm
share/apps/kspaceduel/sprites/ship2/ship10.ppm
share/apps/kspaceduel/sprites/ship2/ship11.pbm
share/apps/kspaceduel/sprites/ship2/ship11.ppm
share/apps/kspaceduel/sprites/ship2/ship12.pbm
share/apps/kspaceduel/sprites/ship2/ship12.ppm
share/apps/kspaceduel/sprites/ship2/ship13.pbm
share/apps/kspaceduel/sprites/ship2/ship13.ppm
share/apps/kspaceduel/sprites/ship2/ship14.pbm
share/apps/kspaceduel/sprites/ship2/ship14.ppm
share/apps/kspaceduel/sprites/ship2/ship15.pbm
share/apps/kspaceduel/sprites/ship2/ship15.ppm
share/apps/kspaceduel/sprites/ship2/ship16.pbm
share/apps/kspaceduel/sprites/ship2/ship16.ppm
share/apps/kspaceduel/sprites/ship2/ship17.pbm
share/apps/kspaceduel/sprites/ship2/ship17.ppm
share/apps/kspaceduel/sprites/ship2/ship18.pbm
share/apps/kspaceduel/sprites/ship2/ship18.ppm
share/apps/kspaceduel/sprites/ship2/ship19.pbm
share/apps/kspaceduel/sprites/ship2/ship19.ppm
share/apps/kspaceduel/sprites/ship2/ship20.pbm
share/apps/kspaceduel/sprites/ship2/ship20.ppm
share/apps/kspaceduel/sprites/ship2/ship21.pbm
share/apps/kspaceduel/sprites/ship2/ship21.ppm
share/apps/kspaceduel/sprites/ship2/ship22.pbm
share/apps/kspaceduel/sprites/ship2/ship22.ppm
share/apps/kspaceduel/sprites/ship2/ship23.pbm
share/apps/kspaceduel/sprites/ship2/ship23.ppm
share/apps/kspaceduel/sprites/ship2/ship24.pbm
share/apps/kspaceduel/sprites/ship2/ship24.ppm
share/apps/kspaceduel/sprites/ship2/ship25.pbm
share/apps/kspaceduel/sprites/ship2/ship25.ppm
share/apps/kspaceduel/sprites/ship2/ship26.pbm
share/apps/kspaceduel/sprites/ship2/ship26.ppm
share/apps/kspaceduel/sprites/ship2/ship27.pbm
share/apps/kspaceduel/sprites/ship2/ship27.ppm
share/apps/kspaceduel/sprites/ship2/ship28.pbm
share/apps/kspaceduel/sprites/ship2/ship28.ppm
share/apps/kspaceduel/sprites/ship2/ship29.pbm
share/apps/kspaceduel/sprites/ship2/ship29.ppm
share/apps/kspaceduel/sprites/ship2/ship30.pbm
share/apps/kspaceduel/sprites/ship2/ship30.ppm
share/apps/kspaceduel/sprites/ship2/ship31.pbm
share/apps/kspaceduel/sprites/ship2/ship31.ppm
share/apps/kspaceduel/sprites/ship2/ship32.pbm
share/apps/kspaceduel/sprites/ship2/ship32.ppm
share/apps/kspaceduel/sprites/ship2/ship33.pbm
share/apps/kspaceduel/sprites/ship2/ship33.ppm
share/apps/kspaceduel/sprites/ship2/ship34.pbm
share/apps/kspaceduel/sprites/ship2/ship34.ppm
share/apps/kspaceduel/sprites/ship2/ship35.pbm
share/apps/kspaceduel/sprites/ship2/ship35.ppm
share/apps/kspaceduel/sprites/ship2/ship36.pbm
share/apps/kspaceduel/sprites/ship2/ship36.ppm
share/apps/kspaceduel/sprites/ship2/ship37.pbm
share/apps/kspaceduel/sprites/ship2/ship37.ppm
share/apps/kspaceduel/sprites/ship2/ship38.pbm
share/apps/kspaceduel/sprites/ship2/ship38.ppm
share/apps/kspaceduel/sprites/ship2/ship39.pbm
share/apps/kspaceduel/sprites/ship2/ship39.ppm
share/apps/kspaceduel/sprites/ship2/ship40.pbm
share/apps/kspaceduel/sprites/ship2/ship40.ppm
share/apps/kspaceduel/sprites/ship2/ship41.pbm
share/apps/kspaceduel/sprites/ship2/ship41.ppm
share/apps/kspaceduel/sprites/ship2/ship42.pbm
share/apps/kspaceduel/sprites/ship2/ship42.ppm
share/apps/kspaceduel/sprites/ship2/ship43.pbm
share/apps/kspaceduel/sprites/ship2/ship43.ppm
share/apps/kspaceduel/sprites/ship2/ship44.pbm
share/apps/kspaceduel/sprites/ship2/ship44.ppm
share/apps/kspaceduel/sprites/ship2/ship45.pbm
share/apps/kspaceduel/sprites/ship2/ship45.ppm
share/apps/kspaceduel/sprites/ship2/ship46.pbm
share/apps/kspaceduel/sprites/ship2/ship46.ppm
share/apps/kspaceduel/sprites/ship2/ship47.pbm
share/apps/kspaceduel/sprites/ship2/ship47.ppm
share/apps/kspaceduel/sprites/ship2/ship48.pbm
share/apps/kspaceduel/sprites/ship2/ship48.ppm
share/apps/kspaceduel/sprites/ship2/ship49.pbm
share/apps/kspaceduel/sprites/ship2/ship49.ppm
share/apps/kspaceduel/sprites/ship2/ship50.pbm
share/apps/kspaceduel/sprites/ship2/ship50.ppm
share/apps/kspaceduel/sprites/ship2/ship51.pbm
share/apps/kspaceduel/sprites/ship2/ship51.ppm
share/apps/kspaceduel/sprites/ship2/ship52.pbm
share/apps/kspaceduel/sprites/ship2/ship52.ppm
share/apps/kspaceduel/sprites/ship2/ship53.pbm
share/apps/kspaceduel/sprites/ship2/ship53.ppm
share/apps/kspaceduel/sprites/ship2/ship54.pbm
share/apps/kspaceduel/sprites/ship2/ship54.ppm
share/apps/kspaceduel/sprites/ship2/ship55.pbm
share/apps/kspaceduel/sprites/ship2/ship55.ppm
share/apps/kspaceduel/sprites/ship2/ship56.pbm
share/apps/kspaceduel/sprites/ship2/ship56.ppm
share/apps/kspaceduel/sprites/ship2/ship57.pbm
share/apps/kspaceduel/sprites/ship2/ship57.ppm
share/apps/kspaceduel/sprites/ship2/ship58.pbm
share/apps/kspaceduel/sprites/ship2/ship58.ppm
share/apps/kspaceduel/sprites/ship2/ship59.pbm
share/apps/kspaceduel/sprites/ship2/ship59.ppm
share/apps/kspaceduel/sprites/ship2/ship60.pbm
share/apps/kspaceduel/sprites/ship2/ship60.ppm
share/apps/kspaceduel/sprites/ship2/ship61.pbm
share/apps/kspaceduel/sprites/ship2/ship61.ppm
share/apps/kspaceduel/sprites/ship2/ship62.pbm
share/apps/kspaceduel/sprites/ship2/ship62.ppm
share/apps/kspaceduel/sprites/ship2/ship63.pbm
share/apps/kspaceduel/sprites/ship2/ship63.ppm
share/apps/kspaceduel/sprites/ship2/ship64.pbm
share/apps/kspaceduel/sprites/ship2/ship64.ppm
share/apps/kspaceduel/sprites/sun/sun.pbm
share/apps/kspaceduel/sprites/sun/sun.ppm
share/apps/ktron/ktronui.rc
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/apps/ktuberling/ktuberlingui.rc
share/apps/ktuberling/museum/cool.tuberling
share/apps/ktuberling/museum/dali.tuberling
share/apps/ktuberling/museum/einstein.tuberling
share/apps/ktuberling/museum/fly.tuberling
share/apps/ktuberling/museum/grandpa.tuberling
share/apps/ktuberling/museum/idiot.tuberling
share/apps/ktuberling/museum/miss.tuberling
share/apps/ktuberling/museum/picasso.tuberling
share/apps/ktuberling/museum/serious.tuberling
share/apps/ktuberling/pics/gameboard.xpm
share/apps/ktuberling/pics/layout.txt
share/apps/ktuberling/pics/masks.xpm
share/apps/ktuberling/sounds/en/badge.wav
share/apps/ktuberling/sounds/en/bow.wav
share/apps/ktuberling/sounds/en/cigar.wav
share/apps/ktuberling/sounds/en/ear.wav
share/apps/ktuberling/sounds/en/earring.wav
share/apps/ktuberling/sounds/en/eye.wav
share/apps/ktuberling/sounds/en/eyebrow.wav
share/apps/ktuberling/sounds/en/hat.wav
share/apps/ktuberling/sounds/en/moustache.wav
share/apps/ktuberling/sounds/en/mouth.wav
share/apps/ktuberling/sounds/en/nose.wav
share/apps/ktuberling/sounds/en/spectacles.wav
share/apps/ktuberling/sounds/en/sunglasses.wav
share/apps/ktuberling/sounds/en/tuberling.wav
share/apps/ktuberling/sounds/en/watch.wav
share/apps/kwin4/grafix/aboute.png
share/apps/kwin4/grafix/arrow.png
share/apps/kwin4/grafix/arrow_red.png
share/apps/kwin4/grafix/arrow_yellow.png
share/apps/kwin4/grafix/background.png
share/apps/kwin4/grafix/board.png
share/apps/kwin4/grafix/empty.png
share/apps/kwin4/grafix/hint.png
share/apps/kwin4/grafix/red.png
share/apps/kwin4/grafix/win4about.png
share/apps/kwin4/grafix/yellow.png
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/apps/kwin4/kwin4ui.rc
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-28 22:44:58 -04:00
share/apps/lskat/grafix/400000.png
share/apps/lskat/grafix/400001.png
share/apps/lskat/grafix/400002.png
share/apps/lskat/grafix/400003.png
share/apps/lskat/grafix/400004.png
share/apps/lskat/grafix/400005.png
share/apps/lskat/grafix/400006.png
share/apps/lskat/grafix/400007.png
share/apps/lskat/grafix/400008.png
share/apps/lskat/grafix/400009.png
share/apps/lskat/grafix/400010.png
share/apps/lskat/grafix/400011.png
share/apps/lskat/grafix/400012.png
share/apps/lskat/grafix/400013.png
share/apps/lskat/grafix/400014.png
share/apps/lskat/grafix/400015.png
share/apps/lskat/grafix/400016.png
share/apps/lskat/grafix/400017.png
share/apps/lskat/grafix/400018.png
share/apps/lskat/grafix/400019.png
share/apps/lskat/grafix/400020.png
share/apps/lskat/grafix/400021.png
share/apps/lskat/grafix/400022.png
share/apps/lskat/grafix/400023.png
share/apps/lskat/grafix/400024.png
share/apps/lskat/grafix/background.png
share/apps/lskat/grafix/deck1.png
share/apps/lskat/grafix/deck2.png
share/apps/lskat/grafix/deck3.png
share/apps/lskat/grafix/deck4.png
share/apps/lskat/grafix/t1.png
share/apps/lskat/grafix/t2.png
share/apps/lskat/grafix/t3.png
share/apps/lskat/grafix/t4.png
share/apps/lskat/grafix/t5.png
share/apps/lskat/grafix/tback.png
share/apps/lskat/grafix/type1.png
share/apps/lskat/grafix/type2.png
share/apps/lskat/grafix/type3.png
share/apps/lskat/lskatui.rc
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/kabalone/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/kabalone/index.cache.bz2
share/doc/HTML/en/kabalone/index.docbook
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/kasteroids/common
share/doc/HTML/en/kasteroids/fuel.png
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/kasteroids/index.cache.bz2
share/doc/HTML/en/kasteroids/index.docbook
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/katomic/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/katomic/index.cache.bz2
share/doc/HTML/en/katomic/index.docbook
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/kbackgammon/board.png
share/doc/HTML/en/kbackgammon/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/kbackgammon/index.cache.bz2
share/doc/HTML/en/kbackgammon/index.docbook
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/kbattleship/common
share/doc/HTML/en/kbattleship/index.cache.bz2
share/doc/HTML/en/kbattleship/index.docbook
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/kblackbox/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/kblackbox/index.cache.bz2
share/doc/HTML/en/kblackbox/index.docbook
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/kblackbox/kblackboxtbar.png
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/kfouleggs/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/kfouleggs/index.cache.bz2
share/doc/HTML/en/kfouleggs/index.docbook
share/doc/HTML/en/kjezz/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/kjezz/index.cache.bz2
share/doc/HTML/en/kjezz/index.docbook
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/kjumpingcube/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/kjumpingcube/index.cache.bz2
share/doc/HTML/en/kjumpingcube/index.docbook
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/klines/common
share/doc/HTML/en/klines/index.cache.bz2
share/doc/HTML/en/klines/index.docbook
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/kmines/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/kmines/index.cache.bz2
share/doc/HTML/en/kmines/index.docbook
share/doc/HTML/en/kmines/kmines1.png
share/doc/HTML/en/kmines/kmines2.png
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/konquest/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/konquest/index.cache.bz2
share/doc/HTML/en/konquest/index.docbook
share/doc/HTML/en/kpat/clubs.png
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/kpat/common
share/doc/HTML/en/kpat/diamonds.png
share/doc/HTML/en/kpat/hearts.png
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/kpat/index.cache.bz2
share/doc/HTML/en/kpat/index.docbook
share/doc/HTML/en/kpat/playfield.png
share/doc/HTML/en/kpat/spades.png
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/kpoker/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/kpoker/index.cache.bz2
share/doc/HTML/en/kpoker/index.docbook
share/doc/HTML/en/kpoker/kpoker1.png
share/doc/HTML/en/kpoker/kpoker2.png
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/kreversi/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/kreversi/index.cache.bz2
share/doc/HTML/en/kreversi/index.docbook
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/kreversi/kreversi1.png
share/doc/HTML/en/ksame/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/ksame/index.cache.bz2
share/doc/HTML/en/ksame/index.docbook
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/kshisen/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/kshisen/index.cache.bz2
share/doc/HTML/en/kshisen/index.docbook
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/ksirtet/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/ksirtet/index.cache.bz2
share/doc/HTML/en/ksirtet/index.docbook
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/ksnake/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/ksnake/index.cache.bz2
share/doc/HTML/en/ksnake/index.docbook
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/ksokoban/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/ksokoban/index.cache.bz2
share/doc/HTML/en/ksokoban/index.docbook
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/kspaceduel/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/kspaceduel/index.cache.bz2
share/doc/HTML/en/kspaceduel/index.docbook
share/doc/HTML/en/kspaceduel/kspaceduel1.png
share/doc/HTML/en/kspaceduel/kspaceduel2.png
share/doc/HTML/en/kspaceduel/kspaceduel3.png
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/ktron/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/ktron/index.cache.bz2
share/doc/HTML/en/ktron/index.docbook
share/doc/HTML/en/ktuberling/button.new.png
share/doc/HTML/en/ktuberling/button.open.png
share/doc/HTML/en/ktuberling/button.print.png
share/doc/HTML/en/ktuberling/button.redo.png
share/doc/HTML/en/ktuberling/button.save.png
share/doc/HTML/en/ktuberling/button.undo.png
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/ktuberling/common
share/doc/HTML/en/ktuberling/gameboard.png
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/ktuberling/index.cache.bz2
share/doc/HTML/en/ktuberling/index.docbook
share/doc/HTML/en/ktuberling/menu.edit.png
share/doc/HTML/en/ktuberling/menu.file.png
share/doc/HTML/en/ktuberling/menu.help.png
share/doc/HTML/en/ktuberling/menu.option.png
share/doc/HTML/en/ktuberling/menu.raw.png
share/doc/HTML/en/ktuberling/toolbar.png
share/doc/HTML/en/kwin4/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/kwin4/index.cache.bz2
share/doc/HTML/en/kwin4/index.docbook
2000-12-11 22:02:24 -05:00
share/doc/HTML/en/lskat/common
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/doc/HTML/en/lskat/index.cache.bz2
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-28 22:44:58 -04:00
share/doc/HTML/en/lskat/index.docbook
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/icons/hicolor/16x16/apps/kabalone.png
share/icons/hicolor/16x16/apps/kasteroids.png
share/icons/hicolor/16x16/apps/kbackgammon.png
share/icons/hicolor/16x16/apps/kbackgammon_engine.png
share/icons/hicolor/16x16/apps/kbattleship.png
share/icons/hicolor/16x16/apps/kblackbox.png
share/icons/hicolor/16x16/apps/kjezz.png
share/icons/hicolor/16x16/apps/kjumpingcube.png
share/icons/hicolor/16x16/apps/klines.png
share/icons/hicolor/16x16/apps/kmahjongg.png
share/icons/hicolor/16x16/apps/kmines.png
share/icons/hicolor/16x16/apps/konquest.png
share/icons/hicolor/16x16/apps/kpat.png
share/icons/hicolor/16x16/apps/kpoker.png
share/icons/hicolor/16x16/apps/kreversi.png
share/icons/hicolor/16x16/apps/ksame.png
share/icons/hicolor/16x16/apps/kshisen.png
share/icons/hicolor/16x16/apps/ksirtet.png
share/icons/hicolor/16x16/apps/ksmiletris.png
share/icons/hicolor/16x16/apps/ksnake.png
share/icons/hicolor/16x16/apps/ksokoban.png
share/icons/hicolor/16x16/apps/kspaceduel.png
share/icons/hicolor/16x16/apps/ktron.png
share/icons/hicolor/16x16/apps/kwin4.png
share/icons/hicolor/32x32/apps/kabalone.png
share/icons/hicolor/32x32/apps/kasteroids.png
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/icons/hicolor/32x32/apps/katomic.png
share/icons/hicolor/32x32/apps/kbackgammon.png
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/icons/hicolor/32x32/apps/kbackgammon_engine.png
share/icons/hicolor/32x32/apps/kbattleship.png
share/icons/hicolor/32x32/apps/kblackbox.png
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/icons/hicolor/32x32/apps/kjezz.png
share/icons/hicolor/32x32/apps/kjumpingcube.png
share/icons/hicolor/32x32/apps/klines.png
share/icons/hicolor/32x32/apps/kmahjongg.png
share/icons/hicolor/32x32/apps/kmines.png
share/icons/hicolor/32x32/apps/konquest.png
share/icons/hicolor/32x32/apps/kpat.png
share/icons/hicolor/32x32/apps/kpoker.png
share/icons/hicolor/32x32/apps/kreversi.png
share/icons/hicolor/32x32/apps/ksame.png
share/icons/hicolor/32x32/apps/kshisen.png
share/icons/hicolor/32x32/apps/ksirtet.png
share/icons/hicolor/32x32/apps/ksmiletris.png
share/icons/hicolor/32x32/apps/ksnake.png
share/icons/hicolor/32x32/apps/ksokoban.png
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/icons/hicolor/32x32/apps/kspaceduel.png
share/icons/hicolor/32x32/apps/ktron.png
share/icons/hicolor/32x32/apps/ktuberling.png
share/icons/hicolor/32x32/apps/kwin4.png
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-28 22:44:58 -04:00
share/icons/hicolor/32x32/apps/lskat.png
share/icons/hicolor/48x48/apps/kabalone.png
share/icons/hicolor/48x48/apps/kasteroids.png
share/icons/hicolor/48x48/apps/kbackgammon.png
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/icons/hicolor/48x48/apps/kbackgammon_engine.png
share/icons/hicolor/48x48/apps/kblackbox.png
share/icons/hicolor/48x48/apps/kmahjongg.png
share/icons/hicolor/48x48/apps/kmines.png
share/icons/hicolor/48x48/apps/konquest.png
share/icons/hicolor/48x48/apps/kpat.png
share/icons/hicolor/48x48/apps/kpoker.png
share/icons/hicolor/48x48/apps/kreversi.png
share/icons/hicolor/48x48/apps/ksame.png
share/icons/hicolor/48x48/apps/kshisen.png
share/icons/hicolor/48x48/apps/ksirtet.png
share/icons/hicolor/48x48/apps/ksmiletris.png
share/icons/hicolor/48x48/apps/ksnake.png
share/icons/hicolor/48x48/apps/ksokoban.png
share/icons/hicolor/48x48/apps/kwin4.png
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-28 22:44:58 -04:00
share/icons/hicolor/48x48/apps/lskat.png
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/icons/locolor/16x16/apps/kjezz.png
share/icons/locolor/16x16/apps/kspaceduel.png
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-28 22:44:58 -04:00
share/icons/locolor/16x16/apps/lskat.png
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
share/icons/locolor/32x32/apps/kjezz.png
share/icons/locolor/32x32/apps/kspaceduel.png
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-28 22:44:58 -04:00
share/icons/locolor/32x32/apps/lskat.png
@dirrm share/icons/locolor/32x32/apps
@dirrm share/icons/locolor/32x32
@dirrm share/icons/locolor/16x16/apps
@dirrm share/icons/locolor/16x16
@dirrm share/icons/locolor
@dirrm share/icons/hicolor/48x48/apps
@dirrm share/icons/hicolor/32x32/apps
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-28 22:44:58 -04:00
@dirrm share/doc/HTML/en/lskat
@dirrm share/doc/HTML/en/kwin4
@dirrm share/doc/HTML/en/ktuberling
@dirrm share/doc/HTML/en/ktron
@dirrm share/doc/HTML/en/kspaceduel
@dirrm share/doc/HTML/en/ksokoban
@dirrm share/doc/HTML/en/ksnake
1999-02-06 18:22:08 -05:00
@dirrm share/doc/HTML/en/ksirtet
@dirrm share/doc/HTML/en/kshisen
@dirrm share/doc/HTML/en/ksame
@dirrm share/doc/HTML/en/kreversi
@dirrm share/doc/HTML/en/kpoker
@dirrm share/doc/HTML/en/kpat
@dirrm share/doc/HTML/en/konquest
@dirrm share/doc/HTML/en/kmines
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
@dirrm share/doc/HTML/en/klines
@dirrm share/doc/HTML/en/kjumpingcube
@dirrm share/doc/HTML/en/kjezz
@dirrm share/doc/HTML/en/kfouleggs
@dirrm share/doc/HTML/en/kblackbox
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
@dirrm share/doc/HTML/en/kbattleship
@dirrm share/doc/HTML/en/kbackgammon
@dirrm share/doc/HTML/en/katomic
@dirrm share/doc/HTML/en/kasteroids
@dirrm share/doc/HTML/en/kabalone
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-28 22:44:58 -04:00
@dirrm share/apps/lskat/grafix
@dirrm share/apps/lskat
@dirrm share/apps/kwin4/grafix
@dirrm share/apps/kwin4
@dirrm share/apps/ktuberling/sounds/en
@dirrm share/apps/ktuberling/sounds
@dirrm share/apps/ktuberling/pics
@dirrm share/apps/ktuberling/museum
@dirrm share/apps/ktuberling
@dirrm share/apps/ktron
@dirrm share/apps/kspaceduel/sprites/sun
@dirrm share/apps/kspaceduel/sprites/ship2
@dirrm share/apps/kspaceduel/sprites/ship1
@dirrm share/apps/kspaceduel/sprites/powerups
@dirrm share/apps/kspaceduel/sprites/playerinfo
@dirrm share/apps/kspaceduel/sprites/explosion
@dirrm share/apps/kspaceduel/sprites
@dirrm share/apps/kspaceduel/icons/locolor/16x16/actions
@dirrm share/apps/kspaceduel/icons/locolor/16x16
@dirrm share/apps/kspaceduel/icons/locolor
@dirrm share/apps/kspaceduel/icons/hicolor/32x32/actions
@dirrm share/apps/kspaceduel/icons/hicolor/32x32
@dirrm share/apps/kspaceduel/icons/hicolor/22x22/actions
@dirrm share/apps/kspaceduel/icons/hicolor/22x22
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
@dirrm share/apps/kspaceduel/icons/hicolor/16x16/actions
@dirrm share/apps/kspaceduel/icons/hicolor/16x16
@dirrm share/apps/kspaceduel/icons/hicolor
@dirrm share/apps/kspaceduel/icons
@dirrm share/apps/kspaceduel
@dirrm share/apps/ksnake/pics
@dirrm share/apps/ksnake/levels
@dirrm share/apps/ksnake/backgrounds
@dirrm share/apps/ksnake
@dirrm share/apps/ksmiletris/sounds
@dirrm share/apps/ksmiletris/data
@dirrm share/apps/ksmiletris
@dirrm share/apps/ksirtet
@dirrm share/apps/kshisen
@dirrm share/apps/ksame
1998-05-09 14:07:21 -04:00
@dirrm share/apps/kreversi/sounds
@dirrm share/apps/kreversi/pics/background
@dirrm share/apps/kreversi/pics
@dirrm share/apps/kreversi
@dirrm share/apps/kpoker/sounds
@dirrm share/apps/kpoker
@dirrm share/apps/kpat
@dirrm share/apps/konquest/pics
@dirrm share/apps/konquest
@dirrm share/apps/kmines
@dirrm share/apps/kmahjongg/toolbar
@dirrm share/apps/kmahjongg/pics
@dirrm share/apps/kmahjongg
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
@dirrm share/apps/klines
@dirrm share/apps/kjumpingcube
@dirrm share/apps/kjezz/sounds
@dirrm share/apps/kjezz/pics
@dirrm share/apps/kjezz
@dirrm share/apps/kfouleggs
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
@dirrm share/apps/kdegames/pics
@dirrm share/apps/kdegames
@dirrm share/apps/kblackbox/pics
@dirrm share/apps/kblackbox
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
@dirrm share/apps/kbattleship/sounds
@dirrm share/apps/kbattleship/pictures
@dirrm share/apps/kbattleship
@dirrm share/apps/kbackgammon/sounds
@dirrm share/apps/kbackgammon/pics
@dirrm share/apps/kbackgammon
@dirrm share/apps/katomic/pics
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
@dirrm share/apps/katomic/levels/CVS
@dirrm share/apps/katomic/levels
@dirrm share/apps/katomic
@dirrm share/apps/kasteroids/sprites/ship
@dirrm share/apps/kasteroids/sprites/shield
@dirrm share/apps/kasteroids/sprites/rock3
@dirrm share/apps/kasteroids/sprites/rock2
@dirrm share/apps/kasteroids/sprites/rock1
@dirrm share/apps/kasteroids/sprites/powerups
@dirrm share/apps/kasteroids/sprites/missile
@dirrm share/apps/kasteroids/sprites/exhaust
@dirrm share/apps/kasteroids/sprites/bits
@dirrm share/apps/kasteroids/sprites
@dirrm share/apps/kasteroids/sounds
@dirrm share/apps/kasteroids
@dirrm share/apps/kabalone/toolbar
@dirrm share/apps/kabalone
@dirrm share/apps/carddecks/decks
@dirrm share/apps/carddecks/cards-xskat-french
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
@dirrm share/apps/carddecks/cards-warwick
@dirrm share/apps/carddecks/cards-spaced
@dirrm share/apps/carddecks/cards-penguins
@dirrm share/apps/carddecks/cards-konqi-modern
@dirrm share/apps/carddecks/cards-hard-a-port
@dirrm share/apps/carddecks/cards-gdkcard-bonded
@dirrm share/apps/carddecks/cards-dondorf-whist-b
@dirrm share/apps/carddecks/cards-default
@dirrm share/apps/carddecks/cards-aisleriot
@dirrm share/apps/carddecks
Update to KDE 2.2: * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
2001-08-15 08:43:08 -04:00
@dirrm share/applnk/Toys
@dirrm share/applnk/Games/TacticStrategy
@dirrm share/applnk/Games/Card
@dirrm share/applnk/Games/Board
@dirrm share/applnk/Games/Arcade
@dirrm share/applnk/Games
Upgrade KDE to 2.2.2: * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
2001-12-03 22:47:18 -05:00
@dirrm share/applnk