pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/dia-python Initial import of dia-python, vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b4a5513b6ec
branches:  trunk
changeset: 487816:2b4a5513b6ec
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Jan 20 18:50:48 2005 +0000

description:
Initial import of dia-python, version 0.94:

This package provides the Python plugin for Dia, which was bundled inside
the 'dia' package before.

diffstat:

 graphics/dia-python/DESCR    |   7 +++++++
 graphics/dia-python/Makefile |  21 +++++++++++++++++++++
 graphics/dia-python/PLIST    |  14 ++++++++++++++
 3 files changed, 42 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r a42203bca8a6 -r 2b4a5513b6ec graphics/dia-python/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/dia-python/DESCR Thu Jan 20 18:50:48 2005 +0000
@@ -0,0 +1,7 @@
+Dia is a program for creating diagrams of all kinds. The current version
+can do UML class diagrams, Entity-Relationship modeling, network diagrams,
+and much more. The engine is very flexible and dynamically loads
+diagram-types from disk. It can currently export to postscript and
+load/save in an xml format.
+
+This package provides the Python plugin for Dia.
diff -r a42203bca8a6 -r 2b4a5513b6ec graphics/dia-python/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/dia-python/Makefile      Thu Jan 20 18:50:48 2005 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/20 18:50:48 jmmv Exp $
+#
+
+DIA_SUBPKG=            -python
+.include "../../graphics/dia/Makefile.common"
+
+COMMENT+=              (Python plugin)
+
+CONFIGURE_ARGS:=       ${CONFIGURE_ARGS:S/--without-python/--with-python/g}
+CONFIGURE_ENV+=                PYTHON=${PYTHONBIN}
+
+PYTHON_PATCH_SCRIPTS=  po-checktrans.py
+PYTHON_PATCH_SCRIPTS+= plug-ins/python/gtkcons.py
+PYTHON_PATCH_SCRIPTS+= sheets/checktrans.py
+
+BUILD_DIRS+=           ${WRKSRC}/plug-ins/python
+INSTALL_DIRS+=         ${WRKSRC}/plug-ins/python
+
+.include "../../lang/python/application.mk"
+.include "../../x11/py-gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a42203bca8a6 -r 2b4a5513b6ec graphics/dia-python/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/dia-python/PLIST Thu Jan 20 18:50:48 2005 +0000
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/20 18:50:48 jmmv Exp $
+lib/dia/libpython_plugin.la
+share/dia/python-startup.py
+share/dia/python/diasvg.py
+share/dia/python/diasvg_import.py
+share/dia/python/group_props.py
+share/dia/python/gtkcons.py
+share/dia/python/otypes.py
+share/dia/python/pydiadoc.py
+share/dia/python/scascale.py
+share/dia/python/select_by.py
+@dirrm share/dia/python
+@comment in dia: @dirrm share/dia
+@comment in dia: @dirrm lib/dia



Home | Main Index | Thread Index | Old Index