diff options
author | markus <markus@FreeBSD.org> | 2004-10-13 22:39:20 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-10-13 22:39:20 +0800 |
commit | 275c0f8fe97f94c5913edb524f65e74953870dd0 (patch) | |
tree | 1991261207064c3a04a5585ae9923cf5b1c1c46a | |
parent | 7306b83245eaccc1ff0795d8818cf958f2af432e (diff) | |
download | freebsd-ports-gnome-275c0f8fe97f94c5913edb524f65e74953870dd0.tar.gz freebsd-ports-gnome-275c0f8fe97f94c5913edb524f65e74953870dd0.tar.zst freebsd-ports-gnome-275c0f8fe97f94c5913edb524f65e74953870dd0.zip |
Remove kimagemapeditor, which is now part of the kdewebdev port
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/kimagemapeditor/Makefile | 29 | ||||
-rw-r--r-- | graphics/kimagemapeditor/distinfo | 2 | ||||
-rw-r--r-- | graphics/kimagemapeditor/files/patch-kimagemapeditor.cpp | 11 | ||||
-rw-r--r-- | graphics/kimagemapeditor/files/patch-kimearea.cpp | 11 | ||||
-rw-r--r-- | graphics/kimagemapeditor/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/kimagemapeditor/pkg-plist | 47 |
9 files changed, 1 insertions, 108 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 7a8760ccf305..479cd45fffaa 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -4248,7 +4248,6 @@ kicker-applets ports/misc/kicker-applets kickpim ports/deskutils/kickpim kile ports/editors/kile kiltdown ports/mail/kiltdown -kimagemapeditor ports/graphics/kimagemapeditor kimdaba ports/graphics/kimdaba kimwitu ports/devel/kimwitu kimwitu++ ports/devel/kimwitu++ @@ -1266,3 +1266,4 @@ textproc/p5-XML-RSS-Parser|textproc/p5-XML-RAI|2004-10-13|Module was integrated misc/kwordquiz|misc/kdeedu3|2004-10-13|kwordquiz was integrated into the kdeedu3 port audio/libvorbis-aotuv|audio/libvorbis|2004-10-13|The aoTuV enhancement has been merged into the mainstream graphics/kolourpaint|graphics/kdegraphics3|2004-10-13|kolourpaint was integrated into the kdegraphics3 port +graphics/kimagemapeditor|www/kdewebdev|2004-10-13|kimagemapeditor was integrated into the kdewebdev port diff --git a/graphics/Makefile b/graphics/Makefile index 9a797fdab5f1..5c9fa0ef83ec 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -209,7 +209,6 @@ SUBDIR += kbarcode SUBDIR += kdc2tiff SUBDIR += kdegraphics3 - SUBDIR += kimagemapeditor SUBDIR += kimdaba SUBDIR += kisomandel SUBDIR += kix-kmod diff --git a/graphics/kimagemapeditor/Makefile b/graphics/kimagemapeditor/Makefile deleted file mode 100644 index 58485588bf86..000000000000 --- a/graphics/kimagemapeditor/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: kimagemapeditor -# Date created: 19 May 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# -# $FreeBSD$ - -PORTNAME= kimagemapeditor -PORTVERSION= 1.0 -PORTREVISION= 2 -CATEGORIES= graphics kde -MASTER_SITES= http://www.brueffer.de/distfiles/ - -MAINTAINER= markus@FreeBSD.org -COMMENT= KDE-based editor for HTML image maps - -USE_BZIP2= yes -USE_KDELIBS_VER= 3 -USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -pre-configure: - ${REINPLACE_CMD} -e 's|-O2|-fPIC|g; s|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/graphics/kimagemapeditor/distinfo b/graphics/kimagemapeditor/distinfo deleted file mode 100644 index d174c7fad84d..000000000000 --- a/graphics/kimagemapeditor/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (kimagemapeditor-1.0.tar.bz2) = 55fa7ccc5190b3e4f53e129466a79d68 -SIZE (kimagemapeditor-1.0.tar.bz2) = 494406 diff --git a/graphics/kimagemapeditor/files/patch-kimagemapeditor.cpp b/graphics/kimagemapeditor/files/patch-kimagemapeditor.cpp deleted file mode 100644 index 9977af86fec3..000000000000 --- a/graphics/kimagemapeditor/files/patch-kimagemapeditor.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/kimagemapeditor.cpp.orig Sat Aug 14 01:43:23 2004 -+++ src/kimagemapeditor.cpp Sat Aug 14 01:48:29 2004 -@@ -76,7 +76,7 @@ - - // Factory code for KDE 3 - typedef KParts::GenericFactory<KImageMapEditor> KimeFactory; --K_EXPORT_COMPONENT_FACTORY( libkimagemapeditor , KimeFactory ); -+K_EXPORT_COMPONENT_FACTORY( libkimagemapeditor , KimeFactory ) - - KImageMapEditor::KImageMapEditor(QWidget *parentWidget, const char *, - QObject *parent, const char *name, const QStringList & ) diff --git a/graphics/kimagemapeditor/files/patch-kimearea.cpp b/graphics/kimagemapeditor/files/patch-kimearea.cpp deleted file mode 100644 index d2fee839e3fc..000000000000 --- a/graphics/kimagemapeditor/files/patch-kimearea.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/kimearea.cpp.orig Sat Aug 14 01:41:52 2004 -+++ src/kimearea.cpp Sat Aug 14 01:42:17 2004 -@@ -440,7 +440,7 @@ - } - p.setRasterOp(Qt::XorROP); - --}; -+} - - QRect* Area::onSelectionPoint(const QPoint & p, double zoom) const - { diff --git a/graphics/kimagemapeditor/pkg-descr b/graphics/kimagemapeditor/pkg-descr deleted file mode 100644 index 0283e297920c..000000000000 --- a/graphics/kimagemapeditor/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -KImageMapEditor is a KDE-based editor for HTML image maps. It -allows you to edit imagemaps of HTML files or create new ones. -It can be fully integrated with Quanta since it is based on -KParts technology. - -WWW: http://www.nongnu.org/kimagemap diff --git a/graphics/kimagemapeditor/pkg-plist b/graphics/kimagemapeditor/pkg-plist deleted file mode 100644 index c0e7939cebd1..000000000000 --- a/graphics/kimagemapeditor/pkg-plist +++ /dev/null @@ -1,47 +0,0 @@ -bin/kimagemapeditor -lib/kde3/libkimagemapeditor.la -lib/kde3/libkimagemapeditor.so -lib/kde3/libkimagemapeditor.so.1 -share/applnk/Development/kimagemapeditor.desktop -share/apps/kimagemapeditor/addpointcursor.png -share/apps/kimagemapeditor/freehandcursor.png -share/apps/kimagemapeditor/kimagemapeditorpartui.rc -share/apps/kimagemapeditor/kimagemapeditorui.rc -share/apps/kimagemapeditor/polygoncursor.png -share/apps/kimagemapeditor/removepointcursor.png -share/icons/hicolor/16x16/apps/kimagemapeditor.png -share/icons/hicolor/22x22/actions/addpoint.png -share/icons/hicolor/22x22/actions/arrow.png -share/icons/hicolor/22x22/actions/circle.png -share/icons/hicolor/22x22/actions/circle2.png -share/icons/hicolor/22x22/actions/freehand.png -share/icons/hicolor/22x22/actions/lower.png -share/icons/hicolor/22x22/actions/polygon.png -share/icons/hicolor/22x22/actions/raise.png -share/icons/hicolor/22x22/actions/rectangle.png -share/icons/hicolor/22x22/actions/removepoint.png -share/icons/hicolor/32x32/apps/kimagemapeditor.png -share/icons/hicolor/48x48/apps/kimagemapeditor.png -share/icons/locolor/16x16/apps/kimagemapeditor.png -share/icons/locolor/32x32/apps/kimagemapeditor.png -share/locale/de/LC_MESSAGES/kimagemapeditor.mo -share/locale/es/LC_MESSAGES/kimagemapeditor.mo -share/locale/fr/LC_MESSAGES/kimagemapeditor.mo -share/locale/nl/LC_MESSAGES/kimagemapeditor.mo -share/services/kimagemapeditorpart.desktop -@dirrm share/apps/kimagemapeditor -@unexec rmdir %D/share/apps 2>/dev/null || true -@unexec rmdir %D/share/applnk/Development 2>/dev/null || true -@unexec rmdir %D/share/applnk 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/22x22/actions 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/22x22 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true -@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true -@unexec rmdir %D/share/services 2>/dev/null || true -@unexec rmdir %D/lib/kde3 2>/dev/null || true |