From 3c096ae2ac0501b39fe041d10800e31a2fdfee3a Mon Sep 17 00:00:00 2001 From: jmmv Date: Wed, 25 Feb 2004 22:04:48 +0000 Subject: Initial import of mlview, version 0.6.2, based on the package found in pkgsrc-wip (which was updated from 0.6.0 and with multiple corrections): MlView is an XML editor for the GNOME environment. Some of its features are: * Cut/copy/paste as child/paste as prev/paste as next/ of XML elements. * XML element/attributes search. * Multi docs edition. * Several editing views can be opened on the same document. * Drag and drop based copy/cut/past of XML elements. * Edition of XML elements and attributes can be made directly on the tree. * Namespace support. * On-demand validation. * Graphical error reporting. Parse/validation time errors reported. graphically. This feature is new so it may be buggy or not well polished... * When validation is switched on, MlView proposes an elements/attributes. completion feature. When an element is added to the tree, MlView also adds the children elements required by the DTD for the document to be valid. * Validation can be switched off. The XML document editon can then be done without any constraint. * A clean code. --- editors/mlview/PLIST | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 editors/mlview/PLIST (limited to 'editors/mlview/PLIST') diff --git a/editors/mlview/PLIST b/editors/mlview/PLIST new file mode 100644 index 00000000000..07d6235699e --- /dev/null +++ b/editors/mlview/PLIST @@ -0,0 +1,42 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/25 22:04:48 jmmv Exp $ +bin/mlv +lib/libmlview.a +lib/libmlview.la +lib/libmlview.so +lib/libmlview.so.4 +lib/libmlview.so.4.0 +share/applications/mlview.desktop +share/gconf/schemas/mlview.schemas +${PKGLOCALEDIR}/locale/az/LC_MESSAGES/mlview.mo +${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/mlview.mo +${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/mlview.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/mlview.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/mlview.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/mlview.mo +${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/mlview.mo +${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/mlview.mo +${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/mlview.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/mlview.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/mlview.mo +${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/mlview.mo +${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/mlview.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/mlview.mo +${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/mlview.mo +${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/mlview.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/mlview.mo +share/mlview/mlview-dtd-choice-dtd-not-resolved.glade +share/mlview/mlview-dtd-choice.glade +share/mlview/mlview-preferences.glade +share/mlview/tree-view-find-dialog.glade +share/pixmaps/mlview-app-icon.png +share/pixmaps/mlview-app-icon.xpm +share/pixmaps/xml-comment-node.png +share/pixmaps/xml-element-node-open.png +share/pixmaps/xml-element-node.png +share/pixmaps/xml-pi-node.png +share/pixmaps/xml-root-open.png +share/pixmaps/xml-root.png +share/pixmaps/xml-text-node.png +@dirrm share/mlview +@comment in GConf2: @dirrm share/gconf/schemas +@comment in xdg-dirs: @dirrm share/applications -- cgit v1.2.3