aboutsummaryrefslogtreecommitdiff
path: root/misc/kdeaddons
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-08-15 12:43:08 +0000
committerWill Andrews <will@FreeBSD.org>2001-08-15 12:43:08 +0000
commit3901adbb04b4df3e0a5076ff5dcdf7cac3a7b4de (patch)
treeddb3166c7c0ea212f40e1b9a963bac46eeda6964 /misc/kdeaddons
parentb8c21a03d97020d827071ddc9797cb053fa51058 (diff)
downloadports-3901adbb04b4df3e0a5076ff5dcdf7cac3a7b4de.tar.gz
ports-3901adbb04b4df3e0a5076ff5dcdf7cac3a7b4de.zip
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)
Notes
Notes: svn path=/head/; revision=46280
Diffstat (limited to 'misc/kdeaddons')
-rw-r--r--misc/kdeaddons/Makefile22
-rw-r--r--misc/kdeaddons/distinfo1
-rw-r--r--misc/kdeaddons/pkg-comment1
-rw-r--r--misc/kdeaddons/pkg-descr3
-rw-r--r--misc/kdeaddons/pkg-plist135
5 files changed, 162 insertions, 0 deletions
diff --git a/misc/kdeaddons/Makefile b/misc/kdeaddons/Makefile
new file mode 100644
index 000000000000..4ea96c963b0d
--- /dev/null
+++ b/misc/kdeaddons/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: addons for kde
+# Date created: 7 August 2001
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= kdeaddons
+PORTVERSION= 2.2
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SIDE_KDE}
+MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_KDELIBS_VER=2
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+PLIST_SUB+= RM=${RM}
+
+.include <bsd.port.mk>
diff --git a/misc/kdeaddons/distinfo b/misc/kdeaddons/distinfo
new file mode 100644
index 000000000000..f93e02171848
--- /dev/null
+++ b/misc/kdeaddons/distinfo
@@ -0,0 +1 @@
+MD5 (kdeaddons-2.2.tar.bz2) = 3c3d40e8d3e8de02ced840ccf7944790
diff --git a/misc/kdeaddons/pkg-comment b/misc/kdeaddons/pkg-comment
new file mode 100644
index 000000000000..1cf8754fefc5
--- /dev/null
+++ b/misc/kdeaddons/pkg-comment
@@ -0,0 +1 @@
+Additional plugins and scripts for some KDE applications
diff --git a/misc/kdeaddons/pkg-descr b/misc/kdeaddons/pkg-descr
new file mode 100644
index 000000000000..efcb40d61627
--- /dev/null
+++ b/misc/kdeaddons/pkg-descr
@@ -0,0 +1,3 @@
+kdeaddons contains additional plugins and scripts for some KDE applications.
+These include plugins for kate, kicker, konqueror and noatun, in addition to
+scripts for knewsticker.
diff --git a/misc/kdeaddons/pkg-plist b/misc/kdeaddons/pkg-plist
new file mode 100644
index 000000000000..6e716dfb6d79
--- /dev/null
+++ b/misc/kdeaddons/pkg-plist
@@ -0,0 +1,135 @@
+@unexec %%RM%% -f %D/lib/libkolourpicker.so
+@unexec %%RM%% -f %D/lib/libktimemon.so
+@unexec %%RM%% -f %D/share/doc/HTML/en/kate-plugins/common
+@unexec %%RM%% -f %D/share/doc/HTML/en/kicker-applets/common
+bin/dcop_kate
+bin/testor
+lib/kde2/libbabelfishplugin.la
+lib/kde2/libbabelfishplugin.so
+lib/kde2/libdirfilterplugin.la
+lib/kde2/libdirfilterplugin.so
+lib/kde2/libdomtreeviewerplugin.la
+lib/kde2/libdomtreeviewerplugin.so
+lib/kde2/libkatehtmltoolsplugin.la
+lib/kde2/libkatehtmltoolsplugin.so
+lib/kde2/libkateinsertcommandplugin.la
+lib/kde2/libkateinsertcommandplugin.so
+lib/kde2/libkateopenheaderplugin.la
+lib/kde2/libkateopenheaderplugin.so
+lib/kde2/libkateprojectmanagerplugin.la
+lib/kde2/libkateprojectmanagerplugin.so
+lib/kde2/libkatetextfilterplugin.la
+lib/kde2/libkatetextfilterplugin.so
+lib/kde2/libkhtmlsettingsplugin.la
+lib/kde2/libkhtmlsettingsplugin.so
+lib/kde2/libkimgallery.la
+lib/kde2/libkimgallery.so
+lib/kde2/libuachangerplugin.la
+lib/kde2/libuachangerplugin.so
+lib/kde2/libvalidatorsplugin.la
+lib/kde2/libvalidatorsplugin.so
+lib/kde2/libwebarchiverplugin.la
+lib/kde2/libwebarchiverplugin.so
+lib/kde2/webarchivethumbnail.la
+lib/kde2/webarchivethumbnail.so
+lib/libkolourpicker.la
+lib/libkolourpicker.so
+lib/libkolourpicker.so.1
+lib/libktimemon.la
+lib/libktimemon.so
+lib/libktimemon.so.1
+lib/libnoatunluckytag.la
+lib/libnoatunluckytag.so
+lib/libnoatunmadness.la
+lib/libnoatunmadness.so
+lib/libnoatunwakeup.la
+lib/libnoatunwakeup.so
+share/apps/kate/plugins/katehtmltools.desktop
+share/apps/kate/plugins/katehtmltools/ui.rc
+share/apps/kate/plugins/kateinsertcommand.desktop
+share/apps/kate/plugins/kateinsertcommand/ui.rc
+share/apps/kate/plugins/kateopenheader.desktop
+share/apps/kate/plugins/kateopenheader/ui.rc
+share/apps/kate/plugins/kateprojectmanager.desktop
+share/apps/kate/plugins/kateprojectmanager/ui.rc
+share/apps/kate/plugins/katetextfilter.desktop
+share/apps/kate/plugins/katetextfilter/ui.rc
+share/apps/khtml/kpartplugins/khtmlsettingsplugin.rc
+share/apps/khtml/kpartplugins/plugin_babelfish.rc
+share/apps/khtml/kpartplugins/plugin_domtreeviewer.rc
+share/apps/khtml/kpartplugins/plugin_validators.rc
+share/apps/khtml/kpartplugins/plugin_webarchiver.rc
+share/apps/khtml/kpartplugins/uachangerplugin.rc
+share/apps/kicker/applets/kolourpicker.desktop
+share/apps/kicker/applets/ktimemon.desktop
+share/apps/knewsticker/scripts/Generic.Newsticker.Error
+share/apps/knewsticker/scripts/Readme.ErrorHandling
+share/apps/knewsticker/scripts/Readme.newsrss
+share/apps/knewsticker/scripts/Readme.stock
+share/apps/knewsticker/scripts/fyensget.py
+share/apps/knewsticker/scripts/newsrss.pl
+share/apps/knewsticker/scripts/stock.pl
+share/apps/konqiconview/kpartplugins/dirfilterplugin.rc
+share/apps/konqiconview/kpartplugins/kimgalleryplugin.rc
+share/apps/konqlistview/kpartplugins/dirfilterplugin.rc
+share/apps/konqlistview/kpartplugins/kimgalleryplugin.rc
+share/apps/noatun/luckytag.plugin
+share/apps/noatun/madness.plugin
+share/apps/noatun/wakeup.plugin
+share/doc/HTML/en/kate-plugins/common
+share/doc/HTML/en/kate-plugins/helloworld.docbook
+share/doc/HTML/en/kate-plugins/htmltools.docbook
+share/doc/HTML/en/kate-plugins/index.cache.bz2
+share/doc/HTML/en/kate-plugins/index.docbook
+share/doc/HTML/en/kate-plugins/insertcommand.docbook
+share/doc/HTML/en/kate-plugins/openheader.docbook
+share/doc/HTML/en/kate-plugins/projectmanager.docbook
+share/doc/HTML/en/kate-plugins/textfilter.docbook
+share/doc/HTML/en/kicker-applets/common
+share/doc/HTML/en/kicker-applets/index.cache.bz2
+share/doc/HTML/en/kicker-applets/index.docbook
+share/doc/HTML/en/kicker-applets/kolourpicker.docbook
+share/doc/HTML/en/kicker-applets/ktimemon.docbook
+share/icons/hicolor/16x16/actions/babelfish.png
+share/icons/hicolor/16x16/actions/cssvalidator.png
+share/icons/hicolor/16x16/actions/domtreeviewer.png
+share/icons/hicolor/16x16/actions/htmlvalidator.png
+share/icons/hicolor/16x16/actions/imagegallery.png
+share/icons/hicolor/16x16/actions/validators.png
+share/icons/hicolor/16x16/actions/webarchiver.png
+share/icons/hicolor/22x22/actions/babelfish.png
+share/icons/hicolor/22x22/actions/cssvalidator.png
+share/icons/hicolor/22x22/actions/domtreeviewer.png
+share/icons/hicolor/22x22/actions/htmlvalidator.png
+share/icons/hicolor/22x22/actions/imagegallery.png
+share/icons/hicolor/22x22/actions/validators.png
+share/icons/hicolor/22x22/actions/webarchiver.png
+share/icons/locolor/16x16/apps/ktimemon.png
+share/icons/locolor/32x32/apps/ktimemon.png
+share/mimelnk/application/x-webarchive.desktop
+share/services/webarchivethumbnail.desktop
+@dirrm share/services
+@dirrm share/mimelnk/application
+@dirrm share/icons/locolor/32x32/apps
+@dirrm share/icons/locolor/16x16/apps
+@dirrm share/icons/hicolor/22x22/actions
+@dirrm share/icons/hicolor/16x16/actions
+@dirrm share/doc/HTML/en/kicker-applets
+@dirrm share/doc/HTML/en/kate-plugins
+@dirrm share/doc/HTML/en
+@dirrm share/apps/noatun
+@dirrm share/apps/konqlistview/kpartplugins
+@dirrm share/apps/konqiconview/kpartplugins
+@dirrm share/apps/knewsticker/scripts
+@dirrm share/apps/knewsticker
+@dirrm share/apps/kicker/applets
+@dirrm share/apps/khtml/kpartplugins
+@dirrm share/apps/khtml
+@dirrm share/apps/kate/plugins/katetextfilter
+@dirrm share/apps/kate/plugins/kateprojectmanager
+@dirrm share/apps/kate/plugins/kateopenheader
+@dirrm share/apps/kate/plugins/kateinsertcommand
+@dirrm share/apps/kate/plugins/katehtmltools
+@dirrm share/apps/kate/plugins
+@dirrm share/apps/kate
+@dirrm lib/kde2