diff options
author | drochner <drochner@pkgsrc.org> | 2002-12-04 12:49:17 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-12-04 12:49:17 +0000 |
commit | f5d7e5dc1d989ca481affb783fc43dd8a29f9187 (patch) | |
tree | cde8d56dee86b13d1e3ce2ac1be38dde9fd7750f /textproc | |
parent | 89b7c07b06465c2c7e80a64009af4fa8eaf723a9 (diff) | |
download | pkgsrc-f5d7e5dc1d989ca481affb783fc43dd8a29f9187.tar.gz |
add a package for logilabs python xmltools, submitted by Marko Schuetz
per PR pkg/19220
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-xmltools/DESCR | 5 | ||||
-rw-r--r-- | textproc/py-xmltools/Makefile | 20 | ||||
-rw-r--r-- | textproc/py-xmltools/PLIST | 11 | ||||
-rw-r--r-- | textproc/py-xmltools/distinfo | 4 |
4 files changed, 40 insertions, 0 deletions
diff --git a/textproc/py-xmltools/DESCR b/textproc/py-xmltools/DESCR new file mode 100644 index 00000000000..b3cb332aa74 --- /dev/null +++ b/textproc/py-xmltools/DESCR @@ -0,0 +1,5 @@ +Python XmlTools is a set of high level tools to help using XML in +python. It relies heavily on PyXml and 4Suite to access XML +resources. Right now it features two pyGTK widgets: XmlTree and +XmlEditor, which can respectively display and edit an XML document in +a graphical fashion. Both widgets are used in the NARVAL project. diff --git a/textproc/py-xmltools/Makefile b/textproc/py-xmltools/Makefile new file mode 100644 index 00000000000..59994274740 --- /dev/null +++ b/textproc/py-xmltools/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/04 12:49:17 drochner Exp $ +# + +DISTNAME= xmltools-1.3.7 +PKGNAME= ${PYPKGPREFIX}-xmltools-1.3.7 +CATEGORIES= textproc +MASTER_SITES= http://www.logilab.org/ftp/pub/xmltools/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.logilab.org/xmltools/ +COMMENT= High level tools to help using XML in python + +PYDISTUTILSPKG= yes +USE_BUILDLINK2= YES + +.include "../../textproc/pyxml/buildlink2.mk" +.include "../../textproc/py-FourSuite/buildlink2.mk" +.include "../../x11/pygtk/buildlink2.mk" +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-xmltools/PLIST b/textproc/py-xmltools/PLIST new file mode 100644 index 00000000000..40ad8223386 --- /dev/null +++ b/textproc/py-xmltools/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/04 12:49:17 drochner Exp $ +${PYSITELIB}/logilab/__init__.py +${PYSITELIB}/logilab/__init__.pyc +${PYSITELIB}/logilab/xmltools/__init__.py +${PYSITELIB}/logilab/xmltools/__init__.pyc +${PYSITELIB}/logilab/xmltools/XmlEditor.py +${PYSITELIB}/logilab/xmltools/XmlEditor.pyc +${PYSITELIB}/logilab/xmltools/XmlTree.py +${PYSITELIB}/logilab/xmltools/XmlTree.pyc +@dirrm ${PYSITELIB}/logilab/xmltools +@dirrm ${PYSITELIB}/logilab diff --git a/textproc/py-xmltools/distinfo b/textproc/py-xmltools/distinfo new file mode 100644 index 00000000000..45ba5c21cea --- /dev/null +++ b/textproc/py-xmltools/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/12/04 12:49:17 drochner Exp $ + +SHA1 (xmltools-1.3.7.tar.gz) = 0a28f339884b6ee338ab72340d0c416738fb5d38 +Size (xmltools-1.3.7.tar.gz) = 7989 bytes |