aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-02-26 19:24:49 +0000
committerWill Andrews <will@FreeBSD.org>2001-02-26 19:24:49 +0000
commit26121d15aefe3055f4b11633dcaca64da67c0913 (patch)
tree6ef2924bd6e9cb5e5a689c5d3a30612f8ec5dc50 /graphics
parent09ba9d8694adee1784946f1db8beb5713a9fb2b4 (diff)
downloadports-26121d15aefe3055f4b11633dcaca64da67c0913.tar.gz
ports-26121d15aefe3055f4b11633dcaca64da67c0913.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/kdegraphics11/Makefile40
-rw-r--r--graphics/kdegraphics11/distinfo1
-rw-r--r--graphics/kdegraphics11/files/patch-ab11
-rw-r--r--graphics/kdegraphics11/files/patch-ac11
-rw-r--r--graphics/kdegraphics11/pkg-comment1
-rw-r--r--graphics/kdegraphics11/pkg-descr1
-rw-r--r--graphics/kdegraphics11/pkg-plist333
-rw-r--r--graphics/kdegraphics2/Makefile4
-rw-r--r--graphics/kdegraphics2/distinfo2
-rw-r--r--graphics/kdegraphics2/files/patch-kfax.cpp29
-rw-r--r--graphics/kdegraphics2/pkg-plist237
-rw-r--r--graphics/kdegraphics3/Makefile4
-rw-r--r--graphics/kdegraphics3/distinfo2
-rw-r--r--graphics/kdegraphics3/files/patch-kfax.cpp29
-rw-r--r--graphics/kdegraphics3/pkg-plist237
-rw-r--r--graphics/kdegraphics4/Makefile4
-rw-r--r--graphics/kdegraphics4/distinfo2
-rw-r--r--graphics/kdegraphics4/files/patch-kfax.cpp29
-rw-r--r--graphics/kdegraphics4/pkg-plist237
20 files changed, 696 insertions, 519 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 84dd31b2d098..13fdc341ed72 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -96,7 +96,6 @@
SUBDIR += jslice
SUBDIR += juno-2
SUBDIR += kdc2tiff
- SUBDIR += kdegraphics11
SUBDIR += kdegraphics2
SUBDIR += killustrator
SUBDIR += kplot3d
diff --git a/graphics/kdegraphics11/Makefile b/graphics/kdegraphics11/Makefile
deleted file mode 100644
index 1bf1b8f57cd6..000000000000
--- a/graphics/kdegraphics11/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: kdegraphics
-# Date created: 28 October 1997
-# Whom: Stefan Eßer <se@freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kdegraphics
-PORTVERSION= 1.1.2
-CATEGORIES= graphics kde
-MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= Attic/old/1.1.2/distribution/tar/generic/source/bz2
-
-MAINTAINER= will@FreeBSD.org
-
-LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
- kdecore.3:${PORTSDIR}/x11/kdelibs11
-
-NO_LATEST_LINK= yes
-USE_BZIP2= yes
-USE_QT= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
- "--with-qt-includes=${QTDIR}/include/X11/qt" \
- "--with-extra-includes=${LOCALBASE}/include" \
- "--with-extra-libs=${LOCALBASE}/lib"
-CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
- INSTALL_SCRIPT="install -c -m 555" \
- QTDIR=${QTDIR}
-CFLAGS+= "-I${PREFIX}/include"
-USE_GMAKE= yes
-
-.if defined(PREFIX)
-QTDIR?= ${PREFIX}
-.else
-QTDIR?= ${X11BASE}
-.endif
-
-.include <bsd.port.mk>
diff --git a/graphics/kdegraphics11/distinfo b/graphics/kdegraphics11/distinfo
deleted file mode 100644
index 623a28502528..000000000000
--- a/graphics/kdegraphics11/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (kdegraphics-1.1.2.tar.bz2) = f79551371b5beacb543cac66aa8c42df
diff --git a/graphics/kdegraphics11/files/patch-ab b/graphics/kdegraphics11/files/patch-ab
deleted file mode 100644
index 7b06e96af0b8..000000000000
--- a/graphics/kdegraphics11/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Wed Sep 8 00:22:53 1999
-+++ configure Tue Feb 15 21:54:21 2000
-@@ -4407,7 +4407,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="$all_libraries -lgif -lX11 $LIBSOCKET"
-+LIBS="$all_libraries -lungif -lX11 $LIBSOCKET"
- cat > conftest.$ac_ext <<EOF
- #line 4413 "configure"
- #include "confdefs.h"
diff --git a/graphics/kdegraphics11/files/patch-ac b/graphics/kdegraphics11/files/patch-ac
deleted file mode 100644
index 265d52fa3ab9..000000000000
--- a/graphics/kdegraphics11/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- kpaint/Makefile.in.orig Wed Sep 8 00:22:50 1999
-+++ kpaint/Makefile.in Tue Feb 15 21:57:27 2000
-@@ -161,7 +161,7 @@
-
- INCLUDES = $(all_includes)
- LDFLAGS = $(all_libraries) $(KDE_RPATH)
--LDADD = $(LIB_KIMGIO) -lgif -lm $(LIB_KFILE)
-+LDADD = $(LIB_KIMGIO) -lungif -lm $(LIB_KFILE)
-
- appsdir = $(kde_appsdir)/Graphics
- apps_DATA = kpaint.kdelnk
diff --git a/graphics/kdegraphics11/pkg-comment b/graphics/kdegraphics11/pkg-comment
deleted file mode 100644
index 29b0369151c5..000000000000
--- a/graphics/kdegraphics11/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Graphics programs (PS,DVI,FAX,...) for the KDE integrated X11 desktop
diff --git a/graphics/kdegraphics11/pkg-descr b/graphics/kdegraphics11/pkg-descr
deleted file mode 100644
index 90ae45773bea..000000000000
--- a/graphics/kdegraphics11/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-KDE provides an integrated X11 based environment, much like CDE.
diff --git a/graphics/kdegraphics11/pkg-plist b/graphics/kdegraphics11/pkg-plist
deleted file mode 100644
index e43cb9285a65..000000000000
--- a/graphics/kdegraphics11/pkg-plist
+++ /dev/null
@@ -1,333 +0,0 @@
-bin/kdvi
-bin/kfax
-bin/kfract
-bin/kghostview
-bin/kiconedit
-bin/kpaint
-bin/ksnapshot
-bin/kview
-share/applnk/Graphics/KFax.kdelnk
-share/applnk/Graphics/kdvi.kdelnk
-share/applnk/Graphics/kfract.kdelnk
-share/applnk/Graphics/kghostview.kdelnk
-share/applnk/Graphics/kiconedit.kdelnk
-share/applnk/Graphics/kpaint.kdelnk
-share/applnk/Graphics/ksnapshot.kdelnk
-share/applnk/Graphics/kview.kdelnk
-share/apps/kdvi/toolbar/forwpage.xpm
-share/apps/kdvi/toolbar/largetext.xpm
-share/apps/kdvi/toolbar/smalltext.xpm
-share/apps/kfax/pics/kfax.tif
-share/apps/kfax/pics/kfaxlogo.xpm
-share/apps/kiconedit/pics/compressed.xpm
-share/apps/kiconedit/pics/folder.xpm
-share/apps/kiconedit/pics/mini-folder.xpm
-share/apps/kiconedit/pics/mini-package.xpm
-share/apps/kiconedit/pics/package.xpm
-share/apps/kiconedit/pics/source.xpm
-share/apps/kiconedit/pics/standard.xpm
-share/apps/kiconedit/toolbar/aim.xpm
-share/apps/kiconedit/toolbar/areaselect.xpm
-share/apps/kiconedit/toolbar/circle.xpm
-share/apps/kiconedit/toolbar/ellipse.xpm
-share/apps/kiconedit/toolbar/eraser.xpm
-share/apps/kiconedit/toolbar/fileclose.xpm
-share/apps/kiconedit/toolbar/filledcircle.xpm
-share/apps/kiconedit/toolbar/filledellipse.xpm
-share/apps/kiconedit/toolbar/filledrectangle.xpm
-share/apps/kiconedit/toolbar/flood.xpm
-share/apps/kiconedit/toolbar/grayscale.xpm
-share/apps/kiconedit/toolbar/grid.xpm
-share/apps/kiconedit/toolbar/kdepalette.xpm
-share/apps/kiconedit/toolbar/line.xpm
-share/apps/kiconedit/toolbar/newwin.xpm
-share/apps/kiconedit/toolbar/paintbrush.xpm
-share/apps/kiconedit/toolbar/pointer.xpm
-share/apps/kiconedit/toolbar/rectangle.xpm
-share/apps/kiconedit/toolbar/selectcircle.xpm
-share/apps/kiconedit/toolbar/selectrect.xpm
-share/apps/kiconedit/toolbar/spraycan.xpm
-share/apps/kiconedit/toolbar/transform.xpm
-share/apps/kpaint/toolbar/areaselect.xpm
-share/apps/kpaint/toolbar/circle.xpm
-share/apps/kpaint/toolbar/editcopy.xpm
-share/apps/kpaint/toolbar/editcut.xpm
-share/apps/kpaint/toolbar/editpaste.xpm
-share/apps/kpaint/toolbar/ellipse.xpm
-share/apps/kpaint/toolbar/filefloppy.xpm
-share/apps/kpaint/toolbar/filenew.xpm
-share/apps/kpaint/toolbar/fileopen.xpm
-share/apps/kpaint/toolbar/line.xpm
-share/apps/kpaint/toolbar/pen.xpm
-share/apps/kpaint/toolbar/rectangle.xpm
-share/apps/kpaint/toolbar/roundangle.xpm
-share/apps/kpaint/toolbar/spraycan.xpm
-share/apps/kpaint/toolbar/viewmag+.xpm
-share/apps/kpaint/toolbar/viewmag-.xpm
-share/doc/HTML/cs/ksnapshot/index.html
-share/doc/HTML/cs/ksnapshot/ksnapshot.gif
-share/doc/HTML/da/kiconedit/index-1.html
-share/doc/HTML/da/kiconedit/index-2.html
-share/doc/HTML/da/kiconedit/index-3.html
-share/doc/HTML/da/kiconedit/index-4.html
-share/doc/HTML/da/kiconedit/index.html
-share/doc/HTML/da/kiconedit/logotp3.gif
-share/doc/HTML/en/kdvi/index.html
-share/doc/HTML/en/kfax/index-1.html
-share/doc/HTML/en/kfax/index-2.html
-share/doc/HTML/en/kfax/index-3.html
-share/doc/HTML/en/kfax/index-4.html
-share/doc/HTML/en/kfax/index-5.html
-share/doc/HTML/en/kfax/index-6.html
-share/doc/HTML/en/kfax/index.html
-share/doc/HTML/en/kfax/logotp3.gif
-share/doc/HTML/en/kfract/index.html
-share/doc/HTML/en/kfract/kfract.gif
-share/doc/HTML/en/kghostview/index-1.html
-share/doc/HTML/en/kghostview/index-2.html
-share/doc/HTML/en/kghostview/index-3.html
-share/doc/HTML/en/kghostview/index-4.html
-share/doc/HTML/en/kghostview/index-5.html
-share/doc/HTML/en/kghostview/index-6.html
-share/doc/HTML/en/kghostview/index.html
-share/doc/HTML/en/kghostview/logotp3.gif
-share/doc/HTML/en/kiconedit/index-1.html
-share/doc/HTML/en/kiconedit/index-2.html
-share/doc/HTML/en/kiconedit/index-3.html
-share/doc/HTML/en/kiconedit/index-4.html
-share/doc/HTML/en/kiconedit/index.html
-share/doc/HTML/en/kiconedit/logotp3.gif
-share/doc/HTML/en/kpaint/Technic.gif
-share/doc/HTML/en/kpaint/index.html
-share/doc/HTML/en/kpaint/kpaint.html
-share/doc/HTML/en/ksnapshot/index.html
-share/doc/HTML/en/ksnapshot/ksnapshot.gif
-share/doc/HTML/en/kview/kview-1.html
-share/doc/HTML/en/kview/kview-2.html
-share/doc/HTML/en/kview/kview-3.html
-share/doc/HTML/en/kview/kview-4.html
-share/doc/HTML/en/kview/kview-5.html
-share/doc/HTML/en/kview/kview.html
-share/doc/HTML/en/kview/kview.index
-share/doc/HTML/en/kview/logotp3.gif
-share/doc/HTML/fi/kdvi/index.html
-share/icons/kdvi.xpm
-share/icons/kfax.xpm
-share/icons/kfract.xpm
-share/icons/kghostview.xpm
-share/icons/kiconedit.xpm
-share/icons/kpaint.xpm
-share/icons/ksnapshot.xpm
-share/icons/kview.xpm
-share/icons/large/kdvi.xpm
-share/icons/large/kfax.xpm
-share/icons/large/kfract.xpm
-share/icons/large/kghostview.xpm
-share/icons/large/kiconedit.xpm
-share/icons/large/kpaint.xpm
-share/icons/large/ksnapshot.xpm
-share/icons/large/kview.xpm
-share/icons/mini/kdvi.xpm
-share/icons/mini/kfax.xpm
-share/icons/mini/kfract.xpm
-share/icons/mini/kghostview.xpm
-share/icons/mini/kiconedit.xpm
-share/icons/mini/kpaint.xpm
-share/icons/mini/ksnapshot.xpm
-share/icons/mini/kview.xpm
-share/locale/br/LC_MESSAGES/kdvi.mo
-share/locale/br/LC_MESSAGES/kfax.mo
-share/locale/br/LC_MESSAGES/kfract.mo
-share/locale/br/LC_MESSAGES/kghostview.mo
-share/locale/br/LC_MESSAGES/kiconedit.mo
-share/locale/br/LC_MESSAGES/kpaint.mo
-share/locale/br/LC_MESSAGES/ksnapshot.mo
-share/locale/br/LC_MESSAGES/kview.mo
-share/locale/ca/LC_MESSAGES/kdvi.mo
-share/locale/ca/LC_MESSAGES/kfax.mo
-share/locale/ca/LC_MESSAGES/kghostview.mo
-share/locale/ca/LC_MESSAGES/ksnapshot.mo
-share/locale/cs/LC_MESSAGES/kdvi.mo
-share/locale/cs/LC_MESSAGES/kfax.mo
-share/locale/cs/LC_MESSAGES/kfract.mo
-share/locale/cs/LC_MESSAGES/kghostview.mo
-share/locale/cs/LC_MESSAGES/kiconedit.mo
-share/locale/cs/LC_MESSAGES/kpaint.mo
-share/locale/cs/LC_MESSAGES/ksnapshot.mo
-share/locale/cs/LC_MESSAGES/kview.mo
-share/locale/da/LC_MESSAGES/kdvi.mo
-share/locale/da/LC_MESSAGES/kfax.mo
-share/locale/da/LC_MESSAGES/kfract.mo
-share/locale/da/LC_MESSAGES/kghostview.mo
-share/locale/da/LC_MESSAGES/kiconedit.mo
-share/locale/da/LC_MESSAGES/kpaint.mo
-share/locale/da/LC_MESSAGES/ksnapshot.mo
-share/locale/da/LC_MESSAGES/kview.mo
-share/locale/de/LC_MESSAGES/kdvi.mo
-share/locale/de/LC_MESSAGES/kfax.mo
-share/locale/de/LC_MESSAGES/kfract.mo
-share/locale/de/LC_MESSAGES/kghostview.mo
-share/locale/de/LC_MESSAGES/kiconedit.mo
-share/locale/de/LC_MESSAGES/kpaint.mo
-share/locale/de/LC_MESSAGES/ksnapshot.mo
-share/locale/de/LC_MESSAGES/kview.mo
-share/locale/el/LC_MESSAGES/kdvi.mo
-share/locale/el/LC_MESSAGES/kghostview.mo
-share/locale/el/LC_MESSAGES/kpaint.mo
-share/locale/eo/LC_MESSAGES/kdvi.mo
-share/locale/eo/LC_MESSAGES/kfax.mo
-share/locale/eo/LC_MESSAGES/kghostview.mo
-share/locale/eo/LC_MESSAGES/kpaint.mo
-share/locale/es/LC_MESSAGES/kdvi.mo
-share/locale/es/LC_MESSAGES/kfax.mo
-share/locale/es/LC_MESSAGES/kfract.mo
-share/locale/es/LC_MESSAGES/kghostview.mo
-share/locale/es/LC_MESSAGES/kiconedit.mo
-share/locale/es/LC_MESSAGES/kpaint.mo
-share/locale/es/LC_MESSAGES/ksnapshot.mo
-share/locale/es/LC_MESSAGES/kview.mo
-share/locale/fi/LC_MESSAGES/kdvi.mo
-share/locale/fi/LC_MESSAGES/kfax.mo
-share/locale/fi/LC_MESSAGES/kfract.mo
-share/locale/fi/LC_MESSAGES/kghostview.mo
-share/locale/fi/LC_MESSAGES/kiconedit.mo
-share/locale/fi/LC_MESSAGES/kpaint.mo
-share/locale/fi/LC_MESSAGES/ksnapshot.mo
-share/locale/fi/LC_MESSAGES/kview.mo
-share/locale/fr/LC_MESSAGES/kdvi.mo
-share/locale/fr/LC_MESSAGES/kfax.mo
-share/locale/fr/LC_MESSAGES/kfract.mo
-share/locale/fr/LC_MESSAGES/kghostview.mo
-share/locale/fr/LC_MESSAGES/kiconedit.mo
-share/locale/fr/LC_MESSAGES/kpaint.mo
-share/locale/fr/LC_MESSAGES/ksnapshot.mo
-share/locale/fr/LC_MESSAGES/kview.mo
-share/locale/hr/LC_MESSAGES/kdvi.mo
-share/locale/hr/LC_MESSAGES/kfax.mo
-share/locale/hr/LC_MESSAGES/kghostview.mo
-share/locale/hr/LC_MESSAGES/kpaint.mo
-share/locale/hr/LC_MESSAGES/kview.mo
-share/locale/hs/LC_MESSAGES/kdvi.mo
-share/locale/hu/LC_MESSAGES/kdvi.mo
-share/locale/hu/LC_MESSAGES/kghostview.mo
-share/locale/hu/LC_MESSAGES/kpaint.mo
-share/locale/hu/LC_MESSAGES/ksnapshot.mo
-share/locale/hu/LC_MESSAGES/kview.mo
-share/locale/is/LC_MESSAGES/kdvi.mo
-share/locale/is/LC_MESSAGES/kfax.mo
-share/locale/is/LC_MESSAGES/kfract.mo
-share/locale/is/LC_MESSAGES/kghostview.mo
-share/locale/is/LC_MESSAGES/kiconedit.mo
-share/locale/is/LC_MESSAGES/kpaint.mo
-share/locale/is/LC_MESSAGES/ksnapshot.mo
-share/locale/is/LC_MESSAGES/kview.mo
-share/locale/it/LC_MESSAGES/kdvi.mo
-share/locale/it/LC_MESSAGES/kfax.mo
-share/locale/it/LC_MESSAGES/kfrac.mo
-share/locale/it/LC_MESSAGES/kghostview.mo
-share/locale/it/LC_MESSAGES/kpaint.mo
-share/locale/ja/LC_MESSAGES/kdvi.mo
-share/locale/ja/LC_MESSAGES/kfax.mo
-share/locale/ja/LC_MESSAGES/kfract.mo
-share/locale/ja/LC_MESSAGES/kghostview.mo
-share/locale/ja/LC_MESSAGES/kiconedit.mo
-share/locale/ja/LC_MESSAGES/kpaint.mo
-share/locale/ja/LC_MESSAGES/ksnapshot.mo
-share/locale/ja/LC_MESSAGES/kview.mo
-share/locale/ko/LC_MESSAGES/kdvi.mo
-share/locale/ko/LC_MESSAGES/kfax.mo
-share/locale/ko/LC_MESSAGES/kghostview.mo
-share/locale/ko/LC_MESSAGES/kpaint.mo
-share/locale/mk/LC_MESSAGES/kfax.mo
-share/locale/mk/LC_MESSAGES/kghostview.mo
-share/locale/nl/LC_MESSAGES/kdvi.mo
-share/locale/nl/LC_MESSAGES/kfax.mo
-share/locale/nl/LC_MESSAGES/kghostview.mo
-share/locale/nl/LC_MESSAGES/kpaint.mo
-share/locale/no/LC_MESSAGES/kdvi.mo
-share/locale/no/LC_MESSAGES/kfax.mo
-share/locale/no/LC_MESSAGES/kfract.mo
-share/locale/no/LC_MESSAGES/kghostview.mo
-share/locale/no/LC_MESSAGES/kiconedit.mo
-share/locale/no/LC_MESSAGES/kpaint.mo
-share/locale/no/LC_MESSAGES/ksnapshot.mo
-share/locale/no/LC_MESSAGES/kview.mo
-share/locale/pl/LC_MESSAGES/kdvi.mo
-share/locale/pl/LC_MESSAGES/kfax.mo
-share/locale/pl/LC_MESSAGES/kfract.mo
-share/locale/pl/LC_MESSAGES/kghostview.mo
-share/locale/pl/LC_MESSAGES/kiconedit.mo
-share/locale/pl/LC_MESSAGES/kpaint.mo
-share/locale/pl/LC_MESSAGES/ksnapshot.mo
-share/locale/pl/LC_MESSAGES/kview.mo
-share/locale/pt/LC_MESSAGES/kdvi.mo
-share/locale/pt/LC_MESSAGES/kfax.mo
-share/locale/pt/LC_MESSAGES/kghostview.mo
-share/locale/pt/LC_MESSAGES/kpaint.mo
-share/locale/pt_BR/LC_MESSAGES/kdvi.mo
-share/locale/pt_BR/LC_MESSAGES/kfax.mo
-share/locale/pt_BR/LC_MESSAGES/kfract.mo
-share/locale/pt_BR/LC_MESSAGES/kghostview.mo
-share/locale/pt_BR/LC_MESSAGES/kiconedit.mo
-share/locale/pt_BR/LC_MESSAGES/kpaint.mo
-share/locale/pt_BR/LC_MESSAGES/ksnapshot.mo
-share/locale/pt_BR/LC_MESSAGES/kview.mo
-share/locale/ru/LC_MESSAGES/kdvi.mo
-share/locale/ru/LC_MESSAGES/kfax.mo
-share/locale/ru/LC_MESSAGES/kfract.mo
-share/locale/ru/LC_MESSAGES/kghostview.mo
-share/locale/ru/LC_MESSAGES/kiconedit.mo
-share/locale/ru/LC_MESSAGES/kpaint.mo
-share/locale/ru/LC_MESSAGES/ksnapshot.mo
-share/locale/ru/LC_MESSAGES/kview.mo
-share/locale/sk/LC_MESSAGES/kdvi.mo
-share/locale/sk/LC_MESSAGES/kfax.mo
-share/locale/sk/LC_MESSAGES/kfract.mo
-share/locale/sk/LC_MESSAGES/kghostview.mo
-share/locale/sk/LC_MESSAGES/kiconedit.mo
-share/locale/sk/LC_MESSAGES/kpaint.mo
-share/locale/sk/LC_MESSAGES/ksnapshot.mo
-share/locale/sk/LC_MESSAGES/kview.mo
-share/locale/sl/LC_MESSAGES/kdvi.mo
-share/locale/sl/LC_MESSAGES/kfax.mo
-share/locale/sl/LC_MESSAGES/kfract.mo
-share/locale/sl/LC_MESSAGES/kghostview.mo
-share/locale/sl/LC_MESSAGES/kiconedit.mo
-share/locale/sl/LC_MESSAGES/kpaint.mo
-share/locale/sl/LC_MESSAGES/ksnapshot.mo
-share/locale/sl/LC_MESSAGES/kview.mo
-share/locale/sv/LC_MESSAGES/kdvi.mo
-share/locale/sv/LC_MESSAGES/kfax.mo
-share/locale/sv/LC_MESSAGES/kghostview.mo
-share/locale/sv/LC_MESSAGES/kpaint.mo
-share/locale/tr/LC_MESSAGES/kdvi.mo
-share/locale/tr/LC_MESSAGES/kfax.mo
-share/locale/tr/LC_MESSAGES/kghostview.mo
-share/locale/tr/LC_MESSAGES/kpaint.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdvi.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfax.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kghostview.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kpaint.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfax.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kghostview.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kpaint.mo
-@dirrm share/doc/HTML/fi/kdvi
-@dirrm share/doc/HTML/en/kview
-@dirrm share/doc/HTML/en/ksnapshot
-@dirrm share/doc/HTML/en/kpaint
-@dirrm share/doc/HTML/en/kiconedit
-@dirrm share/doc/HTML/en/kghostview
-@dirrm share/doc/HTML/en/kfract
-@dirrm share/doc/HTML/en/kfax
-@dirrm share/doc/HTML/en/kdvi
-@dirrm share/doc/HTML/da/kiconedit
-@dirrm share/doc/HTML/cs/ksnapshot
-@dirrm share/apps/kpaint/toolbar
-@dirrm share/apps/kpaint
-@dirrm share/apps/kiconedit/toolbar
-@dirrm share/apps/kiconedit/pics
-@dirrm share/apps/kiconedit
-@dirrm share/apps/kfax/pics
-@dirrm share/apps/kfax
-@dirrm share/apps/kdvi/toolbar
-@dirrm share/apps/kdvi
diff --git a/graphics/kdegraphics2/Makefile b/graphics/kdegraphics2/Makefile
index b9f2613c67bd..fc87f1816cb6 100644
--- a/graphics/kdegraphics2/Makefile
+++ b/graphics/kdegraphics2/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= kdegraphics
-PORTVERSION= 2.0.1
+PORTVERSION= 2.1
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src
-MAINTAINER= kevlo@FreeBSD.org
+MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2
BUILD_DEPENDS= dvips:${PORTSDIR}/print/teTeX
diff --git a/graphics/kdegraphics2/distinfo b/graphics/kdegraphics2/distinfo
index 4821550eec63..a61e71638f8d 100644
--- a/graphics/kdegraphics2/distinfo
+++ b/graphics/kdegraphics2/distinfo
@@ -1 +1 @@
-MD5 (kdegraphics-2.0.1.tar.bz2) = e9d1123f47f9b092a02818f125cdc824
+MD5 (kdegraphics-2.1.tar.bz2) = 3cb2294fc570fa771a834bef64d2bf33
diff --git a/graphics/kdegraphics2/files/patch-kfax.cpp b/graphics/kdegraphics2/files/patch-kfax.cpp
deleted file mode 100644
index 4bdb092f1459..000000000000
--- a/graphics/kdegraphics2/files/patch-kfax.cpp
+++ /dev/null
@@ -1,29 +0,0 @@
---- kfax/kfax.cpp.orig Fri Dec 1 13:48:29 2000
-+++ kfax/kfax.cpp Fri Dec 1 13:51:10 2000
-@@ -46,6 +46,7 @@
- #include <kmessagebox.h>
- #include <kcmdlineargs.h>
- #include <kio/netaccess.h>
-+#include <ktempfile.h>
-
- #include "kfax.h"
- #include "kfax.moc"
-@@ -994,14 +995,12 @@
- if(defaultpage.expander == g31expand)
- faxtype = 31;
-
-+ KTempFile tmpFile;
-+ tmpFile.setAutoDelete(true);
-
-- QString tempfile;
-- tempfile = tmpnam(NULL);
-+ fax2tiffmain(pn->pathname,QFile::encodeName(tmpFile.name()),pn->lsbfirst,pn->vres?0:1,faxtype);
-
-- fax2tiffmain(pn->pathname,tempfile.ascii(),pn->lsbfirst,pn->vres?0:1,faxtype);
-- fax2psmain(tempfile.ascii(),psfile,width,height,pi.scale);
--
-- remove(tempfile.ascii());
-+ fax2psmain(QFile::encodeName(tmpFile.name()),psfile,width,height,pi.scale);
-
- }
-
diff --git a/graphics/kdegraphics2/pkg-plist b/graphics/kdegraphics2/pkg-plist
index 292fb8ed59f1..57aafc2a2140 100644
--- a/graphics/kdegraphics2/pkg-plist
+++ b/graphics/kdegraphics2/pkg-plist
@@ -2,10 +2,15 @@ bin/kdvi
bin/kfax
bin/kfract
bin/kghostview
+bin/kiconedit
+bin/kpaint
bin/kpixmap2bitmap
+bin/kruler
bin/ksnapshot
bin/kview
bin/kviewshell
+bin/pixie
+include/ifplugin.h
include/mini-magick/animate.h
include/mini-magick/api.h
include/mini-magick/blob.h
@@ -27,9 +32,6 @@ include/mini-magick/utility.h
include/mini-magick/version.h
lib/kview.la
lib/kview.so
-lib/libbaglayout.la
-lib/libbaglayout.so
-lib/libbaglayout.so.0
lib/libkdvi.la
lib/libkdvi.so
lib/libkfax.la
@@ -37,6 +39,15 @@ lib/libkfax.so
lib/libkghostview.la
lib/libkghostview.so
lib/libkghostview.so.1
+lib/libkif_kdeeffects.la
+lib/libkif_kdeeffects.so
+lib/libkif_kdeeffects.so.1
+lib/libkif_magick.la
+lib/libkif_magick.so
+lib/libkif_magick.so.1
+lib/libkifplugin.la
+lib/libkifplugin.so
+lib/libkifplugin.so.3
lib/libkmultipage.la
lib/libkmultipage.so
lib/libkmultipage.so.0
@@ -49,13 +60,23 @@ lib/libkviewpart.so
lib/libminimagick.la
lib/libminimagick.so
lib/libminimagick.so.5
+lib/libpixie_color.la
+lib/libpixie_color.so
+lib/libpixie_color.so.1
+lib/libpixie_thumb.la
+lib/libpixie_thumb.so
+lib/libpixie_thumb.so.1
share/applnk/Graphics/kdvi.desktop
share/applnk/Graphics/kfax.desktop
share/applnk/Graphics/kfract.desktop
share/applnk/Graphics/kghostview.desktop
+share/applnk/Graphics/kiconedit.desktop
+share/applnk/Graphics/kpaint.desktop
share/applnk/Graphics/kpixmap2bitmap.desktop
+share/applnk/Graphics/kruler.desktop
share/applnk/Graphics/ksnapshot.desktop
share/applnk/Graphics/kview.desktop
+share/applnk/Graphics/pixie.desktop
share/apps/kdvi/kdvi_part.rc
share/apps/kdvi/toolbar/forwpage.xpm
share/apps/kdvi/toolbar/largetext.xpm
@@ -66,11 +87,83 @@ share/apps/kfax/pics/kfaxlogo.xpm
share/apps/kfract/kfract.rc
share/apps/kghostview/kghostviewui.rc
share/apps/kghostview/kgv_part.rc
+share/apps/kiconedit/pics/compressed.png
+share/apps/kiconedit/pics/source.png
+share/apps/kiconedit/pics/standard.png
+share/apps/kiconedit/toolbar/aim-cursor.xpm
+share/apps/kiconedit/toolbar/aim.png
+share/apps/kiconedit/toolbar/areaselect.png
+share/apps/kiconedit/toolbar/circle.png
+share/apps/kiconedit/toolbar/ellipse.png
+share/apps/kiconedit/toolbar/eraser-cursor.xpm
+share/apps/kiconedit/toolbar/fileclose.png
+share/apps/kiconedit/toolbar/filledcircle.png
+share/apps/kiconedit/toolbar/filledellipse.png
+share/apps/kiconedit/toolbar/filledrectangle.png
+share/apps/kiconedit/toolbar/flood-cursor.xpm
+share/apps/kiconedit/toolbar/flood.png
+share/apps/kiconedit/toolbar/grayscale.png
+share/apps/kiconedit/toolbar/grid.png
+share/apps/kiconedit/toolbar/kdepalette.png
+share/apps/kiconedit/toolbar/line.png
+share/apps/kiconedit/toolbar/newwin.png
+share/apps/kiconedit/toolbar/paintbrush-cursor.xpm
+share/apps/kiconedit/toolbar/paintbrush.png
+share/apps/kiconedit/toolbar/pointer.png
+share/apps/kiconedit/toolbar/rectangle.png
+share/apps/kiconedit/toolbar/selectcircle.png
+share/apps/kiconedit/toolbar/selectrect.png
+share/apps/kiconedit/toolbar/spraycan-cursor.xpm
+share/apps/kiconedit/toolbar/spraycan.png
+share/apps/kiconedit/toolbar/transform.png
+share/apps/kpaint/kpaint.rc
+share/apps/kpaint/toolbar/areaselect.xpm
+share/apps/kpaint/toolbar/brush.xpm
+share/apps/kpaint/toolbar/circle.xpm
+share/apps/kpaint/toolbar/ellipse.xpm
+share/apps/kpaint/toolbar/largetext.xpm
+share/apps/kpaint/toolbar/line.xpm
+share/apps/kpaint/toolbar/pen.xpm
+share/apps/kpaint/toolbar/rectangle.xpm
+share/apps/kpaint/toolbar/roundangle.xpm
+share/apps/kpaint/toolbar/spraycan.xpm
+share/apps/kruler/kruler-east.png
+share/apps/kruler/kruler-north.png
+share/apps/kruler/kruler-south.png
+share/apps/kruler/kruler-west.png
share/apps/kview/kview_part.rc
+share/apps/kview/kview_popup.rc
+share/apps/kview/kviewui.rc
share/apps/kview/toolbar/rotate.png
share/apps/kviewerpart/kviewerpart.rc
share/apps/kviewshell/kviewshell.rc
share/apps/kviewshell/paper-formats
+share/apps/pixie/dec2.png
+share/apps/pixie/dec2high.png
+share/apps/pixie/inc2.png
+share/apps/pixie/inc2high.png
+share/apps/pixie/logo.png
+share/apps/pixie/plugins/kdeeffects.desktop
+share/apps/pixie/plugins/magick.desktop
+share/apps/pixie/progress1.png
+share/apps/pixie/progress2.png
+share/apps/pixie/thumbwallpaper.png
+share/apps/pixie/toolbar/back.png
+share/apps/pixie/toolbar/brightness+.png
+share/apps/pixie/toolbar/brightness-.png
+share/apps/pixie/toolbar/contrast+.png
+share/apps/pixie/toolbar/contrast-.png
+share/apps/pixie/toolbar/fliph.png
+share/apps/pixie/toolbar/flipv.png
+share/apps/pixie/toolbar/forward.png
+share/apps/pixie/toolbar/kwin.png
+share/apps/pixie/toolbar/mini-ray.png
+share/apps/pixie/toolbar/mini-run.png
+share/apps/pixie/toolbar/play.png
+share/apps/pixie/toolbar/scaledown.png
+share/apps/pixie/toolbar/scaleup.png
+share/apps/pixie/toolbar/stop.png
+share/apps/pixie/toolbar/thumb.png
share/doc/HTML/en/kdvi/.anchors
share/doc/HTML/en/kdvi/KDVI-features.dvi
share/doc/HTML/en/kdvi/KDVI-features.tex
@@ -110,6 +203,7 @@ share/doc/HTML/en/kfax/themenuentries.html
share/doc/HTML/en/kfax/view.html
share/doc/HTML/en/kfract/.anchors
share/doc/HTML/en/kfract/common
+share/doc/HTML/en/kfract/credits-and-license.html
share/doc/HTML/en/kfract/index.cvlog
share/doc/HTML/en/kfract/index.docbook
share/doc/HTML/en/kfract/index.html
@@ -146,75 +240,202 @@ share/doc/HTML/en/kghostview/tool-bar.html
share/doc/HTML/en/kghostview/tutorial.html
share/doc/HTML/en/kghostview/view-control.html
share/doc/HTML/en/kghostview/view.html
+share/doc/HTML/en/kiconedit/.anchors
+share/doc/HTML/en/kiconedit/common
+share/doc/HTML/en/kiconedit/compilation-and-installation.html
+share/doc/HTML/en/kiconedit/configuration.html
+share/doc/HTML/en/kiconedit/edit.html
+share/doc/HTML/en/kiconedit/grid.html
+share/doc/HTML/en/kiconedit/help.html
+share/doc/HTML/en/kiconedit/index.cvlog
+share/doc/HTML/en/kiconedit/index.docbook
+share/doc/HTML/en/kiconedit/index.html
+share/doc/HTML/en/kiconedit/installation.html
+share/doc/HTML/en/kiconedit/introduction.html
+share/doc/HTML/en/kiconedit/onscreenfundamentals.html
+share/doc/HTML/en/kiconedit/options.html
+share/doc/HTML/en/kiconedit/requirements.html
+share/doc/HTML/en/kiconedit/statusbar.html
+share/doc/HTML/en/kiconedit/themenuentries.html
+share/doc/HTML/en/kiconedit/tools-toolbar.html
+share/doc/HTML/en/kiconedit/tools.html
+share/doc/HTML/en/kiconedit/view.html
+share/doc/HTML/en/kpaint/.anchors
+share/doc/HTML/en/kpaint/Technic.png
+share/doc/HTML/en/kpaint/common
+share/doc/HTML/en/kpaint/index.cvlog
+share/doc/HTML/en/kpaint/index.docbook
+share/doc/HTML/en/kpaint/index.html
+share/doc/HTML/en/kpaint/introductiongraphicfilereftechnicpnggraphic.html
+share/doc/HTML/en/kpaint/planned-features.html
share/doc/HTML/en/ksnapshot/.anchors
share/doc/HTML/en/ksnapshot/additional-features.html
share/doc/HTML/en/ksnapshot/common
+share/doc/HTML/en/ksnapshot/compilation-installation.html
share/doc/HTML/en/ksnapshot/credits.html
share/doc/HTML/en/ksnapshot/index.docbook
share/doc/HTML/en/ksnapshot/index.html
share/doc/HTML/en/ksnapshot/installation.html
share/doc/HTML/en/ksnapshot/introduction.html
share/doc/HTML/en/ksnapshot/preview.png
+share/doc/HTML/en/ksnapshot/requirements.html
share/doc/HTML/en/ksnapshot/taking-snapshot.html
share/doc/HTML/en/ksnapshot/using-ksapshot.html
+share/doc/HTML/en/ksnapshot/window.png
share/doc/HTML/en/kview/.anchors
-share/doc/HTML/en/kview/cmdline.html
+share/doc/HTML/en/kview/cluttering-desktop.html
+share/doc/HTML/en/kview/command-line.html
+share/doc/HTML/en/kview/commands.html
share/doc/HTML/en/kview/common
-share/doc/HTML/en/kview/how.html
-share/doc/HTML/en/kview/index.cvlog
+share/doc/HTML/en/kview/credits.html
+share/doc/HTML/en/kview/desktop-menu.html
+share/doc/HTML/en/kview/edit-menu.html
+share/doc/HTML/en/kview/filter-menu.html
+share/doc/HTML/en/kview/help-menu.html
+share/doc/HTML/en/kview/images-menu.html
share/doc/HTML/en/kview/index.docbook
share/doc/HTML/en/kview/index.html
+share/doc/HTML/en/kview/installation.html
share/doc/HTML/en/kview/introduction.html
-share/doc/HTML/en/kview/notes.html
-share/doc/HTML/en/kview/what.html
+share/doc/HTML/en/kview/requirements.html
+share/doc/HTML/en/kview/sample-session.html
+share/doc/HTML/en/kview/selection.html
+share/doc/HTML/en/kview/settings-menu.html
+share/doc/HTML/en/kview/snapshot1.png
+share/doc/HTML/en/kview/snapshot2.png
+share/doc/HTML/en/kview/snapshot3.png
+share/doc/HTML/en/kview/snapshot4.png
+share/doc/HTML/en/kview/snapshot5.png
+share/doc/HTML/en/kview/snapshot6.png
+share/doc/HTML/en/kview/snapshot7.png
+share/doc/HTML/en/kview/snapshot8.png
+share/doc/HTML/en/kview/snapshot9.png
+share/doc/HTML/en/kview/stirring-paste.html
+share/doc/HTML/en/kview/transform-menu.html
+share/doc/HTML/en/kview/view-menu.html
share/doc/HTML/en/pixie/.anchors
+share/doc/HTML/en/pixie/clone.png
+share/doc/HTML/en/pixie/command-line-options.html
share/doc/HTML/en/pixie/common
+share/doc/HTML/en/pixie/compilation.html
+share/doc/HTML/en/pixie/configure.html
+share/doc/HTML/en/pixie/copy-paste.png
+share/doc/HTML/en/pixie/credits.html
+share/doc/HTML/en/pixie/drag-and-drop.html
+share/doc/HTML/en/pixie/edit-advanced.html
+share/doc/HTML/en/pixie/edit-basics.html
+share/doc/HTML/en/pixie/effects.html
+share/doc/HTML/en/pixie/file.html
+share/doc/HTML/en/pixie/getting-started.html
+share/doc/HTML/en/pixie/help.html
+share/doc/HTML/en/pixie/hotlist.png
+share/doc/HTML/en/pixie/image-edit.png
+share/doc/HTML/en/pixie/image-size.png
+share/doc/HTML/en/pixie/ind-color-edit.png
share/doc/HTML/en/pixie/index.docbook
share/doc/HTML/en/pixie/index.html
+share/doc/HTML/en/pixie/installation.html
share/doc/HTML/en/pixie/introduction.html
+share/doc/HTML/en/pixie/key-bindings.html
+share/doc/HTML/en/pixie/new-win.png
+share/doc/HTML/en/pixie/open-save-print.png
+share/doc/HTML/en/pixie/open.png
+share/doc/HTML/en/pixie/options.png
+share/doc/HTML/en/pixie/pixie.png
+share/doc/HTML/en/pixie/reload.png
+share/doc/HTML/en/pixie/requirements.html
+share/doc/HTML/en/pixie/scale.png
+share/doc/HTML/en/pixie/screenshot.png
+share/doc/HTML/en/pixie/sharp-bright.png
+share/doc/HTML/en/pixie/startup.png
+share/doc/HTML/en/pixie/stop.png
+share/doc/HTML/en/pixie/thumb-fm.png
+share/doc/HTML/en/pixie/thumbgen.png
+share/doc/HTML/en/pixie/thumbnails.png
+share/doc/HTML/en/pixie/thumbs-preview.png
+share/doc/HTML/en/pixie/thumbs-update.png
+share/doc/HTML/en/pixie/toggle.png
+share/doc/HTML/en/pixie/toolbar-menu-entries.html
+share/doc/HTML/en/pixie/windows.html
+share/icons/hicolor/16x16/apps/kruler.png
share/icons/hicolor/32x32/apps/kdvi.png
share/icons/hicolor/32x32/apps/kfax.png
share/icons/hicolor/32x32/apps/kfract.png
share/icons/hicolor/32x32/apps/kghostview.png
+share/icons/hicolor/32x32/apps/kiconedit.png
+share/icons/hicolor/32x32/apps/kpaint.png
share/icons/hicolor/32x32/apps/kpixmap2bitmap.png
+share/icons/hicolor/32x32/apps/kruler.png
share/icons/hicolor/32x32/apps/ksnapshot.png
share/icons/hicolor/32x32/apps/kview.png
+share/icons/hicolor/32x32/apps/pixie.png
share/icons/hicolor/48x48/apps/kdvi.png
share/icons/hicolor/48x48/apps/kfax.png
share/icons/hicolor/48x48/apps/kfract.png
share/icons/hicolor/48x48/apps/kghostview.png
+share/icons/hicolor/48x48/apps/kiconedit.png
+share/icons/hicolor/48x48/apps/kpaint.png
share/icons/hicolor/48x48/apps/kpixmap2bitmap.png
+share/icons/hicolor/48x48/apps/kruler.png
share/icons/hicolor/48x48/apps/ksnapshot.png
share/icons/hicolor/48x48/apps/kview.png
+share/icons/hicolor/48x48/apps/pixie.png
share/icons/locolor/16x16/apps/kdvi.png
share/icons/locolor/16x16/apps/kfax.png
share/icons/locolor/16x16/apps/kfract.png
share/icons/locolor/16x16/apps/kghostview.png
+share/icons/locolor/16x16/apps/kiconedit.png
+share/icons/locolor/16x16/apps/kpaint.png
share/icons/locolor/16x16/apps/kpixmap2bitmap.png
+share/icons/locolor/16x16/apps/kruler.png
share/icons/locolor/16x16/apps/ksnapshot.png
share/icons/locolor/16x16/apps/kview.png
+share/icons/locolor/16x16/apps/pixie.png
share/icons/locolor/32x32/apps/kdvi.png
share/icons/locolor/32x32/apps/kfax.png
share/icons/locolor/32x32/apps/kfract.png
share/icons/locolor/32x32/apps/kghostview.png
+share/icons/locolor/32x32/apps/kiconedit.png
+share/icons/locolor/32x32/apps/kpaint.png
share/icons/locolor/32x32/apps/kpixmap2bitmap.png
+share/icons/locolor/32x32/apps/kruler.png
share/icons/locolor/32x32/apps/ksnapshot.png
share/icons/locolor/32x32/apps/kview.png
+share/icons/locolor/32x32/apps/pixie.png
+@dirrm share/icons/locolor/32x32/apps
+@dirrm share/icons/locolor/16x16/apps
+@dirrm share/icons/hicolor/48x48/apps
+@dirrm share/icons/hicolor/32x32/apps
+@dirrm share/icons/hicolor/16x16/apps
@dirrm share/doc/HTML/en/pixie
@dirrm share/doc/HTML/en/kview
@dirrm share/doc/HTML/en/ksnapshot
+@dirrm share/doc/HTML/en/kpaint
+@dirrm share/doc/HTML/en/kiconedit
@dirrm share/doc/HTML/en/kghostview
@dirrm share/doc/HTML/en/kfract
@dirrm share/doc/HTML/en/kfax
@dirrm share/doc/HTML/en/kdvi
+@dirrm share/doc/HTML/en
+@dirrm share/apps/pixie/toolbar
+@dirrm share/apps/pixie/plugins
+@dirrm share/apps/pixie
@dirrm share/apps/kviewshell
@dirrm share/apps/kviewerpart
@dirrm share/apps/kview/toolbar
@dirrm share/apps/kview
+@dirrm share/apps/kruler
+@dirrm share/apps/kpaint/toolbar
+@dirrm share/apps/kpaint
+@dirrm share/apps/kiconedit/toolbar
+@dirrm share/apps/kiconedit/pics
+@dirrm share/apps/kiconedit
@dirrm share/apps/kghostview
@dirrm share/apps/kfract
@dirrm share/apps/kfax/pics
@dirrm share/apps/kfax
@dirrm share/apps/kdvi/toolbar
@dirrm share/apps/kdvi
+@dirrm share/apps
+@dirrm share/applnk/Graphics
@dirrm include/mini-magick
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile
index b9f2613c67bd..fc87f1816cb6 100644
--- a/graphics/kdegraphics3/Makefile
+++ b/graphics/kdegraphics3/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= kdegraphics
-PORTVERSION= 2.0.1
+PORTVERSION= 2.1
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src
-MAINTAINER= kevlo@FreeBSD.org
+MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2
BUILD_DEPENDS= dvips:${PORTSDIR}/print/teTeX
diff --git a/graphics/kdegraphics3/distinfo b/graphics/kdegraphics3/distinfo
index 4821550eec63..a61e71638f8d 100644
--- a/graphics/kdegraphics3/distinfo
+++ b/graphics/kdegraphics3/distinfo
@@ -1 +1 @@
-MD5 (kdegraphics-2.0.1.tar.bz2) = e9d1123f47f9b092a02818f125cdc824
+MD5 (kdegraphics-2.1.tar.bz2) = 3cb2294fc570fa771a834bef64d2bf33
diff --git a/graphics/kdegraphics3/files/patch-kfax.cpp b/graphics/kdegraphics3/files/patch-kfax.cpp
deleted file mode 100644
index 4bdb092f1459..000000000000
--- a/graphics/kdegraphics3/files/patch-kfax.cpp
+++ /dev/null
@@ -1,29 +0,0 @@
---- kfax/kfax.cpp.orig Fri Dec 1 13:48:29 2000
-+++ kfax/kfax.cpp Fri Dec 1 13:51:10 2000
-@@ -46,6 +46,7 @@
- #include <kmessagebox.h>
- #include <kcmdlineargs.h>
- #include <kio/netaccess.h>
-+#include <ktempfile.h>
-
- #include "kfax.h"
- #include "kfax.moc"
-@@ -994,14 +995,12 @@
- if(defaultpage.expander == g31expand)
- faxtype = 31;
-
-+ KTempFile tmpFile;
-+ tmpFile.setAutoDelete(true);
-
-- QString tempfile;
-- tempfile = tmpnam(NULL);
-+ fax2tiffmain(pn->pathname,QFile::encodeName(tmpFile.name()),pn->lsbfirst,pn->vres?0:1,faxtype);
-
-- fax2tiffmain(pn->pathname,tempfile.ascii(),pn->lsbfirst,pn->vres?0:1,faxtype);
-- fax2psmain(tempfile.ascii(),psfile,width,height,pi.scale);
--
-- remove(tempfile.ascii());
-+ fax2psmain(QFile::encodeName(tmpFile.name()),psfile,width,height,pi.scale);
-
- }
-
diff --git a/graphics/kdegraphics3/pkg-plist b/graphics/kdegraphics3/pkg-plist
index 292fb8ed59f1..57aafc2a2140 100644
--- a/graphics/kdegraphics3/pkg-plist
+++ b/graphics/kdegraphics3/pkg-plist
@@ -2,10 +2,15 @@ bin/kdvi
bin/kfax
bin/kfract
bin/kghostview
+bin/kiconedit
+bin/kpaint
bin/kpixmap2bitmap
+bin/kruler
bin/ksnapshot
bin/kview
bin/kviewshell
+bin/pixie
+include/ifplugin.h
include/mini-magick/animate.h
include/mini-magick/api.h
include/mini-magick/blob.h
@@ -27,9 +32,6 @@ include/mini-magick/utility.h
include/mini-magick/version.h
lib/kview.la
lib/kview.so
-lib/libbaglayout.la
-lib/libbaglayout.so
-lib/libbaglayout.so.0
lib/libkdvi.la
lib/libkdvi.so
lib/libkfax.la
@@ -37,6 +39,15 @@ lib/libkfax.so
lib/libkghostview.la
lib/libkghostview.so
lib/libkghostview.so.1
+lib/libkif_kdeeffects.la
+lib/libkif_kdeeffects.so
+lib/libkif_kdeeffects.so.1
+lib/libkif_magick.la
+lib/libkif_magick.so
+lib/libkif_magick.so.1
+lib/libkifplugin.la
+lib/libkifplugin.so
+lib/libkifplugin.so.3
lib/libkmultipage.la
lib/libkmultipage.so
lib/libkmultipage.so.0
@@ -49,13 +60,23 @@ lib/libkviewpart.so
lib/libminimagick.la
lib/libminimagick.so
lib/libminimagick.so.5
+lib/libpixie_color.la
+lib/libpixie_color.so
+lib/libpixie_color.so.1
+lib/libpixie_thumb.la
+lib/libpixie_thumb.so
+lib/libpixie_thumb.so.1
share/applnk/Graphics/kdvi.desktop
share/applnk/Graphics/kfax.desktop
share/applnk/Graphics/kfract.desktop
share/applnk/Graphics/kghostview.desktop
+share/applnk/Graphics/kiconedit.desktop
+share/applnk/Graphics/kpaint.desktop
share/applnk/Graphics/kpixmap2bitmap.desktop
+share/applnk/Graphics/kruler.desktop
share/applnk/Graphics/ksnapshot.desktop
share/applnk/Graphics/kview.desktop
+share/applnk/Graphics/pixie.desktop
share/apps/kdvi/kdvi_part.rc
share/apps/kdvi/toolbar/forwpage.xpm
share/apps/kdvi/toolbar/largetext.xpm
@@ -66,11 +87,83 @@ share/apps/kfax/pics/kfaxlogo.xpm
share/apps/kfract/kfract.rc
share/apps/kghostview/kghostviewui.rc
share/apps/kghostview/kgv_part.rc
+share/apps/kiconedit/pics/compressed.png
+share/apps/kiconedit/pics/source.png
+share/apps/kiconedit/pics/standard.png
+share/apps/kiconedit/toolbar/aim-cursor.xpm
+share/apps/kiconedit/toolbar/aim.png
+share/apps/kiconedit/toolbar/areaselect.png
+share/apps/kiconedit/toolbar/circle.png
+share/apps/kiconedit/toolbar/ellipse.png
+share/apps/kiconedit/toolbar/eraser-cursor.xpm
+share/apps/kiconedit/toolbar/fileclose.png
+share/apps/kiconedit/toolbar/filledcircle.png
+share/apps/kiconedit/toolbar/filledellipse.png
+share/apps/kiconedit/toolbar/filledrectangle.png
+share/apps/kiconedit/toolbar/flood-cursor.xpm
+share/apps/kiconedit/toolbar/flood.png
+share/apps/kiconedit/toolbar/grayscale.png
+share/apps/kiconedit/toolbar/grid.png
+share/apps/kiconedit/toolbar/kdepalette.png
+share/apps/kiconedit/toolbar/line.png
+share/apps/kiconedit/toolbar/newwin.png
+share/apps/kiconedit/toolbar/paintbrush-cursor.xpm
+share/apps/kiconedit/toolbar/paintbrush.png
+share/apps/kiconedit/toolbar/pointer.png
+share/apps/kiconedit/toolbar/rectangle.png
+share/apps/kiconedit/toolbar/selectcircle.png
+share/apps/kiconedit/toolbar/selectrect.png
+share/apps/kiconedit/toolbar/spraycan-cursor.xpm
+share/apps/kiconedit/toolbar/spraycan.png
+share/apps/kiconedit/toolbar/transform.png
+share/apps/kpaint/kpaint.rc
+share/apps/kpaint/toolbar/areaselect.xpm
+share/apps/kpaint/toolbar/brush.xpm
+share/apps/kpaint/toolbar/circle.xpm
+share/apps/kpaint/toolbar/ellipse.xpm
+share/apps/kpaint/toolbar/largetext.xpm
+share/apps/kpaint/toolbar/line.xpm
+share/apps/kpaint/toolbar/pen.xpm
+share/apps/kpaint/toolbar/rectangle.xpm
+share/apps/kpaint/toolbar/roundangle.xpm
+share/apps/kpaint/toolbar/spraycan.xpm
+share/apps/kruler/kruler-east.png
+share/apps/kruler/kruler-north.png
+share/apps/kruler/kruler-south.png
+share/apps/kruler/kruler-west.png
share/apps/kview/kview_part.rc
+share/apps/kview/kview_popup.rc
+share/apps/kview/kviewui.rc
share/apps/kview/toolbar/rotate.png
share/apps/kviewerpart/kviewerpart.rc
share/apps/kviewshell/kviewshell.rc
share/apps/kviewshell/paper-formats
+share/apps/pixie/dec2.png
+share/apps/pixie/dec2high.png
+share/apps/pixie/inc2.png
+share/apps/pixie/inc2high.png
+share/apps/pixie/logo.png
+share/apps/pixie/plugins/kdeeffects.desktop
+share/apps/pixie/plugins/magick.desktop
+share/apps/pixie/progress1.png
+share/apps/pixie/progress2.png
+share/apps/pixie/thumbwallpaper.png
+share/apps/pixie/toolbar/back.png
+share/apps/pixie/toolbar/brightness+.png
+share/apps/pixie/toolbar/brightness-.png
+share/apps/pixie/toolbar/contrast+.png
+share/apps/pixie/toolbar/contrast-.png
+share/apps/pixie/toolbar/fliph.png
+share/apps/pixie/toolbar/flipv.png
+share/apps/pixie/toolbar/forward.png
+share/apps/pixie/toolbar/kwin.png
+share/apps/pixie/toolbar/mini-ray.png
+share/apps/pixie/toolbar/mini-run.png
+share/apps/pixie/toolbar/play.png
+share/apps/pixie/toolbar/scaledown.png
+share/apps/pixie/toolbar/scaleup.png
+share/apps/pixie/toolbar/stop.png
+share/apps/pixie/toolbar/thumb.png
share/doc/HTML/en/kdvi/.anchors
share/doc/HTML/en/kdvi/KDVI-features.dvi
share/doc/HTML/en/kdvi/KDVI-features.tex
@@ -110,6 +203,7 @@ share/doc/HTML/en/kfax/themenuentries.html
share/doc/HTML/en/kfax/view.html
share/doc/HTML/en/kfract/.anchors
share/doc/HTML/en/kfract/common
+share/doc/HTML/en/kfract/credits-and-license.html
share/doc/HTML/en/kfract/index.cvlog
share/doc/HTML/en/kfract/index.docbook
share/doc/HTML/en/kfract/index.html
@@ -146,75 +240,202 @@ share/doc/HTML/en/kghostview/tool-bar.html
share/doc/HTML/en/kghostview/tutorial.html
share/doc/HTML/en/kghostview/view-control.html
share/doc/HTML/en/kghostview/view.html
+share/doc/HTML/en/kiconedit/.anchors
+share/doc/HTML/en/kiconedit/common
+share/doc/HTML/en/kiconedit/compilation-and-installation.html
+share/doc/HTML/en/kiconedit/configuration.html
+share/doc/HTML/en/kiconedit/edit.html
+share/doc/HTML/en/kiconedit/grid.html
+share/doc/HTML/en/kiconedit/help.html
+share/doc/HTML/en/kiconedit/index.cvlog
+share/doc/HTML/en/kiconedit/index.docbook
+share/doc/HTML/en/kiconedit/index.html
+share/doc/HTML/en/kiconedit/installation.html
+share/doc/HTML/en/kiconedit/introduction.html
+share/doc/HTML/en/kiconedit/onscreenfundamentals.html
+share/doc/HTML/en/kiconedit/options.html
+share/doc/HTML/en/kiconedit/requirements.html
+share/doc/HTML/en/kiconedit/statusbar.html
+share/doc/HTML/en/kiconedit/themenuentries.html
+share/doc/HTML/en/kiconedit/tools-toolbar.html
+share/doc/HTML/en/kiconedit/tools.html
+share/doc/HTML/en/kiconedit/view.html
+share/doc/HTML/en/kpaint/.anchors
+share/doc/HTML/en/kpaint/Technic.png
+share/doc/HTML/en/kpaint/common
+share/doc/HTML/en/kpaint/index.cvlog
+share/doc/HTML/en/kpaint/index.docbook
+share/doc/HTML/en/kpaint/index.html
+share/doc/HTML/en/kpaint/introductiongraphicfilereftechnicpnggraphic.html
+share/doc/HTML/en/kpaint/planned-features.html
share/doc/HTML/en/ksnapshot/.anchors
share/doc/HTML/en/ksnapshot/additional-features.html
share/doc/HTML/en/ksnapshot/common
+share/doc/HTML/en/ksnapshot/compilation-installation.html
share/doc/HTML/en/ksnapshot/credits.html
share/doc/HTML/en/ksnapshot/index.docbook
share/doc/HTML/en/ksnapshot/index.html
share/doc/HTML/en/ksnapshot/installation.html
share/doc/HTML/en/ksnapshot/introduction.html
share/doc/HTML/en/ksnapshot/preview.png
+share/doc/HTML/en/ksnapshot/requirements.html
share/doc/HTML/en/ksnapshot/taking-snapshot.html
share/doc/HTML/en/ksnapshot/using-ksapshot.html
+share/doc/HTML/en/ksnapshot/window.png
share/doc/HTML/en/kview/.anchors
-share/doc/HTML/en/kview/cmdline.html
+share/doc/HTML/en/kview/cluttering-desktop.html
+share/doc/HTML/en/kview/command-line.html
+share/doc/HTML/en/kview/commands.html
share/doc/HTML/en/kview/common
-share/doc/HTML/en/kview/how.html
-share/doc/HTML/en/kview/index.cvlog
+share/doc/HTML/en/kview/credits.html
+share/doc/HTML/en/kview/desktop-menu.html
+share/doc/HTML/en/kview/edit-menu.html
+share/doc/HTML/en/kview/filter-menu.html
+share/doc/HTML/en/kview/help-menu.html
+share/doc/HTML/en/kview/images-menu.html
share/doc/HTML/en/kview/index.docbook
share/doc/HTML/en/kview/index.html
+share/doc/HTML/en/kview/installation.html
share/doc/HTML/en/kview/introduction.html
-share/doc/HTML/en/kview/notes.html
-share/doc/HTML/en/kview/what.html
+share/doc/HTML/en/kview/requirements.html
+share/doc/HTML/en/kview/sample-session.html
+share/doc/HTML/en/kview/selection.html
+share/doc/HTML/en/kview/settings-menu.html
+share/doc/HTML/en/kview/snapshot1.png
+share/doc/HTML/en/kview/snapshot2.png
+share/doc/HTML/en/kview/snapshot3.png
+share/doc/HTML/en/kview/snapshot4.png
+share/doc/HTML/en/kview/snapshot5.png
+share/doc/HTML/en/kview/snapshot6.png
+share/doc/HTML/en/kview/snapshot7.png
+share/doc/HTML/en/kview/snapshot8.png
+share/doc/HTML/en/kview/snapshot9.png
+share/doc/HTML/en/kview/stirring-paste.html
+share/doc/HTML/en/kview/transform-menu.html
+share/doc/HTML/en/kview/view-menu.html
share/doc/HTML/en/pixie/.anchors
+share/doc/HTML/en/pixie/clone.png
+share/doc/HTML/en/pixie/command-line-options.html
share/doc/HTML/en/pixie/common
+share/doc/HTML/en/pixie/compilation.html
+share/doc/HTML/en/pixie/configure.html
+share/doc/HTML/en/pixie/copy-paste.png
+share/doc/HTML/en/pixie/credits.html
+share/doc/HTML/en/pixie/drag-and-drop.html
+share/doc/HTML/en/pixie/edit-advanced.html
+share/doc/HTML/en/pixie/edit-basics.html
+share/doc/HTML/en/pixie/effects.html
+share/doc/HTML/en/pixie/file.html
+share/doc/HTML/en/pixie/getting-started.html
+share/doc/HTML/en/pixie/help.html
+share/doc/HTML/en/pixie/hotlist.png
+share/doc/HTML/en/pixie/image-edit.png
+share/doc/HTML/en/pixie/image-size.png
+share/doc/HTML/en/pixie/ind-color-edit.png
share/doc/HTML/en/pixie/index.docbook
share/doc/HTML/en/pixie/index.html
+share/doc/HTML/en/pixie/installation.html
share/doc/HTML/en/pixie/introduction.html
+share/doc/HTML/en/pixie/key-bindings.html
+share/doc/HTML/en/pixie/new-win.png
+share/doc/HTML/en/pixie/open-save-print.png
+share/doc/HTML/en/pixie/open.png
+share/doc/HTML/en/pixie/options.png
+share/doc/HTML/en/pixie/pixie.png
+share/doc/HTML/en/pixie/reload.png
+share/doc/HTML/en/pixie/requirements.html
+share/doc/HTML/en/pixie/scale.png
+share/doc/HTML/en/pixie/screenshot.png
+share/doc/HTML/en/pixie/sharp-bright.png
+share/doc/HTML/en/pixie/startup.png
+share/doc/HTML/en/pixie/stop.png
+share/doc/HTML/en/pixie/thumb-fm.png
+share/doc/HTML/en/pixie/thumbgen.png
+share/doc/HTML/en/pixie/thumbnails.png
+share/doc/HTML/en/pixie/thumbs-preview.png
+share/doc/HTML/en/pixie/thumbs-update.png
+share/doc/HTML/en/pixie/toggle.png
+share/doc/HTML/en/pixie/toolbar-menu-entries.html
+share/doc/HTML/en/pixie/windows.html
+share/icons/hicolor/16x16/apps/kruler.png
share/icons/hicolor/32x32/apps/kdvi.png
share/icons/hicolor/32x32/apps/kfax.png
share/icons/hicolor/32x32/apps/kfract.png
share/icons/hicolor/32x32/apps/kghostview.png
+share/icons/hicolor/32x32/apps/kiconedit.png
+share/icons/hicolor/32x32/apps/kpaint.png
share/icons/hicolor/32x32/apps/kpixmap2bitmap.png
+share/icons/hicolor/32x32/apps/kruler.png
share/icons/hicolor/32x32/apps/ksnapshot.png
share/icons/hicolor/32x32/apps/kview.png
+share/icons/hicolor/32x32/apps/pixie.png
share/icons/hicolor/48x48/apps/kdvi.png
share/icons/hicolor/48x48/apps/kfax.png
share/icons/hicolor/48x48/apps/kfract.png
share/icons/hicolor/48x48/apps/kghostview.png
+share/icons/hicolor/48x48/apps/kiconedit.png
+share/icons/hicolor/48x48/apps/kpaint.png
share/icons/hicolor/48x48/apps/kpixmap2bitmap.png
+share/icons/hicolor/48x48/apps/kruler.png
share/icons/hicolor/48x48/apps/ksnapshot.png
share/icons/hicolor/48x48/apps/kview.png
+share/icons/hicolor/48x48/apps/pixie.png
share/icons/locolor/16x16/apps/kdvi.png
share/icons/locolor/16x16/apps/kfax.png
share/icons/locolor/16x16/apps/kfract.png
share/icons/locolor/16x16/apps/kghostview.png
+share/icons/locolor/16x16/apps/kiconedit.png
+share/icons/locolor/16x16/apps/kpaint.png
share/icons/locolor/16x16/apps/kpixmap2bitmap.png
+share/icons/locolor/16x16/apps/kruler.png
share/icons/locolor/16x16/apps/ksnapshot.png
share/icons/locolor/16x16/apps/kview.png
+share/icons/locolor/16x16/apps/pixie.png
share/icons/locolor/32x32/apps/kdvi.png
share/icons/locolor/32x32/apps/kfax.png
share/icons/locolor/32x32/apps/kfract.png
share/icons/locolor/32x32/apps/kghostview.png
+share/icons/locolor/32x32/apps/kiconedit.png
+share/icons/locolor/32x32/apps/kpaint.png
share/icons/locolor/32x32/apps/kpixmap2bitmap.png
+share/icons/locolor/32x32/apps/kruler.png
share/icons/locolor/32x32/apps/ksnapshot.png
share/icons/locolor/32x32/apps/kview.png
+share/icons/locolor/32x32/apps/pixie.png
+@dirrm share/icons/locolor/32x32/apps
+@dirrm share/icons/locolor/16x16/apps
+@dirrm share/icons/hicolor/48x48/apps
+@dirrm share/icons/hicolor/32x32/apps
+@dirrm share/icons/hicolor/16x16/apps
@dirrm share/doc/HTML/en/pixie
@dirrm share/doc/HTML/en/kview
@dirrm share/doc/HTML/en/ksnapshot
+@dirrm share/doc/HTML/en/kpaint
+@dirrm share/doc/HTML/en/kiconedit
@dirrm share/doc/HTML/en/kghostview
@dirrm share/doc/HTML/en/kfract
@dirrm share/doc/HTML/en/kfax
@dirrm share/doc/HTML/en/kdvi
+@dirrm share/doc/HTML/en
+@dirrm share/apps/pixie/toolbar
+@dirrm share/apps/pixie/plugins
+@dirrm share/apps/pixie
@dirrm share/apps/kviewshell
@dirrm share/apps/kviewerpart
@dirrm share/apps/kview/toolbar
@dirrm share/apps/kview
+@dirrm share/apps/kruler
+@dirrm share/apps/kpaint/toolbar
+@dirrm share/apps/kpaint
+@dirrm share/apps/kiconedit/toolbar
+@dirrm share/apps/kiconedit/pics
+@dirrm share/apps/kiconedit
@dirrm share/apps/kghostview
@dirrm share/apps/kfract
@dirrm share/apps/kfax/pics
@dirrm share/apps/kfax
@dirrm share/apps/kdvi/toolbar
@dirrm share/apps/kdvi
+@dirrm share/apps
+@dirrm share/applnk/Graphics
@dirrm include/mini-magick
diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile
index b9f2613c67bd..fc87f1816cb6 100644
--- a/graphics/kdegraphics4/Makefile
+++ b/graphics/kdegraphics4/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= kdegraphics
-PORTVERSION= 2.0.1
+PORTVERSION= 2.1
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src
-MAINTAINER= kevlo@FreeBSD.org
+MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2
BUILD_DEPENDS= dvips:${PORTSDIR}/print/teTeX
diff --git a/graphics/kdegraphics4/distinfo b/graphics/kdegraphics4/distinfo
index 4821550eec63..a61e71638f8d 100644
--- a/graphics/kdegraphics4/distinfo
+++ b/graphics/kdegraphics4/distinfo
@@ -1 +1 @@
-MD5 (kdegraphics-2.0.1.tar.bz2) = e9d1123f47f9b092a02818f125cdc824
+MD5 (kdegraphics-2.1.tar.bz2) = 3cb2294fc570fa771a834bef64d2bf33
diff --git a/graphics/kdegraphics4/files/patch-kfax.cpp b/graphics/kdegraphics4/files/patch-kfax.cpp
deleted file mode 100644
index 4bdb092f1459..000000000000
--- a/graphics/kdegraphics4/files/patch-kfax.cpp
+++ /dev/null
@@ -1,29 +0,0 @@
---- kfax/kfax.cpp.orig Fri Dec 1 13:48:29 2000
-+++ kfax/kfax.cpp Fri Dec 1 13:51:10 2000
-@@ -46,6 +46,7 @@
- #include <kmessagebox.h>
- #include <kcmdlineargs.h>
- #include <kio/netaccess.h>
-+#include <ktempfile.h>
-
- #include "kfax.h"
- #include "kfax.moc"
-@@ -994,14 +995,12 @@
- if(defaultpage.expander == g31expand)
- faxtype = 31;
-
-+ KTempFile tmpFile;
-+ tmpFile.setAutoDelete(true);
-
-- QString tempfile;
-- tempfile = tmpnam(NULL);
-+ fax2tiffmain(pn->pathname,QFile::encodeName(tmpFile.name()),pn->lsbfirst,pn->vres?0:1,faxtype);
-
-- fax2tiffmain(pn->pathname,tempfile.ascii(),pn->lsbfirst,pn->vres?0:1,faxtype);
-- fax2psmain(tempfile.ascii(),psfile,width,height,pi.scale);
--
-- remove(tempfile.ascii());
-+ fax2psmain(QFile::encodeName(tmpFile.name()),psfile,width,height,pi.scale);
-
- }
-
diff --git a/graphics/kdegraphics4/pkg-plist b/graphics/kdegraphics4/pkg-plist
index 292fb8ed59f1..57aafc2a2140 100644
--- a/graphics/kdegraphics4/pkg-plist
+++ b/graphics/kdegraphics4/pkg-plist
@@ -2,10 +2,15 @@ bin/kdvi
bin/kfax
bin/kfract
bin/kghostview
+bin/kiconedit
+bin/kpaint
bin/kpixmap2bitmap
+bin/kruler
bin/ksnapshot
bin/kview
bin/kviewshell
+bin/pixie
+include/ifplugin.h
include/mini-magick/animate.h
include/mini-magick/api.h
include/mini-magick/blob.h
@@ -27,9 +32,6 @@ include/mini-magick/utility.h
include/mini-magick/version.h
lib/kview.la
lib/kview.so
-lib/libbaglayout.la
-lib/libbaglayout.so
-lib/libbaglayout.so.0
lib/libkdvi.la
lib/libkdvi.so
lib/libkfax.la
@@ -37,6 +39,15 @@ lib/libkfax.so
lib/libkghostview.la
lib/libkghostview.so
lib/libkghostview.so.1
+lib/libkif_kdeeffects.la
+lib/libkif_kdeeffects.so
+lib/libkif_kdeeffects.so.1
+lib/libkif_magick.la
+lib/libkif_magick.so
+lib/libkif_magick.so.1
+lib/libkifplugin.la
+lib/libkifplugin.so
+lib/libkifplugin.so.3
lib/libkmultipage.la
lib/libkmultipage.so
lib/libkmultipage.so.0
@@ -49,13 +60,23 @@ lib/libkviewpart.so
lib/libminimagick.la
lib/libminimagick.so
lib/libminimagick.so.5
+lib/libpixie_color.la
+lib/libpixie_color.so
+lib/libpixie_color.so.1
+lib/libpixie_thumb.la
+lib/libpixie_thumb.so
+lib/libpixie_thumb.so.1
share/applnk/Graphics/kdvi.desktop
share/applnk/Graphics/kfax.desktop
share/applnk/Graphics/kfract.desktop
share/applnk/Graphics/kghostview.desktop
+share/applnk/Graphics/kiconedit.desktop
+share/applnk/Graphics/kpaint.desktop
share/applnk/Graphics/kpixmap2bitmap.desktop
+share/applnk/Graphics/kruler.desktop
share/applnk/Graphics/ksnapshot.desktop
share/applnk/Graphics/kview.desktop
+share/applnk/Graphics/pixie.desktop
share/apps/kdvi/kdvi_part.rc
share/apps/kdvi/toolbar/forwpage.xpm
share/apps/kdvi/toolbar/largetext.xpm
@@ -66,11 +87,83 @@ share/apps/kfax/pics/kfaxlogo.xpm
share/apps/kfract/kfract.rc
share/apps/kghostview/kghostviewui.rc
share/apps/kghostview/kgv_part.rc
+share/apps/kiconedit/pics/compressed.png
+share/apps/kiconedit/pics/source.png
+share/apps/kiconedit/pics/standard.png
+share/apps/kiconedit/toolbar/aim-cursor.xpm
+share/apps/kiconedit/toolbar/aim.png
+share/apps/kiconedit/toolbar/areaselect.png
+share/apps/kiconedit/toolbar/circle.png
+share/apps/kiconedit/toolbar/ellipse.png
+share/apps/kiconedit/toolbar/eraser-cursor.xpm
+share/apps/kiconedit/toolbar/fileclose.png
+share/apps/kiconedit/toolbar/filledcircle.png
+share/apps/kiconedit/toolbar/filledellipse.png
+share/apps/kiconedit/toolbar/filledrectangle.png
+share/apps/kiconedit/toolbar/flood-cursor.xpm
+share/apps/kiconedit/toolbar/flood.png
+share/apps/kiconedit/toolbar/grayscale.png
+share/apps/kiconedit/toolbar/grid.png
+share/apps/kiconedit/toolbar/kdepalette.png
+share/apps/kiconedit/toolbar/line.png
+share/apps/kiconedit/toolbar/newwin.png
+share/apps/kiconedit/toolbar/paintbrush-cursor.xpm
+share/apps/kiconedit/toolbar/paintbrush.png
+share/apps/kiconedit/toolbar/pointer.png
+share/apps/kiconedit/toolbar/rectangle.png
+share/apps/kiconedit/toolbar/selectcircle.png
+share/apps/kiconedit/toolbar/selectrect.png
+share/apps/kiconedit/toolbar/spraycan-cursor.xpm
+share/apps/kiconedit/toolbar/spraycan.png
+share/apps/kiconedit/toolbar/transform.png
+share/apps/kpaint/kpaint.rc
+share/apps/kpaint/toolbar/areaselect.xpm
+share/apps/kpaint/toolbar/brush.xpm
+share/apps/kpaint/toolbar/circle.xpm
+share/apps/kpaint/toolbar/ellipse.xpm
+share/apps/kpaint/toolbar/largetext.xpm
+share/apps/kpaint/toolbar/line.xpm
+share/apps/kpaint/toolbar/pen.xpm
+share/apps/kpaint/toolbar/rectangle.xpm
+share/apps/kpaint/toolbar/roundangle.xpm
+share/apps/kpaint/toolbar/spraycan.xpm
+share/apps/kruler/kruler-east.png
+share/apps/kruler/kruler-north.png
+share/apps/kruler/kruler-south.png
+share/apps/kruler/kruler-west.png
share/apps/kview/kview_part.rc
+share/apps/kview/kview_popup.rc
+share/apps/kview/kviewui.rc
share/apps/kview/toolbar/rotate.png
share/apps/kviewerpart/kviewerpart.rc
share/apps/kviewshell/kviewshell.rc
share/apps/kviewshell/paper-formats
+share/apps/pixie/dec2.png
+share/apps/pixie/dec2high.png
+share/apps/pixie/inc2.png
+share/apps/pixie/inc2high.png
+share/apps/pixie/logo.png
+share/apps/pixie/plugins/kdeeffects.desktop
+share/apps/pixie/plugins/magick.desktop
+share/apps/pixie/progress1.png
+share/apps/pixie/progress2.png
+share/apps/pixie/thumbwallpaper.png
+share/apps/pixie/toolbar/back.png
+share/apps/pixie/toolbar/brightness+.png
+share/apps/pixie/toolbar/brightness-.png
+share/apps/pixie/toolbar/contrast+.png
+share/apps/pixie/toolbar/contrast-.png
+share/apps/pixie/toolbar/fliph.png
+share/apps/pixie/toolbar/flipv.png
+share/apps/pixie/toolbar/forward.png
+share/apps/pixie/toolbar/kwin.png
+share/apps/pixie/toolbar/mini-ray.png
+share/apps/pixie/toolbar/mini-run.png
+share/apps/pixie/toolbar/play.png
+share/apps/pixie/toolbar/scaledown.png
+share/apps/pixie/toolbar/scaleup.png
+share/apps/pixie/toolbar/stop.png
+share/apps/pixie/toolbar/thumb.png
share/doc/HTML/en/kdvi/.anchors
share/doc/HTML/en/kdvi/KDVI-features.dvi
share/doc/HTML/en/kdvi/KDVI-features.tex
@@ -110,6 +203,7 @@ share/doc/HTML/en/kfax/themenuentries.html
share/doc/HTML/en/kfax/view.html
share/doc/HTML/en/kfract/.anchors
share/doc/HTML/en/kfract/common
+share/doc/HTML/en/kfract/credits-and-license.html
share/doc/HTML/en/kfract/index.cvlog
share/doc/HTML/en/kfract/index.docbook
share/doc/HTML/en/kfract/index.html
@@ -146,75 +240,202 @@ share/doc/HTML/en/kghostview/tool-bar.html
share/doc/HTML/en/kghostview/tutorial.html
share/doc/HTML/en/kghostview/view-control.html
share/doc/HTML/en/kghostview/view.html
+share/doc/HTML/en/kiconedit/.anchors
+share/doc/HTML/en/kiconedit/common
+share/doc/HTML/en/kiconedit/compilation-and-installation.html
+share/doc/HTML/en/kiconedit/configuration.html
+share/doc/HTML/en/kiconedit/edit.html
+share/doc/HTML/en/kiconedit/grid.html
+share/doc/HTML/en/kiconedit/help.html
+share/doc/HTML/en/kiconedit/index.cvlog
+share/doc/HTML/en/kiconedit/index.docbook
+share/doc/HTML/en/kiconedit/index.html
+share/doc/HTML/en/kiconedit/installation.html
+share/doc/HTML/en/kiconedit/introduction.html
+share/doc/HTML/en/kiconedit/onscreenfundamentals.html
+share/doc/HTML/en/kiconedit/options.html
+share/doc/HTML/en/kiconedit/requirements.html
+share/doc/HTML/en/kiconedit/statusbar.html
+share/doc/HTML/en/kiconedit/themenuentries.html
+share/doc/HTML/en/kiconedit/tools-toolbar.html
+share/doc/HTML/en/kiconedit/tools.html
+share/doc/HTML/en/kiconedit/view.html
+share/doc/HTML/en/kpaint/.anchors
+share/doc/HTML/en/kpaint/Technic.png
+share/doc/HTML/en/kpaint/common
+share/doc/HTML/en/kpaint/index.cvlog
+share/doc/HTML/en/kpaint/index.docbook
+share/doc/HTML/en/kpaint/index.html
+share/doc/HTML/en/kpaint/introductiongraphicfilereftechnicpnggraphic.html
+share/doc/HTML/en/kpaint/planned-features.html
share/doc/HTML/en/ksnapshot/.anchors
share/doc/HTML/en/ksnapshot/additional-features.html
share/doc/HTML/en/ksnapshot/common
+share/doc/HTML/en/ksnapshot/compilation-installation.html
share/doc/HTML/en/ksnapshot/credits.html
share/doc/HTML/en/ksnapshot/index.docbook
share/doc/HTML/en/ksnapshot/index.html
share/doc/HTML/en/ksnapshot/installation.html
share/doc/HTML/en/ksnapshot/introduction.html
share/doc/HTML/en/ksnapshot/preview.png
+share/doc/HTML/en/ksnapshot/requirements.html
share/doc/HTML/en/ksnapshot/taking-snapshot.html
share/doc/HTML/en/ksnapshot/using-ksapshot.html
+share/doc/HTML/en/ksnapshot/window.png
share/doc/HTML/en/kview/.anchors
-share/doc/HTML/en/kview/cmdline.html
+share/doc/HTML/en/kview/cluttering-desktop.html
+share/doc/HTML/en/kview/command-line.html
+share/doc/HTML/en/kview/commands.html
share/doc/HTML/en/kview/common
-share/doc/HTML/en/kview/how.html
-share/doc/HTML/en/kview/index.cvlog
+share/doc/HTML/en/kview/credits.html
+share/doc/HTML/en/kview/desktop-menu.html
+share/doc/HTML/en/kview/edit-menu.html
+share/doc/HTML/en/kview/filter-menu.html
+share/doc/HTML/en/kview/help-menu.html
+share/doc/HTML/en/kview/images-menu.html
share/doc/HTML/en/kview/index.docbook
share/doc/HTML/en/kview/index.html
+share/doc/HTML/en/kview/installation.html
share/doc/HTML/en/kview/introduction.html
-share/doc/HTML/en/kview/notes.html
-share/doc/HTML/en/kview/what.html
+share/doc/HTML/en/kview/requirements.html
+share/doc/HTML/en/kview/sample-session.html
+share/doc/HTML/en/kview/selection.html
+share/doc/HTML/en/kview/settings-menu.html
+share/doc/HTML/en/kview/snapshot1.png
+share/doc/HTML/en/kview/snapshot2.png
+share/doc/HTML/en/kview/snapshot3.png
+share/doc/HTML/en/kview/snapshot4.png
+share/doc/HTML/en/kview/snapshot5.png
+share/doc/HTML/en/kview/snapshot6.png
+share/doc/HTML/en/kview/snapshot7.png
+share/doc/HTML/en/kview/snapshot8.png
+share/doc/HTML/en/kview/snapshot9.png
+share/doc/HTML/en/kview/stirring-paste.html
+share/doc/HTML/en/kview/transform-menu.html
+share/doc/HTML/en/kview/view-menu.html
share/doc/HTML/en/pixie/.anchors
+share/doc/HTML/en/pixie/clone.png
+share/doc/HTML/en/pixie/command-line-options.html
share/doc/HTML/en/pixie/common
+share/doc/HTML/en/pixie/compilation.html
+share/doc/HTML/en/pixie/configure.html
+share/doc/HTML/en/pixie/copy-paste.png
+share/doc/HTML/en/pixie/credits.html
+share/doc/HTML/en/pixie/drag-and-drop.html
+share/doc/HTML/en/pixie/edit-advanced.html
+share/doc/HTML/en/pixie/edit-basics.html
+share/doc/HTML/en/pixie/effects.html
+share/doc/HTML/en/pixie/file.html
+share/doc/HTML/en/pixie/getting-started.html
+share/doc/HTML/en/pixie/help.html
+share/doc/HTML/en/pixie/hotlist.png
+share/doc/HTML/en/pixie/image-edit.png
+share/doc/HTML/en/pixie/image-size.png
+share/doc/HTML/en/pixie/ind-color-edit.png
share/doc/HTML/en/pixie/index.docbook
share/doc/HTML/en/pixie/index.html
+share/doc/HTML/en/pixie/installation.html
share/doc/HTML/en/pixie/introduction.html
+share/doc/HTML/en/pixie/key-bindings.html
+share/doc/HTML/en/pixie/new-win.png
+share/doc/HTML/en/pixie/open-save-print.png
+share/doc/HTML/en/pixie/open.png
+share/doc/HTML/en/pixie/options.png
+share/doc/HTML/en/pixie/pixie.png
+share/doc/HTML/en/pixie/reload.png
+share/doc/HTML/en/pixie/requirements.html
+share/doc/HTML/en/pixie/scale.png
+share/doc/HTML/en/pixie/screenshot.png
+share/doc/HTML/en/pixie/sharp-bright.png
+share/doc/HTML/en/pixie/startup.png
+share/doc/HTML/en/pixie/stop.png
+share/doc/HTML/en/pixie/thumb-fm.png
+share/doc/HTML/en/pixie/thumbgen.png
+share/doc/HTML/en/pixie/thumbnails.png
+share/doc/HTML/en/pixie/thumbs-preview.png
+share/doc/HTML/en/pixie/thumbs-update.png
+share/doc/HTML/en/pixie/toggle.png
+share/doc/HTML/en/pixie/toolbar-menu-entries.html
+share/doc/HTML/en/pixie/windows.html
+share/icons/hicolor/16x16/apps/kruler.png
share/icons/hicolor/32x32/apps/kdvi.png
share/icons/hicolor/32x32/apps/kfax.png
share/icons/hicolor/32x32/apps/kfract.png
share/icons/hicolor/32x32/apps/kghostview.png
+share/icons/hicolor/32x32/apps/kiconedit.png
+share/icons/hicolor/32x32/apps/kpaint.png
share/icons/hicolor/32x32/apps/kpixmap2bitmap.png
+share/icons/hicolor/32x32/apps/kruler.png
share/icons/hicolor/32x32/apps/ksnapshot.png
share/icons/hicolor/32x32/apps/kview.png
+share/icons/hicolor/32x32/apps/pixie.png
share/icons/hicolor/48x48/apps/kdvi.png
share/icons/hicolor/48x48/apps/kfax.png
share/icons/hicolor/48x48/apps/kfract.png
share/icons/hicolor/48x48/apps/kghostview.png
+share/icons/hicolor/48x48/apps/kiconedit.png
+share/icons/hicolor/48x48/apps/kpaint.png
share/icons/hicolor/48x48/apps/kpixmap2bitmap.png
+share/icons/hicolor/48x48/apps/kruler.png
share/icons/hicolor/48x48/apps/ksnapshot.png
share/icons/hicolor/48x48/apps/kview.png
+share/icons/hicolor/48x48/apps/pixie.png
share/icons/locolor/16x16/apps/kdvi.png
share/icons/locolor/16x16/apps/kfax.png
share/icons/locolor/16x16/apps/kfract.png
share/icons/locolor/16x16/apps/kghostview.png
+share/icons/locolor/16x16/apps/kiconedit.png
+share/icons/locolor/16x16/apps/kpaint.png
share/icons/locolor/16x16/apps/kpixmap2bitmap.png
+share/icons/locolor/16x16/apps/kruler.png
share/icons/locolor/16x16/apps/ksnapshot.png
share/icons/locolor/16x16/apps/kview.png
+share/icons/locolor/16x16/apps/pixie.png
share/icons/locolor/32x32/apps/kdvi.png
share/icons/locolor/32x32/apps/kfax.png
share/icons/locolor/32x32/apps/kfract.png
share/icons/locolor/32x32/apps/kghostview.png
+share/icons/locolor/32x32/apps/kiconedit.png
+share/icons/locolor/32x32/apps/kpaint.png
share/icons/locolor/32x32/apps/kpixmap2bitmap.png
+share/icons/locolor/32x32/apps/kruler.png
share/icons/locolor/32x32/apps/ksnapshot.png
share/icons/locolor/32x32/apps/kview.png
+share/icons/locolor/32x32/apps/pixie.png
+@dirrm share/icons/locolor/32x32/apps
+@dirrm share/icons/locolor/16x16/apps
+@dirrm share/icons/hicolor/48x48/apps
+@dirrm share/icons/hicolor/32x32/apps
+@dirrm share/icons/hicolor/16x16/apps
@dirrm share/doc/HTML/en/pixie
@dirrm share/doc/HTML/en/kview
@dirrm share/doc/HTML/en/ksnapshot
+@dirrm share/doc/HTML/en/kpaint
+@dirrm share/doc/HTML/en/kiconedit
@dirrm share/doc/HTML/en/kghostview
@dirrm share/doc/HTML/en/kfract
@dirrm share/doc/HTML/en/kfax
@dirrm share/doc/HTML/en/kdvi
+@dirrm share/doc/HTML/en
+@dirrm share/apps/pixie/toolbar
+@dirrm share/apps/pixie/plugins
+@dirrm share/apps/pixie
@dirrm share/apps/kviewshell
@dirrm share/apps/kviewerpart
@dirrm share/apps/kview/toolbar
@dirrm share/apps/kview
+@dirrm share/apps/kruler
+@dirrm share/apps/kpaint/toolbar
+@dirrm share/apps/kpaint
+@dirrm share/apps/kiconedit/toolbar
+@dirrm share/apps/kiconedit/pics
+@dirrm share/apps/kiconedit
@dirrm share/apps/kghostview
@dirrm share/apps/kfract
@dirrm share/apps/kfax/pics
@dirrm share/apps/kfax
@dirrm share/apps/kdvi/toolbar
@dirrm share/apps/kdvi
+@dirrm share/apps
+@dirrm share/applnk/Graphics
@dirrm include/mini-magick