pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/kimagemapeditor Initial import of KImageMapEditor ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ec228a466dfc
branches: trunk
changeset: 460122:ec228a466dfc
user: markd <markd%pkgsrc.org@localhost>
date: Wed Aug 20 11:19:44 2003 +0000
description:
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:
www/kimagemapeditor/DESCR | 16 ++++++++++++++++
www/kimagemapeditor/Makefile | 21 +++++++++++++++++++++
www/kimagemapeditor/PLIST | 32 ++++++++++++++++++++++++++++++++
www/kimagemapeditor/distinfo | 4 ++++
4 files changed, 73 insertions(+), 0 deletions(-)
diffs (89 lines):
diff -r 3417dd0429b6 -r ec228a466dfc www/kimagemapeditor/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/kimagemapeditor/DESCR Wed Aug 20 11:19:44 2003 +0000
@@ -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 -r 3417dd0429b6 -r ec228a466dfc www/kimagemapeditor/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/kimagemapeditor/Makefile Wed Aug 20 11:19:44 2003 +0000
@@ -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@localhost
+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 -r 3417dd0429b6 -r ec228a466dfc www/kimagemapeditor/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/kimagemapeditor/PLIST Wed Aug 20 11:19:44 2003 +0000
@@ -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 -r 3417dd0429b6 -r ec228a466dfc www/kimagemapeditor/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/kimagemapeditor/distinfo Wed Aug 20 11:19:44 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index