summaryrefslogtreecommitdiff
path: root/editors/mlview/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-02-25 22:04:48 +0000
committerjmmv <jmmv@pkgsrc.org>2004-02-25 22:04:48 +0000
commit8168d935fe845f3d9c7a0ff80d7fed91c80f0fe3 (patch)
treef3915adeacdece8af91b6855cbf53a59eb3c5cb6 /editors/mlview/Makefile
parentfe66015edad19de432269dc88930321d986539cf (diff)
downloadpkgsrc-8168d935fe845f3d9c7a0ff80d7fed91c80f0fe3.tar.gz
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.
Diffstat (limited to 'editors/mlview/Makefile')
-rw-r--r--editors/mlview/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile
new file mode 100644
index 00000000000..3fac19e82a7
--- /dev/null
+++ b/editors/mlview/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/25 22:04:48 jmmv Exp $
+#
+
+DISTNAME= mlview-0.6.2
+CATEGORIES= editors gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/mlview/0.6/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://www.freespiders.org/projects/gmlview/
+COMMENT= XML editor for the GNOME environment
+
+BUILD_USES_MSGFMT= yes
+DEPENDS+= xdg-dirs>=1.0:../../misc/xdg-dirs
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+
+GCONF2_SCHEMAS= mlview.schemas
+
+.include "../../devel/GConf2/schemas.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/eel2/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libglade2/buildlink3.mk"
+.include "../../devel/libgnome/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../textproc/libcroco/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"