pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2006Q1]: pkgsrc/graphics/dia-python Pullup ticket 1696 - reque...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee21364bd4ab
branches:  pkgsrc-2006Q1
changeset: 510340:ee21364bd4ab
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Jun 13 21:31:07 2006 +0000

description:
Pullup ticket 1696 - requested by drochner
security update for dia

Revisions pulled up:
- pkgsrc/graphics/dia-python/Makefile           1.8
- pkgsrc/graphics/dia-python/PLIST              1.2

   Module Name:         pkgsrc
   Committed By:        drochner
   Date:                Tue May  2 16:23:30 UTC 2006

   Modified Files:
        pkgsrc/graphics/dia: Makefile Makefile.common PLIST distinfo
        pkgsrc/graphics/dia-python: Makefile PLIST
   Removed Files:
        pkgsrc/graphics/dia/patches: patch-ab patch-ac patch-ad

   Log Message:
   update to 0.95
   changes:
   -"mainpoint" system allows lines to always point towards the middle
   -Python plug-ins added
   -automatically change grid size depending on zoom level
   -Text input now highlights the object
   -security problems fixed in XFig import and Python plug-in
   -new shapes added
   -new UML objects added
   -Full screen mode
   -Improved SVG import
   -Plug-in loading and unloading doesn't require restart
   -i18n problems fixed
   -bugs have been fixed
   -Command line usage has improved
   -ses the new GTK+ File Dialog

   pkgsrc change:
   -precompile Python files

diffstat:

 graphics/dia-python/Makefile |   8 ++++++--
 graphics/dia-python/PLIST    |  15 ++++++++++++++-
 2 files changed, 20 insertions(+), 3 deletions(-)

diffs (58 lines):

diff -r 8beea8854379 -r ee21364bd4ab graphics/dia-python/Makefile
--- a/graphics/dia-python/Makefile      Tue Jun 13 21:29:04 2006 +0000
+++ b/graphics/dia-python/Makefile      Tue Jun 13 21:31:07 2006 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2006/03/21 06:00:45 jlam Exp $
+# $NetBSD: Makefile,v 1.6.2.1 2006/06/13 21:31:07 salo Exp $
 #
 
 DIA_SUBPKG=            -python
 .include "../../graphics/dia/Makefile.common"
-PKGREVISION=           4
 
 COMMENT+=              (Python plugin)
 
@@ -17,6 +16,11 @@
 BUILD_DIRS+=           ${WRKSRC}/plug-ins/python
 INSTALL_DIRS+=         ${WRKSRC}/plug-ins/python
 
+PYCOMPILEALL=  ${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/compileall.py
+
+post-install:
+       ${PYTHONBIN} ${PYCOMPILEALL} ${PREFIX}/share/dia
+
 .include "../../lang/python/application.mk"
 .include "../../x11/py-gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8beea8854379 -r ee21364bd4ab graphics/dia-python/PLIST
--- a/graphics/dia-python/PLIST Tue Jun 13 21:29:04 2006 +0000
+++ b/graphics/dia-python/PLIST Tue Jun 13 21:31:07 2006 +0000
@@ -1,14 +1,27 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/20 18:50:48 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.1.1.1.10.1 2006/06/13 21:31:07 salo Exp $
 lib/dia/libpython_plugin.la
 share/dia/python-startup.py
+share/dia/python-startup.pyc
+share/dia/python/codegen.py
+share/dia/python/codegen.pyc
 share/dia/python/diasvg.py
+share/dia/python/diasvg.pyc
 share/dia/python/diasvg_import.py
+share/dia/python/diasvg_import.pyc
+share/dia/python/dot.py
+share/dia/python/dot.pyc
 share/dia/python/group_props.py
+share/dia/python/group_props.pyc
 share/dia/python/gtkcons.py
+share/dia/python/gtkcons.pyc
 share/dia/python/otypes.py
+share/dia/python/otypes.pyc
 share/dia/python/pydiadoc.py
+share/dia/python/pydiadoc.pyc
 share/dia/python/scascale.py
+share/dia/python/scascale.pyc
 share/dia/python/select_by.py
+share/dia/python/select_by.pyc
 @dirrm share/dia/python
 @comment in dia: @dirrm share/dia
 @comment in dia: @dirrm lib/dia



Home | Main Index | Thread Index | Old Index