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.
This commit is contained in:
parent
96e3f349e7
commit
4c08340da7
4 changed files with 73 additions and 0 deletions
16
www/kimagemapeditor/DESCR
Normal file
16
www/kimagemapeditor/DESCR
Normal file
|
@ -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.
|
21
www/kimagemapeditor/Makefile
Normal file
21
www/kimagemapeditor/Makefile
Normal file
|
@ -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"
|
32
www/kimagemapeditor/PLIST
Normal file
32
www/kimagemapeditor/PLIST
Normal file
|
@ -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
|
4
www/kimagemapeditor/distinfo
Normal file
4
www/kimagemapeditor/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue