summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2003-08-20 11:19:44 +0000
committermarkd <markd@pkgsrc.org>2003-08-20 11:19:44 +0000
commit4c08340da71fb8ae77bc609a60fcdc745398d513 (patch)
tree70af793000e94770069e185f5af28259dee82fbf /www
parent96e3f349e75b834cabf9989ecd91c3cc22ee23c4 (diff)
downloadpkgsrc-4c08340da71fb8ae77bc609a60fcdc745398d513.tar.gz
Initial import of KImageMapEditor 1.0.
KImageMapEditor is a tool for easily defining regions in HTML image maps. Features: o the ability to edit image maps in existing HTML documents o importing image maps from HTML documents, with a dialog for selecting an image map to modify from the maps in the document o a list of all image maps in the active HTML file, for switching among, deleting or adding new imagemaps o a list of all images in the active HTML file, for switching among the images o a pane which displays the appearance and name of the defined regions in the current image map o use as a component, such as for use as an imagemap viewer plugin in Konqueror or as an editor plugin in Quanta Plus o visual (mouse) and tabular (keyboard) modification of image map regions o exporting the revised image maps as an HTML document o integration with Quanta Plus.
Diffstat (limited to 'www')
-rw-r--r--www/kimagemapeditor/DESCR16
-rw-r--r--www/kimagemapeditor/Makefile21
-rw-r--r--www/kimagemapeditor/PLIST32
-rw-r--r--www/kimagemapeditor/distinfo4
4 files changed, 73 insertions, 0 deletions
diff --git a/www/kimagemapeditor/DESCR b/www/kimagemapeditor/DESCR
new file mode 100644
index 00000000000..59c07b74dff
--- /dev/null
+++ b/www/kimagemapeditor/DESCR
@@ -0,0 +1,16 @@
+KImageMapEditor is a tool for easily defining regions in HTML image maps.
+
+Features:
+o the ability to edit image maps in existing HTML documents
+o importing image maps from HTML documents, with a dialog for selecting an
+ image map to modify from the maps in the document
+o a list of all image maps in the active HTML file, for switching among,
+ deleting or adding new imagemaps
+o a list of all images in the active HTML file, for switching among the images
+o a pane which displays the appearance and name of the defined regions in the
+ current image map
+o use as a component, such as for use as an imagemap viewer plugin in Konqueror
+ or as an editor plugin in Quanta Plus
+o visual (mouse) and tabular (keyboard) modification of image map regions
+o exporting the revised image maps as an HTML document
+o integration with Quanta Plus.
diff --git a/www/kimagemapeditor/Makefile b/www/kimagemapeditor/Makefile
new file mode 100644
index 00000000000..c3c3c55d78b
--- /dev/null
+++ b/www/kimagemapeditor/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/20 11:19:44 markd Exp $
+
+DISTNAME= kimagemapeditor-1.0
+CATEGORIES= www kde
+MASTER_SITES= http://savannah.nongnu.org/download/kimagemap/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= markd@netbsd.org
+HOMEPAGE= http://www.nongnu.org/kimagemap/
+COMMENT= Edit HTML Image maps
+
+USE_BUILDLINK2= YES
+USE_GMAKE= YES
+USE_LIBTOOL= YES
+GNU_CONFIGURE= YES
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+.include "../../meta-pkgs/kde3/buildlink2.mk"
+.include "../../x11/kdelibs3/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/kimagemapeditor/PLIST b/www/kimagemapeditor/PLIST
new file mode 100644
index 00000000000..2f03b2c9a42
--- /dev/null
+++ b/www/kimagemapeditor/PLIST
@@ -0,0 +1,32 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/20 11:19:44 markd Exp $
+bin/kimagemapeditor
+lib/kde3/libkimagemapeditor.a
+lib/kde3/libkimagemapeditor.la
+share/kde/applnk/Development/kimagemapeditor.desktop
+share/kde/apps/kimagemapeditor/addpointcursor.png
+share/kde/apps/kimagemapeditor/freehandcursor.png
+share/kde/apps/kimagemapeditor/kimagemapeditorpartui.rc
+share/kde/apps/kimagemapeditor/kimagemapeditorui.rc
+share/kde/apps/kimagemapeditor/polygoncursor.png
+share/kde/apps/kimagemapeditor/removepointcursor.png
+share/kde/icons/hicolor/16x16/apps/kimagemapeditor.png
+share/kde/icons/hicolor/22x22/actions/addpoint.png
+share/kde/icons/hicolor/22x22/actions/arrow.png
+share/kde/icons/hicolor/22x22/actions/circle.png
+share/kde/icons/hicolor/22x22/actions/circle2.png
+share/kde/icons/hicolor/22x22/actions/freehand.png
+share/kde/icons/hicolor/22x22/actions/lower.png
+share/kde/icons/hicolor/22x22/actions/polygon.png
+share/kde/icons/hicolor/22x22/actions/raise.png
+share/kde/icons/hicolor/22x22/actions/rectangle.png
+share/kde/icons/hicolor/22x22/actions/removepoint.png
+share/kde/icons/hicolor/32x32/apps/kimagemapeditor.png
+share/kde/icons/hicolor/48x48/apps/kimagemapeditor.png
+share/kde/icons/locolor/16x16/apps/kimagemapeditor.png
+share/kde/icons/locolor/32x32/apps/kimagemapeditor.png
+share/kde/locale/de/LC_MESSAGES/kimagemapeditor.mo
+share/kde/locale/es/LC_MESSAGES/kimagemapeditor.mo
+share/kde/locale/fr/LC_MESSAGES/kimagemapeditor.mo
+share/kde/locale/nl/LC_MESSAGES/kimagemapeditor.mo
+share/kde/services/kimagemapeditorpart.desktop
+@dirrm share/kde/apps/kimagemapeditor
diff --git a/www/kimagemapeditor/distinfo b/www/kimagemapeditor/distinfo
new file mode 100644
index 00000000000..4cb5ff71dbc
--- /dev/null
+++ b/www/kimagemapeditor/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/08/20 11:19:44 markd Exp $
+
+SHA1 (kimagemapeditor-1.0.tar.bz2) = 5eb991ee267184561260ff0711469dc14e1e452c
+Size (kimagemapeditor-1.0.tar.bz2) = 494406 bytes